@charset "UTF-8";
/* 0 =MEDIA QUERIES RANGES
-------------------------------------------------------------- */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

progress {
  vertical-align: baseline; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

code,
kbd,
pre,
samp {
  /* stylelint-disable */
  font-family: monospace, monospace;
  /* stylelint-enable */
  font-size: 1em; }

figure {
  margin: 1em 40px; }

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

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
input,
select {
  overflow: visible; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
input,
select,
textarea {
  margin: 0; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
select {
  text-transform: none; }

[type="button"],
[type="reset"],
[type="submit"],
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="reset"],
[type="submit"],
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift,
html [type="button"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; }

button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner, .action-gift::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, .cart.table-wrapper .actions-toolbar > .action:-moz-focusring, .action-gift:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: field;
     -moz-appearance: field;
          appearance: field; }

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

/* Custom checkboxes */
.checkbox-custom {
  position: relative; }
  .checkbox-custom input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .checkbox-custom__label {
    border-radius: 3px;
    min-height: 15px;
    width: 15px;
    font-size: 14px;
    line-height: 20px;
    display: inline;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer; }

.checkbox-custom__label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: white;
  position: absolute;
  border-radius: 3px;
  left: -20px;
  top: 0;
  z-index: 9;
  border: 1px solid #e1e1e1; }

.checkbox-custom input:checked + .checkbox-custom__label:before {
  content: "\e92f";
  background: #fff;
  display: inline-block;
  font-family: 'trefl-icons';
  speak: none;
  font-size: 8px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 15px;
  color: #e20613;
  font-weight: 600; }

.u-hidden {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button, .slick-dots li .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .slick-dots li .actions-toolbar > .action, .slick-dots li .action-gift {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:hover, .slick-dots li .action-gift:hover, .slick-dots li button:focus, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:focus, .slick-dots li .action-gift:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:hover:before, .slick-dots li .action-gift:hover:before, .slick-dots li button:focus:before, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:focus:before, .slick-dots li .action-gift:focus:before {
          opacity: 1; }
      .slick-dots li button:before, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:before, .slick-dots li .action-gift:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before, .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before, .cart.table-wrapper .slick-dots li.slick-active .actions-toolbar > .action:before, .slick-dots li.slick-active .action-gift:before {
      color: black;
      opacity: 0.75; }

/**
 * SolideWebservices/Flexslider
 *
 * @category Magento2_Module
 * @package  Flexslider
 * @author   Solide Webservices <contact@solidewebservices.com>
 * @license  https://opensource.org/licenses/OSL-3.0 Open Software License 3.0
 * @version  2.2.0
 * @link     https://solidewebservices.com
 */
/* Browser Resets */
.sw-flexslider a:active, .sw-flexslider a:focus {
  text-decoration: none;
  outline: none; }

.sw-flexslider .slides, .sw-flexslider .sw-flexslider-control-nav, .sw-flexslider .sw-flexslider-direction-nav, .sw-flexslider-direction-nav li {
  list-style: none !important;
  margin: 0;
  padding: 0; }

/* FlexSlider Necessary Styles
*********************************/
.sw-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  margin: 0;
  padding: 0; }

.sw-flexslider .slides img {
  width: 100%;
  display: block; }

.sw-flexslider-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/************************[ SOLIDE WEBSERVICES CUSTOMIZATIONS ]*****************************/
/* Icon font */
@font-face {
  font-family: 'arrows';
  src: url("arrows.eot");
  src: url("arrows.eot?iefix") format("eot"), url("arrows.woff") format("woff"), url("arrows.ttf") format("truetype"), url("arrows.svg#svgWebfont") format("svg");
  font-weight: normal;
  font-style: normal; }

.sw-flexslider-element {
  margin-bottom: 20px; }

.sw-flexslider-element:after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  content: ".";
  font-size: 0;
  line-height: 0; }

.sw-flexslider {
  position: relative;
  display: block;
  box-sizing: content-box;
  z-index: 1; }

.sw-flexslider .slides {
  display: block;
  overflow: hidden;
  width: 100%; }

.sw-flexslider .slides li {
  position: relative; }

.sw-flexslider .slides li img {
  position: relative;
  z-index: 8; }

/* captions */
.sw-flexslider .slides .slider-title {
  display: none;
  position: absolute;
  z-index: 8; }

.sw-flexslider .slides .slider-title .caption h2 {
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: normal;
  color: #fff; }

.sw-flexslider .slides .slider-title .caption {
  padding: 10px 20px; }

/* carousel */
.carousel li {
  margin-right: 5px !important; }

.carousel li img {
  display: block !important;
  opacity: 0.9 !important;
  width: 100% !important; }

.carousel li img:hover {
  opacity: 1 !important; }

/* progress indicator */
.loader-gutter {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  z-index: 99999; }

.loader {
  width: 0;
  height: 6px; }

/* overlay navigation */
.loading .overlay-nav {
  display: none; }

.overlay-nav {
  position: absolute;
  top: 0;
  width: 35%;
  height: 100%;
  z-index: 9999; }

.overlay-nav .overlay-element {
  position: relative;
  display: table;
  width: 100%;
  text-decoration: none; }

.overlay-nav .overlay-element h3 {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  padding: 4px 35px 4px 10px; }

.overlay-nav .overlay-element .overlay-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -26px; }

.overlay-nav .overlay-element .overlay-arrow:before {
  font-family: 'arrows';
  content: "\68";
  font-size: 32px; }

/************************[ SW THEMES ]*****************************/
/* default and blank for pagination */
.default-theme .sw-flexslider-container {
  box-shadow: 1px 1px 2px #888;
  margin: 10px 2px; }

.default-theme .sw-flexslider {
  background-color: #fff;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  margin: 0;
  padding: 6px; }

/* WooThemes */
.woothemes-theme .sw-flexslider {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin: 10px 2px; }

/************************[ SW NAVIGATION STYLES ]*****************************/
.sw-flexslider ul.sw-flexslider-direction-nav li {
  margin-bottom: 0 !important; }

.sw-flexslider .sw-flexslider-direction-nav a {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 10;
  cursor: pointer;
  font-size: 0 !important;
  text-decoration: none !important;
  margin: -20px 0 0; }

.sw-flexslider .sw-flexslider-direction-nav .sw-flexslider-prev:before, .sw-flexslider .sw-flexslider-direction-nav .sw-flexslider-next:before {
  font-family: 'arrows';
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  font-size: 20px;
  text-decoration: none !important;
  transition: all 200ms ease-in-out 0s; }

.sw-flexslider:hover .sw-flexslider-direction-nav .sw-flexslider-prev:before, .sw-flexslider:hover .sw-flexslider-direction-nav .sw-flexslider-next:before {
  font-size: 26px; }

.sw-flexslider .sw-flexslider-direction-nav .sw-flexslider-disabled {
  opacity: .3 !important;
  cursor: default; }

/* ------------ navigation style --------------- */
.type-1-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\69"; }

.type-1-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\6a"; }

.type-2-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\67"; }

.type-2-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\68"; }

.type-3-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\6d"; }

.type-3-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\6e"; }

.type-4-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\71"; }

.type-4-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\72"; }

.type-5-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\77"; }

.type-5-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\78"; }

.type-6-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\65"; }

.type-6-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\66"; }

.type-7-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\61"; }

.type-7-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\62"; }

.type-8-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\6f"; }

.type-8-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\70"; }

.type-9-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\76"; }

.type-9-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\75"; }

.type-10-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\33"; }

.type-10-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\34"; }

.type-11-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\35"; }

.type-11-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\36"; }

.type-12-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\37"; }

.type-12-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\38"; }

.type-13-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\39"; }

.type-13-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\30"; }

.type-14-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\31"; }

.type-14-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\32"; }

.type-15-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\21"; }

.type-15-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\23"; }

.type-16-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\64"; }

.type-16-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\63"; }

.type-17-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\6b"; }

.type-17-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\6c"; }

.type-18-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\74"; }

.type-18-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\73"; }

.type-19-nav-style .sw-flexslider-direction-nav .sw-flexslider-prev:before {
  content: "\7a"; }

.type-19-nav-style .sw-flexslider-direction-nav .sw-flexslider-next:before {
  content: "\79"; }

/* ---------------- navigation visibility ------------------ */
/* hover */
.hover-nav-show .sw-flexslider-direction-nav a, .hover-nav-show .sw-flexslider-direction-nav .sw-flexslider-disabled {
  opacity: 0 !important;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out; }

.hover-nav-show .sw-flexslider:hover .sw-flexslider-direction-nav a {
  font-size: 26px;
  opacity: 0.8 !important; }

.hover-nav-show .sw-flexslider:hover .sw-flexslider-direction-nav .sw-flexslider-disabled {
  opacity: 0.3 !important; }

.hover-nav-show .sw-flexslider-direction-nav .sw-flexslider-next:hover, .hover-nav-show .sw-flexslider-direction-nav .sw-flexslider-prev:hover {
  opacity: 0.9; }

/* always */
.always-nav-show .sw-flexslider-direction-nav a {
  opacity: 0.8;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out; }

.always-nav-show .sw-flexslider-direction-nav .sw-flexslider-next:hover, .always-nav-show .sw-flexslider-direction-nav .sw-flexslider-prev:hover {
  opacity: 0.9; }

/* never */
.never-nav-show .sw-flexslider-direction-nav a {
  display: none !important;
  opacity: 0 !important; }

.never-nav-show .sw-flexslider-direction-nav .sw-flexslider-disabled {
  display: none !important; }

/* ------------ navigation position --------------- */
/* inside */
.inside-nav-position .sw-flexslider .sw-flexslider-direction-nav .sw-flexslider-next {
  right: 10px; }

.inside-nav-position .sw-flexslider .sw-flexslider-direction-nav .sw-flexslider-prev {
  left: 10px; }

.inside-nav-position .sw-flexslider:hover .sw-flexslider-direction-nav .sw-flexslider-next {
  right: 12px; }

.inside-nav-position .sw-flexslider:hover .sw-flexslider-direction-nav .sw-flexslider-prev {
  left: 12px; }

/* inside left */
.inside-left-nav-position .sw-flexslider .sw-flexslider-direction-nav .sw-flexslider-next {
  left: 40px; }

.inside-left-nav-position .sw-flexslider .sw-flexslider-direction-nav .sw-flexslider-prev {
  left: 14px; }

.inside-left-nav-position .sw-flexslider:hover .sw-flexslider-direction-nav .sw-flexslider-next {
  left: 42px; }

.inside-left-nav-position .sw-flexslider:hover .sw-flexslider-direction-nav .sw-flexslider-prev {
  left: 12px; }

/* inside right */
.inside-right-nav-position .sw-flexslider .sw-flexslider-direction-nav .sw-flexslider-next {
  right: 14px; }

.inside-right-nav-position .sw-flexslider .sw-flexslider-direction-nav .sw-flexslider-prev {
  right: 40px; }

.inside-right-nav-position .sw-flexslider:hover .sw-flexslider-direction-nav .sw-flexslider-next {
  right: 12px; }

.inside-right-nav-position .sw-flexslider:hover .sw-flexslider-direction-nav .sw-flexslider-prev {
  right: 42px; }

/* outside */
#nav-container {
  margin: 0 33px; }

.outside-nav-position .sw-flexslider .sw-flexslider-direction-nav .sw-flexslider-next {
  right: -36px; }

.outside-nav-position .sw-flexslider .sw-flexslider-direction-nav .sw-flexslider-prev {
  left: -36px; }

.outside-nav-position .sw-flexslider:hover .sw-flexslider-direction-nav .sw-flexslider-next {
  right: -38px; }

.outside-nav-position .sw-flexslider:hover .sw-flexslider-direction-nav .sw-flexslider-prev {
  left: -38px; }

/************************[ SW PAGINATION STYLES ]*****************************/
.sw-flexslider .sw-flexslider-control-paging {
  position: absolute;
  left: 45%;
  text-align: center;
  z-index: 99999; }

.sw-flexslider .sw-flexslider-control-paging li {
  display: inline-block; }

.sw-flexslider .sw-flexslider-control-paging li a {
  display: block;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  cursor: pointer;
  margin-right: 3px;
  line-height: 1;
  border: 1px solid #222;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4) inset; }

.sw-flexslider-control-paging li a.sw-flexslider-active {
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 1px rgba(0, 0, 0, 0.6) inset; }

.sw-flexslider .sw-flexslider-control-paging li:last-child a {
  margin-right: 0; }

/* ------------ pagination style --------------- */
/* circular */
.circular-pagination-style .sw-flexslider-control-paging li a {
  border-radius: 8px; }

/* circular-bar */
.circular-bar-pagination-style .sw-flexslider-control-paging {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.7) inset;
  background: #b5bdc8;
  background: linear-gradient(to bottom, #b5bdc8 3%, #828c95 17%, #28343b 92%);
  border-radius: 2px;
  padding: 3px 6px 1px !important; }

.circular-bar-pagination-style .sw-flexslider-control-paging li {
  margin-bottom: 0 !important; }

.circular-bar-pagination-style .sw-flexslider-control-paging li a {
  border-radius: 8px; }

/* square-bar */
.square-bar-pagination-style .sw-flexslider-control-paging {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.7) inset;
  background: #b5bdc8;
  background: linear-gradient(to bottom, #b5bdc8 3%, #828c95 17%, #28343b 92%);
  border-radius: 2px;
  padding: 3px 6px 1px !important; }

/* simple dots */
.dots-pagination-style .sw-flexslider-control-paging li a {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 6px;
  box-shadow: none; }

/* ------------ pagination visibility --------------- */
/* hover */
.hover-pagination-show .sw-flexslider-control-paging {
  opacity: 0;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out; }

.hover-pagination-show .sw-flexslider:hover .sw-flexslider-control-paging {
  opacity: 1; }

/* never */
.never-pagination-show .sw-flexslider-control-paging {
  display: none !important;
  opacity: 0 !important; }

/* ------------ pagination position --------------- */
/* below */
.below-pagination-position {
  padding-bottom: 10px; }

/* inside-bottom */
.inside-bottom-pagination-position .sw-flexslider-control-paging {
  bottom: 10px !important; }

/* inside-top */
.inside-top-pagination-position .sw-flexslider-control-paging {
  top: 15px !important; }

/*above */
.above-pagination-position {
  padding-top: 30px; }

.above-pagination-position .sw-flexslider-control-paging {
  top: -30px !important; }

/************************[ SW LOADER STYLES ]*****************************/
/* ------------ loader position --------------- */
/* top */
.top-loader-position .loader-gutter {
  left: 0;
  top: 0; }

/* bottom */
.bottom-loader-position .loader-gutter {
  left: 0;
  bottom: 0; }

/************************[ SW CAPTION STYLES ]*****************************/
/* ------------ caption position animated --------------- */
/* top */
.sw-flexslider .slides .top-animated-caption {
  top: -100%;
  left: 0;
  width: 100%; }

/* bottom */
.sw-flexslider .slides .bottom-animated-caption {
  bottom: -100%;
  left: 0;
  width: 100%; }

/* top left */
.sw-flexslider .slides .top-left-animated-caption {
  top: 8%;
  left: -50%;
  width: 50%; }

/* top right */
.sw-flexslider .slides .top-right-animated-caption {
  top: 8%;
  right: -50%;
  width: 50%; }

/* bottom left */
.sw-flexslider .slides .bottom-left-animated-caption {
  left: -50%;
  bottom: 8%;
  width: 50%; }

/* bottom right */
.sw-flexslider .slides .bottom-right-animated-caption {
  right: -50%;
  bottom: 8%;
  width: 50%; }

/* ------------ caption position fixed --------------- */
/* top */
.sw-flexslider .slides .top-fixed-caption {
  top: 0;
  left: 0;
  width: 100%; }

/* bottom */
.sw-flexslider .slides .bottom-fixed-caption {
  bottom: 0;
  left: 0;
  width: 100%; }

/* top left */
.sw-flexslider .slides .top-left-fixed-caption {
  top: 8%;
  left: 0;
  width: 50%; }

/* top right */
.sw-flexslider .slides .top-right-fixed-caption {
  top: 8%;
  right: 0;
  width: 50%; }

/* bottom left */
.sw-flexslider .slides .bottom-left-fixed-caption {
  left: 0;
  bottom: 8%;
  width: 50%; }

/* bottom right */
.sw-flexslider .slides .bottom-right-fixed-caption {
  right: 0;
  bottom: 8%;
  width: 50%; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .sw-flexslider .slides .slider-title p {
    font-size: 0.8em !important;
    line-height: 160% !important; }
  .sw-flexslider .slides .slider-title h2 {
    font-size: 1.2em !important; }
  .sw-flexslider .slides .slider-title {
    padding: 2px !important; } }

@media only screen and (max-width: 860px) {
  .sw-flexslider .sw-flexslider-control-paging .sw-flexslider-prev {
    opacity: 1;
    left: 0; }
  .sw-flexslider .sw-flexslider-control-paging .sw-flexslider-next {
    opacity: 1;
    right: 0; } }

/**
 * Copyright ÂŠ Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
  display: none;
  z-index: 999999 !important; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }
  .ui-datepicker .ui-datepicker-header select {
    height: 35px;
    padding-right: 0; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: 42%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
  border-color: transparent #ff8400 transparent transparent; }

.ui-datepicker .ui-datepicker-prev {
  left: 7px; }

.ui-datepicker .ui-datepicker-next {
  right: 7px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -5px;
  font-size: 0px;
  width: 0px;
  height: 0px;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #e20613 transparent transparent; }

.ui-datepicker .ui-datepicker-next span {
  margin-left: 0px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #e20613; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em; }

.ui-datepicker td {
  padding: 0; }

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  text-align: center; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  color: #000000; }

.ui-datepicker .ui-datepicker-buttonpane button, .ui-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .ui-datepicker .ui-datepicker-buttonpane .actions-toolbar > .action, .ui-datepicker .ui-datepicker-buttonpane .action-gift {
  float: right; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .ui-datepicker-current.action, .cart.table-wrapper .ui-datepicker .ui-datepicker-buttonpane .actions-toolbar > .ui-datepicker-current.action, .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current.action-gift {
  float: left; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button, .ui-datepicker-rtl .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .ui-datepicker-rtl .ui-datepicker-buttonpane .actions-toolbar > .action, .ui-datepicker-rtl .ui-datepicker-buttonpane .action-gift {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .ui-datepicker-current.action, .cart.table-wrapper .ui-datepicker-rtl .ui-datepicker-buttonpane .actions-toolbar > .ui-datepicker-current.action, .ui-datepicker-rtl .ui-datepicker-buttonpane .ui-datepicker-current.action-gift {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -22px; }

.ui-timepicker-div dl .ui_tpicker_time_label {
  margin-bottom: -25px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-datepicker {
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid #e20613;
  background-color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  min-width: 250px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ui-datepicker {
      min-width: 291px; } }

.ui-datepicker .ui-datepicker-header {
  background: transparent;
  border: none;
  padding-bottom: 10px; }

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  width: 47%;
  margin-right: 6%; }

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 47%; }

.ui-datepicker .ui-datepicker-calendar td {
  border: #cfcfcf 1px solid; }

.ui-datepicker .ui-datepicker-calendar td a {
  padding: 4px;
  display: block; }

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: #f9eae7; }

.ui-datepicker .ui-datepicker-calendar {
  background: #ffffff;
  border: #cfcfcf 1px solid;
  border-collapse: collapse; }

.ui-datepicker .ui-datepicker-calendar th {
  background: #efefef;
  border: #cfcfcf 1px solid;
  padding: 4px;
  text-transform: uppercase; }

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
  text-align: center;
  border: #cfcfcf 1px solid; }

.ui-datepicker {
  width: auto; }

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: #f3d7d2; }

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #ffdf66; }

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dd {
  margin: 0 0 10px 65px; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -5px; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: default; }

.ui-slider-horizontal {
  height: 10px;
  border-radius: 10px;
  border: none;
  background: #dadada; }

.ui-slider-handle {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #f98b25;
  display: block;
  position: absolute; }

.ui-timepicker-div {
  padding: 10px 0 5px 0; }

.ui-datepicker .ui-datepicker-buttonpane {
  overflow: hidden;
  padding-top: 10px;
  border-top: #cfcfcf 1px solid; }

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #f9f9f9; }

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
  color: #959595; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  -webkit-filter: mask();
          filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

body {
  margin: 0;
  padding: 0; }

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

audio,
canvas,
video {
  display: inline-block; }

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

nav ul,
nav ol {
  list-style: none none; }

img {
  border: 0; }

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

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

figure {
  margin: 0; }

html {
  font-size: 62.5%;
  font-size-adjust: 100%; }

body {
  color: #333;
  font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  font-size: 1.4rem; }

p {
  margin-top: 0; }

p {
  margin-bottom: 1rem; }

abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

mark {
  background: #f0f0f0;
  color: black; }

small,
.small {
  font-size: 12px; }

hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dfn {
  font-style: italic; }

h1 {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 2rem; }

h2 {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

h3 {
  color: #000;
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 2rem; } }

h4 {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

h5 {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

h6 {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  color: #333;
  font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }

a,
.alink {
  color: #e20613;
  text-decoration: none; }
  a:visited,
  .alink:visited {
    color: #e20613;
    text-decoration: none; }
  a:hover,
  .alink:hover {
    color: #006bb4;
    text-decoration: underline; }
  a:active,
  .alink:active {
    color: #ff5501;
    text-decoration: underline; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 2.5rem; }
  ul > li,
  ol > li {
    margin-top: 0;
    margin-bottom: 1rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0; }

dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap; }

kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem; }

pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word; }
  pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap; }

blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857;
  font-size: 1.4rem; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    color: #333;
    line-height: 1.42857;
    font-size: 1rem;
    display: block; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "— "; }
  blockquote cite {
    font-style: normal; }

blockquote:before, blockquote:after {
  content: ''; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

cite {
  font-style: normal; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }
  table th {
    text-align: center; }
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    vertical-align: top; }
  table > thead > tr > th,
  table > thead > tr > td {
    vertical-align: bottom; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 8px 10px; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 15px 30px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle; }
  button:focus, .cart.table-wrapper .actions-toolbar > .action:focus, .action-gift:focus, button:active, .cart.table-wrapper .actions-toolbar > .action:active, .action-gift:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #e20613; }
  button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .action-gift:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }
  button.disabled, .cart.table-wrapper .actions-toolbar > .disabled.action, .disabled.action-gift, button[disabled], .cart.table-wrapper .actions-toolbar > [disabled].action, [disabled].action-gift,
  fieldset[disabled] button,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper
  fieldset[disabled] .actions-toolbar > .action,
  fieldset[disabled] .action-gift {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner, .action-gift::-moz-focus-inner {
    border: 0;
    padding: 0; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 50px;
  line-height: 1.42857;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="url"]:disabled,
  input[type="tel"]:disabled,
  input[type="search"]:disabled,
  input[type="number"]:disabled,
  input[type="datetime"]:disabled,
  input[type="email"]:disabled {
    opacity: 0.5; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder {
    color: #c2c2c2; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder {
    color: #c2c2c2; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder {
    color: #c2c2c2; }
  @media only screen and (max-width: 1024px) {
    input[type="text"],
    input[type="password"],
    input[type="url"],
    input[type="tel"],
    input[type="search"],
    input[type="number"],
    input[type="datetime"],
    input[type="email"] {
      font-size: 1.6rem; } }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

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

select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 50px;
  line-height: 1.42857;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }
  select:disabled {
    opacity: 0.5; }

select[multiple="multiple"] {
  height: auto;
  background-image: none; }

textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical; }
  textarea:disabled {
    opacity: 0.5; }
  textarea::-moz-placeholder {
    color: #c2c2c2; }
  textarea::-webkit-input-placeholder {
    color: #c2c2c2; }
  textarea:-ms-input-placeholder {
    color: #c2c2c2; }
  @media only screen and (max-width: 1024px) {
    textarea {
      font-size: 1.6rem; } }

input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380; }

div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem; }

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

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

@media only screen and (max-width: 1024px) {
  select {
    font-size: 1.6rem; } }

form {
  -webkit-tap-highlight-color: transparent; }

address {
  font-style: normal; }

*:focus {
  box-shadow: none;
  outline: 0; }

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #868686; }

.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px; }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 10px; }
    .actions-toolbar > .primary .action:last-child,
    .actions-toolbar > .secondary .action:last-child {
      margin-bottom: 0; }
  .actions-toolbar > .primary:last-child,
  .actions-toolbar > .secondary:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .actions-toolbar:before, .actions-toolbar:after {
    content: '';
    display: table; }
  .actions-toolbar:after {
    clear: both; }
  .actions-toolbar .primary {
    float: left; }
  .actions-toolbar .secondary {
    float: right; }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block; }
    .actions-toolbar .primary a.action,
    .actions-toolbar .secondary a.action {
      display: inline-block; }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0; }
  .actions-toolbar .secondary a.action {
    margin-top: 6px; }
  .actions-toolbar > .secondary,
  .actions-toolbar > .primary {
    margin-bottom: 0; }
    .actions-toolbar > .secondary .action,
    .actions-toolbar > .primary .action {
      margin-bottom: 0;
      width: auto; } }

.breadcrumbs {
  margin: 0 0 20px;
  margin-top: 20px; }
  .breadcrumbs .items {
    font-size: 1.3rem;
    color: #a3a3a3;
    margin: 0;
    padding: 0;
    list-style: none none; }
    .breadcrumbs .items > li {
      display: inline-block;
      vertical-align: top; }
  .breadcrumbs .item {
    margin: 0; }
  .breadcrumbs a {
    color: #333;
    font-family: "uniformrd-md-webfont", sans-serif;
    text-decoration: none; }
    .breadcrumbs a:visited {
      color: #333;
      text-decoration: none; }
    .breadcrumbs a:hover {
      color: #333;
      text-decoration: underline; }
    .breadcrumbs a:active {
      color: #333;
      text-decoration: none; }
  .breadcrumbs strong {
    font-weight: 400;
    font-family: "uniformrd-md-webfont", sans-serif; }
  .breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none; }
    .breadcrumbs .item:not(:last-child):after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 13px;
      line-height: 17px;
      color: #000;
      content: "»";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .breadcrumbs .item:not(:last-child):after {
      top: -1px;
      position: relative; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .breadcrumbs {
      padding: 0 15px; } }

a.action.primary,
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 50px; }

button:active, .cart.table-wrapper .actions-toolbar > .action:active, .action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }

a.action.primary {
  display: inline-block;
  text-decoration: none; }
  a.action.primary:hover, a.action.primary:active, a.action.primary:focus {
    text-decoration: none; }

.action.primary {
  background-image: none;
  background: #e20613;
  border: 1px solid #e20613;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 500;
  padding: 15px 30px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 28px;
  text-transform: uppercase; }
  .action.primary:focus, .action.primary:active {
    background: #fff;
    border: 1px solid #e20613;
    color: #e20613; }
  .action.primary:hover {
    background: #fff;
    border: 1px solid #e20613;
    color: #e20613; }
  .action.primary.disabled, .action.primary[disabled],
  fieldset[disabled] .action.primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  @media only screen and (max-width: 767px) {
    .action.primary {
      font-size: 12px;
      line-height: 1.4rem; } }

.button--red {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 700;
  border-radius: 50px;
  background-color: #e20613;
  color: #fff;
  text-transform: uppercase;
  min-width: 150px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  border: 0;
  padding: 15px 0; }
  @media only screen and (max-width: 767px) {
    .button--red {
      font-size: 1.2rem; } }
  .button--red:hover, .button--red:active, .button--red:focus {
    border: 0;
    background-color: #fff;
    color: #e20613; }

.btn {
  background-image: none;
  background: #e20613;
  border: 1px solid #e20613;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-family: "uniformrd-md-webfont", sans-serif;
  text-transform: uppercase;
  padding: 12.5px 20px;
  border-radius: 28px;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .btn {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  .btn:hover {
    text-decoration: none; }
  .btn:visited, .btn:focus, .btn:active {
    color: #fff; }
  @media only screen and (max-width: 767px) {
    .btn {
      font-size: 1.2rem; } }

.btn--reset {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }
  .btn--reset:focus, .btn--reset:active {
    background: none;
    border: none;
    box-shadow: none; }
  .btn--reset:hover {
    background: none;
    border: none; }
  .btn--reset.disabled, .btn--reset[disabled],
  fieldset[disabled] .btn--reset {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.btn--back {
  background: transparent;
  border: none;
  color: #bebebe;
  position: relative;
  padding: 10px 0;
  text-transform: none; }
  .btn--back:visited, .btn--back:focus, .btn--back:active, .btn--back:hover {
    color: #adadad;
    background: transparent;
    border: none;
    box-shadow: none; }
  .btn--back:after {
    content: '\e913';
    font-family: 'trefl-icons';
    display: inline-block;
    font-size: 6px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 10px;
    right: auto;
    left: -14px; }

.btn--red {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  border-radius: 28px;
  background-color: #e20613;
  border-color: #e20613;
  color: #fff;
  padding: 14.5px 20px 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media only screen and (max-width: 767px) {
    .btn--red {
      font-size: 1.2rem;
      line-height: 16px;
      letter-spacing: 0; } }
  .btn--red:hover, .btn--red:active, .btn--red:focus {
    background-color: #fff;
    color: #e20613;
    border-color: #e20613;
    text-decoration: none; }

.btn--transparent {
  background: transparent;
  border: 1px solid rgba(170, 170, 170, 0.3);
  color: #adadad;
  position: relative;
  padding: 13.5px 39px 12.5px 29px; }
  .btn--transparent:visited, .btn--transparent:focus, .btn--transparent:active {
    color: #adadad;
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(170, 170, 170, 0.3); }
  .btn--transparent:hover {
    background-color: #e20613;
    border: 1px solid #e20613;
    color: #fff; }
  .btn--transparent:after {
    content: '\e913';
    font-family: 'trefl-icons';
    display: inline-block;
    font-size: 6px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    right: 19px;
    top: 19px; }

.btn--white {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  border-radius: 28px;
  background-color: #fff;
  border-color: #fff;
  color: #000; }
  @media only screen and (max-width: 767px) {
    .btn--white {
      line-height: 19px; } }
  .btn--white:hover, .btn--white:active, .btn--white:focus {
    background-color: #e20613;
    border-color: #e20613;
    color: #fff; }
  .btn--white:visited {
    background-color: #fff;
    border-color: #fff;
    color: #000; }

.btn--gray {
  font-family: "uniformrd-md-webfont", sans-serif;
  background-color: #fff;
  border-color: #959595;
  color: #959595;
  padding: 15px 30px; }
  @media only screen and (max-width: 767px) {
    .btn--gray {
      line-height: 19px; } }
  .btn--gray:visited, .btn--gray:active {
    background-color: #fff;
    border-color: #959595;
    color: #959595; }
  .btn--gray:hover, .btn--gray:focus {
    background-color: #fff;
    border-color: #e20613;
    color: #e20613; }

.btn--pdf {
  background-color: #fff;
  border-color: #fff;
  color: #7B7B7B;
  font-size: 13px;
  line-height: 16px;
  padding: 9px 30px 7px 20px;
  max-width: 330px;
  margin: 5px 0;
  display: inline-block;
  text-align: left; }
  .btn--pdf:focus, .btn--pdf:active, .btn--pdf:hover {
    color: #e20613; }
  .btn--pdf:visited {
    color: #7B7B7B; }
  .btn--pdf i {
    font-size: 24px;
    color: #e20613;
    display: inline-block;
    margin-right: 20px; }
  .btn--pdf span {
    display: inline-block; }
    .btn--pdf span span {
      display: block;
      color: #c9c9c9;
      font-size: 10px;
      line-height: 14px; }

.btn--cart {
  display: flex;
  align-items: center; }
  .btn--cart .icon {
    font-size: 24px;
    padding-right: 10px; }

.button--white {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-size: 13px;
  font-weight: 500;
  border-radius: 28px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 36px 1px rgba(0, 0, 0, 0.09);
  color: #000;
  padding: 14.5px 20px 11.5px; }
  .button--white:active, .button--white:focus, .button--white:visited {
    color: #000; }
  .button--white:hover {
    background-color: #e20613;
    color: #fff; }

.post-item-image {
  width: 250px;
  height: 250px;
  background-position: center;
  background-size: cover; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .post-item-image {
      width: 200px;
      height: 200px; } }
  @media only screen and (max-width: 767px) {
    .post-item-image {
      display: block;
      margin: auto;
      width: auto; } }

.post-item-wraper {
  display: flex;
  flex-direction: row;
  box-shadow: 0 16px 21px rgba(0, 0, 0, 0.09);
  padding: 15px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .post-item-wraper {
      flex-direction: column; } }

.post-info-wraper {
  width: 100%;
  padding-left: 50px;
  font-family: "uniformrd-md-webfont", sans-serif; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .post-info-wraper {
      padding-left: 20px; } }
  @media only screen and (max-width: 767px) {
    .post-info-wraper {
      padding-left: 0; } }
  .post-info-wraper .link-more:after {
    position: relative;
    top: 1px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .post-info-wraper .mp-post-smalltitle {
      margin-top: 0;
      font-size: 20px; } }

.related-box__date {
  color: #ccc; }

.post-list-item {
  padding: 0; }

.post-short-description {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #959595; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .post-short-description {
      margin-top: 0;
      font-size: 13px; } }

.toolbar-number, .limiter {
  display: none; }

.pages {
  text-align: center; }

.blog-sidebar {
  background-color: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 16px 21px rgba(0, 0, 0, 0.09);
  padding: 10px 0;
  width: 100%;
  margin-bottom: 30px; }
  .blog-sidebar__img {
    width: 80%;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    background-image: url("../images/boy_toys.png");
    background-size: cover;
    height: 250px;
    overflow: hidden; }
    .blog-sidebar__img a {
      text-decoration: none; }
    .blog-sidebar__img:hover .blog-sidebar__overlay {
      -webkit-transform: none;
              transform: none; }
  .blog-sidebar__overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
    font-family: "uniformrd-md-webfont", sans-serif;
    transition: all 0.3s; }
  .blog-sidebar__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    font-family: "uniformrd-md-webfont", sans-serif;
    margin: 0;
    padding: 16px 28.5px;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #ebebeb; }
    .blog-sidebar__title-decorative {
      font-family: "hinted-RialtoScript-Regular", Helvetica, Arial, sans-serif;
      color: #e20613;
      text-align: center;
      border-bottom: none; }
  .blog-sidebar__item-title i {
    font-size: 2rem;
    float: right;
    color: #e20613; }
  .blog-sidebar__link {
    padding: 20px 28.5px 20px;
    width: 100%;
    color: #959595;
    display: block;
    position: relative;
    border-bottom: 1px solid #ebebeb; }
    .blog-sidebar__link:last-of-type {
      border-bottom: none; }
    .blog-sidebar__link:visited {
      color: #959595; }
    .blog-sidebar__link:hover {
      background-color: #e20613;
      text-decoration: none; }
      .blog-sidebar__link:hover .blog-sidebar__item-title {
        color: #fff; }
        .blog-sidebar__link:hover .blog-sidebar__item-title i {
          color: #fff; }
  .blog-sidebar__instagram {
    font-size: 2rem;
    text-align: center;
    width: 100%; }
    .blog-sidebar__instagram span {
      font-size: 3rem; }
      .blog-sidebar__instagram span a:nth-child(2) {
        color: #FFDA47; }
      .blog-sidebar__instagram span a:nth-child(3) {
        color: #e20613; }

.page-layout-2columns-right .sidebar-blogmain {
  float: left;
  width: 25%; }
  @media only screen and (max-width: 767px) {
    .page-layout-2columns-right .sidebar-blogmain {
      float: none;
      width: 100%; } }

.page-layout-2columns-right .column.blogmain {
  width: 70%;
  float: left;
  margin-right: 5%;
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-layout-2columns-right .column.blogmain {
      margin-right: 25px; } }
  @media only screen and (max-width: 767px) {
    .page-layout-2columns-right .column.blogmain {
      width: 100%;
      float: none;
      margin-right: 0; } }

.date-badge {
  width: 65px;
  height: 65px;
  color: #fff;
  line-height: 17px;
  border-radius: 50%;
  padding: 10px;
  margin-left: -50px;
  margin-top: 20px;
  text-align: center;
  position: absolute;
  background-color: #e20613;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 33px 46px rgba(0, 0, 0, 0.21);
  font-weight: 500; }
  @media only screen and (max-width: 1209px) {
    .date-badge {
      margin-left: -30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .date-badge {
      margin-top: -35px; } }
  .date-badge span {
    color: #fff;
    font-family: "uniformrd-md-webfont", sans-serif; }

.mp-post-smalltitle a {
  color: #000;
  font-size: 18px; }
  .mp-post-smalltitle a:hover {
    color: #e20613;
    text-decoration: none; }

.latest-post {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .latest-post__slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    margin: 0 -15px; }
    .latest-post__slider.slick-initialized {
      visibility: visible;
      opacity: 1; }
    .latest-post__slider[aria-hidden="true"] {
      display: block !important;
      visibility: hidden;
      height: 0;
      margin: 0; }
    .latest-post__slider:nth-of-type(n+2) {
      visibility: hidden;
      height: 0; }
    .latest-post__slider[aria-hidden="false"] {
      visibility: visible;
      height: auto; }
    .latest-post__slider .slider-arrow {
      top: 42.5%; }
    .latest-post__slider .slider-arrow--prev2 {
      left: -29px; }
      @media only screen and (max-width: 767px) {
        .latest-post__slider .slider-arrow--prev2 {
          left: 0; } }
    .latest-post__slider .slider-arrow--next2 {
      right: -20px; }
      @media only screen and (max-width: 767px) {
        .latest-post__slider .slider-arrow--next2 {
          right: 0; } }
  .latest-post__slide {
    margin: 0 15px; }
    @media only screen and (max-width: 767px) {
      .latest-post__slide {
        margin: 0 20px; } }
  .latest-post::before {
    content: ' ';
    display: block;
    background-image: url("../images/bricks_2R.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 450px;
    height: 480px;
    top: 300px;
    left: -270px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .latest-post::before {
        opacity: 0.7;
        left: -160px;
        width: 400px;
        height: 445px;
        background-size: 80%; } }
  .latest-post::after {
    content: ' ';
    display: block;
    background-image: url("../images/bricks_3R.png");
    background-repeat: no-repeat;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    position: absolute;
    width: 388px;
    height: 450px;
    top: -80px;
    right: -300px; }
    @media only screen and (max-width: 1209px) {
      .latest-post::after {
        display: none; } }
  .latest-post__container {
    max-width: 1200px;
    margin: auto; }
    @media only screen and (max-width: 1209px) {
      .latest-post__container {
        width: 90%; } }
  .latest-post__title {
    text-align: center; }
    .latest-post__title h1 {
      margin-bottom: 0;
      font-size: 3rem;
      padding: 45px 20px 35px;
      letter-spacing: -0.5px; }
      @media only screen and (max-width: 767px) {
        .latest-post__title h1 {
          padding: 10px 20px 0; } }
  .latest-post__img {
    margin: 30px 0 24px;
    width: 100%;
    height: 365px;
    box-sizing: border-box;
    border: 16px solid #fff;
    box-shadow: 0 16px 21px rgba(0, 0, 0, 0.09);
    background-position: center;
    background-size: cover; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .latest-post__img {
        height: 250px; } }
    @media only screen and (max-width: 767px) {
      .latest-post__img {
        margin: 20px 0 24px; } }
  .latest-post__description {
    width: 100%;
    margin: 0 0 20px 0;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 500; }
    .latest-post__description-large a {
      color: #000;
      font-size: 18px; }
      .latest-post__description-large a:hover {
        color: #e20613;
        text-decoration: none; }
    .latest-post__description-LARGE {
      margin-bottom: 15px; }
    .latest-post__description-small {
      color: #ccc; }

@media only screen and (max-width: 767px) {
  .columns-blog {
    display: block; } }

.request-tooltip {
  display: flex;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .request-tooltip {
      display: none; } }
  .request-tooltip-flex {
    display: flex;
    align-items: center; }
    .request-tooltip-flex .field-error, .request-tooltip-flex div.mage-error[generated] {
      margin-top: 57px; }
  .request-tooltip__content {
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    color: #7b7b7b;
    border-radius: 10px;
    position: absolute;
    margin-left: 50px;
    margin-top: -10px;
    font-size: 13px;
    width: 200px; }
    .request-tooltip__content:before {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      border-right-color: #fff;
      margin-left: -40px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: ' ';
      display: block;
      position: absolute; }
  .request-tooltip__badge {
    width: 19px;
    height: 19px;
    border: 1px solid #7b7b7b;
    color: #7b7b7b;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
    position: absolute; }
    .request-tooltip__badge:hover {
      color: #e20613;
      border: 1px solid #e20613;
      cursor: pointer; }

.request-contact {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .request-contact {
      flex-direction: column; } }
  .request-contact__img {
    display: flex; }
    .request-contact__img img {
      width: 50%; }
  .request-contact__text {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .request-contact__text {
        width: 80%; } }
    .request-contact__text h2 {
      font-size: 3rem; }
    .request-contact__text p {
      color: #7b7b7b;
      font-family: "uniformrd-md-webfont", sans-serif; }
      @media only screen and (max-width: 767px) {
        .request-contact__text p {
          margin-bottom: 30px; } }

.request-block {
  text-align: center; }
  .request-block p {
    color: #7b7b7b;
    margin-bottom: 80px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .request-block p {
        padding: 0 20px;
        margin-bottom: 20px; } }

.request-form {
  background-color: #f7f7f7;
  padding: 50px 0;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .request-form__btn {
      margin-top: 30px; } }
  .request-form__date {
    position: relative; }
    .request-form__date ._has-datepicker ~ .ui-datepicker-trigger {
      position: absolute;
      right: 3%; }
      .request-form__date ._has-datepicker ~ .ui-datepicker-trigger:before {
        font-size: 20px;
        line-height: 50px; }
    .request-form__date .date-time {
      margin-top: 0; }
  .request-form__upload {
    margin-top: 40px; }
    .request-form__upload h3 {
      margin-bottom: 30px; }
    .request-form__upload p {
      color: #000;
      margin-bottom: 20px;
      padding-right: 200px; }
      @media only screen and (max-width: 767px) {
        .request-form__upload p {
          padding-right: 0; } }
  .request-form__information {
    margin-top: -80px; }
    .request-form__information .request-form__flex {
      margin-top: 0; }
  .request-form__catalog h3 {
    margin-top: 40px;
    margin-bottom: 30px; }
  .request-form__catalog input {
    width: 90%; }
    @media only screen and (max-width: 767px) {
      .request-form__catalog input {
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .request-form__catalog input {
        width: 80%; } }
  .request-form__flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .request-form__flex {
        flex-direction: column; } }
  .request-form__flexrow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .request-form__container {
    max-width: 1200px;
    margin: auto; }
    @media only screen and (max-width: 1209px) {
      .request-form__container {
        padding: 0 20px; } }
  .request-form__title {
    color: #e20613;
    font-size: 3rem;
    margin-bottom: 40px; }
  .request-form__row {
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .request-form__row {
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .request-form__row {
        width: 45%; } }
    .request-form__row h3 {
      font-size: 1.8rem;
      margin-bottom: 0; }
    .request-form__row input {
      margin-top: 30px; }
  .request-form__rowcustom {
    width: 40%; }
    .request-form__rowcustom:nth-child(n) {
      margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .request-form__rowcustom {
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .request-form__rowcustom {
        width: 45%; } }
    .request-form__rowcustom h3 {
      font-size: 1.8rem;
      margin-bottom: 0; }
  .request-form__add {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .request-form__add {
        flex-direction: column;
        margin-bottom: 20px; } }

.request-intro {
  background-image: url("../images/request__bg.png");
  background-repear: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 50px; }
  .request-intro__container {
    max-width: 1200px;
    margin: auto;
    padding: 80px 0; }
    @media only screen and (max-width: 1209px) {
      .request-intro__container {
        padding: 80px 20px; } }
    @media only screen and (max-width: 1024px) {
      .request-intro__container {
        padding: 80px 20px; } }
    .request-intro__container h1 {
      margin-bottom: 0; }

.shipping-address__checkbox {
  margin-left: 15px;
  margin-top: 40px; }

.shipping-address__container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px; }
  @media only screen and (max-width: 1024px) {
    .shipping-address__container {
      flex-direction: column; } }

.shipping-address__item {
  width: 30%;
  padding: 20px;
  border: 1px solid transparent; }
  @media only screen and (max-width: 1024px) {
    .shipping-address__item {
      width: 90%; } }
  .shipping-address__item.selected-item {
    border: 1px solid #e20613;
    border-radius: 5px; }

.shipping-address__label {
  font-size: 1.6rem;
  margin-bottom: 8px; }
  .shipping-address__label span {
    color: #959595; }

.product-item__required p {
  color: #e20613;
  display: inline; }

.product-item__description {
  margin-left: 35px;
  display: flex;
  align-items: center;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .product-item__description {
      flex-direction: column;
      width: 70%;
      margin-bottom: 30px; } }

.product-item__details {
  margin-left: 35px; }
  .product-item__details a:hover {
    text-decoration: none; }
    .product-item__details a:hover h3 {
      color: #e20613; }

.product-item__qty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .product-item__qty label {
    font-size: 1.2rem;
    margin-top: 7px;
    color: #bbb; }

.product-item__reason {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%; }
  .product-item__reason label {
    font-size: 1.2rem;
    margin-top: 7px;
    color: #bbb; }
  .product-item__reason .field {
    width: 100%; }

.product-item__inputcontainer {
  display: flex;
  justify-content: space-between;
  width: 30%; }

@media only screen and (max-width: 767px) {
  .aw-rma__return-item-container {
    flex-direction: column; } }

.request-form .aw-rma-new__form {
  display: none; }

.request-text {
  text-align: center;
  font-size: 16px; }
  .request-text h3 {
    margin-bottom: 2rem; }
  .request-text .btn {
    margin-top: 3rem; }

.abs-reset-list, .bundle-options-container .block-bundle-summary .bundle.items, .product-items, .prices-tier, .cart-container .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items, .items, .block-wishlist-management .wishlist-select-items, .paypal-review .items-qty, .order-details-items .items-qty, .page-footer ul, .block-banners .banner-items,
.block-banners-inline .banner-items, .block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .abs-reset-list > li, .bundle-options-container .block-bundle-summary .bundle.items > li, .product-items > li, .prices-tier > li, .cart-container .checkout-methods-items > li, .opc-wrapper .opc > li, .opc-progress-bar > li, .checkout-agreements-items > li, .items > li, .block-wishlist-management .wishlist-select-items > li, .paypal-review .items-qty > li, .order-details-items .items-qty > li, .page-footer ul > li, .block-banners .banner-items > li,
  .block-banners-inline .banner-items > li, .block-event .slider-panel .slider > li {
    margin: 0; }

.abs-action-link-button, .abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-options-bottom .action.tocompare, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist, .block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 15px 30px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px; }
  .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .product-options-bottom .action.tocompare:focus, .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus,
  .block-bundle-summary .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .product-options-bottom .action.tocompare:active, .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active,
  .block-bundle-summary .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #e20613; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .product-options-bottom .action.tocompare:hover, .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover,
  .block-bundle-summary .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }
  .abs-action-link-button.disabled, .disabled.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .disabled.action, .product-options-bottom .disabled.action.tocompare, .product-info-main .disabled.action.towishlist,
  .product-options-bottom .disabled.action.towishlist,
  .block-bundle-summary .disabled.action.towishlist, .block-event .slider-panel .slider .item .disabled.action.event, .abs-action-link-button[disabled], [disabled].abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > [disabled].action, .product-options-bottom [disabled].action.tocompare, .product-info-main [disabled].action.towishlist,
  .product-options-bottom [disabled].action.towishlist,
  .block-bundle-summary [disabled].action.towishlist, .block-event .slider-panel .slider .item [disabled].action.event,
  fieldset[disabled] .abs-action-link-button,
  fieldset[disabled] .abs-action-addto-product,
  fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action, .bundle-options-container .block-bundle-summary
  fieldset[disabled] .product-addto-links > .action,
  fieldset[disabled] .product-options-bottom .action.tocompare, .product-options-bottom
  fieldset[disabled] .action.tocompare,
  fieldset[disabled] .product-info-main .action.towishlist, .product-info-main
  fieldset[disabled] .action.towishlist,
  fieldset[disabled]
  .product-options-bottom .action.towishlist,
  .product-options-bottom
  fieldset[disabled] .action.towishlist,
  fieldset[disabled]
  .block-bundle-summary .action.towishlist,
  .block-bundle-summary
  fieldset[disabled] .action.towishlist,
  fieldset[disabled] .block-event .slider-panel .slider .item .action.event, .block-event .slider-panel .slider .item
  fieldset[disabled] .action.event {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .product-options-bottom .action.tocompare:hover, .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover,
  .block-bundle-summary .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .product-options-bottom .action.tocompare:active, .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active,
  .block-bundle-summary .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active, .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .product-options-bottom .action.tocompare:focus, .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus,
  .block-bundle-summary .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus {
    text-decoration: none; }

.abs-product-options-list dt, .cart.table-wrapper .item-options dt, .block-giftregistry-shared-items .product .item-options dt, .multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0; }
  .abs-product-options-list dt:after, .cart.table-wrapper .item-options dt:after, .block-giftregistry-shared-items .product .item-options dt:after, .multicheckout .item-options dt:after {
    content: ': '; }

.abs-product-options-list dd, .cart.table-wrapper .item-options dd, .block-giftregistry-shared-items .product .item-options dd, .multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px; }

@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt, .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0; }
    .abs-product-options-list-desktop dt:after, .block-giftregistry-shared .item-options dt:after {
      content: ': '; }
  .abs-product-options-list-desktop dd, .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px; } }

.abs-button-responsive, .actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .abs-button-desktop {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .abs-blocks-2columns, .column .block-addbysku .block-content .box, .login-container .block, .account .column.main .block:not(.widget) .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%; }
    .abs-blocks-2columns:nth-child(odd), .column .block-addbysku .block-content .box:nth-child(odd), .login-container .block:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(odd), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd), [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
    .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns:nth-child(even), .column .block-addbysku .block-content .box:nth-child(even), .login-container .block:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(even), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even), [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
    .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
      float: right; } }

@media only screen and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%; }
    .abs-blocks-2columns-s:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns-s:nth-child(even) {
      float: right; } }

.abs-reset-image-wrapper, .products-list .product-image-wrapper, .cart.table-wrapper .product-image-wrapper, .minicart-items .product-image-wrapper, .block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important; }
  .abs-reset-image-wrapper .product-image-photo, .products-list .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
    position: static; }

.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%; }

.abs-adaptive-images-centered, .product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%; }

.abs-login-block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px; }
  .abs-login-block-title strong {
    font-weight: 500; }

.abs-block-title, .abs-account-blocks .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .paypal-review .block .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title, .block-compare .block-title, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-results .block-title, .block-reorder .block-title, .widget .block-title, .block-wishlist .block-title {
  margin-bottom: 15px; }
  .abs-block-title > strong, .abs-account-blocks .block-title > strong, .account .column.main .block:not(.widget) .block-title > strong, .multicheckout .block-title > strong, .paypal-review .block .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
  .sales-guest-view .column.main .block:not(.widget) .block-title > strong, .block-compare .block-title > strong, .block-giftregistry-results .block-title > strong, .block-giftregistry-shared-items .block-title > strong, .block-wishlist-search-results .block-title > strong, .block-reorder .block-title > strong, .widget .block-title > strong, .block-wishlist .block-title > strong {
    color: #000;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.2rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem; }

.abs-account-blocks .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .paypal-review .block .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 20px; }
  .abs-account-blocks .block-title a, .account .column.main .block:not(.widget) .block-title a, .multicheckout .block-title a, .paypal-review .block .block-title a, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title a, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title a,
  .sales-guest-view .column.main .block:not(.widget) .block-title a {
    color: #000; }
    .abs-account-blocks .block-title a:hover, .account .column.main .block:not(.widget) .block-title a:hover, .multicheckout .block-title a:hover, .paypal-review .block .block-title a:hover, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title a:hover, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title a:hover,
    .sales-guest-view .column.main .block:not(.widget) .block-title a:hover {
      color: #e20613;
      text-decoration: none; }
  .abs-account-blocks .block-title > strong, .account .column.main .block:not(.widget) .block-title > strong, .multicheckout .block-title > strong, .paypal-review .block .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
  .sales-guest-view .column.main .block:not(.widget) .block-title > strong {
    margin-right: 20px; }
  .abs-account-blocks .block-title > span, .account .column.main .block:not(.widget) .block-title > span, .multicheckout .block-title > span, .paypal-review .block .block-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
  .sales-guest-view .column.main .block:not(.widget) .block-title > span {
    color: #e20613; }
  .abs-account-blocks .block-title > .action, .account .column.main .block:not(.widget) .block-title > .action, .multicheckout .block-title > .action, .paypal-review .block .block-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
  .sales-guest-view .column.main .block:not(.widget) .block-title > .action {
    margin-left: 5px; }

.abs-account-blocks .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .paypal-review .block .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 20px 0;
  color: #e20613;
  text-transform: uppercase; }
  .abs-account-blocks .box-title > span, .account .column.main .block:not(.widget) .box-title > span, .multicheckout .box-title > span, .paypal-review .block .box-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
  .sales-guest-view .column.main .block:not(.widget) .box-title > span {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .abs-account-blocks .box-title > .action, .account .column.main .block:not(.widget) .box-title > .action, .multicheckout .box-title > .action, .paypal-review .block .box-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
  .sales-guest-view .column.main .block:not(.widget) .box-title > .action {
    font-weight: 400;
    margin-left: 10px; }

.abs-account-blocks .block-content p:last-child, .account .column.main .block:not(.widget) .block-content p:last-child, .multicheckout .block-content p:last-child, .paypal-review .block .block-content p:last-child, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0; }

.abs-account-blocks .block-content .box, .account .column.main .block:not(.widget) .block-content .box, .multicheckout .block-content .box, .paypal-review .block .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px; }

.abs-dropdown-simple, .giftregisty-dropdown, .wishlist-dropdown {
  display: inline-block;
  position: relative; }
  .abs-dropdown-simple:before, .giftregisty-dropdown:before, .wishlist-dropdown:before, .abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
    content: '';
    display: table; }
  .abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
    clear: both; }
  .abs-dropdown-simple .action.toggle, .giftregisty-dropdown .action.toggle, .wishlist-dropdown .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .abs-dropdown-simple .action.toggle:after, .giftregisty-dropdown .action.toggle:after, .wishlist-dropdown .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 0 0 5px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-dropdown-simple .action.toggle:hover:after, .giftregisty-dropdown .action.toggle:hover:after, .wishlist-dropdown .action.toggle:hover:after {
      color: inherit; }
    .abs-dropdown-simple .action.toggle:active:after, .giftregisty-dropdown .action.toggle:active:after, .wishlist-dropdown .action.toggle:active:after {
      color: inherit; }
    .abs-dropdown-simple .action.toggle.active, .giftregisty-dropdown .action.toggle.active, .wishlist-dropdown .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-dropdown-simple .action.toggle.active:after, .giftregisty-dropdown .action.toggle.active:after, .wishlist-dropdown .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0 0 0 5px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-dropdown-simple .action.toggle.active:hover:after, .giftregisty-dropdown .action.toggle.active:hover:after, .wishlist-dropdown .action.toggle.active:hover:after {
        color: inherit; }
      .abs-dropdown-simple .action.toggle.active:active:after, .giftregisty-dropdown .action.toggle.active:active:after, .wishlist-dropdown .action.toggle.active:active:after {
        color: inherit; }
  .abs-dropdown-simple ul.dropdown, .giftregisty-dropdown ul.dropdown, .wishlist-dropdown ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .abs-dropdown-simple ul.dropdown li, .giftregisty-dropdown ul.dropdown li, .wishlist-dropdown ul.dropdown li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .abs-dropdown-simple ul.dropdown li:hover, .giftregisty-dropdown ul.dropdown li:hover, .wishlist-dropdown ul.dropdown li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      left: 10px;
      top: -12px; }
    .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      left: 9px;
      top: -14px; }
  .abs-dropdown-simple.active, .active.giftregisty-dropdown, .active.wishlist-dropdown {
    overflow: visible; }
    .abs-dropdown-simple.active ul.dropdown, .active.giftregisty-dropdown ul.dropdown, .active.wishlist-dropdown ul.dropdown {
      display: block; }

.abs-input-qty, .column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .cart.table-wrapper .col.qty .input-text, .account .table-return-items .qty .input-text, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .control .qty, .block-wishlist-info-items .input-text.qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px; }

.abs-margin-for-blocks-and-widgets, .block, .sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child), .block-banners,
.block-banners-inline {
  margin-bottom: 40px; }

.abs-remove-button-for-blocks, .table-comparison .cell.remove .action.delete, .block-compare .action.delete, .filtered .item .action.remove {
  display: inline-block;
  text-decoration: none; }
  .abs-remove-button-for-blocks > span, .table-comparison .cell.remove .action.delete > span, .block-compare .action.delete > span, .filtered .item .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-remove-button-for-blocks:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filtered .item .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-remove-button-for-blocks:hover:before, .table-comparison .cell.remove .action.delete:hover:before, .block-compare .action.delete:hover:before, .filtered .item .action.remove:hover:before {
    color: #303030; }
  .abs-remove-button-for-blocks:active:before, .table-comparison .cell.remove .action.delete:active:before, .block-compare .action.delete:active:before, .filtered .item .action.remove:active:before {
    color: #303030; }

.abs-product-link, .product-item-name, .product.name a {
  font-weight: 400; }
  .abs-product-link > a, .product-item-name > a, .product.name a > a {
    color: #333;
    text-decoration: none; }
    .abs-product-link > a:visited, .product-item-name > a:visited, .product.name a > a:visited {
      color: #333;
      text-decoration: underline; }
    .abs-product-link > a:hover, .product-item-name > a:hover, .product.name a > a:hover {
      color: #333;
      text-decoration: underline; }
    .abs-product-link > a:active, .product-item-name > a:active, .product.name a > a:active {
      color: #333;
      text-decoration: underline; }

.abs-reset-left-margin, .form.giftregistry.items .actions-toolbar, .form-new-agreement .actions-toolbar, .fieldset .review-legend.legend, .form.wishlist.items .actions-toolbar {
  margin-left: 0; }

@media only screen and (min-width: 768px) {
  .abs-reset-left-margin-desktop, .bundle-options-container .legend.title, .column.main .cart-summary .actions-toolbar, .cart.table-wrapper .item-actions .actions-toolbar, .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar, .column.main .block-giftregistry-shared-items .actions-toolbar, .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar, .column.main .paypal-review .actions-toolbar, .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0; } }

@media only screen and (min-width: 640px) {
  .abs-reset-left-margin-desktop-s, .column:not(.sidebar-main) .multicheckout .actions-toolbar, .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0; } }

.abs-action-remove, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto; }

@media only screen and (min-width: 768px) {
  .abs-action-remove-desktop, .abs-add-fields-desktop .fieldset .additional .action.remove, .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove, .form-add-invitations .fieldset .additional .action.remove, .form-create-return .fieldset .additional .action.remove, .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px; } }

.abs-add-fields .fieldset, .form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset, .form-add-invitations .fieldset, .form-create-return .fieldset, .form.send.friend .fieldset {
  margin-bottom: 50px; }
  .abs-add-fields .fieldset .field:not(.choice) .control, .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
    width: 70%; }
  .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
  .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
    float: left; }
    .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
    .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
      margin-top: 30px; }
  .abs-add-fields .fieldset .fields .actions-toolbar, .form-giftregistry-share .fieldset .fields .actions-toolbar,
  .form-giftregistry-edit .fieldset .fields .actions-toolbar, .form-add-invitations .fieldset .fields .actions-toolbar, .form-create-return .fieldset .fields .actions-toolbar, .form.send.friend .fieldset .fields .actions-toolbar {
    margin: 0; }

.abs-add-fields .message.notice, .form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice, .form-add-invitations .message.notice, .form-create-return .message.notice, .form.send.friend .message.notice {
  margin: 30px 0 0; }

.abs-add-fields .additional, .form-giftregistry-share .additional,
.form-giftregistry-edit .additional, .form-add-invitations .additional, .form-create-return .additional, .form.send.friend .additional {
  margin-top: 55px;
  position: relative; }

@media only screen and (min-width: 768px) {
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control, .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .abs-margin-for-forms-desktop, .column:not(.sidebar-additional) form .actions-toolbar,
  .column:not(.sidebar-main) form .actions-toolbar, .fieldset .legend, .login-container .fieldset:after {
    margin-left: 25.8%; } }

@media only screen and (min-width: 640px) {
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%; } }

.abs-hidden, .order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden; }

.abs-visually-hidden, .fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label, .product-item-actions .actions-secondary > .action span, .table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span, .cart.table-wrapper .col.qty .label, .minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label, .checkout-index-index .page-title-wrapper, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .o-fieldset > .o-field.no-label > .o-label,
.o-fieldset > .o-fields > .o-field.no-label > .o-label, .fieldset .fullname.field > .label, .account .column.main .limiter > .label, .field.street .field.additional .label, .account-nav .title, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .filter-options-content .filter-count-label, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .page-multiple-wishlist .page-title-wrapper .page-title, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .c-newsletter .label, .block-reorder .product-item .label, .opc-wrapper .form-discount .field .label, .action.skip:not(:focus), .page-header .switcher .label,
.page-footer .switcher .label, .products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile, .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 640px) {
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 768px) {
  .abs-visually-hidden-desktop, .modes-label, .block-search .label, .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

.abs-visually-hidden-reset, .shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.abs-add-clearfix:before, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):before, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):before, .form-create-return .fieldset .actions-toolbar:not(:first-child):before, .form.send.friend .fieldset .actions-toolbar:not(:first-child):before, .payment-method-braintree .hosted-date-wrap:before, .toolbar:before, .toolbar-products:before, .sidebar .product-items-images:before, .cart.table-wrapper .actions-toolbar:before, .cart.table-wrapper .item-options:before, .checkout-onepage-success:before,
.checkout-onepage-failure:before, .opc-estimated-wrapper:before, .opc-wrapper .field.addresses:before, .fieldset .fullname .field:before, .page-product-downloadable .product-add-form:before, .gift-options:before, .gift-item-block .content:before, .order-details-items .order-gift-message:before,
.order-details-items .block-order-details-gift-message:before, .block-giftregistry-shared-items .product .item-options:before, .gift-wrapping-list:before, .opc-wrapper .data.table .gift-wrapping:before,
.table-order-items .gift-wrapping:before,
.table-order-review .gift-wrapping:before, .order-options .product:before, .map-popup .map-info-price:before, .multicheckout .item-options:before, .multicheckout .block:before, .multicheckout .block-content:before, .customer-review .product-details:before, .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintree .hosted-date-wrap:after, .toolbar:after, .toolbar-products:after, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .checkout-onepage-success:after,
.checkout-onepage-failure:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .fieldset .fullname .field:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after {
  content: '';
  display: table; }

.abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintree .hosted-date-wrap:after, .toolbar:after, .toolbar-products:after, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .checkout-onepage-success:after,
.checkout-onepage-failure:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .fieldset .fullname .field:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after {
  clear: both; }

@media only screen and (min-width: 768px) {
  .abs-add-clearfix-desktop:before, .abs-pager-toolbar:before, .account .toolbar:before, .toolbar-giftregistry-results:before, .toolbar-wishlist-results:before, .column .block-addbysku .block-content:before, .block-cart-failed .block-content:before, .cart-container:before, .login-container:before, .account .column.main .block:not(.widget) .block-content:before, .block-addresses-list .items.addresses:before, .block-giftregistry-shared .item-options:before, .gift-wrapping .nested:before, .table .gift-wrapping .content:before, .block-wishlist-management:before, .paypal-review .block-content:before, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before, .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .cart-container:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .cart-container:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after {
    clear: both; } }

@media only screen and (min-width: 640px) {
  .abs-add-clearfix-desktop-s:before, .multicheckout .block-billing:before, .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
    clear: both; } }

@media only screen and (max-width: 639px) {
  .abs-add-clearfix-mobile:before, .abs-checkout-order-review tbody tr:before, .multicheckout.order-review .data.table tbody tr:before, .table-giftregistry-items .col.product:before, .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .table-giftregistry-items .col.product:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .table-giftregistry-items .col.product:after {
    clear: both; } }

@media only screen and (max-width: 767px) {
  .abs-add-clearfix-mobile-m:before, .form-create-return .fieldset > .actions-toolbar:before, .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
    clear: both; } }

.abs-add-box-sizing, .abs-field-date .control, .field.date .control, .abs-field-tooltip, .columns .column.main, .columns .sidebar-main, .columns .sidebar-additional, .column .block-addbysku .sku, .bundle-options-container .block-bundle-summary, .product-item, .sidebar .product-items-images .product-item, .search-autocomplete, .cart-container .cart-summary, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary, .sidebar .block-addbysku .fieldset .fields .field.sku, .block-event .slider-panel .slider .item .action.show {
  box-sizing: border-box; }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop, .column.main, .sidebar-main, .sidebar-additional {
    box-sizing: border-box; } }

@media only screen and (min-width: 640px) {
  .abs-add-box-sizing-desktop-s, .multicheckout .block-shipping .box, .multicheckout .block-billing .box-billing-address, .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop-m, .opc-wrapper {
    box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-revert-field-type-desktop .fieldset > .field, .product-add-form .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field, .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label, .product-add-form .fieldset > .field:not(.choice) > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label, .product-add-form .fieldset .fields > .field:not(.choice) > .label {
      box-sizing: content-box;
      float: none;
      width: auto;
      text-align: left;
      padding: 0; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control, .product-add-form .fieldset > .field:not(.choice) > .control,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control, .product-add-form .fieldset .fields > .field:not(.choice) > .control {
      float: none;
      width: auto; }
    .abs-revert-field-type-desktop .fieldset > .field > .label, .product-add-form .fieldset > .field > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field > .label, .product-add-form .fieldset .fields > .field > .label {
      margin: 0 0 5px;
      display: inline-block; }
    .abs-revert-field-type-desktop .fieldset > .field.choice:before, .product-add-form .fieldset > .field.choice:before, .abs-revert-field-type-desktop .fieldset > .field.no-label:before, .product-add-form .fieldset > .field.no-label:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before, .product-add-form .fieldset .fields > .field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before, .product-add-form .fieldset .fields > .field.no-label:before {
      display: none; }
    .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type, .product-add-form .fieldset > .field:not(:first-child):last-of-type,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type, .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
      margin-bottom: 0; } }

.abs-navigation-icon {
  display: block;
  text-decoration: none; }
  .abs-navigation-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 1.2;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-navigation-icon:after {
    position: absolute;
    right: 5px;
    top: 0; }

.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .abs-split-button:before, .abs-split-button:after {
    content: '';
    display: table; }
  .abs-split-button:after {
    clear: both; }
  .abs-split-button .action.split {
    float: left;
    margin: 0; }
  .abs-split-button .action.toggle {
    float: right;
    margin: 0; }
  .abs-split-button button.action.split, .abs-split-button .cart.table-wrapper .actions-toolbar > .action.split, .cart.table-wrapper .abs-split-button .actions-toolbar > .action.split, .abs-split-button .action.split.action-gift {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .abs-split-button button + .action.toggle, .abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle, .cart.table-wrapper .abs-split-button .actions-toolbar > .action + .action.toggle, .abs-split-button .action-gift + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .abs-split-button .action.toggle {
    padding: 4px 5px;
    display: inline-block;
    text-decoration: none; }
    .abs-split-button .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .abs-split-button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-split-button .action.toggle:hover:after {
      color: inherit; }
    .abs-split-button .action.toggle:active:after {
      color: inherit; }
    .abs-split-button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-split-button .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .abs-split-button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-split-button .action.toggle.active:hover:after {
        color: inherit; }
      .abs-split-button .action.toggle.active:active:after {
        color: inherit; }
  .abs-split-button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .abs-split-button .items li {
      margin: 0;
      padding: 3px 5px; }
      .abs-split-button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-split-button .items:before, .abs-split-button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-split-button .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-split-button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-split-button .items:before {
      right: 10px;
      top: -12px; }
    .abs-split-button .items:after {
      right: 9px;
      top: -14px; }
  .abs-split-button.active {
    overflow: visible; }
    .abs-split-button.active .items {
      display: block; }

.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-options-bottom .action.tocompare, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem; }

.abs-actions-addto-gridlist, .product-item-actions .actions-secondary > .action, .table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split, .product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none; }
  .abs-actions-addto-gridlist > span, .product-item-actions .actions-secondary > .action > span, .table-comparison .wishlist.split.button > .action.split > span,
  .product-items .wishlist.split.button > .action.split > span, .product-items .action.towishlist > span,
  .products.list.items .action.towishlist > span,
  .table-comparison .action.towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-actions-addto-gridlist:before, .product-item-actions .actions-secondary > .action:before, .table-comparison .wishlist.split.button > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before, .product-items .action.towishlist:before,
  .products.list.items .action.towishlist:before,
  .table-comparison .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
    line-height: 24px;
    color: #333;
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-actions-addto-gridlist:hover:before, .product-item-actions .actions-secondary > .action:hover:before, .table-comparison .wishlist.split.button > .action.split:hover:before,
  .product-items .wishlist.split.button > .action.split:hover:before, .product-items .action.towishlist:hover:before,
  .products.list.items .action.towishlist:hover:before,
  .table-comparison .action.towishlist:hover:before {
    color: #006bb4; }

.abs-button-l, .bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem; }

.abs-action-button-as-link, .abs-action-remove, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove, .cart.table-wrapper .action.help.map, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-agreements-block .action-show, .cart-summary .block.giftcard .action.check, .gift-options .actions-toolbar .action-cancel, .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action, .paypal-button-widget .paypal-button {
  line-height: 1.42857;
  padding: 0;
  color: #e20613;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400; }
  .abs-action-button-as-link:visited, .abs-action-remove:visited, .abs-add-fields .action.remove:visited, .form-giftregistry-share .action.remove:visited,
  .form-giftregistry-edit .action.remove:visited, .form-add-invitations .action.remove:visited, .form-create-return .action.remove:visited, .form.send.friend .action.remove:visited, .cart.table-wrapper .action.help.map:visited, .opc-wrapper .edit-address-link:visited, .opc-block-shipping-information .shipping-information-title .action-edit:visited, .action-auth-toggle:visited, .checkout-agreements-block .action-show:visited, .cart-summary .block.giftcard .action.check:visited, .gift-options .actions-toolbar .action-cancel:visited, .table-comparison .wishlist.split.button > .action:visited,
  .product-items .wishlist.split.button > .action:visited, .paypal-button-widget .paypal-button:visited {
    color: #e20613;
    text-decoration: none; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover,
  .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #006bb4;
    text-decoration: underline; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active,
  .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-agreements-block .action-show:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active {
    color: #ff5501;
    text-decoration: underline; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover,
  .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #006bb4; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover,
  .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover, .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active,
  .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-agreements-block .action-show:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:focus, .abs-action-remove:focus, .abs-add-fields .action.remove:focus, .form-giftregistry-share .action.remove:focus,
  .form-giftregistry-edit .action.remove:focus, .form-add-invitations .action.remove:focus, .form-create-return .action.remove:focus, .form.send.friend .action.remove:focus, .cart.table-wrapper .action.help.map:focus, .opc-wrapper .edit-address-link:focus, .opc-block-shipping-information .shipping-information-title .action-edit:focus, .action-auth-toggle:focus, .checkout-agreements-block .action-show:focus, .cart-summary .block.giftcard .action.check:focus, .gift-options .actions-toolbar .action-cancel:focus, .table-comparison .wishlist.split.button > .action:focus,
  .product-items .wishlist.split.button > .action:focus, .paypal-button-widget .paypal-button:focus {
    background: none;
    border: 0; }
  .abs-action-button-as-link.disabled, .disabled.abs-action-remove, .abs-add-fields .disabled.action.remove, .form-giftregistry-share .disabled.action.remove,
  .form-giftregistry-edit .disabled.action.remove, .form-add-invitations .disabled.action.remove, .form-create-return .disabled.action.remove, .form.send.friend .disabled.action.remove, .cart.table-wrapper .disabled.action.help.map, .opc-wrapper .disabled.edit-address-link, .opc-block-shipping-information .shipping-information-title .disabled.action-edit, .disabled.action-auth-toggle, .checkout-agreements-block .disabled.action-show, .cart-summary .block.giftcard .disabled.action.check, .gift-options .actions-toolbar .disabled.action-cancel, .table-comparison .wishlist.split.button > .disabled.action,
  .product-items .wishlist.split.button > .disabled.action, .paypal-button-widget .disabled.paypal-button, .abs-action-button-as-link[disabled], [disabled].abs-action-remove, .abs-add-fields [disabled].action.remove, .form-giftregistry-share [disabled].action.remove,
  .form-giftregistry-edit [disabled].action.remove, .form-add-invitations [disabled].action.remove, .form-create-return [disabled].action.remove, .form.send.friend [disabled].action.remove, .cart.table-wrapper [disabled].action.help.map, .opc-wrapper [disabled].edit-address-link, .opc-block-shipping-information .shipping-information-title [disabled].action-edit, [disabled].action-auth-toggle, .checkout-agreements-block [disabled].action-show, .cart-summary .block.giftcard [disabled].action.check, .gift-options .actions-toolbar [disabled].action-cancel, .table-comparison .wishlist.split.button > [disabled].action,
  .product-items .wishlist.split.button > [disabled].action, .paypal-button-widget [disabled].paypal-button,
  fieldset[disabled] .abs-action-button-as-link,
  fieldset[disabled] .abs-action-remove,
  fieldset[disabled] .abs-add-fields .action.remove, .abs-add-fields
  fieldset[disabled] .action.remove,
  fieldset[disabled] .form-giftregistry-share .action.remove, .form-giftregistry-share
  fieldset[disabled] .action.remove,
  fieldset[disabled]
  .form-giftregistry-edit .action.remove,
  .form-giftregistry-edit
  fieldset[disabled] .action.remove,
  fieldset[disabled] .form-add-invitations .action.remove, .form-add-invitations
  fieldset[disabled] .action.remove,
  fieldset[disabled] .form-create-return .action.remove, .form-create-return
  fieldset[disabled] .action.remove,
  fieldset[disabled] .form.send.friend .action.remove, .form.send.friend
  fieldset[disabled] .action.remove,
  fieldset[disabled] .cart.table-wrapper .action.help.map, .cart.table-wrapper
  fieldset[disabled] .action.help.map,
  fieldset[disabled] .opc-wrapper .edit-address-link, .opc-wrapper
  fieldset[disabled] .edit-address-link,
  fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit, .opc-block-shipping-information .shipping-information-title
  fieldset[disabled] .action-edit,
  fieldset[disabled] .action-auth-toggle,
  fieldset[disabled] .checkout-agreements-block .action-show, .checkout-agreements-block
  fieldset[disabled] .action-show,
  fieldset[disabled] .cart-summary .block.giftcard .action.check, .cart-summary .block.giftcard
  fieldset[disabled] .action.check,
  fieldset[disabled] .gift-options .actions-toolbar .action-cancel, .gift-options .actions-toolbar
  fieldset[disabled] .action-cancel,
  fieldset[disabled] .table-comparison .wishlist.split.button > .action, .table-comparison
  fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled]
  .product-items .wishlist.split.button > .action,
  .product-items
  fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .paypal-button-widget .paypal-button, .paypal-button-widget
  fieldset[disabled] .paypal-button {
    color: #e20613;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active,
  .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-agreements-block .action-show:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:not(:focus), .abs-action-remove:not(:focus), .abs-add-fields .action.remove:not(:focus), .form-giftregistry-share .action.remove:not(:focus),
  .form-giftregistry-edit .action.remove:not(:focus), .form-add-invitations .action.remove:not(:focus), .form-create-return .action.remove:not(:focus), .form.send.friend .action.remove:not(:focus), .cart.table-wrapper .action.help.map:not(:focus), .opc-wrapper .edit-address-link:not(:focus), .opc-block-shipping-information .shipping-information-title .action-edit:not(:focus), .action-auth-toggle:not(:focus), .checkout-agreements-block .action-show:not(:focus), .cart-summary .block.giftcard .action.check:not(:focus), .gift-options .actions-toolbar .action-cancel:not(:focus), .table-comparison .wishlist.split.button > .action:not(:focus),
  .product-items .wishlist.split.button > .action:not(:focus), .paypal-button-widget .paypal-button:not(:focus) {
    box-shadow: none; }

.abs-revert-secondary-color, .block-compare .action.compare, .cart-container .cart-summary .actions-toolbar > .primary button, .cart-container .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .cart-container .cart-summary .actions-toolbar > .primary .actions-toolbar > .action, .cart-container .cart-summary .actions-toolbar > .primary .action-gift, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333; }
  .abs-revert-secondary-color:focus, .block-compare .action.compare:focus, .cart-container .cart-summary .actions-toolbar > .primary button:focus, .cart-container .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .cart-container .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:focus, .cart-container .cart-summary .actions-toolbar > .primary .action-gift:focus, .cart-summary .form.giftregistry .fieldset .action.primary:focus, .paypal-review .block .actions-toolbar .action.primary:focus, .abs-revert-secondary-color:active, .block-compare .action.compare:active, .cart-container .cart-summary .actions-toolbar > .primary button:active, .cart-container .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .cart-container .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:active, .cart-container .cart-summary .actions-toolbar > .primary .action-gift:active, .cart-summary .form.giftregistry .fieldset .action.primary:active, .paypal-review .block .actions-toolbar .action.primary:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #e20613; }
  .abs-revert-secondary-color:hover, .block-compare .action.compare:hover, .cart-container .cart-summary .actions-toolbar > .primary button:hover, .cart-container .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .cart-container .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:hover, .cart-container .cart-summary .actions-toolbar > .primary .action-gift:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review .block .actions-toolbar .action.primary:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }

.abs-revert-secondary-size, .cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 15px 30px; }

.abs-box-tocart, .bundle-actions {
  margin: 10px 0; }

.abs-adjustment-incl-excl-tax .price-including-tax, .bundle-options-container .price-notice .price-including-tax, .product-options-wrapper .field .price-notice .price-including-tax, .cart-container .cart-summary .price-including-tax, .gift-summary .price-including-tax,
.gift-options .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax, .bundle-options-container .price-notice .price-excluding-tax, .product-options-wrapper .field .price-notice .price-excluding-tax, .cart-container .cart-summary .price-excluding-tax, .gift-summary .price-excluding-tax,
.gift-options .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee, .bundle-options-container .price-notice .weee, .product-options-wrapper .field .price-notice .weee, .cart-container .cart-summary .weee, .gift-summary .weee,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap; }

.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax, .cart-container .cart-summary .price-including-tax + .price-excluding-tax, .gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before, .cart-container .cart-summary .price-including-tax + .price-excluding-tax:before, .gift-summary .price-including-tax + .price-excluding-tax:before,
  .gift-options .price-including-tax + .price-excluding-tax:before {
    content: "(" attr(data-label) ": "; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after, .cart-container .cart-summary .price-including-tax + .price-excluding-tax:after, .gift-summary .price-including-tax + .price-excluding-tax:after,
  .gift-options .price-including-tax + .price-excluding-tax:after {
    content: ')'; }

.abs-tax-total, .price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .abs-tax-total:after, .price-including-tax .cart-tax-total:after,
  .price-excluding-tax .cart-tax-total:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 10px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-tax-total:after, .price-including-tax .cart-tax-total:after,
  .price-excluding-tax .cart-tax-total:after {
    position: absolute;
    right: -10px;
    top: 3px; }
  .abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
  .price-excluding-tax .cart-tax-total-expanded:after {
    content: ""; }

.abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: ""; }

.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px; }

@media only screen and (max-width: 639px) {
  .abs-checkout-order-review tbody tr:not(:last-child), .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1; }
  .abs-checkout-order-review tbody tr .col.item:before, .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none; }
  .abs-checkout-order-review tbody tr .col.qty, .multicheckout.order-review .data.table tbody tr .col.qty, .abs-checkout-order-review tbody tr .col.price, .multicheckout.order-review .data.table tbody tr .col.price, .abs-checkout-order-review tbody tr .col.subtotal, .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%; }
    .abs-checkout-order-review tbody tr .col.qty:before, .multicheckout.order-review .data.table tbody tr .col.qty:before, .abs-checkout-order-review tbody tr .col.price:before, .multicheckout.order-review .data.table tbody tr .col.price:before, .abs-checkout-order-review tbody tr .col.subtotal:before, .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
      content: attr(data-th) ":";
      display: block;
      font-weight: 700;
      padding-bottom: 10px; }
  .abs-checkout-order-review tbody tr .product-item-name, .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0; } }

.abs-colon:after, .minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after, .order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after, .block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': '; }

.abs-icon-add, .abs-dropdown-items-new .action.new, .wishlist.split.button .action.new, .wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none; }
  .abs-icon-add:before, .abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }

@media only screen and (max-width: 767px) {
  .abs-icon-add-mobile, .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none; }
    .abs-icon-add-mobile:before, .block-wishlist-management .wishlist-add.item .add:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px;
      line-height: 10px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 5px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; } }

.abs-dropdown-items-new .items .item:last-child:hover, .wishlist.split.button .items .item:last-child:hover, .wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8; }

.abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px; }

@media only screen and (max-width: 767px) {
  .abs-toggling-title-mobile, .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none; }
    .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: inherit;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after {
      position: absolute;
      right: 10px;
      top: 0; }
    .abs-toggling-title-mobile.active:after, .block-wishlist-management .wishlist-select .active.wishlist-name:after {
      content: ""; } }

.abs-no-display, .abs-sidebar-totals .table-caption, .cart-totals .table-caption, .sidebar .subtitle, .cart-container .cart-summary .block .fieldset.estimate > .legend,
.cart-container .cart-summary .block .fieldset.estimate > .legend + br, .minicart-items .product-item-details .weee[data-label] .label, .page-product-giftcard .fieldset.giftcard > .legend + br, .order-details-items .order-items .order-gift-message .action.close, .multicheckout .block .methods-shipping .item-content .fieldset > .legend + br, .multicheckout .hidden, [class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle, .sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle, .no-display {
  display: none; }

@media only screen and (max-width: 639px) {
  .abs-no-display-s, .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none; } }

@media only screen and (min-width: 768px) {
  .abs-no-display-desktop, .opc-estimated-wrapper, .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none; } }

.abs-status, .return-status, .order-status {
  display: inline-block;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .abs-pager-toolbar-mobile .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-wishlist-results .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter, .account .toolbar .limiter, .toolbar-wishlist-results .limiter,
  .abs-pager-toolbar-mobile .pages, .account .toolbar .pages, .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px; } }

@media only screen and (max-width: 639px) {
  .abs-pager-toolbar-mobile-s .toolbar-amount, .toolbar-giftregistry-results .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter, .toolbar-giftregistry-results .limiter,
  .abs-pager-toolbar-mobile-s .pages, .toolbar-giftregistry-results .pages {
    margin-bottom: 25px; } }

@media only screen and (min-width: 768px) {
  .abs-pager-toolbar, .account .toolbar, .toolbar-giftregistry-results, .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative; }
    .abs-pager-toolbar .limiter, .account .toolbar .limiter, .toolbar-giftregistry-results .limiter, .toolbar-wishlist-results .limiter {
      float: right;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-giftregistry-results .toolbar-amount, .toolbar-wishlist-results .toolbar-amount {
      float: left;
      line-height: normal;
      padding: 7px 0 0;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .pages, .account .toolbar .pages, .toolbar-giftregistry-results .pages, .toolbar-wishlist-results .pages {
      position: absolute;
      width: 100%;
      z-index: 0; } }

.abs-block-items-counter, .block-compare .counter, .block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap; }

.abs-shopping-cart-items .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue {
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: transparent;
  border: 1px solid #cdcdcd;
  color: #adadad;
  cursor: pointer;
  display: inline-block;
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 15px 30px 15px 10px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none; }
  .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active, .abs-shopping-cart-items .action.continue:focus, .block-cart-failed .action.continue:focus, .cart-container .form-cart .action.continue:focus {
    text-decoration: none; }
  .abs-shopping-cart-items .action.continue:before, .block-cart-failed .action.continue:before, .cart-container .form-cart .action.continue:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-shopping-cart-items .action.continue:hover:before, .block-cart-failed .action.continue:hover:before, .cart-container .form-cart .action.continue:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:active:before, .block-cart-failed .action.continue:active:before, .cart-container .form-cart .action.continue:active:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:focus, .block-cart-failed .action.continue:focus, .cart-container .form-cart .action.continue:focus, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #e20613; }
  .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }
  .abs-shopping-cart-items .action.continue.disabled, .block-cart-failed .action.continue.disabled, .cart-container .form-cart .action.continue.disabled, .abs-shopping-cart-items .action.continue[disabled], .block-cart-failed .action.continue[disabled], .cart-container .form-cart .action.continue[disabled],
  fieldset[disabled] .abs-shopping-cart-items .action.continue,
  fieldset[disabled] .block-cart-failed .action.continue,
  fieldset[disabled] .cart-container .form-cart .action.continue, .cart-container
  fieldset[disabled] .form-cart .action.continue {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }

.abs-shopping-cart-items .action.update, .block-cart-failed .action.update, .cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px; }
  .abs-shopping-cart-items .action.update:before, .block-cart-failed .action.update:before, .cart-container .form-cart .action.update:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-shopping-cart-items .action.update:hover:before, .block-cart-failed .action.update:hover:before, .cart-container .form-cart .action.update:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.update:active:before, .block-cart-failed .action.update:active:before, .cart-container .form-cart .action.update:active:before {
    color: inherit; }

@media only screen and (max-width: 767px) {
  .abs-shopping-cart-items-mobile .actions, .cart-container .form-cart .actions {
    text-align: center; }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.continue, .cart-container .form-cart .action.continue, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    margin: 0 auto 10px; }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    display: block; } }

@media only screen and (min-width: 768px) {
  .abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%; }
    .abs-shopping-cart-items-desktop .actions, .block-cart-failed .actions, .cart-container .form-cart .actions, .cart-container .cart-gift-item .actions {
      text-align: right; }
    .abs-shopping-cart-items-desktop .action.clear, .block-cart-failed .action.clear, .cart-container .form-cart .action.clear, .cart-container .cart-gift-item .action.clear, .abs-shopping-cart-items-desktop .action.update, .block-cart-failed .action.update, .cart-container .form-cart .action.update, .cart-container .cart-gift-item .action.update {
      margin-left: 10px; }
    .abs-shopping-cart-items-desktop .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, .cart-container .cart-gift-item .action.continue {
      float: left; } }

.abs-field-date .control, .field.date .control {
  position: relative; }

.abs-field-date-input, .abs-field-date input, .field.date input, .form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;
  width: calc(100% - 50px); }

.abs-field-tooltip {
  position: relative; }
  .abs-field-tooltip input {
    margin-right: 10px;
    width: calc(100% - 36px); }

.abs-checkout-tooltip-content-position-top, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content, .shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto; }
  .abs-checkout-tooltip-content-position-top:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0; }
  .abs-checkout-tooltip-content-position-top:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999; }
  .abs-checkout-tooltip-content-position-top:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px; }

@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile, .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      margin-top: -21px;
      right: 10px;
      left: auto;
      top: 0; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before {
      border-bottom-color: #999; }
    .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
      border-bottom-color: #f4f4f4;
      top: 1px; } }

.abs-checkout-title, .opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2.6rem; }

.abs-sidebar-totals .mark, .cart-totals .mark {
  font-weight: 400;
  padding-left: 4px; }
  .abs-sidebar-totals .mark strong, .cart-totals .mark strong {
    font-weight: 400; }

.abs-sidebar-totals .amount, .cart-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap; }
  .abs-sidebar-totals .amount strong, .cart-totals .amount strong {
    font-weight: 400; }

.abs-sidebar-totals .grand .mark, .cart-totals .grand .mark,
.abs-sidebar-totals .grand .amount, .cart-totals .grand .amount {
  padding-top: 20px; }

.abs-sidebar-totals .grand .amount, .cart-totals .grand .amount {
  padding-right: 4px;
  text-align: right; }
  .abs-sidebar-totals .grand .amount strong, .cart-totals .grand .amount strong {
    font-weight: 700; }

.abs-sidebar-totals .msrp, .cart-totals .msrp {
  margin-bottom: 10px; }

.abs-sidebar-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount, .cart-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer; }

.abs-sidebar-totals .totals-tax-summary .amount .price, .cart-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative; }
  .abs-sidebar-totals .totals-tax-summary .amount .price > span, .cart-totals .totals-tax-summary .amount .price > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after {
    position: absolute;
    right: -5px;
    top: -12px; }

.abs-sidebar-totals .totals-tax-summary.expanded .mark, .cart-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount, .cart-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0; }

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after, .cart-totals .totals-tax-summary.expanded .amount .price:after {
  content: ""; }

.abs-sidebar-totals .totals-tax-details, .cart-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1; }
  .abs-sidebar-totals .totals-tax-details.shown, .cart-totals .totals-tax-details.shown {
    display: table-row; }

.abs-discount-block > .title, .cart-container .cart-summary .block > .title, .paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative; }
  .abs-discount-block > .title:after, .cart-container .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-discount-block > .title:after, .cart-container .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    position: absolute;
    right: -5px;
    top: -5px; }
  .column.main .abs-discount-block > .title strong, .column.main .cart-container .cart-summary .block > .title strong, .cart-container .cart-summary .column.main .block > .title strong, .column.main .paypal-review-discount .block > .title strong, .paypal-review-discount .column.main .block > .title strong {
    font-size: 1.8rem;
    font-weight: 400; }

.abs-discount-block > .content, .cart-container .cart-summary .block > .content, .paypal-review-discount .block > .content {
  display: none; }

.abs-discount-block.active > .title:after, .cart-container .cart-summary .active.block > .title:after, .paypal-review-discount .active.block > .title:after {
  content: ""; }

.abs-discount-block.active > .content, .cart-container .cart-summary .active.block > .content, .paypal-review-discount .active.block > .content {
  display: block; }

.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em; }
  .fieldset > * {
    letter-spacing: normal; }
  .fieldset > .legend {
    margin: 0 0 25px;
    padding: 0;
    box-sizing: border-box;
    float: left;
    line-height: 1.2;
    font-size: 2rem; }
    .fieldset > .legend + br {
      clear: both;
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
  .fieldset:last-child {
    margin-bottom: 0; }
  .fieldset > .field,
  .fieldset > .fields > .field {
    margin: 0 0 20px; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      margin: 0 0 5px;
      display: inline-block; }
    .fieldset > .field:last-child,
    .fieldset > .fields > .field:last-child {
      margin-bottom: 0; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      font-weight: 700; }
      .fieldset > .field > .label + br,
      .fieldset > .fields > .field > .label + br {
        display: none; }
    .fieldset > .field .choice input,
    .fieldset > .fields > .field .choice input {
      vertical-align: top; }
    .fieldset > .field .fields.group:before, .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:before,
    .fieldset > .fields > .field .fields.group:after {
      content: '';
      display: table; }
    .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:after {
      clear: both; }
    .fieldset > .field .fields.group .field,
    .fieldset > .fields > .field .fields.group .field {
      box-sizing: border-box;
      float: left; }
    .fieldset > .field .fields.group.group-2 .field,
    .fieldset > .fields > .field .fields.group.group-2 .field {
      width: 50% !important; }
    .fieldset > .field .fields.group.group-3 .field,
    .fieldset > .fields > .field .fields.group.group-3 .field {
      width: 33.3% !important; }
    .fieldset > .field .fields.group.group-4 .field,
    .fieldset > .fields > .field .fields.group.group-4 .field {
      width: 25% !important; }
    .fieldset > .field .fields.group.group-5 .field,
    .fieldset > .fields > .field .fields.group.group-5 .field {
      width: 20% !important; }
    .fieldset > .field .addon,
    .fieldset > .fields > .field .addon {
      display: inline-flex;
      flex-wrap: nowrap;
      padding: 0;
      width: 100%; }
      .fieldset > .field .addon textarea,
      .fieldset > .field .addon select,
      .fieldset > .field .addon input,
      .fieldset > .fields > .field .addon textarea,
      .fieldset > .fields > .field .addon select,
      .fieldset > .fields > .field .addon input {
        order: 2;
        flex-basis: 100%;
        display: inline-block;
        margin: 0;
        width: auto; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .field .addon .addafter,
      .fieldset > .fields > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addafter {
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #ebebeb;
        border-radius: 5px;
        font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        height: 50px;
        line-height: 1.42857;
        padding: 0 9px;
        vertical-align: baseline;
        width: 100%;
        box-sizing: border-box;
        order: 3;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: auto; }
        .fieldset > .field .addon .addbefore:disabled,
        .fieldset > .field .addon .addafter:disabled,
        .fieldset > .fields > .field .addon .addbefore:disabled,
        .fieldset > .fields > .field .addon .addafter:disabled {
          opacity: 0.5; }
        .fieldset > .field .addon .addbefore::-moz-placeholder,
        .fieldset > .field .addon .addafter::-moz-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
        .fieldset > .fields > .field .addon .addafter::-moz-placeholder {
          color: #c2c2c2; }
        .fieldset > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .field .addon .addafter::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
          color: #c2c2c2; }
        .fieldset > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .field .addon .addafter:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
          color: #c2c2c2; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addbefore {
        float: left;
        order: 1; }
    .fieldset > .field .additional,
    .fieldset > .fields > .field .additional {
      margin-top: 10px; }
    .fieldset > .field.required > .label:after,
    .fieldset > .field._required > .label:after,
    .fieldset > .fields > .field.required > .label:after,
    .fieldset > .fields > .field._required > .label:after {
      content: '*';
      color: #e02b27;
      font-size: 1.2rem;
      margin: 0 0 0 5px; }
    .fieldset > .field .note,
    .fieldset > .fields > .field .note {
      font-size: 1.2rem;
      margin: 3px 0 0;
      padding: 0;
      display: inline-block;
      text-decoration: none; }
      .fieldset > .field .note:before,
      .fieldset > .fields > .field .note:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 12px;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .fieldset > .field.choice .label,
    .fieldset > .fields > .field.choice .label {
      display: inline;
      font-weight: normal; }
    .column:not(.main) .fieldset > .field .label, .column:not(.main)
    .fieldset > .fields > .field .label {
      font-weight: normal; }
    .fieldset > .field .field.choice,
    .fieldset > .fields > .field .field.choice {
      margin-bottom: 10px; }
      .fieldset > .field .field.choice:last-child,
      .fieldset > .fields > .field .field.choice:last-child {
        margin-bottom: 0; }
    .fieldset > .field input[type=file],
    .fieldset > .fields > .field input[type=file] {
      margin: 5px 0; }

.legend + .fieldset,
.legend + div {
  clear: both; }

.legend strong {
  margin-left: 5px;
  font-size: 40px; }

fieldset.field {
  border: 0;
  padding: 0; }

.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap; }

.field .message.warning {
  margin-top: 10px; }

.field-error,
div.mage-error[generated] {
  margin-top: 3px;
  position: absolute; }

.field-error {
  color: #e02b27;
  font-size: 1.2rem; }

.field .tooltip {
  position: relative; }
  .field .tooltip .tooltip-content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-left: 5px;
    left: 100%;
    top: 0; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .field .tooltip .tooltip-content:after {
      border-width: 5px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:before {
      border-width: 6px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      right: 100%; }
    .field .tooltip .tooltip-content:after {
      border-right-color: #fff;
      margin-top: -5px;
      top: 15px; }
    .field .tooltip .tooltip-content:before {
      border-right-color: #bbb;
      margin-top: -6px;
      top: 15px; }
  .field .tooltip .tooltip-toggle {
    cursor: help; }
  .field .tooltip .tooltip-toggle:hover + .tooltip-content,
  .field .tooltip .tooltip-toggle:focus + .tooltip-content,
  .field .tooltip:hover .tooltip-content {
    display: block; }
  .field .tooltip .tooltip-content {
    min-width: 200px;
    white-space: normal; }

input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block; }

.select-style {
  position: relative; }
  .select-style select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 15px 4px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .select-style select {
        padding: 5px 10px 4px; } }
  .select-style:after {
    content: '\e913';
    font-family: 'trefl-icons';
    width: 0;
    height: 0;
    display: block;
    font-size: 6px;
    color: #e20613;
    position: absolute;
    top: 24px;
    right: 30px;
    pointer-events: none; }
  .select-style select::-ms-expand {
    display: none; }

._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus, ._has-datepicker ~ .ui-datepicker-trigger:active {
    background: none;
    border: none;
    box-shadow: none; }
  ._has-datepicker ~ .ui-datepicker-trigger:hover {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger.disabled, ._has-datepicker ~ .ui-datepicker-trigger[disabled],
  fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  ._has-datepicker ~ .ui-datepicker-trigger > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  ._has-datepicker ~ .ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #e20613;
    content: "";
    font-family: "trefl-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0; }

.sidebar .fieldset {
  margin: 0; }
  .sidebar .fieldset > .field:not(.choice):not(:last-child),
  .sidebar .fieldset .fields > .field:not(:last-child) {
    margin: 0 0 20px; }
  .sidebar .fieldset > .field:not(.choice) .label,
  .sidebar .fieldset .fields > .field .label {
    margin: 0 0 4px;
    padding: 0 0 5px;
    text-align: left;
    width: 100%; }
  .sidebar .fieldset > .field:not(.choice) .control,
  .sidebar .fieldset .fields > .field .control {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .fieldset .legend {
    width: 100%; }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px; }
    .fieldset > .field > .label {
      margin: 0; }
    .fieldset > .field:before, .fieldset > .field:after {
      content: '';
      display: table; }
    .fieldset > .field:after {
      clear: both; }
    .fieldset > .field.choice:before, .fieldset > .field.no-label:before {
      padding: 6px 15px 0 0;
      width: 25.8%;
      box-sizing: border-box;
      content: ' ';
      float: left;
      height: 1px; }
    .fieldset > .field .description {
      padding: 6px 15px 0 0;
      text-align: right;
      width: 25.8%;
      box-sizing: border-box;
      float: left; }
    .fieldset > .field:not(.choice) > .label {
      padding: 6px 15px 0 0;
      text-align: left;
      width: 25.8%;
      box-sizing: border-box;
      float: left; } }

@font-face {
  font-family: "icons-blank-theme";
  src: url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
  src: url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2") format("woff2"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'trefl-icons';
  src: url("./../../web/fonts/trefl-icons.eot?685tre");
  src: url("./../../web/fonts/trefl-icons.eot?685tre#iefix") format("embedded-opentype"), url("../fonts/Trefl-icons/trefl-icons.ttf") format("truetype"), url("../fonts/Trefl-icons/trefl-icons.woff") format("woff"), url("../fonts/Trefl-icons/trefl-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'trefl-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-hours:before {
  content: "\e900"; }

.icon-phone:before {
  content: "\e92b"; }

.icon-50:before {
  content: "\e901"; }

.icon-100:before {
  content: "\e902"; }

.icon-150:before {
  content: "\e903"; }

.icon-account:before {
  content: "\e904"; }

.icon-arrow-big:before {
  content: "\e905"; }

.icon-arrow-small:before {
  content: "\e906"; }

.icon-arrow-top:before {
  content: "\e907"; }

.icon-basket:before {
  content: "\e908"; }

.icon-basket2:before {
  content: "\e909"; }

.icon-bestseller:before {
  content: "\e90a"; }

.icon-box:before {
  content: "\e90b"; }

.icon-calendar:before {
  content: "\e90c"; }

.icon-car:before {
  content: "\e90d"; }

.icon-career:before {
  content: "\e90e"; }

.icon-career1:before {
  content: "\e90f"; }

.icon-career3:before {
  content: "\e910"; }

.icon-career4:before {
  content: "\e911"; }

.icon-change:before {
  content: "\e912"; }

.icon-chevron:before {
  content: "\e913";
  color: #c3c3c3; }

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

.icon-cube:before {
  content: "\e915"; }

.icon-delivery-car:before {
  content: "\e916"; }

.icon-delivery:before {
  content: "\e917"; }

.icon-details:before {
  content: "\e918"; }

.icon-do150:before {
  content: "\e919"; }

.icon-facebook:before {
  content: "\e91a";
  color: #b9b9b9; }

.icon-google:before {
  content: "\e91b";
  color: #b9b9b9; }

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

.icon-instagram:before {
  content: "\e91d";
  color: #b9b9b9; }

.icon-linkedin:before {
  content: "\e91e";
  color: #b9b9b9; }

.icon-newsletter:before {
  content: "\e91f"; }

.icon-ok:before {
  content: "\e920"; }

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

.icon-pdf:before {
  content: "\e922"; }

.icon-prezent:before {
  content: "\e923"; }

.icon-promocje:before {
  content: "\e924"; }

.icon-puzzle:before {
  content: "\e925"; }

.icon-search:before {
  content: "\e926"; }

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

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

.icon-youtube:before {
  content: "\e929";
  color: #b9b9b9; }

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

.icon-profilecart:before {
  content: "\e92c"; }

.icon-quick:before {
  content: "\e92d"; }

.icon-faq:before {
  content: "\e92e"; }

.icon-check:before {
  content: "\e92f"; }

.columns {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }
  .columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .columns .column.main {
    padding-bottom: 40px;
    flex-basis: 100%;
    flex-grow: 1;
    order: 1;
    width: 100%; }
  .columns .sidebar-main {
    flex-grow: 1;
    flex-basis: 100%;
    order: 1; }
  .columns .sidebar-additional {
    flex-grow: 1;
    flex-basis: 100%;
    order: 2; }

.main-container {
  width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 1209px) {
    .main-container {
      width: 100%; } }

.container {
  width: 1230px;
  margin: 0 auto;
  padding: 0 15px; }
  @media only screen and (max-width: 1209px) {
    .container {
      width: 100%; } }

p:empty {
  margin-bottom: 0; }

.flex-wrapper {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .flex-wrapper {
      flex-direction: column; } }

.content-page {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px 180px;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .content-page {
      padding-bottom: 20px; } }

.flex-container {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex; }
  @media only screen and (max-width: 1209px) {
    .flex-container {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .flex-container {
      flex-direction: column; } }

@media only screen and (max-width: 767px) {
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .navigation,
  .page-header .header.panel,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    width: auto; }
  .page-main {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    /* stylelint-disable declaration-block-no-redundant-longhand-properties */
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    /* stylelint-enable declaration-block-no-redundant-longhand-properties */ } }
  @media only screen and (min-width: 768px) and (min-width: 1025px) {
    .page-main {
      padding-bottom: 165px; } }

@media only screen and (min-width: 768px) {
    .ie9 .page-main {
      width: auto; }
  .columns {
    display: block; }
  .column.main {
    min-height: 300px; }
    .page-layout-1column .column.main {
      width: 100%;
      order: 2; }
    .page-layout-3columns .column.main {
      width: 66.66667%;
      display: inline-block;
      order: 2; }
    .page-layout-2columns-left-account .column.main {
      width: 83.33333%;
      float: right;
      order: 2; }
    .page-layout-2columns-right .column.main {
      width: 83.33333%;
      float: left;
      order: 1; }
  .sidebar-main {
    padding-right: 2%; }
    .page-layout-3columns .sidebar-main {
      width: 16.66667%;
      float: left;
      order: 1; }
    .page-layout-2columns-left-account .sidebar-main {
      width: 16.66667%;
      float: left;
      order: 1; }
    .page-layout-2columns-right .sidebar-main {
      width: 16.66667%;
      float: left;
      order: 1; }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0; }
  .sidebar-additional {
    clear: right;
    padding-left: 2%; }
    .page-layout-3columns .sidebar-additional {
      width: 16.66667%;
      float: right;
      order: 3; }
    .page-layout-2columns-left-account .sidebar-additional {
      width: 16.66667%;
      float: right;
      order: 2; }
    .page-layout-2columns-right .sidebar-additional {
      width: 16.66667%;
      float: right;
      order: 2; }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%; }
  .page-layout-2columns-left-account .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%; }
  .panel.header {
    padding: 10px 20px; } }

.breadcrumbs {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding: 0 15px;
  width: auto; }

.cms-b2b .page-wrapper {
  overflow-x: hidden; }

@media only screen and (max-width: 767px) {
  .page-wrapper {
    overflow-x: hidden; } }

html[lang="en"] .menu-nav__account,
html[lang="en"] .minicart-wrapper,
html[lang="en"] .menu-nav__links .ves-megamenu:after {
  display: none; }

html[lang="en"] .menu-nav__links .ves-megamenu .navigation .level0 > a {
  padding-right: 0; }

html[lang="en"] .menu-nav__links .ves-megamenu .navigation,
html[lang="en"] .menu-nav__links .ves-megamenu,
html[lang="en"] .menu-nav__links {
  padding-right: 0; }

html[lang="en"] .menu-nav__links .ves-megamenu .navigation ul .outlet {
  margin-right: 0; }

html[lang="en"] .product-tabs__content .product-item__price,
html[lang="en"] .product-tabs__content .product-item__old-price,
html[lang="en"] .category-tabs .category-item__price,
html[lang="en"] .category-tabs .category-item__old-price {
  visibility: hidden;
  opacity: 0; }

html[lang="en"] .category .category__special-offer {
  visibility: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
  max-height: 60px;
  opacity: 0; }

html[lang="en"] .account .special-offer-customer {
  visibility: hidden;
  padding-bottom: 0;
  max-height: 100px;
  opacity: 0; }

.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute; }
  .load.indicator:before {
    padding: 130px 0 0;
    content: attr(data-text);
    text-align: center;
    vertical-align: baseline;
    color: #333;
    font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    font-size: 1.4rem;
    background: transparent url("../images/loader-trefl.gif") no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    width: 160px;
    bottom: 0;
    box-sizing: border-box;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .load.indicator > span {
    display: none; }

.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5); }
  .loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100; }
  .loading-mask .loader > p {
    display: none; }

body > .loading-mask {
  z-index: 9999; }

._block-content-loading {
  position: relative; }

.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 20px;
  position: relative; }
  .message.info a {
    color: #e20613; }
    .message.info a:hover {
      color: #006bb4; }
    .message.info a:active {
      color: #006bb4; }
  .message.info > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #c07600;
    content: "";
    font-family: "icons-blank-theme";
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    right: 0;
    top: 18px;
    width: 20px;
    position: absolute;
    text-align: center; }

.message.error {
  margin: 0;
  padding: 20px 20px;
  line-height: 1.2rem;
  font-size: 1.5rem;
  color: white;
  background: #e20613;
  font-family: "uniformrd-md-webfont", sans-serif;
  text-align: center; }
  .message.error a {
    color: #fff;
    text-decoration: underline; }
    .message.error a:visited, .message.error a:foucs, .message.error a:active {
      color: #fff; }

.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 20px;
  position: relative; }
  .message.warning a {
    color: #e20613; }
    .message.warning a:hover {
      color: #006bb4; }
    .message.warning a:active {
      color: #006bb4; }
  .message.warning > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #c07600;
    content: "";
    font-family: "icons-blank-theme";
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    right: 0;
    top: 18px;
    width: 20px;
    position: absolute;
    text-align: center; }

.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 20px;
  position: relative; }
  .message.notice a {
    color: #e20613; }
    .message.notice a:hover {
      color: #006bb4; }
    .message.notice a:active {
      color: #006bb4; }
  .message.notice > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #c07600;
    content: "";
    font-family: "icons-blank-theme";
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    right: 0;
    top: 18px;
    width: 20px;
    position: absolute;
    text-align: center; }

.message.success {
  margin: 0;
  padding: 20px 20px;
  line-height: 1.2rem;
  font-size: 1.5rem;
  background: radial-gradient(50% 100%, #ffea88 2%, #ffea88 25%, #FFDA47 100%);
  font-family: "uniformrd-md-webfont", sans-serif;
  text-align: center; }
  .message.success:before {
    content: ' ';
    display: block;
    background-image: url(../images/confetti_taby_mobile_gora.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 29px;
    margin: auto;
    right: 0;
    top: -30px; }

.catalogsearch-result-index .message.notice {
  z-index: 9999;
  margin: 0;
  padding: 20px 20px;
  line-height: 1.2rem;
  font-size: 1.5rem;
  color: white;
  background: #e20613;
  font-family: "uniformrd-md-webfont", sans-serif;
  text-align: center;
  position: relative;
  top: -7px; }
  .catalogsearch-result-index .message.notice a {
    color: #fff;
    text-decoration: underline; }
    .catalogsearch-result-index .message.notice a:visited, .catalogsearch-result-index .message.notice a:foucs, .catalogsearch-result-index .message.notice a:active {
      color: #fff; }
  .catalogsearch-result-index .message.notice div:before {
    display: none; }

.panel.header .links,
.panel.header .switcher {
  display: none; }

.nav-sections {
  background: whitesmoke; }

.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14; }
  .nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: #000;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .nav-toggle:hover:before {
    color: #333; }
  .nav-toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

@media only screen and (max-width: 767px) {
  .navigation {
    padding: 0; }
    .navigation .parent .level-top {
      position: relative;
      display: block;
      text-decoration: none; }
      .navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .navigation .parent .level-top:after {
        position: absolute;
        right: 7px;
        top: -8px; }
      .navigation .parent .level-top.ui-state-active:after {
        content: ""; }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px); }
    .nav-sections .switcher {
      border-top: 1px solid #d1d1d1;
      font-size: 1.6rem;
      font-weight: 700;
      margin: 0;
      padding: 0.8rem 3.5rem 0.8rem 2rem; }
      .nav-sections .switcher .label {
        display: block;
        margin-bottom: 5px; }
      .nav-sections .switcher:last-child {
        border-bottom: 1px solid #d1d1d1; }
    .nav-sections .switcher-trigger strong {
      position: relative;
      display: block;
      text-decoration: none; }
      .nav-sections .switcher-trigger strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .nav-sections .switcher-trigger strong:after {
        position: absolute;
        right: -40px;
        top: -16px; }
    .nav-sections .switcher-trigger.active strong:after {
      content: ""; }
    .nav-sections .switcher-dropdown {
      margin: 0;
      padding: 0;
      list-style: none none;
      padding: 10px 0; }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%; }
    .nav-before-open .page-wrapper {
      transition: left 0.3s;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: relative; }
    .nav-before-open body {
      height: 100%;
      overflow: hidden;
      position: relative;
      width: 100%; }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px); }
  .nav-open .nav-sections {
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99; }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
  .nav-sections-items {
    position: relative;
    z-index: 1; }
    .nav-sections-items:before, .nav-sections-items:after {
      content: '';
      display: table; }
    .nav-sections-items:after {
      clear: both; }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%; }
    .nav-sections-item-title.active {
      background: transparent;
      border-bottom: 0; }
    .nav-sections-item-title .nav-sections-item-switch:hover {
      text-decoration: none; }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0; }
    .nav-sections-item-content:before, .nav-sections-item-content:after {
      content: '';
      display: table; }
    .nav-sections-item-content:after {
      clear: both; }
    .nav-sections-item-content.active {
      display: block; }
  .navigation {
    background: whitesmoke;
    box-sizing: border-box; }
    .navigation ul {
      margin: 0;
      padding: 0; }
    .navigation li {
      margin: 0; }
    .navigation a {
      display: block;
      padding: 10px 0 10px 15px; }
    .navigation a,
    .navigation a:hover {
      color: #575757;
      text-decoration: none; }
    .navigation .level0 {
      border-top: 1px solid #d1d1d1;
      font-size: 1.6rem; }
      .navigation .level0 > .level-top {
        font-weight: 700;
        padding: 8px 40px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word; }
      .navigation .level0.active .all-category .ui-state-focus {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        padding-left: 7px;
        display: inline-block; }
      .navigation .level0 > .level1 {
        font-weight: 600; }
      .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px; }
        .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
          margin-left: -8px; }
    .navigation li.level0:last-child {
      border-bottom: 1px solid #d1d1d1; }
    .navigation .submenu > li {
      word-wrap: break-word; }
    .navigation .submenu:not(:first-child) {
      font-weight: 400;
      line-height: 1.3;
      left: auto !important;
      overflow-x: hidden;
      padding: 0;
      position: relative;
      top: auto !important;
      transition: left 0.3s ease-out; }
      .navigation .submenu:not(:first-child) > li > a {
        padding-left: 15px; }
      .navigation .submenu:not(:first-child) > li:last-child {
        margin-bottom: 0; }
      .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px; }
        .navigation .submenu:not(:first-child) ul > li {
          margin: 0; }
          .navigation .submenu:not(:first-child) ul > li a {
            color: #575757;
            display: block;
            line-height: normal; }
      .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important; }
      .navigation .submenu:not(:first-child) .active > a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        padding-left: 7px; }
      .navigation .submenu:not(:first-child) .level1.active > a {
        padding-left: 7px; } }

@media only screen and (min-width: 768px) {
  .nav-toggle {
    display: none; }
  .nav-sections {
    flex-shrink: 0;
    flex-basis: auto; }
  .nav-sections-item-title {
    display: none; }
  .nav-sections-item-content {
    display: block !important; }
  .nav-sections-item-content > * {
    display: none; }
  .nav-sections-item-content > .navigation {
    display: block; }
  .navigation {
    background: whitesmoke;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3; }
    .navigation:empty {
      display: none; }
    .navigation ul {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      position: relative; }
    .navigation li.level0 {
      border-top: none; }
    .navigation .level0 {
      margin: 0 10px 0 0;
      display: inline-block;
      position: relative; }
      .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0; }
      .navigation .level0 > .level-top {
        color: #575757;
        line-height: 53px;
        padding: 0 12px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative; }
        .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
          color: #333;
          text-decoration: none; }
      .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 3px;
        color: #333;
        text-decoration: none;
        display: inline-block; }
      .navigation .level0.parent:hover > .submenu {
        overflow: visible !important; }
      .navigation .level0 .submenu {
        background: #fff;
        border: 1px solid #d1d1d1;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
        font-weight: 700;
        min-width: 230px;
        padding: 15px 0;
        display: none;
        left: 0;
        margin: 0 !important;
        padding: 0;
        position: absolute;
        z-index: 1;
        margin-top: 11px; }
        .navigation .level0 .submenu > ul {
          margin-top: 11px; }
          .navigation .level0 .submenu > ul:before, .navigation .level0 .submenu > ul:after {
            content: '';
            display: block;
            overflow: hidden;
            position: absolute; }
          .navigation .level0 .submenu > ul:before {
            color: #fff;
            left: 20px;
            top: -20px;
            border: 10px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #fff;
            z-index: 4; }
          .navigation .level0 .submenu > ul:after {
            border: 11px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #d1d1d1;
            color: #d1d1d1;
            left: 19px;
            top: -22px;
            z-index: 3; }
        .navigation .level0 .submenu a {
          display: block;
          line-height: inherit;
          color: #575757;
          padding: 8px 20px; }
          .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
            background: #e8e8e8;
            color: #333;
            text-decoration: none; }
        .navigation .level0 .submenu .active > a {
          border-color: #ff5501;
          border-style: solid;
          border-width: 0 0 0 3px; }
        .navigation .level0 .submenu .submenu {
          top: 0 !important;
          left: 100% !important; }
        .navigation .level0 .submenu .submenu-reverse {
          left: auto !important;
          right: 100%; }
      .navigation .level0.more {
        position: relative;
        display: inline-block;
        text-decoration: none; }
        .navigation .level0.more:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 26px;
          line-height: inherit;
          color: inherit;
          content: "";
          font-family: "icons-blank-theme";
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .navigation .level0.more:before {
          display: none; }
        .navigation .level0.more:after {
          cursor: pointer;
          padding: 8px 12px;
          position: relative;
          z-index: 1; }
        .navigation .level0.more:hover > .submenu {
          overflow: visible !important; }
        .navigation .level0.more li {
          display: block; }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block; } }

.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700; }

.pages .item {
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 32px;
  margin: 0 2px 0 0;
  display: inline-block; }
  .pages .item .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.pages a.page {
  color: #ccc;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none; }
  .pages a.page:visited {
    color: #ccc; }
  .pages a.page:hover {
    color: #e20613;
    text-decoration: none; }
  .pages a.page:active {
    color: #ff5501; }

.pages strong.page {
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 32px;
  color: #e20613;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px; }

.pages .action {
  border: 1px solid #d1d1d1;
  color: #000;
  display: inline-block;
  padding: 0;
  text-decoration: none; }
  .pages .action:visited {
    color: #000; }
  .pages .action:hover {
    color: #fff;
    text-decoration: none; }
  .pages .action:active {
    color: #fff; }
  .pages .action.next {
    display: inline-block;
    text-decoration: none; }
    .pages .action.next:visited:before {
      color: #000; }
    .pages .action.next > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pages .action.next:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 9px;
      line-height: inherit;
      color: #000;
      content: "";
      font-family: "trefl-icons";
      margin: 0 0 0 -1px;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .pages .action.next:hover:before {
      color: #fff; }
    .pages .action.next:active:before {
      color: #fff; }
  .pages .action.previous {
    display: inline-block;
    text-decoration: none; }
    .pages .action.previous:visited:before {
      color: #000; }
    .pages .action.previous > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pages .action.previous:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 9px;
      line-height: inherit;
      color: #000;
      content: "";
      font-family: "trefl-icons";
      margin: 0 0 0 -1px;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .pages .action.previous:hover:before {
      color: #fff; }
    .pages .action.previous:active:before {
      color: #fff; }

.pages .action {
  width: 34px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 17px 24px rgba(35, 35, 35, 0.15);
  background-color: #fff;
  color: #000; }
  .pages .action:hover, .pages .action:active, .pages .action:focus {
    color: #fff;
    background-color: #e20613; }
  .pages .action.previous {
    margin-right: 12px; }
  .pages .action.next {
    margin-left: 12px; }

.pages .pages-item-previous .previous:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: -2px 0 0 0px; }

.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }
  .ui-dialog.popup .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .ui-dialog.popup .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .ui-dialog.popup .action.close:hover:before {
    color: inherit; }
  .ui-dialog.popup .action.close:active:before {
    color: inherit; }
  .ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active {
    background: none;
    border: none;
    box-shadow: none; }
  .ui-dialog.popup .action.close:hover {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled],
  fieldset[disabled] .ui-dialog.popup .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px; }
  .popup-pointer:before, .popup-pointer:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid; }
  .popup-pointer:before {
    left: 2px;
    top: 2px;
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99; }
  .popup-pointer:after {
    left: 1px;
    top: 0;
    border: solid 7px;
    border-color: transparent transparent #aeaeae transparent;
    z-index: 98; }

@media only screen and (min-width: 640px) {
  .ui-dialog.popup {
    width: 420px; } }

.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline; }

.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1; }
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-weight: 700; }

.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem; }
  .price-including-tax + .price-excluding-tax:before,
  .weee[data-label]:before {
    content: attr(data-label) ": ";
    font-size: 1.1rem; }
  .price-including-tax + .price-excluding-tax .price,
  .weee[data-label] .price {
    font-size: 1.1rem; }

.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%; }
    .product.data.items > .item.title > .switch {
      display: block; }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0; }
    .product.data.items > .item.content:before, .product.data.items > .item.content:after {
      content: '';
      display: table; }
    .product.data.items > .item.content:after {
      clear: both; }
    .product.data.items > .item.content.active {
      display: block; }
  .product.data.items > .item.title {
    margin: 0 0 5px; }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    color: #7d7d7d;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none; }
    .product.data.items > .item.title > .switch:visited {
      color: #7d7d7d;
      text-decoration: none; }
    .product.data.items > .item.title > .switch:hover {
      color: #7d7d7d;
      text-decoration: none; }
    .product.data.items > .item.title > .switch:active {
      color: #333;
      text-decoration: none; }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc; }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: white;
    padding-bottom: 5px; }
  .product.data.items > .item.content {
    background: white;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px; }

@media only screen and (min-width: 768px) {
  .product.data.items {
    position: relative;
    z-index: 1; }
    .product.data.items:before, .product.data.items:after {
      content: '';
      display: table; }
    .product.data.items:after {
      clear: both; }
    .product.data.items > .item.title {
      float: left;
      width: auto; }
      .product.data.items > .item.title > .switch {
        height: 20px;
        display: block;
        position: relative;
        z-index: 2; }
    .product.data.items > .item.content {
      margin-top: 20px;
      box-sizing: border-box;
      float: right;
      margin-left: -100%;
      width: 100%; }
      .product.data.items > .item.content:before, .product.data.items > .item.content:after {
        content: '';
        display: table; }
      .product.data.items > .item.content:after {
        clear: both; }
      .product.data.items > .item.content.active {
        display: block; }
    .product.data.items > .item.title {
      margin: 0 5px 0 0; }
      .product.data.items > .item.title > .switch {
        color: #7d7d7d;
        font-weight: 600;
        line-height: 20px;
        font-size: 1.4rem;
        color: #7d7d7d;
        text-decoration: none;
        background: #f0f0f0;
        border: 1px solid #d1d1d1;
        border-bottom: none;
        height: 20px;
        padding: 5px 20px 5px 20px; }
        .product.data.items > .item.title > .switch:visited {
          color: #7d7d7d;
          text-decoration: none; }
        .product.data.items > .item.title > .switch:hover {
          color: #7d7d7d;
          text-decoration: none; }
        .product.data.items > .item.title > .switch:active {
          color: #333;
          text-decoration: none; }
      .product.data.items > .item.title:not(.disabled) > .switch:focus,
      .product.data.items > .item.title:not(.disabled) > .switch:hover {
        background: #fcfcfc; }
      .product.data.items > .item.title:not(.disabled) > .switch:active,
      .product.data.items > .item.title.active > .switch,
      .product.data.items > .item.title.active > .switch:focus,
      .product.data.items > .item.title.active > .switch:hover {
        background: white;
        color: #333; }
      .product.data.items > .item.title.active > .switch,
      .product.data.items > .item.title.active > .switch:focus,
      .product.data.items > .item.title.active > .switch:hover {
        padding-bottom: 6px; }
    .product.data.items > .item.content {
      background: white;
      margin-top: 31px;
      padding: 20px 20px 20px 20px;
      border: 0;
      border-top: 1px solid #d1d1d1; } }

@media only screen and (max-width: 767px) {
  .product.data.items {
    margin: 0;
    padding: 0; }
    .product.data.items > .item.title {
      box-sizing: border-box;
      float: none;
      width: 100%; }
      .product.data.items > .item.title > .switch {
        display: block; }
    .product.data.items > .item.content {
      box-sizing: border-box;
      display: block;
      float: none;
      margin: 0; }
      .product.data.items > .item.content:before, .product.data.items > .item.content:after {
        content: '';
        display: table; }
      .product.data.items > .item.content:after {
        clear: both; }
      .product.data.items > .item.content.active {
        display: block; }
    .product.data.items > .item.title {
      margin: 0 0 5px; }
    .product.data.items > .item.title > .switch {
      background: #f0f0f0;
      border-bottom: 1px solid #d1d1d1;
      border-left: 1px solid #d1d1d1;
      border-right: 1px solid #d1d1d1;
      border-top: 1px solid #d1d1d1;
      height: 40px;
      padding: 5px 20px 5px 20px;
      color: #7d7d7d;
      font-weight: 600;
      line-height: 40px;
      font-size: 1.8rem;
      color: #7d7d7d;
      text-decoration: none; }
      .product.data.items > .item.title > .switch:visited {
        color: #7d7d7d;
        text-decoration: none; }
      .product.data.items > .item.title > .switch:hover {
        color: #7d7d7d;
        text-decoration: none; }
      .product.data.items > .item.title > .switch:active {
        color: #333;
        text-decoration: none; }
    .product.data.items > .item.title:not(.disabled) > .switch:focus,
    .product.data.items > .item.title:not(.disabled) > .switch:hover {
      background: #fcfcfc; }
    .product.data.items > .item.title:not(.disabled) > .switch:active,
    .product.data.items > .item.title.active > .switch,
    .product.data.items > .item.title.active > .switch:focus,
    .product.data.items > .item.title.active > .switch:hover {
      background: white;
      padding-bottom: 5px; }
    .product.data.items > .item.content {
      background: white;
      border: 1px solid #d1d1d1;
      margin: 0 0 5px;
      padding: 20px 20px 20px 20px; }
    .product.data.items .data.item {
      display: block; } }

.table-wrapper {
  margin-bottom: 20px; }

table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.table:not(.cart):not(.totals) {
  border: none; }
  .table:not(.cart):not(.totals) > thead > tr > th,
  .table:not(.cart):not(.totals) > thead > tr > td,
  .table:not(.cart):not(.totals) > tbody > tr > th,
  .table:not(.cart):not(.totals) > tbody > tr > td,
  .table:not(.cart):not(.totals) > tfoot > tr > th,
  .table:not(.cart):not(.totals) > tfoot > tr > td {
    border: none; }
  .table:not(.cart):not(.totals) > thead > tr > th,
  .table:not(.cart):not(.totals) > thead > tr > td {
    border-bottom: 1px solid #d1d1d1; }
  .table:not(.cart):not(.totals) tfoot > tr:first-child th,
  .table:not(.cart):not(.totals) tfoot > tr:first-child td {
    border-top: 1px solid #d1d1d1;
    padding-top: 20px; }
  .table:not(.cart):not(.totals) tfoot .mark {
    font-weight: 400;
    text-align: right; }

@media only screen and (max-width: 639px) {
  .table-wrapper {
    overflow: auto; } }

.tooltip.wrapper {
  position: relative; }
  .tooltip.wrapper .tooltip.content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-top: 5px;
    left: 0;
    top: 100%; }
    .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .tooltip.wrapper .tooltip.content:after {
      border-width: 5px;
      border-color: transparent; }
    .tooltip.wrapper .tooltip.content:before {
      border-width: 6px;
      border-color: transparent; }
    .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
      bottom: 100%; }
    .tooltip.wrapper .tooltip.content:after {
      border-bottom-color: #fff;
      left: 15px;
      margin-left: -5px; }
    .tooltip.wrapper .tooltip.content:before {
      border-bottom-color: #bbb;
      left: 15px;
      margin-left: -6px; }
  .tooltip.wrapper .tooltip.toggle {
    cursor: help; }
  .tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
  .tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
  .tooltip.wrapper:hover .tooltip.content {
    display: block; }
  .tooltip.wrapper .tooltip.content dl {
    margin-bottom: 0; }
  .tooltip.wrapper .tooltip.content dd {
    white-space: normal; }
  .tooltip.wrapper .tooltip.content .subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px; }
  .tooltip.wrapper .tooltip.content .label {
    margin-top: 10px; }
    .tooltip.wrapper .tooltip.content .label:first-child {
      margin-top: 0; }
  .tooltip.wrapper .tooltip.content .values {
    margin: 0; }

.ui-tooltip {
  position: absolute;
  z-index: 9999; }

@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem; } }

@font-face {
  font-family: "Roboto", sans-serif;
  src: url("../fonts/opensans/light/opensans-300.eot");
  src: url("../fonts/opensans/light/opensans-300.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/light/opensans-300.woff2") format("woff2"), url("../fonts/opensans/light/opensans-300.woff") format("woff"), url("../fonts/opensans/light/opensans-300.ttf") format("truetype"), url("../fonts/opensans/light/opensans-300.svg#Roboto, sans-serif") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Roboto", sans-serif;
  src: url("../fonts/opensans/regular/opensans-400.eot");
  src: url("../fonts/opensans/regular/opensans-400.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/regular/opensans-400.woff2") format("woff2"), url("../fonts/opensans/regular/opensans-400.woff") format("woff"), url("../fonts/opensans/regular/opensans-400.ttf") format("truetype"), url("../fonts/opensans/regular/opensans-400.svg#Roboto, sans-serif") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto", sans-serif;
  src: url("../fonts/opensans/semibold/opensans-600.eot");
  src: url("../fonts/opensans/semibold/opensans-600.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/semibold/opensans-600.woff2") format("woff2"), url("../fonts/opensans/semibold/opensans-600.woff") format("woff"), url("../fonts/opensans/semibold/opensans-600.ttf") format("truetype"), url("../fonts/opensans/semibold/opensans-600.svg#Roboto, sans-serif") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Roboto", sans-serif;
  src: url("../fonts/opensans/bold/opensans-700.eot");
  src: url("../fonts/opensans/bold/opensans-700.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/bold/opensans-700.woff2") format("woff2"), url("../fonts/opensans/bold/opensans-700.woff") format("woff"), url("../fonts/opensans/bold/opensans-700.ttf") format("truetype"), url("../fonts/opensans/bold/opensans-700.svg#Roboto, sans-serif") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'hinted-RialtoScript-Regular';
  src: url("../fonts/Rialto/hinted-RialtoScript-Regular.woff") format("woff"), url("../fonts/Rialto/hinted-RialtoScript-Regular.eot"); }

@font-face {
  font-family: 'uniformrd-bd-webfont';
  src: url("../fonts/Uniform/uniformrd-bd-webfont.woff") format("woff"), url("../fonts/Uniform/uniformrd-bd-webfont.woff2") format("woff2"), url("../fonts/Uniform/uniformrd-bd-webfont.ttf") format("ttf"); }

@font-face {
  font-family: 'uniformrd-md-webfont';
  src: url("../fonts/Uniform/uniformrd-md-webfont.woff") format("woff"), url("../fonts/Uniform/uniformrd-md-webfont.woff2") format("woff2"), url("../fonts/Uniform/uniformrd-md-webfont.ttf") format("ttf"); }

@font-face {
  font-family: 'uniformrd-rg-webfont';
  src: url("../fonts/Uniform/uniformrd-rg-webfont.woff") format("woff"), url("../fonts/Uniform/uniformrd-rg-webfont.woff2") format("woff2"); }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    margin-bottom: 40px; } }

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

.slider-arrow {
  width: 56px;
  min-width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 0;
  text-align: center;
  border: none;
  padding: 0;
  position: absolute;
  top: 40.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-shadow: 0 17px 24px rgba(35, 35, 35, 0.15); }
  @media only screen and (max-width: 767px) {
    .slider-arrow {
      width: 48px;
      min-width: 48px;
      height: 48px; } }
  .slider-arrow:hover {
    background-color: #fff;
    border: none; }
    .slider-arrow:hover:before {
      color: #e20613; }
  .slider-arrow:active, .slider-arrow:focus {
    background-color: #fff;
    border: none;
    box-shadow: 0 17px 24px rgba(35, 35, 35, 0.15); }
  .slider-arrow:before {
    content: "\e906";
    font-family: 'trefl-icons';
    color: #000;
    right: 50%;
    font-size: 14px;
    text-shadow: none;
    display: inline-block;
    position: static; }
    @media only screen and (max-width: 767px) {
      .slider-arrow:before {
        font-size: 12px; } }

.slider-arrow--next {
  right: -40px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .slider-arrow--next {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .slider-arrow--next {
      right: -13px; } }

.slider-arrow--next2 {
  right: 20px; }

.slider-arrow--prev {
  left: -43px;
  z-index: 9; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .slider-arrow--prev {
      left: -30px; } }
  @media only screen and (max-width: 767px) {
    .slider-arrow--prev {
      left: -12px; } }
  .slider-arrow--prev:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.slider-arrow--prev2 {
  left: 20px;
  z-index: 9; }
  .slider-arrow--prev2:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.slick-dots li button:before, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:before, .slick-dots li .action-gift:before {
  display: none; }

.slick-dots {
  position: static;
  margin-top: 29px; }

.slick-dots li {
  padding: 0 9px; }
  .slick-dots li button, .slick-dots li .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .slick-dots li .actions-toolbar > .action, .slick-dots li .action-gift {
    width: 7px;
    height: 7px;
    background-color: #d7d7d7;
    padding: 0;
    border-radius: 50%; }
  .slick-dots li.slick-active button, .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .slick-dots li.slick-active .actions-toolbar > .action, .slick-dots li.slick-active .action-gift {
    background-color: black; }

.slider-arrow2 {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 0;
  text-align: center;
  border: none;
  padding: 0;
  position: absolute;
  top: 40.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media only screen and (max-width: 767px) {
    .slider-arrow2 {
      width: 48px;
      min-width: 48px;
      height: 48px; } }
  .slider-arrow2:hover {
    background-color: #e20613;
    border: none; }
    .slider-arrow2:hover:before {
      color: #fff; }
  .slider-arrow2:active, .slider-arrow2:focus {
    background-color: #e20613;
    border: none;
    box-shadow: 0 17px 24px rgba(35, 35, 35, 0.15); }
  .slider-arrow2:before {
    content: "\e906";
    font-family: 'trefl-icons' !important;
    color: #FFF;
    right: 50%;
    font-size: 14px;
    text-shadow: none;
    display: inline-block;
    position: static; }

.slider-arrow2--next {
  right: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .slider-arrow2--next {
      font-size: 30px; } }

.slider-arrow2--prev {
  left: 10px;
  z-index: 9; }
  .slider-arrow2--prev:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.no-route-page {
  margin: 100px auto;
  text-align: center;
  max-width: 1200px; }
  .no-route-page h1 {
    margin-top: 50px;
    margin-bottom: 20px; }
  .no-route-page__btn {
    display: block;
    margin: 20px auto; }
  .no-route-page__hr {
    width: 20%;
    display: inline-block;
    margin: 0 20px; }
  .no-route-page__description {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #6a6a6a;
    font-family: "uniformrd-md-webfont", sans-serif;
    display: inline-block; }

.cookie__container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .cookie__container {
      flex-direction: column; } }

.cookie__img {
  width: 20%;
  display: flex;
  justify-content: center; }
  .cookie__img-confetti {
    width: 60px;
    max-width: 60px;
    max-height: 64px; }
    .cookie__img-confetti:before {
      content: '';
      display: block;
      background-image: url("../images/confetti_taby_mobile_gora.svg");
      background-repeat: no-repeat;
      width: 80px;
      height: 80px;
      margin-left: -30px;
      position: absolute;
      -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg); }
    .cookie__img-confetti:after {
      content: '';
      display: block;
      background-image: url("../images/confetti_taby_desktop_dol.svg");
      background-repeat: no-repeat;
      width: 80px;
      height: 30px;
      position: absolute;
      margin-top: -40px;
      margin-left: 30px;
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    .cookie__img-confetti img {
      height: 60px; }

.cookie__text {
  width: 50%;
  padding: 0 20px; }
  @media only screen and (max-width: 767px) {
    .cookie__text {
      width: 90%;
      padding: 20px 0 0; } }
  .cookie__text strong {
    font-family: "uniformrd-bd-webfont", sans-serif; }
  .cookie__text a {
    color: #fff;
    font-family: "uniformrd-bd-webfont", sans-serif; }
    .cookie__text a:hover {
      color: #FFDA47;
      text-decoration: none; }

.link-more {
  color: #989898;
  font-size: 13px;
  font-weight: 400; }
  .link-more:hover, .link-more:active, .link-more:focus, .link-more:visited {
    color: #989898; }
  .link-more:after {
    content: '»';
    display: inline-block;
    padding-left: 5px; }

.link-back, .order-details-items .action.back {
  color: #989898;
  font-size: 13px;
  font-weight: 400;
  display: inline-block; }
  .link-back:hover, .order-details-items .action.back:hover, .link-back:active, .order-details-items .action.back:active, .link-back:focus, .order-details-items .action.back:focus, .link-back:visited, .order-details-items .action.back:visited {
    color: #989898; }
  .link-back:before, .order-details-items .action.back:before {
    content: '»';
    display: inline-block;
    padding-left: 5px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    position: relative;
    top: 2px; }

.link-prev {
  color: #000;
  font-family: "uniformrd-md-webfont", sans-serif;
  font-size: 13px;
  display: inline-block;
  position: relative;
  padding-left: 15px; }
  .link-prev:before {
    content: "\e913";
    font-family: 'trefl-icons';
    display: inline-block;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 5px;
    top: 5.5px; }
  .link-prev:hover {
    color: #e20613;
    text-decoration: none; }
  .link-prev:focus, .link-prev:active, .link-prev:visited {
    color: #000;
    text-decoration: none; }

.visible-xs {
  display: none; }
  @media only screen and (max-width: 767px) {
    .visible-xs {
      display: block; } }

.hidden-xs {
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .hidden-xs {
      display: none; } }

.page-backdrop:after {
  content: '';
  width: 100%;
  background-color: #000;
  position: fixed;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  transition: opacity .3s ease-in-out; }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }

.modals-overlay {
  z-index: 1000; }

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s ease; }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 99999 !important; }
    .modal-slide._show .modal-inner-wrap,
    .modal-popup._show .modal-inner-wrap {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto; }

.modal-slide {
  left: 14.8rem;
  z-index: 900; }
  .modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: auto; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem; }
  .modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem; }

.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto; }
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 600px;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    border: 4px solid #e20613;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .modal-popup .modal-inner-wrap {
        width: 90%; } }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie11 .modal-popup._inner-scroll,
    .ie10 .modal-popup._inner-scroll,
    .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie11 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem; }
    @media only screen and (max-width: 767px) {
      .modal-popup .modal-footer {
        padding-left: 10px;
        padding-right: 10px; } }
  .modal-popup .modal-footer-actions {
    text-align: right; }

.modal-footer button, .modal-footer .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .modal-footer .actions-toolbar > .action, .modal-footer .action-gift {
  margin: 0 5px; }

.modal-footer .action-accept {
  background-color: #e20613;
  border-color: #e20613;
  color: #fff;
  padding: 13.5px 20px 12.5px;
  min-width: 100px;
  letter-spacing: 0.5px; }
  .modal-footer .action-accept:hover {
    background-color: #fff;
    border-color: #e20613;
    color: #e20613; }
  .modal-footer .action-accept:focus, .modal-footer .action-accept:active, .modal-footer .action-accept:visited {
    background-color: #e20613;
    border-color: #e20613;
    color: #fff; }

.modal-footer .action-dismiss {
  background: transparent;
  border: 1px solid rgba(170, 170, 170, 0.3);
  color: #adadad;
  position: relative;
  padding: 13.5px 20px 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 110px; }
  .modal-footer .action-dismiss:hover {
    background-color: #e20613;
    border-color: #e20613;
    color: #fff; }
  .modal-footer .action-dismiss:focus, .modal-footer .action-dismiss:active, .modal-footer .action-dismiss:visited {
    background: transparent;
    border: 1px solid rgba(170, 170, 170, 0.3);
    color: #adadad; }

.modal-popup.confirm .modal-content {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-size: 15px; }

@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide {
    left: 14.8rem;
    z-index: 900; }
    .modal-popup.modal-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .modal-popup.modal-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      width: auto; }
    .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none; } }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0; }
  .modal-custom .action-close:focus, .modal-custom .action-close:active,
  .modal-popup .action-close:focus,
  .modal-popup .action-close:active,
  .modal-slide .action-close:focus,
  .modal-slide .action-close:active {
    background: none;
    border: none;
    box-shadow: none; }
  .modal-custom .action-close:hover,
  .modal-popup .action-close:hover,
  .modal-slide .action-close:hover {
    background: none;
    border: none; }
  .modal-custom .action-close.disabled, .modal-custom .action-close[disabled],
  fieldset[disabled] .modal-custom .action-close,
  .modal-popup .action-close.disabled,
  .modal-popup .action-close[disabled],
  fieldset[disabled]
  .modal-popup .action-close,
  .modal-slide .action-close.disabled,
  .modal-slide .action-close[disabled],
  fieldset[disabled]
  .modal-slide .action-close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .modal-custom .action-close > span,
  .modal-popup .action-close > span,
  .modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #000;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: inherit; }
  .modal-custom .action-close:active:before,
  .modal-popup .action-close:active:before,
  .modal-slide .action-close:active:before {
    color: inherit; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    font-weight: 600; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #1a1a1a; }

.modal-custom .action-close {
  margin: 25px; }

.modal-popup .modal-title {
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word; }

.modal-popup .action-close {
  padding: 10px; }

.modal-slide .action-close {
  padding: 1.1rem 2rem; }

.modal-slide .page-main-actions {
  margin-bottom: calc(2.1rem - 15px);
  margin-top: 2.1rem; }

.modals-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999 !important; }

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000; }

@media only screen and (max-width: 767px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900; }
    .custom-slide._show {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s ease;
      z-index: 99999 !important; }
      .custom-slide._show .modal-inner-wrap {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      background-color: #fff;
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1;
      pointer-events: auto; }
    .custom-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      width: auto; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      overflow-y: auto; }
    .custom-slide .modal-inner-wrap {
      background-color: #f4f4f4;
      box-sizing: border-box;
      height: auto;
      min-height: 100%; }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }
    body._has-modal-custom .modal-custom-overlay {
      background-color: fade(#333, 55%); } }

@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4; }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%; }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700; } }

.confetti-title, .page-navigation__item.active a, .page-navigation__item[aria-expanded="true"] .page-navigation__title, .product-tabs__list li[aria-expanded="true"] .product-tabs__title, .product-tabs__title--related, .category-container .category-tabs__list li[aria-expanded="true"] .category-tabs__title {
  position: relative; }
  .confetti-title:before, .page-navigation__item.active a:before, .page-navigation__item[aria-expanded="true"] .page-navigation__title:before, .product-tabs__list li[aria-expanded="true"] .product-tabs__title:before, .product-tabs__title--related:before, .category-container .category-tabs__list li[aria-expanded="true"] .category-tabs__title:before, .confetti-title:after, .page-navigation__item.active a:after, .page-navigation__item[aria-expanded="true"] .page-navigation__title:after, .product-tabs__list li[aria-expanded="true"] .product-tabs__title:after, .product-tabs__title--related:after, .category-container .category-tabs__list li[aria-expanded="true"] .category-tabs__title:after {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    transition: all 0.2s ease-out; }
  .confetti-title:before, .page-navigation__item.active a:before, .page-navigation__item[aria-expanded="true"] .page-navigation__title:before, .product-tabs__list li[aria-expanded="true"] .product-tabs__title:before, .product-tabs__title--related:before, .category-container .category-tabs__list li[aria-expanded="true"] .category-tabs__title:before {
    content: '';
    background-image: url("../images/confetti_taby_mobile_gora.svg");
    width: 84px;
    height: 40px;
    top: -26px;
    left: 48%; }
  .confetti-title:after, .page-navigation__item.active a:after, .page-navigation__item[aria-expanded="true"] .page-navigation__title:after, .product-tabs__list li[aria-expanded="true"] .product-tabs__title:after, .product-tabs__title--related:after, .category-container .category-tabs__list li[aria-expanded="true"] .category-tabs__title:after {
    content: '';
    background-image: url("../images/confetti_taby_desktop_dol.svg");
    width: 29px;
    height: 20px;
    right: 0;
    bottom: -23px;
    left: 45%; }

.badge-confetti {
  position: relative; }
  .badge-confetti:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    width: 100px;
    height: 29px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -30px; }
    @media only screen and (max-width: 767px) {
      .badge-confetti:before {
        right: -12px;
        top: -21px;
        width: 92px;
        background-size: 90%; } }
  .badge-confetti:before {
    background-image: url("../images/confetti_baner.png"); }

.badge-confetti2 {
  position: relative; }
  .badge-confetti2:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    width: 100px;
    height: 29px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -30px; }
    @media only screen and (max-width: 767px) {
      .badge-confetti2:before {
        right: -12px;
        top: -21px;
        width: 92px;
        background-size: 90%; } }
  .badge-confetti2:before {
    background-image: url("../images/confetti-title.png"); }

.badge-bestseller:before {
  content: "\e90a";
  font-family: 'trefl-icons';
  display: block;
  font-size: 21px;
  color: #e20613;
  position: absolute;
  left: 0;
  top: -7px; }

.free-delivery,
.bagde-free-delivery {
  width: 146px;
  height: 146px;
  background-color: #e20613;
  box-shadow: 0 33px 46px rgba(0, 0, 0, 0.21);
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 108px;
  z-index: 9999;
  right: 28px;
  padding-top: 36px;
  display: none;
  overflow: hidden; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .free-delivery,
    .bagde-free-delivery {
      width: 140px;
      height: 140px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .free-delivery,
    .bagde-free-delivery {
      width: 100px;
      height: 100px;
      padding-top: 15px;
      top: 92px;
      display: none; } }
  @media only screen and (max-width: 767px) {
    .free-delivery,
    .bagde-free-delivery {
      display: none; } }
  .free-delivery i,
  .bagde-free-delivery i {
    display: block;
    text-align: center;
    font-size: 32px;
    padding-bottom: 8px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .free-delivery i,
      .bagde-free-delivery i {
        font-size: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .free-delivery i,
      .bagde-free-delivery i {
        font-size: 22px; } }
  .free-delivery span,
  .bagde-free-delivery span {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    font-family: "uniformrd-md-webfont", sans-serif;
    position: relative;
    top: -5px;
    left: 2px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .free-delivery span,
      .bagde-free-delivery span {
        font-size: 11px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .free-delivery span,
      .bagde-free-delivery span {
        font-size: 12px;
        line-height: 14px;
        width: 80%;
        margin: 0 auto; } }
  @media only screen and (min-width: 1025px) {
    .free-delivery svg,
    .bagde-free-delivery svg {
      width: 100%;
      overflow: visible; }
    .free-delivery .cart,
    .bagde-free-delivery .cart {
      -webkit-animation-name: slidecart;
              animation-name: slidecart;
      -webkit-animation-duration: 4s;
              animation-duration: 4s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-transform: translateX(-3000px);
              transform: translateX(-3000px); }
    @-webkit-keyframes slidecart {
      0% {
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px); }
      10% {
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
        -webkit-transform: rotate(4deg);
                transform: rotate(4deg); }
      20% {
        -webkit-transform: translatex(0px);
                transform: translatex(0px);
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg); }
      60% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      80% {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px); }
      90% {
        -webkit-transform: translateX(4000x);
                transform: translateX(4000x); }
      100% {
        -webkit-transform: translatex(5000px);
                transform: translatex(5000px); } }
    @keyframes slidecart {
      0% {
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px); }
      10% {
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
        -webkit-transform: rotate(4deg);
                transform: rotate(4deg); }
      20% {
        -webkit-transform: translatex(0px);
                transform: translatex(0px);
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg); }
      60% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      80% {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px); }
      90% {
        -webkit-transform: translateX(4000x);
                transform: translateX(4000x); }
      100% {
        -webkit-transform: translatex(5000px);
                transform: translatex(5000px); } }
    .free-delivery .bottom,
    .bagde-free-delivery .bottom {
      -webkit-animation-name: slidelinebot;
              animation-name: slidelinebot;
      -webkit-animation-duration: 4s;
              animation-duration: 4s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-transform: translateX(-3000px);
              transform: translateX(-3000px); }
    .free-delivery .middle,
    .bagde-free-delivery .middle {
      -webkit-animation-name: slidelinemid;
              animation-name: slidelinemid;
      -webkit-animation-duration: 4s;
              animation-duration: 4s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-transform: translateX(-3000px);
              transform: translateX(-3000px); }
    .free-delivery .high,
    .bagde-free-delivery .high {
      -webkit-animation-name: slidelinehigh;
              animation-name: slidelinehigh;
      -webkit-animation-duration: 4s;
              animation-duration: 4s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-transform: translateX(-3000px);
              transform: translateX(-3000px); }
    @-webkit-keyframes slidelinemid {
      0% {
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px); }
      10% {
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
        -webkit-transform: rotate(4deg);
                transform: rotate(4deg); }
      20% {
        -webkit-transform: translatex(0px);
                transform: translatex(0px);
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg); }
      50% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      55% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      60% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      61% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      62% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      63% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      65% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      70% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      71% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      72% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      73% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      74% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      75% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      76% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      78% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      79% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      80% {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px); }
      90% {
        -webkit-transform: translateX(4000x);
                transform: translateX(4000x); }
      100% {
        -webkit-transform: translatex(5000px);
                transform: translatex(5000px); } }
    @keyframes slidelinemid {
      0% {
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px); }
      10% {
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
        -webkit-transform: rotate(4deg);
                transform: rotate(4deg); }
      20% {
        -webkit-transform: translatex(0px);
                transform: translatex(0px);
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg); }
      50% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      55% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      60% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      61% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      62% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      63% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      65% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      70% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      71% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      72% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      73% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      74% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      75% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      76% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      78% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      79% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      80% {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px); }
      90% {
        -webkit-transform: translateX(4000x);
                transform: translateX(4000x); }
      100% {
        -webkit-transform: translatex(5000px);
                transform: translatex(5000px); } }
    @-webkit-keyframes slidelinehigh {
      0% {
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px); }
      10% {
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
        -webkit-transform: rotate(4deg);
                transform: rotate(4deg); }
      20% {
        -webkit-transform: translatex(0px);
                transform: translatex(0px);
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg); }
      60% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      50% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      55% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      60% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      65% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      70% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      75% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      78% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      80% {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px); }
      90% {
        -webkit-transform: translateX(4000x);
                transform: translateX(4000x); }
      100% {
        -webkit-transform: translatex(5000px);
                transform: translatex(5000px); } }
    @keyframes slidelinehigh {
      0% {
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px); }
      10% {
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
        -webkit-transform: rotate(4deg);
                transform: rotate(4deg); }
      20% {
        -webkit-transform: translatex(0px);
                transform: translatex(0px);
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg); }
      60% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      50% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      55% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      60% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      65% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      70% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      75% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      78% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      80% {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px); }
      90% {
        -webkit-transform: translateX(4000x);
                transform: translateX(4000x); }
      100% {
        -webkit-transform: translatex(5000px);
                transform: translatex(5000px); } }
    @-webkit-keyframes slidelinebot {
      0% {
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px); }
      10% {
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
        -webkit-transform: rotate(4deg);
                transform: rotate(4deg); }
      20% {
        -webkit-transform: translatex(0px);
                transform: translatex(0px);
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg); }
      60% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      65% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      70% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      75% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      80% {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px); }
      90% {
        -webkit-transform: translateX(4000x);
                transform: translateX(4000x); }
      100% {
        -webkit-transform: translatex(5000px);
                transform: translatex(5000px); } }
    @keyframes slidelinebot {
      0% {
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px); }
      10% {
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
        -webkit-transform: rotate(4deg);
                transform: rotate(4deg); }
      20% {
        -webkit-transform: translatex(0px);
                transform: translatex(0px);
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg); }
      60% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      65% {
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      70% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      75% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px); }
      80% {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px); }
      90% {
        -webkit-transform: translateX(4000x);
                transform: translateX(4000x); }
      100% {
        -webkit-transform: translatex(5000px);
                transform: translatex(5000px); } } }

.dots-loader {
  width: 100px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: none;
  z-index: 999999; }

.dot {
  will-change: transform;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background-color: #e20613;
  opacity: 0.7;
  position: absolute;
  -webkit-animation: grow 1s ease-in-out infinite alternate;
          animation: grow 1s ease-in-out infinite alternate; }
  .dot--1 {
    left: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%; }
  .dot--2 {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    -webkit-animation-delay: 0.33s;
            animation-delay: 0.33s; }
  .dot--3 {
    right: 0;
    -webkit-animation-delay: 0.66s;
            animation-delay: 0.66s; }

@-webkit-keyframes grow {
  to {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0); } }

@keyframes grow {
  to {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0); } }

body.search-is-active.ajax-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../images/loader-trefl.gif");
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  top: 122px;
  z-index: 99999999; }

/* Google map in footer
-------------------------------------------------------------- */
.map {
  /* Google maps trick to fit container height
  -------------------------------------------------------------- */ }
  .map-container, .map-canvas {
    height: 760px;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .map-container, .map-canvas {
        height: 310px; } }
  .map-info {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 1; }
    .map-info__wrapper {
      width: 30%;
      text-align: center;
      padding: 50px;
      background-color: #fff;
      box-sizing: border-box;
      float: right;
      margin-bottom: 100px;
      box-shadow: 0 10px 36px 1px rgba(0, 0, 0, 0.09);
      margin-top: -695px; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .map-info__wrapper {
          margin-right: 70px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .map-info__wrapper {
          width: 280px;
          margin-right: 50px;
          padding: 30px 20px;
          margin-top: -550px; } }
      @media only screen and (max-width: 767px) {
        .map-info__wrapper {
          width: 90%;
          float: none;
          padding: 30px 20px;
          margin: -50px auto 40px; } }
    .map-info__title {
      margin-bottom: 20px; }
      .map-info__title h2 {
        font-weight: 700;
        font-family: "uniformrd-md-webfont", sans-serif;
        margin: 0; }
        @media only screen and (max-width: 767px) {
          .map-info__title h2 {
            font-size: 24px; } }
    .map-info__description {
      color: #6a6a6a;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .map-info__description p {
          margin-bottom: 3px; } }
    .map-info__btn {
      color: #6a6a6a;
      font-family: "uniformrd-md-webfont", sans-serif;
      padding: 15px 30px;
      background: transparent;
      border-color: #6a6a6a; }
      .map-info__btn:hover {
        background: #6a6a6a;
        color: #fff; }

.page-navigation {
  padding: 75px 2px 95px;
  border-bottom: 1px solid #eaeaea; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .page-navigation {
      padding: 50px 2px 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-navigation {
      padding: 30px 2px 20px; } }
  @media only screen and (max-width: 767px) {
    .page-navigation {
      padding: 20px 2px; } }
  .page-navigation__wrapper {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
    @media only screen and (max-width: 1209px) {
      .page-navigation__wrapper {
        width: 100%; } }
  .page-navigation__list {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .page-navigation__list {
        flex-wrap: wrap; } }
  .page-navigation__item {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: -3px;
    padding-right: 80px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .page-navigation__item {
        padding-right: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .page-navigation__item {
        padding-right: 30px;
        padding-bottom: 25px; } }
    @media only screen and (max-width: 767px) {
      .page-navigation__item {
        padding-right: 15px;
        margin-bottom: 10px; } }
    .page-navigation__item a {
      line-height: 30px; }
      @media only screen and (min-width: 1025px) {
        .page-navigation__item a {
          position: relative; }
          .page-navigation__item a:before, .page-navigation__item a:after {
            display: block;
            position: absolute;
            background-repeat: no-repeat;
            visibility: hidden;
            opacity: 0;
            z-index: -1;
            -webkit-transform: translateX(-50%) scale(0);
                    transform: translateX(-50%) scale(0);
            transition: all 0.2s ease-out; }
          .page-navigation__item a:before {
            content: '';
            background-image: url("../images/confetti_taby_mobile_gora.svg");
            width: 84px;
            height: 40px;
            top: -26px;
            left: 48%; }
          .page-navigation__item a:after {
            content: '';
            background-image: url("../images/confetti_taby_desktop_dol.svg");
            width: 29px;
            height: 20px;
            right: 0;
            bottom: -23px;
            left: 45%; }
          .page-navigation__item a:hover:before, .page-navigation__item a:hover:after {
            visibility: visible;
            opacity: 1;
            z-index: 999;
            -webkit-transform: translateX(-50%) scale(1);
                    transform: translateX(-50%) scale(1); } }
    .page-navigation__item:last-of-type {
      padding-right: 0; }
    .page-navigation__item.active {
      top: -5px; }
      .page-navigation__item.active a {
        font-size: 30px;
        color: #260103;
        top: 0; }
        .page-navigation__item.active a:before, .page-navigation__item.active a:after {
          visibility: visible;
          opacity: 1;
          z-index: 999;
          -webkit-transform: translateX(-50%) scale(1);
                  transform: translateX(-50%) scale(1); }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .page-navigation__item.active a {
            font-size: 24px; } }
        @media only screen and (max-width: 767px) {
          .page-navigation__item.active a {
            font-size: 18px; } }
    .page-navigation__item[aria-expanded="true"] .page-navigation__title {
      font-size: 30px;
      color: #260103;
      top: 0; }
      .page-navigation__item[aria-expanded="true"] .page-navigation__title:before, .page-navigation__item[aria-expanded="true"] .page-navigation__title:after {
        visibility: visible;
        opacity: 1;
        z-index: 999;
        -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1); }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .page-navigation__item[aria-expanded="true"] .page-navigation__title {
          font-size: 24px; } }
      @media only screen and (max-width: 767px) {
        .page-navigation__item[aria-expanded="true"] .page-navigation__title {
          font-size: 18px; } }
  .page-navigation__title {
    color: #7B7B7B;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    cursor: pointer; }
    .page-navigation__title:hover, .page-navigation__title:visited, .page-navigation__title:focus {
      color: #7B7B7B;
      text-decoration: none; }
    @media only screen and (max-width: 1024px) {
      .page-navigation__title {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .page-navigation__title {
        white-space: nowrap; } }
  @media only screen and (max-width: 767px) {
    .page-navigation--tabs {
      max-width: 100%;
      overflow-x: scroll;
      padding: 50px 0 35px;
      margin-top: -10px;
      border-bottom: 0;
      position: relative;
      margin-bottom: 0; } }
  .page-navigation--tabs .page-navigation__list {
    justify-content: flex-start; }
    @media only screen and (max-width: 767px) {
      .page-navigation--tabs .page-navigation__list {
        flex-wrap: nowrap;
        min-width: 530px; } }
  .page-navigation--tabs .page-navigation__item {
    padding-right: 80px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .page-navigation--tabs .page-navigation__item {
        padding-right: 50px; } }
    @media only screen and (max-width: 767px) {
      .page-navigation--tabs .page-navigation__item {
        padding-right: 0;
        margin-right: 40px; } }
    .page-navigation--tabs .page-navigation__item:last-of-type {
      padding-right: 0; }
  .page-navigation__scroll {
    display: none; }
    @media only screen and (max-width: 767px) {
      .page-navigation__scroll {
        display: block;
        position: absolute;
        top: 0;
        right: 25px;
        color: #000;
        font-family: "uniformrd-md-webfont", sans-serif;
        font-size: 11px; } }
    @media only screen and (max-width: 767px) {
      .page-navigation__scroll img {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%) scaleX(-1) rotate(146deg);
                transform: translateX(-50%) scaleX(-1) rotate(146deg);
        width: 42px;
        top: 12px; } }

@media only screen and (max-width: 767px) {
  .cms-kariera .page-navigation {
    display: none; } }

.cms-page-view .tabs__content:not(.active) {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  height: 0; }
  .cms-page-view .tabs__content:not(.active) * {
    height: 0;
    margin: 0;
    padding: 0; }

.cms-page-view .tabs__content.active {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  height: auto; }

.page-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-in-out;
  z-index: -1; }

.page-wrapper.overlay-is-active:before {
  content: '';
  opacity: 0.6;
  visibility: visible;
  height: 100%;
  z-index: 9999; }

.banner-fw {
  text-align: center;
  color: #fff; }
  .banner-fw__overlay {
    background-image: url("../images/contact.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .banner-fw__overlay {
        padding: 60px 0; } }
    @media only screen and (max-width: 767px) {
      .banner-fw__overlay {
        padding: 40px 15px; } }
  .banner-fw__title {
    font-weight: 700;
    font-family: "uniformrd-md-webfont", sans-serif; }
  .banner-fw__description {
    color: #fff;
    margin: 40px auto;
    width: 50%;
    font-size: 20px;
    line-height: 30px;
    font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media only screen and (max-width: 767px) {
      .banner-fw__description {
        width: 100%;
        font-size: 16px;
        line-height: 24px; } }
  .banner-fw__btn {
    padding: 19px 24px;
    min-width: 181px;
    margin: 10px 20px;
    color: #000;
    background: #fff;
    font-family: "uniformrd-md-webfont", sans-serif; }
    @media only screen and (max-width: 767px) {
      .banner-fw__btn {
        min-width: 1px; } }

.banner-cart {
  text-align: center;
  color: #000; }
  @media only screen and (max-width: 1024px) {
    .banner-cart {
      display: none; } }
  .banner-cart .page-container {
    width: 50%;
    margin-left: 53%; }
    @media only screen and (min-width: 1550px) {
      .banner-cart .page-container {
        margin-left: 41%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .banner-cart .page-container {
        width: 40%;
        margin-left: 59%; } }
  .banner-cart__overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30%;
    padding: 73px 0 70px;
    min-height: 346px; }
    @media only screen and (min-width: 1550px) {
      .banner-cart__overlay {
        background-position: 45%;
        padding: 125px 0 95px;
        min-height: 410px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .banner-cart__overlay {
        background-position: 80%;
        padding: 65px 0 45px;
        min-height: 300px; } }
  .banner-cart__title {
    font-weight: 500;
    font-family: "uniformrd-md-webfont", sans-serif;
    position: relative;
    font-size: 30px;
    margin-bottom: 0; }
    .banner-cart__title:before, .banner-cart__title:after {
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      visibility: hidden;
      opacity: 0;
      z-index: -1;
      -webkit-transform: translateX(-50%) scale(0);
              transform: translateX(-50%) scale(0);
      transition: all 0.2s ease-out; }
    .banner-cart__title:before {
      content: '';
      background-image: url("../images/confetti_taby_mobile_gora.svg");
      width: 84px;
      height: 40px;
      top: -26px;
      left: 48%; }
    .banner-cart__title:after {
      content: '';
      background-image: url("../images/confetti_taby_desktop_dol.svg");
      width: 29px;
      height: 20px;
      right: 0;
      bottom: -23px;
      left: 45%; }
    .banner-cart__title:before, .banner-cart__title:after {
      left: 50%;
      visibility: visible;
      opacity: 1;
      z-index: 999;
      -webkit-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
  .banner-cart__price {
    color: #e20613;
    margin: 15px auto 0;
    font-size: 3.6rem;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 700; }
    .banner-cart__price--special {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 1rem; }
      .banner-cart__price--special p {
        margin-bottom: 0; }
  .banner-cart__old-price {
    font-size: 20px;
    color: #000;
    position: relative;
    margin-right: 10px;
    top: 2px; }
    .banner-cart__old-price span {
      position: relative; }
      .banner-cart__old-price span:after {
        content: '';
        width: 100%;
        background-color: #e20613;
        display: block;
        position: absolute;
        top: 3px;
        left: 50%;
        height: 2px;
        -webkit-transform: rotate(-10deg) translateX(-50%);
                transform: rotate(-10deg) translateX(-50%); }
      .banner-cart__old-price span:after {
        top: 3px; }
  .banner-cart .btn--cart {
    margin: 0 auto;
    padding: 14.5px 29px 13.5px; }

.our-brands {
  max-width: 1200px;
  display: flex;
  margin: auto; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .our-brands {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .our-brands {
      flex-direction: column;
      padding-bottom: 25px; } }
  .our-brands span:nth-child(3) {
    opacity: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .our-brands span:nth-child(3) {
        opacity: 1; } }
  .our-brands span:nth-child(7) {
    opacity: 0; }
  .our-brands__bg {
    padding-top: 80px;
    padding-bottom: 230px;
    margin-top: -20px;
    margin-bottom: -205px;
    background-size: cover;
    background-position: center 70%; }
    @media only screen and (min-width: 1025px) {
      .our-brands__bg {
        background-attachment: fixed; } }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .our-brands__bg {
        padding: 80px 15px 150px;
        background-position: 20% 75%;
        margin-top: -20px;
        margin-bottom: -110px; } }
    @media only screen and (max-width: 767px) {
      .our-brands__bg {
        padding-top: 15px;
        padding-bottom: 10px;
        margin-bottom: -41px; } }
  .our-brands__row {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .our-brands__row {
        width: 100%;
        padding: 20px; } }
    .our-brands__row-flex {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-end;
      height: 480px;
      overflow: hidden;
      max-width: 600px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .our-brands__row-flex {
          max-width: 500px;
          justify-content: center; } }
      @media only screen and (max-width: 767px) {
        .our-brands__row-flex {
          justify-content: center;
          height: 311px;
          padding: 10px;
          max-width: 320px;
          margin: 0 auto; } }
  .our-brands__title {
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    color: #fff;
    margin-bottom: 21px;
    font-family: "uniformrd-md-webfont", sans-serif; }
    @media only screen and (max-width: 767px) {
      .our-brands__title {
        font-size: 20px;
        line-height: 28px; } }
  .our-brands__description {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 40px;
    max-width: 500px; }
    @media only screen and (max-width: 767px) {
      .our-brands__description {
        font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 30px; } }
  .our-brands__btn {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    padding: 19px 34px; }
    @media only screen and (max-width: 767px) {
      .our-brands__btn {
        padding: 14px 34px; } }
    .our-brands__btn:hover {
      background: transparent;
      color: #fff;
      border-color: #fff; }
  .our-brands__img {
    width: 150px;
    height: 150px;
    margin: 5px;
    /* because of simple animation in our brands component */
    display: flex !important;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 5%;
    box-sizing: border-box;
    border-radius: 10px; }
    @media only screen and (max-width: 767px) {
      .our-brands__img {
        width: 90px;
        height: 90px; } }
    .our-brands__img img {
      width: 100%;
      display: block;
      margin: auto; }

.licence-slider {
  margin-bottom: 11rem;
  margin-top: 2rem; }
  @media only screen and (max-width: 1024px) {
    .licence-slider {
      margin-bottom: 6rem; } }
  @media only screen and (max-width: 767px) {
    .licence-slider {
      margin-bottom: 4rem; } }
  .licence-slider .slick-track {
    padding-bottom: 3px; }
  .licence-slider__title {
    margin-bottom: 6rem;
    margin-top: 3rem;
    font-size: 3rem; }
    @media only screen and (max-width: 1024px) {
      .licence-slider__title {
        margin-bottom: 4rem;
        font-size: 2.4rem;
        margin-top: 2rem; } }
    @media only screen and (max-width: 767px) {
      .licence-slider__title {
        text-align: center; } }
  .licence-slider__wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    height: 0; }
    .licence-slider__wrapper.slick-initialized {
      visibility: visible;
      opacity: 1;
      height: auto; }
    @media only screen and (max-width: 1209px) {
      .licence-slider__wrapper {
        padding: 0 30px; } }
  .licence-slider__item {
    border-radius: 10px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    margin: 0 5px 2px;
    padding: 30px;
    height: 230px;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .licence-slider__item {
        height: 160px; } }
    @media only screen and (max-width: 767px) {
      .licence-slider__item {
        height: 150px;
        padding: 10px; } }
  .licence-slider__img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .licence-slider__img img {
      max-height: 90px;
      max-width: 100px;
      width: auto;
      height: auto; }
      @media only screen and (max-width: 1024px) {
        .licence-slider__img img {
          max-width: 100%; } }
  .licence-slider .slick-prev {
    left: -31px; }
    @media only screen and (max-width: 1209px) {
      .licence-slider .slick-prev {
        left: 0; } }
    @media only screen and (max-width: 767px) {
      .licence-slider .slick-prev {
        left: -5px; } }
  .licence-slider .slick-next {
    right: -36px; }
    @media only screen and (max-width: 1209px) {
      .licence-slider .slick-next {
        right: 0; } }
    @media only screen and (max-width: 767px) {
      .licence-slider .slick-next {
        right: -5px; } }
  .licence-slider .slider-arrow {
    top: 50%; }

.column .block-addbysku .fieldset {
  margin: 0; }
  .column .block-addbysku .fieldset .fields {
    position: relative; }
    .column .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top; }
    .column .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      right: 0;
      top: 4px; }

.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%; }

.column .block-addbysku .skus > .label {
  margin-top: 10px; }

.column .block-addbysku .qty .qty + .mage-error {
  width: 80px; }

.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left; }
  .column .block-addbysku .block-content .actions-toolbar:before, .column .block-addbysku .block-content .actions-toolbar:after {
    content: '';
    display: table; }
  .column .block-addbysku .block-content .actions-toolbar:after {
    clear: both; }
  .column .block-addbysku .block-content .actions-toolbar .primary {
    float: left; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: inline-block; }
    .column .block-addbysku .block-content .actions-toolbar .primary a.action,
    .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
      display: inline-block; }
  .column .block-addbysku .block-content .actions-toolbar .primary .action {
    margin: 0 5px 0 0; }
  .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    margin-top: 6px; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: block;
    float: none; }
  .column .block-addbysku .block-content .actions-toolbar > .secondary {
    text-align: left; }

.column .block-addbysku .reset {
  margin: 10px 0; }

.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px; }

.block-cart-failed {
  margin-top: 40px; }
  .block-cart-failed .block-title {
    font-size: 2.6rem; }
    .block-cart-failed .block-title strong {
      font-weight: 300; }
  .block-cart-failed .actions {
    text-align: center; }
    .block-cart-failed .actions .action {
      margin-bottom: 10px; }

@media only screen and (max-width: 639px) {
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px; }
  .column .block-addbysku .action.remove {
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400; }
    .column .block-addbysku .action.remove > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .column .block-addbysku .action.remove:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 1px 0 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .column .block-addbysku .action.remove:hover:before {
      color: inherit; }
    .column .block-addbysku .action.remove:active:before {
      color: inherit; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none;
      box-shadow: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; } }

@media only screen and (min-width: 640px) {
  .column .block-addbysku .action.remove {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0;
    padding: 0;
    color: #e20613;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none;
      box-shadow: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
    .column .block-addbysku .action.remove:visited {
      color: #e20613;
      text-decoration: none; }
    .column .block-addbysku .action.remove:hover {
      color: #006bb4;
      text-decoration: underline; }
    .column .block-addbysku .action.remove:active {
      color: #ff5501;
      text-decoration: underline; }
    .column .block-addbysku .action.remove:hover {
      color: #006bb4; }
    .column .block-addbysku .action.remove:hover, .column .block-addbysku .action.remove:active, .column .block-addbysku .action.remove:focus {
      background: none;
      border: 0; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      color: #e20613;
      opacity: 0.5;
      cursor: default;
      pointer-events: none;
      text-decoration: underline; } }

@media only screen and (min-width: 768px) {
  .block-cart-failed .actions {
    text-align: left; }
  .block-cart-failed .actions.primary {
    float: right; } }

.payment-method-braintree .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 50px;
  line-height: 1.42857;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px; }
  .payment-method-braintree .hosted-control:disabled {
    opacity: 0.5; }
  .payment-method-braintree .hosted-control::-moz-placeholder {
    color: #c2c2c2; }
  .payment-method-braintree .hosted-control::-webkit-input-placeholder {
    color: #c2c2c2; }
  .payment-method-braintree .hosted-control:-ms-input-placeholder {
    color: #c2c2c2; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
    border-color: #006bb4; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
    border-color: #e02b27; }
    .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
      height: auto;
      opacity: 1; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
    border-color: #006400; }
  .payment-method-braintree .hosted-control.hosted-cid {
    width: 5rem; }
  .payment-method-braintree .hosted-control.hosted-date {
    float: left;
    margin-bottom: 7px;
    width: 6rem; }
    .payment-method-braintree .hosted-control.hosted-date:first-of-type {
      margin-right: 50px; }
      .payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
        content: '/';
        display: inline;
        padding-bottom: inherit;
        padding-top: inherit;
        position: absolute;
        right: -25px;
        top: 5px; }

.payment-method-braintree .field-tooltip {
  right: 0; }

.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0; }

.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center; }

.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block; }
  .braintree-paypal-account:before {
    background-image: url("../Magento_Braintree/images/paypal-small.png");
    background-position-x: 0;
    background-position-y: 0;
    line-height: 16px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    margin: ""; }
  .braintree-paypal-account:before {
    left: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%; }
  .braintree-paypal-account .payment-method-type {
    font-weight: 700; }
  .braintree-paypal-account .payment-method-description {
    color: #575757; }

.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }
  .action-braintree-paypal-logo:focus, .action-braintree-paypal-logo:active {
    background: none;
    border: none;
    box-shadow: none; }
  .action-braintree-paypal-logo:hover {
    background: none;
    border: none; }
  .action-braintree-paypal-logo.disabled, .action-braintree-paypal-logo[disabled],
  fieldset[disabled] .action-braintree-paypal-logo {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .action-braintree-paypal-logo img {
    margin: 0;
    width: 114px; }

.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0; }

.account .table .col.paypal-account img {
  vertical-align: middle; }

.account .table .col.paypal-account + .actions {
  vertical-align: middle; }

@media only screen and (min-width: 768px) {
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem; }
  .braintree-paypal-account {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%; }
  .account .table-credit-cards .col.actions {
    width: 100px; } }

.bundle-options-container {
  clear: both;
  margin-bottom: 40px; }
  .bundle-options-container .legend.title {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem; }
  .bundle-options-container .product-add-form {
    display: none; }
  .bundle-options-container .product-options-wrapper {
    margin-bottom: 30px; }
  .bundle-options-container .action.back {
    margin-bottom: 30px; }
  .bundle-options-container .price-box .price {
    font-size: 18px;
    font-weight: 700; }
  .bundle-options-container .block-bundle-summary {
    background: #e8e8e8;
    padding: 10px 20px; }
    .bundle-options-container .block-bundle-summary > .title > strong {
      font-family: "uniformrd-md-webfont", sans-serif;
      font-weight: 300;
      line-height: 1.1;
      font-size: 2.6rem;
      margin-top: 2.5rem;
      margin-bottom: 2rem; }
    .bundle-options-container .block-bundle-summary .bundle-summary {
      margin-top: 30px; }
      .bundle-options-container .block-bundle-summary .bundle-summary.empty {
        display: none; }
      .bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
        color: #000;
        font-family: "uniformrd-md-webfont", sans-serif;
        font-weight: 300;
        line-height: 1.1;
        font-size: 2.2rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        display: block; }
    .bundle-options-container .block-bundle-summary .bundle.items > li {
      margin-bottom: 10px; }
    .bundle-options-container .block-bundle-summary .box-tocart .actions {
      display: inline-block;
      margin-bottom: 10px; }
    .bundle-options-container .block-bundle-summary .product-addto-links > .action {
      vertical-align: top; }
  .bundle-options-container .nested .field.qty {
    margin-top: 20px; }
    .bundle-options-container .nested .field.qty .label {
      font-weight: 700;
      margin: 0 0 5px;
      display: inline-block; }
  .bundle-options-container p.required {
    color: #e02b27; }
  .bundle-options-container .product-options-bottom {
    clear: left; }

@media only screen and (min-width: 768px) {
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%; }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%; }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper, .page-layout-2columns-left
  .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right
  .bundle-options-container .block-bundle-summary,
  .page-layout-3columns
  .bundle-options-container .block-bundle-summary {
    width: 48%; } }

.products {
  margin: 30px 0; }

.product-item {
  vertical-align: top; }
  .products-grid .product-item {
    display: inline-block;
    width: 50%; }
  .product-item-name {
    display: block;
    margin: 5px 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .product-item-info {
    max-width: 100%;
    width: 152px; }
    .page-products .product-item-info {
      width: 240px; }
  .product-item-actions {
    display: none; }
    .product-item-actions .actions-secondary > .action:before {
      margin: 0; }
  .product-item-description {
    margin: 25px 0; }
  .product-item .product-reviews-summary .rating-summary {
    margin: 0 4px 0 0; }
  .product-item .product-reviews-summary .reviews-actions {
    font-size: 12px;
    margin-top: 5px;
    text-transform: lowercase; }
  .product-item .price-box {
    margin: 10px 0 25px; }
    .product-item .price-box .price {
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap; }
    .product-item .price-box .price-label {
      font-size: 12px; }
      .product-item .price-box .price-label:after {
        content: ':'; }
  .product-item .special-price .price,
  .product-item .minimal-price .price {
    font-size: 14px;
    font-weight: 700; }
  .product-item .special-price .price-wrapper,
  .product-item .minimal-price .price-wrapper {
    display: inline-block; }
  .product-item .special-price .price-including-tax + .price-excluding-tax,
  .product-item .minimal-price .price-including-tax + .price-excluding-tax {
    display: block; }
  .product-item .special-price {
    display: block; }
  .product-item .old-price .price {
    font-weight: 400; }
  .product-item .minimal-price .price-container {
    display: block; }
  .product-item .minimal-price-link {
    margin-top: 5px; }
    .product-item .minimal-price-link .price-label {
      color: #e20613;
      font-size: 14px; }
    .product-item .minimal-price-link .price {
      font-weight: 400; }
  .product-item .minimal-price-link,
  .product-item .price-excluding-tax,
  .product-item .price-including-tax {
    display: block;
    white-space: nowrap; }
  .product-item .price-from,
  .product-item .price-to {
    margin: 0; }
  .product-item .action.tocompare:before {
    content: ""; }
  .product-item .tocart {
    white-space: nowrap; }

.column.main .product-items {
  margin-left: -20px; }

.column.main .product-item {
  padding-left: 20px; }

.price-container .price {
  font-size: 14px; }

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px; }

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 11px; }

.price-container .weee:before {
  content: "(" attr(data-label) ": "; }

.price-container .weee:after {
  content: ')'; }

.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": "; }

.products-list .product-item {
  display: table;
  width: 100%; }
  .products-list .product-item-info {
    display: table-row; }
  .products-list .product-item-photo {
    display: table-cell;
    padding: 0 30px 30px 0;
    vertical-align: top;
    width: 1%; }
  .products-list .product-item-details {
    display: table-cell;
    vertical-align: top; }

@media only screen and (max-width: 639px) {
  .products-list .product-item {
    table-layout: fixed; }
    .products-list .product-item-photo {
      padding: 0 10px 10px 0;
      width: 30%; } }

@media only screen and (min-width: 640px) {
  .products-grid .product-item {
    margin-bottom: 30px; }
  .product-item-actions {
    display: block; }
    .products-grid .product-item-actions {
      margin: 10px 0; }
    .product-item-actions .actions-primary + .actions-secondary {
      display: table-cell;
      padding-left: 5px;
      white-space: nowrap;
      width: 50%; }
      .product-item-actions .actions-primary + .actions-secondary > * {
        white-space: normal; }
    .product-item-actions .actions-primary {
      display: table-cell; }
  .products-grid .product-item {
    width: 33.3333%; }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.3333%; } }

@media only screen and (min-width: 768px) {
  .page-products .products-grid .product-item {
    width: 33.3333%; }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%; }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%; } }

@media only screen and (min-width: 1024px) {
  .products-grid .product-item {
    width: 20%; }
  .page-layout-1column .products-grid .product-item {
    width: 16.6666%; }
  .page-layout-3columns .products-grid .product-item {
    width: 25%; }
  .page-products .products-grid .product-items {
    margin: 0; }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 23.233%) / 3);
    width: 23.233%; }
    .page-products .products-grid .product-item:nth-child(4n + 1) {
      margin-left: 0; }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%; }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%; }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
      margin-left: 1%; }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
      margin-left: 0; } }

.page-products .columns {
  position: relative;
  z-index: 1; }

.toolbar-amount {
  display: block;
  line-height: 28px;
  margin: 0;
  padding: 8px 0 0; }
  .products.wrapper ~ .toolbar .toolbar-amount {
    display: none; }

.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center; }
  .toolbar-products .pages {
    display: none; }
    .products.wrapper ~ .toolbar-products .pages {
      display: block; }
  .toolbar-products .limiter {
    display: none; }
    .toolbar-products .limiter .control {
      display: inline-block; }

.sorter {
  padding: 4px 0 0; }
  .products.wrapper ~ .toolbar .sorter {
    display: none; }

.sorter-options {
  margin: 0 0 0 7px;
  width: auto; }

.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none; }
  .sorter-action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sorter-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 32px;
    color: #000;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sorter-action:hover:before {
    color: #333; }

.sorter .sort-desc:before {
  content: ""; }

.modes {
  display: none; }

.limiter-options {
  margin: 0 5px 0 7px;
  width: auto; }

.limiter-label {
  font-weight: 400; }

.page-products .toolbar .limiter {
  display: none; }

@media only screen and (min-width: 768px) {
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1; }
  .products.wrapper ~ .toolbar .pages {
    float: left; }
  .toolbar-amount {
    float: left; }
  .sorter {
    float: right; }
  .modes {
    display: block;
    float: left;
    margin-right: 20px; }
    .products.wrapper ~ .toolbar .modes {
      display: none; }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: block;
    text-decoration: none; }
    .modes-mode > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .modes-mode:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 26px;
      line-height: inherit;
      color: #7d7d7d;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .modes-mode:hover:before {
      color: #7d7d7d; }
    .modes-mode:not(.active):hover {
      color: #7d7d7d;
      background: #dedede; }
    .modes-mode:last-child {
      border-right: 1px solid #d1d1d1; }
    .modes-mode.active {
      color: #a6a6a6; }
  .mode-list:before {
    content: ""; }
  .limiter {
    float: right; }
    .products.wrapper ~ .toolbar .limiter {
      display: block; } }

.fotorama-stretch, .fotorama-focus-overlay:after, .fotorama__nav__frame:focus:after, .fotorama__html, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.fotorama-grab-cursor, .fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fotorama-grabbing-cursor, .fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fotorama-gpu, .fotorama__caption, .fotorama--fullscreen, .fotorama__wrap--css3 .fotorama__html, .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full, .fotorama__wrap--css3 .fotorama__nav, .fotorama__nav:before, .fotorama__nav:after, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__stage:before, .fotorama__stage:after, .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.fotorama-focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame, .fotorama__zoom-in:focus,
.fotorama__zoom-out:focus {
  outline: 0; }

.fotorama-focus-overlay:after, .fotorama__nav__frame:focus:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: ''; }

.fotorama-transform-disabled, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
          transform: none !important; }

.fotorama-transition-for-slide, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: unset;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1); }

.fotorama-no-select, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fotorama-select, .fotorama__select {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=); }

.fotorama-auto-margin, .fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama-inline-block, .fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  display: inline;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.fotorama-hidden, .fotorama--hidden, .fotorama__load {
  position: absolute;
  top: -99999px;
  left: -99999px;
  z-index: -1000; }

.fotorama-visible {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  z-index: auto; }

.fotorama-no-tap, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close {
  -webkit-tap-highlight-color: transparent; }

.transitionDuration {
  transition-duration: 333ms; }

.transitionDurationZero {
  transition-duration: unset; }

.fotorama-sprite, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__thumb--icon, .fotorama__video-close, .fotorama__video-play, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out {
  background-image: url("../images/gallery.png");
  background-repeat: no-repeat; }

@media print {
  .fotorama-print-background, .fotorama-sprite, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__thumb--icon, .fotorama__video-close, .fotorama__video-play, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__thumb-border {
    background: none !important; } }

.fotorama__active {
  box-shadow: 0 0 0 transparent; }

.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__arr {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  box-sizing: border-box;
  z-index: 900;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out; }
  .fotorama__arr:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .fotorama__arr:active {
    background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__arr:focus {
    box-shadow: none; }
    .fotorama__arr:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #868686;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__arr--prev {
    left: 0; }
    .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
      -webkit-transform: translate3d(-120px, 0, 0);
              transform: translate3d(-120px, 0, 0); }
    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
      -webkit-transform: translate3d(-120px, 0, 0);
              transform: translate3d(-120px, 0, 0); }
  .fotorama__arr--next {
    right: 0; }
    .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
      -webkit-transform: translate3d(120px, 0, 0);
              transform: translate3d(120px, 0, 0); }
    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
      -webkit-transform: translate3d(120px, 0, 0);
              transform: translate3d(120px, 0, 0); }
  .fotorama__arr--disabled {
    display: none;
    opacity: 0.1;
    pointer-events: none;
    cursor: default; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    opacity: 0; }
    .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
      opacity: 1; }
  .fotorama__wrap--video .fotorama__arr {
    opacity: 0 !important; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    display: none; }
    .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
      display: block; }
  .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr {
    display: none !important; }
  .fotorama__wrap--css3 .fotorama__arr:not(:focus) {
    transition-duration: 0.3s;
    transition-property: opacity, background-color, -webkit-transform;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform; }
  .fotorama__stage .fotorama__arr--shown {
    display: block !important; }
  .fotorama__stage .fotorama__arr--hidden {
    display: none !important; }

.fotorama__arr .fotorama__arr__arr {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
  .ie9 .fotorama__arr .fotorama__arr__arr {
    margin: -40px 0 0 -40px; }

.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px; }

.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px; }

.fotorama__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  z-index: 12; }
  .fotorama__caption a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: fade(#000, 0.5); }
    .fotorama__caption a:hover {
      color: #000;
      border-color: fade(#000, 0.5); }
  .fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0; }
  .fotorama__wrap--video .fotorama__caption,
  .fotorama__wrap--no-captions .fotorama__caption {
    display: none; }

.fotorama__caption__wrap {
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #fff; }

.fotorama__dot {
  display: block;
  position: relative;
  top: 12px;
  left: 6px;
  width: 4px;
  height: 4px;
  border: 1px solid #858585;
  border-radius: 6px; }
  .fotorama__nav__frame--dot:focus .fotorama__dot {
    box-shadow: none; }
    .fotorama__nav__frame--dot:focus .fotorama__dot:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #868686;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__nav__frame--thumb:focus .fotorama__dot:after,
  .fotorama__nav__frame--dot:focus .fotorama__dot:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .fotorama__active .fotorama__dot {
    background-color: #ff5501;
    border-color: #ff5501; }

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

.fotorama {
  min-width: 1px;
  overflow: hidden; }
  .fotorama--fullscreen {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background: #fff;
    z-index: 1000 !important; }

.fotorama__fullscreen {
  overflow: hidden;
  position: relative; }

.fotorama__fullscreen-icon {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-position: 0 0;
  cursor: pointer;
  z-index: 1000; }
  .fotorama__fullscreen-icon:focus {
    box-shadow: none; }
    .fotorama__fullscreen-icon:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #868686;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama--fullscreen-icons .fotorama__fullscreen-icon {
    display: none; }
  .fotorama--fullscreen .fotorama__fullscreen-icon {
    display: inline-block;
    background-position: -80px 0; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0; }
    .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
      opacity: 1; }
  .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none; }
    .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
      display: block; }
  .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important; }
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(80px, -80px, 0);
            transform: translate3d(80px, -80px, 0); }
  .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(80px, -80px, 0) !important;
            transform: translate3d(80px, -80px, 0) !important; }
  .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus) {
    transition-duration: 0.3s;
    transition-property: opacity, background-color, -webkit-transform;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform; }
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-in-out; }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active {
      background-color: rgba(213, 213, 213, 0.5); }

.gallery-placeholder .loading-mask {
  position: static;
  padding: 0 0 50%; }

.gallery-placeholder .loader img {
  position: absolute; }

.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0; }

.fotorama__img {
  max-width: inherit;
  opacity: 0;
  border: none !important; }
  .fotorama__loaded .fotorama__img,
  .fotorama__error .fotorama__img {
    opacity: 1; }
  .fotorama__img--full {
    display: none; }
  .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    opacity: 0; }
  .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    position: absolute;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .fotorama__stage__frame .fotorama__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    transition-duration: 0.3s;
    transition-property: width, height, top, left; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
    display: none; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    max-height: inherit; }
  .fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
    display: none; }
    .fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
      display: block; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    display: block;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: default;
    transition: 0.3s linear; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
      max-width: none;
      max-height: none;
      cursor: pointer;
      transition-property: width, height, bottom, right, top, left; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
      cursor: move;
      transition-property: none; }
  .fotorama__product-video--loaded .fotorama__img,
  .fotorama__product-video--loaded .fotorama__img--full {
    display: none !important; }

.magnifier-thumb-wrapper {
  position: relative;
  display: block;
  top: 0;
  left: 0; }

.magnifier-lens {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border: solid 1px #bbb;
  z-index: 800; }

.magnifier-loader-text {
  margin-top: 10px; }

.magnifier-large {
  position: absolute;
  width: 32%;
  z-index: 100; }

.magnifier-preview {
  position: absolute;
  top: 215px;
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0; }
  .magnifier-preview:not(.hidden) {
    background-color: #fff; }
  .magnifier-preview img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: inherit; }

.magnify-lens {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  z-index: 1000; }

.magnify-opaque {
  opacity: 0.5; }

.magnify-hidden {
  display: none; }

.magnify-fullimage {
  display: none; }
  .fotorama__fullscreen .magnify-fullimage {
    display: inline-block; }

.fotorama__nav {
  position: relative;
  display: none;
  max-width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5; }
  .fotorama__nav--dots {
    display: block;
    text-align: center; }
  .fotorama__nav--thumbs {
    display: block; }
  .fotorama__nav:before, .fotorama__nav:after {
    position: absolute;
    display: block;
    content: '';
    text-decoration: none;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none; }
  .fotorama__nav:before {
    left: -10px;
    top: -10px; }
  .fotorama__nav:after {
    right: -10px;
    bottom: -10px; }
  .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__nav:after,
  .fotorama__wrap--no-shadows .fotorama__nav:before,
  .fotorama__wrap--no-shadows .fotorama__nav:after {
    display: none; }
  .fotorama__wrap--only-active .fotorama__nav {
    max-width: 99999px !important; }

.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0; }

.fotorama__nav__frame {
  position: relative;
  box-sizing: content-box; }
  .fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px; }
    .fotorama__nav--dots .fotorama__nav__frame--thumb {
      display: none; }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
      padding-right: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame--dot {
      display: none; }
  .fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
    width: 0;
    height: 0;
    border-width: 3px; }
    .fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
      top: -3px;
      left: -3px;
      padding: 3px; }
  .fotorama__nav__frame:focus {
    box-shadow: none; }
    .fotorama__nav__frame:focus :after {
      top: -1px;
      left: -1px;
      padding: 1px; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    display: block;
    padding-bottom: inherit !important; }

.fotorama__nav__shaft {
  position: relative;
  top: 0;
  left: 0;
  text-align: left; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    width: 100%;
    background-color: white; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__select {
  cursor: auto; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__nav.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after {
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  background-size: 1px 100%, 5px 100%; }

.fotorama__nav.fotorama__shadows--top:before, .fotorama__nav.fotorama__shadows--bottom:after,
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after {
  left: 0;
  right: 0;
  width: auto;
  height: 10px;
  background-size: 100% 1px, 100% 5px; }

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
  background-position: 0 0, 0 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
  background-position: 100% 0, 100% 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--top:before {
  top: 0;
  background-position: 0 0, 0 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--bottom:after,
.fotorama__stage.fotorama__shadows--bottom:after {
  bottom: 0;
  background-position: 0 100%, 0 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0); }

.fotorama__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  position: absolute;
  display: none;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 64px;
  width: 64px;
  margin: auto;
  background-image: url("../images/loader-1.gif");
  z-index: 100; }
  .fotorama__spinner--show {
    display: block; }
  .fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
            animation: spinner 24s infinite linear; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fotorama__stage {
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  .fotorama__stage:before, .fotorama__stage:after {
    position: absolute;
    display: block;
    content: '';
    background-repeat: no-repeat;
    pointer-events: none;
    text-decoration: none;
    z-index: 10; }
  .fotorama__stage:before {
    left: -10px;
    top: -10px; }
  .fotorama__stage:after {
    right: -10px;
    bottom: -10px; }
  .fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after,
  .fotorama__wrap--no-shadows .fotorama__stage:before,
  .fotorama__wrap--no-shadows .fotorama__stage:after,
  .fotorama__wrap--fade .fotorama__stage:before,
  .fotorama__wrap--fade .fotorama__stage:after {
    display: none; }
  .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important; }

.fotorama__stage__frame {
  overflow: hidden;
  text-align: center; }
  .fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl; }
  .fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important; }
  .fotorama__wrap--fade .fotorama__stage__frame {
    display: none; }
  .fotorama--fullscreen .fotorama__stage__frame iframe {
    left: 80px;
    width: calc(100% - 80px * 2); }
  .fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden; }

.fotorama__stage__shaft {
  position: relative; }
  .fotorama__stage__shaft:focus {
    box-shadow: none; }
    .fotorama__stage__shaft:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #868686;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }

.fotorama__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ebebeb; }
  .fotorama__nav__frame:focus .fotorama__thumb {
    box-shadow: none;
    z-index: 2; }
    .fotorama__nav__frame:focus .fotorama__thumb:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      box-shadow: 0 0 3px 1px #868686;
      border-radius: inherit;
      content: '';
      z-index: 1000; }
  .fotorama__nav__frame--thumb:focus .fotorama__thumb,
  .fotorama__nav__frame--dot:focus .fotorama__thumb {
    overflow: inherit; }
  .fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
    left: 1px; }
  .fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
    right: 1px; }
  .fotorama__thumb--icon {
    padding-bottom: 30px;
    font-size: 0.001px; }
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
      .ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .ie9
      .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
        margin: -15px 0 0 -15px; }
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
      margin: auto;
      width: 30px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .fotorama__thumb__arr--left .fotorama__thumb--icon {
      background-position: -25px -265px; }
    .fotorama__thumb__arr--right .fotorama__thumb--icon {
      background-position: -25px -350px; }

.fotorama__thumb-border {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 1px solid #ff5501;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 9; }
  .fotorama__nav--dots .fotorama__thumb-border {
    display: none; }

.fotorama__thumb__arr {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out; }
  .fotorama__thumb__arr:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .fotorama__thumb__arr:active {
    background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 1000;
    cursor: pointer; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: 0; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    right: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    cursor: pointer;
    z-index: 1000; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
    top: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    bottom: 0; }

.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px; }

.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px; }

.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px; }

.fotorama__video {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.fotorama__video-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  opacity: 0;
  z-index: 1000;
  cursor: pointer;
  background-position: -80px 0;
  -webkit-transform: translate3d(80px, -80px, 0);
          transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out; }
  .fotorama__fullscreen .fotorama__video-close {
    display: none; }
  .fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
    display: none; }
  .fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    top: 97px;
    right: 93px;
    opacity: 1; }
  .fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
    transition-duration: 0.3s;
    transition-property: opacity, background-color, -webkit-transform;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform; }
  @media all and (max-width: 768px) {
    .fotorama__video-close {
      top: 10px;
      width: 40px;
      height: 40px;
      background-position: -100px -20px; } }

.fotorama__video-play {
  width: 160px;
  height: 160px;
  background-position: -80px -160px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
  .fotorama__wrap--css2 .fotorama__video-play,
  .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none; }
  .fotorama__loaded .fotorama__video-play,
  .fotorama__error .fotorama__video-play,
  .fotorama__nav__frame .fotorama__video-play {
    display: block;
    opacity: 1; }
  .fotorama__nav__frame .fotorama__video-play {
    width: 80px;
    height: 80px;
    background-position: 0 -240px; }
  .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-duration: 0.3s;
    transition-property: opacity, background-color, -webkit-transform;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform; }

.fotorama__wrap {
  position: relative;
  direction: ltr;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  z-index: 0; }
  .fotorama--fullscreen .fotorama__wrap {
    max-width: 100% !important; }
  .fotorama__wrap--pan-y {
    touch-action: pan-y; }

.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
  z-index: 1000; }
  .fotorama__zoom-in:focus,
  .fotorama__zoom-out:focus {
    box-shadow: none; }
    .fotorama__zoom-in:focus:after,
    .fotorama__zoom-out:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #868686;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
  .fotorama__zoom-out {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-in-out; }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__zoom-out:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__zoom-out:active {
      background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen
  .fotorama__zoom-out {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer; }
    .fotorama__fullscreen .fotorama__zoom-in--disabled, .fotorama__fullscreen
    .fotorama__zoom-out--disabled {
      display: none; }

.fotorama__fullscreen .fotorama__zoom-out {
  top: 80px;
  background-position: 0 -80px !important; }

.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0; }

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

.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": "; }

.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')'; }

.prices-tier .price-container .weee[data-label] {
  display: inline; }
  .prices-tier .price-container .weee[data-label] .price {
    font-size: 1.1rem; }
  .prices-tier .price-container .weee[data-label]:before {
    content: " +" attr(data-label) ": "; }

.actual-price {
  font-weight: 700; }

.category-image .image {
  display: block;
  height: auto;
  max-width: 100%; }

.category-image,
.category-description {
  margin-bottom: 20px; }

.product-image-container {
  display: inline-block;
  max-width: 100%; }

.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.product-image-photo {
  bottom: 0;
  display: block;
  height: auto !important;
  left: 0;
  margin: auto;
  max-width: 80%;
  position: absolute;
  right: 0;
  top: 0; }

.product-info-main .product-info-price {
  position: relative;
  padding-left: 82px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .product-info-main .product-info-price {
      padding-left: 45px;
      padding-top: 4px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product-info-main .product-info-price {
      padding-left: 40px; } }
  @media only screen and (max-width: 767px) {
    .product-info-main .product-info-price {
      padding-left: 0; } }

@media only screen and (max-width: 767px) {
  .product-info-main .price-box {
    display: flex;
    align-items: center;
    justify-content: flex-end; } }

.product-info-main .price-box .special-price {
  padding-bottom: 0;
  padding-top: 5px;
  letter-spacing: normal;
  display: block;
  line-height: normal; }
  @media only screen and (max-width: 767px) {
    .product-info-main .price-box .special-price {
      padding-top: 0;
      margin-right: 5px; } }
  .product-info-main .price-box .special-price .price-label {
    display: none; }
  .product-info-main .price-box .special-price .price {
    font-family: "uniformrd-bd-webfont", sans-serif;
    color: #e20613;
    font-size: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product-info-main .price-box .special-price .price {
        font-size: 32px; } }
    @media only screen and (max-width: 767px) {
      .product-info-main .price-box .special-price .price {
        font-size: 18px;
        line-height: 20px; } }

.product-info-main .price-box .old-price {
  display: block;
  padding-bottom: 25px;
  letter-spacing: 0.5px;
  padding-left: 3px; }
  @media only screen and (max-width: 767px) {
    .product-info-main .price-box .old-price {
      padding-bottom: 0; } }
  .product-info-main .price-box .old-price .price-label {
    display: none; }
  .product-info-main .price-box .old-price .price {
    font-size: 17px;
    font-family: "uniformrd-bd-webfont", sans-serif;
    color: #6a6a6a;
    position: relative; }
    .product-info-main .price-box .old-price .price:after {
      content: '';
      width: 100%;
      background-color: #e20613;
      display: block;
      position: absolute;
      top: 3px;
      left: 50%;
      height: 2px;
      -webkit-transform: rotate(-10deg) translateX(-50%);
              transform: rotate(-10deg) translateX(-50%); }
    @media only screen and (max-width: 767px) {
      .product-info-main .price-box .old-price .price {
        font-size: 14px; } }

.product-info-main .price-box > .price-container.price-final_price {
  padding-bottom: 34px;
  padding-top: 3px;
  display: block; }
  @media only screen and (max-width: 767px) {
    .product-info-main .price-box > .price-container.price-final_price {
      padding-bottom: 0; } }
  .product-info-main .price-box > .price-container.price-final_price .price {
    font-family: "uniformrd-bd-webfont", sans-serif;
    color: #000;
    font-size: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product-info-main .price-box > .price-container.price-final_price .price {
        font-size: 32px; } }
    @media only screen and (max-width: 767px) {
      .product-info-main .price-box > .price-container.price-final_price .price {
        font-size: 20px;
        line-height: 20px; } }

.product-info-main .product-add-form {
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product-info-main .product-add-form {
      padding-top: 20px; } }

.product-info-main .product.alert {
  margin: 10px 0; }

.product.media {
  background-color: #f7f7f7;
  position: relative;
  padding: 30px 0;
  display: flex; }
  @media only screen and (min-width: 1550px) {
    .product.media {
      min-height: 730px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .product.media {
      padding-left: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product.media {
      display: flex;
      align-items: center; } }
  @media only screen and (max-width: 767px) {
    .product.media {
      padding: 30px 0 50px;
      justify-content: center;
      align-items: center; } }
  .product.media:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 362px;
    height: 100%;
    right: 100%;
    background-color: #f7f7f7;
    z-index: -1; }
    @media only screen and (max-width: 1209px) {
      .product.media:before {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .product.media {
      width: 100%; } }
  .product.media .placeholder .photo.container {
    max-width: 100%; }
  .product.media .notice {
    color: #7d7d7d;
    font-size: 1.2rem;
    margin: 10px 0; }
  .product.media .product.thumbs {
    margin: 20px 0 30px; }
  .product.media .items.thumbs {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .product.media .items.thumbs > li {
      display: inline-block;
      vertical-align: top; }
    .product.media .items.thumbs .active {
      display: block;
      line-height: 1; }

.product.info.detailed {
  display: none; }
  .product.info.detailed .additional-attributes {
    width: auto; }
    .product.info.detailed .additional-attributes > thead > tr > td,
    .product.info.detailed .additional-attributes > tbody > tr > td,
    .product.info.detailed .additional-attributes > tfoot > tr > td {
      padding: 4px 5px 10px 5px; }
    .product.info.detailed .additional-attributes > thead > tr > th,
    .product.info.detailed .additional-attributes > tbody > tr > th,
    .product.info.detailed .additional-attributes > tfoot > tr > th {
      padding: 4px 30px 10px 0; }

.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0; }

.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px; }

.product-options-wrapper .fieldset-product-options-inner.required .legend:after, .product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px; }

.product-options-wrapper .field .note {
  display: block; }

.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px; }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-options-bottom .price-box .weee + .price-excluding-tax .price,
  .product-options-bottom .price-box .weee .price {
    font-size: 1.2rem;
    font-weight: 700; }

.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700; }

.product-options-bottom .price-box .price {
  white-space: nowrap; }

.product-options-bottom .special-price {
  display: block;
  margin: 10px 0; }
  .product-options-bottom .special-price .price-container {
    font-size: 1.4rem; }
  .product-options-bottom .special-price .price-label + .price-wrapper {
    display: inline-block; }

.product-options-bottom .old-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': '; }

.product-options-bottom .product-addto-links {
  margin: 20px 0; }

.product-options-bottom .action.tocompare {
  vertical-align: top; }

.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px; }
  .prices-tier .price-container {
    display: inline-block; }
  .prices-tier .price-including-tax,
  .prices-tier .price-excluding-tax,
  .prices-tier .weee {
    display: inline-block; }
    .prices-tier .price-including-tax .price,
    .prices-tier .price-excluding-tax .price,
    .prices-tier .weee .price {
      font-size: 1.4rem;
      font-weight: 700; }

.ui-dialog-titlebar-close {
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #e20613;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }
  .ui-dialog-titlebar-close:visited {
    color: #e20613;
    text-decoration: none; }
  .ui-dialog-titlebar-close:hover {
    color: #006bb4;
    text-decoration: underline; }
  .ui-dialog-titlebar-close:active {
    color: #ff5501;
    text-decoration: underline; }
  .ui-dialog-titlebar-close:hover {
    color: #006bb4; }
  .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:active, .ui-dialog-titlebar-close:focus {
    background: none;
    border: 0; }
  .ui-dialog-titlebar-close.disabled, .ui-dialog-titlebar-close[disabled],
  fieldset[disabled] .ui-dialog-titlebar-close {
    color: #e20613;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

.block.related .action.select {
  margin: 0 5px; }

.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative; }

.sidebar .product-items .text {
  margin-right: 8px; }

.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap; }

.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0; }

.sidebar .product-items .minilist .weee:before {
  display: inline-block; }

.sidebar .action.delete {
  position: absolute;
  right: 7px;
  top: 0; }

.sidebar .product-items-images {
  margin-left: -5px; }
  .sidebar .product-items-images .product-item {
    float: left;
    padding-left: 5px; }

.sidebar .product-items-names .product-item {
  margin-bottom: 10px; }

.sidebar .product-items-names .product-item-name {
  margin: 0; }

@media only screen and (max-width: 767px) {
  .catalog-product-view .column.main {
    display: flex;
    flex-direction: column;
    padding-bottom: 0; }
  .block.related .action.select {
    display: block;
    margin: 5px 0; }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .product.media {
    width: 50%; }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%; } }

body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0; }

.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto; }

.table-comparison {
  table-layout: fixed; }
  .table-comparison .cell.label,
  .table-comparison td:last-child {
    border-right: 1px solid #d1d1d1; }
  .table-comparison .cell {
    padding: 15px;
    width: 140px; }
    .table-comparison .cell .attribute.value {
      overflow: hidden;
      width: 100%; }
    .table-comparison .cell.product.info, .table-comparison .cell.product.label {
      border-bottom: 1px solid #d1d1d1; }
    .table-comparison .cell.label .attribute.label {
      display: block;
      width: 100%;
      word-wrap: break-word; }
    .table-comparison .cell.attribute {
      font-size: 1.3rem; }
      .table-comparison .cell.attribute img {
        height: auto;
        max-width: 100%; }
  .table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 15px; }
  .table-comparison .product-image-photo {
    margin-left: 0; }
  .table-comparison .product-item-actions,
  .table-comparison .product.rating,
  .table-comparison .product-item-name {
    display: block;
    margin: 15px 0; }
  .table-comparison .product-addto-links {
    margin-top: 15px; }
    .table-comparison .product-addto-links .action.split,
    .table-comparison .product-addto-links .action.toggle {
      line-height: 1.2rem;
      padding: 5px 8px;
      font-size: 1.1rem; }
    .table-comparison .product-addto-links .action.toggle {
      padding: 0; }
  .table-comparison .cell.remove {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right; }
  .table-comparison .product-item-actions > .actions-primary + .actions-secondary {
    margin-top: 10px; }
  .table-comparison .action.tocart {
    white-space: nowrap; }

.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2; }

.block-compare .product-item .product-item-name {
  margin-left: 22px; }

.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0; }

.block-compare .actions-toolbar {
  margin: 17px 0 0; }

.product-tabs {
  background-color: #f7f7f7;
  padding: 86px 20px;
  position: relative;
  overflow: hidden;
  max-height: 705px; }
  @media only screen and (min-width: 1025px) and (max-width: 1300px) {
    .product-tabs {
      padding: 80px 50px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .product-tabs {
      padding: 60px 50px 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product-tabs {
      padding: 60px 40px 20px; } }
  @media only screen and (max-width: 767px) {
    .product-tabs {
      padding: 30px 30px 20px; } }
  @media only screen and (max-width: 480px) {
    .product-tabs {
      padding: 30px 15px 20px; } }
  .product-tabs:before {
    content: '';
    display: block;
    background-image: url("../images/bricks.png");
    background-repeat: no-repeat;
    width: 240px;
    height: 500px;
    position: absolute;
    top: -163px;
    left: 0; }
    @media only screen and (min-width: 1025px) and (max-width: 1300px) {
      .product-tabs:before {
        top: -210px;
        left: 1px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product-tabs:before {
        top: -129px;
        left: 0;
        background-size: 80%; } }
    @media only screen and (max-width: 767px) {
      .product-tabs:before {
        top: auto;
        bottom: -86px;
        left: -56px;
        width: 240px;
        height: 203px;
        background-size: 55%;
        -webkit-transform: rotate(9deg);
                transform: rotate(9deg); } }
  .product-tabs:after {
    content: '';
    display: block;
    background-image: url("../images/puzzles.png");
    background-repeat: no-repeat;
    width: 285px;
    height: 450px;
    position: absolute;
    top: 74px;
    right: -19px; }
    @media only screen and (min-width: 1025px) and (max-width: 1300px) {
      .product-tabs:after {
        top: 44px;
        right: -62px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product-tabs:after {
        top: 74px;
        right: -105px;
        background-size: 90%; } }
    @media only screen and (max-width: 767px) {
      .product-tabs:after {
        display: none; } }
  .product-tabs--related {
    background-color: #fff;
    text-align: center;
    padding: 60px 20px 10px; }
    .product-tabs--related:before, .product-tabs--related:after {
      display: none; }
    @media only screen and (max-width: 767px) {
      .product-tabs--related:before {
        display: block;
        bottom: 15px;
        height: 118px; } }
    @media only screen and (max-width: 767px) {
      .product-tabs--related {
        background-color: #f7f7f7; } }
    .product-tabs--related .product-tabs__wrapper:after {
      content: ' ';
      display: block;
      height: 100%;
      width: 2px;
      position: absolute;
      background-color: #fff;
      right: 2px;
      top: 0; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .product-tabs--related .product-tabs__wrapper:after {
          right: 1px; } }
      @media only screen and (max-width: 767px) {
        .product-tabs--related .product-tabs__wrapper:after {
          display: none; } }
  .product-tabs__list {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0; }
    .product-tabs__list li {
      list-style: none;
      display: inline-block;
      min-width: 160px;
      margin-bottom: 0;
      position: relative;
      top: -3px; }
      @media only screen and (min-width: 1025px) {
        .product-tabs__list li a {
          position: relative; }
          .product-tabs__list li a:before, .product-tabs__list li a:after {
            display: block;
            position: absolute;
            background-repeat: no-repeat;
            visibility: hidden;
            opacity: 0;
            z-index: -1;
            -webkit-transform: translateX(-50%) scale(0);
                    transform: translateX(-50%) scale(0);
            transition: all 0.2s ease-out; }
          .product-tabs__list li a:before {
            content: '';
            background-image: url("../images/confetti_taby_mobile_gora.svg");
            width: 84px;
            height: 40px;
            top: -26px;
            left: 48%; }
          .product-tabs__list li a:after {
            content: '';
            background-image: url("../images/confetti_taby_desktop_dol.svg");
            width: 29px;
            height: 20px;
            right: 0;
            bottom: -23px;
            left: 45%; }
          .product-tabs__list li a:hover:before, .product-tabs__list li a:hover:after {
            visibility: visible;
            opacity: 1;
            z-index: 999;
            -webkit-transform: translateX(-50%) scale(1);
                    transform: translateX(-50%) scale(1); } }
      @media only screen and (max-width: 767px) {
        .product-tabs__list li {
          min-width: 1px;
          padding: 8px; } }
      .product-tabs__list li[aria-expanded="true"] .product-tabs__title {
        font-size: 30px;
        color: #260103;
        top: 0; }
        .product-tabs__list li[aria-expanded="true"] .product-tabs__title:before, .product-tabs__list li[aria-expanded="true"] .product-tabs__title:after {
          visibility: visible;
          opacity: 1;
          z-index: 999;
          -webkit-transform: translateX(-50%) scale(1);
                  transform: translateX(-50%) scale(1); }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .product-tabs__list li[aria-expanded="true"] .product-tabs__title {
            font-size: 24px; } }
        @media only screen and (max-width: 767px) {
          .product-tabs__list li[aria-expanded="true"] .product-tabs__title {
            font-size: 18px; } }
  .product-tabs__title {
    color: #7B7B7B;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 18px;
    line-height: 26px;
    display: inline-block; }
    .product-tabs__title:hover, .product-tabs__title:visited, .product-tabs__title:focus {
      color: #7B7B7B;
      text-decoration: none; }
    @media only screen and (max-width: 1024px) {
      .product-tabs__title {
        font-size: 16px; } }
    .product-tabs__title--related {
      text-align: center;
      font-size: 30px;
      color: #260103;
      top: 0;
      margin-bottom: 15px; }
      .product-tabs__title--related:hover {
        color: #260103; }
      .product-tabs__title--related:before, .product-tabs__title--related:after {
        visibility: visible;
        opacity: 1;
        z-index: 9;
        -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1); }
      .product-tabs__title--related:before {
        width: 100px;
        top: -31px; }
        @media only screen and (max-width: 767px) {
          .product-tabs__title--related:before {
            width: 85px;
            top: -23px; } }
      .product-tabs__title--related:after {
        width: 40px;
        bottom: -30px; }
        @media only screen and (max-width: 767px) {
          .product-tabs__title--related:after {
            width: 28px;
            bottom: -20px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .product-tabs__title--related {
          font-size: 24px; } }
      @media only screen and (max-width: 767px) {
        .product-tabs__title--related {
          font-size: 18px; } }
  .product-tabs__wrapper {
    max-width: 1200px;
    margin: 50px auto 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product-tabs__wrapper {
        width: 550px;
        margin: 40px auto 30px; } }
    @media only screen and (max-width: 767px) {
      .product-tabs__wrapper {
        max-width: 350px;
        margin: 20px auto 10px; } }
    @media only screen and (max-width: 480px) {
      .product-tabs__wrapper {
        max-width: 290px;
        margin: 20px auto 10px; } }
    @media only screen and (max-width: 350px) {
      .product-tabs__wrapper {
        max-width: 260px;
        margin: 20px auto 10px; } }
    .product-tabs__wrapper.slick-initialized {
      visibility: visible;
      opacity: 1; }
    .product-tabs__wrapper[aria-hidden="true"] {
      display: block !important;
      visibility: hidden;
      height: 0;
      margin: 0; }
    .product-tabs__wrapper:nth-of-type(n+2) {
      visibility: hidden;
      height: 0; }
    .product-tabs__wrapper[aria-hidden="false"] {
      visibility: visible;
      height: auto; }
    .product-tabs__wrapper .slick-list {
      border-radius: 10px;
      margin-right: -2px;
      margin-left: -2px; }
      .product-tabs__wrapper .slick-list:before, .product-tabs__wrapper .slick-list:after {
        content: '';
        position: absolute;
        display: block;
        background-color: #fff;
        height: 100%;
        width: 2px;
        left: -1px;
        top: 0;
        z-index: 9; }
      .product-tabs__wrapper .slick-list:after {
        right: -1px;
        left: auto; }
    .product-tabs__wrapper.slick-slider {
      margin-bottom: 0;
      z-index: 99; }
    @media only screen and (max-width: 767px) {
      .product-tabs__wrapper .slick-track {
        display: flex; } }
    .product-tabs__wrapper.no-dots .slick-dots {
      display: none !important; }
  .product-tabs .slider-arrow {
    z-index: 99; }
    @media only screen and (max-width: 480px) {
      .product-tabs .slider-arrow--next {
        right: -25px; } }
    @media only screen and (max-width: 480px) {
      .product-tabs .slider-arrow--prev {
        left: -25px; } }

.product-item {
  width: 241px;
  background-color: #fff;
  padding: 80px 20px 12px;
  text-align: center;
  position: relative;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .product-item {
      display: flex;
      flex-direction: column;
      height: auto; } }
  .product-item:hover {
    text-decoration: none; }
  .product-item:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #f7f7f7;
    height: 100%;
    width: 2px;
    left: -1px;
    top: 0; }
    @media only screen and (max-width: 767px) {
      .product-item:before {
        display: none; } }
  .product-item__img {
    height: 151px;
    display: flex;
    align-items: center; }
    .product-item__img img {
      margin: 0 auto;
      max-width: 151px;
      max-height: 151px;
      display: inline-block;
      vertical-align: center; }
  .product-item__title {
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 0;
    height: 45px;
    overflow: hidden;
    color: #000; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product-item__title {
        font-size: 17px; } }
    @media only screen and (max-width: 767px) {
      .product-item__title {
        height: auto;
        margin-bottom: 10px; } }
  .product-item__attribute {
    color: #919191;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    padding-top: 5px;
    display: block;
    min-height: 22px; }
  .product-item__price {
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    font-family: "uniformrd-bd-webfont", sans-serif;
    color: #e20613;
    padding-top: 10px;
    display: inline-block; }
  .product-item__old-price {
    font-size: 15px;
    color: #6a6a6a;
    font-family: "uniformrd-md-webfont", sans-serif;
    display: inline-block;
    padding-left: 5px;
    position: relative;
    position: relative; }
    .product-item__old-price:after {
      content: '';
      width: 100%;
      background-color: #e20613;
      display: block;
      position: absolute;
      top: 3px;
      left: 50%;
      height: 2px;
      -webkit-transform: rotate(-10deg) translateX(-50%);
              transform: rotate(-10deg) translateX(-50%); }
  .product-item__badge {
    position: absolute;
    color: #e20613;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    top: 28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-left: 32px;
    font-family: "Roboto Condensed", "Roboto", sans-serif; }
    .product-item__badge img {
      position: absolute;
      left: 0;
      top: -3px; }
  .product-item--related {
    border-right: 2px solid #f7f7f7; }
    @media only screen and (max-width: 767px) {
      .product-item--related {
        border-right: none; } }

.category-container {
  background-color: #e20613;
  position: relative;
  overflow: hidden; }
  .category-container__wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .category-container__wrapper {
        flex-direction: column; } }
    .category-container__wrapper:before {
      content: '';
      display: block;
      background-image: url("../images/bricks_8.png");
      background-repeat: no-repeat;
      width: 240px;
      height: 500px;
      position: absolute;
      margin-top: 440px;
      right: 0;
      z-index: 9; }
      @media only screen and (min-width: 1550px) {
        .category-container__wrapper:before {
          width: 285px; } }
      @media only screen and (min-width: 1400px) {
        .category-container__wrapper:before {
          right: -70px; } }
      @media only screen and (max-width: 1209px) {
        .category-container__wrapper:before {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .category-container__wrapper:before {
          margin-top: 350px;
          left: 520px;
          height: 100%;
          background-size: 100%;
          -webkit-transform: rotate(9deg);
                  transform: rotate(9deg);
          display: block; } }
    @media only screen and (max-width: 767px) {
      .category-container__wrapper {
        flex-direction: column; } }
    .category-container__wrapper #review__slider2 .slick-list:before, .category-container__wrapper #review__slider2 .slick-list:after {
      display: none; }
  .category-container .category-tabs {
    padding: 86px 60px 0 0;
    position: relative;
    width: 70%; }
    @media only screen and (min-width: 1025px) and (max-width: 1300px) {
      .category-container .category-tabs {
        padding: 80px 50px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .category-container .category-tabs {
        padding: 60px 50px 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .category-container .category-tabs {
        padding: 60px 40px 20px;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .category-container .category-tabs {
        padding: 30px 30px 20px;
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      .category-container .category-tabs {
        padding: 30px 15px 20px;
        width: 100%; } }
    .category-container .category-tabs__list {
      text-align: center;
      margin-bottom: 0;
      padding-left: 0; }
      .category-container .category-tabs__list li {
        list-style: none;
        display: inline-block;
        min-width: 160px;
        margin-bottom: 0;
        position: relative;
        top: -3px; }
        @media only screen and (min-width: 1025px) {
          .category-container .category-tabs__list li a {
            position: relative; }
            .category-container .category-tabs__list li a:before, .category-container .category-tabs__list li a:after {
              display: block;
              position: absolute;
              background-repeat: no-repeat;
              visibility: hidden;
              opacity: 0;
              z-index: -1;
              -webkit-transform: translateX(-50%) scale(0);
                      transform: translateX(-50%) scale(0);
              transition: all 0.2s ease-out; }
            .category-container .category-tabs__list li a:before {
              content: '';
              background-image: url("../images/confetti_taby_mobile_gora.svg");
              width: 84px;
              height: 40px;
              top: -26px;
              left: 48%; }
            .category-container .category-tabs__list li a:after {
              content: '';
              background-image: url("../images/confetti_taby_desktop_dol.svg");
              width: 29px;
              height: 20px;
              right: 0;
              bottom: -23px;
              left: 45%; }
            .category-container .category-tabs__list li a:hover:before, .category-container .category-tabs__list li a:hover:after {
              visibility: visible;
              opacity: 1;
              z-index: 999;
              -webkit-transform: translateX(-50%) scale(1);
                      transform: translateX(-50%) scale(1); } }
        @media only screen and (max-width: 767px) {
          .category-container .category-tabs__list li {
            min-width: 1px;
            padding: 8px; } }
        .category-container .category-tabs__list li[aria-expanded="true"] .category-tabs__title {
          font-size: 30px;
          color: #fff;
          opacity: 1;
          top: 0; }
          .category-container .category-tabs__list li[aria-expanded="true"] .category-tabs__title:before, .category-container .category-tabs__list li[aria-expanded="true"] .category-tabs__title:after {
            visibility: visible;
            opacity: 1;
            z-index: 999;
            -webkit-transform: translateX(-50%) scale(1);
                    transform: translateX(-50%) scale(1); }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .category-container .category-tabs__list li[aria-expanded="true"] .category-tabs__title {
              font-size: 24px; } }
          @media only screen and (max-width: 767px) {
            .category-container .category-tabs__list li[aria-expanded="true"] .category-tabs__title {
              font-size: 18px; } }
    .category-container .category-tabs__title {
      color: #fff;
      font-family: "uniformrd-md-webfont", sans-serif;
      font-size: 18px;
      opacity: 0.7;
      line-height: 26px;
      display: inline-block; }
      .category-container .category-tabs__title:hover, .category-container .category-tabs__title:visited, .category-container .category-tabs__title:focus {
        color: #fff;
        opacity: 1;
        text-decoration: none; }
      @media only screen and (max-width: 1024px) {
        .category-container .category-tabs__title {
          font-size: 16px; } }
    .category-container .category-tabs__product {
      margin: 0;
      border: none;
      padding: 60px 20px 22px; }
      @media only screen and (max-width: 1209px) {
        .category-container .category-tabs__product {
          padding: 80px 20px 22px; } }
      .category-container .category-tabs__product:before {
        content: '';
        background-color: #e20613; }
        @media only screen and (max-width: 767px) {
          .category-container .category-tabs__product:before {
            display: none; } }
    .category-container .category-tabs__wrapper {
      max-width: 1200px;
      margin: 50px auto 0;
      opacity: 0;
      visibility: hidden;
      transition: opacity 1s ease;
      height: 0; }
      .category-container .category-tabs__wrapper.slick-initialized {
        visibility: visible;
        opacity: 1;
        height: auto; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .category-container .category-tabs__wrapper {
          width: 100%;
          max-width: 550px;
          margin: 40px auto 30px; } }
      @media only screen and (max-width: 767px) {
        .category-container .category-tabs__wrapper {
          max-width: 350px;
          margin: 20px auto 10px; } }
      @media only screen and (max-width: 480px) {
        .category-container .category-tabs__wrapper {
          max-width: 290px;
          margin: 20px auto 10px; } }
      .category-container .category-tabs__wrapper[aria-hidden="true"] {
        display: block !important;
        visibility: hidden;
        height: 0;
        margin: 0; }
      .category-container .category-tabs__wrapper:nth-of-type(n+2) {
        visibility: hidden;
        height: 0; }
      .category-container .category-tabs__wrapper[aria-hidden="false"] {
        visibility: visible;
        height: auto; }
      .category-container .category-tabs__wrapper .slick-list {
        border-radius: 10px; }
        .category-container .category-tabs__wrapper .slick-list:before, .category-container .category-tabs__wrapper .slick-list:after {
          content: '';
          position: absolute;
          display: block;
          background-color: #fff;
          height: 100%;
          width: 2px;
          left: -1px;
          top: 0;
          z-index: 9; }
        .category-container .category-tabs__wrapper .slick-list:after {
          right: -1px;
          left: auto; }
      .category-container .category-tabs__wrapper.slick-slider {
        margin-bottom: 0; }
  .category-container .category-item {
    width: 241px;
    margin: 0 2px;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    background-color: rgba(234, 125, 29, 0.3);
    padding: 25px 20px;
    height: 401px; }
    .category-container .category-item:hover {
      text-decoration: none; }
    .category-container .category-item__img {
      height: 171px;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 1209px) {
        .category-container .category-item__img {
          height: 151px; } }
      .category-container .category-item__img img {
        margin: 0 auto;
        max-width: 171px;
        max-height: 171px;
        display: inline-block;
        vertical-align: center; }
        @media only screen and (max-width: 1209px) {
          .category-container .category-item__img img {
            max-width: 151px;
            max-height: 151px; } }
    .category-container .category-item__title {
      font-size: 19px;
      line-height: 21px;
      font-weight: 500;
      margin-top: 35px;
      margin-bottom: 0;
      height: 45px;
      overflow: hidden;
      color: #000; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .category-container .category-item__title {
          font-size: 17px; } }
    .category-container .category-item__name {
      font-size: 19px;
      font-weight: 500;
      padding-top: 10px;
      overflow: hidden;
      color: #fff;
      text-align: center;
      text-overflow: ellipsis;
      width: 210px;
      margin: 5px auto 0;
      height: 40px;
      white-space: nowrap; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .category-container .category-item__name {
          font-size: 17px; } }
    .category-container .category-item__comment {
      margin-top: 15px;
      margin-bottom: 0;
      height: 80px;
      overflow: hidden;
      color: #fff;
      text-align: center; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .category-container .category-item__comment {
          font-size: 17px;
          height: 98px; } }
    .category-container .category-item__attribute {
      color: #919191;
      font-size: 12px;
      font-weight: 400;
      text-transform: none;
      padding-top: 5px;
      display: block;
      min-height: 22px; }
    .category-container .category-item__price {
      font-size: 19px;
      font-weight: 700;
      line-height: 26px;
      font-family: "uniformrd-bd-webfont", sans-serif;
      color: #e20613;
      padding-top: 10px;
      display: inline-block; }
    .category-container .category-item__old-price {
      font-size: 15px;
      color: #6a6a6a;
      font-family: "uniformrd-md-webfont", sans-serif;
      display: inline-block;
      padding-left: 5px;
      position: relative;
      text-decoration: line-through; }
    .category-container .category-item__badge {
      position: absolute;
      color: #e20613;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700;
      top: 28px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-family: "Roboto Condensed", "Roboto", sans-serif; }
    .category-container .category-item .review-ratings {
      margin: 0 auto; }
    .category-container .category-item .review-list__score {
      color: #fff;
      font-family: "uniformrd-md-webfont", sans-serif;
      padding-top: 10px; }
  .category-container .slider-arrow2 {
    top: 48%; }
    @media only screen and (max-width: 767px) {
      .category-container .slider-arrow2:hover {
        background-color: transparent; } }
    .category-container .slider-arrow2:before {
      opacity: 1; }
    .category-container .slider-arrow2--prev {
      left: 20px; }
      @media only screen and (max-width: 767px) {
        .category-container .slider-arrow2--prev {
          left: 10px; } }
    .category-container .slider-arrow2--next {
      right: 20px; }
      @media only screen and (max-width: 767px) {
        .category-container .slider-arrow2--next {
          right: 10px; } }
  .category-container .slick-dots li.slick-active button, .category-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .category-container .slick-dots li.slick-active .actions-toolbar > .action, .category-container .slick-dots li.slick-active .action-gift {
    background-color: #fff; }
  .category-container .slick-dots li button, .category-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .category-container .slick-dots li .actions-toolbar > .action, .category-container .slick-dots li .action-gift {
    background-color: rgba(215, 215, 215, 0.4); }

.category-review__wrapper {
  width: 30%;
  padding: 79px 0; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .category-review__wrapper {
      padding: 55px 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .category-review__wrapper {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .category-review__wrapper {
      width: 100%;
      padding: 25px 20px; } }

.category-review__title {
  text-align: center;
  font-size: 26px;
  font-family: "hinted-RialtoScript-Regular", Helvetica, Arial, sans-serif;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .category-review__title {
      font-size: 24px; } }

.banner-product {
  width: 100%;
  background-image: radial-gradient(50% 100%, #ffea88 2%, #ffea88 25%, #FFDA47 100%); }
  .banner-product__wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    padding: 20px 0;
    height: 300px; }
    @media only screen and (max-width: 767px) {
      .banner-product__wrapper {
        height: auto;
        flex-direction: column; } }
  .banner-product__row {
    width: 40%;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 767px) {
      .banner-product__row {
        width: 100%;
        margin: 10px auto; } }
  .banner-product__rowImg {
    width: 30%;
    display: flex;
    z-index: 999;
    position: relative;
    margin-top: -70px; }
    @media only screen and (max-width: 767px) {
      .banner-product__rowImg {
        width: 60%;
        margin: 0 auto; } }
  .banner-product__baseImg {
    margin: auto; }
  .banner-product__title {
    font-size: 3rem;
    font-family: "uniformrd-md-webfont", sans-serif;
    margin: auto;
    width: 80%;
    text-align: center; }
  .banner-product__price {
    margin: auto; }
    .banner-product__price .product-item__price {
      font-size: 43px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1024px) {
        .banner-product__price .product-item__price {
          font-size: 20px; } }
    .banner-product__price .product-item__old-price {
      font-size: 20px; }
      @media only screen and (max-width: 1024px) {
        .banner-product__price .product-item__old-price {
          font-size: 15px; } }
  .banner-product__btn {
    margin: auto; }

.banner-towishlist {
  position: absolute;
  margin-top: -70px;
  margin-left: 38%;
  color: #e20613;
  font-size: 2.5rem; }
  @media only screen and (max-width: 1024px) {
    .banner-towishlist {
      margin-top: -50px;
      margin-left: 32%; } }
  @media only screen and (max-width: 767px) {
    .banner-towishlist {
      margin-top: -320px;
      margin-left: 10%; } }
  .banner-towishlist:hover {
    text-decoration: none;
    color: #000; }

.special-offer {
  width: 475px;
  display: inline-block;
  text-align: center;
  padding-bottom: 70px;
  padding-top: 45px;
  margin-left: -28px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .special-offer {
      width: 45%;
      padding-left: 3%; } }
  @media only screen and (max-width: 1024px) {
    .special-offer {
      display: block;
      margin: 0 auto;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .special-offer {
      max-width: 290px;
      width: 100%;
      padding: 15px 0; } }
  .special-offer__title {
    color: #959595;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 38px; }
    @media only screen and (max-width: 767px) {
      .special-offer__title {
        font-size: 12px;
        margin-top: 0; } }
    .special-offer__title span {
      display: block;
      margin-top: 3px;
      font-size: 30px;
      font-weight: 500;
      line-height: 35px;
      font-family: "uniformrd-md-webfont", sans-serif;
      color: #000; }
      @media only screen and (max-width: 767px) {
        .special-offer__title span {
          font-size: 22px;
          line-height: 25px; } }
  .special-offer__img {
    display: inline-block;
    width: 46%;
    float: left;
    padding-right: 5px;
    position: relative;
    top: -20px; }
    @media only screen and (max-width: 767px) {
      .special-offer__img {
        width: 100%;
        float: none;
        text-align: center; } }
    .special-offer__img img {
      max-height: 190px;
      z-index: 99;
      display: inline-block;
      text-align: right;
      float: right; }
      @media only screen and (max-width: 767px) {
        .special-offer__img img {
          float: none;
          min-height: 170px;
          max-height: 170px; } }
  .special-offer__info {
    display: inline-block;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    margin-left: 32px;
    vertical-align: top;
    padding-top: 23px;
    text-align: left;
    max-width: 130px; }
    @media only screen and (max-width: 767px) {
      .special-offer__info {
        max-width: 100%;
        margin: 20px auto 0;
        text-align: center;
        border-top: 0;
        display: block; } }
  .special-offer__content {
    position: relative;
    text-align: left; }
    .special-offer__content:before {
      content: '';
      display: block;
      position: absolute;
      width: 215px;
      height: 215px;
      border-radius: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #e20613;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .special-offer__content:before {
          width: 202px;
          height: 202px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: -17px; } }
  .special-offer__new-price {
    font-family: "uniformrd-bd-webfont", sans-serif;
    font-size: 34px;
    line-height: 35px;
    color: #e20613;
    display: block;
    margin-bottom: 13px; }
    @media only screen and (max-width: 767px) {
      .special-offer__new-price {
        display: inline-block;
        padding: 0 5px;
        font-size: 24px;
        margin-bottom: 5px; } }
  .special-offer__old-price {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    color: #6a6a6a;
    display: block;
    margin-bottom: 18px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .special-offer__old-price {
        display: inline-block;
        padding: 0 5px;
        color: rgba(51, 51, 51, 0.5);
        font-size: 17px;
        margin-bottom: 5px; } }
    .special-offer__old-price:after {
      content: '';
      width: 2px;
      height: 46px;
      background-color: #e20613;
      -webkit-transform: rotate(71deg);
              transform: rotate(71deg);
      display: block;
      position: absolute;
      top: -13px;
      left: 23px; }
      @media only screen and (max-width: 767px) {
        .special-offer__old-price:after {
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg);
          width: 46px;
          height: 2px;
          top: 9px;
          left: 9px; } }
  .special-offer__name {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #6a6a6a;
    padding: 20px 0; }
    @media only screen and (max-width: 767px) {
      .special-offer__name {
        display: block;
        padding: 0 0 0; } }
  .special-offer .btn {
    margin-top: 21px; }
    @media only screen and (max-width: 767px) {
      .special-offer .btn:after {
        top: 14px; } }
  .special-offer__counter {
    padding-top: 0;
    padding-bottom: 23px;
    text-align: center;
    clear: left;
    position: relative;
    top: -10px; }
    @media only screen and (max-width: 767px) {
      .special-offer__counter {
        padding-top: 20px; } }
    .special-offer__counter p {
      font-family: "uniformrd-md-webfont", sans-serif;
      font-size: 14px;
      color: #6a6a6a;
      margin-bottom: 12px; }
      @media only screen and (max-width: 767px) {
        .special-offer__counter p {
          font-size: 12px; } }
    .special-offer__counter #counter {
      min-height: 42px;
      display: flex; }
  .special-offer .counter > span {
    display: flex;
    justify-content: center; }
  .special-offer .counter__block {
    position: relative;
    display: flex;
    margin: 0 4px;
    vertical-align: top; }
    .special-offer .counter__block:after {
      content: ':';
      display: inline-block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -6px; }
    .special-offer .counter__block:last-of-type:after {
      display: none; }
  .special-offer .counter__descr {
    position: absolute;
    top: 45px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    color: #b0b0b0;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: block; }
  .special-offer .counter__number {
    margin: 0 1px;
    display: inline-block;
    line-height: 42px;
    font-size: 22px;
    font-family: "uniformrd-md-webfont", sans-serif;
    color: #000;
    position: relative;
    width: 32px;
    height: 42px;
    background-color: #f1f1f1;
    border-radius: 16px;
    vertical-align: top; }
  .special-offer--product .special-offer__content {
    min-height: 190px; }
  .special-offer--product .special-offer__info {
    padding-top: 28px; }

#personalised-upsells-container {
  text-align: center;
  padding: 20px 20px; }
  @media only screen and (max-width: 767px) {
    #personalised-upsells-container {
      padding: 40px 20px 10px; } }
  @media only screen and (max-width: 767px) {
    #personalised-upsells-container:before {
      display: none; } }
  @media only screen and (max-width: 1209px) {
    #personalised-upsells-container .products-upsell {
      max-width: 95%;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #personalised-upsells-container .products-upsell {
      max-width: 600px; } }
  @media only screen and (max-width: 767px) {
    #personalised-upsells-container .products-upsell .product-items {
      margin-left: 0; } }
  #personalised-upsells-container .upsell {
    max-width: 1230px;
    margin: 0 auto; }
    #personalised-upsells-container .upsell.no-dots .slick-dots {
      display: none; }
  #personalised-upsells-container .price {
    font-size: 19px;
    font-weight: 700;
    line-height: 26px; }
  #personalised-upsells-container .product-item {
    padding: 70px 20px 60px; }
    @media only screen and (max-width: 767px) {
      #personalised-upsells-container .product-item {
        border-radius: 10px; } }
    #personalised-upsells-container .product-item__img .product-image-container {
      margin: 0 auto; }
    #personalised-upsells-container .product-item__title {
      font-size: 18px; }
      #personalised-upsells-container .product-item__title a {
        font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        -webkit-hyphens: none;
            -ms-hyphens: none;
                hyphens: none; }
        #personalised-upsells-container .product-item__title a:hover {
          text-decoration: none; }
    #personalised-upsells-container .product-item__badge {
      top: 25px; }
    #personalised-upsells-container .product-item__price-container {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  #personalised-upsells-container .slick-list:before, #personalised-upsells-container .slick-list:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #fff;
    height: 100%;
    width: 2px;
    left: -1px;
    top: 0;
    z-index: 9; }

.product-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse; }
  @media only screen and (max-width: 1209px) {
    .product-wrapper {
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .product-wrapper {
      flex-direction: column-reverse;
      max-width: 100%; } }

.c-product-main {
  width: 50%;
  float: right;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .c-product-main {
      width: 100%;
      padding-top: 16px; } }
  .c-product-main__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 98px;
    position: relative;
    min-height: 350px; }
    @media only screen and (max-width: 1209px) {
      .c-product-main__wrapper {
        padding: 0 30px;
        min-height: 250px; } }
    @media only screen and (max-width: 1024px) {
      .c-product-main__wrapper {
        padding: 0 20px;
        min-height: 1px; } }
    @media only screen and (max-width: 767px) {
      .c-product-main__wrapper {
        padding: 0 15px;
        max-width: 450px;
        margin: 0 auto; } }
  .c-product-main .breadcrumbs {
    width: 100%;
    margin: 30px 0 35px;
    padding-left: 36px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .c-product-main .breadcrumbs {
        margin: 30px 0 35px;
        padding-left: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-product-main .breadcrumbs {
        padding-left: 20px;
        margin: 20px 0 25px; } }
    @media only screen and (max-width: 767px) {
      .c-product-main .breadcrumbs {
        display: none; } }

.c-product-data {
  width: 50%;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .c-product-data {
      width: 50%; } }
  .c-product-data__type {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #959595;
    display: inline-block;
    letter-spacing: 0.25px;
    font-family: "uniformrd-md-webfont", sans-serif;
    padding-right: 19px; }
  .c-product-data__attribute {
    color: #e20613;
    font-size: 13px;
    font-weight: 700;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.25px; }
    @media only screen and (max-width: 767px) {
      .c-product-data__attribute {
        position: absolute;
        top: 6px;
        right: 15px; } }
  .c-product-data__name {
    font-size: 30px;
    font-family: "uniformrd-md-webfont", sans-serif;
    color: #000;
    margin: 0;
    padding: 10px 0 30px;
    position: relative;
    letter-spacing: -0.75px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-product-data__name {
        padding: 10px 0 20px;
        font-size: 26px; } }
    @media only screen and (max-width: 767px) {
      .c-product-data__name {
        font-size: 20px;
        padding-bottom: 5px; } }
    .c-product-data__name:after {
      content: '';
      background-color: rgba(204, 204, 204, 0.5);
      width: 135px;
      height: 1px;
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 767px) {
        .c-product-data__name:after {
          display: none; } }

.c-product-price {
  width: 49%;
  display: inline-block;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .c-product-price {
      width: 50%;
      text-align: right;
      padding-top: 38px; } }
  .c-product-price .price-text {
    color: #959595;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 13px;
    padding-left: 1px; }
    @media only screen and (max-width: 767px) {
      .c-product-price .price-text {
        display: none; } }

.c-product-sku {
  padding-left: 85px;
  position: relative;
  top: -10px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .c-product-sku {
      padding-left: 48px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-product-sku {
      padding-left: 43px; } }
  @media only screen and (max-width: 767px) {
    .c-product-sku {
      top: 0;
      padding-top: 5px;
      padding-left: 30px; } }
  .c-product-sku .stock {
    font-family: "uniformrd-md-webfont", sans-serif;
    color: #e20613;
    margin-right: 0;
    text-transform: uppercase;
    font-size: 15px; }
    @media only screen and (max-width: 1024px) {
      .c-product-sku .stock {
        font-size: 14px; } }
    .c-product-sku .stock.available {
      display: none; }
  .c-product-sku .sku {
    display: none; }

.c-product__not-available {
  font-family: "uniformrd-md-webfont", sans-serif;
  padding-top: 6px;
  max-width: 200px;
  text-align: center; }

.c-product-actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
  padding-top: 11px; }
  @media only screen and (max-width: 1024px) {
    .c-product-actions {
      flex-direction: column-reverse;
      padding-top: 10px; } }
  @media only screen and (max-width: 767px) {
    .c-product-actions {
      padding-bottom: 15px;
      padding-top: 15px; } }
  .c-product-actions .product-reviews-summary {
    width: 50%;
    display: flex; }
    @media only screen and (max-width: 1024px) {
      .c-product-actions .product-reviews-summary {
        padding-top: 7px;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .c-product-actions .product-reviews-summary {
        padding-top: 0;
        margin-top: 20px; } }
    .c-product-actions .product-reviews-summary.empty .reviews-actions .action.add {
      display: block; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .c-product-actions .product-reviews-summary.empty .reviews-actions .action.add {
          font-size: 13px;
          line-height: 14px; } }
  .c-product-actions .reviews-actions .action.add {
    display: none; }
  .c-product-actions .rating-summary {
    display: inline-block; }
  .c-product-actions .reviews-actions {
    display: inline-block; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .c-product-actions .reviews-actions {
        position: relative;
        top: 2px; } }
    .c-product-actions .reviews-actions a {
      color: #a6a6a6;
      font-size: 14px;
      padding-top: 5px;
      display: inline-block;
      font-family: "uniformrd-rg-webfont", sans-serif; }

.product-wrapper .action.towishlist {
  position: absolute;
  display: flex;
  top: 48px;
  left: 0;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font-weight: 600; }
  .product-wrapper .action.towishlist:focus, .product-wrapper .action.towishlist:active {
    background: none;
    border: none;
    box-shadow: none; }
  .product-wrapper .action.towishlist:hover {
    background: none;
    border: none; }
  .product-wrapper .action.towishlist.disabled, .product-wrapper .action.towishlist[disabled],
  fieldset[disabled] .product-wrapper .action.towishlist {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product-wrapper .action.towishlist {
      position: static;
      padding-top: 25px; } }
  @media only screen and (max-width: 767px) {
    .product-wrapper .action.towishlist {
      top: 15px;
      right: 15px;
      left: auto;
      background-color: #fff;
      width: 41px;
      height: 41px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 17px 24px rgba(35, 35, 35, 0.15);
      z-index: 999; } }
  .product-wrapper .action.towishlist i {
    color: #000;
    font-size: 15px;
    display: inline-block;
    padding-right: 10px;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .product-wrapper .action.towishlist i {
        padding-right: 0;
        font-size: 18px; } }
  .product-wrapper .action.towishlist span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px; }
    @media only screen and (max-width: 767px) {
      .product-wrapper .action.towishlist span {
        display: none; } }
  .product-wrapper .action.towishlist:hover {
    color: #e20613; }
    .product-wrapper .action.towishlist:hover i {
      color: #e20613; }

.c-product-add__wrapper {
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 1024px) {
    .c-product-add__wrapper {
      justify-content: flex-start; } }

.c-product-add__action {
  padding-top: 0;
  display: inline-block;
  z-index: 9; }
  .c-product-add__action .tocart {
    font-size: 14px;
    min-width: 194px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-product-add__action .tocart {
        padding: 11px 20px; } }
    @media only screen and (max-width: 767px) {
      .c-product-add__action .tocart {
        min-width: 223px;
        padding: 12px 20px;
        font-size: 12px; } }
    .c-product-add__action .tocart i {
      font-size: 24px; }
    .c-product-add__action .tocart span {
      padding-left: 18px;
      letter-spacing: 0.8px; }

.c-product-add__qty {
  display: inline-block; }
  .c-product-add__qty input[type="number"] {
    width: 45px;
    height: 56px;
    background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
    margin-right: 20px;
    color: #959595; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .c-product-add__qty input[type="number"] {
        margin-right: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-product-add__qty input[type="number"] {
        height: 50px; } }
    @media only screen and (max-width: 767px) {
      .c-product-add__qty input[type="number"] {
        height: 45px; } }

.c-product-add__stock {
  margin-top: 13px;
  padding-left: 77px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-product-add__stock {
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .c-product-add__stock {
      display: none; } }
  .c-product-add__stock span {
    color: #FCA136;
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
    display: inline-block;
    font-family: "uniformrd-rg-webfont", sans-serif; }
  .c-product-add__stock .icon {
    font-size: 16px;
    padding: 0 1px;
    color: #000;
    opacity: 0.2; }
    .c-product-add__stock .icon.stock-checked {
      opacity: 1; }

.c-product-short-descr {
  width: 400px;
  text-align: justify;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #B0B0B0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px; }
  @media only screen and (max-width: 1209px) {
    .c-product-short-descr {
      font-size: 14px;
      line-height: 19px;
      width: auto; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-product-short-descr {
      padding: 15px 0 30px; } }
  @media only screen and (max-width: 767px) {
    .c-product-short-descr {
      font-size: 13px; } }

.c-product-attributes {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  padding-top: 15px;
  margin-left: -9px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .c-product-attributes {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-product-attributes {
      margin-bottom: 20px;
      padding-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .c-product-attributes {
      margin-bottom: 5px;
      padding-top: 10px; } }
  .c-product-attributes img {
    max-height: 79px;
    width: auto;
    display: inline-block;
    padding-right: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-product-attributes img {
        max-height: 60px;
        padding-right: 5px; } }
    @media only screen and (max-width: 767px) {
      .c-product-attributes img {
        max-height: 54px;
        padding-right: 20px; } }

.c-product-additional {
  background-color: #e20613;
  padding: 10px 0;
  color: #fff;
  margin-top: 30px;
  min-height: 95px;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative; }
  .c-product-additional:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 800px;
    left: 100%;
    background: #e20613; }
    @media only screen and (max-width: 1209px) {
      .c-product-additional:after {
        width: 1000px; } }
    @media only screen and (max-width: 767px) {
      .c-product-additional:after {
        display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-product-additional {
      margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .c-product-additional {
      margin-top: 15px; } }
  .c-product-additional ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center; }
  .c-product-additional li {
    display: inline-block;
    padding: 0 20px;
    margin: 0; }
    @media only screen and (max-width: 1209px) {
      .c-product-additional li {
        padding: 0 10px; } }
    @media only screen and (max-width: 1024px) {
      .c-product-additional li {
        padding: 0 10px;
        text-align: center; } }
    .c-product-additional li img {
      margin-right: 5px;
      display: inline-block; }
      @media only screen and (max-width: 1209px) {
        .c-product-additional li img {
          width: 30px; } }
    .c-product-additional li .icon {
      padding-right: 5px;
      display: inline-block; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .c-product-additional li .icon {
          padding-right: 0;
          margin-bottom: 7px; } }
    .c-product-additional li .icon-hours {
      font-size: 35px; }
      @media only screen and (max-width: 1209px) {
        .c-product-additional li .icon-hours {
          font-size: 30px; } }
    .c-product-additional li .icon-delivery {
      font-size: 34px; }
      @media only screen and (max-width: 1209px) {
        .c-product-additional li .icon-delivery {
          font-size: 29px; } }
    .c-product-additional li .icon-paypal {
      font-size: 35px; }
      @media only screen and (max-width: 1209px) {
        .c-product-additional li .icon-paypal {
          font-size: 30px; } }
    .c-product-additional li span {
      display: inline-block;
      position: relative;
      top: -1px; }
      @media only screen and (max-width: 1209px) {
        .c-product-additional li span {
          font-size: 13px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .c-product-additional li span {
          line-height: 16px; } }
      @media only screen and (max-width: 767px) {
        .c-product-additional li span {
          font-size: 12px; } }

.catalog-product-view .page-wrapper {
  overflow-x: visible; }
  @media only screen and (max-width: 767px) {
    .catalog-product-view .page-wrapper {
      overflow-x: hidden; } }
  .catalog-product-view .page-wrapper .column.main {
    overflow-x: hidden; }

.product-content {
  padding: 67px 0 100px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .product-content {
      padding: 50px 0 67px; } }
  @media only screen and (max-width: 1024px) {
    .product-content {
      padding: 30px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .product-content {
      padding: 30px 0 20px; } }
  .product-content:before {
    content: '';
    display: block;
    background-image: url("../images/block_product.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 330px;
    height: 380px;
    top: -37px;
    left: -200px;
    z-index: -1; }
    @media only screen and (min-width: 1550px) {
      .product-content:before {
        width: 330px;
        height: 380px;
        top: -6px;
        left: -107px; } }
    @media only screen and (max-width: 1209px) {
      .product-content:before {
        display: none; } }
  .product-content__wrapper {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media only screen and (max-width: 1209px) {
      .product-content__wrapper {
        width: 100%; } }
    @media only screen and (max-width: 1024px) {
      .product-content__wrapper {
        flex-direction: column; } }
    .product-content__wrapper--uncomplete .product-content__info ul {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
    .product-content__wrapper--uncomplete .product-details__container {
      width: 100%; }
    .product-content__wrapper--uncomplete .product-details__info li {
      width: 100%;
      padding-right: 0; }
  .product-content__title {
    font-size: 30px;
    color: #030206;
    margin-bottom: 40px;
    margin-top: 0; }
    @media only screen and (max-width: 1209px) {
      .product-content__title {
        margin-bottom: 25px; } }
    @media only screen and (max-width: 767px) {
      .product-content__title {
        font-size: 19px;
        margin-bottom: 20px; } }
  .product-content__info {
    width: 50%; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .product-content__info {
        width: 60%; } }
    @media only screen and (max-width: 1024px) {
      .product-content__info {
        width: 100%; } }
    .product-content__info ul {
      margin: 0;
      padding: 0;
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
      margin-left: 5px; }
      @media only screen and (max-width: 767px) {
        .product-content__info ul {
          -webkit-column-count: 1;
             -moz-column-count: 1;
                  column-count: 1; } }
    .product-content__info li {
      margin-bottom: 0;
      color: #7B7B7B;
      font-size: 15px;
      margin-left: 15px;
      line-height: 30px; }
      @media only screen and (max-width: 767px) {
        .product-content__info li {
          font-size: 13px;
          line-height: 23px; } }
  .product-content__additional {
    padding: 40px 0 0 0;
    display: inline-block;
    vertical-align: top;
    width: 49%; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product-content__additional {
        padding: 30px 0 0 0; } }
    @media only screen and (max-width: 767px) {
      .product-content__additional {
        width: 100%; } }
    .product-content__additional span {
      color: #7B7B7B;
      font-size: 15px;
      display: inline-block; }
    .product-content__additional img {
      margin-right: 10px;
      margin-left: 1px;
      position: relative;
      top: 3px; }
    .product-content__additional .btn {
      min-width: 230px;
      text-align: center;
      padding: 9px 0; }
      .product-content__additional .btn .icon-pdf {
        color: #e20613;
        font-size: 24px;
        padding-right: 10px; }
      .product-content__additional .btn span {
        text-align: left;
        font-size: 13px;
        line-height: 13px; }
        .product-content__additional .btn span span {
          display: block;
          color: #c9c9c9;
          font-size: 10px; }
  .product-content__subtitle {
    font-size: 18px;
    color: #030206;
    font-family: "uniformrd-md-webfont", sans-serif;
    margin-bottom: 24px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .product-content__subtitle {
        font-size: 14px;
        margin-bottom: 15px; } }
  .product-content__img {
    width: 50%; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .product-content__img {
        width: 40%; } }
    @media only screen and (max-width: 1024px) {
      .product-content__img {
        width: 100%;
        max-width: 500px;
        margin: 30px 0 auto; } }
    @media only screen and (max-width: 767px) {
      .product-content__img {
        width: 80%;
        max-width: 400px; } }
    .product-content__img img {
      display: block;
      margin: 0 auto;
      max-height: 400px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .product-content__img img {
          max-width: 320px; } }
  .product-content .warning-text__container {
    display: flex;
    align-items: flex-start; }
    .product-content .warning-text__container img {
      top: 8px;
      margin-left: 0; }
  .product-content .warning-text__content {
    height: 45px;
    overflow: hidden; }
  .product-content .warning-text__action {
    margin-top: -7px;
    display: none; }
    .product-content .warning-text__action span {
      color: #e20613;
      font-family: "uniformrd-md-webfont", sans-serif;
      font-size: 12px;
      cursor: pointer; }
  .product-content .warning-text .show-less {
    display: none; }
  .product-content .warning-text #hidden-text {
    margin-top: 0;
    visibility: hidden;
    height: 0;
    display: block; }
  .product-content .warning-text__wrapper.is-shortened .warning-text__content:after {
    content: '...';
    display: inline; }
  .product-content .warning-text__wrapper.is-shortened .warning-text__action {
    display: block; }
  .product-content .warning-text__wrapper.is-active #hidden-text {
    visibility: visible;
    height: auto;
    margin-top: -7px; }
  .product-content .warning-text__wrapper.is-active .warning-text__content:after {
    display: none; }
  .product-content .warning-text__wrapper.is-active .warning-text__action {
    margin-top: 0; }
  .product-content .warning-text__wrapper.is-active .show-more {
    display: none; }
  .product-content .warning-text__wrapper.is-active .show-less {
    display: inline-block; }

.product-details {
  position: relative;
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 50px; }
  @media only screen and (max-width: 1209px) {
    .product-details {
      width: 100%; } }
  .product-details__container {
    position: relative;
    width: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product-details__container {
        width: 600px; } }
    @media only screen and (max-width: 767px) {
      .product-details__container {
        width: 100%;
        max-width: 400px; } }
    .product-details__container:before {
      content: '';
      display: block;
      position: absolute;
      background-color: #f7f7f7;
      width: 100%;
      height: 2px;
      top: -20px; }
      @media only screen and (max-width: 767px) {
        .product-details__container:before {
          top: -25px; } }
  .product-details__wrapper {
    min-height: 0;
    padding: 0;
    transition: all .5s ease;
    height: 0;
    opacity: 0;
    display: block; }
  .product-details.is-active .product-details__wrapper {
    padding: 15px 0;
    height: auto;
    opacity: 1; }
    @media only screen and (max-width: 1024px) {
      .product-details.is-active .product-details__wrapper {
        padding: 10px 0 30px;
        min-height: 100px; } }
    @media only screen and (max-width: 767px) {
      .product-details.is-active .product-details__wrapper {
        padding: 10px 0 20px; } }
  .product-details.is-active .product-details__title:after {
    content: ' ';
    display: block;
    height: 2px;
    width: 13px;
    background-color: #e20613;
    top: 9px;
    right: 1px; }
    @media only screen and (max-width: 767px) {
      .product-details.is-active .product-details__title:after {
        top: 7px;
        width: 10px; } }
  .product-details__content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
  .product-details__title-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
  .product-details__title {
    font-size: 18px;
    color: #000;
    cursor: pointer; }
    .product-details__title:after {
      content: '+';
      font-size: 24px;
      color: #e20613;
      position: absolute;
      right: 0;
      top: -2px; }
      @media only screen and (max-width: 767px) {
        .product-details__title:after {
          top: -3px;
          font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .product-details__title {
        font-size: 14px;
        margin-top: 30px; } }
  .product-details__code {
    background-color: #fff;
    width: 180px;
    height: 101px;
    border-radius: 15px;
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.05);
    margin: 15px 0;
    padding: 20px 22px;
    text-align: center; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product-details__code {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .product-details__code {
        margin: 15px 0 0 0;
        width: 150px;
        height: 84px;
        padding: 15px; } }
    .product-details__code span {
      font-weight: 500;
      letter-spacing: 1px; }
      @media only screen and (max-width: 767px) {
        .product-details__code span {
          font-size: 12px;
          position: relative;
          top: -5px; } }
  .product-details__info {
    color: #7B7B7B; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product-details__info {
        padding: 0 20px 0 0; } }
    .product-details__info ul {
      padding: 0;
      margin-left: 5px;
      margin-bottom: 0; }
    .product-details__info li {
      margin-bottom: 0;
      font-size: 15px;
      margin-left: 15px;
      line-height: 30px;
      padding-right: 53px; }
      @media only screen and (max-width: 1209px) {
        .product-details__info li {
          padding-right: 20px;
          line-height: 17px;
          padding-bottom: 10px;
          -webkit-column-break-inside: avoid;
             -moz-column-break-inside: avoid;
                  break-inside: avoid-column; } }
      @media only screen and (max-width: 767px) {
        .product-details__info li {
          font-size: 13px;
          line-height: 17px;
          padding-right: 0;
          padding-bottom: 13px; } }

.catalog-product-view .product-descr {
  padding: 0;
  margin-bottom: 0; }
  .catalog-product-view .product-descr--gray {
    background-color: #f7f7f7;
    position: relative; }
    @media only screen and (min-width: 1210px) {
      .catalog-product-view .product-descr--gray .catalog-product-view .product-descr__wrapper {
        padding: 105px 0; } }
    @media only screen and (max-width: 1024px) {
      .catalog-product-view .product-descr--gray .catalog-product-view .product-descr__wrapper {
        flex-direction: column-reverse; } }
  .catalog-product-view .product-descr--img {
    position: relative; }
    .catalog-product-view .product-descr--img:after {
      content: '';
      display: block;
      background-image: url("../images/bricks_2R_short.png");
      background-repeat: no-repeat;
      position: absolute;
      width: 250px;
      height: 400px;
      top: -269px;
      right: -64px;
      background-size: 75%; }
      @media only screen and (min-width: 1550px) {
        .catalog-product-view .product-descr--img:after {
          background-size: 85%;
          right: -37px;
          height: 450px; } }
      @media only screen and (max-width: 1209px) {
        .catalog-product-view .product-descr--img:after {
          display: none; } }
  .catalog-product-view .product-descr__wrapper {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    padding: 105px 15px 155px;
    align-items: center; }
    @media only screen and (max-width: 1209px) {
      .catalog-product-view .product-descr__wrapper {
        width: 100%; } }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .catalog-product-view .product-descr__wrapper {
        padding: 60px 20px; } }
    @media only screen and (max-width: 1024px) {
      .catalog-product-view .product-descr__wrapper {
        padding: 20px 15px;
        flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .catalog-product-view .product-descr__wrapper {
        padding: 15px 15px;
        max-width: 500px; } }
  .catalog-product-view .product-descr__img {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-right: 15px; }
    @media only screen and (max-width: 1024px) {
      .catalog-product-view .product-descr__img {
        width: 100%;
        max-width: 450px;
        margin: 10px auto 0;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .catalog-product-view .product-descr__img {
        padding-right: 0;
        max-width: 350px; } }
    @media only screen and (max-width: 767px) {
      .catalog-product-view .product-descr__img iframe {
        max-width: 100%; } }
  .catalog-product-view .product-descr__content {
    width: 50%; }
    @media only screen and (max-width: 1024px) {
      .catalog-product-view .product-descr__content {
        width: 100%; } }
  .catalog-product-view .product-descr__text {
    width: 80%; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .catalog-product-view .product-descr__text {
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .catalog-product-view .product-descr__text {
        width: 100%;
        max-width: 100%; } }
    .catalog-product-view .product-descr__text h2 {
      font-size: 33px;
      line-height: 46px;
      color: #e20613;
      margin-bottom: 20px;
      width: 85%; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .catalog-product-view .product-descr__text h2 {
          line-height: 40px; } }
      @media only screen and (max-width: 1024px) {
        .catalog-product-view .product-descr__text h2 {
          font-size: 26px;
          line-height: 28px;
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .catalog-product-view .product-descr__text h2 {
          font-size: 19px;
          line-height: 26px;
          margin-bottom: 15px; } }
    .catalog-product-view .product-descr__text p {
      font-size: 15px;
      color: #7B7B7B;
      line-height: 24px; }
      @media only screen and (max-width: 767px) {
        .catalog-product-view .product-descr__text p {
          font-size: 13px;
          line-height: 23px; } }

.btn--shadow {
  box-shadow: 0 9px 24px rgba(35, 35, 35, 0.04);
  color: #7b7b7b;
  font-size: 13px; }

.btn--round {
  box-shadow: 0 14px 19px rgba(35, 35, 35, 0.15);
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin-bottom: 40px;
  padding: 0;
  background-color: #e20613;
  border: none;
  display: block;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .btn--round {
      width: 41px;
      height: 41px; } }
  .btn--round:hover, .btn--round:focus, .btn--round:active {
    background-color: #e20613;
    border: none;
    color: #fff; }
  .btn--round img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.product-gallery-wrapper {
  align-items: center;
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .product-gallery-wrapper {
      margin-top: 45px;
      margin-bottom: 45px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product-gallery-wrapper {
      flex-direction: column-reverse;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .product-gallery-wrapper {
      max-width: 450px; } }

.product-nav {
  width: auto;
  align-self: flex-start;
  padding-top: 10px; }
  @media only screen and (max-width: 1024px) {
    .product-nav {
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .product-nav {
      padding: 0;
      display: none; } }
  .product-nav .btn--round {
    position: absolute;
    bottom: -10px;
    right: 30px; }
    @media only screen and (max-width: 767px) {
      .product-nav .btn--round {
        bottom: auto;
        top: 20px;
        right: 20px;
        z-index: 99; } }
  .product-nav--special {
    padding-top: 10px; }
  .product-nav .special-image {
    height: auto;
    position: relative;
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .product-nav .special-image {
        display: block;
        width: 65px;
        height: 65px;
        position: absolute;
        bottom: 15px;
        left: 15px; } }
    .product-nav .special-image img {
      max-height: 180px;
      transition: all ease-in 500ms;
      cursor: pointer;
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%; }
      @media only screen and (max-width: 767px) {
        .product-nav .special-image img {
          max-height: 100%; } }
    .product-nav .special-image .link-more {
      display: none;
      position: absolute;
      bottom: 15px;
      left: 15px; }
    .product-nav .special-image:hover img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 0.8;
      z-index: 9999; }
    .product-nav .special-image:hover .special-image__icon {
      display: none; }
    .product-nav .special-image:hover .special-image__wrapper {
      position: absolute;
      text-align: left;
      bottom: 15px;
      left: 15px; }
    .product-nav .special-image:hover .link-more {
      display: inline-block;
      color: #000;
      font-weight: 500; }
    .product-nav .special-image__icon {
      width: 18px;
      height: 18px;
      line-height: 14px;
      text-align: center;
      position: absolute;
      top: 5px;
      right: 5px;
      display: block;
      background-color: #fff;
      border-radius: 50%; }
      .product-nav .special-image__icon i {
        color: #e20613;
        font-size: 6px; }

.product-media {
  width: 100%;
  max-width: 515px;
  text-align: center;
  padding: 50px 15px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .product-media {
      padding: 40px 15px; } }
  @media only screen and (max-width: 1024px) {
    .product-media {
      padding: 0 15px; } }

.media.zoom-active .product-gallery__img {
  cursor: zoom-in; }

.media.zoom-active .product-gallery__img.slick-current {
  padding: 50px 0;
  max-height: 800px; }
  @media only screen and (max-width: 767px) {
    .media.zoom-active .product-gallery__img.slick-current {
      padding: 0; } }

.media.zoom-active .btn--round {
  opacity: 0.5; }

.product-gallery {
  max-height: 600px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  height: 0;
  width: 100%; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .product-gallery {
      max-height: 500px;
      width: 340px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product-gallery {
      width: 350px;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .product-gallery {
      width: 100%;
      max-width: 350px;
      max-height: 340px;
      margin: 0 auto; } }
  .product-gallery__img {
    max-width: 100%;
    max-height: 580px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .product-gallery__img {
        max-width: 340px;
        max-height: 400px; } }
    @media only screen and (max-width: 767px) {
      .product-gallery__img {
        max-width: 350px;
        max-height: 350px;
        margin: 0 auto; } }
    .product-gallery__img img {
      max-width: 100%;
      margin: 0 auto;
      max-height: 500px; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .product-gallery__img img {
          max-height: 340px; } }
      @media only screen and (max-width: 767px) {
        .product-gallery__img img {
          max-height: 280px; } }
  .product-gallery.slick-initialized {
    visibility: visible;
    opacity: 1;
    height: auto; }
    @media only screen and (max-width: 767px) {
      .product-gallery.slick-initialized {
        margin-bottom: 0; } }
    .product-gallery.slick-initialized .product-gallery__wrapper {
      display: flex;
      align-items: center; }
    .product-gallery.slick-initialized .slick-track {
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .product-gallery.slick-initialized .slick-track {
          display: inline-block;
          margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .product-gallery .slick-dots {
      position: absolute;
      bottom: -42px; } }
  .product-gallery.no-dots .slick-dots {
    display: none; }

.product-gallery-small {
  width: 85px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  height: 365px; }
  @media only screen and (max-width: 1209px) {
    .product-gallery-small {
      height: auto; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product-gallery-small {
      width: 267px;
      max-width: 100%;
      margin: 25px auto 0; } }
  @media only screen and (max-width: 767px) {
    .product-gallery-small {
      display: none; } }
  .product-gallery-small.slick-initialized {
    visibility: visible;
    opacity: 1; }
  .product-gallery-small .product-small__img {
    width: 85px;
    height: 85px;
    max-width: 85px;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin: 3px 0;
    opacity: 0.5; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product-gallery-small .product-small__img {
        max-width: 100%; } }
    .product-gallery-small .product-small__img img {
      max-width: 85%;
      max-height: 85%;
      margin: 0 auto;
      width: auto; }
    .product-gallery-small .product-small__img.slick-current {
      border: 2px solid #e20613;
      opacity: 1; }
  .product-gallery-small .slick-arrow {
    width: 23px;
    height: 23px;
    border: none;
    background-color: #fff;
    left: 30px; }
    .product-gallery-small .slick-arrow:hover {
      border: none;
      opacity: 0.8; }
    .product-gallery-small .slick-arrow:before {
      content: "\e905";
      font-family: 'trefl-icons';
      color: #000;
      display: inline-block;
      font-size: 6px; }
  .product-gallery-small .slick-prev {
    top: -25px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product-gallery-small .slick-prev {
        top: 37px;
        left: -33px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); } }
    .product-gallery-small .slick-prev:before {
      position: relative;
      top: -1px; }
  .product-gallery-small .slick-next {
    bottom: -25px;
    top: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product-gallery-small .slick-next {
        right: -32px;
        left: auto;
        bottom: auto;
        top: 37px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); } }

.product-small__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }

.product-popup.modal-popup._inner-scroll .modal-inner-wrap {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px; }

.product-popup.modal-popup._inner-scroll .modal-content {
  padding: 0; }

.product-popup.modal-popup._inner-scroll .modal-header .action-close {
  display: none; }

.product-popup.modal-popup._inner-scroll .modal-footer {
  display: none; }

.product-popup.modal-popup._inner-scroll .product-popup__close {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .product-popup.modal-popup._inner-scroll .product-popup__close:hover {
    color: #e20613; }
    .product-popup.modal-popup._inner-scroll .product-popup__close:hover:before {
      color: #e20613; }

.product-popup.modal-popup._inner-scroll .product-popup__image {
  position: absolute;
  height: 95%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 1000px; }

#productPopupSimple {
  display: none; }

.wk-container {
  width: 100%;
  margin-top: 15px; }
  @media only screen and (max-width: 1024px) {
    .wk-container {
      margin-top: 5px; } }
  .wk-container h4 {
    font-size: 1.5rem;
    margin-bottom: 6px; }
  .wk-container .wk-oosn-emailBox {
    min-width: 300px;
    display: flex;
    flex: 1; }
    .wk-container .wk-oosn-emailBox input {
      padding: 0 15px; }
    @media only screen and (max-width: 1209px) {
      .wk-container .wk-oosn-emailBox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px; } }
  .wk-container .action {
    text-transform: uppercase;
    padding: 16px 25px 14px; }
  .wk-container .wk-wrapper {
    width: 100%;
    display: flex; }
    @media only screen and (max-width: 1209px) {
      .wk-container .wk-wrapper {
        flex-direction: column;
        align-items: flex-end; } }
    @media only screen and (max-width: 767px) {
      .wk-container .wk-wrapper {
        align-items: center; } }
  .wk-container .wk-oosn-notificationcontainer {
    width: 100%; }
  .wk-container #wk-oosn-warning {
    margin-top: 20px;
    width: 100%;
    padding: 20px 20px;
    font-size: 1.5rem;
    background: radial-gradient(50% 100%, #ffea88 2%, #ffea88 25%, #FFDA47 100%);
    font-family: "uniformrd-md-webfont", sans-serif;
    text-align: center;
    color: #000;
    line-height: 17px; }
  .wk-container #wk-oosn-email-warning {
    margin-top: 5px; }

/* debug */
/* Cannon */
.cannon {
  height: 450px;
  width: 1px;
  position: relative;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  z-index: -1;
  display: none;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /* Paths */
  /* Confettis */ }
  .cannon.is-active {
    -webkit-animation: cannon-explosion 2s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
            animation: cannon-explosion 2s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
    display: block; }

@-webkit-keyframes cannon-explosion {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes cannon-explosion {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .cannon__path {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    padding-bottom: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center; }
    .cannon__path--lg {
      height: 60%; }
    .cannon__path--md {
      height: 50%; }
    .cannon__path--sm {
      height: 40%; }
    .cannon__path--xs {
      height: 30%; }
    .cannon__path--angle-0 {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .cannon__path--angle-1 {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg); }
    .cannon__path--angle-2 {
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg); }
    .cannon__path--angle-3 {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .cannon__path--angle-4 {
      -webkit-transform: rotate(60deg);
              transform: rotate(60deg); }
    .cannon__path--angle-5 {
      -webkit-transform: rotate(75deg);
              transform: rotate(75deg); }
    .cannon__path--angle-6 {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .cannon__path--angle-7 {
      -webkit-transform: rotate(105deg);
              transform: rotate(105deg); }
    .cannon__path--angle-8 {
      -webkit-transform: rotate(120deg);
              transform: rotate(120deg); }
    .cannon__path--angle-9 {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    .cannon__path--angle-10 {
      -webkit-transform: rotate(150deg);
              transform: rotate(150deg); }
    .cannon__path--angle-11 {
      -webkit-transform: rotate(165deg);
              transform: rotate(165deg); }
    .cannon__path--angle-12 {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .cannon__path--angle-13 {
      -webkit-transform: rotate(195deg);
              transform: rotate(195deg); }
    .cannon__path--angle-14 {
      -webkit-transform: rotate(210deg);
              transform: rotate(210deg); }
    .cannon__path--angle-15 {
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg); }
    .cannon__path--angle-15 {
      -webkit-transform: rotate(240deg);
              transform: rotate(240deg); }
    .cannon__path--angle-16 {
      -webkit-transform: rotate(255deg);
              transform: rotate(255deg); }
    .cannon__path--angle-17 {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    .cannon__path--angle-18 {
      -webkit-transform: rotate(285deg);
              transform: rotate(285deg); }
    .cannon__path--angle-19 {
      -webkit-transform: rotate(300deg);
              transform: rotate(300deg); }
    .cannon__path--angle-20 {
      -webkit-transform: rotate(315deg);
              transform: rotate(315deg); }
    .cannon__path--angle-21 {
      -webkit-transform: rotate(330deg);
              transform: rotate(330deg); }
    .cannon__path--angle-22 {
      -webkit-transform: rotate(345deg);
              transform: rotate(345deg); }
  .cannon__confetti {
    flex: 0 1 auto;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    /* Types */
    /* Colors */ }
    .cannon__confetti:nth-child(even) {
      -webkit-animation-name: confetti-rotate-l;
              animation-name: confetti-rotate-l; }

@-webkit-keyframes confetti-rotate-l {
  0% {
    -webkit-transform: rotate(0) scaleY(1);
            transform: rotate(0) scaleY(1); }
  50% {
    -webkit-transform: rotate(2turn) scaleY(1.5);
            transform: rotate(2turn) scaleY(1.5); }
  100% {
    -webkit-transform: rotate(2.05turn) scaleY(1);
            transform: rotate(2.05turn) scaleY(1); } }

@keyframes confetti-rotate-l {
  0% {
    -webkit-transform: rotate(0) scaleY(1);
            transform: rotate(0) scaleY(1); }
  50% {
    -webkit-transform: rotate(2turn) scaleY(1.5);
            transform: rotate(2turn) scaleY(1.5); }
  100% {
    -webkit-transform: rotate(2.05turn) scaleY(1);
            transform: rotate(2.05turn) scaleY(1); } }
    .cannon__confetti--ribbon {
      height: 0.9em;
      width: .2em;
      border-radius: .1em; }
    .cannon__confetti--flake {
      height: 0.5em;
      width: .2em;
      border-radius: 0; }
    .cannon__confetti--color-1 {
      background-color: #fbaf5d;
      -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg); }
    .cannon__confetti--color-2 {
      background-color: #de0712; }
    .cannon__confetti--color-3 {
      background-color: #2e3192; }
    .cannon__confetti--color-4 {
      background-color: #8bd93e;
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg); }

.cannon {
  position: absolute;
  bottom: 60px;
  left: 67%; }

.category-banner {
  margin-top: -59px;
  padding: 75px 0 51px;
  min-height: 284px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-image: url("../images/bg_category.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .category-banner {
      padding: 45px 0 70px;
      min-height: 250px; } }
  @media only screen and (max-width: 767px) {
    .category-banner {
      padding: 30px 20px;
      min-height: 180px;
      background-position: 60%; } }
  .category-banner .flex-container {
    justify-content: space-between;
    position: relative; }
  .category-banner__main {
    padding-right: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .category-banner__main {
        width: 40%; } }
    @media only screen and (max-width: 767px) {
      .category-banner__main {
        padding-right: 10px;
        margin-bottom: 0; } }
    .category-banner__main p {
      font-family: "uniformrd-md-webfont", sans-serif;
      font-size: 18px;
      margin-bottom: 7px;
      letter-spacing: 1px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .category-banner__main p {
          margin-bottom: 0;
          padding-left: 2px; } }
      @media only screen and (max-width: 767px) {
        .category-banner__main p {
          display: none; } }
  .category-banner h1 {
    font-size: 60px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .category-banner h1 {
        font-size: 50px;
        margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .category-banner h1 {
        font-size: 30px;
        margin-bottom: 0; } }
  .category-banner__search {
    width: 600px;
    padding-right: 10px; }
    @media only screen and (max-width: 767px) {
      .category-banner__search {
        width: 100%; } }
  .category-banner__descr {
    display: none; }

@media only screen and (max-width: 767px) {
  .category-search {
    display: none; } }

.category-search__title {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  margin-left: 33px;
  position: relative;
  top: -5px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .category-search__title {
      margin-bottom: 0;
      margin-left: 29px; } }
  @media only screen and (max-width: 767px) {
    .category-search__title {
      font-size: 13px;
      margin-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .category-search__title p {
      margin-bottom: 2px; } }

.category-search__field {
  width: 582px; }
  @media only screen and (max-width: 767px) {
    .category-search__field {
      width: 100%; } }
  .category-search__field input {
    height: 64px;
    border-radius: 32px;
    box-shadow: 0 14px 19px rgba(35, 35, 35, 0.15);
    padding: 5px 30px;
    width: 582px; }
    @media only screen and (max-width: 767px) {
      .category-search__field input {
        max-width: 90%;
        height: 45px; } }

.category {
  display: flex;
  align-items: center;
  padding-bottom: 200px;
  margin-top: -50px; }
  @media only screen and (max-width: 1024px) {
    .category {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .category {
      padding-bottom: 30px;
      margin-top: 0; } }
  .category__filters {
    width: 315px;
    margin-right: 100px;
    background-color: whitesmoke;
    height: auto;
    border-radius: 10px;
    z-index: 999;
    align-self: flex-start; }
    @media only screen and (max-width: 1300px) {
      .category__filters {
        margin-right: 30px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .category__filters {
        margin-right: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .category__filters {
        margin-right: 10px;
        width: 280px; } }
    @media only screen and (max-width: 767px) {
      .category__filters {
        width: 100%;
        max-width: 350px;
        height: auto;
        margin: 20px auto 0;
        padding-bottom: 10px; } }
  .category__total {
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .category__total {
        font-size: 15px; } }
  .category__amount {
    color: #e20613; }
  .category__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
  .category__sorter label {
    text-align: right;
    padding-right: 15px;
    min-width: 120px;
    font-weight: 500; }
  .category__sorter .select-style {
    display: flex;
    align-items: center; }
    .category__sorter .select-style select {
      color: #989898; }
  .category__select {
    display: inline-block;
    float: right;
    cursor: pointer;
    top: 9px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .category__select {
        margin-bottom: 25px; } }
    @media only screen and (max-width: 767px) {
      .category__select {
        float: none;
        padding-left: 22px;
        background-color: #ebebeb;
        margin-bottom: 3px;
        width: 100%;
        position: relative;
        top: 0; } }
    .category__select .select-style__wrapper {
      display: flex;
      align-items: center; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .category__select .select-style__wrapper {
          flex-direction: row;
          align-items: center; } }
    .category__select label {
      font-weight: 500;
      font-size: 13px;
      padding-right: 15px; }
      @media only screen and (max-width: 767px) {
        .category__select label {
          font-size: 16px;
          font-family: "uniformrd-md-webfont", sans-serif;
          padding-right: 30px; } }
    .category__select select {
      padding-right: 40px;
      width: auto;
      min-width: 1px;
      color: #959595; }
      @media only screen and (max-width: 767px) {
        .category__select select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border: none;
          background: transparent;
          padding-right: 20px;
          height: 42px;
          text-align: right;
          min-width: 160px;
          direction: rtl;
          font-size: 1.6rem; } }
    @media only screen and (max-width: 767px) {
      .category__select:after {
        content: '\e913';
        font-family: 'trefl-icons';
        width: 0;
        height: 0;
        display: block;
        font-size: 7px;
        color: #e20613;
        position: absolute;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        top: 19px;
        right: 32px; } }
  .category__search {
    position: relative;
    padding-right: 11px; }
    .category__search input {
      height: 64px;
      border-radius: 32px;
      box-shadow: 0 14px 19px rgba(35, 35, 35, 0.15);
      padding: 5px 30px;
      width: 100%;
      max-width: 100%; }
      @media only screen and (max-width: 1024px) {
        .category__search input {
          height: 50px; } }
      @media only screen and (max-width: 767px) {
        .category__search input {
          height: 45px;
          padding: 5px 20px; } }
    .category__search .search-icon {
      position: absolute;
      right: -10px;
      left: auto;
      top: 8px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .category__search .search-icon {
          top: 3px; } }
      @media only screen and (max-width: 767px) {
        .category__search .search-icon {
          right: -6px;
          top: 4px; } }
      .category__search .search-icon:after {
        content: '';
        background-image: url("../images/search.svg");
        width: 49px;
        height: 49px;
        display: block;
        background-repeat: no-repeat;
        background-size: 30%;
        background-position: 49% 50%;
        -webkit-transform: rotate(-55deg);
                transform: rotate(-55deg); }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .category__search .search-icon:after {
            background-position: 50% 49%; } }
        @media only screen and (max-width: 767px) {
          .category__search .search-icon:after {
            width: 38px;
            height: 38px;
            background-size: 33%;
            background-position: 49% 55%; } }
  .category__products {
    width: 70%;
    z-index: 99;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .category__products {
        width: 100%;
        margin-top: 0; } }
    .category__products .products {
      margin: 30px 0 30px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .category__products .products {
          clear: both; } }
      @media only screen and (max-width: 767px) {
        .category__products .products {
          margin: 20px 0 30px; } }
    .category__products .category__special-offer {
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        .category__products .category__special-offer {
          display: none; } }
    .category__products .special-offer-customer h1 {
      margin-top: 6px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .category__products .special-offer-customer h1 {
          margin-top: 2px; } }
    .category__products .special-offer-customer__img {
      display: flex;
      align-items: center;
      justify-content: center; }
  .category__info {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 16px;
    margin: 30px 0; }
    .category__info span {
      color: #e20613; }
  .category__items {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    margin-top: 50px; }
    @media only screen and (max-width: 1024px) {
      .category__items {
        justify-content: center;
        margin-top: 20px; } }
    @media only screen and (max-width: 480px) {
      .category__items {
        flex-direction: column;
        margin-top: 15px; } }
  .category .product-item {
    width: 25%;
    padding: 40px 15px 50px;
    margin-bottom: 25px;
    position: relative;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    border: none;
    max-width: 206.5px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .category .product-item {
        padding: 40px 10px 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .category .product-item {
        flex: 1 1 49%; } }
    @media only screen and (max-width: 767px) {
      .category .product-item {
        max-width: 320px;
        margin: 0 auto;
        width: 95%;
        border: 1px solid #ebebeb;
        border-bottom: none;
        padding: 55px 20px 60px; } }
    @media only screen and (max-width: 480px) {
      .category .product-item {
        padding: 55px 20px 20px; } }
    .category .product-item:before {
      display: none; }
    .category .product-item:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.05);
      top: 0;
      right: 0; }
      @media only screen and (max-width: 767px) {
        .category .product-item:after {
          display: none; } }
    @media only screen and (min-width: 1025px) {
      .category .product-item:nth-of-type(4n):after {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .category .product-item:nth-of-type(2n):after {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .category .product-item:last-of-type {
        border: 1px solid #ebebeb; } }
    @media only screen and (min-width: 1025px) {
      .category .product-item:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        box-shadow: 0 10px 36px 1px rgba(0, 0, 0, 0.09);
        border: none;
        z-index: 999;
        border-radius: 10px; } }
    .category .product-item:hover:after {
      display: none; }
    .category .product-item__badge {
      padding-left: 0;
      font-size: 13px;
      top: 10px; }
      @media only screen and (max-width: 767px) {
        .category .product-item__badge {
          top: 25px; } }
    .category .product-item__img {
      max-height: 155px;
      min-height: 150px;
      height: auto;
      display: flex;
      justify-content: center; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .category .product-item__img {
          min-height: 140px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .category .product-item__img {
          max-height: 135px;
          min-height: 130px; } }
      @media only screen and (max-width: 767px) {
        .category .product-item__img {
          min-height: 1px; } }
      .category .product-item__img img {
        max-width: 100%;
        max-height: 100%;
        min-width: 155px;
        height: auto; }
        @media only screen and (min-width: 1025px) and (max-width: 1209px) {
          .category .product-item__img img {
            min-width: 105px; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .category .product-item__img img {
            max-height: 135px; } }
        @media only screen and (max-width: 1024px) {
          .category .product-item__img img {
            min-width: 1px; } }
    .category .product-item__title {
      margin-top: 18px;
      margin-bottom: 10px;
      font-size: 16px;
      min-height: 15px;
      height: auto;
      line-height: 1.5; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .category .product-item__title {
          font-size: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .category .product-item__title {
          font-size: 16px;
          line-height: 19px; } }
      @media only screen and (max-width: 767px) {
        .category .product-item__title {
          font-size: 15px;
          line-height: 17px;
          margin-bottom: 5px; } }
      .category .product-item__title a {
        color: #000;
        -webkit-hyphens: none;
            -ms-hyphens: none;
                hyphens: none;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box; }
        .category .product-item__title a:hover {
          color: #000;
          text-decoration: none; }
    .category .product-item__attribute {
      margin-bottom: 15px;
      padding-top: 0;
      margin-top: -2px; }
      .category .product-item__attribute--small {
        text-transform: none; }
    .category .product-item__price-wrapper {
      position: absolute;
      bottom: 5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 480px) {
        .category .product-item__price-wrapper {
          position: static;
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
    .category .product-item__old-price {
      color: #6a6a6a;
      padding-left: 0;
      margin-right: 5px;
      margin-bottom: 0;
      position: relative; }
      .category .product-item__old-price:after {
        content: '';
        width: 100%;
        background-color: #e20613;
        display: block;
        position: absolute;
        top: 3px;
        left: 50%;
        height: 2px;
        -webkit-transform: rotate(-10deg) translateX(-50%);
                transform: rotate(-10deg) translateX(-50%); }
  .category .pages {
    margin: 20px auto 0; }
    .category .pages .item.active {
      color: #e20613; }
    .category .pages .item {
      margin: 0 21px 0 0;
      color: #919191;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .category .pages .item {
          margin: 0 15px 0 0; } }
      .category .pages .item .active {
        color: #e20613; }
      .category .pages .item:hover {
        color: #e20613; }
    .category .pages .pages-item-previous {
      margin-right: 25px; }
      @media only screen and (max-width: 767px) {
        .category .pages .pages-item-previous {
          margin-right: 15px; } }
    .category .pages .pages-item-next {
      margin-left: 5px; }

.catalog-category-view .breadcrumbs, .cms-category .breadcrumbs {
  z-index: 999; }
  .catalog-category-view .breadcrumbs a, .catalog-category-view .breadcrumbs strong, .cms-category .breadcrumbs a, .cms-category .breadcrumbs strong {
    color: #fff; }
  .catalog-category-view .breadcrumbs .item:after, .cms-category .breadcrumbs .item:after {
    color: #fff; }

.catalogsearch-result-index .toolbar.toolbar-products,
.catalogsearch-result-index .grid.products-grid,
.catalogsearch-result-index .sidebar {
  display: none; }

.catalog-category-view .page-wrapper,
.catalogsearch-result-index .page-wrapper {
  display: block; }

@media only screen and (min-width: 1025px) {
  .catalog-category-view #maincontent,
  .catalogsearch-result-index #maincontent {
    min-height: 100vh; } }

.category.is-loading .products {
  position: relative; }
  .category.is-loading .products:before {
    content: '';
    opacity: 0.4;
    visibility: visible;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    position: absolute;
    top: -20px;
    left: 0; }

.category-quiz .active-filters .filter-reset {
  display: none; }

.category-quiz .filters__list {
  pointer-events: none; }

.category__filters[data-category="3"] .filter.players_number,
.category__filters[data-category="3"] .filter.product_use {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0; }

.category__filters[data-category="4"] .filter.tematyka_dla_doroslych,
.category__filters[data-category="4"] .filter.tematyka_dla_dzieci {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0; }

.category__filters[data-category="26"] .filter.badge,
.category__filters[data-category="26"] .filter.edycje_specjalne,
.category__filters[data-category="26"] .filter.game_time,
.category__filters[data-category="26"] .filter.players_number,
.category__filters[data-category="26"] .filter.tematyka_dla_doroslych,
.category__filters[data-category="26"] .filter.tematyka_dla_dzieci,
.category__filters[data-category="26"] .filter.puzzle_count,
.category__filters[data-category="26"] .filter.product_use, .category__filters[data-category="35"] .filter.badge,
.category__filters[data-category="35"] .filter.edycje_specjalne,
.category__filters[data-category="35"] .filter.game_time,
.category__filters[data-category="35"] .filter.players_number,
.category__filters[data-category="35"] .filter.tematyka_dla_doroslych,
.category__filters[data-category="35"] .filter.tematyka_dla_dzieci,
.category__filters[data-category="35"] .filter.puzzle_count,
.category__filters[data-category="35"] .filter.product_use, .category__filters[data-category="27"] .filter.badge,
.category__filters[data-category="27"] .filter.edycje_specjalne,
.category__filters[data-category="27"] .filter.game_time,
.category__filters[data-category="27"] .filter.players_number,
.category__filters[data-category="27"] .filter.tematyka_dla_doroslych,
.category__filters[data-category="27"] .filter.tematyka_dla_dzieci,
.category__filters[data-category="27"] .filter.puzzle_count,
.category__filters[data-category="27"] .filter.product_use {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0; }

.category__filters[data-category="35"] .filter.licence {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0; }

html[lang="en"] .category .product-item__price,
html[lang="en"] .category .product-item__old-price {
  display: none; }

html[lang="en"] .category .product-item {
  padding-bottom: 15px; }

html[lang="en"] .category .filter.price {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0; }

html[lang="en"] .c-product-price {
  display: none; }

.filters {
  list-style: none; }
  .filters__title {
    margin-bottom: 14px;
    padding: 16px 25px; }
    @media only screen and (max-width: 767px) {
      .filters__title {
        padding: 10px 20px; } }
  .filters__type {
    background-color: #ebebeb;
    padding: 11px 25px 9px;
    font-size: 16px;
    font-family: "uniformrd-md-webfont", sans-serif;
    position: relative;
    cursor: pointer;
    margin: 0 -20px 20px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .filters__type {
        padding: 12px 20px 8px; } }
    @media only screen and (max-width: 767px) {
      .filters__type {
        padding: 10px 20px;
        margin: 0 -20px 3px; } }
    .filters__type:after {
      content: '\e913';
      font-family: 'trefl-icons';
      width: 0;
      height: 0;
      display: block;
      font-size: 7px;
      color: #e20613;
      position: absolute;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      top: 19px;
      right: 32px; }
  .filters__name {
    font-size: 14px;
    font-family: "uniformrd-md-webfont", sans-serif;
    padding: 0 0 15px;
    display: block; }
  .filters__list.active {
    padding: 0 20px;
    display: block; }
  .filters__list.singleActive .filters-single .filter {
    display: block; }
    @media only screen and (max-width: 767px) {
      .filters__list.singleActive .filters-single .filter {
        display: none !important; } }
  .filters__list.singleActive .filters-single .filters__type:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 30px;
    right: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .filters__list.singleActive .filters-single .filters__type:after {
        top: 28px; } }
  .filters__list.advancedActive .filters-advanced .filter {
    display: block; }
    @media only screen and (max-width: 767px) {
      .filters__list.advancedActive .filters-advanced .filter {
        display: none !important; } }
  .filters__list.advancedActive .filters-advanced .filters__type:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 30px;
    right: 20px; }

.filters-single, .filters-advanced {
  margin-bottom: 40px;
  padding: 0 20px; }
  @media only screen and (max-width: 767px) {
    .filters-single, .filters-advanced {
      margin-bottom: 0; } }
  .filters-single .filter, .filters-advanced .filter {
    display: none; }
    @media only screen and (max-width: 767px) {
      .filters-single .filter, .filters-advanced .filter {
        display: block; } }

.filter {
  padding: 0;
  margin: 0; }
  .filter li {
    font-size: 13px; }
    .filter li span {
      cursor: pointer; }
  .filter .item-count {
    display: none; }
  .filter__select {
    margin-top: 0;
    flex-direction: column;
    margin-bottom: 30px; }
    .filter__select ul {
      margin-top: 5px; }
    .filter__select li {
      padding-bottom: 10px; }
  .filter__multiselect, .filter__select {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px; }
    .filter__multiselect ul, .filter__select ul {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap; }
    .filter__multiselect li, .filter__select li {
      width: 50%;
      margin: 0;
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .filter__multiselect li, .filter__select li {
          width: 100%; } }
  .filter .single-filter {
    padding-left: 23px;
    font-weight: 500;
    position: relative; }
    .filter .single-filter.active:after {
      content: "\e92f";
      color: #e20613;
      font-family: 'trefl-icons';
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      font-size: 8px;
      z-index: 9; }
    .filter .single-filter.disabled {
      opacity: 0.5;
      pointer-events: none; }
    .filter .single-filter:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 15px;
      height: 15px;
      background: white;
      position: absolute;
      border-radius: 3px;
      left: -3px;
      top: -1px;
      z-index: 9;
      border: 1px solid #e1e1e1; }
  .filter__img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .filter__img li {
      width: 33%;
      margin-bottom: 6px;
      display: flex;
      justify-content: center; }
      .filter__img li:before {
        display: none; }
    .filter__img .filter-item {
      display: block;
      margin-bottom: 20px;
      opacity: 0.6;
      pointer-events: none; }
      .filter__img .filter-item.enabled {
        opacity: 1;
        pointer-events: all; }
    .filter__img .filter-item.active .filter-icon {
      background-color: #e20613; }
    .filter__img .filter-icon {
      width: 62px;
      height: 62px;
      background-color: #e1e1e1;
      padding: 13px;
      border-radius: 50%;
      display: block;
      align-items: center;
      margin: 0 auto; }
      .filter__img .filter-icon img {
        max-height: 100%; }
    .filter__img .filter-label {
      font-size: 11px;
      font-family: "uniformrd-md-webfont", sans-serif;
      margin-top: 11px;
      text-align: center;
      display: block; }
      .filter__img .filter-label.disabled {
        opacity: 0.5;
        pointer-events: none; }
    .filter__img .chosen-filter:before {
      position: absolute;
      width: 62px;
      left: -70px;
      top: 0;
      z-index: 99;
      height: 62px; }
  .filter__badge li {
    width: 33%;
    margin-bottom: 5px;
    display: none;
    justify-content: center; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .filter__badge li {
        margin-bottom: 0;
        padding-bottom: 5px; } }
    .filter__badge li:before {
      display: none; }
    .filter__badge li.enabled {
      display: flex; }
  .filter__badge .filter-item {
    display: block;
    margin-bottom: 5px; }
  .filter__badge .filter-icon {
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 74px;
    height: 74px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .filter__badge .filter-icon {
        width: 65px;
        height: 65px; } }
    .filter__badge .filter-icon img {
      max-width: 58px;
      display: inline-block; }
  .filter__badge .filter-label {
    display: none; }
  .filter__badge.filter-hide .enabled:nth-child(n+9) {
    display: none; }
  .filter__badge .filter-more {
    text-align: center;
    line-height: 15px;
    font-family: "uniformrd-md-webfont", sans-serif;
    display: inline-block !important;
    opacity: 1;
    pointer-events: all; }
  .filter__price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 25px; }
    .filter__price:after {
      content: '';
      background-color: #ebebeb;
      width: 100%;
      height: 2px;
      display: block;
      position: absolute;
      top: 55px;
      left: 0;
      z-index: -1; }
    .filter__price strong {
      display: block;
      margin-bottom: 15px;
      width: 100%;
      padding-bottom: 0;
      font-weight: 500; }
    .filter__price input {
      width: 70px;
      height: 40px;
      border-radius: 20px;
      display: inline-block;
      text-align: center; }
      .filter__price input:first-of-type {
        margin-right: 60px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .filter__price input:first-of-type {
            margin-right: 20px; } }
  .filter.gender ul li {
    width: 100%; }

.remove-filter {
  width: 0; }

.filter-reset {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #e20613;
  border-radius: 50%;
  text-align: center;
  line-height: 11px;
  margin-left: 7px;
  position: relative;
  cursor: pointer; }
  .filter-reset:after {
    content: "\e914";
    font-family: 'trefl-icons';
    color: #fff;
    font-size: 6px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 49%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .filter-reset[data-filter="843"] {
    display: none; }

.active-filters {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .active-filters {
      flex-wrap: wrap; } }
  .active-filters__title {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 16px;
    padding-right: 15px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .active-filters__title {
        display: none; } }
  .active-filters__item {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    font-size: 11px;
    color: #959595;
    padding: 7.5px 12px;
    display: flex;
    align-items: center;
    margin-right: 13px; }
    @media only screen and (max-width: 767px) {
      .active-filters__item {
        margin-bottom: 13px; } }

.chosen-filter {
  width: 0;
  height: 0;
  opacity: 1;
  display: inline-block; }
  .chosen-filter:after {
    font-size: 0; }
  .chosen-filter:before {
    content: '';
    background-color: transparent;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 3px;
    z-index: 99; }

.catalog-loader {
  position: absolute;
  top: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99999999; }

.filters-mobile-close {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #e20613;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  left: 0;
  display: none;
  font-family: "uniformrd-md-webfont", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 999; }
  .filters-mobile-close span {
    padding-right: 15px; }

.filters__list .filters-mobile-close {
  display: none;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px; }
  @media only screen and (max-width: 767px) {
    .filters__list .filters-mobile-close {
      display: flex; } }

.filters__list.singleActive.advancedActive .filters-mobile-close {
  display: none !important; }

.category__filters[data-category="4"] .filter.category ul li:last-of-type {
  width: 100%; }

.filters .slider-wrapper {
  width: 100%;
  margin-top: 1rem;
  margin-right: 1rem; }

.filters .vue-slider-process {
  background-color: #e20613;
  height: 6px !important; }

.filters .vue-slider-rail {
  background-color: #eee; }

.filters .vue-slider-dot {
  top: -1px !important; }

.filters .vue-slider-dot-handle {
  background-image: url("../images/circle.png");
  background-repeat: no-repeat;
  width: 29px;
  height: 24px;
  box-shadow: none;
  background-color: transparent;
  background-size: contain;
  cursor: pointer; }

.filters .vue-slider-dot-handle-focus {
  box-shadow: none !important; }

.filters .vue-slider-dot-tooltip-top {
  display: none !important; }

.filters #resetPrice {
  visibility: hidden;
  height: 0;
  padding: 0; }

.block-category-event {
  background: #f0f0f0;
  color: #333;
  padding: 10px 0 15px;
  text-align: center; }
  .block-category-event.block:last-child {
    margin-bottom: 10px; }
  .block-category-event .block-title {
    margin: 0 0 10px; }
    .block-category-event .block-title strong {
      font-size: 1.5rem;
      font-weight: 300; }
  .block-category-event .ticker {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .block-category-event .ticker li {
      display: none;
      margin: 0 15px; }
    .block-category-event .ticker .value {
      font-size: 1.8rem;
      font-weight: 300; }
    .block-category-event .ticker .label {
      font-size: 1rem;
      display: block;
      text-transform: lowercase; }
  .block-category-event .dates {
    display: table;
    margin: 0 auto; }
    .block-category-event .dates .start,
    .block-category-event .dates .end {
      display: table-cell;
      vertical-align: top; }
    .block-category-event .dates .date {
      font-size: 1.8rem; }
    .block-category-event .dates .time {
      display: block; }
    .block-category-event .dates .start {
      padding-right: 40px;
      position: relative; }
      .block-category-event .dates .start:after {
        font-size: 1.8rem;
        content: '\2013';
        display: block;
        position: absolute;
        right: 15px;
        top: 0; }

@media only screen and (min-width: 768px) {
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px; }
  .block-category-event .block-title {
    margin: 0; }
    .block-category-event .block-title strong {
      font-size: 2.4rem; }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px; }
  .block-category-event .ticker .value {
    font-size: 6rem; }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none; }
  .block-category-event .dates .date {
    font-size: 5rem; }
  .block-category-event .dates .start {
    padding-right: 50px; }
    .block-category-event .dates .start:after {
      font-size: 5rem;
      right: 10px; } }

.block-search {
  margin-bottom: 0; }
  .block-search .block-title {
    display: none; }
  .block-search .block-content {
    margin-bottom: 0; }
  .block-search .label {
    display: inline-block;
    text-decoration: none;
    display: inline-block;
    float: right; }
    .block-search .label > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .block-search .label:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 35px;
      line-height: 33px;
      color: #000;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .block-search .label:hover:before {
      color: #333; }
    .block-search .label:active:before {
      color: #333; }
    .block-search .label.active + .control input {
      position: static; }
  .block-search .action.search {
    display: none; }
  .block-search .control {
    border-top: 1px solid #d1d1d1;
    clear: both;
    margin: 0 -15px -1px;
    padding: 0 15px; }
  .block-search input {
    left: -300%;
    margin: 15px 0;
    position: absolute; }
  .block-search .nested {
    display: none; }

.search-icon {
  width: 49px;
  height: 49px;
  background-color: #e20613;
  border-radius: 50%;
  box-shadow: 1px 14px 19px rgba(35, 35, 35, 0.3);
  position: absolute;
  top: 36px;
  left: 185px;
  cursor: pointer; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .search-icon {
      left: 174px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .search-icon {
      width: 45px;
      height: 45px;
      top: 21px;
      left: 140px; } }
  @media only screen and (max-width: 767px) {
    .search-icon {
      width: 38px;
      height: 38px;
      left: 102px;
      top: 16px; } }
  .search-icon img {
    position: absolute;
    width: 27px;
    height: 21px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-57deg);
            transform: translate(-50%, -50%) rotate(-57deg); }
    @media only screen and (max-width: 767px) {
      .search-icon img {
        width: 15px;
        height: 13px; } }

.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3; }
  .search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .search-autocomplete ul li {
      border-top: 1px solid #e5e5e5;
      cursor: pointer;
      margin: 0;
      padding: 5px 40px 5px 10px;
      position: relative;
      text-align: left;
      white-space: normal; }
      .search-autocomplete ul li:not(:empty) {
        border-top: 0;
        border: 1px solid #ebebeb;
        background: #fff; }
      .search-autocomplete ul li:first-child {
        border-top: none; }
      .search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
        background: #e8e8e8; }
      .search-autocomplete ul li .amount {
        color: #999;
        position: absolute;
        right: 7px;
        top: 5px; }

.form.search.advanced .fields.range .field:first-child {
  position: relative; }
  .form.search.advanced .fields.range .field:first-child .control {
    padding-right: 25px; }
    .form.search.advanced .fields.range .field:first-child .control:after {
      content: ' \2013 ';
      display: inline-block;
      position: absolute;
      right: 0;
      text-align: center;
      top: 6px;
      width: 25px; }

.form.search.advanced .fields.range .field:last-child {
  position: relative; }
  .form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
    left: 0;
    position: absolute;
    top: 32px; }

.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px; }

.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0; }

.search.summary {
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .block-search .block-content {
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px; }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute; }
  .block-search input {
    margin: 0;
    position: static; }
    .block-search input::-webkit-input-placeholder {
      color: #c2c2c2; }
    .block-search input:-moz-placeholder {
      color: #c2c2c2; }
    .block-search input::-moz-placeholder {
      color: #c2c2c2; }
    .block-search input:-ms-input-placeholder {
      color: #c2c2c2; } }

.cart-container .cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  border-radius: 5px;
  box-shadow: 0 10px 36px 1px rgba(0, 0, 0, 0.09); }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cart-container .cart-summary {
      margin-top: -30px;
      width: 300px;
      display: flex;
      flex-direction: column;
      align-self: flex-end;
      top: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .cart-container .cart-summary {
      padding-bottom: 20px; } }
  .cart-container .cart-summary > .title {
    display: block;
    color: #000;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.2rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 2.0rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding: 8px 25px 12px; }
    @media only screen and (max-width: 767px) {
      .cart-container .cart-summary > .title {
        font-size: 2rem; } }
  .cart-container .cart-summary .block {
    margin-bottom: 0; }
    .cart-container .cart-summary .block .item-options {
      margin-left: 0; }
    .cart-container .cart-summary .block .fieldset {
      margin: 25px 0 18px; }
      .cart-container .cart-summary .block .fieldset .field {
        margin: 0 0 10px; }
        .cart-container .cart-summary .block .fieldset .field.note {
          font-size: 12px; }
  .cart-container .cart-summary .discount {
    padding: 0 25px; }
  .cart-container .cart-summary .actions-toolbar {
    margin: 0; }
    .cart-container .cart-summary .actions-toolbar a {
      color: #000; }
    @media only screen and (max-width: 767px) {
      .cart-container .cart-summary .actions-toolbar > .primary button, .cart-container .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .cart-container .cart-summary .actions-toolbar > .primary .actions-toolbar > .action, .cart-container .cart-summary .actions-toolbar > .primary .action-gift {
        width: auto; } }

.cart-totals {
  border-top: 1px solid #ebebeb;
  font-family: "uniformrd-md-webfont", sans-serif;
  color: #6a6a6a;
  padding: 20px 25px 0; }
  .cart-totals .table-wrapper {
    margin-bottom: 0;
    overflow: inherit; }
  .cart-totals .shipping th, .cart-totals .shipping td {
    padding-bottom: 25px; }
  .cart-totals .grand {
    border-top: 1px solid #ebebeb;
    padding-top: 10px; }
    .cart-totals .grand th, .cart-totals .grand td {
      padding-top: 25px; }
    .cart-totals .grand .price {
      font-size: 16px; }
  .cart-totals .table.totals tr th {
    text-align: left;
    padding-left: 0;
    color: #959595; }
  .cart-totals .totals.shipping .value {
    display: none; }

.grand .amount span {
  color: #e20613; }

.amount span {
  font-weight: 700;
  color: #000; }

.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #ebebeb; }

.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #ebebeb;
  position: relative; }

.cart.table-wrapper .col {
  padding-top: 20px; }
  .cart.table-wrapper .col.item {
    min-width: 400px;
    max-width: 410px; }
    @media only screen and (max-width: 767px) {
      .cart.table-wrapper .col.item {
        min-width: 1px; } }
  .cart.table-wrapper .col-item__data {
    display: flex;
    align-items: center;
    min-height: 166px; }
    @media only screen and (max-width: 1024px) {
      .cart.table-wrapper .col-item__data {
        min-height: 120px; } }
    @media only screen and (max-width: 767px) {
      .cart.table-wrapper .col-item__data {
        min-height: 1px; } }
  @media only screen and (max-width: 767px) {
    .cart.table-wrapper .col.qty {
      padding: 10px 0 30px 90px; } }
  .cart.table-wrapper .col.qty .input-text {
    display: flex;
    margin: auto;
    height: 47px;
    border-radius: 3px;
    color: #919191; }
    @media only screen and (max-width: 767px) {
      .cart.table-wrapper .col.qty .input-text {
        height: 37px;
        width: 37px;
        display: inline-block; } }
  .cart.table-wrapper .col.qty button, .cart.table-wrapper .col.qty .actions-toolbar > .action, .cart.table-wrapper .col.qty .action-gift {
    background: transparent;
    border: none;
    font-size: 1.1rem;
    outline: none;
    padding: 11px 30px 0;
    color: #919191; }
    @media only screen and (max-width: 767px) {
      .cart.table-wrapper .col.qty button, .cart.table-wrapper .col.qty .actions-toolbar > .action, .cart.table-wrapper .col.qty .action-gift {
        display: inline-block;
        max-width: 50px;
        white-space: pre-line;
        text-align: left;
        line-height: 12px;
        position: relative;
        top: -6px;
        padding: 0 0 0 6px;
        font-size: 11px;
        color: #919191; } }
    .cart.table-wrapper .col.qty button:focus, .cart.table-wrapper .col.qty .actions-toolbar > .action:focus, .cart.table-wrapper .col.qty .action-gift:focus, .cart.table-wrapper .col.qty button:active, .cart.table-wrapper .col.qty .actions-toolbar > .action:active, .cart.table-wrapper .col.qty .action-gift:active {
      outline: none; }
  @media only screen and (max-width: 767px) {
    .cart.table-wrapper .col.qty:before {
      display: none; } }
  .cart.table-wrapper .col.qty .control.qty {
    position: relative;
    top: 14px; }
    @media only screen and (max-width: 767px) {
      .cart.table-wrapper .col.qty .control.qty {
        top: 0; } }
  @media only screen and (max-width: 767px) {
    .cart.table-wrapper .col.subtotal {
      padding: 20px 0 20px 50px;
      text-align: left;
      position: relative; } }
  .cart.table-wrapper .col.subtotal .subtotal-actions {
    display: none; }
    @media only screen and (max-width: 767px) {
      .cart.table-wrapper .col.subtotal .subtotal-actions {
        display: block; } }
  @media only screen and (max-width: 767px) {
    .cart.table-wrapper .col.subtotal .gift-options-cart-item,
    .cart.table-wrapper .col.subtotal .icon-close {
      display: none; } }
  .cart.table-wrapper .col.actions {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .cart.table-wrapper .col.actions .moveToWish-cart {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .cart.table-wrapper .col.actions .cart-remove-item {
        right: -15px;
        top: 0;
        padding: 15px; } }
  .cart.table-wrapper .col.item {
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .cart.table-wrapper .col.item {
        padding: 0 0 15px; } }

.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal; }

.cart.table-wrapper .item .col.item {
  display: block;
  padding: 25px 0 10px 75px;
  position: relative; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .cart.table-wrapper .item .col.item {
      min-height: 200px; } }
  @media only screen and (max-width: 767px) {
    .cart.table-wrapper .item .col.item {
      padding: 30px 0 10px 90px;
      min-height: 1px; } }

.cart.table-wrapper .actions-toolbar a {
  color: #000;
  text-decoration: none;
  position: absolute;
  margin-top: -10px;
  right: 0; }
  @media only screen and (max-width: 1024px) {
    .cart.table-wrapper .actions-toolbar a {
      margin-top: 0; } }
  .cart.table-wrapper .actions-toolbar a:hover {
    color: #e20613; }
  .cart.table-wrapper .actions-toolbar a .icon-close {
    font-size: 1.3rem; }
    @media only screen and (max-width: 767px) {
      .cart.table-wrapper .actions-toolbar a .icon-close {
        font-size: 1rem;
        margin-top: 9px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cart.table-wrapper .actions-toolbar a.cart-remove-item {
      right: 4px;
      top: 15px; } }

.cart.table-wrapper .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px; }
  .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .actions-toolbar > .action:focus {
    text-decoration: none; }
  .cart.table-wrapper .actions-toolbar > .action:last-child {
    margin-right: 0; }

.cart.table-wrapper .action.help.map {
  font-weight: 400; }

.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px; }
  @media only screen and (max-width: 767px) {
    .cart.table-wrapper .product-item-photo {
      top: 48%;
      max-width: 80px; } }

.cart.table-wrapper .product-image-photo {
  max-width: 100%; }
  @media only screen and (max-width: 1024px) {
    .cart.table-wrapper .product-image-photo {
      max-width: 80%; } }

.cart.table-wrapper .product-item-details {
  font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .cart.table-wrapper .product-item-details a:hover {
    text-decoration: none; }

.cart.table-wrapper .product-item-category {
  font-size: 12px;
  display: block;
  padding-bottom: 10px;
  color: #919191; }
  @media only screen and (max-width: 767px) {
    .cart.table-wrapper .product-item-category {
      font-size: 11px;
      padding-bottom: 5px; } }

.cart.table-wrapper .product-item-index {
  font-size: 12px;
  display: block;
  padding-top: 5px;
  color: #919191; }
  @media only screen and (max-width: 767px) {
    .cart.table-wrapper .product-item-index {
      font-size: 11px;
      padding-top: 0;
      padding-bottom: 7px; } }

.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 500;
  margin-top: -6px;
  font-size: 2rem;
  font-family: "uniformrd-md-webfont", sans-serif; }
  @media only screen and (max-width: 767px) {
    .cart.table-wrapper .product-item-name {
      font-size: 1.7rem;
      line-height: 21px; } }

.cart.table-wrapper .gift-registry-name-label:after {
  content: ':'; }

.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px; }

.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px; }

.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px; }

.cart-container {
  max-width: 1200px;
  margin: auto;
  padding-top: 15px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .cart-container {
      padding: 50px 15px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cart-container {
      padding: 20px 25px 0;
      display: flex;
      flex-direction: column-reverse; } }
  @media only screen and (max-width: 767px) {
    .cart-container {
      max-width: 380px;
      padding: 10px 15px 0; } }
  .cart-container .form-cart {
    max-width: 800px; }
    .cart-container .form-cart .action.continue {
      text-transform: uppercase; }
    @media only screen and (max-width: 1024px) {
      .cart-container .form-cart {
        max-width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .cart-container .form-cart {
        width: 100%; } }
  .cart-container .checkout-methods-items {
    margin-top: 19px;
    text-align: center; }
    .cart-container .checkout-methods-items .item + .item {
      margin-top: 20px; }
    .cart-container .checkout-methods-items .action.primary {
      letter-spacing: 0.5px;
      padding: 19px 27px;
      min-width: 195px; }
    .cart-container .checkout-methods-items .action.multicheckout {
      display: none; }
    .cart-container .checkout-methods-items .paypal-logo {
      display: none; }

.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center; }

.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center; }
  .cart-products-toolbar .pages .items > .item {
    border-bottom: 0; }

.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1; }

.block.crosssell {
  margin-top: 70px; }

.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block; }

.cart.table-wrapper,
.order-items.table-wrapper {
  font-family: "uniformrd-md-webfont", sans-serif; }
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: center;
    vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .cart.table-wrapper .col.price,
    .order-items.table-wrapper .col.price {
      display: none; } }
  .cart.table-wrapper .cart-price,
  .order-items.table-wrapper .cart-price {
    color: #e20613;
    font-size: 1.9rem; }
  .cart.table-wrapper th.col.item,
  .order-items.table-wrapper th.col.item {
    padding-left: 0; }
    .cart.table-wrapper th.col.item span,
    .order-items.table-wrapper th.col.item span {
      font-size: 3rem; }
      @media only screen and (max-width: 767px) {
        .cart.table-wrapper th.col.item span,
        .order-items.table-wrapper th.col.item span {
          font-size: 2rem; } }

@media only screen and (max-width: 767px) {
  .cart.table-wrapper {
    overflow: inherit; }
    .cart.table-wrapper thead .col:not(.item) {
      display: none; }
    .cart.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
      box-sizing: border-box;
      display: block;
      float: left;
      text-align: center;
      white-space: nowrap;
      width: 33%; } }
    @media only screen and (max-width: 767px) and (max-width: 767px) {
      .cart.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
        width: 50%; } }

@media only screen and (max-width: 767px) {
      .cart.table-wrapper .col.qty.price, .cart.table-wrapper .col.subtotal.price, .cart.table-wrapper .col.msrp.price {
        display: none; }
      .cart.table-wrapper .col.qty:before, .cart.table-wrapper .col.subtotal:before, .cart.table-wrapper .col.msrp:before {
        content: attr(data-th) ":";
        display: none;
        font-weight: 700;
        padding-bottom: 10px; }
    .cart.table-wrapper .col.msrp {
      white-space: normal; }
    .cart.table-wrapper .item .col.item {
      padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .cart-container .widget {
    float: left; }
  .cart-summary {
    float: right;
    position: relative;
    width: 25%;
    margin-top: 94px;
    border-radius: 10px;
    box-shadow: 0 10px 36px 1px rgba(0, 0, 0, 0.09);
    padding-bottom: 30px; }
    .column.main .cart-summary .actions-toolbar > .secondary {
      float: none; }
    .cart-summary .block .fieldset .field {
      margin: 0 0 20px;
      margin: 0 0 10px; }
      .cart-summary .block .fieldset .field:not(.choice) > .label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0; }
      .cart-summary .block .fieldset .field:not(.choice) > .control {
        float: none;
        width: auto; }
      .cart-summary .block .fieldset .field > .label {
        margin: 0 0 5px;
        display: inline-block; }
      .cart-summary .block .fieldset .field.choice:before, .cart-summary .block .fieldset .field.no-label:before {
        display: none; }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto; }
  .cart.table-wrapper thead .col {
    padding-top: 28px;
    padding-bottom: 22px;
    font-size: 15px; }
  .cart.table-wrapper thead .col.item span {
    position: relative;
    top: -8px; }
  .cart.table-wrapper .col.item {
    max-width: 400px; }
  .cart.table-wrapper .item .col.item {
    padding: 27px 10px; }
  .cart.table-wrapper .item-actions td {
    text-align: right;
    color: #000; }
  .cart.table-wrapper .product-item-photo {
    max-width: 100%;
    padding-right: 40px;
    position: static;
    vertical-align: middle;
    width: auto; }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%; }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left; }
  .cart .action {
    margin-bottom: 10px; }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0; }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px; }
    .cart-products-toolbar .pages .item:last-child {
      margin-right: 0; }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px; }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px; } }

.moveToWish-cart {
  position: static;
  font-size: 1.8rem; }
  .moveToWish-cart a {
    position: absolute;
    margin: 0;
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      .moveToWish-cart a {
        position: absolute;
        margin: 0;
        bottom: 14px;
        right: -24px; } }
    .moveToWish-cart a:hover {
      color: #e20613;
      text-decoration: none; }
  .moveToWish-cart i {
    color: #e20613; }

.coupon input {
  padding: 25px 20px;
  border-radius: 5px; }
  .coupon input.mage-error {
    margin-bottom: 10px; }

.coupon .action.apply {
  float: none;
  width: auto;
  background-color: transparent;
  font-size: 13px;
  min-width: 195px; }

.coupon div.mage-error[generated] {
  margin-top: -5px; }

.coupon .primary {
  margin-top: 10px;
  width: 100%; }
  .coupon .primary button span, .coupon .primary .cart.table-wrapper .actions-toolbar > .action span, .cart.table-wrapper .coupon .primary .actions-toolbar > .action span, .coupon .primary .action-gift span {
    color: #adadad; }

.block-minicart .subtitle {
  display: none; }

.block-minicart .text.empty {
  text-align: center; }

.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0; }

.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center; }

.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
  margin-left: 5px;
  z-index: 9999; }
  .minicart-wrapper:before, .minicart-wrapper:after {
    content: '';
    display: table; }
  .minicart-wrapper:after {
    clear: both; }
  .minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .minicart-wrapper .action.showcart:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 35px;
      line-height: 33px;
      color: #000;
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-wrapper .action.showcart:hover:before {
      color: #333; }
    .minicart-wrapper .action.showcart:active:before {
      color: #000; }
    .minicart-wrapper .action.showcart.active {
      display: inline-block;
      text-decoration: none; }
      .minicart-wrapper .action.showcart.active:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 35px;
        line-height: 33px;
        color: #000;
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .minicart-wrapper .action.showcart.active:hover:before {
        color: #333; }
      .minicart-wrapper .action.showcart.active:active:before {
        color: #000; }
  .minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .minicart-wrapper .block-minicart li {
      margin: 0; }
      .minicart-wrapper .block-minicart li:hover {
        cursor: pointer; }
    .minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .minicart-wrapper .block-minicart:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .minicart-wrapper .block-minicart:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .minicart-wrapper .block-minicart:before {
      left: 10px;
      top: -12px; }
    .minicart-wrapper .block-minicart:after {
      left: 9px;
      top: -14px; }
  .minicart-wrapper.active {
    overflow: visible; }
    .minicart-wrapper.active .block-minicart {
      display: block; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .minicart-wrapper {
      top: 1.5px;
      margin-right: 25px; } }
  @media only screen and (max-width: 767px) {
    .minicart-wrapper {
      padding-right: 25px;
      margin-left: 0;
      margin-top: 0;
      top: 1px; } }
  @media only screen and (max-width: 1024px) {
    .minicart-wrapper.active .c-minicart {
      display: none !important; } }
  .minicart-wrapper .block-minicart .block-title {
    display: none; }
  .minicart-wrapper .block-minicart:after {
    left: auto;
    right: 25px;
    display: none; }
  .minicart-wrapper .block-minicart:before {
    left: auto;
    right: 26px;
    display: none; }
  @media only screen and (max-width: 1024px) {
    .minicart-wrapper .block-minicart {
      display: none !important; } }
  .minicart-wrapper .actions {
    text-align: center; }
  .minicart-wrapper .product .actions {
    float: right;
    margin: -18px 0 0;
    text-align: right; }
    .minicart-wrapper .product .actions > .primary,
    .minicart-wrapper .product .actions > .secondary {
      display: inline; }
  .minicart-wrapper .action.close {
    display: none; }
  .minicart-wrapper .action.showcart {
    white-space: nowrap;
    position: relative; }
    .minicart-wrapper .action.showcart .icon-basket:before {
      font-size: 24px;
      color: #000; }
      @media only screen and (max-width: 767px) {
        .minicart-wrapper .action.showcart .icon-basket:before {
          font-size: 23px; } }
    .minicart-wrapper .action.showcart .counter.qty {
      background: #e20613;
      color: #fff;
      height: 24px;
      line-height: 24px;
      border-radius: 50%;
      display: inline-block;
      width: 14px;
      height: 14px;
      overflow: hidden;
      text-align: center;
      white-space: normal;
      position: absolute;
      top: -4px;
      right: -7px; }
      .minicart-wrapper .action.showcart .counter.qty.empty {
        display: none; }
      .minicart-wrapper .action.showcart .counter.qty .counter-number {
        font-size: 9px;
        line-height: 14px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .minicart-wrapper .action.showcart .counter.qty .loader > img {
        max-width: 24px; }
  .minicart-wrapper .minicart-widgets {
    margin-top: 5px; }
  @media only screen and (min-width: 1025px) {
    .minicart-wrapper:hover {
      display: block; }
      .minicart-wrapper:hover .mage-dropdown-dialog {
        display: block !important; } }
  .minicart-wrapper .checkout.paypal-logo {
    display: none; }

.minicart-items-wrapper {
  margin-bottom: 10px;
  height: auto !important; }

.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .minicart-items .price-minicart {
    margin-bottom: 5px; }
  .minicart-items .product .toggle {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative; }
    .minicart-items .product .toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 16px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product .toggle:after {
      position: static;
      right: 20px;
      top: 0; }
  .minicart-items .product.active > .toggle:after {
    content: ""; }
  .minicart-items .product-item:before {
    display: none; }
  .minicart-items .product-item-details .price-container {
    position: absolute;
    top: -6px;
    right: 0; }
  .minicart-items .product-item-details .price {
    font-size: 14px;
    font-family: "uniformrd-bd-webfont", sans-serif;
    color: #e20613; }
  .minicart-items .product-item-details .details-qty {
    color: #919191;
    font-size: 11px; }
  .minicart-items .product-item-details .price-including-tax,
  .minicart-items .product-item-details .price-excluding-tax {
    margin: 5px 0 0; }
  .minicart-items .product-item-details .weee[data-label] {
    font-size: 1.1rem; }
  .minicart-items .product.options .tooltip.toggle {
    display: inline-block;
    text-decoration: none; }
    .minicart-items .product.options .tooltip.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-items .product.options .tooltip.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: -3px 0 0 7px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product.options .tooltip.toggle .details {
      display: none; }
  .minicart-items .update-cart-item {
    font-size: 1.1rem;
    vertical-align: top; }
  .minicart-items .subtitle {
    display: none; }

.header .minicart-wrapper .c-minicart {
  padding: 30px;
  right: 0;
  width: 320px;
  z-index: 101;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
  top: 54.5px;
  margin-top: 0; }
  @media (min-width: 1500px) {
    .header .minicart-wrapper .c-minicart {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media only screen and (max-width: 1024px) {
    .header .minicart-wrapper .c-minicart {
      display: none; } }
  .header .minicart-wrapper .c-minicart:before {
    content: '';
    display: block;
    width: 47%;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: -30px;
    border: none;
    right: 0; }
    @media (min-width: 1500px) {
      .header .minicart-wrapper .c-minicart:before {
        width: 90%;
        right: 0; } }
    @media only screen and (max-width: 1024px) {
      .header .minicart-wrapper .c-minicart:before {
        display: none; } }
  .header .minicart-wrapper .c-minicart h3 {
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: -0.5px; }
  .header .minicart-wrapper .c-minicart__item {
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding: 17px 0; }
    .header .minicart-wrapper .c-minicart__item .product {
      display: flex;
      align-items: center; }
  .header .minicart-wrapper .c-minicart__details {
    text-align: left;
    width: 100%;
    position: relative; }
  .header .minicart-wrapper .c-minicart__name {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    width: 120px;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 5px; }
    .header .minicart-wrapper .c-minicart__name a {
      color: #000;
      font-weight: 500;
      line-height: 18px; }
      .header .minicart-wrapper .c-minicart__name a:hover {
        text-decoration: none; }
  .header .minicart-wrapper .c-minicart__img {
    max-width: 65px;
    height: auto;
    width: auto;
    margin-right: 9px; }
    .header .minicart-wrapper .c-minicart__img .product-image-photo {
      width: auto !important;
      height: auto !important;
      margin: 0;
      max-height: 55px; }
  .header .minicart-wrapper .c-minicart__edit {
    display: none; }
  .header .minicart-wrapper .c-minicart__remove {
    color: #919191;
    font-size: 10px;
    font-weight: 400; }
  .header .minicart-wrapper .c-minicart__qty {
    padding-top: 2px; }
    .header .minicart-wrapper .c-minicart__qty .label {
      display: inline-block;
      font-size: 11px;
      color: #919191;
      font-weight: 400; }
    .header .minicart-wrapper .c-minicart__qty .item-qty {
      border: none;
      pointer-events: none;
      width: 30px;
      padding: 0;
      display: inline-block;
      text-align: left;
      font-size: 11px;
      color: #919191;
      font-weight: 400;
      height: auto; }
  .header .minicart-wrapper .c-minicart__subtotal {
    padding: 10px 0; }
    .header .minicart-wrapper .c-minicart__subtotal .subtotal {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .header .minicart-wrapper .c-minicart__subtotal .label {
      display: inline-block;
      text-align: left;
      font-size: 14px;
      color: #000;
      font-family: "uniformrd-md-webfont", sans-serif; }
    .header .minicart-wrapper .c-minicart__subtotal .price-container {
      display: inline-block;
      text-align: right; }
      .header .minicart-wrapper .c-minicart__subtotal .price-container span {
        font-family: "uniformrd-md-webfont", sans-serif;
        color: #e20613;
        font-size: 15px; }
  .header .minicart-wrapper .c-minicart__delivery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0; }
    .header .minicart-wrapper .c-minicart__delivery span {
      font-size: 13px;
      font-family: "uniformrd-md-webfont", sans-serif;
      color: #000; }
    .header .minicart-wrapper .c-minicart__delivery .label {
      font-size: 13px;
      font-family: "uniformrd-md-webfont", sans-serif;
      color: #959595; }
  .header .minicart-wrapper .c-minicart__viewcart {
    font-size: 12px;
    color: #e20613;
    font-family: "uniformrd-md-webfont", sans-serif;
    text-transform: uppercase;
    margin-top: 17px;
    text-align: center;
    position: relative;
    display: inline-block; }
    .header .minicart-wrapper .c-minicart__viewcart:after {
      content: '';
      display: block;
      position: absolute;
      background-color: #e20613;
      width: 100%;
      height: 2px;
      bottom: -8px; }
    .header .minicart-wrapper .c-minicart__viewcart:hover {
      text-decoration: none; }
    .header .minicart-wrapper .c-minicart__viewcart:after {
      bottom: -5px; }
  .header .minicart-wrapper .c-minicart__viewcheckout button, .header .minicart-wrapper .c-minicart__viewcheckout .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .header .minicart-wrapper .c-minicart__viewcheckout .actions-toolbar > .action, .header .minicart-wrapper .c-minicart__viewcheckout .action-gift {
    min-width: 261px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "uniformrd-md-webfont", sans-serif;
    line-height: normal;
    padding: 15.5px 10px 14.5px;
    margin-top: 20px; }
  .header .minicart-wrapper .c-minicart__empty {
    font-family: "uniformrd-md-webfont", sans-serif;
    padding: 0;
    display: block; }

.opc-block-shipping-information {
  display: none;
  padding: 0; }

@media only screen and (max-width: 767px) {
  .opc-estimated-wrapper {
    display: none; } }

.checkout.step-payment .link-prev,
.checkout.step-payment .authentication-wrapper {
  display: none; }

.checkout.step-payment .opc-sidebar {
  top: 71px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .checkout.step-payment .opc-sidebar {
      top: 71px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .checkout.step-payment .opc-sidebar {
      top: 71px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout.step-payment .opc-sidebar {
      top: 26px; } }
  @media only screen and (max-width: 767px) {
    .checkout.step-payment .opc-sidebar {
      top: 0; } }

.checkout-index-index .columns {
  padding-bottom: 100px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout-index-index .columns {
      padding-bottom: 150px; } }
  @media only screen and (max-width: 767px) {
    .checkout-index-index .columns {
      padding-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .checkout-index-index .columns .column.main {
      padding-bottom: 10px; } }

.checkout-index-index .page-header__navigation {
  display: none; }

.checkout-index-index .page-header {
  width: 100%;
  background-color: #e20613;
  height: 90px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .checkout-index-index .page-header {
      height: 65px;
      margin-bottom: 20px; } }
  .checkout-index-index .page-header .header.content,
  .checkout-index-index .page-header .page-header__logo {
    width: 1230px;
    margin: 0 auto;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .checkout-index-index .page-header .header.content,
      .checkout-index-index .page-header .page-header__logo {
        width: 100%;
        max-width: 768px;
        padding: 0 15px; } }
    .checkout-index-index .page-header .header.content .panel.header,
    .checkout-index-index .page-header .page-header__logo .panel.header {
      padding: 0; }
  @media only screen and (max-width: 767px) {
    .checkout-index-index .page-header__container {
      display: flex;
      align-items: center; } }
  .checkout-index-index .page-header .logo {
    display: inline-block;
    line-height: 1px;
    padding-top: 3px; }
  .checkout-index-index .page-header .logo img {
    max-width: 132px;
    height: auto; }
  .checkout-index-index .page-header.is-fixed {
    background-color: #e20613; }

.checkout-index-index .link-prev {
  margin: 58px 0 12px;
  letter-spacing: 0.5px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout-index-index .link-prev {
      margin: 30px 0 12px; } }
  @media only screen and (max-width: 767px) {
    .checkout-index-index .link-prev {
      margin: 20px 0 0; } }

.checkout-index-index._has-auth-shown {
  overflow: visible; }

.checkout-container {
  width: 1230px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  min-height: 100vh; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .checkout-container {
      padding: 0 20px; } }
  @media only screen and (max-width: 1209px) {
    .checkout-container {
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout-container {
      max-width: 1000px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout-container {
      max-width: 768px; } }
  @media only screen and (max-width: 767px) {
    .checkout-container {
      max-width: 400px;
      display: flex;
      flex-direction: column;
      padding: 0 15px;
      min-height: 320px; } }

#shipping-new-address-form .field .label {
  position: static;
  text-align: left;
  left: 25px;
  top: 11px;
  display: none; }

.checkout .field {
  position: relative; }

.checkout .fieldset > .field:not(.choice) > .control {
  width: 390px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout .fieldset > .field:not(.choice) > .control {
      width: 420px; } }
  @media only screen and (max-width: 767px) {
    .checkout .fieldset > .field:not(.choice) > .control {
      width: 100%; } }
  .checkout .fieldset > .field:not(.choice) > .control .input-text {
    padding: 0 15px; }
    @media only screen and (max-width: 767px) {
      .checkout .fieldset > .field:not(.choice) > .control .input-text {
        padding: 0 10px;
        height: 46px;
        font-size: 1.6rem; } }

.checkout__title {
  font-size: 20px;
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
  width: 100%;
  letter-spacing: -0.5px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .checkout__title {
      padding-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .checkout__title {
      letter-spacing: -0.8px; } }
  .checkout__title--address {
    margin-top: 30px; }

.checkout__subtitle {
  font-size: 13px;
  font-family: "uniformrd-md-webfont", sans-serif;
  text-transform: uppercase;
  color: #e20613;
  margin: 0 0 25px;
  font-weight: 600;
  text-align: left; }

.checkout .opc-sidebar {
  width: 300px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  padding: 23px 0;
  margin-left: 0;
  position: relative;
  right: -101px;
  margin-top: 0;
  top: 71px;
  float: none;
  display: inline-block; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .checkout .opc-sidebar {
      top: 64px;
      width: 32%;
      max-width: 300px;
      margin-left: 10px;
      right: -10px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout .opc-sidebar {
      width: 270px;
      right: -50px;
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .checkout .opc-sidebar {
      order: 8;
      top: 0;
      right: 0;
      width: 100%;
      border: none;
      padding: 26px 0 30px;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .checkout .opc-sidebar .action-close {
      display: none; } }

.checkout__summary {
  display: flex;
  flex-direction: column;
  position: relative; }
  .checkout__summary > .title {
    font-size: 20px;
    font-family: "uniformrd-md-webfont", sans-serif;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 23px;
    padding-left: 20px;
    display: block;
    order: 1;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .checkout__summary > .title {
        border-radius: 10px;
        padding: 24px 22px 22px;
        letter-spacing: -0.5px;
        border: 1px solid #ebebeb; } }
    @media only screen and (max-width: 767px) {
      .checkout__summary > .title:after {
        content: '+';
        width: auto;
        height: auto;
        background-color: transparent;
        font-weight: 700;
        top: 23px;
        position: absolute;
        right: 21px;
        font-size: 21px; } }
  .checkout__summary .items-in-cart {
    order: 2; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .checkout__summary .items-in-cart {
        max-height: 349px;
        overflow: auto; } }
    @media only screen and (max-width: 767px) {
      .checkout__summary .items-in-cart {
        display: none; } }
  .checkout__summary .table.table-totals {
    order: 3; }
    @media only screen and (max-width: 767px) {
      .checkout__summary .table.table-totals {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .checkout__summary.active {
      border: 1px solid #ebebeb;
      border-radius: 10px; } }
  @media only screen and (max-width: 767px) {
    .checkout__summary.active > .title {
      border: none;
      border-bottom: 1px solid #ebebeb;
      border-radius: 0; } }
  @media only screen and (max-width: 767px) {
    .checkout__summary.active > .title:after {
      content: ' ';
      position: absolute;
      right: 20px;
      top: 42px;
      overflow: visible;
      width: 12px;
      height: 2px;
      background-color: black; } }
  @media only screen and (max-width: 767px) {
    .checkout__summary.active .items-in-cart {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .checkout__summary.active .table.table-totals {
      display: block; } }
  .checkout__summary .items-in-cart > .title {
    visibility: hidden;
    height: 0;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .checkout__summary .items-in-cart > .title strong {
        display: none; } }
  .checkout__summary .c-summary-items {
    padding: 0 15px 0 24px; }
    .checkout__summary .c-summary-items .product-item {
      width: 100%;
      border: none; }
      .checkout__summary .c-summary-items .product-item .product {
        border-bottom: 1px solid #ebebeb;
        padding: 25px 0;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .checkout__summary .c-summary-items .product-item .product {
            padding: 20px 0; } }
      .checkout__summary .c-summary-items .product-item:last-of-type .product {
        border-bottom: none; }
    .checkout__summary .c-summary-items .minicart-items-wrapper {
      padding: 0;
      margin: -10px 0 0;
      max-height: 100%; }
      @media only screen and (max-width: 767px) {
        .checkout__summary .c-summary-items .minicart-items-wrapper {
          margin: 0; } }
    .checkout__summary .c-summary-items .product-item-name {
      font-weight: 500;
      font-size: 13px;
      line-height: 16px; }
    .checkout__summary .c-summary-items .product-image-container {
      display: flex;
      align-items: center;
      width: 77px;
      margin-left: -16px; }
      @media only screen and (max-width: 767px) {
        .checkout__summary .c-summary-items .product-image-container {
          margin-left: -10px; } }
      .checkout__summary .c-summary-items .product-image-container img {
        max-width: 65px;
        margin: 0 auto; }
    .checkout__summary .c-summary-items .product-item-name-block {
      width: 120px; }
      @media only screen and (max-width: 767px) {
        .checkout__summary .c-summary-items .product-item-name-block {
          width: 65%; } }
    .checkout__summary .c-summary-items .product-item-details {
      margin-left: 5px;
      padding-right: 15px; }
      @media only screen and (max-width: 767px) {
        .checkout__summary .c-summary-items .product-item-details {
          margin-left: 15px;
          padding-right: 5px; } }
      .checkout__summary .c-summary-items .product-item-details .cart-price {
        position: relative;
        top: 2px; }
    .checkout__summary .c-summary-items .product-item-inner .subtotal {
      color: #e20613;
      font-family: "uniformrd-md-webfont", sans-serif; }
      .checkout__summary .c-summary-items .product-item-inner .subtotal .price-including-tax {
        font-size: 15px; }
      @media only screen and (max-width: 767px) {
        .checkout__summary .c-summary-items .product-item-inner .subtotal .price {
          font-size: 13px; } }

.checkout__shipping {
  padding-top: 18px; }
  @media only screen and (max-width: 767px) {
    .checkout__shipping {
      padding-top: 6px; } }

.checkout .action-remind {
  color: #959595;
  font-size: 13px; }
  .checkout .action-remind:hover, .checkout .action-remind:visited, .checkout .action-remind:active, .checkout .action-remind:focus {
    color: #959595; }

.checkout-shipping-address #customer-email-fieldset {
  width: 450px; }
  @media only screen and (max-width: 767px) {
    .checkout-shipping-address #customer-email-fieldset {
      width: 100%;
      border-bottom: 0; } }
  .checkout-shipping-address #customer-email-fieldset .field .label {
    display: none; }
  .checkout-shipping-address #customer-email-fieldset .fieldset {
    margin-bottom: 12px; }
  .checkout-shipping-address #customer-email-fieldset .btn--red {
    float: right;
    padding: 8.5px 20px 7.5px;
    margin-right: 57px;
    min-width: 141px; }
  .checkout-shipping-address #customer-email-fieldset .action-remind {
    padding-top: 10px;
    display: inline-block; }
  .checkout-shipping-address #customer-email-fieldset #customer-email-error {
    margin-top: 17px; }

.checkout.user .checkout-payment-method .payment-methods .primary.checkout {
  bottom: -85px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout.user .checkout-payment-method .payment-methods .primary.checkout {
      bottom: -65px; } }

.checkout.user .checkout-payment-method .checkout-billing-address {
  top: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout.user .checkout-payment-method .checkout-billing-address {
      top: 90px; } }
  @media only screen and (max-width: 767px) {
    .checkout.user .checkout-payment-method .checkout-billing-address {
      top: 60px; } }

@media only screen and (max-width: 767px) {
  .checkout.user .checkout-payment-method {
    padding-bottom: 100px; } }

@media (max-width: 360px) {
  .checkout.user .checkout-payment-method .payment-methods {
    padding-bottom: 0; } }

.checkout.b2b .checkout-payment-method .checkout-billing-address {
  visibility: hidden;
  height: 0;
  margin: 0;
  opacity: 0; }

.opc-wrapper {
  margin: 0 0 20px;
  width: 66.66667%;
  float: left;
  order: 1; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .opc-wrapper {
      width: 62%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .opc-wrapper {
      width: 420px; } }
  @media only screen and (max-width: 767px) {
    .opc-wrapper {
      order: 9;
      width: 100%;
      padding-right: 0; } }

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none; }

.checkout-onepage-success .print,
.checkout-onepage-failure .print {
  display: none; }

.checkout-onepage-success .page-main,
.checkout-onepage-failure .page-main {
  width: 1230px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px 50px; }
  @media only screen and (max-width: 1209px) {
    .checkout-onepage-success .page-main,
    .checkout-onepage-failure .page-main {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .checkout-onepage-success .page-main,
    .checkout-onepage-failure .page-main {
      padding: 0 0 5px;
      margin: 90px auto 0; } }
  .checkout-onepage-success .page-main .page-title-wrapper,
  .checkout-onepage-failure .page-main .page-title-wrapper {
    padding: 0 20px 5px; }

.checkout-success,
.checkout-failure {
  position: relative;
  margin: 176px auto 0; }
  @media only screen and (max-width: 767px) {
    .checkout-success,
    .checkout-failure {
      margin: 85px auto 0; } }
  .checkout-success.registered,
  .checkout-failure.registered {
    padding-bottom: 242px; }
    @media only screen and (max-width: 1024px) {
      .checkout-success.registered,
      .checkout-failure.registered {
        padding: 0 0 80px; } }
    @media only screen and (max-width: 767px) {
      .checkout-success.registered,
      .checkout-failure.registered {
        padding: 0 0 5px; } }
  .checkout-success:after,
  .checkout-failure:after {
    content: '';
    display: block;
    background-image: url("../images/confetti2.svg");
    background-repeat: no-repeat;
    width: 275px;
    height: 300px;
    position: absolute;
    left: -5px;
    top: -79px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .checkout-success:after,
      .checkout-failure:after {
        top: -63px; } }
    @media only screen and (max-width: 767px) {
      .checkout-success:after,
      .checkout-failure:after {
        display: none; } }
  .checkout-success:before,
  .checkout-failure:before {
    content: '';
    display: block;
    background-image: url("../images/confetti1.svg");
    background-repeat: no-repeat;
    width: 232px;
    height: 300px;
    position: absolute;
    right: -5px;
    top: -62px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .checkout-success:before,
      .checkout-failure:before {
        right: -65px; } }
    @media only screen and (max-width: 767px) {
      .checkout-success:before,
      .checkout-failure:before {
        display: none; } }
  .checkout-success__title,
  .checkout-failure__title {
    font-size: 28px;
    line-height: 35px;
    font-family: "uniformrd-md-webfont", sans-serif;
    margin-bottom: 17px;
    letter-spacing: -1px; }
    @media only screen and (max-width: 767px) {
      .checkout-success__title,
      .checkout-failure__title {
        font-size: 20px;
        line-height: 26px;
        max-width: 250px;
        margin: 0 auto 21px;
        position: relative; } }
    @media only screen and (max-width: 767px) {
      .checkout-success__title:after,
      .checkout-failure__title:after {
        content: '';
        display: block;
        background-image: url("../images/confetti/confetti-bottom.png");
        background-repeat: no-repeat;
        width: 260px;
        height: 45px;
        position: absolute;
        left: 0;
        bottom: -4px; } }
    @media only screen and (max-width: 767px) {
      .checkout-success__title:before,
      .checkout-failure__title:before {
        content: '';
        display: block;
        background-image: url("../images/confetti/confetti-top.png");
        background-repeat: no-repeat;
        width: 185px;
        height: 20px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -21px; } }
  .checkout-success__order,
  .checkout-failure__order {
    color: #e20613;
    font-size: 16px;
    font-family: "uniformrd-md-webfont", sans-serif;
    margin-bottom: 18px; }
    @media only screen and (max-width: 767px) {
      .checkout-success__order,
      .checkout-failure__order {
        font-size: 14px; } }
    .checkout-success__order a,
    .checkout-failure__order a {
      color: #e20613; }
  .checkout-success__info,
  .checkout-failure__info {
    font-size: 14px;
    color: #959595; }
  .checkout-success .btn--red,
  .checkout-failure .btn--red {
    margin-top: 32px;
    display: inline-block;
    min-width: 215px; }
    @media only screen and (max-width: 767px) {
      .checkout-success .btn--red,
      .checkout-failure .btn--red {
        min-width: 176px; } }
    .checkout-success .btn--red:visited,
    .checkout-failure .btn--red:visited {
      color: #fff;
      background-color: #e20613; }
    .checkout-success .btn--red:hover,
    .checkout-failure .btn--red:hover {
      border-color: 1px solid #e20613;
      color: #e20613;
      background-color: transparent; }

.checkout-success {
  width: 858px; }
  @media only screen and (max-width: 1024px) {
    .checkout-success {
      width: 100%; } }

.checkout-failure {
  width: 950px;
  padding-bottom: 242px; }
  @media only screen and (max-width: 1024px) {
    .checkout-failure {
      padding: 0 0 80px;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .checkout-failure {
      padding: 0 0 5px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout-failure:after {
      width: 155px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout-failure:before {
      right: -15px;
      width: 155px; } }
  .checkout-failure__info {
    max-width: 50%;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1024px) {
      .checkout-failure__info {
        max-width: 90%; } }

.checkout-registration {
  margin-top: 30px;
  padding-bottom: 200px;
  font-size: 14px;
  color: #959595; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout-registration {
      padding-bottom: 150px; } }
  @media only screen and (max-width: 767px) {
    .checkout-registration {
      margin-top: 5px;
      padding-bottom: 30px; } }
  .checkout-registration__title {
    font-weight: 600; }
  .checkout-registration__form {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .checkout-registration__form {
        flex-direction: column; } }
    .checkout-registration__form span {
      display: inline-block;
      padding: 0 20px; }
      @media only screen and (max-width: 767px) {
        .checkout-registration__form span {
          padding: 15px 20px; } }
  .checkout-registration__descr {
    display: inline-block;
    margin-bottom: 3px; }

@media only screen and (max-width: 767px) {
  .checkout-onepage-success .page-header {
    background-color: #fff; } }

.checkout-onepage-success .page-wrapper {
  position: relative;
  overflow-x: hidden; }
  .checkout-onepage-success .page-wrapper:before {
    content: '';
    display: block;
    background-image: url("../images/bricks_2R.png");
    background-repeat: no-repeat;
    width: 370px;
    height: 455px;
    position: absolute;
    top: 21px;
    bottom: auto;
    left: -169px;
    background-size: 100%;
    z-index: -1; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .checkout-onepage-success .page-wrapper:before {
        background-size: 80%; } }
    @media only screen and (max-width: 767px) {
      .checkout-onepage-success .page-wrapper:before {
        display: none; } }
  .checkout-onepage-success .page-wrapper:after {
    content: '';
    display: block;
    background-image: url("../images/bricks_3.png");
    background-repeat: no-repeat;
    width: 370px;
    height: 300px;
    position: absolute;
    top: 377px;
    bottom: auto;
    right: -125px;
    background-size: 80%;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    z-index: -1; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .checkout-onepage-success .page-wrapper:after {
        top: auto;
        bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .checkout-onepage-success .page-wrapper:after {
        display: none; } }
  .checkout-onepage-success .page-wrapper:after {
    -webkit-transform: rotate(37deg);
            transform: rotate(37deg);
    background-size: 90%;
    height: 340px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .checkout-onepage-success .page-wrapper:after {
        background-size: 70%;
        top: 458px; } }
    @media only screen and (max-width: 767px) {
      .checkout-onepage-success .page-wrapper:after {
        display: block;
        background-size: 80%;
        top: 44px;
        -webkit-transform: rotate(115deg);
                transform: rotate(115deg);
        height: 280px;
        width: 280px;
        right: -104px; } }
  .checkout-onepage-success .page-wrapper:before {
    width: 408px;
    height: 510px;
    visibility: visible;
    opacity: 1;
    background-color: transparent; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .checkout-onepage-success .page-wrapper:before {
        background-size: 80%; } }
    @media only screen and (max-width: 767px) {
      .checkout-onepage-success .page-wrapper:before {
        display: block;
        background-image: url("../images/bricks_2R_2.png");
        -webkit-transform: rotate(106deg);
                transform: rotate(106deg);
        width: 255px;
        height: 260px;
        background-size: 77%;
        left: -155px;
        top: 80px; } }

.checkout-onepage-success.search-is-active .page-wrapper:before {
  background-image: none; }

@media only screen and (max-width: 639px) {
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0; } }

.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 18px 15px; }
  .opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    font-weight: 700;
    float: left; }
    .opc-estimated-wrapper .estimated-block .estimated-label {
      display: block;
      margin: 0 0 5px; }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    color: #333; }

@media only screen and (min-width: 768px) {
  .opc-estimated-wrapper {
    display: none; } }

.opc-progress-bar {
  margin: 40px 0 35px;
  counter-reset: i;
  font-size: 0;
  width: 800px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .opc-progress-bar {
      width: 100%;
      margin: 20px 0 20px; } }
  @media only screen and (max-width: 767px) {
    .opc-progress-bar {
      width: 100%;
      max-width: 400px;
      margin: 15px auto 18px; } }

.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%; }
  .opc-progress-bar-item:before {
    background: #f6f6f6;
    top: 21px;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .opc-progress-bar-item:before {
        top: 17px; } }
  .opc-progress-bar-item:first-child:before {
    border-radius: 5px 0 0 5px; }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 5px 5px 0; }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 67px;
    width: 100%;
    word-wrap: break-word;
    color: #959595;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 300;
    font-size: 1.6rem; }
    @media only screen and (max-width: 767px) {
      .opc-progress-bar-item > span {
        padding-top: 57px;
        font-size: 12px; } }
    .opc-progress-bar-item > span:before, .opc-progress-bar-item > span:after {
      background: #fff;
      height: 42px;
      margin-left: -21px;
      width: 42px;
      border-radius: 50%;
      content: '';
      left: 50%;
      position: absolute;
      top: 0;
      color: #000;
      font-family: "uniformrd-md-webfont", sans-serif;
      line-height: 32px;
      z-index: 999; }
    .opc-progress-bar-item > span:after {
      background: #fff;
      height: 30px;
      margin-left: -15px;
      top: 10px;
      width: 30px;
      content: counter(i);
      counter-increment: i;
      color: #000;
      font-weight: 600;
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .opc-progress-bar-item > span:after {
          margin-left: -17px;
          top: 7px; } }
    .opc-progress-bar-item > span:before {
      box-shadow: 0 2px 15px rgba(35, 35, 35, 0.15);
      top: 3px; }
      @media only screen and (max-width: 767px) {
        .opc-progress-bar-item > span:before {
          width: 37px;
          height: 37px; } }
  .opc-progress-bar-item._active:before {
    background: #fff;
    background-image: linear-gradient(94deg, #e20613 0%, #ff7e00 100%); }
  .opc-progress-bar-item._active > span {
    color: #959595; }
    .opc-progress-bar-item._active > span:before {
      background: #fff; }
    .opc-progress-bar-item._active > span:after {
      content: "";
      font-family: "trefl-icons";
      line-height: 1;
      font-size: 1rem;
      font-weight: 700;
      height: auto;
      top: 21px; }
      @media only screen and (max-width: 767px) {
        .opc-progress-bar-item._active > span:after {
          top: 19px;
          margin-left: -16px;
          font-size: 9px; } }
  .opc-progress-bar-item._complete {
    cursor: pointer; }
    .opc-progress-bar-item._complete:before {
      background-image: linear-gradient(94deg, #e20613 0%, #ff7e00 100%);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
      width: 200%;
      z-index: 99;
      border-radius: 5px; }
    .opc-progress-bar-item._complete > span {
      color: #959595; }

.field .control._with-tooltip {
  position: relative; }

.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px; }

.field.choice .field-tooltip-action {
  line-height: 21px; }

.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380; }

.opc-wrapper .fieldset > .field {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .opc-wrapper .fieldset > .field {
      margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .opc-wrapper .fieldset > .field.required, .opc-wrapper .fieldset > .field._required {
    position: relative; }
    .opc-wrapper .fieldset > .field.required > label, .opc-wrapper .fieldset > .field._required > label {
      padding-right: 25px; }
      .opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
        margin-left: 10px;
        position: absolute;
        top: 9px; } }

@media only screen and (min-width: 768px) {
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px; }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px; } }

.field-tooltip {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  line-height: 1;
  right: -29px;
  top: 17px; }
  @media only screen and (max-width: 767px) {
    .field-tooltip {
      right: 9px;
      top: 14px; } }
  .field-tooltip._active {
    z-index: 100; }
    .field-tooltip._active .field-tooltip-content {
      display: block; }
    .field-tooltip._active .field-tooltip-action:before {
      color: #e20613; }
  .field-tooltip .field-tooltip-action {
    width: 19px;
    height: 19px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    display: inline-block;
    text-decoration: none; }
    .field-tooltip .field-tooltip-action > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .field-tooltip .field-tooltip-action:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 11px;
      line-height: inherit;
      color: #bbb;
      content: "?";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .field-tooltip .field-tooltip-action:hover:before {
      color: #e20613; }
    .field-tooltip .field-tooltip-action:hover {
      border: 1px solid #e20613; }
    .field-tooltip .field-tooltip-action:before {
      font-family: "Roboto", sans-serif;
      position: absolute;
      top: 3.5px;
      left: 6.5px;
      font-weight: 600; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus {
      z-index: 100; }
      ._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
        display: block; }
      ._keyfocus .field-tooltip .field-tooltip-action:focus:before {
        color: #e20613; }
  .field-tooltip .field-tooltip-content {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 12px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    word-wrap: break-word;
    z-index: 2;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    color: #989898;
    line-height: 16px; }
    @media only screen and (max-width: 767px) {
      .field-tooltip .field-tooltip-content {
        right: -8px;
        top: 52px;
        left: auto; } }
    .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      border-right-color: #fff;
      left: -21px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '';
      display: block;
      position: absolute;
      z-index: 3; }
      @media only screen and (max-width: 767px) {
        .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
          -webkit-transform: translateY(0) rotate(90deg);
                  transform: translateY(0) rotate(90deg);
          right: 6px;
          top: 0;
          left: auto; } }
    .field-tooltip .field-tooltip-content:before {
      border-right-color: #fff; }
    .field-tooltip .field-tooltip-content:after {
      border-right-color: #fff;
      width: 1px;
      z-index: 4; }

@media only screen and (max-width: 479px) {
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px; } }

.opc-wrapper .checkout-shipping-address .checkout__title {
  display: inline-block;
  width: auto;
  border-bottom: none;
  padding-right: 40px; }
  @media only screen and (max-width: 767px) {
    .opc-wrapper .checkout-shipping-address .checkout__title {
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 25px;
      width: 100%; } }

.opc-wrapper #checkout-step-shipping {
  border-top: 1px solid #ebebeb; }
  @media only screen and (max-width: 767px) {
    .opc-wrapper #checkout-step-shipping {
      border-top: none; } }
  .opc-wrapper #checkout-step-shipping .note {
    color: #989898;
    font-size: 12px; }
    .opc-wrapper #checkout-step-shipping .note:before {
      display: none; }

.opc-wrapper .form-shipping-address {
  margin: 24px 0 75px; }
  @media only screen and (max-width: 767px) {
    .opc-wrapper .form-shipping-address {
      margin: 24px 0 50px; } }
  @media only screen and (max-width: 767px) {
    .opc-wrapper .form-shipping-address {
      margin: 24px 0 32px; } }
  .opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 14px;
    margin-top: 10px; }
  .opc-wrapper .form-shipping-address .fields-title {
    text-transform: uppercase;
    font-size: 13px;
    font-family: "uniformrd-md-webfont", sans-serif;
    color: #e20613;
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .opc-wrapper .form-shipping-address .fields-title {
        margin-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .opc-wrapper .form-shipping-address .fields-title {
        margin-bottom: 25px; } }
    .opc-wrapper .form-shipping-address .fields-title:after {
      content: ':';
      display: inline-block;
      padding-left: 1px; }
    .opc-wrapper .form-shipping-address .fields-title--address {
      padding-top: 30px;
      margin-bottom: 35px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .opc-wrapper .form-shipping-address .fields-title--address {
          padding-top: 20px;
          margin-bottom: 15px; } }
      @media only screen and (max-width: 767px) {
        .opc-wrapper .form-shipping-address .fields-title--address {
          padding-top: 9px;
          margin-top: 0;
          margin-bottom: 25px; } }
  .opc-wrapper .form-shipping-address .field-error {
    position: static;
    margin-top: 4px; }
  .opc-wrapper .form-shipping-address #customer-email-error {
    margin-top: 17px; }
  @media only screen and (max-width: 767px) {
    .opc-wrapper .form-shipping-address .select {
      height: 46px; } }
  .opc-wrapper .form-shipping-address .field[name="shippingAddress.street.0"] {
    margin-bottom: 10px; }
  .opc-wrapper .form-shipping-address .field[name="shippingAddress.street.1"] {
    width: 185px;
    float: left;
    margin-right: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .opc-wrapper .form-shipping-address .field[name="shippingAddress.street.1"] {
        width: 201px;
        margin-right: 18px; } }
    @media only screen and (max-width: 767px) {
      .opc-wrapper .form-shipping-address .field[name="shippingAddress.street.1"] {
        width: 48%;
        margin-right: 0; } }
  .opc-wrapper .form-shipping-address .field[name="shippingAddress.street.2"] {
    width: 185px;
    float: left; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .opc-wrapper .form-shipping-address .field[name="shippingAddress.street.2"] {
        width: 201px; } }
    @media only screen and (max-width: 767px) {
      .opc-wrapper .form-shipping-address .field[name="shippingAddress.street.2"] {
        width: 48%;
        float: right; } }

.opc-wrapper .shipping-address-items {
  margin: 40px 0 30px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .opc-wrapper .shipping-address-items {
      margin: 10px 0 30px; } }
  @media only screen and (max-width: 767px) {
    .opc-wrapper .shipping-address-items {
      margin: 5px 0 25px; } }

.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  min-width: 350px;
  display: inline-block;
  position: relative;
  word-wrap: break-word; }
  @media only screen and (max-width: 1024px) {
    .opc-wrapper .shipping-address-item {
      line-height: 26px; } }
  @media only screen and (max-width: 767px) {
    .opc-wrapper .shipping-address-item {
      min-width: 1px;
      max-width: 100%;
      width: 100%;
      margin: 20px 0 0; } }
  .opc-wrapper .shipping-address-item:first-of-type {
    margin-right: 50px; }
    @media only screen and (max-width: 767px) {
      .opc-wrapper .shipping-address-item:first-of-type {
        margin-right: 0; } }
  .opc-wrapper .shipping-address-item .action-select-shipping-item {
    height: auto;
    padding: 9.5px 20px 8.5px; }
  .opc-wrapper .shipping-address-item.selected-item {
    border-color: #e20613;
    border-radius: 5px; }
    .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
      visibility: hidden;
      height: 0;
      margin: 0;
      padding: 0; }
  .opc-wrapper .shipping-address-item.not-selected-item .action-select-shipping-item {
    float: left; }
  .opc-wrapper .shipping-address-item > span {
    display: block;
    color: #959595;
    font-size: 15px; }
    @media only screen and (max-width: 767px) {
      .opc-wrapper .shipping-address-item > span {
        padding: 0;
        font-size: 14px; } }
    .opc-wrapper .shipping-address-item > span a {
      color: #959595; }
      .opc-wrapper .shipping-address-item > span a:visited, .opc-wrapper .shipping-address-item > span a:focus, .opc-wrapper .shipping-address-item > span a:active {
        color: #959595; }
  .opc-wrapper .shipping-address-item .shipping-address__label {
    color: #000;
    font-size: 15px;
    width: 140px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .opc-wrapper .shipping-address-item .shipping-address__label {
        font-size: 14px;
        width: 38%;
        display: inline-block;
        line-height: 19px; } }
  .opc-wrapper .shipping-address-item .edit-address-link {
    color: #e20613;
    font-size: 13px;
    font-weight: 400;
    margin: 35px 5px 0 20px; }

.opc-wrapper .action-show-popup {
  top: -3px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .opc-wrapper .action-show-popup {
      position: static;
      text-align: left;
      margin-top: 20px;
      top: 0; } }
  .opc-wrapper .action-show-popup > span:before {
    content: '+';
    padding-right: 5px;
    color: #e20613; }
    @media only screen and (max-width: 767px) {
      .opc-wrapper .action-show-popup > span:before {
        font-size: 20px;
        position: relative;
        top: 2px; } }

.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0; }

.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #opc-shipping_method {
    width: 738px; } }

.checkout-shipping-method .step-title {
  margin-bottom: 0; }

.checkout-shipping-method .no-quotes-block {
  margin: 20px 0; }

#shipping-method-buttons-container .button.continue {
  font-size: 14px;
  text-transform: uppercase;
  padding: 19px 17px;
  letter-spacing: 1px;
  min-width: 179px;
  float: right;
  margin-top: 25px; }
  @media only screen and (max-width: 767px) {
    #shipping-method-buttons-container .button.continue {
      font-size: 12px;
      padding: 14px 16px;
      min-width: 102px;
      margin-top: 35px; } }

.table-checkout-shipping-method thead th {
  display: none; }

.table-checkout-shipping-method tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  vertical-align: middle; }
  .table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 20px;
    display: table-cell; }

.table-checkout-shipping-method tbody .col-price {
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .table-checkout-shipping-method tbody .col-price {
      min-width: 70px;
      text-align: center; } }

.table-checkout-shipping-method tbody .col-carrier {
  width: 34%;
  padding: 20px 5px;
  cursor: pointer; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .table-checkout-shipping-method tbody .col-carrier {
      padding: 20px 30px 20px 5px; } }
  @media only screen and (max-width: 767px) {
    .table-checkout-shipping-method tbody .col-carrier {
      width: auto;
      max-width: 100px;
      padding-left: 25px; } }
  .table-checkout-shipping-method tbody .col-carrier span {
    display: block;
    color: #989898;
    font-size: 12px; }

.table-checkout-shipping-method tbody .col-method {
  color: #e20613;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .table-checkout-shipping-method tbody .col-method {
      display: table-cell; } }
  .table-checkout-shipping-method tbody .col-method br {
    display: none; }
  .table-checkout-shipping-method tbody .col-method #select_paczkomaty_point,
  .table-checkout-shipping-method tbody .col-method #select_paczkomaty_point_cod {
    border: 1px solid #e20613;
    padding: 11px 14px;
    margin-left: 40px;
    text-align: center; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .table-checkout-shipping-method tbody .col-method #select_paczkomaty_point,
      .table-checkout-shipping-method tbody .col-method #select_paczkomaty_point_cod {
        margin-left: 0;
        min-width: 120px;
        margin-top: 15px; } }
    @media only screen and (max-width: 767px) {
      .table-checkout-shipping-method tbody .col-method #select_paczkomaty_point,
      .table-checkout-shipping-method tbody .col-method #select_paczkomaty_point_cod {
        margin-left: 0;
        padding: 10px 9px;
        margin-top: 7px;
        font-size: 11px; } }
    .table-checkout-shipping-method tbody .col-method #select_paczkomaty_point:hover,
    .table-checkout-shipping-method tbody .col-method #select_paczkomaty_point_cod:hover {
      background: #e20613;
      color: white;
      text-decoration: none; }

.table-checkout-shipping-method tbody .col-price {
  padding: 20px 5px;
  min-width: 95px; }
  @media only screen and (max-width: 767px) {
    .table-checkout-shipping-method tbody .col-price {
      min-width: 80px; } }

.table-checkout-shipping-method tbody tr {
  border-bottom: none; }
  .table-checkout-shipping-method tbody tr:first-child td {
    border-top: none; }

.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0; }

#widget-modal {
  z-index: 999999 !important; }

.table-checkout-shipping-method .col-method,
.payment-method-title {
  position: relative; }
  .table-checkout-shipping-method .col-method input[type="radio"]:checked,
  .table-checkout-shipping-method .col-method input[type="radio"]:not(:checked),
  .payment-method-title input[type="radio"]:checked,
  .payment-method-title input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .table-checkout-shipping-method .col-method input[type="radio"]:checked + label,
  .table-checkout-shipping-method .col-method input[type="radio"]:not(:checked) + label,
  .payment-method-title input[type="radio"]:checked + label,
  .payment-method-title input[type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    display: table-cell;
    color: #666; }
  .table-checkout-shipping-method .col-method input[type="radio"]:checked + label:before,
  .table-checkout-shipping-method .col-method input[type="radio"]:not(:checked) + label:before,
  .payment-method-title input[type="radio"]:checked + label:before,
  .payment-method-title input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    background: #fff; }
  .table-checkout-shipping-method .col-method input[type="radio"]:checked + label:after,
  .table-checkout-shipping-method .col-method input[type="radio"]:not(:checked) + label:after,
  .payment-method-title input[type="radio"]:checked + label:after,
  .payment-method-title input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #e20613;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5px;
    border-radius: 50%;
    transition: all 0.2s ease; }
  .table-checkout-shipping-method .col-method input[type="radio"]:not(:checked) + label:after,
  .payment-method-title input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0); }
  .table-checkout-shipping-method .col-method input[type="radio"]:checked + label:after,
  .payment-method-title input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1); }

@media only screen and (max-width: 639px) {
  .opc-wrapper .action-show-popup {
    width: 100%; }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px; }
    .opc-wrapper .edit-address-link > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .opc-wrapper .edit-address-link:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: #303030;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .opc-wrapper .edit-address-link:hover:before {
      color: #303030; }
    .opc-wrapper .edit-address-link:active:before {
      color: #303030; } }

@media only screen and (min-width: 1024px) {
  .opc-wrapper .shipping-address-item {
    width: 33.33333%; }
    .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
      display: none; }
    .opc-wrapper .shipping-address-item.selected-item:before {
      display: none; }
    .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
      display: none; }
  .table-checkout-shipping-method {
    min-width: 500px; } }

@media only screen and (max-width: 767px) {
  .checkout-index-index .modal-popup.modal-slide {
    width: 100%;
    left: 0; } }

.checkout-index-index .modal-inner-wrap #opc-new-shipping-address .fields-title {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "uniformrd-md-webfont", sans-serif;
  color: #e20613;
  margin-bottom: 15px;
  text-align: left; }
  .checkout-index-index .modal-inner-wrap #opc-new-shipping-address .fields-title--address {
    margin-top: 20px; }
  .checkout-index-index .modal-inner-wrap #opc-new-shipping-address .fields-title:after {
    content: ':';
    display: inline-block;
    padding-left: 1px; }

.checkout-index-index .modal-inner-wrap #opc-new-shipping-address .field-error {
  position: static;
  text-align: left;
  margin-top: 4px; }

.checkout-index-index .modal-inner-wrap #opc-new-shipping-address .fieldset > .field {
  margin-bottom: 10px; }

.checkout-index-index .modal-inner-wrap #opc-new-shipping-address .field.choice {
  text-align: left;
  position: relative; }
  .checkout-index-index .modal-inner-wrap #opc-new-shipping-address .field.choice input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .checkout-index-index .modal-inner-wrap #opc-new-shipping-address .field.choice input:checked + label:before {
      content: "\e92f";
      background: #fff;
      display: inline-block;
      font-family: 'trefl-icons';
      speak: none;
      font-size: 7px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      line-height: 15px;
      color: #e20613;
      font-weight: 600; }
  .checkout-index-index .modal-inner-wrap #opc-new-shipping-address .field.choice label {
    border-radius: 3px;
    min-height: 15px;
    width: 15px;
    font-size: 14px;
    line-height: 20px;
    display: inline;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    padding-left: 3px; }
    .checkout-index-index .modal-inner-wrap #opc-new-shipping-address .field.choice label:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 15px;
      height: 15px;
      background: white;
      border: 1px solid gray;
      position: absolute;
      border-radius: 3px;
      left: -20px;
      top: 0;
      z-index: 9;
      border: 1px solid #e1e1e1; }
  .checkout-index-index .modal-inner-wrap #opc-new-shipping-address .field.choice:before {
    width: 0;
    padding: 0; }
  .checkout-index-index .modal-inner-wrap #opc-new-shipping-address .field.choice .label {
    display: inline-block;
    width: auto; }

.checkout-index-index .modal-inner-wrap #opc-new-shipping-address .modal-slide .action-close {
  padding: 0; }
  .checkout-index-index .modal-inner-wrap #opc-new-shipping-address .modal-slide .action-close:before {
    font-weight: 600; }

.checkout-index-index .modal-inner-wrap #opc-new-shipping-address .modal-footer {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }

.checkout-index-index .modal-inner-wrap .action-save-address {
  text-transform: uppercase;
  padding: 13px 30px; }

.checkout-index-index .modal-inner-wrap .action-hide-popup {
  float: left;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid rgba(170, 170, 170, 0.3);
  color: #adadad;
  position: relative;
  padding: 13.5px 39px 12.5px 29px;
  padding: 13.5px 20px 12.5px;
  min-width: 120px; }
  .checkout-index-index .modal-inner-wrap .action-hide-popup:visited, .checkout-index-index .modal-inner-wrap .action-hide-popup:focus, .checkout-index-index .modal-inner-wrap .action-hide-popup:active {
    color: #adadad;
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(170, 170, 170, 0.3); }
  .checkout-index-index .modal-inner-wrap .action-hide-popup:hover {
    background-color: #e20613;
    border: 1px solid #e20613;
    color: #fff; }
  .checkout-index-index .modal-inner-wrap .action-hide-popup:after {
    content: '\e913';
    font-family: 'trefl-icons';
    display: inline-block;
    font-size: 6px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    right: 19px;
    top: 19px; }
  .checkout-index-index .modal-inner-wrap .action-hide-popup:after {
    display: none; }

.checkout-index-index .modal-inner-wrap .field-tooltip-content {
  top: 45px; }
  .checkout-index-index .modal-inner-wrap .field-tooltip-content:before, .checkout-index-index .modal-inner-wrap .field-tooltip-content:after {
    display: none; }

.checkout-shipping-method {
  position: relative; }

.shipping-policy-block.field-tooltip {
  top: 12px; }
  .shipping-policy-block.field-tooltip .field-tooltip-action {
    color: #e20613;
    cursor: pointer; }
    .shipping-policy-block.field-tooltip .field-tooltip-action:before {
      display: none; }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 420px;
    top: 30px; }

@media only screen and (max-width: 639px) {
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto; }
    .shipping-policy-block.field-tooltip .field-tooltip-content {
      width: 300px;
      right: auto; }
      .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
        right: auto; } }

@media only screen and (min-width: 768px) {
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333%;
    float: right;
    order: 2; } }

.opc-block-shipping-information {
  padding: 0 30px; }
  .opc-block-shipping-information .shipping-information-title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    position: relative; }
    .opc-block-shipping-information .shipping-information-title .action-edit {
      top: 2px;
      display: inline-block;
      text-decoration: none;
      margin: 0;
      position: absolute;
      right: 0; }
      .opc-block-shipping-information .shipping-information-title .action-edit > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .opc-block-shipping-information .shipping-information-title .action-edit:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: 28px;
        color: #000;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
        color: #333; }
      .opc-block-shipping-information .shipping-information-title .action-edit:active:before {
        color: #000; }
  .opc-block-shipping-information .shipping-information-content {
    line-height: 27px; }
    .opc-block-shipping-information .shipping-information-content .actions-toolbar {
      margin-left: 0; }
  .opc-block-shipping-information .ship-to,
  .opc-block-shipping-information .ship-via {
    margin: 0 0 20px; }

.opc-block-summary .table-totals {
  font-family: "uniformrd-md-webfont", sans-serif;
  margin: 0 20px;
  width: auto; }
  .opc-block-summary .table-totals th {
    color: #959595;
    font-size: 14px;
    text-align: left; }
  .opc-block-summary .table-totals td {
    color: #000;
    padding-right: 0;
    text-align: right; }
  .opc-block-summary .table-totals .totals.shipping .label + span {
    display: none; }
  .opc-block-summary .table-totals .totals.shipping th, .opc-block-summary .table-totals .totals.shipping td {
    padding-bottom: 20px; }
  .opc-block-summary .table-totals .grand.totals {
    border-top: 1px solid #ebebeb; }
    .opc-block-summary .table-totals .grand.totals th, .opc-block-summary .table-totals .grand.totals td {
      padding-top: 25px;
      vertical-align: bottom; }
      @media only screen and (max-width: 767px) {
        .opc-block-summary .table-totals .grand.totals th, .opc-block-summary .table-totals .grand.totals td {
          padding-bottom: 15px;
          padding-top: 20px; } }
    .opc-block-summary .table-totals .grand.totals .price {
      color: #e20613;
      font-size: 16px; }

.opc-block-summary .mark .value {
  color: #999;
  display: block; }

.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0; }
  .opc-block-summary .grand.incl + .grand.excl .mark strong,
  .opc-block-summary .grand.incl + .grand.excl .amount strong {
    font-weight: 400; }

.opc-block-summary .not-calculated {
  font-style: italic; }

.opc-block-summary .items-in-cart > .title {
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0; }
  .opc-block-summary .items-in-cart > .title > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .opc-block-summary .items-in-cart > .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: inherit;
    content: " ";
    font-family: "icons-blank-theme";
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .opc-block-summary .items-in-cart > .title:after {
    position: absolute;
    right: 15px;
    top: 16px;
    overflow: visible;
    width: 12px;
    height: 2px;
    background-color: black; }
  .opc-block-summary .items-in-cart > .title strong {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0; }

.opc-block-summary .items-in-cart.active > .title:after {
  content: "+"; }

.opc-block-summary .items-in-cart.active > .title:after {
  width: auto;
  height: auto;
  background-color: transparent;
  font-weight: 700;
  top: 4px; }

.opc-block-summary .items-in-cart .product {
  position: relative; }

.opc-block-summary .minicart-items-wrapper {
  margin: -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0; }

.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0; }

.opc-block-summary .product-item {
  background-color: transparent;
  padding: 0; }
  .opc-block-summary .product-item .product {
    display: flex; }
  .opc-block-summary .product-item .product-item-name-block {
    display: table-cell;
    padding-right: 5px;
    text-align: left; }
  .opc-block-summary .product-item .subtotal {
    display: table-cell;
    text-align: right; }
  .opc-block-summary .product-item .price {
    font-size: 1.6rem;
    font-weight: 400; }
  .opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
    margin: 0; }
    .opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
      font-size: 1rem; }

.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1; }
  .opc-block-summary .actions-toolbar .secondary {
    border-top: 1px solid #d1d1d1;
    display: block;
    float: none;
    margin: -1px 0 0;
    padding: 15px 0 0;
    text-align: left; }
    .opc-block-summary .actions-toolbar .secondary .action {
      margin: 0; }

@media only screen and (min-width: 768px) {
  .opc-summary-wrapper .modal-header .action-close {
    display: none; } }

.checkout-authentication {
  width: 800px;
  margin: 0 0 54px;
  position: relative;
  float: left; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .checkout-authentication {
      width: 66.66667%;
      padding-right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout-authentication {
      width: 420px; } }
  @media only screen and (max-width: 767px) {
    .checkout-authentication {
      width: 100%;
      max-width: 400px;
      margin: 0; } }
  .checkout-authentication .checkout__title {
    margin-bottom: 40px; }
    @media only screen and (max-width: 1209px) {
      .checkout-authentication .checkout__title {
        margin-bottom: 29px; } }
  .checkout-authentication__wrapper {
    display: flex;
    margin-top: 20px; }
    @media only screen and (max-width: 1024px) {
      .checkout-authentication__wrapper {
        flex-direction: column; } }
    .checkout-authentication__wrapper .checkout__subtitle {
      margin-bottom: 49px; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .checkout-authentication__wrapper .checkout__subtitle {
          margin-bottom: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .checkout-authentication__wrapper .checkout__subtitle {
          margin-bottom: 15px; } }
      @media only screen and (max-width: 767px) {
        .checkout-authentication__wrapper .checkout__subtitle {
          margin-bottom: 10px; } }
  .checkout-authentication__login {
    background-color: #fff;
    float: right;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    transition: visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    transition: transform linear 0.1s, visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
    visibility: hidden;
    margin-top: -118px;
    position: relative;
    width: 50%;
    right: 0;
    height: 0; }
    @media only screen and (max-width: 1024px) {
      .checkout-authentication__login {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .checkout-authentication__login {
        margin-top: -62px; } }
    .checkout-authentication__login._show {
      z-index: 100;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      transition: visibility 0s linear 0s, -webkit-transform linear 0.1s;
      transition: transform linear 0.1s, visibility 0s linear 0s;
      transition: transform linear 0.1s, visibility 0s linear 0s, -webkit-transform linear 0.1s;
      visibility: visible;
      height: auto; }
    .checkout-authentication__login .action-close {
      display: none; }
    .checkout-authentication__login .fieldset > .field:not(.choice) > .control {
      width: 100%; }
    .checkout-authentication__login .fieldset > .field {
      margin-bottom: 5px; }
      .checkout-authentication__login .fieldset > .field:first-of-type {
        margin-bottom: 35px; }
      .checkout-authentication__login .fieldset > .field .label {
        display: none; }
    .checkout-authentication__login .field-email {
      margin-bottom: 30px; }
    .checkout-authentication__login .action-remind {
      float: right;
      margin: 5px 0 7px;
      position: absolute;
      top: 56px;
      right: 0; }
      .checkout-authentication__login .action-remind:hover, .checkout-authentication__login .action-remind:visited, .checkout-authentication__login .action-remind:active, .checkout-authentication__login .action-remind:focus {
        color: #959595; }
    .checkout-authentication__login .link-more {
      display: block;
      margin-top: 15px; }
  .checkout-authentication__actions {
    text-align: center; }
    .checkout-authentication__actions .btn--red {
      min-width: 141px; }
  .checkout-authentication__new {
    width: 50%;
    padding-right: 75px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .checkout-authentication__new {
        padding-right: 30px; } }
    @media only screen and (max-width: 1024px) {
      .checkout-authentication__new {
        width: 100%;
        padding-right: 20px;
        margin-bottom: 11px; } }
    .checkout-authentication__new p {
      color: #989898;
      font-size: 14px;
      line-height: 26px; }
      @media only screen and (max-width: 767px) {
        .checkout-authentication__new p {
          line-height: 23px; } }
  .checkout-authentication__registered {
    width: 50%; }
    .checkout-authentication__registered .checkout__subtitle {
      padding-left: 10px; }
      @media only screen and (max-width: 767px) {
        .checkout-authentication__registered .checkout__subtitle {
          padding-left: 0;
          margin-bottom: 26px; } }
    .checkout-authentication__registered .btn--red {
      width: 100%;
      display: block;
      margin-top: 71px;
      letter-spacing: 0.5px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .checkout-authentication__registered .btn--red {
          max-width: 200px;
          margin-top: 25px; } }
      @media only screen and (max-width: 767px) {
        .checkout-authentication__registered .btn--red {
          margin-top: 15px;
          min-width: 290px;
          padding: 11.5px 20px 10.5px;
          font-size: 12px; } }

.block-authentication .block-title {
  font-size: 2.2rem;
  border-bottom: 0;
  margin-bottom: 25px; }
  .block-authentication .block-title strong {
    font-weight: 300; }

.block-authentication .field .label {
  font-weight: 400; }

#co-payment-form .discount-code {
  display: none; }

.checkout-payment .link-prev,
.checkout-payment .checkout-authentication {
  display: none; }

.checkout-payment-method {
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .checkout-payment-method {
      padding-bottom: 230px; } }
  .checkout-payment-method .step-title {
    border-bottom: 0;
    margin-bottom: 0; }
  .checkout-payment-method .payment-methods {
    position: relative; }
    @media only screen and (max-width: 365px) {
      .checkout-payment-method .payment-methods {
        padding-bottom: 20px; } }
    .checkout-payment-method .payment-methods .primary.checkout {
      position: absolute;
      bottom: -235px;
      right: 0;
      display: inline-block;
      width: auto;
      font-size: 14px;
      text-transform: uppercase;
      z-index: 99; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .checkout-payment-method .payment-methods .primary.checkout {
          bottom: -250px; } }
      @media only screen and (max-width: 767px) {
        .checkout-payment-method .payment-methods .primary.checkout {
          margin-bottom: 25px;
          bottom: -280px; } }
    .checkout-payment-method .payment-methods .checkout__title {
      border-bottom: none; }
  .checkout-payment-method .payment-method {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 0 20px; }
    @media only screen and (max-width: 1024px) {
      .checkout-payment-method .payment-method {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .checkout-payment-method .payment-method {
        position: static;
        padding: 0 10px; } }
    .checkout-payment-method .payment-method._active {
      border: 2px solid #e20613; }
      .checkout-payment-method .payment-method._active .payment-method-content {
        display: block; }
    .checkout-payment-method .payment-method .payment-method-content {
      padding-left: 10px; }
      .checkout-payment-method .payment-method .payment-method-content .actions-toolbar {
        margin-top: 0; }
  .checkout-payment-method .payment-method-title {
    padding: 37.5px 0;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .checkout-payment-method .payment-method-title {
        padding: 25px 5px; } }
    .checkout-payment-method .payment-method-title hr {
      border-top: none; }
    .checkout-payment-method .payment-method-title .payment-icon {
      display: inline-block;
      margin-right: 5px;
      vertical-align: middle; }
    .checkout-payment-method .payment-method-title .action-help {
      display: inline-block;
      margin-left: 5px; }
    .checkout-payment-method .payment-method-title .label {
      padding-left: 35px;
      font-weight: 500;
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .checkout-payment-method .payment-method-title .label {
          padding-left: 30px; } }
    .checkout-payment-method .payment-method-title [type="radio"]:checked + label:before,
    .checkout-payment-method .payment-method-title [type="radio"]:not(:checked) + label:before {
      top: 52%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .checkout-payment-method .payment-method-title [type="radio"]:checked + label,
    .checkout-payment-method .payment-method-title [type="radio"]:not(:checked) + label {
      display: flex;
      color: #000; }
    .checkout-payment-method .payment-method-title img {
      max-height: 35px;
      position: absolute;
      right: 0; }
  .checkout-payment-method .blue-payment__blik .payment-method-title {
    display: flex;
    align-items: center;
    padding: 23px 0; }
    .checkout-payment-method .blue-payment__blik .payment-method-title .label {
      display: inline-block;
      width: auto;
      padding-right: 30px; }
    .checkout-payment-method .blue-payment__blik .payment-method-title .blik-code {
      margin-right: 75px; }
    .checkout-payment-method .blue-payment__blik .payment-method-title img {
      max-height: 55px; }
  .checkout-payment-method .blue-payment__blik .blik-error {
    bottom: 4px; }
  .checkout-payment-method .payment-method-empty-gateway {
    color: #e02b27;
    font-size: 15px; }
  .checkout-payment-method .payment-method-content {
    display: none; }
    .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
      margin: 0 0 20px; }
    .checkout-payment-method .payment-method-content ul {
      list-style: none;
      padding-left: 15px; }
    .checkout-payment-method .payment-method-content .bluepayment-options-list {
      display: flex;
      flex-wrap: wrap;
      padding-left: 26px;
      padding-bottom: 10px; }
      .checkout-payment-method .payment-method-content .bluepayment-options-list li {
        display: flex;
        align-content: center;
        align-items: center;
        position: relative; }
      .checkout-payment-method .payment-method-content .bluepayment-options-list img {
        height: 115px;
        margin-right: 14px;
        border: 1px solid #ebebeb;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          .checkout-payment-method .payment-method-content .bluepayment-options-list img {
            height: 90px; } }
      .checkout-payment-method .payment-method-content .bluepayment-options-list input {
        visibility: hidden;
        position: absolute;
        top: 0; }
        .checkout-payment-method .payment-method-content .bluepayment-options-list input:checked + label img {
          border: 2px solid #e20613; }
      .checkout-payment-method .payment-method-content .bluepayment-options-list label {
        align-items: center;
        font-weight: 500;
        display: flex; }
        .checkout-payment-method .payment-method-content .bluepayment-options-list label .details {
          display: none; }
  .checkout-payment-method .payment-group + .payment-group .step-title {
    margin: 20px 0 0; }
  .checkout-payment-method .field-select-billing,
  .checkout-payment-method .billing-address-form {
    max-width: 600px; }
  .checkout-payment-method .billing-address-form .field-error, .checkout-payment-method .billing-address-form div.mage-error[generated] {
    margin-top: 5px;
    position: static; }
  .checkout-payment-method .billing-address-form .street .field[name="billingAddressshared.street.0"] {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .checkout-payment-method .billing-address-form .street .field[name="billingAddressshared.street.0"] {
        margin-bottom: 0; } }
  .checkout-payment-method .billing-address-form .street .field[name="billingAddressshared.street.1"] {
    width: 185px;
    float: left;
    margin-right: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .checkout-payment-method .billing-address-form .street .field[name="billingAddressshared.street.1"] {
        width: 201px;
        margin-right: 18px; } }
    @media only screen and (max-width: 767px) {
      .checkout-payment-method .billing-address-form .street .field[name="billingAddressshared.street.1"] {
        width: 48%;
        margin-right: 0; } }
  .checkout-payment-method .billing-address-form .street .field[name="billingAddressshared.street.2"] {
    width: 185px;
    float: left; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .checkout-payment-method .billing-address-form .street .field[name="billingAddressshared.street.2"] {
        width: 201px; } }
    @media only screen and (max-width: 767px) {
      .checkout-payment-method .billing-address-form .street .field[name="billingAddressshared.street.2"] {
        width: 48%;
        float: right; } }
  .checkout-payment-method .billing-address-form .field[name="billingAddressshared.region"] {
    display: none; }
  .checkout-payment-method .billing-address-same-as-shipping-block {
    margin: 0 0 10px; }
  .checkout-payment-method .checkout-billing-address {
    margin: 0 20px 20px;
    color: #959595;
    position: relative;
    top: 156px;
    max-width: 500px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .checkout-payment-method .checkout-billing-address {
        top: 250px;
        max-width: 600px; } }
    @media only screen and (max-width: 767px) {
      .checkout-payment-method .checkout-billing-address {
        top: 255px;
        margin: 20px 0 25px 25px; } }
    @media only screen and (max-width: 767px) {
      .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block {
        padding-top: 10px;
        padding-right: 10px; } }
    .checkout-payment-method .checkout-billing-address a {
      color: #959595; }
    .checkout-payment-method .checkout-billing-address .change-address {
      margin: -10px 0 20px 0; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .checkout-payment-method .checkout-billing-address .change-address {
          margin: 20px 0 20px -25px; } }
      @media only screen and (max-width: 767px) {
        .checkout-payment-method .checkout-billing-address .change-address {
          margin: 30px 0 20px -25px; } }
    .checkout-payment-method .checkout-billing-address .fieldset.address {
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        .checkout-payment-method .checkout-billing-address .fieldset.address > .field {
          margin-bottom: 15px; } }
    .checkout-payment-method .checkout-billing-address .choice.field:before {
      display: none; }
    .checkout-payment-method .checkout-billing-address .choice.field .label {
      display: inline-block; }
    .checkout-payment-method .checkout-billing-address .primary .action-update {
      padding: 9.5px 20px 8.5px;
      min-width: 150px; }
    .checkout-payment-method .checkout-billing-address .primary .action-cancel:after {
      display: none; }
    .checkout-payment-method .checkout-billing-address .billing-address-details {
      line-height: 24px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .checkout-payment-method .checkout-billing-address .billing-address-details {
          line-height: 20px;
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .checkout-payment-method .checkout-billing-address .billing-address-details {
          line-height: 18px;
          font-size: 13px; } }
    .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block {
      position: relative; }
      .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block input {
        position: absolute;
        z-index: -1;
        opacity: 0; }
        .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block input:checked + label:before {
          content: "\e92f";
          background: #fff;
          display: inline-block;
          font-family: 'trefl-icons';
          speak: none;
          font-size: 7px;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          text-align: center;
          line-height: 15px;
          color: #e20613;
          font-weight: 600; }
      .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block label {
        border-radius: 3px;
        min-height: 15px;
        width: 15px;
        font-size: 14px;
        line-height: 20px;
        display: inline;
        position: relative;
        margin-bottom: 15px;
        cursor: pointer;
        padding-left: 3px; }
        .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block label:before {
          content: '';
          margin-right: 10px;
          display: inline-block;
          vertical-align: text-top;
          width: 15px;
          height: 15px;
          background: white;
          border: 1px solid gray;
          position: absolute;
          border-radius: 3px;
          left: -20px;
          top: 0;
          z-index: 9;
          border: 1px solid #e1e1e1; }
    .checkout-payment-method .checkout-billing-address .field .label {
      display: none; }
  .checkout-payment-method .payment-method-note + .checkout-billing-address {
    margin-top: 20px; }
  .checkout-payment-method .payment-method-iframe {
    background-color: transparent;
    display: none;
    width: 100%; }
  .checkout-payment-method .no-payments-block {
    margin: 20px 0; }

#payment .checkout-billing-address .change-address {
  margin-bottom: 85px; }
  #payment .checkout-billing-address .change-address__actions {
    margin-left: 0; }
    @media only screen and (max-width: 767px) {
      #payment .checkout-billing-address .change-address__actions {
        margin-top: 5px; } }
    #payment .checkout-billing-address .change-address__actions .primary {
      display: flex;
      float: none;
      flex-direction: row-reverse;
      justify-content: space-between;
      width: 100%;
      max-width: 100%; }
    #payment .checkout-billing-address .change-address__actions button, #payment .checkout-billing-address .change-address__actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper #payment .checkout-billing-address .change-address__actions .actions-toolbar > .action, #payment .checkout-billing-address .change-address__actions .action-gift {
      border-radius: 28px;
      width: auto;
      min-width: 160px;
      padding: 11.5px 39px 10.5px 29px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        #payment .checkout-billing-address .change-address__actions button, #payment .checkout-billing-address .change-address__actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper #payment .checkout-billing-address .change-address__actions .actions-toolbar > .action, #payment .checkout-billing-address .change-address__actions .action-gift {
          margin-bottom: 0;
          padding: 13.5px 39px 12.5px 29px;
          min-width: 120px; } }

#payment .checkout-billing-address .field-select-billing .select-style:after {
  display: none; }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0; }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%; }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
      margin-left: 25.8%; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
      margin-left: 0; }
  .checkout-billing-address .action-edit-address {
    margin-top: 20px;
    min-width: 100px; }
    .checkout-billing-address .action-edit-address:hover {
      background-color: #fff;
      color: #e20613;
      border: 1px solid #e20613; } }

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: ""; }

.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer; }

.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none; }

.checkout-payment-method .payment-option-title {
  border-top: 1px solid rgba(235, 235, 235, 0.6);
  padding: 37.5px 0; }
  .checkout-payment-method .payment-option-title .action-toggle {
    color: #e20613;
    display: inline-block;
    text-decoration: none; }
    .checkout-payment-method .payment-option-title .action-toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 16px;
      color: #000;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .checkout-payment-method .payment-option-title .action-toggle:hover:after {
      color: #333; }
    .checkout-payment-method .payment-option-title .action-toggle:active:after {
      color: #000; }

.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px; }

.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px; }

.checkout-payment-method .credit-card-types {
  padding: 0; }
  .checkout-payment-method .credit-card-types .item {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
    vertical-align: top; }
    .checkout-payment-method .credit-card-types .item._active {
      font-weight: 700; }
      .checkout-payment-method .credit-card-types .item._active img {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .checkout-payment-method .credit-card-types .item._inactive {
      opacity: 0.4; }
    .checkout-payment-method .credit-card-types .item span {
      display: inline-block;
      padding-top: 6px;
      vertical-align: top; }
  .checkout-payment-method .credit-card-types img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    transition: all 0.6s ease; }

.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px; }

.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px; }

.checkout-payment-method .ccard .month .select {
  width: 140px; }

.checkout-payment-method .ccard .year .select {
  width: 80px; }

.checkout-payment-method .ccard .number .input-text {
  width: 225px; }

.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto; }

.checkout-payment-method .ccard .cvv .input-text {
  width: 55px; }

.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important; }

@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px; }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .payment-option-title {
    padding-left: 22px; }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0; } }

.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px; }

.checkout-agreements-block .action-show {
  vertical-align: baseline; }

.checkout-agreements-block .gdpr-checkbox-checkout {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 15px 10px;
  position: absolute;
  bottom: -135px;
  z-index: 99;
  width: 100%;
  left: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .checkout-agreements-block .gdpr-checkbox-checkout {
      bottom: -180px; } }
  @media only screen and (max-width: 767px) {
    .checkout-agreements-block .gdpr-checkbox-checkout {
      bottom: -190px; } }
  .checkout-agreements-block .gdpr-checkbox-checkout div.mage-error[generated] {
    position: static;
    margin-top: 5px; }

.checkout-agreements-items {
  padding-bottom: 30px; }
  .checkout-agreements-items .checkout-agreements-item {
    margin-bottom: 20px; }
  .checkout-agreements-items .checkout-agreements-item-title {
    border-bottom: 0; }

.checkout-agreement-item-content {
  overflow: auto; }

.gdpr-checkbox {
  position: relative; }
  .gdpr-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .gdpr-checkbox input:checked + label:before {
      content: "\e92f";
      background: #fff;
      display: inline-block;
      font-family: 'trefl-icons';
      speak: none;
      font-size: 7px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      line-height: 15px;
      color: #e20613;
      font-weight: 600; }
  .gdpr-checkbox label {
    border-radius: 3px;
    min-height: 15px;
    width: 15px;
    font-size: 14px;
    line-height: 20px;
    display: inline;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    padding-left: 3px; }
    .gdpr-checkbox label:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 15px;
      height: 15px;
      background: white;
      border: 1px solid gray;
      position: absolute;
      border-radius: 3px;
      left: -20px;
      top: 0;
      z-index: 9;
      border: 1px solid #e1e1e1; }

.gdpr-checkbox-checkout label {
  padding-left: 27px; }
  .gdpr-checkbox-checkout label:before {
    left: 2px; }
  .gdpr-checkbox-checkout label a:hover {
    color: #959595; }

.gdpr-checkbox-checkout .agreement-information {
  padding-top: 10px; }

.cart-empty {
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cart-empty {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .cart-empty {
      padding: 40px 0; } }
  .cart-empty button, .cart-empty .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .cart-empty .actions-toolbar > .action, .cart-empty .action-gift {
    text-transform: uppercase; }
  .cart-empty__wrapper {
    padding-top: 105px;
    padding-bottom: 120px; }
    @media only screen and (min-width: 1550px) {
      .cart-empty__wrapper {
        padding-top: 145px;
        padding-bottom: 150px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .cart-empty__wrapper {
        flex-direction: column;
        padding-top: 60px;
        padding-bottom: 70px; } }
    @media only screen and (max-width: 767px) {
      .cart-empty__wrapper {
        padding: 10px 15px 0; } }
  .cart-empty__title {
    font-size: 3rem;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .cart-empty__title {
        font-size: 2.2rem; } }
  .cart-empty__description {
    font-family: "uniformrd-md-webfont", sans-serif;
    color: #6a6a6a;
    font-size: 1.6rem;
    position: relative;
    display: inline-block; }
    .cart-empty__description:before, .cart-empty__description:after {
      content: '';
      display: block;
      width: 165px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #eeeeee;
      height: 1px; }
      @media only screen and (max-width: 767px) {
        .cart-empty__description:before, .cart-empty__description:after {
          width: 55px; } }
    .cart-empty__description:before {
      left: -70%; }
      @media only screen and (max-width: 767px) {
        .cart-empty__description:before {
          left: -65px; } }
    .cart-empty__description:after {
      right: -70%; }
      @media only screen and (max-width: 767px) {
        .cart-empty__description:after {
          right: -65px; } }
    @media only screen and (max-width: 1024px) {
      .cart-empty__description {
        font-size: 1.4rem; } }
  .cart-empty__img {
    background: #f1f1f1;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    margin: 40px auto 45px;
    padding: 41px 30px; }
    @media only screen and (max-width: 1024px) {
      .cart-empty__img {
        width: 150px;
        height: 150px; } }

.confettiWrapper {
  position: relative; }

.confettiButton {
  transition: 0.1s linear;
  position: relative;
  z-index: 900; }
  .confettiButton:active {
    -webkit-transform: translateY(0px) scale(0.98);
            transform: translateY(0px) scale(0.98);
    background-color: #e72a33; }
  .confettiButton:focus {
    outline: 0; }

#p1 {
  z-index: 100;
  position: absolute;
  left: 75px;
  top: 25px;
  width: 20px;
  height: 10px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  background-color: #ffc547; }

#p2 {
  z-index: 100;
  position: absolute;
  left: 25px;
  top: 25px;
  width: 20px;
  height: 10px;
  background-color: #2D348C; }

#p3 {
  z-index: 100;
  position: absolute;
  left: 75px;
  top: 25px;
  width: 14px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  background-color: #e72a33; }

#p4 {
  z-index: 100;
  position: absolute;
  left: 75px;
  top: 25px;
  width: 18px;
  height: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-color: #ffda47; }

#p5 {
  z-index: 100;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 18px;
  height: 8px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  background-color: #e72a33; }

#p6 {
  z-index: 100;
  position: absolute;
  left: 120px;
  top: 25px;
  width: 12px;
  height: 8px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  background-color: #8bd93e; }

#p7 {
  z-index: 100;
  position: absolute;
  left: 45px;
  top: 25px;
  width: 15px;
  height: 5px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  background-color: #8bd93e; }

.contact-info {
  width: 25%;
  display: block;
  float: left;
  font-weight: 500; }
  .contact-info:first-child {
    padding-left: 50px; }
  .contact-info:last-child {
    padding-left: 30px; }
  @media only screen and (max-width: 1024px) {
    .contact-info {
      width: 50%;
      float: none;
      margin: auto; }
      .contact-info:first-child {
        padding-left: 0; }
      .contact-info:last-child {
        padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .contact-info {
      width: 100%;
      float: none; } }
  .contact-info-container {
    padding: 40px;
    margin-bottom: 160px;
    font-family: "uniformrd-md-webfont", sans-serif; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .contact-info-container {
        display: flex;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 1024px) {
      .contact-info-container {
        margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .contact-info-container {
        padding: 15px; } }
  .contact-info__title {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .contact-info__title {
        font-size: 2.4rem; } }
  .contact-info__mail p {
    display: inline-block; }
    .contact-info__mail p a {
      color: #adadad; }
      .contact-info__mail p a:hover {
        color: #e20613; }
  .contact-info__mail i {
    color: #e20613;
    margin-left: 3px;
    margin-right: 13px; }
  .contact-info__phone {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .contact-info__phone {
        margin-bottom: 10px; } }
    .contact-info__phone p {
      display: inline-block;
      color: #adadad; }
    .contact-info__phone i {
      color: #e20613;
      font-size: 2.5rem;
      margin-right: 10px; }
  .contact-info__descr {
    max-width: 1019px;
    margin: 0 auto 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    color: #adadad;
    font-family: "uniformrd-md-webfont", sans-serif; }
    @media only screen and (max-width: 1209px) {
      .contact-info__descr {
        margin: 0 20px 40px; } }

.cms-kontakt .page-main,
.contact-index-index .page-main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 0; }

.cms-kontakt .page-container,
.contact-index-index .page-container {
  max-width: 1200px;
  margin: auto;
  width: 100%; }

.cms-kontakt .columns .column.main,
.contact-index-index .columns .column.main {
  padding-bottom: 0; }

.cms-kontakt .page-main {
  margin-bottom: -20px; }

.c-contact {
  background-color: #f5f5f5;
  padding: 40px 0; }
  .c-contact__fieldset {
    max-width: 940px;
    margin: 0 auto; }
  .c-contact__career {
    display: none; }
  .c-contact__career-info, .c-contact__b2b-info {
    display: none; }
  .c-contact__career-text {
    color: #adadad;
    font-family: "uniformrd-md-webfont", sans-serif;
    margin-top: 1rem; }

.contact-index-index .career-address,
.contact-index-index .b2b-address {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0; }

.o-form-contact {
  width: 80%;
  margin: auto; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .o-form-contact {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .o-form-contact {
      width: 90%; } }
  .o-form-contact .o-form-row {
    width: 50%;
    float: left;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .o-form-contact .o-form-row {
        width: 100%;
        float: none; } }
  .o-form-contact--small {
    width: 950px; }
    @media only screen and (max-width: 1024px) {
      .o-form-contact--small {
        width: 90%; } }
  .o-form-contact .agreement-information {
    clear: both;
    padding: 0 25px 20px;
    text-align: left;
    font-size: 13px; }
    @media only screen and (max-width: 767px) {
      .o-form-contact .agreement-information {
        padding: 0 0 20px; } }

.o-fieldset {
  border: 0;
  padding: 0;
  text-align: center; }
  .o-fieldset:last-child {
    margin-bottom: 20px; }
  .o-fieldset__checkmarks {
    margin: 60px;
    display: flex;
    justify-content: center; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .o-fieldset__checkmarks {
        justify-content: space-between; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .o-fieldset__checkmarks {
        margin: 60px 0; } }
    @media only screen and (max-width: 767px) {
      .o-fieldset__checkmarks {
        display: block;
        margin: 0; } }
  .o-fieldset__legend {
    font-size: 2.2rem;
    margin: auto;
    text-align: center;
    font-weight: 700;
    font-family: "uniformrd-md-webfont", sans-serif;
    width: 100%; }
    .o-fieldset__legend h2 {
      font-weight: 700;
      margin: 0; }
  .o-fieldset__title {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 30px;
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .o-fieldset__title {
        font-size: 20px;
        line-height: 26px;
        text-align: left; } }
  .o-fieldset__note {
    width: 100%;
    text-align: center; }
  .o-fieldset__subtitle {
    color: #959595;
    margin: 5px auto 25px; }
    @media only screen and (max-width: 767px) {
      .o-fieldset__subtitle {
        margin: 10px auto 25px;
        text-align: left; } }
  .o-fieldset > .o-field,
  .o-fieldset > .o-fields > .o-field {
    margin: 0 0 20px;
    margin: 10px 0;
    padding: 0;
    font-family: "uniformrd-md-webfont", sans-serif; }
    .o-fieldset > .o-field > .label,
    .o-fieldset > .o-fields > .o-field > .label {
      margin: 0 0 5px;
      display: inline-block; }
    .o-fieldset > .o-field:last-child,
    .o-fieldset > .o-fields > .o-field:last-child {
      margin-bottom: 0; }
    .o-fieldset > .o-field > .label,
    .o-fieldset > .o-fields > .o-field > .label {
      font-weight: 700; }
      .o-fieldset > .o-field > .label + br,
      .o-fieldset > .o-fields > .o-field > .label + br {
        display: none; }
    .o-fieldset > .o-field .choice input,
    .o-fieldset > .o-fields > .o-field .choice input {
      vertical-align: top; }
    .o-fieldset > .o-field .fields.group:before, .o-fieldset > .o-field .fields.group:after,
    .o-fieldset > .o-fields > .o-field .fields.group:before,
    .o-fieldset > .o-fields > .o-field .fields.group:after {
      content: '';
      display: table; }
    .o-fieldset > .o-field .fields.group:after,
    .o-fieldset > .o-fields > .o-field .fields.group:after {
      clear: both; }
    .o-fieldset > .o-field .fields.group .field,
    .o-fieldset > .o-fields > .o-field .fields.group .field {
      box-sizing: border-box;
      float: left; }
    .o-fieldset > .o-field .fields.group.group-2 .field,
    .o-fieldset > .o-fields > .o-field .fields.group.group-2 .field {
      width: 50% !important; }
    .o-fieldset > .o-field .fields.group.group-3 .field,
    .o-fieldset > .o-fields > .o-field .fields.group.group-3 .field {
      width: 33.3% !important; }
    .o-fieldset > .o-field .fields.group.group-4 .field,
    .o-fieldset > .o-fields > .o-field .fields.group.group-4 .field {
      width: 25% !important; }
    .o-fieldset > .o-field .fields.group.group-5 .field,
    .o-fieldset > .o-fields > .o-field .fields.group.group-5 .field {
      width: 20% !important; }
    .o-fieldset > .o-field .addon,
    .o-fieldset > .o-fields > .o-field .addon {
      display: inline-flex;
      flex-wrap: nowrap;
      padding: 0;
      width: 100%; }
      .o-fieldset > .o-field .addon textarea,
      .o-fieldset > .o-field .addon select,
      .o-fieldset > .o-field .addon input,
      .o-fieldset > .o-fields > .o-field .addon textarea,
      .o-fieldset > .o-fields > .o-field .addon select,
      .o-fieldset > .o-fields > .o-field .addon input {
        order: 2;
        flex-basis: 100%;
        display: inline-block;
        margin: 0;
        width: auto; }
      .o-fieldset > .o-field .addon .addbefore,
      .o-fieldset > .o-field .addon .addafter,
      .o-fieldset > .o-fields > .o-field .addon .addbefore,
      .o-fieldset > .o-fields > .o-field .addon .addafter {
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #ebebeb;
        border-radius: 5px;
        font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        height: 50px;
        line-height: 1.42857;
        padding: 0 9px;
        vertical-align: baseline;
        width: 100%;
        box-sizing: border-box;
        order: 3;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: auto; }
        .o-fieldset > .o-field .addon .addbefore:disabled,
        .o-fieldset > .o-field .addon .addafter:disabled,
        .o-fieldset > .o-fields > .o-field .addon .addbefore:disabled,
        .o-fieldset > .o-fields > .o-field .addon .addafter:disabled {
          opacity: 0.5; }
        .o-fieldset > .o-field .addon .addbefore::-moz-placeholder,
        .o-fieldset > .o-field .addon .addafter::-moz-placeholder,
        .o-fieldset > .o-fields > .o-field .addon .addbefore::-moz-placeholder,
        .o-fieldset > .o-fields > .o-field .addon .addafter::-moz-placeholder {
          color: #c2c2c2; }
        .o-fieldset > .o-field .addon .addbefore::-webkit-input-placeholder,
        .o-fieldset > .o-field .addon .addafter::-webkit-input-placeholder,
        .o-fieldset > .o-fields > .o-field .addon .addbefore::-webkit-input-placeholder,
        .o-fieldset > .o-fields > .o-field .addon .addafter::-webkit-input-placeholder {
          color: #c2c2c2; }
        .o-fieldset > .o-field .addon .addbefore:-ms-input-placeholder,
        .o-fieldset > .o-field .addon .addafter:-ms-input-placeholder,
        .o-fieldset > .o-fields > .o-field .addon .addbefore:-ms-input-placeholder,
        .o-fieldset > .o-fields > .o-field .addon .addafter:-ms-input-placeholder {
          color: #c2c2c2; }
      .o-fieldset > .o-field .addon .addbefore,
      .o-fieldset > .o-fields > .o-field .addon .addbefore {
        float: left;
        order: 1; }
    .o-fieldset > .o-field .additional,
    .o-fieldset > .o-fields > .o-field .additional {
      margin-top: 10px; }
    .o-fieldset > .o-field.required > .label:after,
    .o-fieldset > .o-field._required > .label:after,
    .o-fieldset > .o-fields > .o-field.required > .label:after,
    .o-fieldset > .o-fields > .o-field._required > .label:after {
      content: '*';
      color: #e02b27;
      font-size: 1.2rem;
      margin: 0 0 0 5px; }
    .o-fieldset > .o-field .note,
    .o-fieldset > .o-fields > .o-field .note {
      font-size: 1.2rem;
      margin: 3px 0 0;
      padding: 0;
      display: inline-block;
      text-decoration: none; }
      .o-fieldset > .o-field .note:before,
      .o-fieldset > .o-fields > .o-field .note:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 12px;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }

.o-field {
  padding: 0 25px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .o-field {
      padding: 0;
      margin-bottom: 20px; } }
  .o-field > input {
    padding: 7px 20px;
    border-radius: 5px; }
  .o-field > textarea {
    padding: 15px 20px;
    border-radius: 5px;
    height: 216px; }
  .o-field__checkbox {
    position: relative;
    color: #959595;
    margin-bottom: 43px;
    clear: left;
    padding: 0 55px 0 52px;
    text-align: left; }
    .o-field__checkbox input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
      .o-field__checkbox input:checked + label:before {
        content: "\e92f";
        background: #fff;
        display: inline-block;
        font-family: 'trefl-icons';
        speak: none;
        font-size: 7px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        line-height: 15px;
        color: #e20613;
        font-weight: 600; }
    .o-field__checkbox label {
      border-radius: 3px;
      min-height: 15px;
      width: 15px;
      font-size: 14px;
      line-height: 20px;
      display: inline;
      position: relative;
      margin-bottom: 15px;
      cursor: pointer;
      padding-left: 3px; }
      .o-field__checkbox label:before {
        content: '';
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        width: 15px;
        height: 15px;
        background: white;
        border: 1px solid gray;
        position: absolute;
        border-radius: 3px;
        left: -20px;
        top: 0;
        z-index: 9;
        border: 1px solid #e1e1e1; }
    @media only screen and (max-width: 767px) {
      .o-field__checkbox {
        text-align: left;
        padding: 0 5px 0 25px; } }
    .o-field__checkbox label {
      padding-left: 0; }
      @media only screen and (max-width: 767px) {
        .o-field__checkbox label {
          width: auto; } }
      .o-field__checkbox label:before {
        left: -25px;
        top: auto; }
    .o-field__checkbox .js-label-text {
      height: 24px;
      overflow: hidden;
      display: block; }
      .o-field__checkbox .js-label-text:after {
        content: '...';
        display: inline; }
    .o-field__checkbox #hidden-text {
      display: none; }
    .o-field__checkbox .show-less,
    .o-field__checkbox .show-more {
      cursor: pointer;
      text-decoration: underline;
      font-size: 13px; }
    .o-field__checkbox .show-more {
      float: right;
      position: relative;
      top: -23px;
      right: -35px; }
    .o-field__checkbox .show-less {
      display: none;
      font-size: 13px;
      position: relative;
      top: -5px;
      padding-left: 10px; }
    .o-field__checkbox.is-active #hidden-text {
      display: inline;
      position: relative;
      top: -5px; }
    .o-field__checkbox.is-active .js-label-text:after {
      display: none; }
    .o-field__checkbox.is-active .show-more {
      display: none; }
    .o-field__checkbox.is-active .show-less {
      display: inline; }
  .o-field__submit {
    min-width: 181px;
    line-height: 26px;
    letter-spacing: 0.5px;
    border: 1px solid #e20613; }
    .o-field__submit:hover {
      border: 1px solid #e20613; }
    @media only screen and (max-width: 767px) {
      .o-field__submit {
        min-width: 140px;
        padding: 10px 15px; } }

.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap; }

.field .message.warning {
  margin-top: 10px; }

.field-error,
div.mage-error[generated] {
  margin-top: 7px; }

.field-error {
  color: #e02b27;
  font-size: 1.2rem; }

.field .tooltip {
  position: relative; }
  .field .tooltip .tooltip-content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-left: 5px;
    left: 100%;
    top: 0; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .field .tooltip .tooltip-content:after {
      border-width: 5px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:before {
      border-width: 6px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      right: 100%; }
    .field .tooltip .tooltip-content:after {
      border-right-color: #fff;
      margin-top: -5px;
      top: 15px; }
    .field .tooltip .tooltip-content:before {
      border-right-color: #bbb;
      margin-top: -6px;
      top: 15px; }
  .field .tooltip .tooltip-toggle {
    cursor: help; }
  .field .tooltip .tooltip-toggle:hover + .tooltip-content,
  .field .tooltip .tooltip-toggle:focus + .tooltip-content,
  .field .tooltip:hover .tooltip-content {
    display: block; }
  .field .tooltip .tooltip-content {
    min-width: 200px;
    white-space: normal; }

input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block; }

._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus, ._has-datepicker ~ .ui-datepicker-trigger:active {
    background: none;
    border: none;
    box-shadow: none; }
  ._has-datepicker ~ .ui-datepicker-trigger:hover {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger.disabled, ._has-datepicker ~ .ui-datepicker-trigger[disabled],
  fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  ._has-datepicker ~ .ui-datepicker-trigger > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  ._has-datepicker ~ .ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #e20613;
    content: "";
    font-family: "trefl-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0; }

.sidebar .fieldset {
  margin: 0; }
  .sidebar .fieldset > .field:not(.choice):not(:last-child),
  .sidebar .fieldset .fields > .field:not(:last-child) {
    margin: 0 0 20px; }
  .sidebar .fieldset > .field:not(.choice) .label,
  .sidebar .fieldset .fields > .field .label {
    margin: 0 0 4px;
    padding: 0 0 5px;
    text-align: left;
    width: 100%; }
  .sidebar .fieldset > .field:not(.choice) .control,
  .sidebar .fieldset .fields > .field .control {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px; }
    .fieldset > .field > .label {
      margin: 0; }
    .fieldset > .field:before, .fieldset > .field:after {
      content: '';
      display: table; }
    .fieldset > .field:after {
      clear: both; }
    .fieldset > .field.choice:before, .fieldset > .field.no-label:before {
      padding: 6px 15px 0 0;
      width: 25.8%;
      box-sizing: border-box;
      content: ' ';
      float: left;
      height: 1px; }
    .fieldset > .field .description {
      padding: 6px 15px 0 0;
      text-align: right;
      width: 25.8%;
      box-sizing: border-box;
      float: left; }
    .fieldset > .field:not(.choice) > .label {
      padding: 6px 15px 0 0;
      text-align: left;
      width: 25.8%;
      box-sizing: border-box;
      float: left; } }

.checkmarks {
  position: relative;
  cursor: pointer;
  color: #adadad;
  display: block;
  float: left;
  font-family: "uniformrd-md-webfont", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media only screen and (max-width: 767px) {
    .checkmarks {
      float: none;
      margin: 16px auto; } }
  .checkmarks .checkmark {
    border: 1px solid #adadad;
    border-radius: 50px;
    padding: 15px 30px;
    margin: 0 10px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .checkmarks .checkmark {
        padding: 15px 26px;
        margin: 0 5px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .checkmarks .checkmark {
        margin: 0 5px; } }
    @media only screen and (max-width: 767px) {
      .checkmarks .checkmark {
        min-width: 220px;
        padding: 14px 20px 13px;
        display: inline-block; } }
  .checkmarks > input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkmarks:hover input ~ .checkmark {
    background-color: #adadad;
    color: white; }
  .checkmarks > input:checked ~ .checkmark {
    background-color: #adadad;
    color: white; }
  .checkmarks > input:checked ~ .checkmark:after {
    display: block; }
  .checkmarks .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.comment #comment-error {
  margin-top: 0; }
  @media only screen and (max-width: 1209px) {
    .comment #comment-error {
      position: static;
      text-align: left; } }

.gm-style .gm-style-iw {
  padding: 15px 5px;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .gm-style .gm-style-iw {
      padding: 10px 5px 0; } }
  .gm-style .gm-style-iw .map-marker__title {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 16px; }
  .gm-style .gm-style-iw .map-marker__address {
    font-size: 14px; }

.field.captcha {
  padding: 0 25px;
  clear: both;
  position: relative;
  top: -19px;
  margin-bottom: 7px; }
  @media only screen and (max-width: 1024px) {
    .field.captcha {
      top: -10px; } }
  @media only screen and (max-width: 767px) {
    .field.captcha {
      top: 0;
      padding: 0; } }
  .field.captcha .control.captcha {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1209px) {
      .field.captcha .control.captcha {
        flex-direction: column; } }
    .field.captcha .control.captcha input {
      max-width: 420px; }
      @media only screen and (max-width: 1209px) {
        .field.captcha .control.captcha input {
          max-width: 100%; } }
  .field.captcha .label {
    display: none; }
  @media only screen and (max-width: 1209px) {
    .field.captcha .nested {
      text-align: left;
      width: 100%; } }
  .field.captcha .nested .field.captcha {
    padding-left: 51px;
    padding-right: 0;
    top: 0;
    margin-bottom: 0; }
    @media only screen and (max-width: 1209px) {
      .field.captcha .nested .field.captcha {
        padding-left: 0; } }
  .field.captcha .control.captcha-image .captcha-img {
    margin-bottom: 0; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .field.captcha .control.captcha-image .captcha-img {
        max-width: 180px; } }
  @media only screen and (max-width: 767px) {
    .field.captcha .captcha-image {
      display: flex; } }
  .field.captcha .captcha-reload {
    padding: 0; }
    .field.captcha .captcha-reload img {
      padding-left: 5px;
      position: relative;
      top: 4px; }
      @media only screen and (max-width: 767px) {
        .field.captcha .captcha-reload img {
          margin-left: 2px;
          padding-left: 8px; } }
  .field.captcha div.mage-error[generated] {
    margin-top: 39px; }
    @media only screen and (max-width: 1209px) {
      .field.captcha div.mage-error[generated] {
        position: static;
        margin-top: 3px;
        text-align: left;
        width: 100%; } }

.career-contact .c-contact,
.b2b-contact .c-contact {
  background-color: #fff;
  padding-bottom: 0; }
  .career-contact .c-contact__legend,
  .b2b-contact .c-contact__legend {
    visibility: hidden;
    height: 0; }
  .career-contact .c-contact__basic-info,
  .b2b-contact .c-contact__basic-info {
    display: none; }

.career-contact .primary .button--red,
.b2b-contact .primary .button--red {
  border: 1px solid #e20613; }
  .career-contact .primary .button--red:hover,
  .b2b-contact .primary .button--red:hover {
    border: 1px solid #e20613; }

.career-contact .c-contact__career {
  display: block; }

.career-contact .c-contact__career-info {
  display: block; }

.b2b-contact {
  margin-bottom: 2rem; }
  .b2b-contact .c-contact__b2b-info {
    display: block; }

.account-main .page-title-wrapper {
  display: none; }

.account-intro {
  background-image: url("../images/account_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .account-intro {
      background-position: 60%; } }
  @media only screen and (max-width: 767px) {
    .account-intro {
      display: flex;
      align-items: center;
      background-position: 80%;
      height: 220px; } }
  .account-intro h4 {
    font-size: 20px;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .account-intro h4 {
        font-size: 16px;
        margin-top: 15px; } }
  .account-intro__container {
    max-width: 1200px;
    margin: auto;
    display: block;
    padding-top: 40px;
    padding-bottom: 100px; }
    @media only screen and (min-width: 1025px) {
      .account-intro__container {
        min-height: 250px; } }
    @media only screen and (max-width: 767px) {
      .account-intro__container {
        margin-left: 15px;
        padding: 0; } }
  @media only screen and (max-width: 1209px) {
    .account-intro__text {
      margin-left: 20px; } }
  @media only screen and (max-width: 767px) {
    .account-intro__text {
      flex-direction: column-reverse;
      display: flex;
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .account-intro__text h1 {
      margin-bottom: 0; } }

.special-offer-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .special-offer-mobile {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .special-offer-mobile .special-offer-customer {
      display: flex; } }

@media only screen and (max-width: 767px) {
  .column.main .special-offer-customer {
    display: none; } }

.special-offer-customer {
  background-color: #e20613;
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  margin-bottom: 50px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06); }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .special-offer-customer {
      align-items: center;
      justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .special-offer-customer {
      padding: 20px 15px;
      flex-wrap: wrap;
      margin: 0 0 15px; } }
  .special-offer-customer__text {
    width: 31%;
    padding-left: 35px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .special-offer-customer__text {
        padding-left: 25px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .special-offer-customer__text {
        width: 30%;
        padding-left: 15px; } }
    @media only screen and (max-width: 767px) {
      .special-offer-customer__text {
        width: 60%;
        padding-left: 0; } }
    .special-offer-customer__text p {
      font-family: "hinted-RialtoScript-Regular", Helvetica, Arial, sans-serif;
      font-size: 1.8rem;
      margin-bottom: 5px; }
      @media only screen and (max-width: 1209px) {
        .special-offer-customer__text p {
          font-size: 1.6rem;
          line-height: 1.8rem; } }
    .special-offer-customer__text h3 {
      color: #fff;
      font-family: "uniformrd-rg-webfont", sans-serif;
      margin-left: 42px;
      font-size: 20px;
      line-height: 26px;
      margin-top: 0;
      margin-bottom: 0; }
      @media only screen and (max-width: 1209px) {
        .special-offer-customer__text h3 {
          margin-left: 10px;
          font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .special-offer-customer__text h3 {
          line-height: 20px; } }
      @media only screen and (max-width: 767px) {
        .special-offer-customer__text h3 {
          margin-left: 0;
          font-size: 1.8rem;
          line-height: 20px; } }
  .special-offer-customer__price {
    display: flex;
    flex-direction: column;
    width: auto;
    margin-left: 5px;
    align-self: center; }
    @media only screen and (max-width: 1024px) {
      .special-offer-customer__price {
        margin-left: 0;
        padding: 0 10px; } }
    @media only screen and (max-width: 767px) {
      .special-offer-customer__price {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 20px;
        width: 50%;
        padding: 0; } }
    .special-offer-customer__price p {
      text-transform: uppercase;
      color: #fff;
      font-family: "Roboto Condensed", "Roboto", sans-serif;
      font-size: 13px;
      font-weight: 700;
      margin-bottom: -5px; }
      @media only screen and (max-width: 1024px) {
        .special-offer-customer__price p {
          text-align: left;
          margin-bottom: 3px; } }
      @media only screen and (max-width: 767px) {
        .special-offer-customer__price p {
          font-size: 12px;
          width: 100%;
          margin-bottom: 0; } }
    .special-offer-customer__price h4 {
      margin: 0;
      text-align: right;
      font-size: 2rem;
      text-decoration: line-through;
      -webkit-text-decoration-color: #fff;
              text-decoration-color: #fff;
      color: #AA050E; }
      @media only screen and (max-width: 767px) {
        .special-offer-customer__price h4 {
          font-size: 1.6rem;
          margin-top: 10px;
          width: auto;
          margin-right: 10px;
          text-align: left;
          text-decoration: none;
          position: relative; }
          .special-offer-customer__price h4:after {
            content: '';
            width: 100%;
            background-color: #e20613;
            display: block;
            position: absolute;
            top: 3px;
            left: 50%;
            height: 2px;
            -webkit-transform: rotate(-10deg) translateX(-50%);
                    transform: rotate(-10deg) translateX(-50%); }
          .special-offer-customer__price h4:after {
            background-color: #AA050E; } }
      @media only screen and (max-width: 767px) {
        .special-offer-customer__price h4 span:after {
          content: '';
          width: 100%;
          background-color: #fff;
          display: block;
          position: absolute;
          top: 3px;
          left: 50%;
          height: 2px;
          -webkit-transform: rotate(-10deg) translateX(-50%);
          transform: rotate(-10deg) translateX(-50%); } }
    .special-offer-customer__price h1 {
      font-weight: 500;
      color: #ffed00;
      text-align: left;
      margin-bottom: 0;
      line-height: 38px;
      letter-spacing: 1px; }
      @media only screen and (max-width: 1209px) {
        .special-offer-customer__price h1 {
          font-size: 35px;
          letter-spacing: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .special-offer-customer__price h1 {
          font-size: 26px;
          line-height: 26px; } }
      @media only screen and (max-width: 767px) {
        .special-offer-customer__price h1 {
          font-size: 1.8rem;
          line-height: 18px;
          width: 50%;
          margin-top: 10px; } }
  .special-offer-customer__img {
    width: 24%;
    text-align: center;
    position: relative; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .special-offer-customer__img {
        width: 20%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .special-offer-customer__img {
        width: 22%; } }
    @media only screen and (max-width: 767px) {
      .special-offer-customer__img {
        width: 40%; } }
    .special-offer-customer__img:before {
      content: '';
      display: block;
      background-image: url("../images/confetti/confetti-left.png");
      background-repeat: no-repeat;
      width: 30px;
      height: 87px;
      position: absolute;
      left: 20px;
      top: -5px;
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg); }
      @media only screen and (max-width: 1209px) {
        .special-offer-customer__img:before {
          left: 0; } }
      @media only screen and (max-width: 767px) {
        .special-offer-customer__img:before {
          left: -5px; } }
    .special-offer-customer__img:after {
      content: '';
      display: block;
      background-image: url("../images/confetti/confetti-right.png");
      background-repeat: no-repeat;
      width: 30px;
      height: 52px;
      position: absolute;
      right: 11px;
      bottom: 3px; }
      @media only screen and (max-width: 1209px) {
        .special-offer-customer__img:after {
          right: 0; } }
      @media only screen and (max-width: 767px) {
        .special-offer-customer__img:after {
          right: -5px; } }
    .special-offer-customer__img img {
      width: auto;
      max-height: 120px;
      max-width: 90%;
      position: absolute; }
      @media only screen and (min-width: 1025px) {
        .special-offer-customer__img img {
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          left: 50%; } }
      @media only screen and (max-width: 1024px) {
        .special-offer-customer__img img {
          position: static; } }
      @media only screen and (max-width: 767px) {
        .special-offer-customer__img img {
          max-height: 80px;
          margin-left: 0; } }
  .special-offer-customer__btn {
    width: 20%;
    display: block;
    margin: auto;
    padding-left: 15px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .special-offer-customer__btn {
        width: 15%;
        padding-left: 0; } }
    @media only screen and (max-width: 1024px) {
      .special-offer-customer__btn {
        width: auto;
        margin: 0;
        padding-left: 0;
        padding-right: 10px; } }
    @media only screen and (max-width: 767px) {
      .special-offer-customer__btn {
        width: 50%;
        margin: 20px 0 0;
        padding-right: 0; } }
    .special-offer-customer__btn a:hover {
      text-decoration: none; }
    .special-offer-customer__btn button, .special-offer-customer__btn .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .special-offer-customer__btn .actions-toolbar > .action, .special-offer-customer__btn .action-gift {
      display: block;
      margin: auto;
      text-transform: uppercase;
      box-shadow: 0 12px 9px rgba(35, 35, 35, 0.1);
      padding: 18px 25px;
      font-size: 14px; }
      @media only screen and (min-width: 1025px) {
        .special-offer-customer__btn button, .special-offer-customer__btn .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .special-offer-customer__btn .actions-toolbar > .action, .special-offer-customer__btn .action-gift {
          min-width: 133px; } }
      @media only screen and (max-width: 1024px) {
        .special-offer-customer__btn button, .special-offer-customer__btn .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .special-offer-customer__btn .actions-toolbar > .action, .special-offer-customer__btn .action-gift {
          padding: 12px 16px;
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .special-offer-customer__btn button, .special-offer-customer__btn .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .special-offer-customer__btn .actions-toolbar > .action, .special-offer-customer__btn .action-gift {
          padding: 14px 25px;
          font-size: 14px; } }
      .special-offer-customer__btn button:active, .special-offer-customer__btn .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .special-offer-customer__btn .actions-toolbar > .action:active, .special-offer-customer__btn .action-gift:active {
        background-color: #fff;
        border-color: #fff;
        color: #e20613; }
      .special-offer-customer__btn button:hover, .special-offer-customer__btn .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .special-offer-customer__btn .actions-toolbar > .action:hover, .special-offer-customer__btn .action-gift:hover {
        background-color: #fff;
        border-color: #fff;
        color: #e20613;
        text-decoration: none; }

.block-wishlist {
  border: solid 1px #ebebeb;
  border-radius: 10px;
  padding: 20px 0 0 0;
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .block-wishlist {
      margin-top: 0; } }
  .block-wishlist .block-content {
    padding: 10px; }
  .block-wishlist__content {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative; }
  .block-wishlist__item {
    padding: 12px 0;
    height: auto; }
  .block-wishlist__title {
    padding-bottom: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    border-bottom: solid 1px #ebebeb; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .block-wishlist__title {
        margin-bottom: 5px; } }
  .block-wishlist__price {
    color: #e20613;
    font-family: "uniformrd-bd-webfont", sans-serif; }
    .block-wishlist__price p {
      margin-bottom: 0; }
    .block-wishlist__price .price-as-configured {
      display: flex;
      justify-content: flex-start; }
      .block-wishlist__price .price-as-configured .price-label {
        display: none; }
      .block-wishlist__price .price-as-configured .old-price {
        color: #6a6a6a;
        margin-right: 8px;
        margin-bottom: 0;
        position: relative;
        order: -1; }
        .block-wishlist__price .price-as-configured .old-price:after {
          content: '';
          width: 100%;
          background-color: #e20613;
          display: block;
          position: absolute;
          top: 3px;
          left: 50%;
          height: 2px;
          -webkit-transform: rotate(-10deg) translateX(-50%);
                  transform: rotate(-10deg) translateX(-50%); }
        .block-wishlist__price .price-as-configured .old-price .price-container .price {
          font-size: 13px; }
  .block-wishlist__name {
    font-family: "uniformrd-md-webfont", sans-serif; }
    .block-wishlist__name a {
      text-decoration: none; }
      .block-wishlist__name a:hover {
        text-decoration: none;
        color: #e20613; }
    .block-wishlist__name .product-item-name {
      margin: 0 25px 0 0; }
      @media only screen and (max-width: 767px) {
        .block-wishlist__name .product-item-name {
          width: 85%; } }
  .block-wishlist__img {
    display: flex;
    align-items: center;
    width: 75px;
    min-width: 75px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .block-wishlist__img {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .block-wishlist__img {
        width: 65px;
        min-width: 65px; } }
    .block-wishlist__img .product-image-photo,
    .block-wishlist__img .product-item-photo {
      position: static; }
    .block-wishlist__img .product-image-photo {
      width: auto !important;
      max-width: 55px;
      max-height: 55px;
      margin-left: 5px; }
    .block-wishlist__img .product-image-wrapper {
      padding: 0 !important;
      height: auto; }
  @media only screen and (max-width: 767px) {
    .block-wishlist .product-item-actions {
      display: block; } }
  .block-wishlist__delete a .icon {
    font-size: 11px;
    color: #e20613; }

.wishlist-index-index .block-wishlist {
  display: none; }

@media only screen and (min-width: 1025px) {
  .wishlist-account__name a {
    font-family: "uniformrd-md-webfont", sans-serif; } }

@media only screen and (max-width: 767px) {
  .wishlist-account__name a {
    font-weight: 500;
    font-size: 1.8rem; } }

.wishlist-account__name a:hover {
  text-decoration: none;
  color: #e20613; }

.wishlist-account__attribute {
  color: #e20613;
  font-size: 13px;
  font-weight: 700;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.wishlist-account__img {
  margin-bottom: 0;
  margin-top: -15px; }
  .wishlist-account__img img {
    width: 80%; }
    @media only screen and (max-width: 767px) {
      .wishlist-account__img img {
        width: 100%; } }

.wishlist-account__price {
  color: #e20613;
  font-family: "uniformrd-md-webfont", sans-serif;
  font-size: 2rem;
  margin-top: 5px; }
  @media only screen and (max-width: 767px) {
    .wishlist-account__price {
      text-align: center; } }
  .wishlist-account__price .price-box .price {
    font-size: 1.9rem; }
    @media only screen and (max-width: 767px) {
      .wishlist-account__price .price-box .price {
        text-align: center;
        font-family: "uniformrd-bd-webfont", sans-serif; } }
  .wishlist-account__price .price-as-configured {
    display: flex;
    align-items: center;
    justify-content: center; }
    .wishlist-account__price .price-as-configured .price-label {
      display: none; }
    .wishlist-account__price .price-as-configured .old-price {
      color: #6a6a6a;
      padding-left: 0;
      margin-right: 8px;
      margin-bottom: 0;
      position: relative;
      order: -1; }
      .wishlist-account__price .price-as-configured .old-price:after {
        content: '';
        width: 100%;
        background-color: #e20613;
        display: block;
        position: absolute;
        top: 3px;
        left: 50%;
        height: 2px;
        -webkit-transform: rotate(-10deg) translateX(-50%);
                transform: rotate(-10deg) translateX(-50%); }
      .wishlist-account__price .price-as-configured .old-price:after {
        top: 11px; }
      .wishlist-account__price .price-as-configured .old-price .price-container .price {
        font-size: 13px; }

.table-order-items {
  width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .table-order-items {
      margin-bottom: 20px; } }
  .table-order-items > thead {
    background-color: #e20613;
    color: #fff; }
    .table-order-items > thead tr th {
      padding: 11px 10px;
      font-family: "uniformrd-md-webfont", sans-serif;
      font-weight: normal;
      vertical-align: middle; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .table-order-items > thead tr th {
          padding: 16px 10px 14px; } }
      @media only screen and (max-width: 767px) {
        .table-order-items > thead tr th {
          text-align: left;
          padding: 15px; } }
    .table-order-items > thead tr td {
      font-family: "uniformrd-md-webfont", sans-serif;
      padding: 33.5px 15px;
      font-size: 13px;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .table-order-items > thead tr td {
          padding: 15px; } }
      .table-order-items > thead tr td:first-of-type {
        min-width: 150px; }
        @media only screen and (max-width: 767px) {
          .table-order-items > thead tr td:first-of-type {
            min-width: 100px;
            padding: 15px; } }
  .table-order-items > tbody tr {
    background-color: #f7f7f7; }
    .table-order-items > tbody tr:nth-child(odd) {
      background-color: #fbfbfb; }
  .table-order-items > tbody tr td {
    font-family: "uniformrd-md-webfont", sans-serif;
    padding: 33.5px 15px;
    text-align: center;
    font-size: 13px;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .table-order-items > tbody tr td {
        padding: 22px 15px; } }
    @media only screen and (max-width: 767px) {
      .table-order-items > tbody tr td {
        padding: 15px;
        text-align: left; } }
    .table-order-items > tbody tr td a {
      color: #e20613; }
      .table-order-items > tbody tr td a:hover {
        text-decoration: none;
        color: #000; }
    .table-order-items > tbody tr td:first-of-type {
      padding: 33.5px 15px;
      min-width: 150px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .table-order-items > tbody tr td:first-of-type {
          padding: 22px 15px;
          min-width: 130px; } }
      @media only screen and (max-width: 767px) {
        .table-order-items > tbody tr td:first-of-type {
          padding: 15px; } }
  @media only screen and (max-width: 767px) {
    .table-order-items {
      margin-top: 20px; } }
  .table-order-items .link-more:after {
    padding-left: 0;
    position: relative;
    top: 1px; }
  .table-order-items tbody .col.actions a:visited, .table-order-items tbody .col.actions a:active {
    color: #e20613;
    text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .table-order-items tbody .col.actions {
      min-width: 130px; } }
  @media only screen and (max-width: 767px) {
    .table-order-items tbody .col.status {
      min-width: 120px; } }

@media only screen and (max-width: 767px) {
  .table-wrapper.orders-history {
    position: relative;
    margin: 0 -15px 20px; } }

.history-orders {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .history-orders {
      margin-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .history-orders:after {
      content: '';
      display: block;
      position: absolute;
      right: -36px;
      top: -12px;
      background: radial-gradient(#fff, #f7f7f7);
      opacity: 0.6;
      width: 83px;
      height: 100%;
      -webkit-filter: blur(15px);
              filter: blur(15px); } }

.order-products-toolbar .toolbar-amount, .order-products-toolbar .limiter {
  display: none; }

.checkboxes-row {
  display: flex;
  flex-direction: row;
  align-items: center; }

.form-address-edit {
  margin-bottom: 20px; }
  .form-address-edit .fieldset {
    margin-bottom: 29px; }
    .form-address-edit .fieldset .street input {
      margin-bottom: 17px; }
  .form-address-edit .edit-buttons {
    display: flex;
    justify-content: space-between; }
  .form-address-edit .field.street {
    margin-bottom: 10px; }
    .form-address-edit .field.street .nested {
      display: flex;
      justify-content: space-between; }
      .form-address-edit .field.street .nested .additional {
        width: 48%; }
    .form-address-edit .field.street div.mage-error[generated] {
      margin-top: -11px; }
  .form-address-edit .field.street_2,
  .form-address-edit .field.street_3 {
    width: 48%; }
  .form-address-edit .field.street_2 {
    float: left; }
  .form-address-edit .field.street_3 {
    float: right; }
  .form-address-edit .label-name {
    display: none; }
  @media only screen and (max-width: 767px) {
    .form-address-edit div.mage-error[generated] {
      margin-top: 3px; } }
  @media only screen and (max-width: 1024px) {
    .form-address-edit div.mage-error[generated] {
      position: static; } }

.block-reviews-dashboard strong.product-name {
  font-weight: 500; }

.block-reviews-dashboard .item {
  margin-bottom: 10px; }

.gdpr-customer-settings .column.main {
  width: 72%;
  padding-left: 50px;
  float: right; }
  @media only screen and (max-width: 767px) {
    .gdpr-customer-settings .column.main {
      padding-left: 0;
      order: 2;
      margin-top: 25px; } }
  .gdpr-customer-settings .column.main .block-title {
    padding-bottom: 10px; }
  .gdpr-customer-settings .column.main .actions-toolbar {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px; }

.gdpr-customer-settings .sidebar-main,
.gdpr-customer-settings .sidebar-additional {
  width: 28%;
  float: left; }

.gdpr-customer-settings .columns {
  max-width: 1230px;
  margin: 50px auto 0;
  padding: 0 15px; }
  @media only screen and (max-width: 767px) {
    .gdpr-customer-settings .columns {
      margin-top: 80px; } }

.block-dashboard-addresses .box-billing-address {
  display: none; }

.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px; }

.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px; }
  .block-addresses-list .items.addresses > .item:last-child {
    margin-bottom: 0; }

.form-address-edit #region_id {
  display: none; }

.form-address-edit .checkboxes-row {
  padding-left: 20px; }
  .form-address-edit .checkboxes-row:before {
    display: none; }
  .form-address-edit .checkboxes-row .label {
    width: 100%; }
    .form-address-edit .checkboxes-row .label:before {
      top: 1px; }
    @media only screen and (max-width: 1024px) {
      .form-address-edit .checkboxes-row .label p {
        padding-left: 5px; } }

.form-address-edit .message.info span:before {
  width: 22px;
  right: 11px; }

.form-edit-account .fieldset.password {
  display: none; }

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px; }
  .box-billing-address .box-content p,
  .box-shipping-address .box-content p,
  .box-information .box-content p,
  .box-newsletter .box-content p {
    display: inline; }
    @media only screen and (max-width: 1024px) {
      .box-billing-address .box-content p,
      .box-shipping-address .box-content p,
      .box-information .box-content p,
      .box-newsletter .box-content p {
        margin-right: 5px; } }
  .box-billing-address .box-content-gray,
  .box-shipping-address .box-content-gray,
  .box-information .box-content-gray,
  .box-newsletter .box-content-gray {
    margin-left: 5px;
    color: #959595; }
    @media only screen and (max-width: 1024px) {
      .box-billing-address .box-content-gray,
      .box-shipping-address .box-content-gray,
      .box-information .box-content-gray,
      .box-newsletter .box-content-gray {
        margin-left: 0; } }

.box-billing-address address {
  line-height: 20px; }

@media only screen and (max-width: 767px) {
  .block-dashboard-addresses__additional {
    display: block;
    margin-top: 10px; } }

.fieldset .fullname.field > .label + .control {
  width: 100%; }

.account .column.main h2 {
  margin-top: 0; }

.account .column.main .toolbar {
  text-align: center; }
  .account .column.main .toolbar .limiter-options {
    width: auto; }

.account .sidebar-additional .block-compare {
  display: none; }

.account .sidebar-additional .block-reorder {
  display: none; }

.account .table-wrapper:last-child {
  margin-bottom: 0; }

.account .table-wrapper .action {
  margin-right: 15px; }
  .account .table-wrapper .action:last-child {
    margin-right: 0; }

.account-nav .content {
  background-color: #f7f7f7;
  box-shadow: 0 10px 36px 1px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  padding: 15px 0; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .account-nav .content {
      padding: 5px 0; } }
  @media only screen and (max-width: 767px) {
    .account-nav .content {
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03), inset 0 0 32px rgba(0, 0, 0, 0.03);
      padding: 20px 0 25px; } }

.account-nav .item {
  margin: 3px 0 0;
  font-family: "uniformrd-md-webfont", sans-serif; }
  .account-nav .item i {
    color: #e20613;
    font-size: 2.6rem; }
  .account-nav .item .icon-box {
    font-size: 27px; }
  .account-nav .item .icon-heart {
    font-size: 23px; }
  .account-nav .item span {
    margin-left: 20px; }
  .account-nav .item:first-child {
    margin-top: 0; }
  .account-nav .item span.item__icon {
    width: 32px;
    margin-left: 15px; }
    @media only screen and (max-width: 1024px) {
      .account-nav .item span.item__icon {
        margin-left: 8px; } }
  .account-nav .item a,
  .account-nav .item > strong {
    color: #000;
    padding: 15px 30px;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .account-nav .item a,
      .account-nav .item > strong {
        padding: 15px 10px; } }
  .account-nav .item a {
    text-decoration: none; }
    .account-nav .item a:hover {
      background: #e8e8e8; }
  .account-nav .item.current a,
  .account-nav .item.current strong {
    color: #fff;
    background: #e20613;
    padding: 15px 30px; }
    @media only screen and (max-width: 1024px) {
      .account-nav .item.current a,
      .account-nav .item.current strong {
        padding: 15px 10px; } }
  .account-nav .item.current i {
    color: #fff; }
  .account-nav .item .delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 1.8rem; }
  .account-nav .item.logout-link {
    display: none; }
    @media only screen and (max-width: 1024px) {
      .account-nav .item.logout-link {
        padding-left: 10px;
        border-top: solid 1px #ebebeb;
        padding-top: 5px;
        display: block; } }
    @media only screen and (max-width: 767px) {
      .account-nav .item.logout-link {
        margin-top: 10px; } }
    @media only screen and (max-width: 767px) {
      .account-nav .item.logout-link a {
        padding-bottom: 0;
        margin-bottom: -5px; } }

.account-nav .authorization-link {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .account-nav .authorization-link {
      display: block; } }

.block-addresses-list .block-content {
  display: flex;
  flex-wrap: wrap; }
  .block-addresses-list .block-content .item {
    width: 50%;
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .block-addresses-list .block-content .item {
        padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .block-addresses-list .block-content .item {
        width: 100%;
        padding-right: 30px; } }
    .block-addresses-list .block-content .item .delete-actions {
      position: relative;
      top: 10px; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .block-addresses-list .block-content .item .delete-actions {
          margin-right: 25px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .block-addresses-list .block-content .item .delete-actions {
          margin-right: 10px;
          top: 5px; } }
      @media only screen and (max-width: 767px) {
        .block-addresses-list .block-content .item .delete-actions {
          margin-right: -20px;
          top: 20px; } }
    .block-addresses-list .block-content .item.item-billing {
      width: 100%;
      margin-bottom: 20px; }
  .block-addresses-list .block-content .box-title--additional {
    width: 100%;
    margin-bottom: 10px; }
  .block-addresses-list .block-content .box-address-shipping {
    width: 100%;
    margin-bottom: 10px; }

.column.main .block:not(.widget).block-addresses-list .box.box-address-billing,
.column.main .block:not(.widget).block-addresses-list .box.box-billing-address {
  width: 100%;
  margin-bottom: 0; }

.block {
  font-family: "uniformrd-md-webfont", sans-serif; }
  .column.main .block:last-child {
    margin-bottom: 0; }
  .block .title {
    margin-bottom: 10px; }
    .block .title strong {
      font-family: "uniformrd-md-webfont", sans-serif;
      font-weight: 700;
      line-height: 1.1;
      font-size: 1.4rem;
      margin-top: 2rem;
      margin-bottom: 2rem; }
      .column.main .block .title strong {
        font-size: 22px; }
  .block .box-actions {
    margin-top: 5px; }
    .block .box-actions a {
      color: #e20613; }
      .block .box-actions a:hover {
        color: #000;
        text-decoration: none; }

.field.password .control {
  display: flex;
  flex-direction: column; }
  .field.password .control .mage-error {
    order: 2; }
  .field.password .control .input-text {
    order: 0;
    z-index: 2; }

.password-strength-meter {
  background-color: #f4f4f4;
  height: 26px;
  line-height: 26px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  text-align: left;
  font-size: 12px;
  font-weight: 500; }
  .password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .password-none .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%; }
  .password-weak .password-strength-meter:before {
    background-color: #e20613;
    width: 25%;
    opacity: 0.7; }
  .password-medium .password-strength-meter:before {
    background-color: #ffda47;
    width: 50%; }
  .password-strong .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%; }
  .password-very-strong .password-strength-meter:before {
    background-color: #81b562;
    width: 100%; }

.control.captcha-image {
  margin-top: 10px; }
  .control.captcha-image .captcha-img {
    vertical-align: middle; }

@media only screen and (max-width: 767px) {
  .login-container .fieldset:after {
    text-align: center; }
  .account .page.messages {
    margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .account .page.messages {
      margin-top: 40px;
      margin-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block; }
  .customer-account-index .page-title-wrapper {
    position: relative; } }

@media only screen and (min-width: 768px) {
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px; }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left; }
  .account.page-layout-2columns-left-account .sidebar-main,
  .account.page-layout-2columns-left-account .sidebar-additional {
    width: 28%; }
  .account.page-layout-2columns-left-account .column.main {
    width: 72%;
    padding-left: 50px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
    .account.page-layout-2columns-left-account .column.main {
      padding-left: 10px; } }

@media only screen and (min-width: 768px) {
  .block-addresses-list .items.addresses {
    font-size: 0; }
    .block-addresses-list .items.addresses > .item {
      display: inline-block;
      font-size: 14px;
      margin-bottom: 20px;
      vertical-align: top;
      width: 48.8%; }
      .block-addresses-list .items.addresses > .item:nth-last-child(1), .block-addresses-list .items.addresses > .item:nth-last-child(2) {
        margin-bottom: 0; }
      .block-addresses-list .items.addresses > .item:nth-child(even) {
        margin-left: 2.4%; }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0; } }

.columns-account {
  max-width: 1230px;
  margin: -100px auto 0;
  padding: 0 15px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .columns-account {
      margin-top: -80px; } }
  @media only screen and (max-width: 767px) {
    .columns-account {
      margin-top: 20px; } }

.hidden-label label {
  display: none; }

.hidden-label input {
  margin: 0 0 29px;
  box-sizing: border-box; }

.edit-buttons button, .edit-buttons .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .edit-buttons .actions-toolbar > .action, .edit-buttons .action-gift {
  margin-right: 10px; }

.block-flex {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .block-flex {
      flex-direction: column; } }
  .block-flex__column {
    display: flex;
    justify-content: center;
    align-items: center; }

.text-address {
  text-align: center;
  padding: 30px; }
  .text-address__text {
    color: #ccc; }
  .text-address__icon {
    color: #e20613;
    font-size: 5rem;
    margin-top: 20px; }

.delete-actions {
  text-align: right;
  margin-right: 50px; }
  .delete-actions a {
    color: #000; }
    .delete-actions a:hover {
      text-decoration: none;
      color: #e20613; }

address a {
  color: #000; }
  address a:hover {
    text-decoration: none;
    color: #e20613; }

@media only screen and (max-width: 767px) {
  .columns-account .column.main {
    margin-top: 20px;
    order: 2; } }

.o-account-block {
  width: 500px;
  min-height: 461px;
  background-color: white;
  border-radius: 10px;
  padding: 50px 40px;
  z-index: 9;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .o-account-block {
      width: 400px;
      padding: 40px; } }
  @media only screen and (max-width: 767px) {
    .o-account-block {
      width: 100%;
      max-width: 400px;
      min-height: 1px;
      padding: 0; } }
  .o-account-block__title {
    text-align: center;
    width: 55%;
    line-height: 28px;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 1024px) {
      .o-account-block__title {
        width: 90%; } }
    @media only screen and (max-width: 767px) {
      .o-account-block__title {
        margin: 0 auto 22px;
        line-height: 24px;
        font-size: 20px; } }
    .o-account-block__title span {
      color: #959595;
      font-size: 14px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .o-account-block__title span {
          margin-top: 8px; } }
  .o-account-block .o-input, .o-account-block input {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    height: 50px;
    color: #989898;
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px; }
    @media only screen and (max-width: 1024px) {
      .o-account-block .o-input, .o-account-block input {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .o-account-block .o-input, .o-account-block input {
        height: 46px;
        line-height: 46px;
        padding: 0 11px; } }
    .o-account-block .o-input.mage-error, .o-account-block input.mage-error {
      border: 1.5px solid #e02b27; }
      @media only screen and (max-width: 767px) {
        .o-account-block .o-input.mage-error, .o-account-block input.mage-error {
          margin-bottom: 10px; } }
      @media only screen and (max-width: 767px) {
        .o-account-block .o-input.mage-error + .mage-error, .o-account-block input.mage-error + .mage-error {
          top: 47px; } }
  .o-account-block .field {
    position: relative; }
    .o-account-block .field input:focus + label {
      top: -24px;
      left: 0;
      opacity: 1; }
    .o-account-block .field .label {
      display: block;
      position: absolute;
      color: #989898;
      font-size: 13px;
      font-weight: 400;
      padding: 0 15px;
      top: 0;
      transition: all 0.2s linear;
      opacity: 0; }
    .o-account-block .field.gdpr {
      text-align: left; }
      .o-account-block .field.gdpr .label {
        opacity: 1;
        position: static;
        padding: 0 0 0 25px;
        width: 100%; }
        .o-account-block .field.gdpr .label:before {
          left: 0;
          top: 1px; }
        .o-account-block .field.gdpr .label:after {
          margin: 0 0 0 2px; }
      .o-account-block .field.gdpr input:checked {
        background-color: green; }
        .o-account-block .field.gdpr input:checked + .mage-error + .checkbox-custom__label:before {
          content: "\e92f";
          background: #fff;
          display: inline-block;
          font-family: 'trefl-icons';
          font-size: 7px;
          text-align: center;
          line-height: 15px;
          color: #e20613;
          font-weight: 600; }

.o-account__actions {
  margin-top: 30px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .o-account__actions {
      margin-top: 45px; } }
  .o-account__actions button, .o-account__actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .o-account__actions .actions-toolbar > .action, .o-account__actions .action-gift {
    padding: 14px 25px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .o-account__actions button, .o-account__actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .o-account__actions .actions-toolbar > .action, .o-account__actions .action-gift {
        padding: 9px 20px;
        min-width: 157px;
        font-size: 12px; } }
  .o-account__actions--login {
    margin-top: 50px;
    clear: left; }

.o-account-bg {
  padding: 150px 0 255px;
  background-image: url("../images/login-page.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: relative; }
  @media only screen and (min-width: 1550px) {
    .o-account-bg {
      background-position: 50% 0; } }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .o-account-bg {
      background-position: 100% 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .o-account-bg {
      padding: 100px 0;
      background-position: 55% 0; } }
  @media only screen and (max-width: 767px) {
    .o-account-bg {
      padding: 0;
      background-image: none; } }
  .o-account-bg--small {
    background-size: cover;
    padding: 70px 0 220px;
    background-image: url("../images/register.png"); }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .o-account-bg--small {
        padding: 50px 0; } }
    @media only screen and (max-width: 767px) {
      .o-account-bg--small {
        padding: 0;
        background-image: none; } }
    .o-account-bg--small .c-register:before {
      min-height: 500px; }
  .o-account-bg .main-container {
    display: flex;
    align-items: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .o-account-bg .main-container {
        flex-direction: column;
        padding: 35px 0 0; } }
    .o-account-bg .main-container:before {
      content: '';
      display: block;
      height: 324px;
      width: 1200px;
      opacity: 0.3;
      background-color: white;
      border-radius: 10px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 0; }
      @media only screen and (max-width: 767px) {
        .o-account-bg .main-container:before {
          display: none; } }

.field.required .control .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 -2pxpx;
  position: relative;
  top: -2px; }

.gdpr .label a:hover {
  color: #959595; }

.gdpr #amgdpr_agree-error {
  margin-top: 20px; }

.agreement-information {
  font-size: 11px;
  display: block;
  padding-top: 30px;
  color: #959595; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .agreement-information {
      line-height: 20px; } }
  @media only screen and (max-width: 767px) {
    .agreement-information {
      line-height: 18px;
      padding-top: 10px; } }
  .agreement-information a {
    color: #959595;
    text-decoration: underline;
    cursor: pointer; }
    .agreement-information a:hover {
      color: #e20613; }

.customer-account-confirmation .page-main,
.customer-account-confirmation .column.main {
  padding-bottom: 0; }

@media only screen and (max-width: 767px) {
  .customer-account-confirmation .action.send {
    padding: 15px 20px; } }

.c-login__wrapper {
  width: 59%;
  z-index: 9; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .c-login__wrapper {
      width: 53%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-login__wrapper {
      width: 55%; } }
  @media only screen and (max-width: 767px) {
    .c-login__wrapper {
      width: 100%;
      padding: 0 15px; } }

.c-login__block {
  min-height: 461px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .c-login__block {
      width: 480px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-login__block {
      min-height: 400px; } }
  @media only screen and (max-width: 767px) {
    .c-login__block {
      min-height: 1px; } }

.c-login__form .fieldset .field {
  margin-bottom: 5px; }
  @media only screen and (max-width: 767px) {
    .c-login__form .fieldset .field {
      margin-bottom: 8px; } }
  .c-login__form .fieldset .field .label {
    display: none; }
  .c-login__form .fieldset .field.email {
    margin-bottom: 25px; }

.c-login__password-remind {
  color: #959595;
  font-size: 13px;
  float: right;
  margin: 5px 0 7px; }
  .c-login__password-remind:hover, .c-login__password-remind:active, .c-login__password-remind:focus, .c-login__password-remind:visited {
    color: #959595; }

.c-login__register {
  margin-top: 30px;
  text-align: center;
  color: #959595;
  font-size: 13px;
  font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .c-login__register {
      margin-top: 16px;
      font-size: 12px; } }
  .c-login__register a {
    color: #959595; }

.c-login__facebook {
  text-align: center;
  z-index: 9;
  width: 41%; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .c-login__facebook {
      width: 47%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-login__facebook {
      width: 45%; } }
  @media only screen and (max-width: 767px) {
    .c-login__facebook {
      position: relative;
      width: 100%;
      max-width: 450px;
      margin-top: 30px;
      background-image: url("../images/login-page.png");
      background-repeat: no-repeat;
      background-position: 100% 0;
      background-size: cover;
      min-height: 320px;
      padding-top: 48px; } }
  @media only screen and (max-width: 767px) {
    .c-login__facebook:before {
      content: '';
      display: block;
      height: 90%;
      width: 95%;
      opacity: 0.3;
      background-color: white;
      border-radius: 10px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1; } }
  .c-login__facebook .o-account-block__title {
    width: 100%; }
  .c-login__facebook .c-login__box .account-social-login.block {
    float: none;
    margin: 0 auto;
    width: auto; }
    .c-login__facebook .c-login__box .account-social-login.block .actions-toolbar.social-btn {
      width: 260px;
      margin: 0 auto; }
  .c-login__facebook .c-login__box .btn-social {
    min-width: 260px;
    border-radius: 28px;
    padding: 12px 12px 12px 42px;
    font-family: "uniformrd-md-webfont", sans-serif;
    letter-spacing: 0.5px; }
    .c-login__facebook .c-login__box .btn-social .fa-facebook {
      line-height: 45px;
      left: 9px;
      border-right: none; }

.c-login__box {
  width: 390px; }
  @media only screen and (max-width: 1209px) {
    .c-login__box {
      width: auto; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-login__box {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .c-login__box {
      width: 85%;
      margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .forgotpassword {
    padding: 15px 15px 40px;
    max-width: 450px;
    margin: 0 auto; } }

.forgotpassword .main-container:before {
  width: 1000px; }
  @media only screen and (max-width: 1024px) {
    .forgotpassword .main-container:before {
      width: 100%; } }

.form.password .o-account-block__title {
  width: 70%; }
  @media only screen and (max-width: 767px) {
    .form.password .o-account-block__title {
      width: 95%; } }

.form.password .fieldset .field {
  margin-bottom: 5px; }
  .form.password .fieldset .field .label {
    display: none; }

.form.password .link-back, .form.password .order-details-items .action.back, .order-details-items .form.password .action.back {
  margin-top: 30px; }

.logout {
  text-align: center;
  padding-top: 100px; }
  @media only screen and (max-width: 767px) {
    .logout {
      padding: 30px 0; } }
  .logout .main-container:before {
    height: 200px;
    width: 750px; }
    @media only screen and (max-width: 1024px) {
      .logout .main-container:before {
        width: 100%; } }
  .logout .o-account-block {
    min-height: 280px; }

.reset-password .form.password .fieldset .field {
  margin-bottom: 25px; }

.reset-password div.mage-error[generated] {
  margin-top: 7px;
  text-align: left;
  position: static;
  margin-bottom: 5px; }

.customer-account-createpassword .page-main {
  padding-bottom: 0; }

.customer-account-createpassword .columns .column.main {
  padding-bottom: 0; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .customer-account-createpassword .o-account-block {
    width: 500px; } }

@media only screen and (max-width: 767px) {
  .customer-account-createpassword .actions-toolbar .primary {
    display: inline-block;
    width: auto; } }

@media only screen and (min-width: 1025px) and (max-width: 1209px) {
  .c-register {
    max-width: 1100px;
    margin: 0 auto; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-register {
    max-width: 768px;
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .c-register:before {
    display: none; } }

.c-register__account {
  margin-left: 102px;
  width: 500px;
  min-height: 900px;
  position: relative; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .c-register__account {
      margin-left: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-register__account {
      width: 420px;
      min-height: 930px; } }
  @media only screen and (max-width: 1024px) {
    .c-register__account {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .c-register__account {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      min-height: 1px;
      padding: 0 15px; } }

.c-register__individual {
  transition: all .5s ease; }
  .c-register__individual .o-account-block__title {
    margin: 0 auto 16px; }
    @media only screen and (max-width: 767px) {
      .c-register__individual .o-account-block__title {
        margin: 0 auto 23px; } }
  .c-register__individual .customer-dob {
    text-align: left; }
    .c-register__individual .customer-dob button, .c-register__individual .customer-dob .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .c-register__individual .customer-dob .actions-toolbar > .action, .c-register__individual .customer-dob .action-gift {
      position: absolute;
      top: 4px;
      right: 13px; }
      .c-register__individual .customer-dob button:before, .c-register__individual .customer-dob .cart.table-wrapper .actions-toolbar > .action:before, .cart.table-wrapper .c-register__individual .customer-dob .actions-toolbar > .action:before, .c-register__individual .customer-dob .action-gift:before {
        font-size: 20px; }

.c-register__company {
  transition: all .5s ease; }
  @media only screen and (max-width: 767px) {
    .c-register__company button, .c-register__company .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .c-register__company .actions-toolbar > .action, .c-register__company .action-gift {
      margin-top: 10px; } }
  .c-register__company .fieldset.create {
    margin-bottom: 24px; }

.c-register__switch {
  z-index: 9;
  min-height: 300px; }
  @media only screen and (max-width: 767px) {
    .c-register__switch {
      margin-top: 23px;
      background-image: url("../images/register.png");
      background-repeat: no-repeat;
      background-position: 65% 0;
      background-size: cover;
      position: relative;
      padding: 57px 0 60px;
      width: 100%;
      max-width: 400px; } }
  @media only screen and (max-width: 767px) {
    .c-register__switch:before {
      content: '';
      display: block;
      height: 90%;
      width: 95%;
      opacity: 0.3;
      background-color: white;
      border-radius: 10px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 0; } }
  .c-register__switch button, .c-register__switch .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .c-register__switch .actions-toolbar > .action, .c-register__switch .action-gift {
    margin-top: 67px;
    padding: 14.5px 25px 13.5px;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .c-register__switch button, .c-register__switch .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .c-register__switch .actions-toolbar > .action, .c-register__switch .action-gift {
        margin-top: 22px;
        padding: 9.5px 29px 8.5px;
        letter-spacing: 0;
        min-width: 190px; } }
  .c-register__switch .o-account-block__title {
    margin: 0 auto 65px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .c-register__switch .o-account-block__title {
        margin: 0 auto 25px; } }

.c-register__box {
  text-align: center;
  position: absolute;
  width: 450px;
  right: 73px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .c-register__box {
      width: 300px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-register__box {
      width: 300px;
      right: 20px; } }
  @media only screen and (max-width: 767px) {
    .c-register__box {
      position: static;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      width: 85%;
      max-width: 350px;
      margin: 0 auto; } }
  .c-register__box--individual {
    transition: all .5s ease; }
  .c-register__box--company {
    transition: all .5s ease; }

.c-register__icon {
  width: 122px;
  height: 122px;
  line-height: 160px;
  margin: 0 auto;
  background-color: #fff;
  display: block;
  border-radius: 50%; }
  @media only screen and (max-width: 767px) {
    .c-register__icon {
      width: 101px;
      height: 101px;
      line-height: 126px; } }
  .c-register__icon i {
    font-size: 52px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .c-register__icon i {
        font-size: 44px; } }

.c-register .password {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .c-register .password .input-text.mage-error {
      margin-bottom: 0; } }
  .c-register .password .input-text.mage-error + #password-error + #password-strength-meter-container {
    position: relative;
    top: -15px; }
  .c-register .password .mage-error {
    position: static; }
  .c-register .password #password-strength-meter-container {
    display: none; }
    .c-register .password #password-strength-meter-container.password-weak, .c-register .password #password-strength-meter-container.password-medium, .c-register .password #password-strength-meter-container.password-strong, .c-register .password #password-strength-meter-container.password-very-strong {
      display: block; }

.c-register .o-account-block {
  padding: 23px 40px 16px;
  min-height: 683px;
  position: absolute;
  width: 100%;
  top: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-register .o-account-block {
      padding: 23px 25px 16px; } }
  @media only screen and (max-width: 767px) {
    .c-register .o-account-block {
      padding: 0;
      position: static;
      min-height: 1px; } }

.c-register .o-account__actions {
  margin-top: 26px; }
  @media only screen and (max-width: 767px) {
    .c-register .o-account__actions {
      margin-top: 41px; } }

.c-register .c-login__register {
  margin-top: 21px; }
  @media only screen and (max-width: 767px) {
    .c-register .c-login__register {
      margin-top: 16px; } }

.c-register .choice.newsletter {
  display: none; }

.c-register .fieldset {
  margin-bottom: 30px; }
  @media only screen and (max-width: 1024px) {
    .c-register .fieldset {
      margin-bottom: 20px; } }

.c-register div.mage-error[generated] {
  margin-top: 3px;
  text-align: left; }

.c-register.company-active .c-register__company {
  opacity: 1;
  visibility: visible;
  left: 498px;
  z-index: 99; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .c-register.company-active .c-register__company {
      left: 400px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-register.company-active .c-register__company {
      left: 350px; } }

.c-register.company-active .c-register__individual {
  opacity: 0;
  visibility: hidden;
  left: 498px;
  z-index: -1; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .c-register.company-active .c-register__individual {
      left: 400px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-register.company-active .c-register__individual {
      left: 350px; } }
  @media only screen and (max-width: 767px) {
    .c-register.company-active .c-register__individual {
      height: 0;
      padding: 0; } }

.c-register.company-active .c-register__box--company {
  opacity: 0;
  visibility: hidden;
  right: 660px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .c-register.company-active .c-register__box--company {
      right: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-register.company-active .c-register__box--company {
      right: 443px; } }
  @media only screen and (max-width: 767px) {
    .c-register.company-active .c-register__box--company {
      height: 0; } }

.c-register.company-active .c-register__box--individual {
  opacity: 1;
  visibility: visible;
  right: 660px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .c-register.company-active .c-register__box--individual {
      right: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-register.company-active .c-register__box--individual {
      right: 443px; } }

.c-register.individual-active .c-register__company {
  opacity: 0;
  visibility: hidden;
  left: -110px;
  z-index: -1; }
  @media only screen and (max-width: 767px) {
    .c-register.individual-active .c-register__company {
      height: 0;
      padding: 0; } }

.c-register.individual-active .c-register__individual {
  opacity: 1;
  visibility: visible;
  left: 0;
  z-index: 99; }

.c-register.individual-active .c-register__box--company {
  opacity: 1;
  visibility: visible;
  right: 73px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-register.individual-active .c-register__box--company {
      right: 20px; } }

.c-register.individual-active .c-register__box--individual {
  opacity: 0;
  visibility: hidden;
  right: 73px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-register.individual-active .c-register__box--individual {
      right: 20px; } }
  @media only screen and (max-width: 767px) {
    .c-register.individual-active .c-register__box--individual {
      height: 0; } }

.c-register .gdpr #amgdpr_agree-error {
  margin-top: 23px; }
  @media only screen and (max-width: 767px) {
    .c-register .gdpr #amgdpr_agree-error {
      margin-top: -3px; } }
  .c-register .gdpr #amgdpr_agree-error + label + p {
    margin-top: 15px; }
  .c-register .gdpr #amgdpr_agree-error + label {
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .c-register .gdpr #amgdpr_agree-error + label {
        margin-bottom: 15px; } }

.box-information__subtitle {
  display: block;
  margin-top: -16px;
  font-size: 13px;
  margin-bottom: 25px;
  color: #959595; }

.box-information__checkbox {
  margin-bottom: 20px;
  margin-left: 15px;
  font-family: "uniformrd-md-webfont", sans-serif; }
  .box-information__checkbox .label span {
    display: inline-block;
    padding-left: 10px; }

.account .column.main .block:not(.widget) .form-edit-account__content .box-personal-data {
  float: none;
  width: 100%; }

.box-personal-data .control {
  position: relative; }

.box-personal-data .label {
  position: absolute;
  color: #959595;
  font-size: 13px;
  top: -8px;
  left: 0; }
  .box-personal-data .label:after {
    left: -3px; }

.box-personal-data input {
  margin: 15px 0 0; }

.box-personal-data .field-readonly {
  margin-bottom: 12px; }
  .box-personal-data .field-readonly p {
    margin-left: 0; }

.box-personal-data__wrapper {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .box-personal-data__wrapper {
      width: 100%; } }
  .box-personal-data__wrapper .field {
    margin: 0 0 29px; }
    @media only screen and (max-width: 767px) {
      .box-personal-data__wrapper .field {
        margin: 0 0 20px; } }

.box-personal-data .fieldset.info {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .box-personal-data .fieldset.info {
      flex-direction: column; } }

.box-additional-info {
  max-width: 50%;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .box-additional-info {
      width: 100%;
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .box-additional-info .text-address {
      padding-bottom: 0; } }
  .box-additional-info .text-address a:hover {
    color: #e20613;
    text-decoration: underline; }

.buttons-personal-data {
  display: flex;
  justify-content: space-between;
  width: 48.8%; }
  @media only screen and (max-width: 1024px) {
    .buttons-personal-data {
      width: 100%; } }

.form-edit-account {
  margin-bottom: 15px; }
  .form-edit-account__block {
    margin-bottom: 0; }
  .form-edit-account__content {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .form-edit-account__content {
        flex-direction: column; } }
  .form-edit-account.password-is-changed .box-personal-data {
    display: none;
    opacity: 0; }
  .form-edit-account.password-is-changed .box-information-password {
    display: block; }
  .form-edit-account.data-is-changed .fieldset .form-edit-account__block .box-information__checkbox {
    visibility: hidden;
    margin-bottom: 0;
    height: 0; }
  .form-edit-account.data-is-changed .box-information-password {
    display: none;
    visibility: hidden;
    width: 0; }
  .form-edit-account .box-information-password {
    display: none; }
    .form-edit-account .box-information-password .field.password .control {
      position: relative; }
      .form-edit-account .box-information-password .field.password .control .mage-error {
        bottom: -19px; }
  .form-edit-account .field-dob {
    position: relative; }
    .form-edit-account .field-dob .label {
      position: absolute;
      float: none;
      width: 100%;
      top: -8px;
      min-width: 100%;
      font-weight: 400; }
  .form-edit-account .customer-dob {
    display: flex;
    align-items: center; }
    .form-edit-account .customer-dob #dob {
      margin-bottom: 0; }
    .form-edit-account .customer-dob .ui-datepicker-trigger {
      position: relative;
      top: 7px; }
      .form-edit-account .customer-dob .ui-datepicker-trigger:before {
        font-size: 28px; }

.edit-buttons .button--white {
  text-transform: uppercase;
  min-width: 113px;
  text-align: center; }

.customer-account-edit .columns-account .fieldset .box-personal-data {
  float: left; }
  @media only screen and (max-width: 1024px) {
    .customer-account-edit .columns-account .fieldset .box-personal-data {
      width: 100%; } }

.downloadable.samples {
  margin-bottom: 20px; }
  .downloadable.samples dd {
    margin: 0 0 10px; }

.table-downloadable-products .product-name {
  margin-right: 15px; }

.field.downloads .price-container {
  display: inline;
  white-space: nowrap; }
  .field.downloads .price-container:before {
    content: ' + ';
    display: inline; }

.field.downloads .price-excluding-tax {
  display: inline; }
  .field.downloads .price-excluding-tax:before {
    content: " (" attr(data-label) ": "; }
  .field.downloads .price-excluding-tax:after {
    content: ')'; }

.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600; }

.field.downloads .sample.link {
  float: right; }

.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px; }

.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important; }

@media only screen and (min-width: 768px) {
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%; }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%; }
    .page-product-downloadable .product-options-bottom .field.qty + .actions {
      padding-top: 0; } }

.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px; }

.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left; }
  .page-product-giftcard .giftcard-amount .field:last-child {
    padding-bottom: 20px; }

.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px; }

.giftcard-account .please-wait {
  display: none; }

.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px; }

.opc-wrapper .form-giftcard-account {
  max-width: 500px; }
  .opc-wrapper .form-giftcard-account .field {
    margin: 0 0 20px; }

.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px; }
  .opc-wrapper .giftcard-account-info .giftcard-account-number {
    margin: 0 0 10px; }

.gift-message .field {
  margin-bottom: 20px; }
  .gift-message .field .label {
    color: #666;
    font-weight: 400; }

.gift-options .actions-toolbar .action-cancel {
  display: none; }

.gift-options-title {
  margin: 0 0 20px; }

.gift-options-content .fieldset {
  margin: 0 0 20px; }

.gift-summary .actions-toolbar > .secondary {
  float: none; }
  .gift-summary .actions-toolbar > .secondary .action {
    margin: 10px 20px 0 0; }

.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none; }
  .action-gift:hover, .action-gift:active, .action-gift:focus {
    text-decoration: none; }
  .action-gift:last-child {
    margin-right: 0; }
  .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .action-gift:hover:after {
    color: inherit; }
  .action-gift:active:after {
    color: inherit; }
  .action-gift.active:after, .action-gift._active:after {
    content: ""; }

.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%; }
  .cart.table-wrapper .gift-content._active {
    display: block; }

.gift-item-block {
  margin: 0; }
  .gift-item-block._active .title:after {
    content: ""; }
  .gift-item-block .title {
    font-weight: 700;
    border-radius: 3px;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 500;
    margin: 20px 0 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none; }
    .gift-item-block .title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 16px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .gift-item-block .title:hover:after {
      color: inherit; }
    .gift-item-block .title:active:after {
      color: inherit; }
    .gift-item-block .title:focus, .gift-item-block .title:active {
      background: #e2e2e2;
      border: 1px solid #cdcdcd;
      color: #e20613; }
    .gift-item-block .title:hover {
      background: #e2e2e2;
      border: 1px solid #cdcdcd;
      color: #555; }
    .gift-item-block .title.disabled, .gift-item-block .title[disabled],
    fieldset[disabled] .gift-item-block .title {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    .gift-item-block .title:active {
      box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }
  .gift-item-block .content {
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 10px 20px;
    position: relative; }

.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0; }

.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: ''; }

.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left; }

.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative; }
  .order-details-items .order-items .action.show:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .order-details-items .order-items .action.show:after {
    position: absolute;
    right: 0;
    top: -4px; }
  .order-details-items .order-items .action.show.expanded:after {
    content: ""; }

.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px; }

@media only screen and (max-width: 767px) {
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%; }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0; }
  .cart.table-wrapper .gift-content {
    margin-right: -10px; } }

@media only screen and (max-width: 639px) {
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .gift-message .field {
    margin-bottom: 20px; }
  .gift-options {
    position: relative;
    z-index: 1; }
    .gift-options .actions-toolbar {
      clear: both;
      float: right;
      position: static; }
      .gift-options .actions-toolbar .secondary {
        float: right; }
        .gift-options .actions-toolbar .secondary .action {
          float: right;
          margin-left: 20px; }
        .gift-options .actions-toolbar .secondary .action-cancel {
          display: block;
          float: left;
          margin-top: 6px; }
      .gift-options .actions-toolbar:nth-child(3):before {
        border-left: 1px solid #c1c1c1;
        bottom: 5rem;
        content: '';
        display: block;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 0; }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem; }
  .cart.table-wrapper .action-gift {
    float: left; }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%; } }

.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px; }

.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%; }

.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px; }

.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px; }
  .cart-summary .form.giftregistry .fieldset .field {
    margin: 0 0 10px; }
    .cart-summary .form.giftregistry .fieldset .field .control {
      float: none;
      width: auto; }
  .cart-summary .form.giftregistry .fieldset .action.primary {
    margin-bottom: 0; }

.form-giftregistry-search {
  margin-bottom: 60px; }
  .form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
    margin-bottom: 0; }

.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center; }

.block-giftregistry .actions-toolbar {
  margin: 17px 0 0; }

.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px; }

.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1; }

.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px; }
  .block-giftregistry-shared-items .col .price-box {
    display: inline-block; }
  .block-giftregistry-shared-items .col .price-wrapper {
    font-size: 1.8rem;
    display: block;
    font-weight: 700;
    white-space: nowrap; }

.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0; }

.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0; }

.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px; }

@media only screen and (max-width: 639px) {
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block; }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px; }
    .form-giftregistry-search .fieldset > .fields-specific-options > .field {
      margin: 0 0 20px;
      box-sizing: border-box; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
        margin: 0; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:before, .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
        content: '';
        display: table; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
        clear: both; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before, .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
        padding: 6px 15px 0 0;
        width: 25.8%;
        box-sizing: border-box;
        content: ' ';
        float: left;
        height: 1px; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
        padding: 6px 15px 0 0;
        text-align: left;
        width: 25.8%;
        box-sizing: border-box;
        float: left; }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%; }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal; }
  .block-giftregistry-shared-items .col.product {
    width: 48%; }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center; }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px; }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px; } }

.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block; }

.gift-wrapping .field {
  margin-bottom: 10px; }

.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0; }

.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0; }
  .gift-wrapping-list .no-image {
    background: #f2f2f2;
    display: inline-block;
    text-decoration: none; }
    .gift-wrapping-list .no-image > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .gift-wrapping-list .no-image:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 38px;
      line-height: 4rem;
      color: #494949;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .gift-wrapping-list .no-image:after {
      display: block; }

.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0; }
  .gift-wrapping-item:last-child {
    margin-right: 0; }
  .gift-wrapping-item._active span:before {
    border: 3px solid #333;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .gift-wrapping-item > span {
    height: 4rem;
    width: 4rem; }

.gift-wrapping-title {
  margin: 10px 0; }
  .gift-wrapping-title .action-remove {
    margin-left: 5px; }

.gift-options-content .fieldset > .field {
  margin: 0 0 5px; }
  .gift-options-content .fieldset > .field:before {
    display: none; }

.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0; }

.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0; }
  .opc-wrapper .data.table .gift-wrapping .title,
  .table-order-items .gift-wrapping .title,
  .table-order-review .gift-wrapping .title {
    float: none; }
  .opc-wrapper .data.table .gift-wrapping .content,
  .table-order-items .gift-wrapping .content,
  .table-order-review .gift-wrapping .content {
    margin: 0; }
    .opc-wrapper .data.table .gift-wrapping .content > img,
    .table-order-items .gift-wrapping .content > img,
    .table-order-review .gift-wrapping .content > img {
      float: left;
      margin: 0 10px 0 0;
      max-height: 50px;
      max-width: 50px; }

.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px; }

.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": "; }

.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700; }

.order-options .item {
  padding-bottom: 20px; }

.order-options .product {
  margin-bottom: 10px; }

.order-options .product-image-container {
  float: left;
  padding-right: 10px; }

.order-options .gift-wrapping {
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .gift-wrapping-list {
    width: 100%; }
  .gift-wrapping-preview img {
    width: 100%; }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block; } }

@media only screen and (min-width: 768px) {
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%; }
    .gift-options-cart-item .gift-wrapping + .gift-message,
    .cart-gift-item .gift-wrapping + .gift-message {
      border-left: 1px solid #c1c1c1;
      box-sizing: border-box;
      float: left;
      padding-left: 4.5rem;
      width: 50%; } }

.table.grouped > thead > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > th,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > th,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1; }

.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1; }

.table.grouped > thead > tr > th {
  border-bottom: 0; }

.table.grouped .product-item-name {
  font-weight: 400; }

.table.grouped .price-box .price {
  font-size: 14px; }

.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap; }

.table.grouped .row-tier-price td {
  border-top: 0; }

.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px; }

.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }
  .form-add-invitations .action.add > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .form-add-invitations .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .form-add-invitations .action.add:hover:before {
    color: inherit; }
  .form-add-invitations .action.add:active:before {
    color: inherit; }

@media only screen and (max-width: 767px) {
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px; }
  .table-invitations .col {
    width: 50%; } }

.block.filter {
  margin-bottom: 40px; }
  .block.filter .filter-title {
    margin-bottom: 20px; }
    .block.filter .filter-title strong {
      font-size: 18px; }

.block-subtitle {
  display: inline-block;
  margin-bottom: 10px; }

.filter-current .item {
  margin-bottom: 10px; }

.filter-current .filter-label {
  display: block;
  font-weight: 700; }
  .filter-current .filter-label:after {
    content: ':'; }

.filter-current + .filter-actions {
  margin-bottom: 30px; }

.filter-options {
  margin: 0; }
  .filter-options .filter-options-title {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin: 0 0 10px;
    word-break: break-all; }
  .filter-options .filter-options-content {
    margin: 0 0 25px; }
    .filter-options .filter-options-content .item {
      margin-bottom: 3px; }
  .filter-options .count {
    color: #7d7d7d; }
    .filter-options .count:before {
      content: '('; }
    .filter-options .count:after {
      content: ')'; }

.filtered .items {
  margin: 15px 0; }

.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative; }
  .filtered .item .label {
    font-weight: 700; }
  .filtered .item .action.remove {
    left: -6px;
    position: absolute;
    top: 0; }

.filtered + .actions {
  margin-bottom: 35px; }

@media only screen and (max-width: 767px) {
  .page-with-filter .columns .sidebar-main {
    order: 0; } }

.map-popup-wrapper.popup .action.close {
  top: 10px; }

.map-popup {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box; }
  .map-popup .popup-header {
    margin: 0 0 25px;
    padding-right: 22px; }
    .map-popup .popup-header .title {
      color: #000;
      font-family: "uniformrd-md-webfont", sans-serif;
      font-weight: 300;
      line-height: 1.1;
      font-size: 2.2rem;
      margin-top: 1.5rem;
      margin-bottom: 1rem; }
  .map-popup .popup-content {
    margin: 10px 0 0; }
  .map-popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    right: 10px;
    top: 10px; }
    .map-popup .popup-actions .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .map-popup .popup-actions .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .map-popup .popup-actions .action.close:hover:before {
      color: inherit; }
    .map-popup .popup-actions .action.close:active:before {
      color: inherit; }
    .map-popup .popup-actions .action.close:focus, .map-popup .popup-actions .action.close:active {
      background: none;
      border: none;
      box-shadow: none; }
    .map-popup .popup-actions .action.close:hover {
      background: none;
      border: none; }
    .map-popup .popup-actions .action.close.disabled, .map-popup .popup-actions .action.close[disabled],
    fieldset[disabled] .map-popup .popup-actions .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .map-popup.active {
    opacity: 1; }
  .map-popup .map-info-price {
    margin-bottom: 15px; }
    .map-popup .map-info-price .price-box {
      margin: 0 0 20px; }
      .map-popup .map-info-price .price-box .label:after {
        content: ': '; }
  .map-popup .regular-price .price-label {
    display: none; }

.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px; }

.map-old-price {
  text-decoration: none; }
  .map-old-price .price-wrapper {
    text-decoration: line-through; }

.map-form-addtocart {
  display: inline-block;
  text-align: center; }
  .map-form-addtocart img {
    display: block;
    margin: 0 auto; }

button.map-show-info, .cart.table-wrapper .actions-toolbar > .map-show-info.action, .map-show-info.action-gift {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #e20613;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }
  button.map-show-info:focus, .cart.table-wrapper .actions-toolbar > .map-show-info.action:focus, .map-show-info.action-gift:focus, button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active {
    background: none;
    border: none;
    box-shadow: none; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    background: none;
    border: none; }
  button.map-show-info.disabled, .cart.table-wrapper .actions-toolbar > .map-show-info.disabled.action, .map-show-info.disabled.action-gift, button.map-show-info[disabled], .cart.table-wrapper .actions-toolbar > .map-show-info[disabled].action, .map-show-info[disabled].action-gift,
  fieldset[disabled] button.map-show-info,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .map-show-info.action, .cart.table-wrapper
  fieldset[disabled] .actions-toolbar > .map-show-info.action,
  fieldset[disabled] .map-show-info.action-gift {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  button.map-show-info:visited, .cart.table-wrapper .actions-toolbar > .map-show-info.action:visited, .map-show-info.action-gift:visited {
    color: #e20613;
    text-decoration: none; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    color: #006bb4;
    text-decoration: underline; }
  button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active {
    color: #ff5501;
    text-decoration: underline; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    color: #006bb4; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover, button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active, button.map-show-info:focus, .cart.table-wrapper .actions-toolbar > .map-show-info.action:focus, .map-show-info.action-gift:focus {
    background: none;
    border: 0; }
  button.map-show-info.disabled, .cart.table-wrapper .actions-toolbar > .map-show-info.disabled.action, .map-show-info.disabled.action-gift, button.map-show-info[disabled], .cart.table-wrapper .actions-toolbar > .map-show-info[disabled].action, .map-show-info[disabled].action-gift,
  fieldset[disabled] button.map-show-info,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .map-show-info.action, .cart.table-wrapper
  fieldset[disabled] .actions-toolbar > .map-show-info.action,
  fieldset[disabled] .map-show-info.action-gift {
    color: #e20613;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .map-popup {
    max-width: 100%; }
  .map-old-price,
  .map-show-info {
    display: inline-block; }
    .map-old-price:not(:last-child),
    .map-show-info:not(:last-child) {
      margin-bottom: 10px; } }

.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .wishlist.split.button:before, .wishlist.split.button:after {
    content: '';
    display: table; }
  .wishlist.split.button:after {
    clear: both; }
  .wishlist.split.button .action.split {
    float: left;
    margin: 0; }
  .wishlist.split.button .action.toggle {
    float: right;
    margin: 0; }
  .wishlist.split.button button.action.split, .wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.split, .cart.table-wrapper .wishlist.split.button .actions-toolbar > .action.split, .wishlist.split.button .action.split.action-gift {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .wishlist.split.button button + .action.toggle, .wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle, .cart.table-wrapper .wishlist.split.button .actions-toolbar > .action + .action.toggle, .wishlist.split.button .action-gift + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .wishlist.split.button .action.toggle {
    display: inline-block;
    text-decoration: none; }
    .wishlist.split.button .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .wishlist.split.button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: #333;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .wishlist.split.button .action.toggle:hover:after {
      color: #006bb4; }
    .wishlist.split.button .action.toggle:active:after {
      color: inherit; }
    .wishlist.split.button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .wishlist.split.button .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .wishlist.split.button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: #333;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .wishlist.split.button .action.toggle.active:hover:after {
        color: #006bb4; }
      .wishlist.split.button .action.toggle.active:active:after {
        color: inherit; }
  .wishlist.split.button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .wishlist.split.button .items li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .wishlist.split.button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .wishlist.split.button .items:before, .wishlist.split.button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .wishlist.split.button .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .wishlist.split.button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .wishlist.split.button .items:before {
      left: 10px;
      top: -12px; }
    .wishlist.split.button .items:after {
      left: 9px;
      top: -14px; }
  .wishlist.split.button.active {
    overflow: visible; }
    .wishlist.split.button.active .items {
      display: block; }
  .wishlist.split.button .items {
    text-align: left; }
    .wishlist.split.button .items .item:last-child:hover {
      background: #e8e8e8; }
  .table-comparison .wishlist.split.button > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before {
    content: ""; }
  .table-comparison .wishlist.split.button > .action:active, .table-comparison .wishlist.split.button > .action:focus, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:focus,
  .product-items .wishlist.split.button > .action:hover {
    color: #006bb4; }
  .table-comparison .wishlist.split.button > .action.toggle:before,
  .product-items .wishlist.split.button > .action.toggle:before {
    border-left: 1px solid gray;
    content: '';
    float: left;
    height: 15px;
    margin-top: 3px; }
  .product-info-main .wishlist.split.button .action.split, .product-info-main .wishlist.split.button .action.toggle,
  .block-bundle-summary .wishlist.split.button .action.split,
  .block-bundle-summary .wishlist.split.button .action.toggle,
  .product-add-form .wishlist.split.button .action.split,
  .product-add-form .wishlist.split.button .action.toggle {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem; }
  .product-info-main .wishlist.split.button .action.toggle,
  .block-bundle-summary .wishlist.split.button .action.toggle,
  .product-add-form .wishlist.split.button .action.toggle {
    padding: 0; }
  .cart.table-wrapper .wishlist.split.button {
    margin-bottom: 10px; }
    .cart.table-wrapper .wishlist.split.button > .action.toggle {
      padding: 4px 5px; }

.wishlist.window.popup {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0; }
  .wishlist.window.popup .popup-header {
    margin: 0 0 25px;
    padding-right: 22px; }
    .wishlist.window.popup .popup-header .title {
      color: #000;
      font-family: "uniformrd-md-webfont", sans-serif;
      font-weight: 300;
      line-height: 1.1;
      font-size: 2.2rem;
      margin-top: 1.5rem;
      margin-bottom: 1rem; }
  .wishlist.window.popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    right: 10px;
    top: 10px; }
    .wishlist.window.popup .popup-actions .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .wishlist.window.popup .popup-actions .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .wishlist.window.popup .popup-actions .action.close:hover:before {
      color: inherit; }
    .wishlist.window.popup .popup-actions .action.close:active:before {
      color: inherit; }
    .wishlist.window.popup .popup-actions .action.close:focus, .wishlist.window.popup .popup-actions .action.close:active {
      background: none;
      border: none;
      box-shadow: none; }
    .wishlist.window.popup .popup-actions .action.close:hover {
      background: none;
      border: none; }
    .wishlist.window.popup .popup-actions .action.close.disabled, .wishlist.window.popup .popup-actions .action.close[disabled],
    fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .wishlist.window.popup.active {
    opacity: 1; }
  .wishlist.window.popup.active {
    display: block; }

.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000;
  z-index: 1000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0; }
  .wishlist.overlay.active {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .wishlist.overlay.active {
    display: block; }

.block-wishlist-management {
  position: relative; }
  .block-wishlist-management .wishlist-select .wishlist-name-label {
    font-weight: 600; }
  .block-wishlist-management .wishlist-title {
    margin-bottom: 10px; }
    .block-wishlist-management .wishlist-title strong {
      font-weight: 300;
      margin-right: 10px; }
  .block-wishlist-management .wishlist-notice {
    color: #7d7d7d;
    display: inline-block;
    margin-right: 20px; }
  .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
    display: inline-block; }
  .block-wishlist-management .wishlist-toolbar-select {
    margin-right: 20px; }
  .block-wishlist-management .wishlist-dropdown.move {
    margin-right: 20px; }

.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px; }

.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center; }

.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem; }
  .block-wishlist-info-items .block-title > strong {
    font-weight: 300; }

.block-wishlist-info-items .product-item {
  width: 100%; }

.block-wishlist-info-items .product-item-photo {
  margin-left: 20px; }

.block-wishlist-info-items .product-item-info {
  width: auto; }
  .block-wishlist-info-items .product-item-info:hover .split {
    visibility: visible; }

.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px; }

.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0; }

.block-wishlist-info-items .action.towishlist {
  padding: 10px 0; }

.block-wishlist-info-items .input-text.qty {
  margin-right: 10px; }

@media only screen and (max-width: 767px) {
  .block-wishlist-management {
    clear: both;
    margin-top: -21px; }
    .block-wishlist-management .wishlist-select {
      margin: 0 -15px 20px; }
      .block-wishlist-management .wishlist-select-items {
        border-bottom: 1px solid #d1d1d1;
        background: #f5f5f5;
        display: none;
        padding: 15px 0; }
        .block-wishlist-management .wishlist-select-items.active {
          display: block; }
        .block-wishlist-management .wishlist-select-items .item {
          margin: 3px 0 0; }
          .block-wishlist-management .wishlist-select-items .item:first-child {
            margin-top: 0; }
          .block-wishlist-management .wishlist-select-items .item.current {
            display: none; }
          .block-wishlist-management .wishlist-select-items .item a {
            display: block;
            padding: 5px 18px;
            text-decoration: none; }
            .block-wishlist-management .wishlist-select-items .item a:hover {
              background: #e8e8e8; }
    .block-wishlist-management .wishlist-title strong {
      font-size: 2.6rem; }
    .block-wishlist-management .wishlist-info {
      margin-bottom: 15px; }
    .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
      margin-bottom: 15px; }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px; }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px; }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name, .page-multiple-wishlist .products-grid.wishlist .product-item-description, .page-multiple-wishlist
  .products-grid.wishlist .product-item .price-box, .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px; }
  .products-grid.wishlist .wishlist-dropdown {
    display: none; } }

@media only screen and (min-width: 768px) {
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto; }
    .wishlist.window.popup .field {
      margin: 0 0 20px; }
      .wishlist.window.popup .field:not(.choice) > .label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0; }
      .wishlist.window.popup .field:not(.choice) > .control {
        float: none;
        width: auto; }
      .wishlist.window.popup .field > .label {
        margin: 0 0 5px;
        display: inline-block; }
      .wishlist.window.popup .field.choice:before, .wishlist.window.popup .field.no-label:before {
        display: none; }
  .block-wishlist-management {
    margin-bottom: 20px; }
    .block-wishlist-management .wishlist-select {
      border-bottom: 1px solid #e8e8e8;
      display: table;
      margin-bottom: 15px;
      width: 100%; }
      .block-wishlist-management .wishlist-select .wishlist-name {
        display: table-cell;
        margin-right: 10px;
        padding: 5px 10px 10px;
        vertical-align: top;
        white-space: nowrap;
        width: 5%; }
      .block-wishlist-management .wishlist-select-items {
        display: table-cell;
        padding-right: 160px;
        vertical-align: top; }
        .block-wishlist-management .wishlist-select-items .item {
          display: inline-block;
          margin-right: 10px;
          padding: 5px 10px 10px; }
          .block-wishlist-management .wishlist-select-items .item:last-child {
            margin-right: 0; }
        .block-wishlist-management .wishlist-select-items .current {
          border-bottom: 3px solid #ff5501;
          font-weight: 600; }
      .block-wishlist-management .wishlist-select .wishlist-name-current {
        display: none; }
    .block-wishlist-management .wishlist-add.item {
      position: absolute;
      right: 0;
      top: 0; }
    .block-wishlist-management .wishlist-title strong {
      font-size: 4rem; }
    .block-wishlist-management .wishlist-info {
      float: left; }
    .block-wishlist-management .wishlist-toolbar {
      float: right; }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0; }
  .products-grid.wishlist .product-item-checkbox {
    float: left; }
    .products-grid.wishlist .product-item-checkbox + .product-item-name {
      margin-left: 25px; } }

.multicheckout .title {
  margin-bottom: 30px; }
  .multicheckout .title strong {
    font-weight: 400; }

.multicheckout .table-wrapper {
  margin-bottom: 0; }
  .multicheckout .table-wrapper .action.delete {
    display: inline-block; }
  .multicheckout .table-wrapper .col .qty {
    display: inline-block; }
  .multicheckout .table-wrapper .col.item .action.edit {
    font-weight: 400;
    margin-left: 10px; }

.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0; }

.multicheckout > .actions-toolbar {
  margin-top: 40px; }

.multicheckout .actions-toolbar > .secondary {
  display: block; }
  .multicheckout .actions-toolbar > .secondary .action {
    margin-bottom: 25px; }
    .multicheckout .actions-toolbar > .secondary .action.back {
      display: block;
      margin-left: 0; }

.multicheckout .actions-toolbar > .primary {
  margin-right: 10px; }

.multicheckout .item-options {
  margin: 10px 0 0; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block; }

.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px; }
  .multicheckout .block-title strong,
  .multicheckout .block-content .title strong {
    font-weight: 400; }
    .multicheckout .block-title strong span,
    .multicheckout .block-content .title strong span {
      color: #a6a6a6; }

.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0; }

.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem; }

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px; }

.multicheckout .box-title span {
  margin-right: 10px; }

.multicheckout .box-title > .action {
  margin: 0; }

.multicheckout .box-shipping-method .price {
  font-weight: 700; }

.multicheckout .box-billing-method .fieldset {
  margin: 0; }
  .multicheckout .box-billing-method .fieldset .legend.box-title {
    margin: 0 0 5px; }

.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px; }
  .multicheckout .checkout-review .grand.totals .mark {
    font-weight: 400; }

[class^='multishipping-'] .logo {
  margin-left: 0; }

.multishipping-checkout-success .nav-sections {
  display: block; }

@media only screen and (max-width: 639px) {
  .multicheckout .data.table .address:before {
    margin-bottom: 5px; }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block; }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px; }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0; }
  .multicheckout.order-review .box-items .data.table thead {
    display: block; }
    .multicheckout.order-review .box-items .data.table thead tr {
      display: block; }
    .multicheckout.order-review .box-items .data.table thead .col.item {
      display: block;
      padding: 0; }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px; }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0; } }

@media only screen and (min-width: 640px) {
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right; }
    .multicheckout .actions-toolbar .secondary .action {
      margin-left: 10px; }
      .multicheckout .actions-toolbar .secondary .action.back {
        display: block;
        float: left; }
  .multicheckout .item-options {
    margin: 20px 0 0; }
  .multicheckout .block-content .box {
    margin-bottom: 0; }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%; }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%; }
    .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
      display: none; }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%; }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%; }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0; }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto; }
  .multicheckout.order-review .col.item {
    width: 75%; }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto; }
    .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
      display: inline-block;
      width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .multishipping-checkout-success .nav-toggle {
    display: block; }
  .multishipping-checkout-success .logo {
    margin-left: 40px; } }

.c-newsletter {
  width: 100%;
  height: auto;
  background-color: #e20613;
  padding: 63px 150px 54px;
  float: none;
  margin-top: -165px;
  position: relative;
  border-radius: 10px; }
  @media only screen and (max-width: 1024px) {
    .c-newsletter {
      margin-top: 0;
      padding: 58px 100px 60px;
      border-radius: 0;
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .c-newsletter {
      padding: 26px 30px 40px; } }
  .c-newsletter:after {
    content: '';
    display: block;
    background-image: url("../images/confetti2.svg");
    background-repeat: no-repeat;
    width: 275px;
    height: 300px;
    position: absolute;
    left: 158px;
    top: 18px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .c-newsletter:after {
        left: 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-newsletter:after {
        left: -31px; } }
    @media only screen and (max-width: 767px) {
      .c-newsletter:after {
        display: none; } }
  .c-newsletter:before {
    content: '';
    display: block;
    background-image: url("../images/confetti1.svg");
    background-repeat: no-repeat;
    width: 233px;
    height: 300px;
    position: absolute;
    right: 185px;
    top: 34px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .c-newsletter:before {
        right: 90px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-newsletter:before {
        right: -37px; } }
    @media only screen and (max-width: 767px) {
      .c-newsletter:before {
        display: none; } }
  .c-newsletter__title {
    font-family: "hinted-RialtoScript-Regular", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .c-newsletter__title {
        font-size: 26px;
        position: relative;
        padding: 20px 0;
        margin-bottom: 24px; } }
    @media only screen and (max-width: 767px) {
      .c-newsletter__title:after {
        content: '';
        display: block;
        background-image: url("../images/newsletter_mobile_2.png");
        background-repeat: no-repeat;
        width: 160px;
        height: 40px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media only screen and (max-width: 767px) {
      .c-newsletter__title:before {
        content: '';
        display: block;
        background-image: url("../images/newsletter_mobile_1.png");
        background-repeat: no-repeat;
        width: 162px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .c-newsletter__info {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 14px;
    letter-spacing: 0.4px; }
    @media only screen and (max-width: 767px) {
      .c-newsletter__info {
        font-size: 13px;
        line-height: 16px; } }
  .c-newsletter .form.subscribe {
    width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 9; }
    @media only screen and (max-width: 767px) {
      .c-newsletter .form.subscribe {
        width: auto; } }
  .c-newsletter__content {
    margin: 0;
    overflow: hidden; }
    .c-newsletter__content .control {
      display: block; }
      .c-newsletter__content .control:before {
        position: absolute; }
  .c-newsletter__field {
    width: 308px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .c-newsletter__field {
        width: auto; } }
    .c-newsletter__field input {
      padding-left: 30px;
      padding-right: 55px;
      height: 54px;
      border-radius: 26px;
      border: none;
      color: #959595;
      font-weight: 500;
      font-family: "uniformrd-md-webfont", sans-serif; }
      @media only screen and (max-width: 1024px) {
        .c-newsletter__field input {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .c-newsletter__field input {
          height: 46px;
          padding-left: 25px; } }
    .c-newsletter__field div.mage-error[generated] {
      color: #fff;
      position: absolute; }
      @media only screen and (max-width: 767px) {
        .c-newsletter__field div.mage-error[generated] {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
  .c-newsletter__agreement {
    color: #DFB2B4;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    height: 40px;
    max-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .c-newsletter__agreement {
        font-size: 12px;
        max-height: 100%;
        overflow: visible;
        margin-bottom: 20px;
        height: auto; } }
    .c-newsletter__agreement .checkbox-custom__label:before {
      background: #DFB2B4;
      border: 1px solid #DFB2B4;
      top: 2px;
      left: -21px; }
      @media only screen and (min-width: 1025px) {
        .c-newsletter__agreement .checkbox-custom__label:before {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    .c-newsletter__agreement .checkbox-custom input:checked + .checkbox-custom__label:before {
      background: #DFB2B4; }
    .c-newsletter__agreement div.mage-error[generated] {
      position: absolute;
      left: 0;
      bottom: 0;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .c-newsletter__agreement div.mage-error[generated] {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          bottom: -16px; } }
    .c-newsletter__agreement label .label-list {
      display: block;
      margin-left: 24px; }
      @media only screen and (max-width: 767px) {
        .c-newsletter__agreement label .label-list {
          margin-left: 3px; } }
      .c-newsletter__agreement label .label-list:last-of-type {
        margin-bottom: 5px; }
    .c-newsletter__agreement.expanded {
      max-height: 100%;
      overflow: visible;
      height: auto; }
      .c-newsletter__agreement.expanded .agreement-information {
        display: block; }
    .c-newsletter__agreement .agreement-information {
      color: #DFB2B4;
      font-size: 13px;
      display: none;
      text-align: left;
      padding: 10px 13px 0; }
      .c-newsletter__agreement .agreement-information a {
        color: #DFB2B4; }
        .c-newsletter__agreement .agreement-information a:hover {
          color: #fff; }
  .c-newsletter__submit .icon-newsletter {
    position: relative;
    top: 1px;
    left: 1px; }
    .c-newsletter__submit .icon-newsletter:before {
      color: #000; }
  .c-newsletter .action.subscribe {
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #FFDA47;
    bottom: 7px;
    right: 153px;
    border: none;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .c-newsletter .action.subscribe {
        bottom: 3px;
        right: 3px; } }

.text-hidden {
  display: none; }
  .text-hidden.is-active {
    display: block;
    text-align: justify;
    margin: 5px 0 5px 12px; }
    @media only screen and (max-width: 767px) {
      .text-hidden.is-active {
        margin: 5px 0 5px 0;
        display: inline;
        text-align: left; } }

.label-hide-text,
.label-more-text {
  display: none;
  cursor: pointer;
  padding-left: 5px;
  font-weight: 600;
  font-size: 13px; }
  .label-hide-text.is-active,
  .label-more-text.is-active {
    display: inline; }

.label-hide-text.is-active {
  display: block;
  margin-bottom: 20px;
  margin-top: 10px; }

.terms-dot {
  display: none; }
  .terms-dot.is-active {
    display: inline; }

footer .newsletter form {
  display: block !important; }

.paypal.after:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase; }

.paypal.before:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase; }

.paypal.acceptance {
  display: block;
  margin: 0 0 20px; }
  .paypal.acceptance img {
    max-width: 100%; }

.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto; }

.paypal-review .paypa-review-title > strong {
  color: #000;
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block; }

.paypal-review .items-qty .item {
  white-space: nowrap; }

.paypal-review .items-qty .title:after {
  content: ': '; }

.paypal-review .paypal-review-title > strong {
  color: #000;
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block; }

.paypal-review .actions-toolbar {
  margin-top: 10px; }

.paypal-review .item-options dt {
  display: inline-block; }
  .paypal-review .item-options dt:after {
    content: ': '; }

.paypal-review .item-options dd {
  margin: 0; }

.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0; }
  .paypal-review-discount .block {
    margin-bottom: 0; }
    .paypal-review-discount .block .fieldset {
      padding: 10px 0 20px; }

@media only screen and (min-width: 768px) {
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1; }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%; }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%; }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right; } }

.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.fotorama-video-container .magnify-lens {
  display: none !important; }

.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6; }

.fotorama-video-container.video-unplayed:hover:after {
  -webkit-transform: scale(1.25);
          transform: scale(1.25); }

.video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px; }

.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
  .product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999; }

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.fotorama__product-video--loading:after {
  visibility: hidden; }

@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%; } }

.card {
  border-radius: 5px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  background-image: #f4f4f4;
  color: #fff;
  margin: 90px auto auto;
  padding: 40px;
  width: 400px; }
  .card-chart .card-value {
    font-size: 41px;
    font-weight: 400;
    color: white;
    font-family: "uniformrd-rg-webfont", sans-serif; }
    @media only screen and (max-width: 767px) {
      .card-chart .card-value {
        font-size: 30px; } }
  .card-chart {
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .card-chart {
        margin-top: -45px; } }
    @media only screen and (max-width: 767px) {
      .card-chart {
        margin-top: -35px; } }
    @media only screen and (max-width: 767px) {
      .card-chart canvas {
        width: 90px !important;
        height: 90px !important; } }
  .card-center {
    line-height: 1.5;
    position: absolute;
    top: 40px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .card-center {
        top: 25px; } }
  .card-chart {
    margin-bottom: 8px;
    text-align: center; }

.review-list.no-dots .slick-dots {
  display: none; }

.review-details {
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .review-details {
      padding-top: 70px; } }
  @media only screen and (max-width: 767px) {
    .review-details {
      padding-top: 80px; } }
  .review-details__wrapper {
    padding: 40px 0 10px;
    background-color: #e20613;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block; }
    @media only screen and (max-width: 1024px) {
      .review-details__wrapper {
        padding: 10px 15px; } }
    @media only screen and (max-width: 767px) {
      .review-details__wrapper {
        padding: 10px 0;
        height: auto; } }
    .review-details__wrapper.is-open {
      height: auto;
      visibility: visible;
      opacity: 1;
      min-height: 480px; }
    .review-details__wrapper.is-active-empty {
      display: block !important; }
  .review-details .icon-details.is-active {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
  .review-details__content {
    max-width: 1200px;
    margin: 0 auto; }
    .review-details__content:before, .review-details__content:after {
      content: '';
      display: table; }
    .review-details__content:after {
      clear: both; }
    @media only screen and (max-width: 767px) {
      .review-details__content .review-legend--mobile {
        color: #fff;
        padding: 20px 26px; } }
  .review-details__title-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
  .review-details__legend {
    display: block;
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .review-details__legend {
        font-size: 15px; } }
  .review-details__name {
    font-size: 1.5rem;
    opacity: 0.8;
    display: block;
    padding-top: 8px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .review-details__name {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 767px) {
      .review-details__name {
        font-size: 13px;
        padding-top: 5px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .review-details__rating {
      margin-bottom: 15px; } }
  .review-details__ratings {
    position: relative;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .review-details__ratings {
        margin-bottom: 10px;
        margin-top: -15px; } }
    @media only screen and (max-width: 767px) {
      .review-details__ratings {
        display: flex;
        align-items: center; } }
  .review-details__title {
    background-color: #e20613;
    min-width: 348px;
    position: absolute;
    top: -60px;
    font-size: 18px;
    color: #fff;
    min-height: 60px;
    padding: 21px 26px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 0;
    cursor: pointer; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .review-details__title {
        left: 20px; } }
    @media only screen and (max-width: 767px) {
      .review-details__title {
        min-width: 208px;
        max-width: 100%;
        min-height: 42px;
        padding: 14.5px 26px 10px;
        font-size: 14px;
        top: -42px;
        left: 15px; } }
    .review-details__title .icon-details {
      position: absolute;
      right: 21px;
      top: 26px;
      font-size: 9px;
      font-weight: 600;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
      @media only screen and (max-width: 767px) {
        .review-details__title .icon-details {
          top: 18px; } }
  .review-details__rating {
    float: left;
    width: 20%;
    margin-top: 105px;
    padding-right: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .review-details__rating {
        padding-right: 0;
        width: 100%;
        margin-top: 5px; } }
    @media only screen and (max-width: 767px) {
      .review-details__rating {
        margin-bottom: 5px;
        margin-top: 10px;
        float: none;
        width: 100%;
        padding-right: 0; } }
    .review-details__rating p {
      color: #fff;
      text-align: center; }
  .review-details__form {
    color: #fff;
    width: 80%;
    float: right;
    padding-left: 10px; }
    @media only screen and (max-width: 1024px) {
      .review-details__form {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        float: none;
        padding: 0 10px; } }
    @media only screen and (max-width: 767px) {
      .review-details__form {
        width: 90%;
        margin: auto;
        padding-top: 0; } }
    .review-details__form .review-details__ratings {
      margin-bottom: 16px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .review-details__form .review-details__ratings {
          margin-top: -35px; } }
      .review-details__form .review-details__ratings .mage-error {
        color: white;
        top: 30px;
        left: 30px;
        text-decoration: underline;
        padding-bottom: 10px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .review-details__form .review-details__ratings .mage-error {
            left: 0; } }
        @media only screen and (max-width: 767px) {
          .review-details__form .review-details__ratings .mage-error {
            top: 11px;
            left: 0; } }
    .review-details__form .actions-primary {
      text-align: center; }
      .review-details__form .actions-primary button, .review-details__form .actions-primary .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .review-details__form .actions-primary .actions-toolbar > .action, .review-details__form .actions-primary .action-gift {
        background: #fff;
        border: 1px solid #fff;
        color: #000;
        letter-spacing: 1px;
        padding: 15px 20px;
        margin-left: 70px; }
        .review-details__form .actions-primary button:hover, .review-details__form .actions-primary .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .review-details__form .actions-primary .actions-toolbar > .action:hover, .review-details__form .actions-primary .action-gift:hover {
          border: none;
          border: 1px solid #fff; }
        @media only screen and (min-width: 1025px) and (max-width: 1209px) {
          .review-details__form .actions-primary button, .review-details__form .actions-primary .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .review-details__form .actions-primary .actions-toolbar > .action, .review-details__form .actions-primary .action-gift {
            margin-left: -10px; } }
        @media only screen and (max-width: 1024px) {
          .review-details__form .actions-primary button, .review-details__form .actions-primary .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .review-details__form .actions-primary .actions-toolbar > .action, .review-details__form .actions-primary .action-gift {
            margin-left: 0; } }

.rating-summary {
  overflow: hidden;
  white-space: nowrap; }
  .rating-summary .rating-result {
    width: 100px;
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .rating-summary .rating-result:before {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      -webkit-font-smoothing: antialiased;
      color: #c7c7c7;
      font-family: "icons-blank-theme";
      font-size: 28px;
      height: 28px;
      letter-spacing: -10px;
      line-height: 28px;
      content: "";
      display: block;
      font-style: normal;
      font-weight: normal;
      speak: none; }
    .rating-summary .rating-result > span {
      display: block;
      overflow: hidden; }
      .rating-summary .rating-result > span:before {
        position: relative;
        z-index: 2;
        -webkit-font-smoothing: antialiased;
        color: #FFDA47;
        font-family: "icons-blank-theme";
        font-size: 28px;
        height: 28px;
        letter-spacing: -10px;
        line-height: 28px;
        content: "";
        display: block;
        font-style: normal;
        font-weight: normal;
        speak: none; }
      .rating-summary .rating-result > span span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
  .rating-summary .rating-result {
    margin-left: -5px; }

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.review-control-vote {
  overflow: hidden; }
  .review-control-vote:before {
    color: #c7c7c7;
    font-family: "icons-blank-theme";
    font-size: 28px;
    height: 28px;
    letter-spacing: -10px;
    line-height: 28px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: "";
    display: block;
    position: absolute;
    z-index: 1; }
  .review-control-vote input[type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .review-control-vote input[type="radio"]:focus + label:before, .review-control-vote input[type="radio"]:checked + label:before {
      opacity: 1; }
  .review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute; }
    .review-control-vote label span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .review-control-vote label:before {
      color: #FFDA47;
      font-family: "icons-blank-theme";
      font-size: 28px;
      height: 28px;
      letter-spacing: -10px;
      line-height: 28px;
      font-style: normal;
      font-weight: normal;
      speak: none;
      vertical-align: top;
      -webkit-font-smoothing: antialiased;
      opacity: 0; }
    .review-control-vote label:hover:before {
      opacity: 1; }
    .review-control-vote label:hover ~ label:before {
      opacity: 0; }
  .review-control-vote .rating-5 {
    z-index: 2; }
    .review-control-vote .rating-5:before {
      content: ""; }
  .review-control-vote .rating-4 {
    z-index: 3; }
    .review-control-vote .rating-4:before {
      content: ""; }
  .review-control-vote .rating-3 {
    z-index: 4; }
    .review-control-vote .rating-3:before {
      content: ""; }
  .review-control-vote .rating-2 {
    z-index: 5; }
    .review-control-vote .rating-2:before {
      content: ""; }
  .review-control-vote .rating-1 {
    z-index: 6; }
    .review-control-vote .rating-1:before {
      content: ""; }
  .review-control-vote:before {
    top: 11px; }
    @media only screen and (max-width: 767px) {
      .review-control-vote:before {
        top: -4px;
        padding-left: 5px; } }
  .review-control-vote:hover label:before {
    top: 9px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .review-control-vote:hover label:before {
        top: -2px; } }
  .review-control-vote input[type="radio"]:focus + label:before,
  .review-control-vote input[type="radio"]:checked + label:before {
    top: 9px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .review-control-vote input[type="radio"]:focus + label:before,
      .review-control-vote input[type="radio"]:checked + label:before {
        top: -10px;
        padding-left: 5px; } }

.review-popup {
  position: fixed;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 600px;
  min-height: 200px;
  padding: 50px;
  text-align: center;
  background-color: white;
  background-image: radial-gradient(50% 100%, #F6712E 2%, #E6601D 25%, #e20613 100%);
  display: block;
  z-index: -1;
  transition: opacity 0.25s linear;
  opacity: 0;
  visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .review-popup {
      width: 95%;
      max-width: 400px;
      padding: 20px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  .review-popup__close {
    font-size: 14px;
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .review-popup__close {
        top: 7px;
        right: -12px; } }
    @media only screen and (max-width: 767px) {
      .review-popup__close .icon-close {
        padding: 20px; } }
  .review-popup__wrapper {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px 25px;
    border-radius: 10px; }
    @media only screen and (max-width: 767px) {
      .review-popup__wrapper {
        padding: 10px; } }
  .review-popup__name {
    font-size: 26px;
    font-family: "uniformrd-md-webfont", sans-serif;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .review-popup__name {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 5px; } }
  .review-popup__text {
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .review-popup__text {
        font-size: 13px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .review-popup__rating {
      margin-top: -45px; } }
  @media only screen and (max-width: 767px) {
    .review-popup__rating {
      margin-top: 0; } }
  .review-popup__rating .rating-summary .rating-result > span {
    position: relative; }
    .review-popup__rating .rating-summary .rating-result > span:before {
      left: 5px; }
  .review-popup__rating .rating-summary .rating-result[title="100%"] > span:before {
    left: 0; }
  .review-popup.is-active {
    visibility: visible;
    opacity: 1;
    z-index: 9999999; }

.page-overlay {
  display: none; }
  .page-overlay:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999; }
  .page-overlay.is-active {
    display: block; }

.block.add.review {
  margin-bottom: 40px; }
  .block.add.review > .title {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem; }
  .block.add.review .legend {
    color: #000;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.2rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    margin: 0 0 20px; }
  .block.add.review .field.rating {
    display: table-row; }
    .block.add.review .field.rating .label {
      display: table-cell;
      padding: 5px 0;
      vertical-align: middle; }
    .block.add.review .field.rating .control {
      display: table-cell;
      vertical-align: top; }

.block.reviews.list > .title {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

.block.reviews.list .review.item {
  margin-bottom: 40px; }

.block.reviews.list .review.title {
  color: #000;
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.data.table.reviews .rating-summary {
  margin-top: -4px; }

.customer-review.view {
  margin-bottom: 20px; }
  .customer-review.view .review.title,
  .customer-review.view .ratings-summary,
  .customer-review.view .product-details {
    margin-bottom: 20px; }

.products.wrapper.list .product-reviews-summary {
  margin: 0 auto; }

.product-reviews-summary.empty {
  margin-left: 0; }

@media only screen and (min-width: 768px) {
  .products.wrapper.list .product-reviews-summary {
    margin: 0; } }

.customer-review .product-details {
  margin-bottom: 40px; }

.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%; }

.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px; }
  .customer-review .review-details .customer-review-rating .item {
    margin-bottom: 10px; }
    .customer-review .review-details .customer-review-rating .item:last-child {
      margin-bottom: 0; }

.customer-review .review-details .review-title {
  color: #000;
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px; }

.customer-review .review-details .review-content {
  margin-bottom: 20px; }

.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block; }

.review-field-ratings .nested {
  display: table; }

.review-field-ratings .review-field-rating {
  display: table-row; }
  .review-field-ratings .review-field-rating .label,
  .review-field-ratings .review-field-rating .control {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top; }
  .review-field-ratings .review-field-rating .label {
    padding-right: 10px;
    padding-top: 6px; }
  .review-field-ratings .review-field-rating .control {
    padding-top: 2px; }

.review-regulations {
  display: block;
  margin: 10px 0 20px 100px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .review-regulations {
      margin: 8px 0 20px 0; } }
  .review-regulations a {
    color: #FFDA47;
    font-weight: 700; }
    .review-regulations a:hover {
      color: #fff; }
  @media only screen and (max-width: 1024px) {
    .review-regulations {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .review-regulations {
      margin-left: 0; } }

.review-field-row {
  width: 55%; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .review-field-row {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .review-field-row {
      width: 100%;
      float: none; } }

.review-field-row-comment {
  width: 41.5%;
  min-width: 390px;
  display: block;
  position: relative;
  top: 2px; }
  @media only screen and (max-width: 1024px) {
    .review-field-row-comment {
      margin-top: 0;
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .review-field-row-comment {
      width: 100%;
      float: none;
      min-width: 200px; } }

.review-field__input {
  width: 77%;
  margin-bottom: 20px;
  float: left; }
  .review-field__input:last-of-type {
    margin-bottom: 5px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .review-field__input {
      width: 95%; } }
  @media only screen and (max-width: 1024px) {
    .review-field__input {
      width: 95%; } }
  @media only screen and (max-width: 767px) {
    .review-field__input {
      width: 100%;
      float: none;
      padding-top: 7px; } }
  .review-field__input .mage-error[generated] {
    color: #fff;
    margin-top: 4px;
    text-decoration: underline; }
  .review-field__input > input {
    padding: 5px 20px;
    border-radius: 5px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff; }
    .review-field__input > input::-webkit-input-placeholder {
      color: #fff; }
    .review-field__input > input::-moz-placeholder {
      color: #fff; }
    .review-field__input > input::-ms-input-placeholder {
      color: #fff; }
    .review-field__input > input::placeholder {
      color: #fff; }

.review-field__text {
  width: 100%;
  margin-bottom: 5px;
  float: left; }
  .review-field__text .mage-error[generated] {
    color: #fff; }
  @media only screen and (max-width: 1209px) {
    .review-field__text {
      width: 90%; } }
  @media only screen and (max-width: 1024px) {
    .review-field__text {
      width: 100%;
      margin-top: 5px; } }
  @media only screen and (max-width: 767px) {
    .review-field__text {
      width: 100%; } }
  .review-field__text > textarea {
    padding: 15px 20px;
    border-radius: 5px;
    height: 122px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 0; }
    .review-field__text > textarea::-webkit-input-placeholder {
      color: #fff; }
    .review-field__text > textarea::-moz-placeholder {
      color: #fff; }
    .review-field__text > textarea::-ms-input-placeholder {
      color: #fff; }
    .review-field__text > textarea::placeholder {
      color: #fff; }
    @media only screen and (max-width: 1024px) {
      .review-field__text > textarea {
        height: 121px; } }

.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center; }
  .review-toolbar:first-child {
    display: none; }
  .review-toolbar .pages {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    padding: 20px 0;
    text-align: center; }
  .review-toolbar .limiter {
    display: none; }

.review-form-actions {
  margin: 40px auto; }
  .review-form-actions button, .review-form-actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .review-form-actions .actions-toolbar > .action, .review-form-actions .action-gift {
    margin: auto; }

.fieldset .review-legend.legend {
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .fieldset .review-legend.legend {
      display: none; } }
  .fieldset .review-legend.legend strong {
    display: block;
    margin-left: 0; }

.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px; }

.review-list {
  margin-bottom: 0;
  color: #fff;
  background-image: radial-gradient(50% 100%, #F6712E 2%, #E6601D 25%, #e20613 100%); }
  .review-list__wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 50px; }
    @media only screen and (max-width: 767px) {
      .review-list__wrapper {
        padding: 30px 20px; } }
  .review-list__title {
    font-family: "hinted-RialtoScript-Regular", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px; }
  .review-list__item {
    background: rgba(244, 176, 234, 0.3);
    margin: 1px;
    border-radius: 10px;
    padding: 50px 50px 60px;
    height: 290px;
    position: relative; }
  .review-list__author {
    text-align: center;
    font-size: 2rem;
    font-family: "uniformrd-md-webfont", sans-serif; }
  .review-list__comment {
    font-size: 1.3rem;
    font-weight: 300;
    text-align: center;
    height: 73px;
    overflow: hidden; }
  .review-list__show {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .review-list__show:hover {
      text-decoration: underline; }
  .review-list__score {
    text-align: center;
    padding-top: 5px; }
  .review-list .slick-dots li.slick-active button, .review-list .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .review-list .slick-dots li.slick-active .actions-toolbar > .action, .review-list .slick-dots li.slick-active .action-gift {
    background-color: #fff; }
  .review-list .slider-arrow {
    background-color: transparent;
    border: 2px solid white; }
    .review-list .slider-arrow:before {
      color: #fff;
      opacity: 1; }
    .review-list .slider-arrow:hover:before {
      color: #fff; }

.review-ratings {
  display: table;
  margin: 15px auto;
  max-width: 100%; }

.review-author {
  display: inline; }

.review-title {
  color: #000;
  font-family: "uniformrd-md-webfont", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px; }

.review-content {
  margin-bottom: 20px; }

.review-item.long-review .review-list__show {
  display: block;
  cursor: pointer; }

.review-items {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  height: 0; }
  .review-items.slick-initialized {
    visibility: visible;
    opacity: 1;
    height: auto; }

@media only screen and (min-width: 640px) {
  .review-fieldset {
    margin-bottom: 0; }
  .review-ratings {
    margin: 15px auto;
    max-width: 240px; } }

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .review-legend {
    display: none; } }

@media only screen and (min-width: 640px) {
  .review-legend--mobile {
    display: none; } }
  @media only screen and (min-width: 640px) and (max-width: 1024px) {
    .review-legend--mobile {
      display: block;
      padding: 0 10px;
      color: #fff; } }

@media only screen and (min-width: 640px) {
  .review-legend__label {
    width: 100px;
    padding: 16px 23px 0 0;
    float: left;
    text-align: right; } }
  @media only screen and (min-width: 640px) and (min-width: 1025px) and (max-width: 1209px) {
    .review-legend__label {
      width: auto;
      text-align: left;
      padding: 16px 10px 0 0; } }
  @media only screen and (min-width: 640px) and (min-width: 768px) and (max-width: 1024px) {
    .review-legend__label {
      width: auto;
      padding-right: 10px; } }
  @media only screen and (min-width: 640px) and (max-width: 1024px) {
    .review-legend__label {
      text-align: left; } }
  @media only screen and (min-width: 640px) and (max-width: 767px) {
    .review-legend__label {
      text-align: left; } }

@media only screen and (min-width: 640px) {
    .review-legend__label span {
      color: #FFDA47; }
  .review-legend__comment {
    display: block;
    position: absolute;
    top: -35px; } }
  @media only screen and (min-width: 640px) and (min-width: 768px) and (max-width: 1024px) {
    .review-legend__comment {
      top: -23px; } }
  @media only screen and (min-width: 640px) and (max-width: 1024px) {
    .review-legend__comment {
      margin-bottom: 0; } }

@media only screen and (min-width: 640px) {
    .review-legend__comment span {
      color: #FFDA47; }
  .review-legend__fields {
    display: flex;
    align-items: center; } }
  @media only screen and (min-width: 640px) and (min-width: 768px) and (max-width: 1024px) {
    .review-legend__fields {
      margin-top: -10px; } }
  @media only screen and (min-width: 640px) and (min-width: 1025px) and (max-width: 1209px) {
    .review-legend__fields .review-legend__label {
      display: none; } }
  @media only screen and (min-width: 640px) and (min-width: 768px) and (max-width: 1024px) {
    .review-legend__fields .review-legend__label {
      display: none; } }

@media only screen and (min-width: 640px) {
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px; }
  .review-toolbar {
    margin: 0 0 30px; }
    .review-toolbar .pages {
      padding: 30px 0; }
  .fieldset .review-legend.legend {
    margin-bottom: 33px; }
  .review-title {
    margin: 0 0 30px; } }

.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px; }

.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .reward-settings + .actions-toolbar {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .reward-settings + .actions-toolbar {
    margin-top: -32px; } }

.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px; }

.form-create-return .additional:first-child {
  margin-top: 0; }

.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0; }

.form-create-return .additional .field:last-child {
  margin-top: 20px; }

.form-create-return .field.comment {
  margin-top: 55px; }

.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0; }

.block-returns-comments .returns-comments dt {
  font-weight: 400; }

.block-returns-comments .returns-comments dd {
  margin-bottom: 15px; }
  .block-returns-comments .returns-comments dd:last-child {
    margin-bottom: 0; }

.block-returns-comments .fieldset {
  margin-bottom: 20px; }

.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px; }

@media only screen and (max-width: 767px) {
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0; } }

@media only screen and (min-width: 768px) {
  .form-create-return .additional .field:last-child {
    margin-top: 29px; }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px; }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px; }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px; } }

.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px; }
  .order-links .item {
    display: inline-block;
    margin-right: 20px; }

.order-actions-toolbar .action {
  margin: 0 20px 0 0; }

.sales-order-view .items.order-links {
  display: none; }

.sales-order-view .columns-account {
  margin-top: -50px; }
  @media only screen and (max-width: 767px) {
    .sales-order-view .columns-account {
      margin-top: 20px; } }

.order-details-items {
  margin-bottom: 25px;
  padding-bottom: 10px; }
  .order-details-items .order-title > strong {
    color: #000;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.2rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    display: inline-block;
    margin-bottom: 20px; }
  .order-details-items .cart-price .price {
    font-size: 13px; }
  .order-details-items .items-qty .item {
    white-space: nowrap; }
  .order-details-items .items-qty .title:after {
    content: ': '; }
  .order-details-items .table-order-items .product-item-name {
    margin-top: 0; }
  .order-details-items .table-order-items tbody:nth-child(odd) tr {
    background-color: #f7f7f7; }
  .order-details-items .item-options dt {
    margin: 0; }
  .order-details-items .item-options dd {
    margin: 0 0 15px; }
  .order-details-items .item-options.links dt {
    display: inline-block; }
    .order-details-items .item-options.links dt:after {
      content: ': '; }
  .order-details-items .item-options.links dd {
    margin: 0; }
  .order-details-items .action.back:before {
    top: 1px; }

.order-pager-wrapper .toolbar-amount {
  padding-top: 3px; }

.order-pager-wrapper .pages-items .item:first-child, .order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0; }

.order-actions-toolbar {
  margin-bottom: 25px; }
  .order-actions-toolbar .action {
    margin-right: 30px; }
    .order-actions-toolbar .action.print {
      margin: 0; }

.page-title-wrapper .order-date {
  margin: 0 0 20px; }

.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px; }

.form-orders-search .field.email, .form-orders-search .field.zip {
  margin-bottom: 0; }

.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline; }

.block-reorder .product-item .field.item {
  display: inline-block; }

.block-reorder .product-item-name {
  display: inline-block; }

.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px; }

.block-order-details-comments {
  margin: 0 0 40px; }
  .block-order-details-comments .comment-date {
    font-weight: 600; }
  .block-order-details-comments .comment-content {
    line-height: 1.6;
    margin: 0 0 20px; }

.block-order-details-view .box-content .payment-method .title {
  font-weight: 400; }

.block-order-details-view .box-content .payment-method .content {
  margin: 0; }
  .block-order-details-view .box-content .payment-method .content > strong {
    font-weight: 400; }
    .block-order-details-view .box-content .payment-method .content > strong:after {
      content: ': '; }

.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0; }
  .order-tracking .tracking-title {
    display: inline-block; }
  .order-tracking .tracking-content {
    display: inline-block;
    margin: 0 0 0 5px; }

@media only screen and (max-width: 639px) {
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top; }
  .account .toolbar .pages {
    float: right; }
  .account .toolbar .limiter {
    clear: both; }
  .order-details-items tbody td, .order-details-items th {
    min-width: 100px; }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit; }
  .order-pager-wrapper .pages {
    text-align: center; }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right; }
  .table-order-items.creditmemo .col.qty, .table-order-items.creditmemo .col.discount, .table-order-items.creditmemo .col.subtotal {
    text-align: center; }
  .table-order-items.creditmemo .col.total {
    text-align: right; }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0; }
  .order-pager-wrapper .pages {
    float: right; }
  .order-actions-toolbar .action.print {
    display: block;
    float: right; }
  .page-title-wrapper .order-date {
    margin-top: -20px; }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px; } }

.opc-wrapper .form-discount {
  max-width: 500px; }

.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none; }
  .action.mailto.friend:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .action.mailto.friend span {
    display: inline-block;
    line-height: 28px;
    vertical-align: top; }

.swatch-attribute-label {
  font-weight: bold;
  position: relative; }

.swatch-attribute-label.required {
  padding-right: 10px; }

.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em; }

.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px; }

.swatch-attribute-options {
  margin-top: 10px; }

.swatch-option {
  padding: 1px 2px;
  min-width: 30px;
  max-width: 90px;
  height: 20px;
  float: left;
  margin: 0 10px 5px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis; }

.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 22px;
  margin-right: 7px; }

.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #fff;
  color: #333; }

.swatch-option.text.selected {
  background-color: #fff !important; }

.clearfix:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494; }

.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  color: black;
  background: #fff;
  border: 1px solid #fff; }

.swatch-option:not(.disabled):hover {
  outline: 1px solid #999;
  border: 1px solid #fff;
  color: #333; }

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  outline: 2px solid #ee0000;
  border: 1px solid #fff; }

.swatch-option.disabled {
  cursor: default; }

.swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); }

.swatch-option-tooltip {
  max-width: 140px;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  text-align: center; }

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px; }

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: 1px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px; }

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px; }

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto; }

.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden; }

.swatch-opt {
  margin: 20px 0; }

.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1; }

.swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important; }

.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0; }

.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px; }

.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px; }

.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px; }

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block; }

.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px; }

.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px; }

.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0; }

.swatch-opt-listing {
  margin-bottom: 10px; }

.swatch-option-loading {
  content: url(../Magento_Swatches/images/loader-2.gif); }

.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden; }

body {
  background-color: #fff; }

.header.links,
.nav-toggle {
  display: none; }

.page-header {
  position: relative;
  background-color: #fff;
  z-index: 99999; }
  @media only screen and (max-width: 767px) {
    .page-header {
      margin-bottom: 66px; } }
  .page-header:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.05); }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .page-header:before {
        width: 1400px; } }
    @media only screen and (max-width: 1024px) {
      .page-header:before {
        width: 1050px;
        z-index: 99; } }
  .page-header__container {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative; }
    @media only screen and (max-width: 1209px) {
      .page-header__container {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .page-header__container {
        height: 66px;
        padding-right: 0; } }
  .page-header__links {
    list-style: none;
    margin-bottom: 13px; }
    .page-header__links ul {
      display: inline-block; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .page-header__links ul {
          padding-left: 0; } }
      @media only screen and (max-width: 767px) {
        .page-header__links ul {
          display: block; } }
    .page-header__links li {
      display: inline-block;
      padding: 0 13px;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .page-header__links li {
          padding: 0 11px; } }
      @media only screen and (max-width: 1024px) {
        .page-header__links li {
          width: auto; } }
      .page-header__links li:last-of-type {
        padding-right: 0; }
    .page-header__links a {
      color: #868686;
      font-size: 13px;
      font-weight: 400;
      line-height: 26px;
      font-family: "uniformrd-md-webfont", sans-serif;
      position: relative; }
      @media only screen and (min-width: 1025px) {
        .page-header__links a:hover {
          text-decoration: none; }
          .page-header__links a:hover:after {
            content: '';
            display: block;
            position: absolute;
            background-color: #868686;
            width: 100%;
            height: 2px;
            bottom: -3px;
            left: 0; } }
  .page-header__languages {
    display: inline-block;
    padding-left: 25px;
    color: #868686;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    font-family: "uniformrd-md-webfont", sans-serif;
    position: relative;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .page-header__languages {
        font-size: 10px;
        padding-left: 3px;
        position: static; } }
  .page-header__navigation {
    width: auto;
    text-align: right;
    padding-top: 17px;
    float: right; }
    @media only screen and (max-width: 1209px) {
      .page-header__navigation {
        padding-right: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .page-header__navigation {
        padding-right: 0;
        padding-top: 27px; } }
    @media only screen and (max-width: 767px) {
      .page-header__navigation {
        height: 100%;
        padding-right: 0;
        padding-top: 0; } }
    .page-header__navigation ul {
      list-style: none;
      margin-bottom: 0; }
    @media only screen and (max-width: 1024px) {
      .page-header__navigation > .page-header__links {
        display: none; } }
  .page-header__logo {
    background-color: #e20613;
    display: inline-block;
    width: 198px;
    position: relative;
    vertical-align: top; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .page-header__logo {
        width: 188px;
        padding-left: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .page-header__logo {
        width: 150px; } }
    @media only screen and (max-width: 767px) {
      .page-header__logo {
        width: auto;
        padding-right: 33px; } }
    .page-header__logo .panel.header {
      padding: 40.5px 0 36.5px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .page-header__logo .panel.header {
          padding: 26.5px 0 22.5px 9px; } }
      @media only screen and (max-width: 767px) {
        .page-header__logo .panel.header {
          padding: 20.5px 0 16.5px; } }
    .page-header__logo .logo img {
      width: 131px;
      height: 41px;
      max-width: 131px; }
      @media only screen and (max-width: 1024px) {
        .page-header__logo .logo img {
          width: 105px;
          height: auto; } }
      @media only screen and (max-width: 767px) {
        .page-header__logo .logo img {
          width: 76px; } }
    .page-header__logo:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 5000px;
      right: 100%;
      background: #e20613; }
  @media only screen and (min-width: 1025px) {
    .page-header.is-fixed {
      position: fixed;
      height: 70px;
      z-index: 9999;
      background-color: white;
      top: -70px;
      -webkit-transform: translateY(70px);
              transform: translateY(70px);
      width: 100%; } }

.page-header.is-fixed {
  box-shadow: 0 1px 23px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease; }
  @media only screen and (min-width: 1025px) {
    .page-header.is-fixed .page-header__logo .panel.header {
      padding: 16.5px 0 16.5px; } }
  .page-header.is-fixed .page-header__logo .panel.header .logo img {
    width: 105px;
    height: auto; }
  @media only screen and (min-width: 1025px) {
    .page-header.is-fixed .page-header__links {
      display: none; } }
  .page-header.is-fixed .page-header__navigation {
    top: 21px;
    padding-top: 16px; }
  .page-header.is-fixed:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1000px;
    left: 100%;
    background: #fff; }
  .page-header.is-fixed .header-wrapper__container {
    width: 1230px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .page-header.is-fixed .menu-nav__account .header.links {
    top: 44px; }
  .page-header.is-fixed .search-icon {
    top: 10px; }
  .page-header.is-fixed .action.search-icon {
    top: 0; }
  .page-header.is-fixed .minicart-wrapper .c-minicart {
    top: 45.5px; }
    .page-header.is-fixed .minicart-wrapper .c-minicart:before {
      top: -18px; }
  .page-header.is-fixed .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu {
    top: 41.5px !important; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .page-header.is-fixed .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu {
        top: 40.5px !important; } }
  .page-header.is-fixed .c-search.is-active .page-backdrop:after {
    top: 77px; }

.page-print .logo {
  float: none; }

.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px; }

.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15; }

.action-skip-wrapper {
  height: 0;
  position: relative; }

.message.global p {
  margin: 0; }

.message.global.noscript, .message.global.cookie {
  background-color: rgba(208, 46, 38, 0.95);
  color: #fff;
  font-family: "uniformrd-rg-webfont", sans-serif;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.7rem; }

.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 9999; }
  .message.global.cookie .actions {
    margin-top: 10px; }

.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  margin-bottom: 0;
  text-align: center; }
  .message.global.demo a {
    color: #e20613; }
    .message.global.demo a:hover {
      color: #006bb4; }
    .message.global.demo a:active {
      color: #006bb4; }

.page-footer {
  margin-top: auto;
  background-color: #f7f7f7;
  border-top: 1px solid #efefef; }
  @media only screen and (max-width: 767px) {
    .page-footer {
      border-top: none; } }
  .page-footer__nav {
    width: 1200px;
    margin: 0 auto; }
    @media only screen and (max-width: 1209px) {
      .page-footer__nav {
        width: 100%; } }

.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px; }
  .page-header .switcher .options,
  .page-footer .switcher .options {
    display: inline-block;
    position: relative; }
    .page-header .switcher .options:before, .page-header .switcher .options:after,
    .page-footer .switcher .options:before,
    .page-footer .switcher .options:after {
      content: '';
      display: table; }
    .page-header .switcher .options:after,
    .page-footer .switcher .options:after {
      clear: both; }
    .page-header .switcher .options .action.toggle,
    .page-footer .switcher .options .action.toggle {
      padding: 0;
      cursor: pointer;
      display: inline-block;
      text-decoration: none; }
      .page-header .switcher .options .action.toggle > span,
      .page-footer .switcher .options .action.toggle > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .page-header .switcher .options .action.toggle:after,
      .page-footer .switcher .options .action.toggle:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .page-header .switcher .options .action.toggle:hover:after,
      .page-footer .switcher .options .action.toggle:hover:after {
        color: inherit; }
      .page-header .switcher .options .action.toggle:active:after,
      .page-footer .switcher .options .action.toggle:active:after {
        color: inherit; }
      .page-header .switcher .options .action.toggle.active,
      .page-footer .switcher .options .action.toggle.active {
        display: inline-block;
        text-decoration: none; }
        .page-header .switcher .options .action.toggle.active > span,
        .page-footer .switcher .options .action.toggle.active > span {
          border: 0;
          clip: rect(0, 0, 0, 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        .page-header .switcher .options .action.toggle.active:after,
        .page-footer .switcher .options .action.toggle.active:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 22px;
          line-height: 22px;
          color: inherit;
          content: "";
          font-family: "icons-blank-theme";
          margin: 0;
          vertical-align: top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .page-header .switcher .options .action.toggle.active:hover:after,
        .page-footer .switcher .options .action.toggle.active:hover:after {
          color: inherit; }
        .page-header .switcher .options .action.toggle.active:active:after,
        .page-footer .switcher .options .action.toggle.active:active:after {
          color: inherit; }
    .page-header .switcher .options ul.dropdown,
    .page-footer .switcher .options ul.dropdown {
      margin: 0;
      padding: 0;
      list-style: none none;
      background: #fff;
      border: 1px solid #bbb;
      margin-top: 4px;
      min-width: 160px;
      z-index: 100;
      box-sizing: border-box;
      display: none;
      position: absolute;
      top: 100%;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
      .page-header .switcher .options ul.dropdown li,
      .page-footer .switcher .options ul.dropdown li {
        margin: 0;
        padding: 0; }
        .page-header .switcher .options ul.dropdown li:hover,
        .page-footer .switcher .options ul.dropdown li:hover {
          background: #e8e8e8;
          cursor: pointer; }
      .page-header .switcher .options ul.dropdown:before, .page-header .switcher .options ul.dropdown:after,
      .page-footer .switcher .options ul.dropdown:before,
      .page-footer .switcher .options ul.dropdown:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0; }
      .page-header .switcher .options ul.dropdown:before,
      .page-footer .switcher .options ul.dropdown:before {
        border: 6px solid;
        border-color: transparent transparent #fff transparent;
        z-index: 99; }
      .page-header .switcher .options ul.dropdown:after,
      .page-footer .switcher .options ul.dropdown:after {
        border: 7px solid;
        border-color: transparent transparent #bbb transparent;
        z-index: 98; }
      .page-header .switcher .options ul.dropdown:before,
      .page-footer .switcher .options ul.dropdown:before {
        left: 10px;
        top: -12px; }
      .page-header .switcher .options ul.dropdown:after,
      .page-footer .switcher .options ul.dropdown:after {
        left: 9px;
        top: -14px; }
    .page-header .switcher .options.active,
    .page-footer .switcher .options.active {
      overflow: visible; }
      .page-header .switcher .options.active ul.dropdown,
      .page-footer .switcher .options.active ul.dropdown {
        display: block; }
    .page-header .switcher .options ul.dropdown a,
    .page-footer .switcher .options ul.dropdown a {
      display: block;
      padding: 8px; }
      .page-header .switcher .options ul.dropdown a:hover,
      .page-footer .switcher .options ul.dropdown a:hover {
        text-decoration: none; }
  .page-header .switcher li,
  .page-footer .switcher li {
    font-size: 12px;
    margin: 0; }
  .page-header .switcher strong,
  .page-footer .switcher strong {
    font-weight: 400; }

.widget {
  clear: both; }

.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0; }

@media only screen and (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-wrapper {
      overflow-x: hidden; } }

@media only screen and (min-width: 768px) {
    .page-wrapper > .breadcrumbs,
    .page-wrapper > .top-container,
    .page-wrapper > .widget {
      box-sizing: border-box;
      width: 100%; }
    .ie10 .page-wrapper,
    .ie11 .page-wrapper {
      height: 100%; }
  .cms-home .page-wrapper {
    overflow-x: visible; }
  .navigation ul {
    padding: 0 8px; }
  .page-header .switcher {
    display: inline-block; }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block; }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px; } }

.flex-text {
  display: flex;
  align-items: center;
  padding-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .flex-text {
      flex-direction: column; } }
  .flex-text img {
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .flex-text img {
        margin-bottom: 15px;
        margin-right: 0; } }

.page-footer ~ #freshmail-main-wrapper {
  display: none !important; }

.amprivacy-policy {
  display: none; }

.menu-nav__links {
  padding: 0 7px 0 0;
  text-align: left;
  height: 40px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1024px) {
    .menu-nav__links {
      padding: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .menu-nav__links {
      justify-content: flex-end; } }
  @media only screen and (max-width: 767px) {
    .menu-nav__links {
      order: -1;
      height: 100%; } }
  .menu-nav__links .ves-megamenu .navigation .level0.current > a {
    background-color: transparent;
    color: #000;
    display: flex; }
    .menu-nav__links .ves-megamenu .navigation .level0.current > a span {
      position: relative; }
    @media only screen and (min-width: 1025px) {
      .menu-nav__links .ves-megamenu .navigation .level0.current > a span:after {
        content: '';
        display: block;
        position: absolute;
        background-color: #e20613;
        width: 100%;
        height: 2px;
        bottom: -8px; } }
  .menu-nav__links .ves-megamenu .navigation .level0.active > a {
    background-color: transparent;
    color: #000;
    display: flex; }
    @media only screen and (max-width: 1024px) {
      .menu-nav__links .ves-megamenu .navigation .level0.active > a {
        min-height: 80px;
        color: #e20613; } }
  .menu-nav__links .ves-megamenu .navigation .level0.parent.current {
    position: relative; }
    @media only screen and (min-width: 1025px) {
      .menu-nav__links .ves-megamenu .navigation .level0.parent.current:after {
        content: '';
        display: block;
        background-color: transparent;
        width: 100%;
        height: 45px; } }
  .menu-nav__links .ves-megamenu {
    margin-bottom: 0;
    display: inline-block;
    padding-right: 15px;
    position: relative; }
    @media only screen and (max-width: 1209px) {
      .menu-nav__links .ves-megamenu {
        padding-right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .menu-nav__links .ves-megamenu {
        top: -14px;
        right: -7px; } }
    .menu-nav__links .ves-megamenu .navigation .level0 > a {
      text-transform: none;
      display: flex;
      font-size: 15px;
      padding: 0 15px;
      font-family: "uniformrd-md-webfont", sans-serif;
      line-height: 1;
      color: #333; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .menu-nav__links .ves-megamenu .navigation .level0 > a {
          padding: 0 10px; } }
      @media only screen and (max-width: 1024px) {
        .menu-nav__links .ves-megamenu .navigation .level0 > a {
          padding: 20px 20px 20px 70px;
          min-height: 77px;
          font-weight: 400; } }
      @media only screen and (max-width: 767px) {
        .menu-nav__links .ves-megamenu .navigation .level0 > a {
          padding: 15px 20px 15px 70px;
          min-height: 70px; } }
      @media (max-width: 360px) {
        .menu-nav__links .ves-megamenu .navigation .level0 > a {
          min-height: 60px;
          padding: 10px 20px 10px 70px; } }
      .menu-nav__links .ves-megamenu .navigation .level0 > a:visited, .menu-nav__links .ves-megamenu .navigation .level0 > a:active, .menu-nav__links .ves-megamenu .navigation .level0 > a:focus {
        color: #333; }
      .menu-nav__links .ves-megamenu .navigation .level0 > a:hover {
        text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .menu-nav__links .ves-megamenu .navigation .level0 > a .opener {
          padding: 0 10px; } }
      .menu-nav__links .ves-megamenu .navigation .level0 > a img {
        padding-right: 15px;
        margin-bottom: 0;
        align-self: center; }
        @media only screen and (min-width: 1025px) and (max-width: 1209px) {
          .menu-nav__links .ves-megamenu .navigation .level0 > a img {
            padding-right: 9px; } }
      .menu-nav__links .ves-megamenu .navigation .level0 > a span {
        align-self: center; }
    .menu-nav__links .ves-megamenu .navigation {
      padding: 0;
      background: transparent;
      position: static;
      font-weight: 700;
      height: inherit;
      left: auto;
      overflow: inherit;
      top: 0;
      width: 100%;
      margin-bottom: 0; }
      .menu-nav__links .ves-megamenu .navigation ul {
        min-height: 28px;
        padding: 0; }
        @media only screen and (min-width: 1025px) {
          .menu-nav__links .ves-megamenu .navigation ul {
            display: flex; } }
        @media only screen and (max-width: 1024px) {
          .menu-nav__links .ves-megamenu .navigation ul {
            z-index: 99;
            transition: left .3s; } }
        .menu-nav__links .ves-megamenu .navigation ul li {
          align-self: center;
          margin: 0 37px 0 0;
          top: -4px; }
          @media only screen and (min-width: 1025px) and (max-width: 1209px) {
            .menu-nav__links .ves-megamenu .navigation ul li {
              margin: 0 25px 0 0;
              top: -2px; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .menu-nav__links .ves-megamenu .navigation ul li {
              margin: 0; } }
          @media only screen and (max-width: 1024px) {
            .menu-nav__links .ves-megamenu .navigation ul li {
              border-top: none;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1);
              padding-left: 0;
              display: block;
              float: left;
              width: 100%;
              position: relative; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .menu-nav__links .ves-megamenu .navigation ul li:last-of-type {
              margin: 0; } }
          @media only screen and (max-width: 1024px) {
            .menu-nav__links .ves-megamenu .navigation ul li:last-of-type {
              border-bottom: none; } }
          @media only screen and (min-width: 1025px) {
            .menu-nav__links .ves-megamenu .navigation ul li:after {
              content: '';
              display: block;
              background-color: transparent;
              height: 15px;
              position: absolute;
              width: 88%; } }
          @media only screen and (max-width: 767px) {
            .menu-nav__links .ves-megamenu .navigation ul li .opener {
              display: none; } }
          @media only screen and (min-width: 1025px) {
            .menu-nav__links .ves-megamenu .navigation ul li.current > .submenu {
              display: block; } }
        .menu-nav__links .ves-megamenu .navigation ul .puzzles:before,
        .menu-nav__links .ves-megamenu .navigation ul .games:before,
        .menu-nav__links .ves-megamenu .navigation ul .toys:before,
        .menu-nav__links .ves-megamenu .navigation ul .new:before,
        .menu-nav__links .ves-megamenu .navigation ul .outlet:before {
          font-family: 'trefl-icons' !important;
          display: block;
          color: #e20613;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          font-weight: 300; }
          @media only screen and (max-width: 1024px) {
            .menu-nav__links .ves-megamenu .navigation ul .puzzles:before,
            .menu-nav__links .ves-megamenu .navigation ul .games:before,
            .menu-nav__links .ves-megamenu .navigation ul .toys:before,
            .menu-nav__links .ves-megamenu .navigation ul .new:before,
            .menu-nav__links .ves-megamenu .navigation ul .outlet:before {
              left: 20px; } }
        .menu-nav__links .ves-megamenu .navigation ul .puzzles {
          margin-right: 32px; }
          @media only screen and (min-width: 1025px) {
            .menu-nav__links .ves-megamenu .navigation ul .puzzles {
              padding-left: 23px; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .menu-nav__links .ves-megamenu .navigation ul .puzzles {
              margin-right: 0; } }
          .menu-nav__links .ves-megamenu .navigation ul .puzzles:before {
            content: "\e925";
            font-size: 27px; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .menu-nav__links .ves-megamenu .navigation ul .puzzles:before {
                font-size: 25px; } }
        @media only screen and (min-width: 1025px) {
          .menu-nav__links .ves-megamenu .navigation ul .games {
            padding-left: 25px; } }
        .menu-nav__links .ves-megamenu .navigation ul .games:before {
          content: "\e915";
          font-size: 29px; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .menu-nav__links .ves-megamenu .navigation ul .games:before {
              font-size: 27px; } }
        @media only screen and (min-width: 1025px) {
          .menu-nav__links .ves-megamenu .navigation ul .toys {
            padding-left: 31px; } }
        .menu-nav__links .ves-megamenu .navigation ul .toys:before {
          content: "\e90d";
          font-size: 25px; }
          @media only screen and (max-width: 1024px) {
            .menu-nav__links .ves-megamenu .navigation ul .toys:before {
              font-size: 23px; } }
        @media (max-width: 1400px) {
          .menu-nav__links .ves-megamenu .navigation ul .toys .submenu {
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
        @media only screen and (min-width: 1025px) {
          .menu-nav__links .ves-megamenu .navigation ul .outlet {
            padding-left: 26px; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .menu-nav__links .ves-megamenu .navigation ul .outlet {
            margin-right: 0; } }
        @media only screen and (max-width: 767px) {
          .menu-nav__links .ves-megamenu .navigation ul .outlet {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
        .menu-nav__links .ves-megamenu .navigation ul .outlet:before {
          content: "\e924";
          font-size: 29px; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .menu-nav__links .ves-megamenu .navigation ul .outlet:before {
              font-size: 27px; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .menu-nav__links .ves-megamenu .navigation ul .outlet a {
            padding-right: 0; } }
        @media only screen and (min-width: 1025px) {
          .menu-nav__links .ves-megamenu .navigation ul .new {
            padding-left: 25px; } }
        .menu-nav__links .ves-megamenu .navigation ul .new:before {
          content: "\e927";
          font-size: 28px; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .menu-nav__links .ves-megamenu .navigation ul .new:before {
              font-size: 26px; } }
      .menu-nav__links .ves-megamenu .navigation__mobile {
        display: none; }
        @media only screen and (max-width: 1024px) {
          .menu-nav__links .ves-megamenu .navigation__mobile {
            display: block; } }
        @media only screen and (max-width: 767px) {
          .menu-nav__links .ves-megamenu .navigation__mobile {
            border-color: transparent; } }
        @media only screen and (max-width: 1024px) {
          .menu-nav__links .ves-megamenu .navigation__mobile .page-header__links {
            padding-top: 20px;
            padding-left: 6px; } }
        @media only screen and (max-width: 767px) {
          .menu-nav__links .ves-megamenu .navigation__mobile .page-header__links {
            padding-left: 13px; } }
        .menu-nav__links .ves-megamenu .navigation__mobile ul {
          display: inline-block; }
        .menu-nav__links .ves-megamenu .navigation__mobile ul li {
          display: inline-block;
          margin: 0;
          border-bottom: none;
          padding-right: 0; }
          @media only screen and (max-width: 1024px) {
            .menu-nav__links .ves-megamenu .navigation__mobile ul li {
              width: auto; } }
          @media only screen and (max-width: 767px) {
            .menu-nav__links .ves-megamenu .navigation__mobile ul li.languages__content {
              padding-right: 10px; } }
          .menu-nav__links .ves-megamenu .navigation__mobile ul li a {
            font-size: 12px;
            color: #868686;
            padding: 0 4px;
            position: relative; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .menu-nav__links .ves-megamenu .navigation__mobile ul li a {
                font-size: 14px;
                padding: 0 8px; } }
    @media only screen and (min-width: 1025px) {
      .menu-nav__links .ves-megamenu:after {
        content: '';
        display: block;
        height: 25px;
        width: 1px;
        background-color: #e5e5e5;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media only screen and (max-width: 767px) {
      .menu-nav__links .ves-megamenu .navigation .level0.active > a:not(.ui-state-active),
      .menu-nav__links .ves-megamenu .navigation .level0.has-active > a:not(.ui-state-active) {
        border: none;
        border-color: transparent; } }
    @media only screen and (max-width: 767px) {
      .menu-nav__links .ves-megamenu .ves-overlay {
        width: 64px;
        left: auto;
        right: 0; } }
  @media only screen and (max-width: 1024px) {
    .menu-nav__links .offcanvas-left > .navigation > ul,
    .menu-nav__links .ves-offcanvas > .navigation > ul {
      top: 87px;
      width: 100%;
      left: -100% !important;
      background: #fff;
      position: fixed;
      height: 100%; } }
  @media only screen and (max-width: 767px) {
    .menu-nav__links .offcanvas-left > .navigation > ul,
    .menu-nav__links .ves-offcanvas > .navigation > ul {
      top: 70px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .menu-nav__links .ves-megamenu .ves-navbar {
      display: block; } }
  @media only screen and (max-width: 1024px) {
    .menu-nav__links .ves-navtoggle {
      background-color: transparent;
      width: 22px;
      height: 16px;
      position: relative;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      transition: .5s ease-in-out;
      cursor: pointer;
      z-index: 999;
      display: block; } }
  @media only screen and (max-width: 1024px) {
    .menu-nav__links .ves-navtoggle:after {
      content: '';
      display: block;
      background-color: transparent;
      position: absolute;
      width: 66px;
      height: 62px;
      top: -26px;
      left: -20px;
      z-index: -1; } }
  @media only screen and (max-width: 1024px) {
    .menu-nav__links .ves-navtoggle .icon-bar {
      background-color: #000;
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 2px;
      position: absolute;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      transition: .25s ease-in-out; } }
  @media only screen and (max-width: 1024px) {
    .menu-nav__links .ves-navtoggle .icon--top {
      top: 0; } }
  @media only screen and (max-width: 1024px) {
    .menu-nav__links .ves-navtoggle .icon--middle {
      top: 8px; } }
  @media only screen and (max-width: 1024px) {
    .menu-nav__links .ves-navtoggle .icon--middle2 {
      top: 8px;
      opacity: 0; } }
  @media only screen and (max-width: 1024px) {
    .menu-nav__links .ves-navtoggle .icon--bottom {
      top: 16px; } }
  .menu-nav__links .ves-navtoggle .navbar__descr {
    width: 0;
    height: 0;
    display: block;
    font-size: 1px; }
  @media only screen and (max-width: 1024px) {
    .menu-nav__links .ves-navtoggle span {
      color: #fff; } }
  @media only screen and (max-width: 1024px) {
    .menu-nav__links .ves-navtoggle:before {
      display: none; } }

@media only screen and (max-width: 1024px) {
  .ves-navopen body {
    overflow: hidden; } }

@media only screen and (max-width: 1024px) {
  .ves-navopen .ves-navbar .icon--top {
    opacity: 0;
    width: 0;
    left: 50%; } }

@media only screen and (max-width: 1024px) {
  .ves-navopen .ves-navbar .icon--middle {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@media only screen and (max-width: 1024px) {
  .ves-navopen .ves-navbar .icon--middle2 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 1; } }

@media only screen and (max-width: 1024px) {
  .ves-navopen .ves-navbar .icon--bottom {
    opacity: 0;
    width: 0;
    left: 50%; } }

@media only screen and (max-width: 1024px) {
  .ves-navopen .offcanvas-left > .navigation > ul,
  .ves-navopen .ves-offcanvas > .navigation > ul {
    left: 0 !important; } }

.menu-nav__categories {
  position: relative;
  top: -2px; }
  @media only screen and (max-width: 1024px) {
    .menu-nav__categories {
      order: 1;
      height: 100%;
      width: 62px;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      padding: 3px 19px;
      top: 0; } }

.menu-nav__account {
  display: inline-block;
  padding: 0 19px 0 45px;
  cursor: pointer;
  position: relative;
  z-index: 9999; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .menu-nav__account {
      padding: 0 19px 0 30px; } }
  @media only screen and (max-width: 1024px) {
    .menu-nav__account {
      order: -1;
      padding: 0 20px 0 0;
      top: 1px; } }
  .menu-nav__account a {
    color: #000; }
    .menu-nav__account a:hover, .menu-nav__account a:active, .menu-nav__account a:visited {
      color: #000;
      text-decoration: none; }
    .menu-nav__account a:after {
      content: '';
      display: block;
      position: absolute;
      width: 65%;
      height: 10px;
      bottom: -6px;
      right: 0;
      background-color: transparent; }
  .menu-nav__account .icon-user:before {
    font-size: 23px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .menu-nav__account .icon-user:before {
        font-size: 22px; } }
  .menu-nav__account .header.links {
    position: absolute;
    left: auto;
    right: -32px;
    width: 320px;
    text-align: center;
    background-color: white;
    top: 59px;
    padding: 25px 31px 9px;
    box-shadow: 0 23px 24px rgba(0, 0, 0, 0.2);
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    @media only screen and (min-width: 1400px) {
      .menu-nav__account .header.links {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media only screen and (min-width: 1025px) and (max-width: 1300px) {
      .menu-nav__account .header.links {
        right: 0; } }
    .menu-nav__account .header.links:before {
      content: '';
      display: block;
      position: absolute;
      height: 1px;
      background-color: #fff;
      width: 100%;
      top: -1px;
      left: 0; }
    .menu-nav__account .header.links li {
      font-family: "uniformrd-md-webfont", sans-serif; }
      .menu-nav__account .header.links li a {
        display: block; }
  @media only screen and (min-width: 1025px) {
    .menu-nav__account:hover .header.links {
      display: block; }
      .menu-nav__account:hover .header.links a:hover {
        text-decoration: none; }
    .menu-nav__account:hover:after {
      content: '';
      display: block;
      background-color: #fff;
      width: 126px;
      height: 46px;
      position: absolute;
      top: 26px;
      right: 0; } }
  .menu-nav__account .user-login {
    width: 14px;
    height: 14px;
    overflow: hidden;
    position: absolute;
    background-color: #e20613;
    top: -4px;
    right: 12px;
    border-radius: 50%;
    text-align: center; }
    .menu-nav__account .user-login img {
      margin: 0 auto;
      display: block;
      position: relative;
      top: 2.5px;
      width: 8px;
      -webkit-transform: rotate(45deg) scaleX(-1);
              transform: rotate(45deg) scaleX(-1); }

@media only screen and (max-width: 1024px) {
  .ves-navopen .page-wrapper {
    left: 0 !important; } }

@media only screen and (min-width: 1025px) {
  .ves-navbar {
    display: none; } }

.menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu {
  top: 54.5px !important;
  z-index: 9999;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu {
      top: 51.5px !important;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu {
      display: none; } }
  .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu a.btn {
    color: #fff;
    padding: 13px 20px 12px;
    display: inline-block;
    text-align: center;
    margin-top: 25px; }
    .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu a.btn:hover, .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu a.btn:focus, .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu a.btn:active {
      background-color: #fff;
      border-color: #e20613;
      color: #e20613; }
  .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 0; }
    .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner .content-wrapper {
      display: flex;
      flex-direction: row-reverse;
      width: auto;
      min-height: 292px; }
    .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner .item-content {
      float: none;
      width: auto !important;
      padding: 19px 5px 20px 35px;
      min-width: 191px; }
      .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner .item-content a {
        font-size: 13px;
        line-height: 17px;
        font-weight: 500;
        padding: 17px 25px 17px 0;
        color: #000;
        white-space: nowrap; }
        .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner .item-content a:hover {
          background-color: transparent;
          font-weight: 600; }
        .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner .item-content a:active, .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner .item-content a:focus, .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner .item-content a:visited {
          background-color: transparent;
          color: #000; }
      .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner .item-content .current a {
        border: none; }
    .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner .item-sidebar {
      background-color: #f4f4f4;
      padding: 25px 120px 25px 25px;
      display: flex;
      align-items: center;
      position: relative;
      border-bottom-right-radius: 10px;
      min-height: 292px; }
      .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner .item-sidebar a:not(.btn) {
        padding: 0; }
  .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu .ves-column2 {
    min-width: 280px; }
    .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu .ves-column2 .item-content1 {
      display: flex; }
    .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu .ves-column2 .mega-col-level-1 {
      float: none;
      width: auto; }
  .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu .mega-col-6 {
    margin-right: 20px; }
  .menu-nav .ves-megamenu .navigation .nav-item.subhover > .submenu .drilldown-back a {
    padding: 0; }

.menu-nav .ves-megamenu .navigation .nav-item.active > a {
  background: transparent; }

.menu-nav .ves-megamenu .navigation .level0 .submenu .mega-col > .nav-item > a {
  border-left: none; }

@media only screen and (max-width: 1024px) {
  .menu-nav .ves-megamenu .navigation .submenu {
    display: none; } }

.menu-nav .submenu-product__title {
  font-size: 24px;
  font-family: "uniformrd-md-webfont", sans-serif;
  color: #000;
  margin: 0 0 24px; }

.menu-nav .submenu-product__subtitle {
  color: #868686;
  font-weight: 400; }

.menu-nav .submenu-product__special-price {
  font-size: 20px;
  font-family: "uniformrd-bd-webfont", sans-serif;
  color: #e20613;
  margin-bottom: -1px; }

.menu-nav .submenu-product__old-price {
  font-size: 17px;
  color: #6a6a6a;
  font-family: "uniformrd-md-webfont", sans-serif;
  display: inline-block;
  position: relative; }
  .menu-nav .submenu-product__old-price:after {
    content: '';
    width: 100%;
    background-color: #e20613;
    display: block;
    position: absolute;
    top: 3px;
    left: 50%;
    height: 2px;
    -webkit-transform: rotate(-10deg) translateX(-50%);
            transform: rotate(-10deg) translateX(-50%); }

.menu-nav .submenu-product a {
  padding: 0; }

.menu-nav .submenu-product a.btn {
  min-width: 130px;
  display: inline-block;
  letter-spacing: 0.5px; }

.menu-nav .submenu-product__img {
  position: absolute;
  right: -60px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .menu-nav .submenu-product__img:hover {
    transition: none;
    -webkit-transform: translateY(-50%) scale(1.04);
            transform: translateY(-50%) scale(1.04); }

.menu-nav__account .header.links li {
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  min-height: 25px;
  display: flex;
  align-items: center; }
  .menu-nav__account .header.links li a {
    display: flex;
    align-items: center; }
    .menu-nav__account .header.links li a:after {
      display: none; }
    .menu-nav__account .header.links li a:hover span {
      position: relative; }
      .menu-nav__account .header.links li a:hover span:after {
        content: '';
        display: block;
        position: absolute;
        background-color: #e20613;
        width: 100%;
        height: 2px;
        bottom: -5px;
        left: 0; }
  .menu-nav__account .header.links li .icon {
    color: #e20613;
    width: 21px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin-right: 20px; }
  .menu-nav__account .header.links li img {
    margin-right: 20px; }
  .menu-nav__account .header.links li span {
    display: inline-block;
    padding-left: 0;
    position: relative;
    top: 1px; }
  .menu-nav__account .header.links li .icon-user:before {
    font-size: 19px; }
  .menu-nav__account .header.links li .icon-heart {
    font-size: 18px; }
  .menu-nav__account .header.links li .icon-box {
    font-size: 22px; }

.menu-nav__account .header.links .links__register {
  text-align: center;
  font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 0;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 30px;
  display: block;
  margin-bottom: 25px; }
  .menu-nav__account .header.links .links__register span {
    color: #919191;
    font-size: 13px;
    display: inline-block;
    padding-left: 0; }
  .menu-nav__account .header.links .links__register a {
    color: #e20613;
    display: inline-block;
    font-size: 13px; }
    .menu-nav__account .header.links .links__register a:hover {
      color: #e20613; }

.menu-nav__account .header.links .links__login {
  margin-top: 10px;
  text-align: center;
  padding-left: 0;
  display: block; }
  .menu-nav__account .header.links .links__login .btn {
    padding: 9px 20px 8px;
    max-width: 205px;
    color: #fff;
    margin: 0 auto 26px;
    display: block; }
    .menu-nav__account .header.links .links__login .btn:hover, .menu-nav__account .header.links .links__login .btn:active, .menu-nav__account .header.links .links__login .btn:focus {
      color: #e20613;
      background-color: #fff;
      border-color: #e20613;
      text-decoration: none; }

.menu-nav__account .header.links .links__logout {
  border-top: 1px solid #f7f7f7;
  padding-left: 0;
  font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0; }
  .menu-nav__account .header.links .links__logout a {
    color: #919191;
    padding-top: 32px;
    padding-bottom: 20px; }
    .menu-nav__account .header.links .links__logout a:hover {
      font-weight: 500; }
    .menu-nav__account .header.links .links__logout a:hover, .menu-nav__account .header.links .links__logout avisited, .menu-nav__account .header.links .links__logout a:focus {
      color: #919191; }

.menu-nav__account .header.links .links--last {
  padding-bottom: 8px; }

.languages .icon:before {
  color: #868686;
  font-size: 5px;
  position: relative;
  top: -2px; }
  @media only screen and (max-width: 767px) {
    .languages .icon:before {
      font-size: 4px; } }

@media only screen and (min-width: 1025px) {
  .languages:hover .languages__content {
    display: block; }
  .languages:hover .icon {
    display: inline-block;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    .languages:hover .icon:before {
      top: -4px;
      left: -2px; } }

.languages img {
  margin-right: 5px;
  position: relative;
  top: -0.5px; }

@media only screen and (max-width: 1024px) {
  .languages span, .languages i {
    display: none; } }

.languages--en {
  display: none; }

.languages__content {
  display: none;
  background-color: #fff;
  width: 120px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-height: 120px;
  padding: 30px 24px;
  z-index: 99999;
  text-align: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  @media only screen and (min-width: 1025px) and (max-width: 1300px) {
    .languages__content {
      left: auto;
      right: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  @media only screen and (max-width: 1024px) {
    .languages__content {
      box-shadow: none;
      padding: 0;
      min-height: 1px;
      display: block;
      position: static;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      margin-left: -4px;
      margin-top: 4px;
      width: auto; } }
  .languages__content ul {
    padding: 0;
    text-align: left; }
    .languages__content ul li {
      display: block;
      padding: 0; }
      .languages__content ul li a {
        padding: 4px 0;
        display: block;
        font-family: "uniformrd-md-webfont", sans-serif;
        color: #bebebe; }
        @media only screen and (max-width: 767px) {
          .languages__content ul li a {
            font-size: 12px;
            padding: 0; } }
        .languages__content ul li a:hover:after {
          display: none; }
      .languages__content ul li img {
        margin-right: 10px;
        position: relative;
        top: 0.5px; }
  .languages__content.is-active {
    display: block; }
    .languages__content.is-active .icon {
      display: inline-block;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      .languages__content.is-active .icon:before {
        top: -3px; }

html[lang="pl"] .languages ul .languages__pl a {
  color: #e20613; }

html[lang="pl"] .languages--en {
  display: none; }

html[lang="en"] .languages--pl {
  display: none; }

html[lang="en"] .languages--en {
  display: inline-block; }
  @media only screen and (max-width: 1024px) {
    html[lang="en"] .languages--en {
      display: none; } }

html[lang="en"] .languages ul .languages__eng a {
  color: #e20613; }

.search-icon {
  cursor: pointer; }
  .search-icon:hover {
    background-color: #e20613; }
  @media only screen and (max-width: 767px) {
    .search-icon {
      display: none; } }

.search-active .page-header__logo {
  z-index: -1; }

.search-active .menu-nav .js-search-show {
  display: none; }

.search-active .menu-nav input {
  padding-left: 30px; }

@media only screen and (min-width: 1025px) {
  .page-header.is-fixed .page-header__logo {
    max-height: 70px; } }

.c-search {
  position: absolute;
  background-color: #fff;
  height: 100%;
  align-items: center;
  padding: 0;
  top: 0;
  left: 213px;
  display: flex;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  width: 0;
  z-index: -1; }
  @media only screen and (max-width: 767px) {
    .c-search {
      width: 100%;
      display: flex;
      align-items: center;
      opacity: 1;
      z-index: 9;
      left: 0;
      top: 66px;
      padding: 0 20px; } }
  .c-search.is-active {
    width: 1018px;
    opacity: 1;
    padding: 0 120px 0 35px;
    z-index: 99999; }
    @media only screen and (min-width: 1300px) {
      .c-search.is-active {
        padding: 0 70px 0 50px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .c-search.is-active {
        width: calc(100% - 190px);
        padding: 0 40px 0 30px;
        left: 188px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-search.is-active {
        width: 100%;
        padding: 0 40px 0 20px;
        left: -1px; } }
    @media only screen and (max-width: 767px) {
      .c-search.is-active {
        width: 0;
        display: none; } }
  .c-search input {
    height: 50px;
    border-radius: 28px;
    font-size: 13.5px;
    box-shadow: 0 0 16px rgba(35, 35, 35, 0.1);
    border: none;
    color: #7B7B7B;
    padding: 0;
    font-family: "uniformrd-md-webfont", sans-serif; }
    @media only screen and (max-width: 767px) {
      .c-search input {
        position: static;
        height: 45px;
        padding: 0 20px;
        font-size: 16px;
        margin: 0; } }
  .c-search input::-webkit-input-placeholder {
    color: #7B7B7B; }
  .c-search input::-moz-placeholder {
    color: #7B7B7B; }
  .c-search input::-ms-input-placeholder {
    color: #7B7B7B; }
  .c-search input::placeholder {
    color: #7B7B7B; }
  .c-search form {
    display: block !important; }
    @media only screen and (max-width: 767px) {
      .c-search form {
        position: relative; } }
  .c-search__close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 21px;
    font-size: 13.5px;
    color: #7B7B7B;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 13px;
    opacity: 0.8; }
    @media only screen and (min-width: 1300px) {
      .c-search__close {
        right: -35px;
        font-size: 14px; } }
    @media only screen and (min-width: 1400px) {
      .c-search__close {
        right: -55px; } }
    @media only screen and (max-width: 1209px) {
      .c-search__close {
        right: 28px;
        top: 13px;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-search__close {
        right: 15px;
        top: 39px; } }
    @media only screen and (max-width: 767px) {
      .c-search__close {
        display: none; } }
    .c-search__close .icon {
      font-size: 9px;
      font-weight: 600;
      padding-left: 12px;
      color: #e20613;
      position: relative;
      top: 0.5px;
      opacity: 1; }
    .c-search__close:hover {
      color: #e20613;
      opacity: 1; }
  .c-search__block {
    width: 100%;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-search__block {
        width: 88%; } }
    @media only screen and (max-width: 767px) {
      .c-search__block .label {
        display: none; } }
    .c-search__block:after {
      content: '';
      display: block;
      background-color: transparent;
      position: absolute;
      right: -30px;
      width: 60px;
      height: 100%;
      top: 0; }
  .c-search__submit .search-icon {
    top: 1px;
    right: -20px;
    left: auto;
    padding: 0;
    border: none;
    box-shadow: 0 10px 20px rgba(35, 35, 35, 0.15);
    z-index: 99999; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-search__submit .search-icon {
        top: 4px; } }
    @media only screen and (max-width: 767px) {
      .c-search__submit .search-icon {
        display: block;
        right: -14px;
        top: 6px; } }
    .c-search__submit .search-icon span {
      display: none; }
    .c-search__submit .search-icon[disabled] {
      opacity: 0.9; }
    .c-search__submit .search-icon img {
      width: 24px;
      height: 17px;
      top: 50%;
      left: 54%; }
      @media only screen and (max-width: 767px) {
        .c-search__submit .search-icon img {
          left: 53%; } }

.search-is-active .page-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity .3s ease-in-out;
  opacity: 0.6;
  visibility: visible;
  height: 100%;
  z-index: 9999; }

.footer-navigation {
  padding: 78px 0 80px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .footer-navigation {
      padding: 50px 15px 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-navigation {
      padding: 30px 15px 20px; } }
  @media only screen and (max-width: 767px) {
    .footer-navigation {
      padding: 40px 15px 50px; } }
  .footer-navigation ul li a {
    color: #707070;
    font-size: 13px;
    padding: 6px 0;
    display: block;
    font-weight: 400; }
    .footer-navigation ul li a:active, .footer-navigation ul li a:visited, .footer-navigation ul li a:focus {
      color: #707070;
      text-decoration: none; }
  .footer-navigation__address {
    display: inline-block;
    padding-right: 220px;
    vertical-align: top;
    font-size: 13px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .footer-navigation__address {
        padding-right: 60px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .footer-navigation__address {
        display: inline-block;
        width: 32%;
        padding-right: 0; } }
    @media only screen and (max-width: 767px) {
      .footer-navigation__address {
        display: block;
        padding-right: 0;
        text-align: center;
        width: 100%;
        max-width: 280px;
        margin: 0 auto 20px; } }
    .footer-navigation__address img {
      padding: 9px 0 15px; }
      @media only screen and (max-width: 767px) {
        .footer-navigation__address img {
          padding: 0;
          margin: 0 auto 20px;
          display: block; } }
    .footer-navigation__address p {
      color: #646464;
      margin-bottom: 4px; }
      @media only screen and (max-width: 767px) {
        .footer-navigation__address p {
          display: inline-block;
          padding-right: 5px; } }
      .footer-navigation__address p a {
        color: #646464; }
        .footer-navigation__address p a:active, .footer-navigation__address p a:visited, .footer-navigation__address p a:focus {
          color: #646464;
          text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .footer-navigation__address .footer-navigation__logotypes {
        padding-right: 0;
        margin: 20px auto 15px; } }
  .footer-navigation__links {
    display: inline-block;
    padding-right: 85px;
    vertical-align: top; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .footer-navigation__links {
        padding-right: 70px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .footer-navigation__links {
        display: inline-block;
        width: 32%;
        padding-right: 0;
        padding-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .footer-navigation__links {
        padding-right: 0;
        width: 100%;
        border-top: 1px solid #e9e9e9; } }
    .footer-navigation__links--last {
      padding-right: 20px; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .footer-navigation__links--last {
          padding-right: 15px; } }
      @media only screen and (max-width: 767px) {
        .footer-navigation__links--last {
          border-bottom: 1px solid #e9e9e9;
          padding-right: 0; } }
    @media only screen and (max-width: 767px) {
      .footer-navigation__links.is-active ul {
        display: block; } }
    @media only screen and (max-width: 767px) {
      .footer-navigation__links.is-active .footer-navigation__xs-title:after {
        content: '-';
        font-size: 37px; } }
    @media only screen and (max-width: 767px) {
      .footer-navigation__links ul {
        display: none;
        padding: 0 0 20px 20px; } }
  .footer-navigation__xs-title {
    display: none; }
    @media only screen and (max-width: 767px) {
      .footer-navigation__xs-title {
        display: block;
        padding: 20px 0;
        margin-bottom: 0;
        position: relative;
        color: #3f3f3f; } }
    @media only screen and (max-width: 767px) {
      .footer-navigation__xs-title:after {
        content: '+';
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-weight: 100;
        font-size: 20px; } }
  .footer-navigation__social {
    float: right; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .footer-navigation__social {
        display: inline-block;
        width: 33%;
        float: none; } }
    @media only screen and (max-width: 767px) {
      .footer-navigation__social {
        float: none;
        padding: 45px 0;
        max-width: 280px;
        margin: 0 auto; } }
    @media only screen and (max-width: 1024px) {
      .footer-navigation__social ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .footer-navigation__social ul {
        flex-direction: row;
        align-items: center; } }
    .footer-navigation__social a:hover i {
      color: #e20613; }
    .footer-navigation__social i {
      font-size: 24px;
      color: #b9b9b9; }
      .footer-navigation__social i.fa-google-plus {
        font-size: 18px; }
  .footer-navigation__additional {
    display: flex;
    align-items: flex-end;
    color: #adadad;
    font-size: 13px;
    padding-top: 19px; }
    @media only screen and (max-width: 767px) {
      .footer-navigation__additional {
        flex-direction: column;
        align-items: flex-start; } }
    .footer-navigation__additional a {
      color: #adadad; }
    .footer-navigation__additional span {
      padding-bottom: 4px; }
    .footer-navigation__additional .copyright {
      flex-grow: 1;
      padding-left: 85px;
      text-align: center; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .footer-navigation__additional .copyright {
          text-align: left; } }
      @media only screen and (max-width: 1024px) {
        .footer-navigation__additional .copyright {
          padding-left: 0; } }
    .footer-navigation__additional .work {
      padding-right: 40px; }
      @media only screen and (max-width: 1024px) {
        .footer-navigation__additional .work {
          padding-right: 0; } }
  .footer-navigation__logotypes img {
    margin-right: 23px;
    height: 49px;
    -webkit-filter: url(filters.svg#grayscale);
            filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    opacity: 0.4; }
    .footer-navigation__logotypes img:hover {
      -webkit-filter: none;
              filter: none;
      opacity: 1; }
    @media only screen and (max-width: 1024px) {
      .footer-navigation__logotypes img {
        height: 40px;
        margin-right: 10px;
        display: inline-block; } }
  .footer-navigation__logotypes .logotype-atom {
    height: 57px;
    opacity: 0.6; }
    @media only screen and (max-width: 1024px) {
      .footer-navigation__logotypes .logotype-atom {
        height: 46px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-navigation__logotypes {
      max-width: 250px;
      padding-right: 15px; } }

.main-slider {
  position: relative;
  height: 520px;
  overflow: hidden; }
  @media only screen and (min-width: 1550px) {
    .main-slider {
      height: 590px; } }
  @media only screen and (max-width: 1024px) {
    .main-slider {
      height: 480px; } }
  .main-slider__bg {
    height: 520px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    @media only screen and (min-width: 1550px) {
      .main-slider__bg {
        height: 590px; } }
    @media only screen and (max-width: 1024px) {
      .main-slider__bg {
        background-position: 50% 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .main-slider__bg {
        height: 480px; } }
    @media only screen and (max-width: 767px) {
      .main-slider__bg {
        height: 480px; } }
  .main-slider__wrapper {
    position: absolute;
    top: 19.5%;
    right: 0;
    width: 53%;
    text-align: center; }
    @media only screen and (min-width: 1550px) {
      .main-slider__wrapper {
        width: 68.5%; } }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .main-slider__wrapper {
        width: 50%; } }
    @media only screen and (max-width: 1024px) {
      .main-slider__wrapper {
        width: 100%;
        top: auto;
        bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .main-slider__wrapper {
        bottom: 60px; } }
  .main-slider .slider__badge {
    font-size: 24px;
    font-weight: 400;
    color: #e20613;
    font-family: "hinted-RialtoScript-Regular", Helvetica, Arial, sans-serif; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .main-slider .slider__badge {
        font-size: 18px;
        margin-bottom: -10px;
        display: block; } }
    @media only screen and (max-width: 767px) {
      .main-slider .slider__badge {
        font-size: 17px; } }
  .main-slider .slider__title {
    font-size: 42px;
    font-weight: 500;
    font-family: "uniformrd-md-webfont", sans-serif;
    color: #000;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .main-slider .slider__title {
        font-size: 32px;
        margin-top: 5px; } }
    @media only screen and (max-width: 767px) {
      .main-slider .slider__title {
        font-size: 20px;
        margin-top: 10px; } }
  .main-slider .slider__price {
    font-size: 65px;
    line-height: 66px;
    font-weight: 700;
    color: #e20613;
    font-family: "uniformrd-bd-webfont", sans-serif;
    margin-top: 10px;
    margin-bottom: 37px;
    display: block; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .main-slider .slider__price {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 10px;
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .main-slider .slider__price {
        font-size: 24px !important;
        line-height: 25px;
        margin-top: 10px;
        margin-bottom: 13px; } }
  .main-slider .slider__link {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    border-radius: 28px;
    background-color: #fff;
    text-transform: uppercase;
    color: #000;
    padding: 13px 20px 11px;
    min-width: 144px;
    border: 1px solid #fff; }
    .main-slider .slider__link:hover, .main-slider .slider__link:active, .main-slider .slider__link:focus {
      background-color: #e20613;
      border: 1px solid #e20613;
      color: #fff; }
    @media only screen and (max-width: 767px) {
      .main-slider .slider__link {
        padding: 6px 10px;
        min-width: 111px;
        font-size: 14px;
        margin-top: 5px; } }
  .main-slider .slider-arrow {
    width: 72px;
    height: 72px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    top: 45%;
    box-shadow: none; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .main-slider .slider-arrow {
        width: 65px;
        height: 65px;
        line-height: 68px; } }
    @media only screen and (max-width: 1024px) {
      .main-slider .slider-arrow {
        width: 50px;
        height: 50px;
        line-height: 53px;
        background-color: #e20613; } }
    @media only screen and (max-width: 767px) {
      .main-slider .slider-arrow {
        width: 36px;
        height: 36px;
        line-height: 38px; } }
    .main-slider .slider-arrow:before {
      content: "\e905";
      font-family: 'trefl-icons';
      color: #fff;
      top: 50%;
      left: 26px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 12px;
      text-shadow: none;
      opacity: 1;
      position: absolute; }
      @media only screen and (max-width: 767px) {
        .main-slider .slider-arrow:before {
          font-size: 7px; } }
    .main-slider .slider-arrow--prev2 {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media only screen and (min-width: 1550px) {
        .main-slider .slider-arrow--prev2 {
          left: 170px; } }
      .main-slider .slider-arrow--prev2:hover {
        background-color: #e20613;
        opacity: 1; }
    @media only screen and (min-width: 1550px) {
      .main-slider .slider-arrow--next2 {
        right: 167px; } }
    .main-slider .slider-arrow--next2:hover {
      background-color: #e20613;
      opacity: 1; }
  .main-slider .slick-dots {
    bottom: 48px;
    left: auto;
    right: 140px;
    position: absolute;
    width: auto; }
    @media only screen and (min-width: 1550px) {
      .main-slider .slick-dots {
        right: 205px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .main-slider .slick-dots {
        display: none !important; } }
    @media only screen and (max-width: 767px) {
      .main-slider .slick-dots {
        bottom: 20px !important;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    .main-slider .slick-dots li {
      padding: 0 8px; }
      .main-slider .slick-dots li button, .main-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .main-slider .slick-dots li .actions-toolbar > .action, .main-slider .slick-dots li .action-gift {
        border: none;
        box-shadow: none;
        width: 10px;
        height: 10px;
        opacity: 0.5; }
        .main-slider .slick-dots li button:hover, .main-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .main-slider .slick-dots li .actions-toolbar > .action:hover, .main-slider .slick-dots li .action-gift:hover {
          background: #e20613; }
      .main-slider .slick-dots li.slick-active button, .main-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .main-slider .slick-dots li.slick-active .actions-toolbar > .action, .main-slider .slick-dots li.slick-active .action-gift {
        opacity: 1;
        background-color: #fff;
        position: relative; }
        .main-slider .slick-dots li.slick-active button:after, .main-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:after, .cart.table-wrapper .main-slider .slick-dots li.slick-active .actions-toolbar > .action:after, .main-slider .slick-dots li.slick-active .action-gift:after {
          content: '';
          display: block;
          border-top: 2px solid #fff;
          border-left: 2px solid transparent;
          border-right: 2px solid #fff;
          border-bottom: 2px solid #fff;
          width: 20px;
          height: 20px;
          opacity: 0.5;
          position: absolute;
          top: -7px;
          left: -7px;
          border-radius: 50%;
          -webkit-transform: rotate(39deg);
                  transform: rotate(39deg); }
        .main-slider .slick-dots li.slick-active button:before, .main-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before, .cart.table-wrapper .main-slider .slick-dots li.slick-active .actions-toolbar > .action:before, .main-slider .slick-dots li.slick-active .action-gift:before {
          border: 2px solid red; }

@media only screen and (max-width: 1024px) {
  .page-main .default-theme.slider-container {
    display: none; } }

.page-main .default-theme.slider_main_mobile-container {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .page-main .default-theme.slider_main_mobile-container {
      display: block; } }

.page-main .default-theme .sw-flexslider-container {
  box-shadow: none;
  margin: 0; }

.page-main .default-theme.sw-flexslider-element {
  margin-bottom: 0;
  padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .page-main .default-theme.sw-flexslider-element {
      margin-bottom: 5px; } }

.page-main .default-theme .sw-flexslider {
  padding: 0;
  box-shadow: none;
  border: none;
  position: relative; }
  .page-main .default-theme .sw-flexslider:hover .sw-flexslider-nav-next .sw-flexslider-next:before,
  .page-main .default-theme .sw-flexslider:hover .sw-flexslider-nav-prev .sw-flexslider-prev:before {
    font-size: 12px; }

.page-main .default-theme .sw-flexslider-direction-nav .sw-flexslider-next,
.page-main .default-theme .sw-flexslider-direction-nav .sw-flexslider-prev {
  width: 72px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 75px;
  text-align: center;
  top: 45%; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .page-main .default-theme .sw-flexslider-direction-nav .sw-flexslider-next,
    .page-main .default-theme .sw-flexslider-direction-nav .sw-flexslider-prev {
      width: 65px;
      height: 65px;
      line-height: 68px; } }
  @media only screen and (max-width: 1024px) {
    .page-main .default-theme .sw-flexslider-direction-nav .sw-flexslider-next,
    .page-main .default-theme .sw-flexslider-direction-nav .sw-flexslider-prev {
      width: 50px;
      height: 50px;
      line-height: 53px;
      background-color: #e20613; } }
  @media only screen and (max-width: 767px) {
    .page-main .default-theme .sw-flexslider-direction-nav .sw-flexslider-next,
    .page-main .default-theme .sw-flexslider-direction-nav .sw-flexslider-prev {
      width: 36px;
      height: 36px;
      line-height: 38px; } }
  .page-main .default-theme .sw-flexslider-direction-nav .sw-flexslider-next:before,
  .page-main .default-theme .sw-flexslider-direction-nav .sw-flexslider-prev:before {
    content: "\e905";
    font-family: 'trefl-icons';
    color: #fff;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 12px;
    text-shadow: none; }
    @media only screen and (max-width: 767px) {
      .page-main .default-theme .sw-flexslider-direction-nav .sw-flexslider-next:before,
      .page-main .default-theme .sw-flexslider-direction-nav .sw-flexslider-prev:before {
        font-size: 7px; } }

.page-main .default-theme .loading .sw-flexslider {
  background: #fff url("../images/trefl-loader.gif") 50% 50% no-repeat; }
  @media only screen and (min-width: 1025px) {
    .page-main .default-theme .loading .sw-flexslider {
      min-height: 520px; } }

.cms-home .default-theme .image {
  position: relative; }

.cms-home .default-theme .slider-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .cms-home .default-theme .slider-mobile {
      display: block; } }

@media only screen and (min-width: 1550px) {
  .cms-home .default-theme .sw-flexslider:hover .sw-flexslider-nav-next .sw-flexslider-next {
    right: 170px; } }

.cms-home .default-theme .sw-flexslider:hover .sw-flexslider-nav-next .sw-flexslider-next:before {
  font-size: 12px; }
  @media only screen and (max-width: 767px) {
    .cms-home .default-theme .sw-flexslider:hover .sw-flexslider-nav-next .sw-flexslider-next:before {
      font-size: 7px; } }

@media only screen and (min-width: 1550px) {
  .cms-home .default-theme .sw-flexslider:hover .sw-flexslider-nav-prev .sw-flexslider-prev {
    left: 170px; } }

.cms-home .default-theme .sw-flexslider:hover .sw-flexslider-nav-prev .sw-flexslider-prev:before {
  font-size: 12px; }
  @media only screen and (max-width: 767px) {
    .cms-home .default-theme .sw-flexslider:hover .sw-flexslider-nav-prev .sw-flexslider-prev:before {
      font-size: 7px; } }

.cms-home .default-theme .sw-flexslider .slide_2 .slider__link,
.cms-home .default-theme .sw-flexslider .banana .slider__link {
  background-color: #ffed00;
  border: 1px solid #ffed00;
  color: #000; }
  .cms-home .default-theme .sw-flexslider .slide_2 .slider__link:hover,
  .cms-home .default-theme .sw-flexslider .banana .slider__link:hover {
    background-color: #e20613;
    border: 1px solid #e20613;
    color: #fff; }

.cms-home .default-theme .caption {
  text-align: center;
  margin-top: 50px; }
  @media only screen and (min-width: 1550px) {
    .cms-home .default-theme .caption {
      margin-top: 90px; } }
  .cms-home .default-theme .caption h2 {
    color: #000; }
  @media only screen and (max-width: 767px) {
    .cms-home .default-theme .caption p {
      margin-bottom: 0; } }

.cms-home .default-theme .sw-flexslider .slides .top-right-fixed-caption {
  position: absolute;
  top: 8%;
  right: 0;
  width: 53%; }
  @media only screen and (min-width: 1550px) {
    .cms-home .default-theme .sw-flexslider .slides .top-right-fixed-caption {
      width: 68.5%; } }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .cms-home .default-theme .sw-flexslider .slides .top-right-fixed-caption {
      width: 50%; } }
  @media only screen and (max-width: 1024px) {
    .cms-home .default-theme .sw-flexslider .slides .top-right-fixed-caption {
      width: 100%;
      top: auto;
      bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .cms-home .default-theme .sw-flexslider .slides .top-right-fixed-caption {
      bottom: 60px; } }

.cms-home .default-theme .flexslider-img {
  width: 100%;
  height: 520px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 1550px) {
    .cms-home .default-theme .flexslider-img {
      height: 590px; } }
  @media only screen and (max-width: 1024px) {
    .cms-home .default-theme .flexslider-img {
      background-position: 50% 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cms-home .default-theme .flexslider-img {
      height: 480px; } }
  @media only screen and (max-width: 767px) {
    .cms-home .default-theme .flexslider-img {
      height: 480px; } }
  .cms-home .default-theme .flexslider-img img {
    display: none; }

@media only screen and (min-width: 1550px) {
  .cms-home .default-theme .sw-flexslider-direction-nav .sw-flexslider-nav-next .sw-flexslider-next {
    right: 167px; } }

.cms-home .default-theme .sw-flexslider-direction-nav .sw-flexslider-nav-next .sw-flexslider-next:hover {
  background-color: #e20613;
  opacity: 1; }

.cms-home .default-theme .sw-flexslider-direction-nav .sw-flexslider-nav-prev .sw-flexslider-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media only screen and (min-width: 1550px) {
    .cms-home .default-theme .sw-flexslider-direction-nav .sw-flexslider-nav-prev .sw-flexslider-prev {
      left: 170px; } }
  .cms-home .default-theme .sw-flexslider-direction-nav .sw-flexslider-nav-prev .sw-flexslider-prev:hover {
    background-color: #e20613;
    opacity: 1; }

.cms-home .default-theme .sw-flexslider-control-nav.sw-flexslider-control-paging {
  bottom: 48px !important;
  left: auto;
  right: 140px; }
  @media only screen and (min-width: 1550px) {
    .cms-home .default-theme .sw-flexslider-control-nav.sw-flexslider-control-paging {
      right: 205px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cms-home .default-theme .sw-flexslider-control-nav.sw-flexslider-control-paging {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .cms-home .default-theme .sw-flexslider-control-nav.sw-flexslider-control-paging {
      bottom: 20px !important;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .cms-home .default-theme .sw-flexslider-control-nav.sw-flexslider-control-paging li {
    padding: 0 8px; }
    .cms-home .default-theme .sw-flexslider-control-nav.sw-flexslider-control-paging li a {
      border: none;
      box-shadow: none;
      width: 10px;
      height: 10px;
      opacity: 0.5; }
      .cms-home .default-theme .sw-flexslider-control-nav.sw-flexslider-control-paging li a:hover {
        background: #e20613; }
  .cms-home .default-theme .sw-flexslider-control-nav.sw-flexslider-control-paging .sw-flexslider-active {
    opacity: 1;
    background-color: #fff;
    position: relative; }
    .cms-home .default-theme .sw-flexslider-control-nav.sw-flexslider-control-paging .sw-flexslider-active:after {
      content: '';
      display: block;
      border-top: 2px solid #fff;
      border-left: 2px solid transparent;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      width: 20px;
      height: 20px;
      opacity: 0.5;
      position: absolute;
      top: -7px;
      left: -7px;
      border-radius: 50%;
      -webkit-transform: rotate(39deg);
              transform: rotate(39deg); }
    .cms-home .default-theme .sw-flexslider-control-nav.sw-flexslider-control-paging .sw-flexslider-active:before {
      border: 2px solid red; }

.cms-home .default-theme .slider__badge {
  font-size: 24px;
  font-weight: 400;
  color: #e20613;
  font-family: "hinted-RialtoScript-Regular", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cms-home .default-theme .slider__badge {
      font-size: 18px;
      margin-bottom: -10px;
      display: block; } }
  @media only screen and (max-width: 767px) {
    .cms-home .default-theme .slider__badge {
      font-size: 17px; } }

.cms-home .default-theme .slider__title {
  font-size: 42px;
  font-weight: 500;
  font-family: "uniformrd-md-webfont", sans-serif;
  color: #000;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cms-home .default-theme .slider__title {
      font-size: 32px;
      margin-top: 5px; } }
  @media only screen and (max-width: 767px) {
    .cms-home .default-theme .slider__title {
      font-size: 20px;
      margin-top: 10px; } }

.cms-home .default-theme .slider__price {
  font-size: 65px;
  line-height: 66px;
  font-weight: 700;
  color: #e20613;
  font-family: "uniformrd-bd-webfont", sans-serif;
  margin-top: 10px;
  margin-bottom: 37px;
  display: block; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cms-home .default-theme .slider__price {
      font-size: 28px;
      line-height: 40px;
      margin-bottom: 10px;
      margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .cms-home .default-theme .slider__price {
      font-size: 24px !important;
      line-height: 25px;
      margin-top: 10px;
      margin-bottom: 13px; } }

.cms-home .default-theme .slider__link {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  border-radius: 28px;
  background-color: #fff;
  text-transform: uppercase;
  color: #000;
  padding: 13px 20px 11px;
  min-width: 144px;
  border: 1px solid #fff; }
  .cms-home .default-theme .slider__link:hover, .cms-home .default-theme .slider__link:active, .cms-home .default-theme .slider__link:focus {
    background-color: #e20613;
    border: 1px solid #e20613;
    color: #fff; }
  @media only screen and (max-width: 767px) {
    .cms-home .default-theme .slider__link {
      padding: 6px 10px;
      min-width: 111px;
      font-size: 14px;
      margin-top: 5px; } }

.landing-container .slides .top-left-fixed-caption.slider-title {
  width: 100%;
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media only screen and (max-width: 1209px) {
    .landing-container .slides .top-left-fixed-caption.slider-title {
      width: 100%; } }

.landing-container .sw-flexslider .slides .slider-title .caption h2 {
  color: #e20613;
  margin-bottom: 40px;
  font-size: 40px; }

.landing-container .sw-flexslider .slides .slider-title .caption h3 {
  font-size: 30px;
  width: 450px; }

.landing-container .sw-flexslider-control-nav {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .landing-container .sw-flexslider-control-nav li {
    display: block; }
  .landing-container .sw-flexslider-control-nav a {
    background-color: #cccccc;
    border: none;
    box-shadow: none; }

.landing-container.inside-left-nav-position .sw-flexslider-direction-nav {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 9; }
  .landing-container.inside-left-nav-position .sw-flexslider-direction-nav .sw-flexslider-nav-next .sw-flexslider-next {
    top: 10%;
    bottom: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: 0; }
    .landing-container.inside-left-nav-position .sw-flexslider-direction-nav .sw-flexslider-nav-next .sw-flexslider-next:hover {
      background-color: #e20613;
      opacity: 1; }
  .landing-container.inside-left-nav-position .sw-flexslider-direction-nav .sw-flexslider-nav-prev .sw-flexslider-prev {
    bottom: 10%;
    top: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0; }
    .landing-container.inside-left-nav-position .sw-flexslider-direction-nav .sw-flexslider-nav-prev .sw-flexslider-prev:hover {
      background-color: #e20613;
      opacity: 1; }

.quiz {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 725px;
  padding: 60px 0 70px 21px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.05); }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .quiz {
      border-left: none; } }
  .quiz.is-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .quiz {
      width: 55%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .quiz {
      padding-left: 0;
      max-width: 720px;
      margin: 0 auto;
      display: block;
      width: 100%;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .quiz {
      width: 100%;
      padding: 30px 0 30px 0; } }
  .quiz__error {
    display: none;
    position: absolute;
    background-color: #fff;
    color: #e20613;
    padding: 5px 20px;
    top: 206px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .quiz__error {
        padding: 0 20px;
        top: 172px; } }
  .quiz__title {
    display: block;
    margin-top: 3px;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    font-family: "uniformrd-md-webfont", sans-serif;
    color: #000;
    margin-bottom: 21px; }
    @media only screen and (max-width: 767px) {
      .quiz__title {
        font-size: 20px; } }
  .quiz__subtitle {
    color: #959595;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 39px;
    font-family: "uniformrd-md-webfont", sans-serif; }
    @media only screen and (max-width: 767px) {
      .quiz__subtitle {
        font-size: 12px; } }
  .quiz__page {
    border: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    z-index: -1;
    transition: all 0.3s linear; }
    .quiz__page.is-hidden {
      visibility: hidden;
      opacity: 0;
      height: 0;
      z-index: -1; }
    .quiz__page.is-active {
      opacity: 1;
      visibility: visible;
      height: auto;
      z-index: 9; }
  .quiz__pages {
    border: 1px solid rgba(191, 191, 191, 0.4);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 55px;
    background: #fff;
    position: relative;
    margin: 0 auto;
    font-family: "uniformrd-md-webfont", sans-serif;
    color: #959595; }
    .quiz__pages:before, .quiz__pages:after {
      content: '';
      width: 163px;
      height: 1px;
      background-color: rgba(204, 204, 204, 0.5);
      display: block;
      position: absolute;
      top: 16px; }
    .quiz__pages:before {
      left: -188px; }
    .quiz__pages:after {
      right: -188px; }
    .quiz__pages--results {
      border-radius: 0;
      border: none;
      width: auto;
      height: auto;
      display: inline-block;
      line-height: 35px;
      color: #aaa; }
  .quiz__options {
    padding-left: 0;
    margin: 30px 0 20px;
    list-style: none; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .quiz__options {
        margin: 20px 0; } }
    @media only screen and (max-width: 767px) {
      .quiz__options {
        margin: 10px 0 20px; } }
    .quiz__options li {
      display: inline-block;
      padding: 0 17px; }
      @media only screen and (max-width: 1209px) {
        .quiz__options li {
          padding: 0 10px; } }
    .quiz__options span:not(.quiz__img) {
      font-family: "uniformrd-md-webfont", sans-serif;
      font-size: 14px;
      display: block;
      color: #6a6a6a; }
      @media only screen and (max-width: 767px) {
        .quiz__options span:not(.quiz__img) {
          font-size: 12px; } }
  .quiz__img {
    width: 94px;
    height: 94px;
    background-color: #f1f1f1;
    border-radius: 50%;
    margin-bottom: 39px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .quiz__img {
        width: 85px;
        height: 85px; } }
    @media only screen and (max-width: 767px) {
      .quiz__img {
        width: 77px;
        height: 77px;
        margin-bottom: 19px; } }
    .quiz__img:hover {
      background-color: #e20613;
      box-shadow: 0 14px 19px rgba(35, 35, 35, 0.15); }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .quiz__img img {
        max-height: 40px; } }
    @media only screen and (max-width: 767px) {
      .quiz__img img {
        max-width: 40px; } }
  .quiz__result-img {
    width: 195px;
    height: 195px;
    background-color: #f1f1f1;
    border-radius: 50%;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .quiz__result-img img {
      width: 76px;
      height: 76px;
      margin-bottom: 10px; }
    .quiz__result-img span {
      font-size: 14px;
      line-height: 18px;
      font-family: "uniformrd-md-webfont", sans-serif;
      color: #6a6a6a;
      width: 75%;
      margin: 0 auto; }
  .quiz__info {
    font-size: 13px;
    color: #3f3f3f;
    width: 40%;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .quiz__info {
        width: 60%;
        margin-bottom: 20px; } }
  .quiz__result-page {
    display: none; }
    .quiz__result-page .btn {
      display: block;
      margin: 0 auto; }
    .quiz__result-page a.btn {
      display: inline-block; }
      .quiz__result-page a.btn:after {
        top: 18px; }
    .quiz__result-page .btn--back {
      margin: 25px auto 0; }
    .quiz__result-page .btn--reset {
      color: #bebebe;
      text-transform: none;
      font-size: 14px; }
    .quiz__result-page .quiz__options {
      margin-bottom: 5px; }
    .quiz__result-page.is-hidden {
      display: none; }
    .quiz__result-page.is-active {
      display: block; }
    .quiz__result-page .js-single-product,
    .quiz__result-page .js-few-products,
    .quiz__result-page .js-many-products {
      display: none; }
  .quiz__no-results {
    display: none; }
    .quiz__no-results p {
      font-size: 18px;
      font-family: "uniformrd-md-webfont", sans-serif;
      margin: 25px 0; }
    .quiz__no-results .btn--red {
      padding: 9.5px 20px 8.5px;
      margin-top: 21px; }
    .quiz__no-results .quiz__result-img {
      width: 140px;
      height: 140px; }
    .quiz__no-results.is-hidden {
      display: none; }
    .quiz__no-results.is-active {
      display: block; }
    .quiz__no-results .quiz__result-img {
      padding-top: 23px; }
      .quiz__no-results .quiz__result-img img {
        width: 87px;
        height: auto; }
  .quiz .btn--transparent {
    margin-top: 29px;
    display: inline-block; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .quiz .btn--transparent {
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .quiz .btn--transparent {
        margin-top: 10px;
        background-color: #e20613;
        border-color: #e20613;
        color: #fff; } }
    .quiz .btn--transparent:after {
      right: 24px;
      top: 14px; }
  .quiz .btn--back {
    display: block;
    margin: 15px auto 0;
    position: absolute;
    left: 52%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 28px; }
    @media only screen and (max-width: 1024px) {
      .quiz .btn--back {
        position: relative;
        left: 6px;
        bottom: auto;
        -webkit-transform: translateX(0%);
                transform: translateX(0%); } }
    .quiz .btn--back:after {
      right: auto; }
  .quiz input {
    opacity: 0; }
  .quiz label {
    cursor: pointer; }
  .quiz input:checked + label .quiz__img {
    background-color: #e20613;
    box-shadow: 0 14px 19px rgba(35, 35, 35, 0.15); }
  .quiz .dots-loader {
    top: 43%;
    left: 51.5%; }

.news-instagram {
  background: #f7f7f7; }
  .news-instagram__title {
    margin-left: 50px; }
    @media only screen and (max-width: 767px) {
      .news-instagram__title {
        margin-left: 0;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .news-instagram__title h1 {
        font-size: 20px; } }
  .news-instagram__container {
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 100px 0; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .news-instagram__container {
        padding: 70px 15px;
        flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .news-instagram__container {
        flex-direction: column;
        padding: 35px 15px 30px; } }
  .news-instagram__row {
    width: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .news-instagram__row {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .news-instagram__row {
        width: 100%;
        margin: auto; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .news-instagram .news {
      max-width: 600px;
      margin: 0 auto; } }
  .news-instagram .news__slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    height: 0; }
    .news-instagram .news__slider.slick-initialized {
      visibility: visible;
      opacity: 1;
      height: auto; }
  .news-instagram .news__img img {
    margin: 30px auto;
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    box-shadow: 0 16px 21px rgba(0, 0, 0, 0.09); }
    @media only screen and (max-width: 767px) {
      .news-instagram .news__img img {
        margin: 20px auto;
        padding: 7px;
        width: 90%;
        -webkit-transform: rotate(-3deg);
                transform: rotate(-3deg); } }
  .news-instagram .news__description {
    width: 75%;
    margin: 50px auto 20px;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .news-instagram .news__description {
        margin: 25px auto 20px; } }
    @media only screen and (max-width: 767px) {
      .news-instagram .news__description-large {
        margin-bottom: 5px; } }
    .news-instagram .news__description-large a {
      color: #000;
      font-size: 20px; }
      @media only screen and (max-width: 767px) {
        .news-instagram .news__description-large a {
          font-size: 12px; } }
      .news-instagram .news__description-large a:hover {
        color: #e20613;
        text-decoration: none; }
    .news-instagram .news__description-small {
      color: #7e807e; }
      @media only screen and (max-width: 767px) {
        .news-instagram .news__description-small {
          font-size: 12px;
          opacity: 0.5;
          color: #6e6e6e; } }
  @media only screen and (max-width: 767px) {
    .news-instagram .news .slider-arrow.slider-arrow--prev2 {
      left: -10px; } }
  @media only screen and (max-width: 767px) {
    .news-instagram .news .slider-arrow.slider-arrow--next2 {
      right: -10px; } }
  .news-instagram .instagram {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: flex-end; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .news-instagram .instagram {
        width: 95%;
        max-width: 600px;
        margin: 0 auto;
        justify-content: center; } }
    @media only screen and (max-width: 767px) {
      .news-instagram .instagram {
        padding-top: 10px;
        justify-content: space-between;
        max-width: 290px; } }
    .news-instagram .instagram__social {
      width: 180px;
      height: 180px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      background: #fff; }
      @media only screen and (max-width: 767px) {
        .news-instagram .instagram__social {
          width: 144px;
          height: 144px; } }
      .news-instagram .instagram__social p {
        color: #e20613;
        font-family: "hinted-RialtoScript-Regular", Helvetica, Arial, sans-serif;
        font-size: 2rem;
        background: #fff; }
      .news-instagram .instagram__social span {
        font-size: 3rem; }
        .news-instagram .instagram__social span a:nth-child(2) {
          color: #FFDA47; }
        .news-instagram .instagram__social span a:nth-child(3) {
          color: #e20613; }
    .news-instagram .instagram__photo {
      width: 180px;
      height: 180px;
      padding: 1px;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .news-instagram .instagram__photo {
          width: 144px;
          height: 144px;
          padding: 1px;
          margin-bottom: 3px; } }

.cms-home .page-header {
  margin-bottom: 0;
  border-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .cms-home .page-header {
      margin-bottom: 66px; } }
  .cms-home .page-header:before {
    display: none; }
    @media only screen and (max-width: 1024px) {
      .cms-home .page-header:before {
        display: block; } }

.cms-home .page-main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cms-home .page-main {
      padding-bottom: 0; } }

.cms-home .page-title-wrapper {
  display: none; }

.cms-home .free-delivery {
  display: block; }
  @media only screen and (max-width: 1024px) {
    .cms-home .free-delivery {
      display: none; } }

.search-is-active .free-delivery:after,
.overlay-is-active .free-delivery:after {
  content: '';
  display: block;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s ease-in-out;
  opacity: 0.6;
  visibility: visible;
  height: 100%;
  z-index: 9999;
  border-radius: 50%; }

.c-search .search-autocomplete {
  position: absolute;
  width: 100%;
  display: none;
  top: 100px;
  left: -50px;
  min-width: 1130px; }
  @media only screen and (max-width: 1300px) {
    .c-search .search-autocomplete {
      left: -35px; } }
  @media only screen and (max-width: 1209px) {
    .c-search .search-autocomplete {
      top: 100px;
      left: -30px;
      min-width: 789px; } }
  @media only screen and (max-width: 1024px) {
    .c-search .search-autocomplete {
      top: 84px;
      left: -19px;
      width: 100vw !important; } }
  @media only screen and (max-width: 767px) {
    .c-search .search-autocomplete {
      top: 70px;
      left: -20px;
      box-shadow: 6.4px 15.8px 29px rgba(0, 0, 0, 0.07);
      min-width: 1px; } }
  .c-search .search-autocomplete.no-results .search-results__none {
    display: block; }

.c-search .smile-elasticsuite-autocomplete-result {
  background-color: #fff;
  padding: 20px 50px 30px; }
  .c-search .smile-elasticsuite-autocomplete-result dl {
    list-style: none; }

.c-search .search-results {
  width: 1004px;
  background-color: #fff;
  z-index: 9999;
  padding: 0;
  display: flex;
  padding-bottom: 10px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 1209px) {
    .c-search .search-results {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .c-search .search-results {
      flex-direction: column-reverse; } }
  .c-search .search-results__none {
    padding: 20px 0 20px 43px;
    font-size: 16px;
    display: none; }
  .c-search .search-results__product {
    width: 725px;
    padding: 5px 0;
    max-height: 565px;
    overflow-y: auto;
    position: relative;
    margin-bottom: 0; }
    @media only screen and (max-width: 1024px) {
      .c-search .search-results__product {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .c-search .search-results__product {
        border-top: 1px solid #f7f7f7; } }
    .c-search .search-results__product:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.05);
      top: 0;
      right: 0; }
    .c-search .search-results__product li {
      border-top: 1px solid #f7f7f7; }
      .c-search .search-results__product li:first-of-type {
        border-top: none; }
    .c-search .search-results__product .search-categories__title,
    .c-search .search-results__product .search-categories__more,
    .c-search .search-results__product .result-item__number {
      display: none; }
    @media only screen and (max-width: 767px) {
      .c-search .search-results__product .result-item__title {
        flex-direction: column;
        align-items: flex-start; } }
  .c-search .search-results__term {
    display: none; }
  .c-search .search-results__category {
    padding-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-search .search-results__category {
        padding-top: 5px; } }
    @media only screen and (max-width: 767px) {
      .c-search .search-results__category {
        padding-bottom: 0;
        margin-bottom: 10px; } }
    .c-search .search-results__category li {
      order: 2; }
    .c-search .search-results__category .result-item__img,
    .c-search .search-results__category .result-item__badge,
    .c-search .search-results__category .result-item__attribute,
    .c-search .search-results__category .result-item__price-wrapper {
      display: none !important; }
    .c-search .search-results__category .result-item__title {
      display: block;
      padding: 10px 0;
      color: #000;
      font-family: "uniformrd-md-webfont", sans-serif; }
      .c-search .search-results__category .result-item__title span {
        color: #e20613;
        padding-left: 3px; }
      @media only screen and (max-width: 767px) {
        .c-search .search-results__category .result-item__title {
          flex-direction: row; } }
    .c-search .search-results__category .search-categories__title {
      padding-left: 20px;
      order: 1; }
      @media only screen and (max-width: 1024px) {
        .c-search .search-results__category .search-categories__title {
          padding-left: 15px; } }
    .c-search .search-results__category a.result-item {
      padding: 0; }
    .c-search .search-results__category .search-categories__more {
      order: 8;
      padding-left: 20px;
      padding-top: 20px;
      display: none; }
      @media only screen and (max-width: 1209px) {
        .c-search .search-results__category .search-categories__more {
          padding-left: 15px; } }
  .c-search .search-results .result-item {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000; }
    @media only screen and (max-width: 1209px) {
      .c-search .search-results .result-item {
        padding: 13px 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .c-search .search-results .result-item {
        padding: 13px 0 13px 10px; } }
    .c-search .search-results .result-item:hover {
      text-decoration: none; }
    .c-search .search-results .result-item__main {
      display: flex;
      align-items: center; }
    .c-search .search-results .result-item__img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80px; }
      @media only screen and (max-width: 1209px) {
        .c-search .search-results .result-item__img {
          width: 70px; } }
      @media only screen and (max-width: 767px) {
        .c-search .search-results .result-item__img {
          width: 60px;
          min-width: 60px;
          justify-content: flex-start; } }
      .c-search .search-results .result-item__img img {
        max-height: 60px;
        width: auto; }
    .c-search .search-results .result-item__content {
      display: flex;
      flex-direction: column;
      padding-left: 20px; }
      @media only screen and (max-width: 1209px) {
        .c-search .search-results .result-item__content {
          padding-left: 15px; } }
    .c-search .search-results .result-item__badge {
      color: #e20613;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 7px;
      font-family: "Roboto Condensed", "Roboto", sans-serif; }
      @media only screen and (max-width: 1024px) {
        .c-search .search-results .result-item__badge {
          margin-bottom: 3px; } }
      @media only screen and (max-width: 767px) {
        .c-search .search-results .result-item__badge {
          font-size: 10px; } }
    .c-search .search-results .result-item__title {
      font-family: "uniformrd-md-webfont", sans-serif;
      font-size: 14px;
      display: flex;
      align-items: center;
      max-width: 450px;
      margin-bottom: 0; }
      @media only screen and (max-width: 1209px) {
        .c-search .search-results .result-item__title {
          font-size: 13.5px;
          max-width: 380px; } }
      @media only screen and (max-width: 767px) {
        .c-search .search-results .result-item__title {
          padding: 5px 0;
          font-size: 13px;
          align-items: flex-start; } }
    .c-search .search-results .result-item__attribute {
      color: #919191;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      padding-left: 20px;
      position: relative;
      line-height: 12px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .c-search .search-results .result-item__attribute {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .c-search .search-results .result-item__attribute {
          font-size: 11px;
          padding-left: 0;
          padding-top: 4px; } }
      .c-search .search-results .result-item__attribute:before {
        content: '';
        width: 1px;
        height: 10px;
        background-color: #dfdfdf;
        display: block;
        position: absolute;
        left: 11px;
        top: 1px; }
        @media only screen and (max-width: 767px) {
          .c-search .search-results .result-item__attribute:before {
            display: none; } }
    @media only screen and (max-width: 767px) {
      .c-search .search-results .result-item__price-wrapper {
        width: 135px; } }
    .c-search .search-results .result-item__price-wrapper .price-label {
      display: none; }
    .c-search .search-results .result-item .price-final_price {
      display: flex;
      flex-direction: row-reverse;
      align-items: center; }
    .c-search .search-results .result-item__price, .c-search .search-results .result-item__special-price, .c-search .search-results .result-item .price-final_price .price, .c-search .search-results .result-item special-price .price {
      font-family: "uniformrd-bd-webfont", sans-serif;
      font-size: 16px;
      color: #e20613;
      padding: 0 20px 0 0; }
      @media only screen and (max-width: 767px) {
        .c-search .search-results .result-item__price, .c-search .search-results .result-item__special-price, .c-search .search-results .result-item .price-final_price .price, .c-search .search-results .result-item special-price .price {
          font-size: 13px; } }
    .c-search .search-results .result-item__old-price, .c-search .search-results .result-item .old-price .price {
      font-family: "uniformrd-bd-webfont", sans-serif;
      font-size: 14px;
      color: #6a6a6a;
      padding-left: 0;
      position: relative;
      padding-right: 0;
      margin-right: 20px; }
      .c-search .search-results .result-item__old-price:after, .c-search .search-results .result-item .old-price .price:after {
        content: '';
        width: 100%;
        background-color: #e20613;
        display: block;
        position: absolute;
        top: 3px;
        left: 50%;
        height: 2px;
        -webkit-transform: rotate(-10deg) translateX(-50%);
                transform: rotate(-10deg) translateX(-50%); }
      @media only screen and (max-width: 1209px) {
        .c-search .search-results .result-item__old-price, .c-search .search-results .result-item .old-price .price {
          margin-right: 10px; } }
      @media only screen and (max-width: 767px) {
        .c-search .search-results .result-item__old-price, .c-search .search-results .result-item .old-price .price {
          font-size: 12px; } }
  .c-search .search-results__categories {
    min-width: 271px;
    border-left: 1px solid #f7f7f7;
    padding: 15px 30px; }
  .c-search .search-results .search-categories__title {
    font-size: 1.6rem;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1209px) {
      .c-search .search-results .search-categories__title {
        padding-left: 15px; } }
    @media only screen and (max-width: 767px) {
      .c-search .search-results .search-categories__title {
        margin-bottom: 5px; } }
  .c-search .search-results .search-categories .link-more {
    font-family: "uniformrd-md-webfont", sans-serif;
    padding-top: 15px;
    display: inline-block; }
    .c-search .search-results .search-categories .link-more:after {
      position: relative;
      top: 1px; }

.page-header.is-fixed .c-search .search-autocomplete {
  top: 75px; }

.my-credit-cards .status {
  font-style: italic; }

.my-credit-cards .action.delete {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #e20613;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }
  .my-credit-cards .action.delete:focus, .my-credit-cards .action.delete:active {
    background: none;
    border: none;
    box-shadow: none; }
  .my-credit-cards .action.delete:hover {
    background: none;
    border: none; }
  .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled],
  fieldset[disabled] .my-credit-cards .action.delete {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .my-credit-cards .action.delete:visited {
    color: #e20613;
    text-decoration: none; }
  .my-credit-cards .action.delete:hover {
    color: #006bb4;
    text-decoration: underline; }
  .my-credit-cards .action.delete:active {
    color: #ff5501;
    text-decoration: underline; }
  .my-credit-cards .action.delete:hover {
    color: #006bb4; }
  .my-credit-cards .action.delete:hover, .my-credit-cards .action.delete:active, .my-credit-cards .action.delete:focus {
    background: none;
    border: 0; }
  .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled],
  fieldset[disabled] .my-credit-cards .action.delete {
    color: #e20613;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

.my-credit-cards-popup .modal-footer {
  text-align: right; }

.my-credit-cards-popup .action.secondary {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #e20613;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px; }
  .my-credit-cards-popup .action.secondary:focus, .my-credit-cards-popup .action.secondary:active {
    background: none;
    border: none;
    box-shadow: none; }
  .my-credit-cards-popup .action.secondary:hover {
    background: none;
    border: none; }
  .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled],
  fieldset[disabled] .my-credit-cards-popup .action.secondary {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .my-credit-cards-popup .action.secondary:visited {
    color: #e20613;
    text-decoration: none; }
  .my-credit-cards-popup .action.secondary:hover {
    color: #006bb4;
    text-decoration: underline; }
  .my-credit-cards-popup .action.secondary:active {
    color: #ff5501;
    text-decoration: underline; }
  .my-credit-cards-popup .action.secondary:hover {
    color: #006bb4; }
  .my-credit-cards-popup .action.secondary:hover, .my-credit-cards-popup .action.secondary:active, .my-credit-cards-popup .action.secondary:focus {
    background: none;
    border: 0; }
  .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled],
  fieldset[disabled] .my-credit-cards-popup .action.secondary {
    color: #e20613;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none; }
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
      display: none; }
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
      display: block; }
  .my-credit-cards .card-type img {
    vertical-align: middle; } }

@media only screen and (min-width: 768px) {
  .my-credit-cards .card-type img {
    display: block; } }

.minilist .weee {
  display: table-row;
  font-size: 1.1rem; }
  .minilist .weee:before {
    display: none; }

.price-container.weee:before {
  display: none; }

.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: ""; }

.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1; }

.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0; }

.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1; }

.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0; }

.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #ebebeb; }

.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px; }

.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0; }
  .account .table-wrapper .data.table.wishlist .box-tocart .qty {
    vertical-align: middle; }

.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%; }

.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px; }

.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px; }

.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0; }

.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px; }

.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top; }

.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700; }

.block-wishlist .product-item-name {
  margin-right: 25px; }

@media only screen and (max-width: 767px) {
  .products-grid.wishlist .wishlist-account__items {
    max-width: 350px;
    margin: 0 auto;
    padding: 0 15px; } }

@media only screen and (max-width: 1024px) {
  .products-grid.wishlist .product-item {
    padding: 20px 10px 30px; } }

.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .products-grid.wishlist .product-item-photo {
      text-align: center;
      max-width: 150px;
      max-height: 150px;
      margin: 0 auto 30px;
      position: static; } }

@media only screen and (max-width: 767px) {
  .products-grid.wishlist .product-item-image-wrapper {
    position: static; } }

@media only screen and (max-width: 767px) {
  .products-grid.wishlist .product-item-image-container {
    padding: 0 !important;
    height: auto; } }

.products-grid.wishlist .product-item-name {
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .products-grid.wishlist .product-item-name {
      text-align: center; } }

.products-grid.wishlist .product-item .price-box {
  margin: 0; }

.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0; }

.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px; }
  .products-grid.wishlist .product-item-actions > *:last-child {
    margin-right: 0; }

.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px; }

@media only screen and (max-width: 639px) {
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid whitesmoke; }
    .products-grid.wishlist .product-item:first-child {
      border-top: 1px solid whitesmoke; } }

@media only screen and (max-width: 767px) {
  .products-grid.wishlist .product-item-actions {
    display: block; }
    .products-grid.wishlist .product-item-actions .action {
      margin-right: 15px; }
      .products-grid.wishlist .product-item-actions .action:last-child {
        margin-right: 0; }
      .products-grid.wishlist .product-item-actions .action.edit {
        float: left; }
      .products-grid.wishlist .product-item-actions .action.delete {
        float: right; }
      .products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete {
        margin-top: -5px;
        color: #000; }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none; }
  .wishlist-index-index .product-item {
    width: 100%; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .wishlist-index-index .product-item {
      text-align: left; } }

@media only screen and (max-width: 767px) {
    .wishlist-index-index .product-item-info {
      width: auto; } }
    @media only screen and (max-width: 767px) and (max-width: 767px) {
      .wishlist-index-index .product-item-info {
        width: 100%; } }

@media only screen and (min-width: 768px) {
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block; }
  .products-grid.wishlist .product-item-actions {
    text-align: right;
    margin: 0 0 10px; }
    .products-grid.wishlist .product-item-actions a {
      color: #000;
      text-decoration: none;
      position: relative;
      top: -10px; }
      .products-grid.wishlist .product-item-actions a:hover {
        color: #D02E26;
        text-decoration: none; }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px; }
    .products-grid.wishlist .product-item .fieldset .field.qty .label {
      width: auto; }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0; }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0; }
  .wishlist-index-index .product-item-info {
    width: 240px; } }

@media only screen and (min-width: 1024px) {
  .wishlist-index-index .products-grid .product-items {
    margin: 0; }
  .wishlist-index-index .products-grid .product-item {
    padding: 20px;
    border-left: none;
    width: 24.439%;
    position: relative;
    z-index: 1;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .wishlist-index-index .products-grid .product-item:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      box-shadow: 0 10px 36px 1px rgba(0, 0, 0, 0.09);
      border: none;
      z-index: 999;
      border-radius: 10px; }
    .wishlist-index-index .products-grid .product-item:first-of-type:before {
      display: none; }
    .wishlist-index-index .products-grid .product-item:nth-child(4n+4) {
      border-right: none; } }

.section--gray {
  background-color: #f7f7f7; }

.o-subpage__title {
  font-size: 30px;
  line-height: 35px;
  font-family: "uniformrd-md-webfont", sans-serif;
  color: #000;
  letter-spacing: -0.5px;
  margin-bottom: 35px; }
  @media only screen and (max-width: 1024px) {
    .o-subpage__title {
      margin-bottom: 20px;
      font-size: 26px;
      line-height: 32px; } }
  @media only screen and (max-width: 767px) {
    .o-subpage__title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 15px; } }

.o-subpage__subtitle {
  font-family: "uniformrd-md-webfont", sans-serif;
  font-size: 18px;
  color: #7B7B7B;
  line-height: 26px;
  margin: 10px 0; }

.o-subpage__wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }

.o-subpage__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #7B7B7B;
  max-width: 510px; }

.mpblog-post-view .sidebar-main,
.mpblog-post-view .share-col-left,
.mpblog-post-view #at4-share,
.mpblog-post-view .account-intro {
  display: none; }

.mpblog-post-view .column.main {
  width: 100%; }

.mpblog-post-view .page-title-wrapper {
  display: none; }

.mpblog-post-view .mp-footer {
  display: none; }

.mpblog-post-view .page-wrapper {
  position: relative; }
  .mpblog-post-view .page-wrapper:after {
    content: '';
    display: block;
    background-image: url("../images/blocks2.png");
    background-repeat: no-repeat;
    position: absolute;
    height: 450px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -50px;
    width: 350px;
    background-size: contain; }
    @media only screen and (min-width: 1550px) {
      .mpblog-post-view .page-wrapper:after {
        width: 450px;
        height: 480px;
        left: -70px; } }
    @media only screen and (max-width: 1400px) {
      .mpblog-post-view .page-wrapper:after {
        left: -60px;
        width: 280px; } }
    @media only screen and (max-width: 1209px) {
      .mpblog-post-view .page-wrapper:after {
        display: none; } }

.mpblog-post-view .page-main {
  width: 1230px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative; }
  @media only screen and (max-width: 1209px) {
    .mpblog-post-view .page-main {
      width: 100%;
      padding: 0 15px 100px; } }
  @media only screen and (max-width: 1024px) {
    .mpblog-post-view .page-main {
      padding-top: 20px;
      padding-bottom: 25px;
      max-width: 100%; } }

.mpblog-post-view .ms-post-info {
  display: inline-block; }

.mpblog-post-view .mp-blog-rss {
  display: inline-block; }

.mpblog-post-view .at-share-dock-outer {
  display: none !important; }

.article {
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 1024px) {
    .article {
      flex-direction: column; } }
  .article__title {
    font-size: 30px;
    letter-spacing: -1px;
    margin: 0 auto 10px; }
    @media only screen and (max-width: 767px) {
      .article__title {
        font-size: 26px; } }
  .article h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 5px;
    letter-spacing: -0.5px; }
    @media only screen and (max-width: 767px) {
      .article h3 {
        font-size: 22px; } }
  .article h4 {
    color: #7B7B7B;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 0; }
  .article .article__subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "uniformrd-md-webfont", sans-serif;
    color: #7B7B7B;
    border-bottom: 1px solid #ebebeb;
    margin: 16px auto 18px;
    padding-bottom: 20px; }
  .article .article__date {
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    color: #cdcdcd;
    margin: 0 auto; }
    .article .article__date a.mp-info {
      color: #cdcdcd !important; }
  .article__content {
    width: 908px;
    padding-left: 208px;
    padding-right: 100px;
    margin-top: 30px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .article__content {
        width: 70%;
        padding-left: 50px;
        padding-right: 50px; } }
    @media only screen and (max-width: 1024px) {
      .article__content {
        padding: 0;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .article__content {
        margin-top: 10px; } }
    .article__content .mp-blog-rss {
      display: none; }
  .article__text {
    text-align: justify;
    color: #959595;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 auto; }
    .article__text a {
      color: #e20613; }
    .article__text p {
      margin: 10px 0;
      padding: 0; }
  .article__info {
    display: flex;
    align-items: center; }
    .article__info #sharing {
      margin-left: 10px; }
      .article__info #sharing .addthis_toolbox a {
        margin-bottom: 0;
        padding: 0 3px; }
      .article__info #sharing .addthis_toolbox span {
        border-radius: 5px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .article__related {
      width: 30%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .article__related {
      max-width: 600px;
      margin-top: 30px; } }
  .article .related-box {
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 16px 21px rgba(0, 0, 0, 0.09);
    padding: 10px 0;
    width: 100%;
    position: relative; }
    @media only screen and (min-width: 1210px) {
      .article .related-box {
        width: 300px !important; } }
    .article .related-box:after {
      content: '';
      display: block;
      background-image: url("../images/blocks_1.png");
      background-repeat: no-repeat;
      position: absolute;
      width: 388px;
      height: 450px;
      top: 671px;
      right: -108px; }
      @media only screen and (max-width: 1209px) {
        .article .related-box:after {
          display: none; } }
    .article .related-box__title {
      font-size: 20px;
      font-weight: 500;
      line-height: 35px;
      font-family: "uniformrd-md-webfont", sans-serif;
      margin: 0;
      padding: 16px 28.5px;
      letter-spacing: -0.5px; }
    .article .related-box__item {
      position: relative;
      width: 100%; }
      .article .related-box__item .mp-post-info {
        color: #cdcdcd;
        font-size: 12px;
        font-weight: 400;
        line-height: 26px;
        float: right;
        position: absolute;
        right: 28.5px;
        bottom: 10px; }
      .article .related-box__item:hover {
        background-color: #e20613; }
        .article .related-box__item:hover .related-box__post-title {
          color: #fff; }
        .article .related-box__item:hover .related-box__link:before {
          background-color: #e20613; }
    .article .related-box__link {
      padding: 13px 28.5px 35px;
      width: 100%;
      color: #959595;
      display: block;
      position: relative; }
      .article .related-box__link:before {
        content: '';
        display: block;
        background-color: #ebebeb;
        width: 243px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .article .related-box__link:before {
            width: 100%; } }
      .article .related-box__link:hover {
        background-color: #e20613;
        text-decoration: none; }
        .article .related-box__link:hover .related-box__post-title {
          color: #fff; }
        .article .related-box__link:hover:before {
          background-color: #e20613; }
    .article .related-box__post-title {
      font-size: 15px;
      font-weight: 400;
      color: #959595;
      line-height: 25px; }
    .article .related-box__additional-text {
      color: transparent; }
    .article .related-box__date {
      color: #cdcdcd; }
    .article .related-box__category {
      display: none; }
    .article .related-box__author {
      display: none; }

.landing-page .breadcrumbs {
  display: none; }

.landing-page p:empty {
  margin-bottom: 0; }

.landing-page .text-picture {
  padding: 75px 0;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .landing-page .text-picture {
      padding: 45px 0; } }
  @media only screen and (max-width: 767px) {
    .landing-page .text-picture {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .landing-page .text-picture__title {
      margin-top: 5px; } }
  @media only screen and (max-width: 767px) {
    .landing-page .text-picture__content {
      width: 100%; } }

.landing-page .text-one-column {
  padding: 80px 0; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .landing-page .text-one-column {
      padding: 50px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .landing-page .text-one-column {
      padding: 30px 0; } }

.landing-page section {
  position: relative; }

.landing-page .section--bg {
  background-size: cover;
  background-repeat: no-repeat; }

.article__text .text-icons__img {
  margin: 0 35px 0 0; }

.text-icons {
  margin: 30px 0; }
  .text-icons ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .text-icons__item {
    display: flex;
    align-items: center; }
  .text-icons__img {
    max-width: 63px;
    margin: 0 35px 0 0; }

.text-list ol {
  list-style: none;
  padding-left: 0;
  counter-reset: list-counter;
  margin: 15px 0 5px; }
  .text-list ol li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 15px; }
    .text-list ol li:before {
      counter-increment: list-counter;
      content: counter(list-counter);
      width: 21px;
      height: 21px;
      border-radius: 50%;
      background-color: #e20613;
      font-family: "uniformrd-md-webfont", sans-serif;
      left: 0;
      top: 5px;
      font-size: 15px;
      line-height: 22px;
      display: block;
      text-align: center;
      position: absolute;
      color: #fff;
      margin-top: 0; }

.decription-section {
  background-image: url("../images/temporary/bluemedia.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  max-width: 1920px;
  min-height: 500px;
  padding: 50px 0 50px 55%;
  clear: left;
  color: #fff; }
  .decription-section h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 26px; }
  .decription-section p {
    margin-bottom: 30px;
    max-width: 500px; }

.description-icons {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center; }
  @media only screen and (max-width: 1209px) {
    .description-icons {
      width: 100%; } }
  .description-icons__item {
    flex: 1;
    padding: 0 30px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .description-icons__item {
        padding-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .description-icons__item {
        margin-bottom: 20px;
        padding: 0; } }
  .description-icons__columns {
    display: flex;
    justify-content: space-between;
    margin: 70px auto 110px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .description-icons__columns {
        flex-wrap: wrap;
        justify-content: center; } }
    @media only screen and (max-width: 767px) {
      .description-icons__columns {
        flex-direction: column;
        margin: 30px auto 40px; } }
    .description-icons__columns p {
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        .description-icons__columns p {
          font-size: 13px; } }
  .description-icons__subtitle {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .description-icons__subtitle {
        font-size: 15px;
        line-height: 19px; } }
  .description-icons__text, .description-icons p {
    color: #7B7B7B;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    max-width: 900px;
    margin: 0 auto 10px; }
    @media only screen and (max-width: 767px) {
      .description-icons__text, .description-icons p {
        font-size: 13px;
        color: #959595; } }
  .description-icons__img {
    width: 160px;
    height: 160px;
    margin: 0 auto 35px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(35, 35, 35, 0.05);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .description-icons__img {
        width: 101px;
        height: 101px;
        margin: 0 auto 22px; } }
    @media only screen and (max-width: 767px) {
      .description-icons__img img {
        max-width: 60px;
        max-height: 45px; } }

.two-columns {
  padding: 200px 0; }
  .two-columns .o-subpage__title {
    margin-bottom: 31px; }
  .two-columns .btn--red {
    margin-top: 32px;
    min-width: 196px;
    letter-spacing: 1px;
    text-align: center; }

.career {
  text-align: center;
  margin-bottom: 105px;
  position: relative; }
  .career:after {
    content: '';
    display: block;
    background-image: url("../images/bricks_3.png");
    background-repeat: no-repeat;
    width: 370px;
    height: 300px;
    position: absolute;
    top: 250px;
    bottom: auto;
    right: -217px;
    background-size: 80%;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    z-index: -1; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .career:after {
        top: auto;
        bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .career:after {
        display: none; } }
  .career:before {
    content: '';
    display: block;
    background-image: url("../images/bricks_2.png");
    background-repeat: no-repeat;
    width: 356px;
    height: 336px;
    position: absolute;
    top: 150px;
    bottom: auto;
    left: -236px;
    background-size: 100%;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    z-index: -1; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .career:before {
        top: auto;
        bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .career:before {
        display: none; } }
  .career:before {
    height: 430px; }
  .career .o-subpage__title {
    text-align: center;
    margin: 0 auto 65px; }

.job-offers {
  text-align: center;
  padding: 0 0 30px; }
  .job-offers iframe {
    max-width: 100%;
    min-height: 485px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .job-offers iframe {
        min-height: 500px; } }

.career-contact {
  padding: 10px 0 20px; }
  @media only screen and (max-width: 767px) {
    .career-contact .o-form-row {
      margin-top: 20px; } }

.cms-b2b .breadcrumbs {
  z-index: 990;
  background-color: #f7f7f7;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .cms-b2b .breadcrumbs {
      padding-top: 15px;
      margin-bottom: 5px; } }
  .cms-b2b .breadcrumbs:before {
    content: '';
    display: block;
    width: 100vw;
    background-color: #f7f7f7;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 65px;
    z-index: -1; }

.cms-b2b .page-main,
.cms-b2b .page-footer {
  z-index: 999; }

.cms-b2b .column.main {
  display: flex;
  flex-direction: column; }
  .cms-b2b .column.main .company-prizes {
    order: 10; }

.content-product-info {
  display: flex;
  background-color: gray;
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px 0 190px;
  background-size: cover; }
  @media only screen and (max-width: 1024px) {
    .content-product-info {
      margin-bottom: 0;
      padding: 20px 0 50px; } }
  @media only screen and (max-width: 767px) {
    .content-product-info {
      padding: 20px 0 30px; } }
  .content-product-info .flex-container {
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .content-product-info .flex-container {
        flex-direction: column; } }
  .content-product-info__data {
    width: 35%;
    padding: 30px 20px;
    text-align: center;
    margin-top: -27px; }
    @media only screen and (max-width: 1024px) {
      .content-product-info__data {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 50px;
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .content-product-info__data {
        padding: 10px; } }
  .content-product-info__title {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 28px;
    letter-spacing: -0.1px;
    line-height: 35px;
    margin-bottom: 11px; }
  .content-product-info__text {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 0 90px;
    margin-bottom: 20px;
    display: block; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .content-product-info__text {
        padding: 0 20px; } }
    @media only screen and (max-width: 1024px) {
      .content-product-info__text {
        padding: 0 60px; } }
    @media only screen and (max-width: 767px) {
      .content-product-info__text {
        padding: 0 20px; } }
  .content-product-info .btn--red {
    padding: 14.5px 32px 13.5px;
    font-size: 14px;
    box-shadow: 0 18px 24px rgba(158, 134, 11, 0.31); }
  .content-product-info__img {
    text-align: center;
    width: 65%; }
    @media only screen and (max-width: 767px) {
      .content-product-info__img {
        width: 100%;
        max-width: 350px;
        margin-top: 20px; } }
    .content-product-info__img img {
      max-width: 95%;
      margin: -65px auto 0;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .content-product-info__img img {
          margin: 0 auto;
          top: 0; } }

.col-6 {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .col-6 {
      width: 100%; } }

.social-section {
  padding: 120px 0 145px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .social-section {
      padding: 80px 0 95px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .social-section {
      padding: 30px 0 50px; } }
  @media only screen and (max-width: 767px) {
    .social-section {
      padding: 20px 0 35px; } }
  .social-section__title {
    font-size: 30px;
    margin-bottom: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .social-section__title {
        padding: 0 15px; } }
  @media only screen and (max-width: 1024px) {
    .social-section__wrapper {
      flex-direction: column; } }
  @media only screen and (max-width: 1024px) {
    .social-section__reviews {
      width: 100%;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .social-section__reviews {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 1024px) {
    .social-section__instagram {
      width: 100%; } }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .social-section__instagram .instagram {
      justify-content: center; } }
  @media only screen and (min-width: 1025px) {
    .social-section .news-instagram .instagram__photo,
    .social-section .news-instagram .instagram__social {
      width: 200px;
      height: 200px; } }

.social-review {
  text-align: center;
  width: 377px;
  margin-left: 80px;
  margin-top: 10px; }
  @media only screen and (min-width: 1400px) {
    .social-review {
      margin-left: 45px; } }
  @media only screen and (max-width: 1209px) {
    .social-review {
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .social-review {
      margin: 0 auto;
      width: 90%;
      max-width: 400px; } }
  .social-review__wrapper {
    height: auto;
    padding: 58px 30px;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px; }
    @media only screen and (max-width: 767px) {
      .social-review__wrapper {
        padding: 40px 20px; } }
  .social-review__text {
    font-size: 13px;
    line-height: 22px;
    color: #4b4b4b; }
  .social-review__name {
    color: #464646;
    font-size: 15px;
    font-family: "uniformrd-md-webfont", sans-serif;
    line-height: 25px;
    margin-bottom: 0; }
  .social-review__btn {
    margin-top: 5px;
    min-width: 170px; }
  .social-review__who {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0; }
  .social-review__img {
    padding-right: 10px;
    max-width: 59px; }
  .social-review .slider-arrow {
    top: 50%; }
    .social-review .slider-arrow--prev {
      left: -80px; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .social-review .slider-arrow--prev {
          left: -30px; } }
      @media only screen and (max-width: 767px) {
        .social-review .slider-arrow--prev {
          left: -15px; } }
    .social-review .slider-arrow--next {
      right: -80px; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .social-review .slider-arrow--next {
          right: -30px; } }
      @media only screen and (max-width: 767px) {
        .social-review .slider-arrow--next {
          right: -15px; } }
    .social-review .slider-arrow:hover {
      background-color: #e20613; }
      .social-review .slider-arrow:hover:before {
        color: #fff; }

.product-review {
  padding: 50px 0; }
  .product-review__slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    height: 0; }
    .product-review__slider.slick-initialized {
      visibility: visible;
      opacity: 1;
      height: auto; }
  .product-review__title {
    color: #e20613;
    font-size: 30px;
    margin-bottom: 20px; }
  .product-review__name {
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 23px; }
  .product-review__rating {
    display: block;
    margin: 10px 0; }
    .product-review__rating i:before {
      color: #FFDA47; }
  .product-review__text {
    font-size: 15px;
    line-height: 19px;
    color: #7B7B7B;
    margin-top: 10px; }
    .product-review__text:before {
      content: '"';
      display: inline; }
    .product-review__text:after {
      content: '"';
      display: inline; }
  .product-review__content {
    display: flex;
    align-items: center; }
  .product-review__media {
    padding-left: 80px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .product-review__media {
        padding-left: 0; } }
    @media only screen and (max-width: 1024px) {
      .product-review__media {
        padding-left: 0;
        text-align: center; } }
    .product-review__media img {
      max-width: 400px; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .product-review__media img {
          margin: 0 auto; } }
      @media only screen and (max-width: 1024px) {
        .product-review__media img {
          max-width: 85%; } }
  .product-review__wrapper {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .product-review__wrapper {
        flex-direction: column; } }

.skk_container {
  margin: 0 auto 90px; }
  @media only screen and (max-width: 1024px) {
    .skk_container {
      margin: 0 auto 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .group-section .description-icons__columns {
    max-width: 650px; } }

.article__text ol {
  list-style: none;
  padding-left: 0;
  counter-reset: list-counter;
  margin: 15px 0 5px;
  margin: 30px 0; }
  .article__text ol li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 15px; }
    .article__text ol li:before {
      counter-increment: list-counter;
      content: counter(list-counter);
      width: 21px;
      height: 21px;
      border-radius: 50%;
      background-color: #e20613;
      font-family: "uniformrd-md-webfont", sans-serif;
      left: 0;
      top: 5px;
      font-size: 15px;
      line-height: 22px;
      display: block;
      text-align: center;
      position: absolute;
      color: #fff;
      margin-top: 0; }
  .article__text ol li ul {
    margin: 15px 0 0; }
    .article__text ol li ul li {
      padding-left: 0; }
  .article__text ol li ul li:before {
    display: none; }

.article__text img {
  margin: 30px auto;
  display: block; }

.article__text .btn--red {
  min-width: 220px;
  letter-spacing: 0.5px;
  padding: 14.5px 25px 13.5px;
  color: #fff;
  text-align: center; }
  .article__text .btn--red:hover {
    color: #e20613; }

.article__text .text-icons {
  margin: 45px 0; }

.article__text table {
  text-align: left;
  width: 700px;
  max-width: 700px;
  margin-left: -50px; }
  .article__text table > tbody tr {
    background-color: #f7f7f7; }
    .article__text table > tbody tr:first-of-type {
      background-color: #e20613 !important; }
      .article__text table > tbody tr:first-of-type td {
        padding: 8px 15px 8px 15px;
        color: #fff; }
    .article__text table > tbody tr:nth-child(odd) {
      background-color: #fbfbfb; }
  .article__text table > tbody tr td {
    font-family: "uniformrd-md-webfont", sans-serif;
    padding: 14px 15px 10px 15px;
    font-size: 13px;
    color: #000; }
    .article__text table > tbody tr td:first-of-type {
      min-width: 210px;
      font-size: 12px;
      padding-left: 50px; }
    .article__text table > tbody tr td:nth-of-type(2) {
      min-width: 180px; }
  .article__text table > tbody p, .article__text table > tbody span, .article__text table > tbody img {
    margin: 0; }
  @media only screen and (max-width: 1024px) {
    .article__text table {
      margin-left: -10px; } }

.article__text .quote__img {
  margin: 0; }

.article__text .btn--shadow {
  color: #7B7B7B;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 30px 10px 20px;
  max-width: 330px;
  margin: 5px 0;
  display: flex;
  text-align: left; }
  .article__text .btn--shadow i {
    font-size: 24px;
    color: #e20613;
    display: inline-block;
    margin-right: 20px; }
  .article__text .btn--shadow span {
    display: inline-block; }
    .article__text .btn--shadow span span {
      display: block;
      color: #c9c9c9;
      font-size: 10px;
      line-height: 14px; }

.quote {
  width: 600px;
  background-color: #f7f7f7;
  background-image: linear-gradient(to top, #df1c1d 0%, #e7631d 100%);
  border-radius: 10px;
  box-shadow: 0 16px 21px rgba(0, 0, 0, 0.09);
  padding: 45px 50px 35px;
  color: #fff;
  position: relative;
  margin: 45px auto;
  font-style: normal; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .quote {
      width: 500px; } }
  @media only screen and (max-width: 767px) {
    .quote {
      width: 90%;
      max-width: 400px;
      text-align: center; } }
  .quote--img {
    padding: 35px 50px 35px 98px; }
    @media only screen and (max-width: 767px) {
      .quote--img {
        padding: 90px 30px 55px 20px;
        margin-top: 40px; } }
    .quote--img .quote--img__person {
      margin-top: 5px; }
  .quote__text {
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    display: inline-block;
    text-align: left;
    font-family: "uniformrd-rg-webfont", sans-serif; }
    @media only screen and (max-width: 767px) {
      .quote__text {
        text-align: center;
        font-size: 15px;
        line-height: 25px; } }
    .quote__text:before {
      content: '\201C';
      font-family: "uniformrd-md-webfont", sans-serif;
      opacity: 0.2;
      color: #fff;
      font-size: 60px;
      font-weight: 500;
      display: inline;
      position: absolute;
      left: -27px; }
      @media only screen and (max-width: 767px) {
        .quote__text:before {
          left: -13px;
          top: -14px; } }
  .quote__close {
    display: inline;
    position: relative; }
    .quote__close:after {
      content: '\201D';
      font-family: "uniformrd-md-webfont", sans-serif;
      opacity: 0.2;
      color: #fff;
      font-size: 60px;
      font-weight: 500;
      position: absolute;
      bottom: -23px;
      right: -30px; }
      @media only screen and (max-width: 767px) {
        .quote__close:after {
          bottom: -45px;
          right: -10px; } }
  .quote__img {
    position: absolute;
    left: -90px;
    top: 30px;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .quote__img {
        height: 100px;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -50px; } }
    @media only screen and (max-width: 767px) {
      .quote__img img {
        height: 100px;
        width: auto; } }
  .quote__person {
    text-align: right;
    margin-top: 22px; }
    @media only screen and (max-width: 767px) {
      .quote__person {
        text-align: center;
        margin-top: 30px; } }
    .quote__person p {
      font-size: 14px;
      font-weight: 700;
      margin: 0 0 8px 0; }
    .quote__person span {
      display: block;
      font-size: 12px;
      font-weight: 400; }

.text-picture {
  padding: 55px 0;
  position: relative;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .text-picture {
      padding: 50px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .text-picture {
      padding: 30px 0;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .text-picture {
      padding: 25px 0 35px;
      margin-bottom: 25px; } }
  .text-picture__wrapper {
    display: flex;
    align-items: center;
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
    @media only screen and (max-width: 1209px) {
      .text-picture__wrapper {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .text-picture__wrapper {
        flex-direction: column; } }
  .text-picture__column {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .text-picture__column {
        width: 100%; } }
    .text-picture__column--img {
      display: block;
      align-items: center;
      justify-content: center; }
    .text-picture__column img {
      max-width: 100%;
      display: flex; }
      @media only screen and (max-width: 1024px) {
        .text-picture__column img {
          max-width: 90%;
          margin: 0 auto; } }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .text-picture__column img {
          max-width: 85%;
          margin: 0 auto; } }
  .text-picture__content {
    max-width: 510px;
    padding-left: 40px; }
    @media only screen and (max-width: 1209px) {
      .text-picture__content {
        max-width: 90%;
        margin: 0 auto;
        padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .text-picture__content {
        margin-bottom: 30px; } }
  .text-picture__title {
    color: #e20613;
    margin-bottom: 20px;
    font-size: 34px; }
    @media only screen and (max-width: 767px) {
      .text-picture__title {
        font-size: 20px;
        margin-bottom: 5px; } }
  .text-picture__subtitle {
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .text-picture__subtitle {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 15px; } }
  .text-picture__link {
    margin-top: 40px; }
  .text-picture__container {
    max-width: 1600px;
    margin: 0 auto;
    position: relative; }
  @media only screen and (max-width: 1209px) {
    .text-picture__video iframe {
      max-width: 100%; } }
  .text-picture__descr, .text-picture p {
    color: #7B7B7B;
    font-size: 15px;
    line-height: 24px; }
    @media only screen and (max-width: 767px) {
      .text-picture__descr, .text-picture p {
        color: #959595;
        font-size: 13px;
        line-height: 23px; } }
  .text-picture .btn--red {
    margin-top: 40px;
    letter-spacing: 1px;
    min-width: 250px;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .text-picture .btn--red {
        min-width: 200px; } }
    @media only screen and (max-width: 767px) {
      .text-picture .btn--red {
        margin-top: 20px; } }
  .text-picture blockquote {
    max-width: 452px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .text-picture blockquote p.quote__text {
        font-size: 15px;
        line-height: 25px; } }
    .text-picture blockquote p {
      color: #fff;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 767px) {
        .text-picture blockquote p {
          font-size: 14px;
          line-height: 20px; } }
    .text-picture blockquote.quote--img {
      padding-left: 80px; }
      @media only screen and (max-width: 767px) {
        .text-picture blockquote.quote--img {
          padding-left: 30px; } }
  .text-picture--b2b {
    padding: 80px 0 90px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .text-picture--b2b {
        padding: 30px 15px 60px; } }
    @media only screen and (max-width: 767px) {
      .text-picture--b2b {
        padding: 15px 0 35px;
        background-color: #fff; } }
    .text-picture--b2b .text-picture__subtitle {
      margin-bottom: 35px; }
      @media only screen and (max-width: 767px) {
        .text-picture--b2b .text-picture__subtitle {
          margin-bottom: 15px;
          margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .text-picture--b2b .text-picture__title {
        margin-top: 0;
        margin-bottom: 5px; } }
    .text-picture--b2b .text-picture h4 {
      letter-spacing: 0.5px;
      margin-bottom: 25px; }
    .text-picture--b2b .text-picture__column--img {
      flex-direction: column; }
      .text-picture--b2b .text-picture__column--img img {
        display: block; }
    .text-picture--b2b .text-picture__absolute {
      position: absolute;
      top: -131px;
      right: -105px;
      text-align: center; }
      @media only screen and (max-width: 1209px) {
        .text-picture--b2b .text-picture__absolute {
          position: static; } }
      @media only screen and (max-width: 767px) {
        .text-picture--b2b .text-picture__absolute {
          position: static;
          margin-top: 20px; } }
    .text-picture--b2b .btn--pdf {
      margin-right: 15px; }
    .text-picture--b2b .btn--red {
      margin-top: 40px;
      letter-spacing: 0.5px;
      word-spacing: 1px;
      min-width: 350px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .text-picture--b2b .btn--red {
          margin-top: 20px; } }
      @media only screen and (max-width: 767px) {
        .text-picture--b2b .btn--red {
          letter-spacing: -0.5px;
          min-width: 250px;
          padding: 14.5px 17px 13.5px; } }
    .text-picture--b2b .o-subpage__text {
      margin-bottom: 40px; }
  .text-picture--quote {
    padding: 90px 0 110px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .text-picture--quote {
        padding: 70px 0 90px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .text-picture--quote {
        padding: 30px 0; } }
    @media only screen and (max-width: 767px) {
      .text-picture--quote {
        padding: 55px 0 35px; } }
    @media only screen and (max-width: 1024px) {
      .text-picture--quote .text-picture__wrapper {
        flex-direction: column;
        padding-top: 20px; } }
    @media only screen and (max-width: 1024px) {
      .text-picture--quote .text-picture__column {
        width: auto; } }
    @media only screen and (max-width: 1024px) {
      .text-picture--quote .text-picture__column:first-of-type {
        margin-bottom: 20px; } }

.cms-page-view p:empty {
  margin-bottom: 0; }

.text-one-column {
  max-width: 900px;
  padding: 80px 0 60px;
  text-align: center;
  margin: 0 auto; }
  @media only screen and (max-width: 1209px) {
    .text-one-column {
      padding: 50px 0;
      max-width: 100%;
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    .text-one-column {
      text-align: left;
      padding: 25px 0; } }
  .text-one-column__title {
    color: #e20613;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 36px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .text-one-column__title {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .text-one-column__title {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 20px; } }
  .text-one-column__text {
    margin-bottom: 40px;
    color: #7B7B7B;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; }
    @media only screen and (max-width: 767px) {
      .text-one-column__text {
        font-size: 13px;
        line-height: 23px;
        color: #959595;
        margin-bottom: 15px; } }
  .text-one-column__media {
    max-width: 700px;
    margin: 20px auto 50px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .text-one-column__media {
        margin: 20px auto; } }
    @media only screen and (max-width: 767px) {
      .text-one-column__media {
        margin-bottom: 10px; } }
    .text-one-column__media .product-descr__img {
      width: 100%; }
    .text-one-column__media iframe {
      width: 700px;
      height: 400px; }
      @media only screen and (max-width: 767px) {
        .text-one-column__media iframe {
          width: 100%;
          max-width: 350px;
          height: 200px; } }

.content-accordion {
  display: flex;
  height: 550px;
  margin: 0 auto 30px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .content-accordion {
      width: 963px; } }
  @media only screen and (max-width: 1024px) {
    .content-accordion {
      flex-direction: column;
      height: auto; } }
  .content-accordion__subtitle, .content-accordion__text {
    visibility: hidden;
    z-index: -1; }
    @media only screen and (max-width: 1024px) {
      .content-accordion__subtitle, .content-accordion__text {
        height: 0; } }
  .content-accordion__subtitle {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px; }
  .content-accordion__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #fff; }
  .content-accordion__title {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    min-width: 500px;
    position: absolute;
    top: 280px;
    left: -200px;
    color: #fff;
    font-family: "uniformrd-md-webfont", sans-serif;
    font-size: 24px; }
    @media only screen and (max-width: 1024px) {
      .content-accordion__title {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        width: 100%;
        position: static; } }
  .content-accordion__item {
    width: 100px;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding-top: 50px;
    padding-left: 30px;
    overflow: hidden; }
    @media only screen and (max-width: 1024px) {
      .content-accordion__item {
        width: 100%;
        padding-top: 10px;
        padding-left: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        border-right: none;
        overflow: visible; } }
    .content-accordion__item:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0; }
    .content-accordion__item.is-active {
      width: 900px;
      background-size: cover;
      padding: 50px 280px 70px 30px; }
      @media only screen and (min-width: 1025px) and (max-width: 1209px) {
        .content-accordion__item.is-active {
          width: 665px;
          padding: 45px 120px 60px 30px; } }
      @media only screen and (max-width: 1024px) {
        .content-accordion__item.is-active {
          width: 100%;
          height: auto; } }
  @media only screen and (max-width: 1024px) {
    .content-accordion__item.is-active {
      padding: 10px 20px; } }
  .content-accordion__item.is-active:before {
    display: none; }
  .content-accordion__item.is-active .content-accordion__title {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    font-size: 30px;
    position: static;
    margin-bottom: 30px;
    max-width: 300px;
    min-width: 1px; }
  .content-accordion__item.is-active .content-accordion__subtitle, .content-accordion__item.is-active .content-accordion__text {
    visibility: visible;
    z-index: 99; }
    @media only screen and (max-width: 1024px) {
      .content-accordion__item.is-active .content-accordion__subtitle, .content-accordion__item.is-active .content-accordion__text {
        height: auto; } }

.landing-slider {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 735px;
  position: relative; }
  @media (min-width: 1650px) {
    .landing-slider {
      min-height: 810px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .landing-slider {
      min-height: 600px; } }
  @media only screen and (max-width: 767px) {
    .landing-slider {
      min-height: 390px; } }
  .landing-slider__slide {
    min-height: 735px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }
    @media (min-width: 1650px) {
      .landing-slider__slide {
        min-height: 810px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .landing-slider__slide {
        min-height: 600px; } }
    @media only screen and (max-width: 767px) {
      .landing-slider__slide {
        min-height: 390px; } }
    @media only screen and (max-width: 767px) {
      .landing-slider__slide--desktop {
        background-image: none; } }
    @media only screen and (min-width: 768px) {
      .landing-slider__slide--mobile {
        background-image: none; } }
  .landing-slider__wrapper {
    display: flex;
    align-items: center;
    min-height: 735px; }
    @media (min-width: 1650px) {
      .landing-slider__wrapper {
        min-height: 810px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .landing-slider__wrapper {
        min-height: 600px; } }
    @media only screen and (max-width: 767px) {
      .landing-slider__wrapper {
        align-items: flex-start;
        min-height: 390px; } }
    .landing-slider__wrapper .container {
      margin-top: -120px;
      padding-left: 150px; }
      @media only screen and (min-width: 1400px) {
        .landing-slider__wrapper .container {
          padding-left: 100px; } }
      @media only screen and (max-width: 767px) {
        .landing-slider__wrapper .container {
          margin-top: 0;
          padding: 0 20px; } }
  .landing-slider__title {
    color: #e20613;
    margin-bottom: 30px;
    font-size: 65px;
    max-width: 400px;
    font-family: "uniformrd-bd-webfont", sans-serif; }
    @media only screen and (max-width: 1024px) {
      .landing-slider__title {
        font-size: 50px; } }
    @media only screen and (max-width: 767px) {
      .landing-slider__title {
        font-size: 30px;
        margin-top: 35px;
        margin-bottom: 10px; } }
  .landing-slider__subtitle {
    font-size: 42px;
    line-height: 48px;
    width: 500px; }
    @media only screen and (max-width: 1024px) {
      .landing-slider__subtitle {
        font-size: 35px; } }
    @media only screen and (max-width: 767px) {
      .landing-slider__subtitle {
        font-size: 16px;
        line-height: 21px;
        width: auto;
        max-width: 200px; } }
  .landing-slider__nav {
    position: absolute;
    width: 100px;
    height: auto;
    min-height: 250px;
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 2%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -50px; }
    @media only screen and (min-width: 1550px) {
      .landing-slider__nav {
        top: 43%;
        left: 10.5%;
        margin-top: 0; } }
    .landing-slider__nav .slick-dots {
      margin-top: 0;
      text-align: center;
      width: 40px; }
      .landing-slider__nav .slick-dots li {
        display: block;
        margin: 25px 5px;
        width: auto;
        height: auto; }
    .landing-slider__nav .slider-arrow {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      left: 20px; }
      .landing-slider__nav .slider-arrow--prev {
        top: 0; }
      .landing-slider__nav .slider-arrow--next {
        bottom: 0;
        top: auto; }
  .landing-slider__promo {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e20613;
    width: 700px;
    height: 110px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30px;
    font-family: "uniformrd-md-webfont", sans-serif; }
    @media only screen and (min-width: 1550px) {
      .landing-slider__promo {
        height: 128px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .landing-slider__promo {
        width: 600px;
        height: 90px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .landing-slider__promo {
        width: 500px;
        height: 90px; } }
    @media only screen and (max-width: 767px) {
      .landing-slider__promo {
        width: 100%;
        position: static;
        min-height: 115px;
        padding: 0 15px; } }
    .landing-slider__promo p {
      font-size: 18px;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .landing-slider__promo p {
          font-size: 14px;
          display: inline-block; } }
    .landing-slider__promo span {
      font-size: 40px;
      line-height: 40px;
      margin-left: 15px; }
      @media only screen and (min-width: 1550px) {
        .landing-slider__promo span {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .landing-slider__promo span {
          font-size: 20px;
          display: inline-block;
          margin-left: 5px; } }
    .landing-slider__promo .btn {
      margin-left: 30px;
      padding: 14.5px 20px 10.5px; }
      @media only screen and (max-width: 767px) {
        .landing-slider__promo .btn {
          display: block;
          margin: 3px 0 0;
          width: 290px; } }
  .landing-slider__promo-wrapper {
    display: flex;
    align-items: flex-end; }
    @media only screen and (max-width: 767px) {
      .landing-slider__promo-wrapper {
        display: block;
        text-align: center;
        align-items: center;
        margin: 0 auto; } }
  .landing-slider .slick-slider {
    margin-bottom: 0; }
  .landing-slider .slick-slide {
    border: none; }
  .landing-slider .js-landing-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    height: 0; }
    .landing-slider .js-landing-slider.slick-initialized {
      visibility: visible;
      opacity: 1;
      height: auto; }
  @media only screen and (max-width: 767px) {
    .landing-slider .slider-arrow--prev {
      left: 5px; } }
  @media only screen and (max-width: 767px) {
    .landing-slider .slider-arrow--next {
      right: 5px; } }

.team {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden; }
  .team:before {
    content: '';
    display: block;
    background-image: url("../images/bricks_2R.png");
    background-repeat: no-repeat;
    width: 370px;
    height: 455px;
    position: absolute;
    top: -46px;
    bottom: auto;
    left: -138px;
    background-size: 100%;
    z-index: -1; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .team:before {
        background-size: 80%; } }
    @media only screen and (max-width: 767px) {
      .team:before {
        display: none; } }
  .team:after {
    content: '';
    display: block;
    background-image: url("../images/bricks_3.png");
    background-repeat: no-repeat;
    width: 370px;
    height: 300px;
    position: absolute;
    top: -32px;
    bottom: auto;
    right: -217px;
    background-size: 80%;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    z-index: -1; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .team:after {
        top: auto;
        bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .team:after {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .team {
      margin-bottom: 0; } }
  .team__wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 60px; }
    @media only screen and (max-width: 1024px) {
      .team__wrapper {
        padding-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .team__wrapper {
        padding-top: 0; } }
  .team__main {
    padding-top: 60px; }
    @media only screen and (min-width: 1300px) {
      .team__main {
        position: relative;
        left: -15px; } }
    @media only screen and (max-width: 1024px) {
      .team__main {
        display: none; } }
  .team__data {
    bottom: -85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: relative;
    position: absolute;
    width: 100%; }
    .team__data:before {
      content: '';
      display: block;
      background-repeat: no-repeat;
      width: 100px;
      height: 29px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -30px; }
      @media only screen and (max-width: 767px) {
        .team__data:before {
          right: -12px;
          top: -21px;
          width: 92px;
          background-size: 90%; } }
    @media only screen and (max-width: 1024px) {
      .team__data {
        top: auto;
        bottom: -70px; } }
    @media only screen and (max-width: 767px) {
      .team__data {
        top: auto;
        bottom: -68px; } }
    .team__data:before {
      background-image: url("../images/confetti-title2.png");
      top: -19px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background-size: 100%;
      width: 72px; }
  .team__name {
    font-size: 20px;
    font-family: "uniformrd-md-webfont", sans-serif;
    margin-bottom: 0; }
    @media only screen and (max-width: 1024px) {
      .team__name {
        font-size: 17px;
        margin-bottom: 0; } }
  .team__position {
    font-size: 1.4rem; }
  .team__big {
    width: 471px;
    height: 600px;
    border: 15px solid white;
    border-bottom: 105px solid white;
    box-shadow: 0 26px 24px rgba(35, 35, 35, 0.19);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -20px;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg); }
  .team__all-people {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 660px;
    margin-right: -50px; }
    @media only screen and (max-width: 1024px) {
      .team__all-people {
        width: 100%;
        margin: 0 auto; } }
    .team__all-people .team__data {
      display: none; }
      @media only screen and (max-width: 1024px) {
        .team__all-people .team__data {
          display: block; } }
  .team__person {
    border: 15px solid white;
    box-shadow: 0 26px 24px rgba(35, 35, 35, 0.19);
    margin: 10px 0 30px;
    width: 307px;
    height: 290px;
    background-repeat: no-repeat;
    background-position: 40% 10%;
    cursor: pointer;
    position: relative;
    background-size: cover; }
    @media only screen and (max-width: 1024px) {
      .team__person {
        width: 250px;
        height: 310px;
        border-bottom: 80px solid #fff; } }
    .team__person--second {
      -webkit-transform: rotate(3deg);
              transform: rotate(3deg);
      margin-left: 45px;
      margin-top: 15px; }
    .team__person--third {
      -webkit-transform: rotate(-2deg);
              transform: rotate(-2deg); }
    .team__person--last {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      margin-left: 25px;
      position: relative;
      right: -10px; }
      @media only screen and (max-width: 767px) {
        .team__person--last {
          right: 0;
          margin-left: 5px; } }

.text-badges {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  width: 1195px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 1209px) {
    .text-badges {
      width: 100%; } }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .text-badges {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .text-badges {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .text-badges {
      flex-direction: column;
      margin-bottom: 25px; } }
  .text-badges-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      .text-badges-flex {
        flex-direction: column; } }
  .text-badges .o-subpage__title {
    text-align: center;
    width: 40%;
    margin: 0 auto 125px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .text-badges .o-subpage__title {
        width: 80%;
        margin: 0 auto 30px; } }
    @media only screen and (max-width: 767px) {
      .text-badges .o-subpage__title {
        width: 100%;
        margin: 0 auto 25px; } }
  .text-badges__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1209px) {
      .text-badges__row {
        max-width: 1000px;
        margin: 0 auto; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .text-badges__row {
        max-width: 910px; } }
    @media only screen and (max-width: 767px) {
      .text-badges__row {
        width: 242px;
        padding: 0 5px;
        margin: 0 auto 30px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 1s ease; } }
    @media only screen and (max-width: 767px) {
      .text-badges__row.slick-initialized {
        visibility: visible;
        opacity: 1; } }
  .text-badges__outside {
    width: 30%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .text-badges__outside {
        width: 100%; } }
  .text-badges__item {
    width: 261px;
    height: 261px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(35, 35, 35, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 45px;
    padding: 10px 30px; }
    .text-badges__item-small {
      height: 150px;
      width: 150px;
      margin: 0 auto 20px; }
      .text-badges__item-small img {
        height: 40%;
        margin: auto; }
      .text-badges__item-small p {
        padding: 0 20px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .text-badges__item {
        width: 240px;
        height: 240px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .text-badges__item {
        width: 210px;
        height: 210px;
        margin: 0 15px 30px; } }
    @media only screen and (max-width: 767px) {
      .text-badges__item {
        width: 232px;
        height: 232px;
        display: flex !important;
        max-width: 232px;
        margin: 0 0 10px; } }
    .text-badges__item-small {
      height: 150px;
      width: 150px;
      margin: 0 auto 20px; }
      .text-badges__item-small p {
        padding: 0 20px; }
  .text-badges__img {
    margin: 0 auto 15px;
    max-width: 90px;
    max-height: 90px; }
    @media only screen and (max-width: 767px) {
      .text-badges__img {
        margin: 0 auto 20px; } }
    @media only screen and (max-width: 767px) {
      .text-badges__img img {
        max-height: 50px; } }
  .text-badges__title {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 20px;
    max-width: 100%; }
    @media only screen and (max-width: 1209px) {
      .text-badges__title {
        padding: 0 5px; } }
    @media only screen and (max-width: 1024px) {
      .text-badges__title {
        font-size: 16px; } }
  .text-badges__descr {
    font-size: 15px;
    color: #7B7B7B;
    font-family: "uniformrd-md-webfont", sans-serif; }
    @media only screen and (max-width: 1024px) {
      .text-badges__descr {
        font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .text-badges .slick-next {
      right: -40px; } }
  @media only screen and (max-width: 767px) {
    .text-badges .slick-prev {
      left: -40px; } }
  @media only screen and (max-width: 767px) {
    .text-badges .slick-arrow {
      background-color: transparent;
      box-shadow: none;
      width: 25px;
      min-width: 25px;
      height: auto;
      top: 50%; } }

.b2b-options {
  padding: 50px 0 125px; }
  @media only screen and (max-width: 1024px) {
    .b2b-options {
      padding: 10px 30px 30px; } }
  @media only screen and (max-width: 767px) {
    .b2b-options {
      padding: 5px 15px 10px; } }
  .b2b-options__wrapper {
    display: flex;
    color: #fff; }
    @media only screen and (max-width: 1024px) {
      .b2b-options__wrapper {
        flex-direction: column;
        padding: 0; } }
  .b2b-options__item {
    min-height: 525px;
    background-repeat: no-repeat;
    padding: 55px 32px;
    background-size: cover; }
    @media only screen and (min-width: 1025px) {
      .b2b-options__item {
        flex: 1; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .b2b-options__item {
        padding: 45px 32px;
        min-height: 300px; } }
    @media only screen and (max-width: 767px) {
      .b2b-options__item {
        min-height: 1px;
        padding: 29.5px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        display: flex;
        flex-direction: column;
        height: 75px;
        transition: height 1s ease; } }
    @media only screen and (max-width: 767px) {
      .b2b-options__item.is-active {
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .b2b-options__item.is-active .b2b-options__name {
        display: block;
        order: 2; } }
    @media only screen and (max-width: 767px) {
      .b2b-options__item.is-active .b2b-options__content {
        display: block;
        order: 3; } }
    @media only screen and (max-width: 767px) {
      .b2b-options__item.is-active .b2b-options__title {
        order: 1;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .b2b-options__item.is-active .b2b-options__title:after {
        content: '-';
        font-size: 22px; } }
  @media only screen and (max-width: 767px) {
    .b2b-options__content {
      display: none; } }
  .b2b-options__name {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .b2b-options__name {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .b2b-options__name {
        font-size: 14px;
        display: none; } }
  .b2b-options__title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 29px;
    margin-top: 22px;
    width: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .b2b-options__title {
        margin-bottom: 20px;
        margin-top: 15px;
        font-size: 26px; } }
    @media only screen and (max-width: 767px) {
      .b2b-options__title {
        font-size: 15px;
        width: 100%;
        margin: 0;
        position: relative; } }
    @media only screen and (max-width: 767px) {
      .b2b-options__title:after {
        content: '+';
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 18px;
        font-family: "Roboto", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif; } }
  .b2b-options__text {
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .b2b-options__text {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .b2b-options__text {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 20px; } }
  .b2b-options .link-more {
    display: block;
    margin-top: 30px;
    color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .b2b-options .link-more {
        margin-top: 25px; } }
  .b2b-options .btn--white {
    min-width: 181px;
    font-size: 14px;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .b2b-options .btn--white {
        min-width: 160px; } }
    .b2b-options .btn--white:hover {
      background-color: transparent;
      color: #fff;
      border-color: #fff; }

.b2b .o-subpage__title {
  margin-bottom: 11px; }

.b2b .o-subpage__subtitle {
  font-size: 16px; }

.b2b__wrapper {
  background-color: #f7f7f7;
  padding: 45px 0 62px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .b2b__wrapper {
      padding: 20px 0 65px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .b2b__wrapper {
      padding: 20px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .b2b__wrapper {
      padding: 10px 0 30px; } }

.b2b .text-picture {
  padding-top: 35px;
  padding-bottom: 23px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .b2b .text-picture {
      padding-top: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .b2b .text-picture {
      padding-top: 5px; } }
  @media only screen and (max-width: 767px) {
    .b2b .text-picture {
      padding-top: 5px;
      padding-bottom: 5px; } }
  .b2b .text-picture__wrapper {
    align-items: flex-start; }
  .b2b .text-picture__content {
    max-width: 510px;
    padding-left: 0; }
  .b2b .text-picture .o-subpage__subtitle {
    margin-bottom: 25px; }
  .b2b .text-picture .text-picture__column--img {
    margin-top: -180px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .b2b .text-picture .text-picture__column--img {
        margin-top: -100px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .b2b .text-picture .text-picture__column--img {
        margin-top: -60px; } }
    @media only screen and (max-width: 767px) {
      .b2b .text-picture .text-picture__column--img {
        margin-top: 0; } }

.content-slider {
  margin-bottom: 100px; }
  @media only screen and (min-width: 1025px) and (max-width: 1209px) {
    .content-slider {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .content-slider {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .content-slider {
      padding: 0 0 15px;
      margin-bottom: 25px; } }
  .content-slider .content-slider__text {
    margin: 0 auto 75px;
    max-width: 870px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .content-slider .content-slider__text {
        margin: 0 auto 50px;
        padding: 0 25px; } }
    @media only screen and (max-width: 767px) {
      .content-slider .content-slider__text {
        text-align: left;
        margin: 0 auto 35px; } }
  .content-slider .o-subpage__title {
    margin-bottom: 37px; }
    @media only screen and (max-width: 767px) {
      .content-slider .o-subpage__title {
        text-align: left;
        margin-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .content-slider .o-subpage__wrapper {
      padding: 0 15px; } }

.slider-bg {
  max-width: 1600px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  height: 0; }
  .slider-bg.slick-initialized {
    visibility: visible;
    opacity: 1;
    height: auto; }
  .slider-bg__content {
    padding: 110px 38px 100px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 530px; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .slider-bg__content {
        padding: 80px 40px;
        min-height: 480px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .slider-bg__content {
        padding: 40px;
        min-height: 450px; } }
    @media only screen and (max-width: 767px) {
      .slider-bg__content {
        padding: 60px 15px 100px;
        background-position: 50%; } }
    .slider-bg__content.slick-current .slider-bg__text {
      display: block; }
  .slider-bg__text {
    max-width: 510px;
    display: none;
    width: 70%; }
    @media only screen and (max-width: 1209px) {
      .slider-bg__text {
        width: 80%; } }
    @media only screen and (max-width: 767px) {
      .slider-bg__text {
        width: 85%; } }
  .slider-bg__descr {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 35px; }
  .slider-bg h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 27px; }
    @media only screen and (max-width: 767px) {
      .slider-bg h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px; } }
  .slider-bg .btn--white {
    color: #000;
    min-width: 194px;
    letter-spacing: 0.5px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .slider-bg .btn--white {
        min-width: 125px; } }
  .slider-bg.slick-slider {
    margin-bottom: 0; }
  .slider-bg .slider-arrow {
    top: 50%; }
  .slider-bg .slider-arrow--prev {
    left: 20px; }
  .slider-bg .slider-arrow--next {
    right: 30px; }
  .slider-bg .slick-dots {
    position: absolute;
    bottom: 30px;
    display: inline-block;
    width: auto;
    left: 22%; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .slider-bg .slick-dots {
        left: 30px;
        bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .slider-bg .slick-dots {
        left: 8px;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
    @media only screen and (min-width: 1550px) {
      .slider-bg .slick-dots {
        left: 420px; } }
    .slider-bg .slick-dots li.slick-active button, .slider-bg .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .slider-bg .slick-dots li.slick-active .actions-toolbar > .action, .slider-bg .slick-dots li.slick-active .action-gift {
      background-color: #fff; }

.mission-tab .slider-bg__text {
  width: 50%;
  font-size: 15px; }
  @media only screen and (max-width: 1209px) {
    .mission-tab .slider-bg__text {
      width: 80%;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .mission-tab .slider-bg__text {
      width: 85%; } }

.csr-tab .slider-bg__text {
  width: 55%;
  font-size: 15px; }
  @media only screen and (max-width: 1209px) {
    .csr-tab .slider-bg__text {
      width: 80%;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .csr-tab .slider-bg__text {
      width: 85%; } }

.company-prizes {
  padding: 80px 0 230px;
  position: relative;
  margin-bottom: -205px;
  background-color: whitesmoke; }
  @media only screen and (max-width: 767px) {
    .company-prizes {
      padding: 20px 0 40px;
      margin-bottom: -40px; } }
  .company-prizes .o-subpage__title {
    margin-bottom: 15px; }
  .company-prizes__wrapper {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex; }
    @media only screen and (max-width: 1209px) {
      .company-prizes__wrapper {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .company-prizes__wrapper {
        flex-direction: column; } }
  .company-prizes__headings {
    width: 45%; }
    @media only screen and (max-width: 767px) {
      .company-prizes__headings {
        width: 100%; } }
    .company-prizes__headings .o-subpage__title {
      margin-bottom: 15px; }
    .company-prizes__headings h3 {
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        .company-prizes__headings h3 {
          margin-top: 5px; } }
  .company-prizes__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55%; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .company-prizes__content {
        flex-wrap: wrap;
        justify-content: center; } }
    @media only screen and (max-width: 767px) {
      .company-prizes__content {
        width: 100%; } }
    .company-prizes__content img {
      max-width: 165px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .company-prizes__content img {
          margin: 0 10px 10px; } }
      @media only screen and (max-width: 767px) {
        .company-prizes__content img {
          max-width: 26%;
          max-height: 110px; } }

.section--puzzles {
  position: relative; }
  .section--puzzles:after {
    content: '';
    display: block;
    background-image: url("../images/puzzles_2.png");
    background-repeat: no-repeat;
    width: 240px;
    height: 300px;
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: 1; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .section--puzzles:after {
        bottom: -158px;
        right: -40px;
        width: 140px;
        background-size: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section--puzzles:after {
        width: 140px;
        bottom: -189px;
        top: auto;
        background-size: 100%; } }
    @media only screen and (max-width: 767px) {
      .section--puzzles:after {
        display: none; } }

.section--blocks {
  position: relative; }
  .section--blocks:before {
    content: '';
    display: block;
    background-image: url("../images/bricks-category-block.png");
    background-repeat: no-repeat;
    width: 245px;
    height: 425px;
    position: absolute;
    bottom: -125px;
    right: 0; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .section--blocks:before {
        height: 364px;
        background-size: 90%;
        bottom: -212px;
        right: -24px; } }
    @media only screen and (max-width: 1024px) {
      .section--blocks:before {
        display: none; } }

.section--blocks-color {
  position: relative; }
  .section--blocks-color:before {
    content: '';
    display: block;
    background-image: url("../images/bricks_1.png");
    background-repeat: no-repeat;
    width: 336px;
    height: 427px;
    position: absolute;
    top: -206px;
    bottom: auto;
    left: -77px;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .section--blocks-color:before {
        display: none; } }
  .section--blocks-color:before {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    z-index: 1; }
    @media only screen and (min-width: 1025px) and (max-width: 1209px) {
      .section--blocks-color:before {
        left: -150px;
        top: -100px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section--blocks-color:before {
        left: -160px;
        top: -250px; } }

.section--bricks-4:after {
  content: '';
  display: block;
  background-image: url("../images/bricks_4.png");
  background-repeat: no-repeat;
  width: 267px;
  height: 325px;
  position: absolute;
  top: -100px;
  right: 0; }
  @media only screen and (max-width: 767px) {
    .section--bricks-4:after {
      display: none; } }

.section--bricks-red:before {
  content: '';
  display: block;
  background-image: url("../images/bricks_2R.png");
  background-repeat: no-repeat;
  width: 370px;
  height: 455px;
  position: absolute;
  top: -46px;
  bottom: auto;
  left: -138px;
  background-size: 100%;
  z-index: -1; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section--bricks-red:before {
      background-size: 80%; } }
  @media only screen and (max-width: 767px) {
    .section--bricks-red:before {
      display: none; } }

.section--bricks-red:before {
  z-index: 1; }

.sidebar .block-addbysku .fieldset {
  margin: 0; }
  .sidebar .block-addbysku .fieldset .fields {
    position: relative; }
    .sidebar .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top; }
      .sidebar .block-addbysku .fieldset .fields .field.sku {
        margin-right: -85px;
        padding-right: 90px;
        width: 100%; }
      .sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
        width: 80px; }
    .sidebar .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      right: 0;
      top: 6px; }

.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
    text-align: left; }
    .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
      width: auto; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
    float: none;
    text-align: left; }

.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }
  .sidebar .block-addbysku .action.add > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sidebar .block-addbysku .action.add:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.add:active:before {
    color: inherit; }

.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0; }

.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0; }

.sidebar .block-addbysku .action.remove {
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }
  .sidebar .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sidebar .block-addbysku .action.remove:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:active:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:focus, .sidebar .block-addbysku .action.remove:active {
    background: none;
    border: none;
    box-shadow: none; }
  .sidebar .block-addbysku .action.remove:hover {
    background: none;
    border: none; }
  .sidebar .block-addbysku .action.remove.disabled, .sidebar .block-addbysku .action.remove[disabled],
  fieldset[disabled] .sidebar .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block; }

.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px; }
  .block-banners .banner-item-content img,
  .block-banners-inline .banner-item-content img {
    display: block;
    margin: 0 auto; }

.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px; }

.block-product-link-inline.widget {
  margin: 0; }

.block.widget .product-item-info {
  width: auto; }

.block.widget .pager {
  padding: 0; }
  .block.widget .pager .toolbar-amount {
    float: none;
    font-size: 1.2rem; }
  .block.widget .pager .pages-item-previous {
    padding-left: 0; }
  .block.widget .pager .pages-item-next {
    position: relative; }
  .block.widget .pager .items {
    white-space: nowrap; }

@media only screen and (min-width: 640px) {
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 100% / 3; } }

@media only screen and (min-width: 768px) {
  .block.widget .products-grid .product-item {
    width: 100% / 3; }
    .sidebar .block.widget .products-grid .product-item {
      margin-left: 0;
      width: 100%; }
      .sidebar .block.widget .products-grid .product-item .actions-secondary {
        display: block;
        padding: 10px 0; }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 100% / 4; }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 100% / 2; } }

@media only screen and (min-width: 1024px) {
  .block.widget .products-grid .product-item {
    width: 100% / 5; }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 5 * (100% / 6)) / 4);
    width: 100% / 6; }
    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
      margin-left: calc((100% - 5 * (100% / 6)) / 4); }
    .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
      margin-left: 0; }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 100% / 4; }
  .block.widget .products-grid .product-items {
    margin: 0; }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%; }
    .block.widget .products-grid .product-item:nth-child(4n + 1) {
      margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0; }
    .sidebar .block.widget .pager .pages-item-next .action {
      margin: 0; } }

.columns .block-event {
  position: relative;
  z-index: 2; }

.block-event .block-content {
  position: relative; }
  .block-event .block-content > .action {
    cursor: pointer;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    z-index: 3; }
    .block-event .block-content > .action.backward, .block-event .block-content > .action.forward {
      opacity: 0.5;
      overflow: hidden;
      width: 20px;
      display: inline-block;
      text-decoration: none; }
      .block-event .block-content > .action.backward > span, .block-event .block-content > .action.forward > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 55px;
        line-height: 30px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
        margin-left: -15px; }
    .block-event .block-content > .action.backward {
      left: 0; }
    .block-event .block-content > .action.forward {
      right: 0; }
      .block-event .block-content > .action.forward:before {
        content: ""; }
      .block-event .block-content > .action.forward:before {
        margin-left: -20px; }
    .block-event .block-content > .action.inactive {
      cursor: default;
      display: none; }
    .block-event .block-content > .action:hover {
      opacity: 1; }

.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .block-event .slider-panel .slider {
    white-space: nowrap; }
    .block-event .slider-panel .slider .item {
      background: #f0f0f0;
      display: inline-block;
      text-align: center;
      vertical-align: top;
      white-space: normal;
      width: 16.35%; }
      .sidebar-main .block-event .slider-panel .slider .item,
      .sidebar-additional .block-event .slider-panel .slider .item {
        width: 100%; }
      .block-event .slider-panel .slider .item img {
        max-width: 100%; }
      .block-event .slider-panel .slider .item .category-name {
        display: inline-block;
        font-size: 1.8rem;
        padding: 15px 5px 0;
        word-break: break-all; }
      .block-event .slider-panel .slider .item .ticker {
        margin: 0;
        padding: 0;
        list-style: none none; }
        .block-event .slider-panel .slider .item .ticker li {
          display: none;
          margin: 0 5px; }
        .block-event .slider-panel .slider .item .ticker .value {
          font-size: 2.6rem;
          font-weight: 300; }
        .block-event .slider-panel .slider .item .ticker .label {
          display: block;
          font-size: 1.3rem; }
      .block-event .slider-panel .slider .item .dates {
        font-weight: 300; }
        .block-event .slider-panel .slider .item .dates .start,
        .block-event .slider-panel .slider .item .dates .end,
        .block-event .slider-panel .slider .item .dates .date {
          display: block; }
        .block-event .slider-panel .slider .item .dates .start:after {
          font-size: 1.8rem;
          content: '\2013';
          display: block; }
        .block-event .slider-panel .slider .item .dates .date {
          font-size: 1.8rem;
          font-weight: 300; }
        .block-event .slider-panel .slider .item .dates .time {
          font-size: 1.3rem; }
      .block-event .slider-panel .slider .item .box-event .box-content {
        padding: 5px 0 10px; }
      .block-event .slider-panel .slider .item .box-event .box-title {
        display: block;
        font-weight: 300;
        margin: 10px 0 0; }
      .block-event .slider-panel .slider .item .action.show {
        display: block;
        padding: 0; }
        .block-event .slider-panel .slider .item .action.show .category.name {
          display: inline-block;
          padding: 30px 10px 0; }
        .block-event .slider-panel .slider .item .action.show img {
          display: block; }
      .block-event .slider-panel .slider .item .action.event {
        background-image: none;
        background: #e20613;
        border: 1px solid #e20613;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "uniformrd-md-webfont", sans-serif;
        font-weight: 500;
        padding: 15px 30px;
        font-size: 1.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        margin-top: 15px; }
        .block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active {
          background: #fff;
          border: 1px solid #e20613;
          color: #e20613; }
        .block-event .slider-panel .slider .item .action.event:hover {
          background: #fff;
          border: 1px solid #e20613;
          color: #e20613; }
        .block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled],
        fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
        .block-event .slider-panel .slider .item .action.event:hover {
          text-decoration: none; }

.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px; }
  .links .block-static-block.widget, .links
  .block-cms-link.widget {
    margin-bottom: 0; }

.block-cms-link-inline.widget {
  margin: 0; }

.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0; }

.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px; }

.block-cms-hierarchy-link-inline.widget {
  margin: 0; }

/*# sourceMappingURL=styles.css.map */
