@charset "UTF-8";
/* Withcar v2 */
/* Colors, settings, typography */
/* Mixins */
/* red Shadow */
@-moz-keyframes red {
  0%, 100% {
    filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 15px #E74816) drop-shadow(0 0 20px #E74816); }
  50% {
    filter: drop-shadow(0 0 20px #fff) drop-shadow(0 0 25px #E74816) drop-shadow(0 0 40px #E74816); } }
@-webkit-keyframes red {
  0%, 100% {
    filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 15px #E74816) drop-shadow(0 0 20px #E74816); }
  50% {
    filter: drop-shadow(0 0 20px #fff) drop-shadow(0 0 25px #E74816) drop-shadow(0 0 40px #E74816); } }
@-o-keyframes red {
  0%, 100% {
    filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 15px #E74816) drop-shadow(0 0 20px #E74816); }
  50% {
    filter: drop-shadow(0 0 20px #fff) drop-shadow(0 0 25px #E74816) drop-shadow(0 0 40px #E74816); } }
@keyframes red {
  0%, 100% {
    filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 15px #E74816) drop-shadow(0 0 20px #E74816); }
  50% {
    filter: drop-shadow(0 0 20px #fff) drop-shadow(0 0 25px #E74816) drop-shadow(0 0 40px #E74816); } }
/* Icons */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?ato9pu");
  src: url("fonts/icomoon.eot?ato9pu#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ato9pu") format("truetype"), url("fonts/icomoon.woff?ato9pu") format("woff"), url("fonts/icomoon.svg?ato9pu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: 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-information1:before {
  content: "\e914";
  color: #c2c2c2; }

.icon-5x:before {
  content: "\e914";
  color: #e74816; }

.icon-video-yt:before {
  content: "\e912";
  color: #e74816; }

.icon-video-control-play1:before {
  content: "\e913";
  color: #e74816; }

.icon-arrow-straight-right:before {
  content: "\e927";
  color: #e74816; }

.icon-arrow-straight-left:before {
  content: "\e928";
  color: #c2c2c2; }

.icon-arrow-curved-right:before {
  content: "\e929";
  color: #e74816; }

.icon-arrow-curved-left:before {
  content: "\e92a";
  color: #e74816; }

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

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

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

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

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

.icon-box:before {
  content: "\e915";
  color: #868686; }

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

.icon-arrow-left-1:before {
  content: "\e900"; }

.icon-arrow-right-1:before {
  content: "\e901"; }

.icon-check-circle-2:before {
  content: "\e902"; }

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

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

.icon-list-bullets-3:before {
  content: "\e905"; }

.icon-lock-unlock-2:before {
  content: "\e906"; }

.icon-operator-male:before {
  content: "\e907"; }

.icon-places-home-2:before {
  content: "\e908"; }

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

.icon-shopping-cart-2:before {
  content: "\e90a"; }

.icon-video-control-play:before {
  content: "\e90b"; }

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

/* Default styles */

@media (max-height: 800px) and (min-width: 990px) {
  .catalog-category-view .page-content .logos img {
   margin-bottom: 0; }
  .catalog-category-view .arrow-container.arrow-margin {
    margin-bottom: 25px; }
    .catalog-category-view .arrow-container.arrow-margin .icon {
      left: 170px;
      top: 7px; }
  .catalog-category-view .page-content.page-content-bg .uk-background-cover {
    padding-top: 25px; }
  .catalog-category-view .page-content.page-content-bg p {
    line-height: 1.5; } }
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove _all_ animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-play-state: paused !important;
    transition: none !important;
    scroll-behavior: auto !important; } }
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none; }

* {
  font-family: "Montserrat", sans-serif !important; }

body {
  background-color: #FAFAFA;
  overflow-x: hidden; }

/* Heading */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span {
    color: #E74816; }

p {
  font-size: 14px;
  line-height: 20px; }

p.small {
  font-size: 12px !important;
  line-height: 20px !important; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

.heading-primary h3,
.heading-primary h6 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0; }
  @media (max-width: 639px) {
    .heading-primary h3,
    .heading-primary h6 {
      text-align: center; } }
.heading-primary h3 {
  font-size: 28px;
  line-height: 40px;
  font-style: italic; }
.heading-primary h6 {
  font-size: 14px;
  line-height: 24px;
  color: rgba(13, 13, 13, 0.5);
  margin-bottom: 10px; }
.heading-primary.heading-big-bg h2 {
  color: rgba(13, 13, 13, 0.03);
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0; }
  @media (max-width: 639px) {
    .heading-primary.heading-big-bg h2 {
      font-size: 50px; } }

.heading-secondary h3 {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase; }

.uk-breadcrumb > * > * {
  font-size: 12px; }

.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  margin: 0 5px;
  font-size: 12px; }

.icon {
  margin-right: 10px; }

.icon-cart:before {
  display: block;
  content: ' ';
  background-image: url("../images/icons/cart-off.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px; }
.icon-cart:hover:before {
  display: block;
  content: ' ';
  background-image: url("../images/icons/cart-on.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px; }

.icon.icon-shipping-truck:before {
  display: inline-block;
  transform: scaleX(-1); }

a {
  color: #0D0D0D; }
  a:hover {
    text-decoration: none;
    color: #E74816; }

a.or {
  color: #E74816;
  text-decoration: underline; }
  a.or:hover {
    color: #E74816;
    text-decoration: none; }

.hideextra {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Colors */
.green {
  color: #34CB49; }

.blue {
  color: #1875F0; }

.orange {
  color: #E74816; }

.red {
  color: #FF3636; }

.light-3 {
  color: #868686; }

/* Fonts */
.bold {
  font-weight: 700 !important; }

/* No Display */
.no-display {
  display: none; }

.toolbar-bottom {
  display: none; }

/* Buttons */
.button {
  font-size: 12px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: 1px solid #E74816;
  background-color: #E74816;
  color: #FFFFFF;
  border-radius: 8px;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 5px;
  cursor: pointer;
  /* Adds margin */ }
  @media (max-width: 639px) {
    .button {
      width: 100%;
      margin: 5px 0; } }
  .button:hover {
    color: #FFFFFF;
    background-color: rgba(231, 72, 22, 0.85);
    border: 1px solid rgba(231, 72, 22, 0.85); }
  .button.button-hero {
    line-height: 81px;
    height: 81px;
    border-radius: 0 8px 8px 0;
    margin: 0;
    padding-left: 50px; }
    .button.button-hero.button-hero-nr {
      border-radius: 0; }
    @media (max-width: 639px) {
      .button.button-hero {
        line-height: 50px;
        height: 50px;
        border-radius: 8px; } }
  .button.white {
    background-color: #FFFFFF;
    color: #E74816; }
    .button.white:hover {
      background-color: #E74816;
      color: #FFFFFF; }
  .button.green {
    background: #34CB49;
    border: 1px solid #34CB49; }
    .button.green:hover {
      background-color: rgba(52, 203, 73, 0.85); }
  .button.bolder {
    text-transform: uppercase;
    border-width: 2px; }
  .button.red-border {
    background-color: transparent;
    border-width: 2px;
    color: #E74816; }
    .button.red-border:hover {
      background-color: #E74816;
      color: #FFFFFF; }
  .button.small {
    font-size: 12px;
    padding: 0 15px !important;
    font-weight: 600;
    line-height: 32px;
    text-transform: none; }
  .button.uk-disabled {
    background-color: rgba(13, 13, 13, 0.25);
    border: 2px solid transparent; }
  .button.full-width {
    width: 100%; }
  .button.margin {
    margin: 0 10px; }
    @media (max-width: 639px) {
      .button.margin {
        margin: 5px 0; } }

/*  Borders */
.border-bold {
  border-top: 8px solid #E74816; }

/* Lists */
ul.inline {
  list-style-type: none; }
  ul.inline li {
    padding-left: 0;
    display: inline;
    padding-right: 20px !important; }
    ul.inline li:last-child {
      padding-right: 0 !important; }

/* Modals */
.uk-modal-dialog {
  border-radius: 4px; }

/* Pills */
.pill {
  font-size: 10px;
  font-weight: 900;
  color: #FFFFFF;
  background-color: #0D0D0D;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  padding: 5px 10px;
  border-radius: 4px; }

  .pill.yellow
  {
    background-color: #ffe001;
    color: #000000 !important;
  }

  .pill.blue {
    background-color: #1875F0; }
  .pill.green {
    background-color: #34CB49; }
  .pill.orange {
    background-color: #E74816; }

.pills-transparent .pill {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
  padding: 0 8px;
  margin-right: 5px; }
  @media (max-width: 959px) {
    .pills-transparent .pill {
      font-size: 10px;
      padding: 0 5px;
      font-weight: 700; } }
  .pills-transparent .pill.blue {
    color: #FFFFFF;
    background-color: #1875F0;
    border: 1px solid #1875F0; }
  .pills-transparent .pill.orange {
    color: #FFFFFF;
    background-color: #E74816;
    border: 1px solid #E74816; }
  .pills-transparent .pill.orange-2 {
    color: #FFFFFF;
    background-color: #ec8c10;
    border: 1px solid #ec8c10; }
  .pills-transparent .pill.green {
    color: #FFFFFF;
    background-color: #34CB49;
    border: 1px solid #34CB49; }

/* Overlay */
.has-overlay::after {
  content: '';
  display: block;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }

/* Help */
.help .icon {
  margin-right: 10px;
  font-size: 30px; }
.help .text {
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  color: rgba(13, 13, 13, 0.5);
  float: right; }
  .help .text .bold {
    font-size: 14px;
    color: #0D0D0D;
    display: block; }

/* Forms */
label.uk-form-label {
  color: rgba(13, 13, 13, 0.5);
  font-size: 12px;
  line-height: 10px;
  font-weight: 500; }

label.multiline input.uk-checkbox {
  float: left;
  margin-top: 2px; }
label.multiline span {
  margin-left: 25px;
  margin-top: 0;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #0D0D0D;
  font-weight: 600;
  cursor: pointer; }
  label.multiline span.error-form {
    color: #FF3636; }

.uk-input::placeholder {
  color: rgba(13, 13, 13, 0.25) !important; }

input.uk-input {
  font-size: 14px;
  height: 50px;
  border: 1px solid rgba(13, 13, 13, 0.25);
  border-radius: 4px;
  padding-left: 15px; }
  input.uk-input ::-webkit-input-placeholder {
    color: rgba(13, 13, 13, 0.25) !important; }
  input.uk-input :-ms-input-placeholder {
    color: rgba(13, 13, 13, 0.25) !important; }
  input.uk-input ::placeholder {
    color: rgba(13, 13, 13, 0.25) !important; }
  input.uk-input:focus {
    border: 1px solid #C2C2C2; }
  input.uk-input.error-form, input.uk-input.validation-failed {
    border: 1px solid #FF3636; }

textarea.uk-textarea {
  font-size: 14px;
  border: 1px solid rgba(13, 13, 13, 0.25);
  border-radius: 4px;
  padding: 15px;
  height: 200px; }
  textarea.uk-textarea:focus {
    border: 1px solid #C2C2C2; }
  textarea.uk-textarea.error-form, textarea.uk-textarea.validation-failed {
    border: 1px solid #FF3636; }

input.uk-checkbox,
input.uk-radio {
  width: 16px;
  height: 16px;
  border: 1px solid #0D0D0D;
  border-radius: 4px;
  opacity: 0.25;
  margin: -2px 5px 0 0; }
  input.uk-checkbox:hover,
  input.uk-radio:hover {
    background-color: #E74816;
    border: 1px solid #E74816; }
  input.uk-checkbox:focus,
  input.uk-radio:focus {
    background-color: transparent;
    border: 1px solid #0D0D0D;
    opacity: 0.25; }
  input.uk-checkbox:checked, input.uk-checkbox:checked:focus,
  input.uk-radio:checked,
  input.uk-radio:checked:focus {
    background-color: #E74816;
    opacity: 1;
    border: 1px solid #E74816; }

input.uk-radio {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  opacity: 0.25; }

.select {
  display: inline-block; }
  @media (max-width: 639px) {
    .select {
      display: block; } }
  .select button {
    height: 60px;
    width: 365px;
    border: 2px solid #F0F0F0;
    border-radius: 8px;
    padding: 0 25px;
    text-align: left; }
    @media (max-width: 639px) {
      .select button {
        width: 100%; } }
  .select .uk-icon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%); }
  .select.wide {
    width: 100%; }
    .select.wide button {
      width: 100%;
      background-color: #FFFFFF; }

select[disabled] {
  background-color: blue; }

.error-msg,
.validation-advice {
  display: block;
  color: #FF3636;
  font-weight: 600;
  font-size: 10px;
  margin-top: 5px;
  text-align: right;
  text-transform: none; }

.container-form-error,
.messages {
  color: #FF3636;
  min-height: 50px;
  border-radius: 8px;
  background-color: rgba(255, 54, 54, 0.2);
  position: relative;
  margin-bottom: 15px; }
  .container-form-error .icon,
  .messages .icon {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    background-color: #FF3636;
    width: 50px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center; }
  .container-form-error .text,
  .messages .text {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600; }
  .container-form-error button.close,
  .messages button.close {
    position: absolute;
    right: 10px;
    top: 10px; }
  .container-form-error ul,
  .messages ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none; }
  .container-form-error.no-margin,
  .messages.no-margin {
    margin: -30px -30px 20px -30px;
    border-bottom-right-radius: 0; }
    @media (max-width: 959px) {
      .container-form-error.no-margin,
      .messages.no-margin {
        margin: -10px -10px 10px -10px; } }
    .container-form-error.no-margin .icon,
    .messages.no-margin .icon {
      border-bottom-left-radius: 0; }

.alert-success {
  color: #14b411;
  min-height: 50px;
  border-radius: 8px;
  background-color: rgba(52, 203, 73, 0.05);
  position: relative;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  margin-bottom: 20px;
  box-sizing: border-box; }
  .alert-success ul {
    margin: 0 auto;
    padding-left: 0;
    list-style-type: none; }
  .alert-success span {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600; }

/* Number of product -+ */
.product-num {
  display: inline-block;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  padding: 2px; }
  .product-num input {
    height: 42px;
    width: 24px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.75px;
    font-weight: 700;
    text-align: center;
    border: 0;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .product-num input[type='text'] {
    border-left: 0;
    border-right: 0; }
  .product-num input[type='button'] {
    background-color: #FFFFFF;
    color: #868686;
    cursor: pointer; }
    .product-num input[type='button']::-moz-focus-inner {
      border: 0; }

/* Slidenav */
.uk-slidenav.boxed {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(0, 0, 0, 0.7);
  padding: 20px 20px;
  z-index: 2; }
  .uk-slidenav.boxed svg {
    color: #0D0D0D; }
  .uk-slidenav.boxed:hover {
    color: #E74816; }
  .uk-slidenav.boxed:focus, .uk-slidenav.boxed:active {
    color: #E74816; }

.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.7);
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.uk-lightbox-toolbar-icon.uk-close svg {
  width: 30px; }

/* Rating */
.rating span:first-child {
  /*
font-size:12px;
font-weight: $semibold;
float:left;
padding-right:5px;
*/ }
.rating .ratings span {
  float: left;
  margin-right: 5px;
  font-weight: 600;
  color: #0D0D0D;
  font-size: 12px; }
.rating span.uk-icon {
  margin-top: -3px; }
  .rating span.uk-icon svg {
    margin-top: -3px; }
    .rating span.uk-icon svg polygon {
      fill: rgba(13, 13, 13, 0.5);
      stroke: none !important;
      height: 12px; }
    @media (max-width: 639px) {
      .rating span.uk-icon svg {
        width: 12px;
        height: 12px; } }
  .rating span.uk-icon.fill svg polygon {
    fill: #ffc627; }
.rating progress {
  background-color: #F9AD3D; }
.rating progress::-moz-progress-bar {
  background: #fff; }
.rating ::-webkit-progress-value {
  background-color: #F9AD3D !important; }

/* Container border */
.container-border {
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 40px; }
  @media (max-width: 959px) {
    .container-border {
      padding: 10px; } }
  .container-border.small,
  .container-border .small {
    padding: 30px; }
    @media (max-width: 959px) {
      .container-border.small,
      .container-border .small {
        padding: 10px; } }

/* Responsive video */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .video-container .video, .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Pagination */
.pagination ul.uk-pagination {
  list-style-type: none !important;
  margin-left: 0;
  margin-bottom: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05); }
  .pagination ul.uk-pagination > * {
    padding-left: 0; }
  .pagination ul.uk-pagination .uk-active li {
    color: #E74816; }
  .pagination ul.uk-pagination li {
    padding: 15px 25px 15px 25px !important;
    border-left: 2px solid #F0F0F0;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px; }
    .pagination ul.uk-pagination li:hover, .pagination ul.uk-pagination li:hover .uk-icon svg {
      color: #0D0D0D; }
    .pagination ul.uk-pagination li:first-child {
      font-size: 12px; }
      .pagination ul.uk-pagination li:first-child a {
        color: #0D0D0D; }
    .pagination ul.uk-pagination li:last-child {
      font-size: 12px; }
      .pagination ul.uk-pagination li:last-child a {
        color: #0D0D0D; }
    .pagination ul.uk-pagination li .uk-icon svg {
      width: 30px;
      color: #C2C2C2; }
@media (max-width: 959px) {
  .pagination .uk-float-left {
    float: none;
    text-align: center; } }
@media (max-width: 959px) {
  .pagination .uk-float-right {
    float: none;
    text-align: center; } }
.pagination small {
  font-size: 12px;
  font-weight: 500;
  line-height: 60px !important; }

/* Search */
.search {
  width: 400px; }
  .search form {
    display: flex;
    flex-direction: row;
    padding: 0;
    height: 40px; }
  .search input {
    flex-grow: 2;
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
    border-right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #0D0D0D;
    font-size: 12px;
    padding: 0 15px;
    height: auto; }
  .search input:focus {
    outline: none;
    background-color: #FFFFFF !important;
    color: #0D0D0D !important; }
  .search ::-webkit-input-placeholder {
    color: rgba(13, 13, 13, 0.25) !important; }
  .search :-ms-input-placeholder {
    color: rgba(13, 13, 13, 0.25) !important; }
  .search ::placeholder {
    color: rgba(13, 13, 13, 0.25) !important; }
  .search button {
    background: #0D0D0D;
    color: #FFFFFF;
    border-top: 1px solid #0D0D0D;
    border-right: 1px solid #0D0D0D;
    border-left: 1px solid #0D0D0D;
    border-bottom: 1px solid #0D0D0D;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
    .search button:hover {
      background-color: rgba(13, 13, 13, 0.85);
      color: #FFFFFF; }
  .search.orange {
    margin: 0 auto; }
    .search.orange input {
      border: none;
      background-color: #FFFFFF;
      color: #0D0D0D; }
    .search.orange button {
      font-size: 14px;
      text-transform: none;
      background-color: #E74816;
      border: none;
      color: #FFFFFF;
      padding: 0 40px; }
      .search.orange button:hover {
        background-color: rgba(231, 72, 22, 0.85);
        color: #FFFFFF; }
      .search.orange button:focus, .search.orange button:active {
        background-color: #E74816;
        color: #FFFFFF; }

/* Modal */
.modal,
#j2t_ajax_confirm_wrapper {
  border-radius: 8px; }
  .modal h2.uk-modal-title,
  #j2t_ajax_confirm_wrapper h2.uk-modal-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 0; }
  .modal .mini-message span.icon,
  #j2t_ajax_confirm_wrapper .mini-message span.icon {
    font-size: 35px;
    margin-right: 10px;
    font-weight: 400; }
  .modal .mini-message span,
  #j2t_ajax_confirm_wrapper .mini-message span {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600; }
    .modal .mini-message span a,
    #j2t_ajax_confirm_wrapper .mini-message span a {
      color: #E74816;
      text-decoration: underline; }
      .modal .mini-message span a:hover,
      #j2t_ajax_confirm_wrapper .mini-message span a:hover {
        text-decoration: none; }

/* Accordion */
.uk-accordion li {
  padding-bottom: 15px;
  border-bottom: 1px solid #F0F0F0; }
  .uk-accordion li:first-child {
    padding-top: 30px; }

.uk-accordion-title::before,
.uk-open > .uk-accordion-title::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.4em;
  height: 1.4em;
  margin-left: 0;
  float: left;
  margin-right: 20px;
  background-position: 50% 50%;
  background-image: none; }

.uk-accordion-title::before {
  content: '\e90f' !important; 
  left: 17px;
  top: 3px;
}
  @media screen and (max-width: 375px) {
    .uk-accordion-title::before {
      height: 50px; } }
  @media screen and (max-width: 320px) {
    .uk-accordion-title::before {
      height: 60px; } }

.uk-open > .uk-accordion-title::before {
  content: '\e90f' !important; 
  position: absolute;
  left: 17px;
  top: 3px; }

a.uk-accordion-title {
  padding: 0 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500; }

.uk-accordion-content {
  padding: 0 15px; }
  .uk-accordion-content .customer-info strong {
    line-height: 30px; }

/* Progress */
progress {
  background-color: #E74816; }

progress::-moz-progress-bar {
  background: #fff; }

::-webkit-progress-value {
  background-color: #E74816 !important; }

/* Rating box */
.rating-total.rating {
  margin-top: 24px; }

.product-main-copy .rating {
  padding-left: 0; }
  .product-main-copy .rating .ratings {
    margin-top: 6px; }
    .product-main-copy .rating .ratings span {
      margin-right: 9px; }
  .product-main-copy .rating .amount {
    color: rgba(13, 13, 13, 0.5);
    padding-left: 6px; }

.product-grid .rating {
  padding-left: 15px; }

.rating-box {
  float: left;
  position: relative;
  width: 81px;
  height: 16px;
  margin: 0 5px 3px 0;
  background: url(../es_active_review_stars/star.png) repeat-x; }

.rating-box .rating {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  background: url(../es_active_review_stars/star.png) 0 -33px repeat-x;
  padding-left: 0; }

div.star-rating,
div.star-rating a {
  background: url(../es_active_review_stars/star.png) no-repeat 0 0px; }

/* Icons */
.check {
  color: #FFFFFF;
  background-color: #34CB49;
  padding: 10px;
  border-radius: 100%; }
  .check.transparent {
    color: #34CB49;
    background-color: transparent;
    border: 2px solid #34CB49; }

/* Switcher basic */
@media (max-width: 639px) {
  .uk-subnav > * {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0; } }

/* Switcher */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: 0 0;
  color: #0D0D0D; }

.uk-subnav > * > :first-child {
  display: block;
  color: #0D0D0D;
  font-size: 14px;
  text-transform: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

.uk-subnav-pill > li > a {
  border-bottom: 4px solid transparent;
  font-weight: 600; }

.uk-subnav-pill > li.uk-active > a {
  background-color: transparent;
  color: #0D0D0D;
  border-bottom: 4px solid #E74816; }

.uk-subnav-pill > * > a:focus,
.uk-subnav-pill > * > a:hover {
  background-color: transparent;
  color: #E74816;
  border-bottom: 4px solid #E74816; }

/* Badge discounts */
.badge-discount {
  position: relative; }
  .badge-discount span {
    position: absolute; }
  .badge-discount.large span {
    font-size: 56px;
    font-weight: #0D0D0D;
    color: #FFFFFF;
    line-height: 1;
    display: block; }
    .badge-discount.large span small {
      display: block;
      font-size: 14px;
      font-weight: 700; }

/* Arrow container */
.arrow-container {
  position: relative;
  padding-bottom: 20px;
  display: inline-block; }
  .arrow-container.arrow-margin {
    margin-bottom: 45px; }
    @media (max-width: 639px) {
      .arrow-container.arrow-margin {
        margin-bottom: 60px; } }
  .arrow-container .select-car {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-top: 0;
    color: #FFFFFF;
    font-style: italic;
    text-transform: uppercase; }
  .arrow-container .icon {
    position: absolute;
    left: 160px; }
    .arrow-container .icon:before {
      display: inline-block;
      transform: scaleX(-1);
      font-size: 50px !important; }
  .arrow-container__center {
    display: inline-block;
    text-align: right;
    margin-bottom: 60px !important; }
    .arrow-container__center .icon {
      left: auto;
      right: auto;
      margin-top: 0;
      margin-right: -30px; }
    .arrow-container__center .select-car {
      margin-top: 0; }

.banner-pod-artikli {
  border-top: 0;
  margin-bottom: 40px; }
  .banner-pod-artikli p {
    color: rgba(13, 13, 13, 0.5);
    font-size: 12px;
    line-height: 24px;
    font-weight: 600; }

.loader {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100px; }
  .loader svg {
    color: #E74816; }
  @media (max-width: 639px) {
    .loader {
      top: 80px; } }

.configurator-choices .loader {
  position: relative;
  top: auto;
  left: auto;
  transform: none; }

.uk-alert {
  position: fixed;
  z-index: 9999;
  top: 300px;
  right: 10px;
  width: 360px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box; }
  @media (max-width: 639px) {
    .uk-alert {
      bottom: 0;
      top: auto;
      right: auto;
      width: 100%;
      border-radius: 0; } }
  .uk-alert img {
    padding-right: 15px; }
  .uk-alert h3 {
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0; }
  .uk-alert p {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
    color: rgba(13, 13, 13, 0.5);
    margin-bottom: 0; }
  .uk-alert .uk-close {
    color: rgba(13, 13, 13, 0.5); }

body.cms-index-index .std {
  display: none; }

.bg-blank {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #FAFAFA;
  z-index: 1; }

.uk-slidenav svg {
  display: none; }

.block.block-currency {
  display: none; }

/* Lightbox style + slidenav */
.uk-lightbox {
  background: rgba(13, 13, 13, 0.8); }
  .uk-lightbox .uk-slidenav {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px; }
    .uk-lightbox .uk-slidenav:hover {
      color: #FFFFFF; }
  .uk-lightbox .uk-slidenav-previous:before {
    content: '\e90e'; }
  .uk-lightbox .uk-slidenav-next:before {
    content: '\e90d'; }

.uk-tooltip {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  background: #0D0D0D;
  color: #FFFFFF;
  text-align: left;
  padding: 7px 10px;
  border-radius: 4px;
  text-align: center;
  width: 230px; }

/* Full width container inside uk-container */
.page-content .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

/* Video icon*/
img.video-icon {
  width: 100px;
  height: 100px;
  opacity: 1; }
  @media (max-width: 639px) {
    img.video-icon {
      width: 50px;
      height: 50px; } }
  img.video-icon:hover {
    opacity: 0.8; }

/* TEMP */
/*
.category-gumi-tepihi .featured-categories {
  display:none;
}
*/
.ms3-reclamations-index-index select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  text-indent: 1px;
  text-overflow: ''; }
  .ms3-reclamations-index-index select option {
    font-size: 14px; }
.ms3-reclamations-index-index select:after {
  color: #888;
  padding: 12px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  text-align: center;
  pointer-events: none; }

.uk-accordion > :nth-child(n+2) {
  padding-top: 20px;
  margin-top: 0; }

.uk-accordion li:first-child {
  padding-top: 20px; }

/* Header */
header .help .icon,
header .cart .icon {
  margin-right: 10px;
  font-size: 30px; }
header .help .text,
header .cart .text {
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  color: rgba(13, 13, 13, 0.5);
  float: right;
  white-space: nowrap; }
  header .help .text .bold,
  header .cart .text .bold {
    font-size: 14px;
    color: #0D0D0D; }
header .help img {
  height: 27px;
  padding-right: 10px; }
header .cart .has-products .icon {
  color: #E74816; }
  header .cart .has-products .icon:before {
    animation: red 1s ease-in-out infinite alternate; }
header .cart a {
  display: block; }
header .cart .icon {
  position: relative; }
  header .cart .icon:before {
    display: inline-block;
    transform: scaleX(-1); }
  header .cart .icon span {
    position: absolute;
    right: -5px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    background-color: #E74816;
    color: #FFFFFF; }
header .cart .uk-dropdown {
  width: 538px;
  border-radius: 2px 2px 8px 8px; }
  @media (max-width: 639px) {
    header .cart .uk-dropdown {
      width: auto; } }
  header .cart .uk-dropdown h3 {
    font-size: 18px;
    font-weight: 700; }

header.desktop .upper {
  background: #0D0D0D;
  color: #C2C2C2;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(180deg, #000 50%, #ffffff 50%); }
  header.desktop .upper a {
    color: #C2C2C2; }
    header.desktop .upper a:hover {
      color: #E74816; }
  header.desktop .upper .social {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px; }
    header.desktop .upper .social a {
      color: #E74816; }
      header.desktop .upper .social a:hover {
        color: rgba(231, 72, 22, 0.8); }
    header.desktop .upper .social .icon {
      margin-right: 10px; }
      header.desktop .upper .social .icon svg {
        height: 15px; }
  header.desktop .upper .slider-mini {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: -webkit-linear-gradient(-135deg, #000 94%, #ffffff 94%);
         /*@include large {
				background-image: -webkit-linear-gradient(-135deg, #000 91%, #FFFFFF 91%);
			}*/ }
    header.desktop .upper .slider-mini span {
      text-transform: uppercase; }
      header.desktop .upper .slider-mini span strong {
        font-weight: 700; }
    header.desktop .upper .slider-mini .uk-position-small svg {
      width: 9px; }
    header.desktop .upper .slider-mini .uk-slider {
      width: 100%; }
  header.desktop .upper .featured {
    padding-top: 10px;
    padding-bottom: 10px; }
    header.desktop .upper .featured .icon {
      font-size: 20px; }
  header.desktop .upper .account {
    padding-top: 10px;
    padding-bottom: 10px; }
    header.desktop .upper .account .icon {
      font-size: 20px; }
    header.desktop .upper .account .uk-dropdown {
      border-radius: 2px 2px 8px 8px; }
      header.desktop .upper .account .uk-dropdown a {
        display: block;
        color: #0D0D0D;
        text-transform: none;
        font-weight: 600;
        font-size: 14px;
        line-height: 34px; }
        header.desktop .upper .account .uk-dropdown a:hover {
          color: #E74816; }
header.desktop .middle {
  background: #FFFFFF;
  color: #0D0D0D;
  font-size: 12px;
  font-weight: 600;
  padding: 20px 0; }
  header.desktop .middle .uk-table tr {
    border-top: 2px solid #F0F0F0 !important; }
  header.desktop .middle .uk-table td {
    padding: 20px 20px 20px 0;
    vertical-align: middle; }
    @media (max-width: 639px) {
      header.desktop .middle .uk-table td {
        padding: 10px 10px 10px 0; } }
    header.desktop .middle .uk-table td:last-child {
      padding-right: 0; }
    header.desktop .middle .uk-table td .image {
      box-sizing: border-box;
      width: 92px;
      height: 82px;
      border: 2px solid #F0F0F0;
      border-radius: 6px; }
      @media (max-width: 639px) {
        header.desktop .middle .uk-table td .image {
          width: 40px;
          height: 35px; } }
    header.desktop .middle .uk-table td .title {
      font-size: 12px;
      line-height: 20px;
      font-weight: 600; }
    header.desktop .middle .uk-table td .model {
      font-size: 12px;
      line-height: 20px;
      font-weight: 500;
      font-style: italic;
      display: block;
      margin-top: 10px; }
      header.desktop .middle .uk-table td .model a {
        color: #868686; }
    header.desktop .middle .uk-table td .quantity {
      font-size: 14px;
      font-weight: 500; }
    header.desktop .middle .uk-table td .amount {
      font-size: 14px;
      font-weight: 700; }
    header.desktop .middle .uk-table td .delete .uk-icon {
      width: 14px; }
  header.desktop .middle .logo img {
    width: 250px; }
header.desktop .bottom {
  background-color: #F0F0F0; }
  header.desktop .bottom ul.main-nav {
    width: 100%;
    color: #0D0D0D;
    padding-left: 0;
    margin-bottom: 0; }
    header.desktop .bottom ul.main-nav li {
      display: inline-block;
      list-style-type: none; }
      header.desktop .bottom ul.main-nav li.category-expand {
        background-color: #0D0D0D;
        color: #FFFFFF; }
        header.desktop .bottom ul.main-nav li.category-expand a {
          color: #FFFFFF;
          padding-right: 40px; }
          header.desktop .bottom ul.main-nav li.category-expand a:hover {
            color: #FFFFFF; }
      header.desktop .bottom ul.main-nav li a {
        display: block;
        font-size: 12px;
        font-weight: 700;
        padding: 14px 15px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #0D0D0D; }
        header.desktop .bottom ul.main-nav li a:hover {
          color: #E74816; }
        @media (max-width: 1199px) {
          header.desktop .bottom ul.main-nav li a {
            font-size: 11px;
            padding: 14px 10px; } }

.megamenu-container {
  display: none;
  position: absolute;
  z-index: 10; }
  .megamenu-container .menu-expand {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    text-transform: uppercase;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    transition: 0.2s 0.2s; }
    .megamenu-container .menu-expand > li {
      display: block;
      text-align: left;
      border-bottom: 1px solid #F0F0F0; }
      .megamenu-container .menu-expand > li:last-child {
        border-bottom: 0; }
      .megamenu-container .menu-expand > li > a {
        padding: 20px 15px;
        display: block; }
        .megamenu-container .menu-expand > li > a:after {
          position: absolute;
          right: 10px;
          font-family: 'icomoon' !important;
          content: '\e90d'; }
      .megamenu-container .menu-expand > li:hover .megadrop {
        opacity: 1;
        visibility: visible;
        margin-top: 0px; }
      .megamenu-container .menu-expand > li:hover > a {
        color: #E74816; }
    .megamenu-container .menu-expand .megadrop {
      background: #FFFFFF;
      opacity: 0;
      visibility: hidden;
      transition: 0.2s 0.2s;
      position: absolute;
      list-style: none;
      top: 0px;
      min-height: 100%;
      text-align: left;
      margin-top: 0;
      padding: 0;
      z-index: 99;
      overflow: hidden;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); }
      .megamenu-container .menu-expand .megadrop .featured-item {
        margin-bottom: 30px; }
      .megamenu-container .menu-expand .megadrop span {
        display: block;
        text-transform: none;
        margin-top: 10px; }
      .megamenu-container .menu-expand .megadrop h3 {
        color: rgba(13, 13, 13, 0.5);
        font-weight: 700;
        font-size: 14px;
        line-height: 24px; }
      .megamenu-container .menu-expand .megadrop ul {
        list-style-type: none;
        padding-left: 0; }
        .megamenu-container .menu-expand .megadrop ul li {
          color: #0D0D0D;
          font-size: 12px;
          font-weight: 700;
          letter-spacing: -0.3px;
          line-height: 15px;
          text-transform: none;
          margin-bottom: 30px; }

header.mobile {
  width: 100%;
  background-color: white;
  z-index: 999;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  header.mobile .mobile-bar {
    height: 50px; }
    header.mobile .mobile-bar .logo img {
      width: 150px; }
    header.mobile .mobile-bar .toolbar {
      line-height: 0; }
      header.mobile .mobile-bar .toolbar .uk-dropdown {
        width: 100%;
        left: 0 !important;
        top: 40px !important; }
      header.mobile .mobile-bar .toolbar .search {
        width: auto; }
        header.mobile .mobile-bar .toolbar .search .icon {
          font-size: 30px;
          margin-right: 15px; }
      header.mobile .mobile-bar .toolbar .user .icon {
        font-size: 30px;
        margin-right: 10px; }
      header.mobile .mobile-bar .toolbar .cart .uk-table tr {
        border-top: 2px solid #F0F0F0 !important; }
      header.mobile .mobile-bar .toolbar .cart .uk-table td {
        padding: 20px 20px 20px 0;
        vertical-align: middle; }
        @media (max-width: 639px) {
          header.mobile .mobile-bar .toolbar .cart .uk-table td {
            padding: 10px 10px 10px 0; } }
        header.mobile .mobile-bar .toolbar .cart .uk-table td:last-child {
          padding-right: 0; }
        header.mobile .mobile-bar .toolbar .cart .uk-table td .image {
          box-sizing: border-box;
          width: 92px;
          height: 82px;
          border: 2px solid #F0F0F0;
          border-radius: 6px; }
          @media (max-width: 639px) {
            header.mobile .mobile-bar .toolbar .cart .uk-table td .image {
              width: 40px;
              height: 35px; } }
        header.mobile .mobile-bar .toolbar .cart .uk-table td .title {
          font-size: 12px;
          line-height: 20px;
          font-weight: 600; }
        header.mobile .mobile-bar .toolbar .cart .uk-table td .model {
          font-size: 12px;
          line-height: 20px;
          font-weight: 500;
          font-style: italic;
          display: block;
          margin-top: 10px; }
          header.mobile .mobile-bar .toolbar .cart .uk-table td .model a {
            color: #868686; }
        header.mobile .mobile-bar .toolbar .cart .uk-table td .quantity {
          font-size: 14px;
          font-weight: 500; }
        header.mobile .mobile-bar .toolbar .cart .uk-table td .amount {
          font-size: 14px;
          font-weight: 700; }
        header.mobile .mobile-bar .toolbar .cart .uk-table td .delete .uk-icon {
          width: 14px; }

/*!
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
.mm,
.mm a,
.mm li,
.mm span,
.mm ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:root {
  --mm-item-height: 50px;
  --mm-item-indent: 20px;
  --mm-line-height: 24px; }

.mm-hidden {
  display: none !important; }

.mm {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  color: #444;
  background: #f3f3f3;
  line-height: 24px;
  line-height: var(--mm-line-height);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.mm {
  cursor: pointer; }

.mm:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-item-height) / 2);
  left: 20px;
  left: var(--mm-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4; }

.mm.mm--main {
  cursor: default; }

.mm.mm--main:before {
  content: none;
  display: none; }

.mm:after {
  content: attr(data-mm-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.625), 0 1px 0 0 currentColor;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.625), 0 1px 0 0 currentColor; }

.mm.mm--main:after {
  padding-left: 20px;
  padding-left: var(--mm-item-indent); }

.mm ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 50px;
  top: var(--mm-item-height);
  left: 100%;
  bottom: 0;
  width: 200%;
  padding-right: 100%;
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default; }

.mm ul:after {
  content: '';
  display: block;
  height: 50px;
  height: var(--mm-item-height); }

.mm > ul {
  left: 0; }

.mm ul.mm--open {
  left: 0; }

.mm ul.mm--parent {
  left: -100%;
  overflow-y: hidden; }

.mm li {
  position: relative;
  background: inherit;
  cursor: pointer; }

.mm li:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4; }

.mm li:after {
  content: '';
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-item-indent);
  border-top: 1px solid;
  opacity: 0.15; }

.mm a,
.mm span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-item-height) - var(--mm-line-height)) / 2) var(--mm-item-indent); }

.mm a {
  background: inherit;
  color: inherit;
  text-decoration: none; }

.mm a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-item-height)); }

.mm a:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15; }

.mm span {
  background: 0 0; }

.mm.mm--dark {
  background: #333;
  color: #ccc; }

.mm.mm--vertical:after,
.mm.mm--vertical:before {
  content: none;
  display: none; }

.mm.mm--vertical {
  overflow-y: auto; }

.mm.mm--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static; }

.mm.mm--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-item-indent); }

.mm.mm--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-item-height) / 2); }

.mm.mm--vertical ul.mm--open {
  display: block; }

.mm.mm--vertical li.mm--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0); }

.mm.mm--vertical ul ul li:last-child:after {
  content: none;
  display: none; }

:root {
  --mm-width: 80%;
  --mm-min-width: 200px;
  --mm-max-width: 440px; }

.mm-body--open {
  overflow-y: hidden;
  pointer-events: none; }

.mm {
  pointer-events: auto; }

.mm.mm--offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9995;
  width: 80%;
  width: var(--mm-width);
  min-width: 200px;
  min-width: var(--mm-min-width);
  max-width: 440px;
  max-width: var(--mm-max-width);
  -webkit-transition: bottom 0s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: bottom 0s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, bottom 0s ease 0s;
  transition: transform 0.3s ease 0s, bottom 0s ease 0s;
  transition: transform 0.3s ease 0s, bottom 0s ease 0s, -webkit-transform 0.3s ease 0s; }

.mm.mm--offcanvas:not(.mm--open) {
  bottom: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 0s, 0.6s;
  -o-transition-delay: 0s, 0.6s;
  transition-delay: 0s, 0.6s; }

.mm.mm--right {
  left: auto;
  right: 0; }

.mm.mm--right:not(.mm--open) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.mm-blocker {
  pointer-events: auto;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  top: 100%;
  z-index: 9990;
  width: 100%;
  opacity: 0;
  -webkit-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-timing-function: ease, linear;
  -o-transition-timing-function: ease, linear;
  transition-timing-function: ease, linear;
  -webkit-transition-duration: 0.45s, 0s;
  -o-transition-duration: 0.45s, 0s;
  transition-duration: 0.45s, 0s;
  -webkit-transition-delay: 0s, 0.45s;
  -o-transition-delay: 0s, 0.45s;
  transition-delay: 0s, 0.45s; }

.mm-blocker.mm--open {
  top: 0;
  z-index: 9999;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-min-width));
  opacity: 1;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s; }

.mm.mm--right {
  left: auto;
  right: 0; }

.mm.mm--right:not(.mm--open) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.mm-blocker.mm--right {
  right: auto;
  left: 0; }

.mm {
  color: #0D0D0D;
  background: #FFFFFF; }

.mm .close-menu {
  display: inline;
  height: 50px;
  line-height: 50px;
  padding-left: 10px; }
  .mm .close-menu:after {
    border-right: 0 !important; }

.mm-blocker.mm--open {
  opacity: 0; }

.mm li:after {
  margin-left: 0;
  border-top: 1px solid #F0F0F0;
  opacity: 1; }

.mm li:before {
  width: 6px;
  height: 6px;
  opacity: 1; }

.mm a,
.mm span {
  color: #0D0D0D;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

.mm .featured-item a {
  padding: 10px;
  text-align: center; }

.mm .featured-item a span {
  padding: 5px 0;
  line-height: 15px;
  text-align: center;
  text-transform: none; }

.mm li.dir:after {
  border-top: none; }
.mm li.dir a {
  color: #868686; }

.mm li.dir-featured a {
  color: #C2C2C2;
  padding: 20px 0;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0; }
  .mm li.dir-featured a span {
    color: #C2C2C2; }
  .mm li.dir-featured a .icon {
    display: inline;
    padding: 0 5px 0 20px; }

/* Footer */
section.grid-contact .logo img {
  width: 200px; }

footer {
  border-top: none; }

footer.primary, footer.secondary {
  background-color: #0D0D0D; }

footer.primary {
  border-bottom: 1px solid #868686;
  font-size: 14px; }
  footer.primary h4 {
    color: #C2C2C2;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px; }
  footer.primary ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0; }
    footer.primary ul li {
      line-height: 22px;
      padding: 5px 0; }
      footer.primary ul li a {
        color: #C2C2C2;
        font-weight: 500; }
        footer.primary ul li a:hover {
          color: #E74816; }

footer.secondary ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }
  footer.secondary ul li {
    display: inline-block;
    padding-right: 10px;
    color: #868686;
    font-size: 10px; }
    footer.secondary ul li:last-child {
      padding-right: 0; }
footer.secondary a {
  color: #C2C2C2; }
  footer.secondary a:hover {
    color: #E74816; }

/* Site */
.hero-main {
  background: rgba(13, 13, 13, 0.9);
  background-position: center; }
  .hero-main .uk-position-center {
    top: 50%;
    left: 50%;
    transform: translateY(calc(-50% - 50px)) translateX(-50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box; }
    @media (max-width: 639px) {
      .hero-main .uk-position-center {
        transform: translateY(calc(-50% - 25px)) translateX(-50%); } }
  .hero-main.hero-reuse .uk-position-center {
    transform: translateY(-50%) translateX(-50%); }
    @media (max-width: 639px) {
      .hero-main.hero-reuse .uk-position-center {
        transform: translateY(-50%) translateX(-50%); } }
  .hero-main ul.uk-slideshow-items {
    min-height: 500px !important; }
    @media (max-width: 639px) {
      .hero-main ul.uk-slideshow-items {
        min-height: 540px !important; } }

.configurator .arrow-container {
  padding-bottom: 0; }
  .configurator .arrow-container .icon {
    position: absolute;
    left: -70px;
    top: 30px; }
    @media (max-width: 959px) {
      .configurator .arrow-container .icon {
        display: none; } }
    .configurator .arrow-container .icon:before {
      transform: scaleX(1);
      font-size: 40px !important; }
.configurator h1 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 20px 0 0 0; }
  @media (max-width: 639px) {
    .configurator h1 {
      font-size: 30px; } }
.configurator h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin: 0; }
.configurator .configurator-select {
  background-color: #FFFFFF;
  display: inline-block;
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 639px) {
    .configurator .configurator-select {
      margin-top: 10px; 
      width: 100%; } }
  .configurator .configurator-select .search-wrapper {
    overflow: hidden;
    white-space: nowrap; }
    @media (max-width: 639px) {
      .configurator .configurator-select .search-wrapper {
        text-align: left; } }
  .configurator .configurator-select .select2-selection--single {
    border-left: 2px solid #F0F0F0;
    border-top: 0; }
    @media (max-width: 639px) {
      .configurator .configurator-select .select2-selection--single {
        border-radius: 8px;
        border: 2px solid #F0F0F0; } }
  .configurator .configurator-select .select2-selection {
    height: auto; }
  .configurator .configurator-select .select2-selection__arrow {
    height: 80px;
    right: 15px; }
    @media (max-width: 639px) {
      .configurator .configurator-select .select2-selection__arrow {
        height: 45px; } }
  .configurator .configurator-select .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
    border-color: #c2c2c2 transparent transparent transparent; }
  .configurator .configurator-select .select2-selection__rendered {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #FFFFFF;
    background-position: 20px;
    background-repeat: no-repeat;
    border: none;
    color: #C2C2C2;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px; }
    @media (max-width: 639px) {
      .configurator .configurator-select .select2-selection__rendered {
        padding: 0 20px 0 55px; } }
    .configurator .configurator-select .select2-selection__rendered[id^='select2-znamka'] {
      background-image: url(../images/step_01.png);
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .configurator .configurator-select .select2-selection__rendered[id^='select2-model'] {
      background-image: url(../images/step_02.png); }
    .configurator .configurator-select .select2-selection__rendered[id^='select2-oblika'] {
      background-image: url(../images/step_03.png); }
    .configurator .configurator-select .select2-selection__rendered[id^='select2-letnik'] {
      background-image: url(../images/step_04.png); }
    .configurator .configurator-select .select2-selection__rendered.active {
      color: #E74816; }
      .configurator .configurator-select .select2-selection__rendered.active:hover {
        color: #0D0D0D; }
      .configurator .configurator-select .select2-selection__rendered.active + span.select2-selection__arrow b {
        border-color: #0D0D0D transparent transparent transparent; }
    .configurator .configurator-select .select2-selection__rendered.border {
      border-right: 2px solid #F0F0F0; }
      @media (max-width: 639px) {
        .configurator .configurator-select .select2-selection__rendered.border {
          border-right: none; } }
    @media (max-width: 639px) {
      .configurator .configurator-select .select2-selection__rendered {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        background-size: 35px;
        background-position: 10px;
        border-radius: 8px; } }
  .configurator .configurator-select .select2-selection__rendered {
    width: 100%; }
    @media (max-width: 639px) {
      .configurator .configurator-select .select2-selection__rendered {
        width: 80%; } }
  @media (max-width: 639px) {
    .configurator .configurator-select {
      background-color: transparent; } }
  .configurator .configurator-select .button-hero .icon {
    font-size: 30px; }
    @media (max-width: 639px) {
      .configurator .configurator-select .button-hero .icon {
        font-size: 20px; } }
  .configurator .configurator-select .select2-selection__rendered {
    line-height: 80px; 
    padding-right: 0; }
    @media (max-width: 639px) {
      .configurator .configurator-select .select2-selection__rendered {
        line-height: 45px; } }

.configurator-wide {
  background-color: #FFFFFF; }
  .configurator-wide .uk-container {
    padding: 0; }
  .configurator-wide .configurator {
    width: 100%;
    height: 96px;
    overflow: hidden; }
    @media (max-width: 639px) {
      .configurator-wide .configurator {
        height: auto; } }
  .configurator-wide .configurator-select {
    width: 100%;
    margin-top: 0;
    white-space: nowrap; }
    .configurator-wide .configurator-select select,
    .configurator-wide .configurator-select .button {
      width: 24.5%;
      line-height: 96px;
      height: 96px;
      border-radius: 0; }
      @media (max-width: 639px) {
        .configurator-wide .configurator-select select,
        .configurator-wide .configurator-select .button {
          width: 100%;
          height: auto;
          line-height: 1; } }
    .configurator-wide .configurator-select .button {
      height: 100%; }
      @media (max-width: 639px) {
        .configurator-wide .configurator-select .button {
          height: 50px; } }
    .configurator-wide .configurator-select select:first-child {
      border-left: 2px solid #F0F0F0;
      border-radius: 0; }
      @media (max-width: 639px) {
        .configurator-wide .configurator-select select:first-child {
          border-left: none; } }

.configurator-wide-transparent {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 4px 4px 4px 0;
  border-radius: 8px;
  background: white;
  box-shadow: 0 8px 16px 0 rgba(37, 21, 0, 0.1), 0 -4px 16px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 639px) {
    .configurator-wide-transparent {
      position: relative;
      background: transparent; } }
  .configurator-wide-transparent .uk-container {
    padding: 0; }
  .configurator-wide-transparent .configurator {
    width: 100%;
    height: 80px;
    overflow: hidden; }
    @media (max-width: 639px) {
      .configurator-wide-transparent .configurator {
        height: auto; } }
  .configurator-wide-transparent .configurator-select {
    background-color: transparent;
    width: 100%;
    margin-top: 0;
    white-space: nowrap; }
    .configurator-wide-transparent .configurator-select select,
    .configurator-wide-transparent .configurator-select .button {
      width: 20%;
      line-height: 80px;
      height: 80px; }
      @media (max-width: 639px) {
        .configurator-wide-transparent .configurator-select select,
        .configurator-wide-transparent .configurator-select .button {
          width: 100%;
          height: auto;
          line-height: 1;
          display: block; } }
    .configurator-wide-transparent .configurator-select .button {
      height: 100%;
      border-radius: 8px 8px 8px 8px;
      padding: 0 50px;
      float: right; }
      @media (max-width: 639px) {
        .configurator-wide-transparent .configurator-select .button {
          height: 50px;
          float: none; } }

.modal-configurator .configurator-choices div:first-child {
  display: none; }
.modal-configurator .configurator-choices .oblika-options a:first-child {
  display: none; }
.modal-configurator .button {
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  color: #0D0D0D;
  text-align: left; }
  .modal-configurator .button i:before {
    color: #E74816; }
  .modal-configurator .button:hover i:before {
    color: #FFFFFF; }
.modal-configurator .uk-modal-dialog {
  width: 850px;
  padding: 0; }
  .modal-configurator .uk-modal-dialog div[class^='step'] {
    position: relative; }
    .modal-configurator .uk-modal-dialog div[class^='step']:after {
      position: absolute;
      right: -40px;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      margin-top: 13px;
      content: '';
      width: 81px;
      height: 4px;
      background: transparent url("../images/line-dotted.png") no-repeat; }
      @media (max-width: 639px) {
        .modal-configurator .uk-modal-dialog div[class^='step']:after {
          display: none; } }
    .modal-configurator .uk-modal-dialog div[class^='step'] span.step-option {
      position: relative;
      font-size: 14px;
      font-weight: 700;
      color: #C2C2C2;
      display: block;
      padding-top: 20px;
      border-top: 8px solid transparent; }
      .modal-configurator .uk-modal-dialog div[class^='step'] span.step-option:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 40px;
        content: '';
        width: 50px;
        height: 50px;
        z-index: -1;
        margin-top: 10px; }
        @media (max-width: 639px) {
          .modal-configurator .uk-modal-dialog div[class^='step'] span.step-option:before {
            top: 0;
            margin-top: 0;
            left: 50%;
            transform: translateX(-50%); } }
      @media (max-width: 639px) {
        .modal-configurator .uk-modal-dialog div[class^='step'] span.step-option {
          padding-top: 50px; } }
    .modal-configurator .uk-modal-dialog div[class^='step'].step-selected:after {
      background: transparent url("../images/line-dotted-green.png") no-repeat; }
    .modal-configurator .uk-modal-dialog div[class^='step'].step-selected .step-option {
      font-size: 14px;
      color: #0D0D0D;
      font-weight: 600; }
      .modal-configurator .uk-modal-dialog div[class^='step'].step-selected .step-option:before {
        background: url("../images/configurator-check.png"); }
    .modal-configurator .uk-modal-dialog div[class^='step'].step-current .step-option {
      font-size: 14px;
      color: #0D0D0D;
      font-weight: 600;
      border-top: 8px solid #E74816; }
    .modal-configurator .uk-modal-dialog div[class^='step'] i:before {
      color: #34CB49;
      font-size: 16px; }
  .modal-configurator .uk-modal-dialog div.step1 span.step-option:before {
    background: url("../images/step_01.png"); }
  .modal-configurator .uk-modal-dialog div.step2 span:before {
    background: url("../images/step_02.png"); }
  .modal-configurator .uk-modal-dialog div.step3:after {
    background: none; }
  .modal-configurator .uk-modal-dialog div.step3 span:before {
    background: url("../images/step_03.png"); }
  .modal-configurator .uk-modal-dialog div.configurator-choices > div:hover h3 {
    color: #E74816; }
  .modal-configurator .uk-modal-dialog div.configurator-choices img {
    border-radius: 50%; }
  .modal-configurator .uk-modal-dialog div.configurator-choices h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0 0; }
.modal-configurator .uk-grid-divider > div:before {
  border: 1px solid red;
  transform: rotate(90deg); }
.modal-configurator .modal-model .button {
  width: 100%; }
.modal-configurator .modal-model .oblika-options {
  padding: 10px; }
.modal-configurator a.oblika-choice {
  display: block;
  color: #868686;
  font-weight: 600;
  font-size: 14px;
  line-height: 34px; }
  .modal-configurator a.oblika-choice:hover {
    color: #E74816; }
.modal-configurator a.back {
  font-size: 14px;
  color: #E74816;
  font-weight: 600; }

section.box-bg-horizontal {
  margin-top: -100px; }
  @media (max-width: 639px) {
    section.box-bg-horizontal {
      margin-top: -40px; } }
  section.box-bg-horizontal .item {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background-color: #FFFFFF; }
    section.box-bg-horizontal .item:hover {
      box-shadow: 0 14px 25px rgba(0, 0, 0, 0.1); }
    section.box-bg-horizontal .item > div > div {
      z-index: 99; }
    section.box-bg-horizontal .item img.logo {
      width: 110px;
      margin-bottom: 10px; }
    section.box-bg-horizontal .item h2 {
      color: #0D0D0D;
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
      font-style: italic;
      text-transform: uppercase;
      margin-bottom: 10px;
      margin-top: 0; }
    section.box-bg-horizontal .item p {
      color: rgba(13, 13, 13, 0.5);
      font-weight: 600;
      font-size: 12px;
      line-height: 24px;
      margin-top: 0; }
    section.box-bg-horizontal .item span.cta {
      position: absolute;
      bottom: 30px;
      color: #E74816;
      font-size: 12px;
      letter-spacing: 0.5;
      white-space: nowrap;
      font-weight: 700;
      text-transform: uppercase; }

section.banner-container .icon-arrow-right-1:before,
section.banner-container .icon-arrow-left-1:before {
  font-size: 40px; }
section.banner-container .item {
  box-shadow: 0 24px 32px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  background-color: #FFFFFF;
  position: relative; }
  section.banner-container .item:hover {
    box-shadow: 0 34px 45px rgba(0, 0, 0, 0.1); }
  section.banner-container .item .title {
    padding-left: 80px; }
    @media (max-width: 639px) {
      section.banner-container .item .title {
        padding-left: 40px; } }
    section.banner-container .item .title h2 {
      color: #0D0D0D;
      font-size: 24px;
      font-weight: 700;
      font-style: italic;
      letter-spacing: 0.5;
      text-transform: uppercase;
      margin-bottom: 0; }
    section.banner-container .item .title p {
      color: #868686;
      font-size: 12px;
      line-height: 24px;
      font-weight: 600;
      margin-top: 5px; }
  section.banner-container .item .image img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 370px; }
  @media (max-width: 639px) {
    section.banner-container .item .image {
      display: none; } }
  section.banner-container .item .discount {
    text-align: center;
    background-image: -webkit-linear-gradient(155deg, #1875f0 79.68%, #ffffff 80%);
    padding: 35px 0;
    border-radius: 8px; }
    section.banner-container .item .discount span {
      display: block;
      color: #FFFFFF;
      font-size: 60px;
      line-height: 60px;
      font-weight: 900; }
    @media (max-width: 639px) {
      section.banner-container .item .discount {
        background-image: -webkit-linear-gradient(155deg, #1875f0 70%, #ffffff 70%);
        text-align: right;
        padding-right: 10px; }
        section.banner-container .item .discount span {
          font-size: 40px;
          line-height: 40px; } }
    section.banner-container .item .discount small {
      color: #FFFFFF; }

section.box-bg-vertical .item {
  height: 320px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #FFFFFF;
  cursor: pointer;
  overflow: hidden; }
  @media (max-width: 639px) {
    section.box-bg-vertical .item {
      height: 224px; } }
  section.box-bg-vertical .item h2 {
    color: #0D0D0D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0; }
    @media (max-width: 639px) {
      section.box-bg-vertical .item h2 {
        font-size: 15px;
        line-height: 20px;
        text-align: center; } }
  section.box-bg-vertical .item .item-img img {
    position: relative;
    width: 150%;
    max-width: 150%;
    right: 25%;
    bottom: 20px; }
  section.box-bg-vertical .item .cta {
    color: #E74816;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: rgba(255, 255, 255, 0.8); }
  section.box-bg-vertical .item:hover .cta {
    color: #FFFFFF;
    background-color: rgba(231, 72, 22, 0.8); }
  section.box-bg-vertical .item .discount {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: 24px;
    line-height: 24px; }
    @media (max-width: 639px) {
      section.box-bg-vertical .item .discount {
        font-size: 10px; } }
  section.box-bg-vertical .item .discount.green {
    background-color: #34CB49; }
  section.box-bg-vertical .item .discount.blue {
    background-color: #1875F0; }
section.box-bg-vertical.categories-more .new-box {
  margin-top: 30px; }

section.band-bg {
  border-top: 8px solid #E74816; }
  section.band-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(13, 13, 13, 0.8); }
  section.band-bg .uk-padding-large {
    padding: 140px; }
    @media (max-width: 639px) {
      section.band-bg .uk-padding-large {
        padding: 80px; } }
  @media (max-width: 639px) {
    section.band-bg .item {
      text-align: center; } }
  section.band-bg .item img.logo {
    width: 200px; }
    @media (max-width: 639px) {
      section.band-bg .item img.logo {
        margin-top: 50px; } }
  section.band-bg .item h3 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 54px;
    font-weight: 800;
    margin-top: 20px; }
  section.band-bg .item p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500; }
  section.band-bg .item .img-absolute {
    position: absolute;
    top: -202px;
    right: -50px;
    text-align: center; }
    section.band-bg .item .img-absolute img {
      width: 614px; }
    section.band-bg .item .img-absolute img,
    section.band-bg .item .img-absolute iframe {
      border-radius: 8px; }
    @media (max-width: 1199px) {
      section.band-bg .item .img-absolute {
        position: absolute;
        top: -202px;
        right: 0;
        text-align: center; } }
    @media (max-width: 959px) {
      section.band-bg .item .img-absolute {
        margin-top: -130px;
        position: relative;
        top: auto;
        right: auto; } }
  section.band-bg .item .video {
    width: 460px;
    margin: -80px auto 0 auto; }
    @media (max-width: 639px) {
      section.band-bg .item .video {
        margin: -60px auto 0 auto;
        width: 80%; } }

.grid-usp {
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05); }
  .grid-usp .item img {
    margin-right: 10px; }
  .grid-usp .item .text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: rgba(13, 13, 13, 0.5);
    display: inline-block; }
    .grid-usp .item .text .bold {
      font-size: 16px;
      color: #0D0D0D;
      font-weight: 700; }
  .grid-usp .item .icon:before {
    font-size: 50px; }
  .grid-usp.grid-usp-category {
    background-color: #FAFAFA;
    box-shadow: none;
    margin-top: 51px; }
  .grid-usp.grid-usp-sidebar {
    background-color: transparent;
    box-shadow: none; }
    @media (max-width: 639px) {
      .grid-usp.grid-usp-sidebar {
        display: none; } }
    .grid-usp.grid-usp-sidebar .item {
      margin-bottom: 30px; }
      .grid-usp.grid-usp-sidebar .item .text {
        font-size: 10px;
        line-height: 16px; }
        .grid-usp.grid-usp-sidebar .item .text .bold {
          font-size: 14px; }

@media (max-width: 639px) {
  section.grid-process .uk-grid > div {
    margin-bottom: 60px; }
    section.grid-process .uk-grid > div:last-child {
      margin-bottom: 0; } }
section.grid-process .pocess-num {
  position: relative;
  text-align: center;
  font-size: 108px;
  line-height: 108px;
  font-weight: 900;
  color: rgba(13, 13, 13, 0.05); }
  section.grid-process .pocess-num:after {
    position: absolute;
    right: -50px;
    display: block;
    content: '';
    width: 81px;
    height: 4px;
    background: transparent url("../images/line-dotted.png") no-repeat; }
    @media (max-width: 639px) {
      section.grid-process .pocess-num:after {
        transform: rotate(90deg);
        top: -50px;
        right: auto; } }
  @media (max-width: 639px) {
    section.grid-process .pocess-num.num1:after {
      background: none; } }
  section.grid-process .pocess-num.num4:after {
    background: none; }
    @media (max-width: 639px) {
      section.grid-process .pocess-num.num4:after {
        background: transparent url("../images/line-dotted.png") no-repeat; } }
  section.grid-process .pocess-num span.dot {
    position: absolute;
    line-height: 108px; }
    section.grid-process .pocess-num span.dot span {
      height: 15px;
      width: 15px;
      border: 4px solid #FFFFFF;
      border-radius: 50%;
      background-color: #E74816;
      box-shadow: 0 16px 24px 0 rgba(37, 21, 0, 0.1);
      display: inline-block; }
section.grid-process .process-text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px; }
section.grid-process .process-text p {
  color: rgba(13, 13, 13, 0.5);
  font-size: 12px;
  line-height: 24px;
  margin-top: 0; }
section.grid-process .arrow-container {
  position: relative;
  display: inline; }
  section.grid-process .arrow-container .icon {
    left: -60px;
    top: -40px; }
    section.grid-process .arrow-container .icon:before {
      transform: none; }

@media (max-width: 639px) {
  section.band-slider-reviews .uk-slider {
    padding-bottom: 20px; } }
section.band-slider-reviews .uk-slider-container {
  padding-bottom: 15px; }
section.band-slider-reviews .uk-card-default {
  position: relative;
  box-shadow: 0 24px 32px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  transform: skew(-5deg); }
  section.band-slider-reviews .uk-card-default .quote {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 220px;
    line-height: 220px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #e74816;
    opacity: 0.1; }
  section.band-slider-reviews .uk-card-default p {
    transform: skew(5deg);
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    font-style: italic;
    margin: 0 0 15px 0; }
  section.band-slider-reviews .uk-card-default .uk-card-media-top {
    position: absolute;
    bottom: -85px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 115px;
    transform: skew(5deg); }
    section.band-slider-reviews .uk-card-default .uk-card-media-top img {
      border-radius: 50%;
      margin-bottom: 10px;
      width: 56px;
      height: 56px; }
    section.band-slider-reviews .uk-card-default .uk-card-media-top .name,
    section.band-slider-reviews .uk-card-default .uk-card-media-top .title {
      display: block; }
    section.band-slider-reviews .uk-card-default .uk-card-media-top .name {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      text-transform: uppercase; }
    section.band-slider-reviews .uk-card-default .uk-card-media-top .title {
      font-size: 12px;
      line-height: 24px;
      font-weight: 700;
      color: rgba(13, 13, 13, 0.5);
      display: none; }
section.band-slider-reviews .slidenav-outside {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 639px) {
    section.band-slider-reviews .slidenav-outside {
      position: relative;
      transform: none;
      top: auto;
      text-align: center; } }
  section.band-slider-reviews .slidenav-outside .uk-icon {
    font-size: 40px; }
    section.band-slider-reviews .slidenav-outside .uk-icon:hover {
      color: #E74816; }
  section.band-slider-reviews .slidenav-outside svg {
    display: none; }
@media (max-width: 639px) {
  section.band-slider-reviews [class*='uk-child-width'] > * {
    box-sizing: border-box;
    width: 80%; } }

.featured-categories .znamkeinct img {
  border-radius: 100%; }
.featured-categories .znamkeinct h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600; }
.featured-categories .znamkeinct:hover h3 {
  color: #E74816; }



.grid-blog .item {
  box-sizing: border-box; }
  .grid-blog .item:hover .blog-link {
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.1); }
  .grid-blog .item div {
    position: absolute; }

.grid-blog .item .blog-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

  .grid-blog .item .pill {
    left: 0;
    top: 0;
    padding: 5px 10px; }
  .grid-blog .item .timestamp {
    right: 0;
    top: 0;
    padding: inherit; }
    .grid-blog .item .timestamp span {
      font-size: 12px;
      line-height: 16px;
      font-weight: 700;
      color: #FFFFFF; }
  .grid-blog .item .headline {
    bottom: 0;
    left: 0;
    padding: inherit; }
    .grid-blog .item .headline h3 {
      font-size: 24px;
      line-height: 36px;
      font-weight: 700;
      max-width: 380px; }
      .grid-blog .item .headline h3 a {
        color: #FFFFFF; }
    .grid-blog .item .headline a.more {
      position: relative;
      font-size: 12px;
      line-height: 16px;
      color: #FFFFFF;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5; }
.grid-blog .item.hero {
  height: 600px;
  padding: 40px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6); }

.grid-blog .item.hero:hover .blog-link {
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.1); }

  @media (max-width: 639px) {
    .grid-blog .item.hero {
      height: 290px;
      padding: 20px; }
      .grid-blog .item.hero h3 {
        font-size: 16px;
        line-height: 30px; } }
  .grid-blog .item.hero.small {
    height: 390px; }
    @media (max-width: 639px) {
      .grid-blog .item.hero.small {
        height: 200px; } }
.grid-blog .item.small {
  height: 180px;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6); }
  .grid-blog .item.small:last-child {
    margin-bottom: 0; }
  .grid-blog .item.small .headline h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0; }
.grid-blog .item.blog-page .headline {
  padding-left: inherit;
  padding-right: inherit;
  padding-top: inherit;
  padding-bottom: 30px; }
  .grid-blog .item.blog-page .headline h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px; }
  .grid-blog .item.blog-page .headline a.more {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 10px 20px;
    text-transform: none; }

.grid-video iframe {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }
.grid-video .video-box img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }
.grid-video .video-info {
  padding: 20px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }
  @media (max-width: 1199px) {
    .grid-video .video-info .uk-position-bottom {
      position: relative !important;
      padding: 0 !important; } }
  .grid-video .video-info h3 {
    color: #0D0D0D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 10px 0 0 0; }
    @media (max-width: 639px) {
      .grid-video .video-info h3 {
        margin-right: 80px; } }
  .grid-video .video-info .timestamp span {
    color: #C2C2C2;
    font-size: 12px;
    line-height: 12px; }
  .grid-video .video-info p {
    color: rgba(13, 13, 13, 0.5);
    font-size: 12px;
    line-height: 24px; }
  @media (max-width: 639px) {
    .grid-video .video-info .pill {
      position: absolute;
      right: 20px;
      top: 20px; } }
  .grid-video .video-info .item-mini-product {
    padding: inherit; }
    .grid-video .video-info .item-mini-product img {
      margin-right: 10px;
      margin-bottom: 0;
      border-radius: 8px; }
    .grid-video .video-info .item-mini-product h4 {
      margin: 0;
      color: #0D0D0D;
      font-size: 12px;
      line-height: 16px;
      font-weight: 700;
      text-transform: uppercase; }
    .grid-video .video-info .item-mini-product h6 {
      margin: 0 0 5px 0;
      color: #E74816;
      font-size: 10px;
      font-weight: 700;
      line-height: 16px; }
  .grid-video .video-info hr {
    margin-left: -20px;
    margin-right: -20px; }
.grid-video .video-other img {
  margin-bottom: 10px;
  border-radius: 8px; }
.grid-video .video-other h4 {
  color: #0D0D0D;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
  margin: 0; }
.grid-video .video-other h6 {
  color: #E74816;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  margin: 0 0 5px 0; }

section.slider-product-cat {
   /*
	@include mini {
		[class*='uk-child-width'] > * {
		  box-sizing: border-box;
		  width: 80%;
		  padding-left:30px;
		}
	}
	*/ }
  section.slider-product-cat .uk-slider-items .item {
    border-radius: 8px;
    height: 400px; }
    @media (max-width: 639px) {
      section.slider-product-cat .uk-slider-items .item {
        border-radius: 0; } }
  section.slider-product-cat .uk-slider-items .item:hover .has-overlay h2 {
    display: none; }
  section.slider-product-cat .uk-slider-items h2 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    z-index: 1; }
  section.slider-product-cat .uk-slider-items p {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px; }
  section.slider-product-cat .uk-slider-items .uk-overlay-orange {
    background: rgba(231, 72, 22, 0.75);
    z-index: 2; }
  section.slider-product-cat .slidenav-outside {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 639px) {
      section.slider-product-cat .slidenav-outside {
        position: relative;
        transform: none;
        top: auto;
        text-align: center; } }
    section.slider-product-cat .slidenav-outside .uk-icon {
      font-size: 40px; }
      section.slider-product-cat .slidenav-outside .uk-icon:hover {
        color: #E74816; }
    section.slider-product-cat .slidenav-outside svg {
      display: none; }

@media (max-width: 639px) {
  section.block-about {
    margin-bottom: 30px;
    text-align: center; } }
section.block-about h6 {
  font-size: 14px;
  line-height: 24px;
  color: #868686;
  font-weight: 700;
  margin-top: 0; }
section.block-about p {
  color: rgba(13, 13, 13, 0.5);
  font-size: 16px;
  line-height: 32px; }
@media (max-width: 639px) {
  section.block-about img {
    margin: 0 auto; } }

section.band-registration {
  background-color: #0D0D0D;
  padding: 10px 0; }
  section.band-registration span {
    font-size: 24px;
    color: #FFFFFF;
    font-style: italic;
    font-weight: 700;
    line-height: 80px; }
  section.band-registration .button {
    margin-left: auto; }
    @media (max-width: 959px) {
      section.band-registration .button {
        margin: 30px 0; } }
  section.band-registration .band {
    height: 70px;
    position: relative; }
    @media (max-width: 959px) {
      section.band-registration .band.uk-flex {
        display: block;
        text-align: center; } }
    section.band-registration .band img {
      width: 180px;
      height: 180px; }
    section.band-registration .band span.first {
      padding-right: 10px; }
      @media (max-width: 959px) {
        section.band-registration .band span.first {
          padding-right: 0; } }
    section.band-registration .band span.second {
      padding-left: 10px; }
      @media (max-width: 959px) {
        section.band-registration .band span.second {
          padding-left: 0; } }
    @media (max-width: 959px) {
      section.band-registration .band {
        height: auto; } }

@media (max-width: 639px) {
  section.grid-contact .logo {
    text-align: center; } }
section.grid-contact .info {
  text-align: center; }
  section.grid-contact .info .help {
    float: right; }
    @media (max-width: 639px) {
      section.grid-contact .info .help {
        float: none;
        display: inline-block;
        text-align: center; } }
    section.grid-contact .info .help .text {
      float: left;
      text-align: right;
      margin-right: 10px; }
      @media (max-width: 639px) {
        section.grid-contact .info .help .text {
          float: none;
          text-align: center;
          margin-right: 0; } }
    section.grid-contact .info .help .icon {
      margin-right: 0; }
      @media (max-width: 639px) {
        section.grid-contact .info .help .icon {
          display: block; } }

.band-badge p {
  font-size: 12px !important;
  line-height: 1.2;
  font-weight: 700;
  padding: 0; }
  @media (max-width: 639px) {
    .band-badge p {
      font-size: 11px; } }
  .band-badge p a {
    color: #E74816;
    text-decoration: underline; }
    .band-badge p a:hover {
      text-decoration: none; }
.band-badge div.badge-discount,
.band-badge span.badge-discount {
  margin-right: 20px; }
  @media (max-width: 639px) {
    .band-badge div.badge-discount,
    .band-badge span.badge-discount {
      margin-right: 5px; } }
  .band-badge div.badge-discount img,
  .band-badge span.badge-discount img {
    width: 60px;
    max-width: none; }
  .band-badge div.badge-discount span,
  .band-badge span.badge-discount span {
    font-size: 26px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1;
    display: block; }
    @media (max-width: 639px) {
      .band-badge div.badge-discount span,
      .band-badge span.badge-discount span {
        font-size: 22px; } }
    .band-badge div.badge-discount span small,
    .band-badge span.badge-discount span small {
      display: block;
      font-size: 10px;
      line-height: 1;
      font-weight: 700; }

.header-banner .uk-slideshow-items li {
  border-radius: 8px; }
.header-banner h1 {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase; }
  @media (max-width: 639px) {
    .header-banner h1 {
      font-size: 28px; } }
.header-banner.single {
  border-bottom: 8px solid #E74816; }
  .header-banner.single span {
    display: block;
    color: #FFFFFF;
    font-weight: 600; }
  .header-banner.single span.category {
    font-size: 14px;
    text-transform: uppercase; }
  .header-banner.single span.date {
    font-size: 14px;
    text-transform: none; }
  .header-banner.single h1 {
    text-transform: none;
    margin: 20px 0; }
.header-banner.category .uk-container {
  height: 100%;
  padding: 0; }
  @media (max-width: 1199px) {
    .header-banner.category .uk-container {
      margin: 0 20px; } }
  @media (max-width: 959px) {
    .header-banner.category .uk-container {
      margin: 0; } }
  .header-banner.category .uk-container .content {
    padding-right: 200px; }
    @media (max-width: 1199px) {
      .header-banner.category .uk-container .content {
        padding-right: 0; } }
    .header-banner.category .uk-container .content h1 {
      margin: 25px 0; }
    .header-banner.category .uk-container .content p {
      color: #FFFFFF;
      font-size: 16px;
      line-height: 30px; }
  .header-banner.category .uk-container .contentv {
    padding-right: 500px;
    padding-left: 60px;
    padding-top: 60px; }
    @media (max-width: 959px) {
      .header-banner.category .uk-container .contentv {
        padding-right: 0;
        padding-top: 20px;
        padding-left: 20px; } }
  @media (max-width: 959px) and (max-width: 639px) {
    .header-banner.category .uk-container .contentv h2 {
      font-size: 30px;
      line-height: 1.3; } }

    .header-banner.category .uk-container .contentv h1 {
      margin: 25px 0; }
    .header-banner.category .uk-container .contentv p {
      color: #FFFFFF;
      font-size: 16px;
      line-height: 30px; }

.page-content h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700; }
.page-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600; }
.page-content .heading-primary h2 {
  font-size: 28px;
  line-height: 40px;
  font-style: italic;
  text-transform: uppercase; }
.page-content .semibold {
  font-weight: 600; }
.page-content p.mini {
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 5px;
  padding-left: 40px; }
.page-content .icon {
  width: 30px;
  margin-right: 10px; }
  .page-content .icon:before {
    font-size: 30px; }
.page-content .border-only-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.page-content .logos img {
  /*margin-right: 20px;
  height: 40px;*/ }
.page-content .sidebar {
  font-size: 14px;
  color: rgba(13, 13, 13, 0.5); }
  .page-content .sidebar ul {
    list-style-type: none;
    padding-left: 0; }
    .page-content .sidebar ul li {
      padding: 10px 0;
      font-size: 14px;
      line-height: 20px; }
      .page-content .sidebar ul li a {
        color: rgba(13, 13, 13, 0.5); }
      .page-content .sidebar ul li img {
        margin-right: 15px;
        width: 20px; }
  .page-content .sidebar a {
    color: #E74816;
    font-weight: 700; }
  .page-content .sidebar a.button {
    color: #FFFFFF;
    width: 100%;
    margin: 0; }
  .page-content .sidebar .heading h3 {
    font-size: 14px;
    margin-top: 0; }
  .page-content .sidebar .heading .heading-right {
    font-size: 12px;
    text-transform: uppercase; }
.page-content.grid-blog .sidebar .item-mini-product, .page-content.grid-video .sidebar .item-mini-product {
  padding: inherit;
  padding: 0;
  margin-bottom: 20px; }
  .page-content.grid-blog .sidebar .item-mini-product img, .page-content.grid-video .sidebar .item-mini-product img {
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 8px; }
  .page-content.grid-blog .sidebar .item-mini-product h4, .page-content.grid-video .sidebar .item-mini-product h4 {
    margin: 0;
    color: #0D0D0D;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .page-content.grid-blog .sidebar .item-mini-product h6, .page-content.grid-video .sidebar .item-mini-product h6 {
    margin: 0 0 5px 0;
    color: #E74816;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px; }
  .page-content.grid-blog .sidebar .item-mini-product img, .page-content.grid-video .sidebar .item-mini-product img {
    border-radius: 8px;
    width: 71px; }
  .page-content.grid-blog .sidebar .item-mini-product h4, .page-content.grid-video .sidebar .item-mini-product h4 {
    font-size: 12px;
    text-transform: none;
    color: #0D0D0D; }
  .page-content.grid-blog .sidebar .item-mini-product h6, .page-content.grid-video .sidebar .item-mini-product h6 {
    font-size: 10px;
    color: rgba(13, 13, 13, 0.5); }
.page-content.page-content-bg {
 /*  padding-bottom: 10px; */ }
  @media (max-width: 639px) {
    .page-content.page-content-bg {
      padding-bottom: 0; } }
  .page-content.page-content-bg .uk-padding-large {
    padding: 180px 0; }
    @media (max-width: 1199px) {
      .page-content.page-content-bg .uk-padding-large {
        padding: 100px 0; } }
    @media (max-width: 639px) {
      .page-content.page-content-bg .uk-padding-large {
        padding: 20px 0 30px 0; } }
  .page-content.page-content-bg .uk-background-cover {
    padding-top: 50px;
    height: 548px; }
    @media (max-width: 639px) {
      .page-content.page-content-bg .uk-background-cover {
        height: auto; } }
  .page-content.page-content-bg .content {
    padding-top: 150px; }
    @media (max-width: 639px) {
      .page-content.page-content-bg .content {
        padding-top: 50px; } }
  .page-content.page-content-bg .uk-slideshow .content {
    padding-top: 60px;
    padding-left: 60px; }
    @media (max-width: 639px) {
      .page-content.page-content-bg .uk-slideshow .content {
        padding-left: 20px;
        padding-top: 20px; } }
  .page-content.page-content-bg .sub {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    height: auto; }
  .page-content.page-content-bg h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0; }
  .page-content.page-content-bg h2 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase; }
  .page-content.page-content-bg h3 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 36px;
    font-weight: 900; }
  .page-content.page-content-bg a {
    color: #FFFFFF; }
  .page-content.page-content-bg p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    height: 85px; }
    @media (max-width: 639px) {
      .page-content.page-content-bg p {
        height: auto; } }
  .page-content.page-content-bg .thumbnav {
    bottom: -50px; }
    @media (max-width: 959px) {
      .page-content.page-content-bg .thumbnav {
        bottom: -25px; } }
    .page-content.page-content-bg .thumbnav img {
      width: 185px;
      height: 120px;
      border-radius: 8px;
      border: 4px solid transparent; }
      @media (max-width: 959px) {
        .page-content.page-content-bg .thumbnav img {
          width: 80px;
          height: 60px; } }
    @media (max-width: 639px) {
      .page-content.page-content-bg .thumbnav .uk-thumbnav {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        padding-left: 20px; }
        .page-content.page-content-bg .thumbnav .uk-thumbnav ::-webkit-scrollbar {
          height: 12px; }
        .page-content.page-content-bg .thumbnav .uk-thumbnav ::-webkit-scrollbar-track {
          background: rgba(0, 0, 0, 0.3); }
        .page-content.page-content-bg .thumbnav .uk-thumbnav ::-webkit-scrollbar-thumb {
          background: rgba(0, 0, 0, 0.5); }
        .page-content.page-content-bg .thumbnav .uk-thumbnav li {
          display: inline-block;
          float: none; }
        .page-content.page-content-bg .thumbnav .uk-thumbnav > * {
          padding-left: 0px; } }
    .page-content.page-content-bg .thumbnav .uk-active img {
      border: 4px solid #E74816; }
    .page-content.page-content-bg .thumbnav .uk-thumbnav > * > ::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: none;
      transition: background-color 0.1s ease-in-out; }
  .page-content.page-content-bg .uk-position-center-right {
    right: 0px !important;
    top: 50% !important; }
    @media (max-width: 959px) {
      .page-content.page-content-bg .uk-position-center-right {
        top: 50% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        text-align: center; } }
  .page-content.page-content-bg .uk-position-center-left {
    top: 20% !important;
    transform: translateY(-20%) !important; }
    @media (max-width: 959px) {
      .page-content.page-content-bg .uk-position-center-left {
        top: 0 !important;
        transform: none !important; } }
  @media (max-width: 959px) {
    .page-content.page-content-bg .uk-slideshow {
      min-height: 300px !important; } }
  @media (max-width: 959px) {
    .page-content.page-content-bg .uk-slideshow .uk-slideshow-items {
      min-height: 300px !important; } }
  .page-content.page-content-bg .uk-slideshow .uk-slideshow-items li:hover .video-icon {
    opacity: 0.8; }
  @media (max-width: 959px) {
    .page-content.page-content-bg .uk-slideshow .uk-slideshow-items p {
      display: none; } }
  .page-content.page-content-bg .uk-slideshow .uk-slideshow-items img.video-icon-category {
    width: 160px;
    height: auto;
    opacity: 1; }
    @media (max-width: 639px) {
      .page-content.page-content-bg .uk-slideshow .uk-slideshow-items img.video-icon-category {
        width: 100px;
        height: auto; } }
    .page-content.page-content-bg .uk-slideshow .uk-slideshow-items img.video-icon-category:hover {
      opacity: 0.8; }
  .page-content.page-content-bg .sub-categories .item {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 24px 32px 0 rgba(37, 21, 0, 0.1); }
    .page-content.page-content-bg .sub-categories .item:hover {
      box-shadow: 0 14px 25px rgba(0, 0, 0, 0.1); }
      .page-content.page-content-bg .sub-categories .item:hover span {
        text-decoration: none; }
    .page-content.page-content-bg .sub-categories .item img {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .page-content.page-content-bg .sub-categories .item h3 {
      margin-bottom: 10px;
      color: #0D0D0D;
      font-size: 24px;
      font-weight: 800;
      line-height: 40px;
      text-transform: uppercase; }
    .page-content.page-content-bg .sub-categories .item p {
      margin-top: 10px;
      color: #0D0D0D;
      font-size: 14px;
      line-height: 1.54;
      padding-bottom: 20px; }
    .page-content.page-content-bg .sub-categories .item span {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: inherit;
      color: #E74816;
      font-size: 14px;
      line-height: 24px;
      text-decoration: underline; }
.page-content.page-content-black {
  background-color: black; }
  .page-content.page-content-black h2 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase; }
  .page-content.page-content-black h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0; }
  .page-content.page-content-black p {
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px; }
  .page-content.page-content-black .uk-padding-large {
    padding-top: 200px;
    padding-bottom: 150px; }
    @media (max-width: 639px) {
      .page-content.page-content-black .uk-padding-large {
        padding-top: 100px;
        padding-bottom: 75px; } }
.page-content.page-content-white {
  background-color: #FAFAFA; }
  .page-content.page-content-white h2 {
    color: #0D0D0D;
    font-size: 36px;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase; }
    @media (max-width: 639px) {
      .page-content.page-content-white h2 {
        font-size: 28px;
        line-height: 38px; } }
  .page-content.page-content-white h3 {
    color: #0D0D0D;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0; }
  .page-content.page-content-white p {
    margin-top: 10px;
    color: #0D0D0D;
    font-size: 16px;
    line-height: 30px; }
  .page-content.page-content-white .uk-padding-large {
    padding-top: 150px;
    padding-bottom: 150px; }
    @media (max-width: 639px) {
      .page-content.page-content-white .uk-padding-large {
        padding-top: 100px;
        padding-bottom: 75px; } }
.page-content.bg-edge {
  position: relative;
  padding: 65px 0; }
  @media (max-width: 959px) {
    .page-content.bg-edge {
      padding: 30px 0; } }
  .page-content.bg-edge .image {
    width: calc(50% - 30px);
    position: absolute;
    padding: 0; }
    @media (max-width: 959px) {
      .page-content.bg-edge .image {
        position: relative;
        width: 100%;
        margin-bottom: 30px; } }
    .page-content.bg-edge .image.image-right {
      right: 0; }
    .page-content.bg-edge .image.image-left {
      left: 0; }
.page-content.page-gallery img {
  border-radius: 8px; }
.page-content.page-gallery .uk-subnav {
  padding: 10px 0;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif; }
  .page-content.page-gallery .uk-subnav li a {
    color: #0D0D0D;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 50px 10px 50px;
    outline: 0;
    position: relative;
    bottom: -12px; }
  @media (max-width: 639px) {
    .page-content.page-gallery .uk-subnav li {
      width: 100%;
      text-align: center;
      padding-bottom: 20px; } }
.page-content.page-gallery hr {
  margin-top: 0;
  border-top: 2px solid #C2C2C2; }
.page-content .content-usp img.icon {
  margin-right: 20px;
  width: auto; }
.page-content .content-usp h3 {
  margin-bottom: 5px; }
.page-content .content-usp p.mini {
  padding-left: 0; }
.page-content.image-switcher .uk-subnav-pill > li {
  margin-right: 0;
  font-weight: 600; }

.grid-timeline .container-border {
  background-color: #FAFAFA;
  box-shadow: none;
  margin-top: -150px;
  text-align: center; }
  .grid-timeline .container-border p {
    font-size: 16px;
    line-height: 30px; }
.grid-timeline .timeline {
  position: relative;
  margin: 50px auto;
  padding: 40px 0;
  width: 1000px;
  box-sizing: border-box; }
.grid-timeline .timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  border-left: 2px dotted #C2C2C2; }
.grid-timeline .timeline ul {
  padding: 0;
  margin: 0; }
.grid-timeline .timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box; }
.grid-timeline .timeline ul li:nth-child(even) {
  float: left;
  text-align: right;
  clear: both; }
.grid-timeline .timeline ul li:nth-child(odd) {
  float: right;
  text-align: left;
  clear: both; }
.grid-timeline .content {
  padding-bottom: 20px; }
.grid-timeline .timeline ul li:nth-child(even):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  background: #E74816;
  border-radius: 50%; }
.grid-timeline .timeline ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: #E74816;
  border-radius: 50%; }
.grid-timeline .timeline ul li h3 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #0D0D0D;
  font-weight: 700; }
.grid-timeline .timeline ul li p {
  font-size: 12px;
  line-height: 24px;
  color: rgba(13, 13, 13, 0.5);
  margin: 10px 0 0;
  padding: 0; }
.grid-timeline .timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #E74816; }
.grid-timeline .timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  right: -75px;
  margin: 0;
  padding: 8px 0;
  color: #E74816;
  border-radius: 18px; }
.grid-timeline .timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  left: -75px;
  margin: 0;
  padding: 8px 0;
  color: #E74816;
  border-radius: 18px; }
@media (max-width: 1000px) {
  .grid-timeline .timeline {
    width: 100%; } }
@media (max-width: 767px) {
  .grid-timeline .timeline {
    width: 100%;
    padding-bottom: 0; }
  .grid-timeline h1 {
    font-size: 40px;
    text-align: center; }
  .grid-timeline .timeline:before {
    left: 20px;
    height: 100%; }
  .grid-timeline .timeline ul li:nth-child(even),
  .grid-timeline .timeline ul li:nth-child(odd) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px; }
  .grid-timeline .timeline ul li:nth-child(even):before,
  .grid-timeline .timeline ul li:nth-child(odd):before {
    top: -18px;
    left: 16px; }
  .grid-timeline .timeline ul li:nth-child(even) .time,
  .grid-timeline .timeline ul li:nth-child(odd) .time {
    top: -30px;
    left: 50px;
    right: inherit; } }

.grid-article .video-box img {
  border-radius: 8px; }
.grid-article p {
  color: rgba(13, 13, 13, 0.5);
  font-size: 12px;
  line-height: 24px; }

.grid-team .content span {
  display: block; }
.grid-team .content .name {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400; }
.grid-team .content .title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 20px;
  font-weight: 700; }

/* Magnify zoom gallery */
.ZoomContainer,
.zoomLens {
  z-index: 1 !important; }

.zoomWindow {
  border: 2px solid #F0F0F0 !important; }

/* Product list */
.product-main-info {
  background-image: linear-gradient(to bottom, #ffffff 44%, #fafafa 63%);
  padding-top: 10px; }

.breadcrumbs {
  background-color: #FAFAFA;
  padding: 11px 0; }

.products-page {
  color: #0D0D0D;
  font-size: 12px; }
  @media (max-width: 959px) {
    .products-page .sidebar-container {
      display: none;
      position: absolute;
      z-index: 9; } }
  .products-page .sidebar {
    background-color: #FFFFFF;
    padding: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-weight: 500;
    margin-bottom: 25px; }
    .products-page .sidebar ul {
      margin-bottom: 0; }
      .products-page .sidebar ul li {
        margin: 0;
        padding: 0; }
        .products-page .sidebar ul li:first-child {
          border-top: 0; }
        .products-page .sidebar ul li a {
          font-size: 12px;
          line-height: 17px;
          font-weight: 700;
          text-transform: uppercase;
          padding: 15px 0 15px 0; }
        .products-page .sidebar ul li label {
          display: block;
          cursor: pointer;
          padding-bottom: 10px;
          padding-left: 25px;
          text-indent: -25px; }
        .products-page .sidebar ul li .uk-accordion-content {
          padding-bottom: 20px;
          margin-top: 0;
          padding: 0; }
          .products-page .sidebar ul li .uk-accordion-content a {
            font-weight: 500;
            text-transform: none; }
        .products-page .sidebar ul li .uk-accordion-title::before,
        .products-page .sidebar ul li .uk-open > .uk-accordion-title::before {
          float: none;
              left: auto;
               right: 0;
               top: 16px;
          margin-right: 0;
          color: #E74816; }
    .products-page .sidebar .currently p.block-subtitle {
      font-size: 12px;
      line-height: 17px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 15px 0 0 0; }
    .products-page .sidebar .currently ol {
      list-style-type: none;
      padding-left: 0;
      margin-top: 0; }
      .products-page .sidebar .currently ol li {
        margin-bottom: 15px; }
        .products-page .sidebar .currently ol li:last-child {
          margin-bottom: 0; }
        .products-page .sidebar .currently ol li .label {
          display: none;
          color: rgba(13, 13, 13, 0.5);
          margin-bottom: 5px; }
        .products-page .sidebar .currently ol li .value {
          display: inline-block;
          font-weight: 700;
          font-size: 14px; }
        .products-page .sidebar .currently ol li .btn-remove {
          float: right;
          padding-top: 0; }
    .products-page .sidebar .actions {
      text-align: right; }
      .products-page .sidebar .actions a {
        font-size: 11px;
        color: rgba(13, 13, 13, 0.5);
        text-decoration: underline; }
        .products-page .sidebar .actions a:hover {
          text-decoration: none; }
    .products-page .sidebar.block-account .block-content {
      margin: 15px 0 15px 15px;
      padding: 0; }
      .products-page .sidebar.block-account .block-content ul {
        list-style-type: none;
        padding-left: 0; }
        .products-page .sidebar.block-account .block-content ul li {
          border: none;
          padding: 7px 0; }
          .products-page .sidebar.block-account .block-content ul li a {
            font-size: 14px;
            font-weight: 500;
            text-transform: none; }
          .products-page .sidebar.block-account .block-content ul li.current a {
            color: #E74816; }
    .products-page .sidebar.no-bg {
      background-color: transparent;
      padding: 0;
      box-shadow: none;
      border-radius: 0; }
  .products-page .filter-nav {
    background-color: #FFFFFF;
    padding: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 8px; }
    .products-page .filter-nav .title h1 {
      float: left;
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      margin-bottom: 0;
      padding-bottom: 15px;
      padding-top: 15px;
      padding-left: 15px; }
    .products-page .filter-nav .title a {
      float: right;
      color: #E74816;
      font-weight: 600; }
      @media (max-width: 959px) {
        .products-page .filter-nav .title a {
          margin-right: 15px; } }
    .products-page .filter-nav .sort {
      margin-top: -15px;
      margin-bottom: -15px;
      text-align: right; }
      @media (max-width: 959px) {
        .products-page .filter-nav .sort {
          margin-top: 20px; } }
      .products-page .filter-nav .sort .icon {
        display: inline-block;
        height: 48px;
        line-height: 48px;
        padding: 0 15px;
        margin-right: 0;
        border-left: 2px solid #F0F0F0; }
      .products-page .filter-nav .sort .filter {
        display: none; }
        @media (max-width: 959px) {
          .products-page .filter-nav .sort .filter {
            display: inline-block;
            float: left;
            line-height: 48px;
            height: 48px;
            font-size: 14px;
            color: rgba(13, 13, 13, 0.5);
            font-weight: 600; } }
  .products-page .product-box .box {
    position: relative;
    background-color: #FFFFFF;
    padding: 20px 0 30px 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 8px; }
    .products-page .product-box .box:hover {
      box-shadow: 0 14px 25px rgba(0, 0, 0, 0.1); }
    .products-page .product-box .box h2,
    .products-page .product-box .box h3,
    .products-page .product-box .box h4 {
      margin: 0;
      padding: 0 15px; }
    .products-page .product-box .box h2 {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 8px;
      height: 35px;
      overflow: hidden; }
    .products-page .product-box .box h3 {
      font-size: 12px;
      font-weight: 500;
      font-style: italic;
      margin-bottom: 8px; }
    .products-page .product-box .box h4 {
      color: rgba(13, 13, 13, 0.5);
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 8px; }

@media(max-width: 959px) {
    .catalog-product-view .products-page .product-box .box .price
    {
      padding-left: 5px !important;
    }

    .icon-chevron-left.uk-position-center-left.uk-position-small.uk-icon.uk-slidenav-previous.uk-slidenav, .icon-chevron-right.uk-position-center-right.uk-position-small.uk-icon.uk-slidenav-next.uk-slidenav
    {
      display: none !important;
    }
  }
    .products-page .product-box .box .price {
      margin-top: 30px;
      padding-left: 15px; }
      .products-page .product-box .box .price .new-price, .products-page .product-box .box .price .regular-price {
        color: #E74816;
        font-size: 18px;
        line-height: 18px;
        font-weight: 700;
        display: inline;
        float: left; }
        @media (max-width: 959px) {
          .products-page .product-box .box .price .new-price, .products-page .product-box .box .price .regular-price {
            display: block;
            float: none; } }
      .products-page .product-box .box .price .old-price {
        color: #C2C2C2;
        font-size: 12px;
        line-height: 18px;
        font-weight: 600;
        display: inline;
        text-decoration: line-through;
        margin-left: 10px; }
        @media (max-width: 959px) {
          .products-page .product-box .box .price .old-price {
            display: block;
            margin-left: 0;
            padding-bottom: 5px; } }
      .products-page .product-box .box .price .regular-price {
        float: none;
        color: #0D0D0D; }
    .products-page .product-box .box .add-to-cart {
      position: absolute;
      bottom: -5px;
      right: 15px;
      padding: inherit; }
      .products-page .product-box .box .add-to-cart .icon {
        margin-right: 0; }
      .products-page .product-box .box .add-to-cart .icon:before {
        font-size: 24px;
        color: #E74816;
        display: inline-block;
        transform: scaleX(-1); }
    .products-page .product-box .box .discounts {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      color: #FFFFFF;
      font-size: 12px;
      height: 24px;
      line-height: 24px;
      font-weight: 900;
      text-align: center;
      text-transform: uppercase; }
      .products-page .product-box .box .discounts div:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
      .products-page .product-box .box .discounts .blue {
        background-color: #1875F0;
        color: #FFFFFF; }
      .products-page .product-box .box .discounts .green {
        background-color: #34CB49;
        color: #FFFFFF; }
    .products-page .product-box .box .youtube-logo {
      position: absolute;
      left: 20px;
      top: 100px; }
  .products-page .product-grid .box img {
    margin-bottom: 16px; }
  .products-page .product-grid .box.featured {
    padding: 0;
    height: 100%; }
    .products-page .product-grid .box.featured div {
      border-radius: 8px; }
    .products-page .product-grid .box.featured img {
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      border-radius: 8px; }
  .products-page .product-list .box {
    padding: 0 15px; }
    .products-page .product-list .box .uk-grid-divider {
      height: 100%; }
    .products-page .product-list .box .product-image,
    .products-page .product-list .box .product-description,
    .products-page .product-list .box .product-price {
      padding-top: 20px;
      padding-bottom: 24px; }
      @media (max-width: 959px) {
        .products-page .product-list .box .product-image,
        .products-page .product-list .box .product-description,
        .products-page .product-list .box .product-price {
          padding-top: 0;
          padding-bottom: 0; } }
    .products-page .product-list .box .product-image {
      padding-top: 20px; }
    .products-page .product-list .box .product-description {
      padding-top: 20px; }
      .products-page .product-list .box .product-description p {
        font-size: 14px;
        line-height: 24px; }
    .products-page .product-list .box .product-price {
      text-align: center; }
      @media (max-width: 959px) {
        .products-page .product-list .box .product-price {
          text-align: left; } }
      .products-page .product-list .box .product-price .price {
        margin-top: 30px; }
        @media (max-width: 959px) {
          .products-page .product-list .box .product-price .price {
            margin-top: 0; } }
        .products-page .product-list .box .product-price .price .new-price, .products-page .product-list .product-box .box .product-price .price .regular-price, .products-page .product-box .product-list .box .product-price .price .regular-price {
          display: block;
          float: none; }
        .products-page .product-list .box .product-price .price .old-price {
          display: block;
          margin-left: 0;
          padding-top: 5px; }
      .products-page .product-list .box .product-price .stock {
        color: rgba(13, 13, 13, 0.5);
        font-size: 11px;
        font-weight: 500;
        text-align: center; }
        .products-page .product-list .box .product-price .stock .uk-icon svg {
          width: 14px;
          height: 14px; }
        @media (max-width: 959px) {
          .products-page .product-list .box .product-price .stock {
            text-align: left;
            margin-bottom: 20px; }
            .products-page .product-list .box .product-price .stock.uk-margin-top {
              margin-top: 0 !important; } }
        .products-page .product-list .box .product-price .stock.warning {
          color: #E74816; }
        .products-page .product-list .box .product-price .stock.success {
          color: #14b411; }
    .products-page .product-list .box .discounts {
      left: 15px; }
      .products-page .product-list .box .discounts div:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 8px; }
        @media (max-width: 959px) {
          .products-page .product-list .box .discounts div:first-child {
            border-top-left-radius: 8px;
            border-top-right-radius: 0; } }
    .products-page .product-list .box .add-to-cart {
      position: absolute;
      bottom: 15px;
      right: 0;
      padding: inherit; }
    .products-page .product-list .box .button {
      margin: 0 auto;
      display: inline-block;
      border-radius: 4px; }
  .products-page .category-description {
    margin-top: 80px; }
    .products-page .category-description h1 {
      font-size: 28px;
      text-transform: uppercase;
      font-weight: 700;
      font-style: italic; }
    .products-page .category-description p {
      color: rgba(13, 13, 13, 0.5);
      line-height: 24px;
      font-weight: 600; }
    .products-page .category-description .banner-pod-artikli {
      border-top: none;
      padding-top: 0; }

.uk-thumbnav > * > ::after {
  background-color: transparent !important; }

/* Product single page */
section.product-main-info .uk-grid-large > .uk-grid-margin {
  margin-top: 10px; }
section.product-main-info .product-id span {
  color: rgba(13, 13, 13, 0.25);
  font-size: 12px;
  line-height: 16px; }
section.product-main-info ul.uk-breadcrumb {
  font-size: 12px;
  color: #0d0d0d; }
  section.product-main-info ul.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
    content: '/';
    display: inline-block;
    margin: 0 10px;
    color: #0D0D0D; }
  section.product-main-info ul.uk-breadcrumb > * > * {
    font-size: 12px; }
  section.product-main-info ul.uk-breadcrumb li.product {
    display: none; }
section.product-main-info .product-gallery .thumbnav-slider {
  /*margin-top: 30px;
  padding: 0 50px;*/ }
  section.product-main-info .product-gallery .thumbnav-slider .uk-thumbnav {
    margin-top: 0; }
    section.product-main-info .product-gallery .thumbnav-slider .uk-thumbnav li {
      padding-bottom: 15px;
      /*height: 60px;*/ }
    section.product-main-info .product-gallery .thumbnav-slider .uk-thumbnav img {
      padding: 5px;
      border: 1px solid #F0F0F0;
      /*height:60px;*/
      width: 100%;
      object-fit: cover; }
    section.product-main-info .product-gallery .thumbnav-slider .uk-thumbnav .uk-active img {
      position: relative;
      border: 1px solid #e74816; }
    section.product-main-info .product-gallery .thumbnav-slider .uk-thumbnav .uk-active > *::after {
      /*background-color: rgba(231, 72, 22, 0.2);*/ }
  section.product-main-info .product-gallery .thumbnav-slider .uk-slidenav.boxed {
    background: transparent;
    color: #0D0D0D;
    padding: 0;
    z-index: 2; }
  section.product-main-info .product-gallery .thumbnav-slider .uk-position-center-left-out {
    right: 101%;
    width: max-content; }
    @media (max-width: 639px) {
      section.product-main-info .product-gallery .thumbnav-slider .uk-position-center-left-out {
        display: none; } }
  section.product-main-info .product-gallery .thumbnav-slider .uk-position-center-right-out {
    left: 101%; }
    @media (max-width: 639px) {
      section.product-main-info .product-gallery .thumbnav-slider .uk-position-center-right-out {
        display: none; } }
section.product-main-info .product-badge {
  margin-top: 40px; }
  section.product-main-info .product-badge img {
    max-height: 140px; }
    section.product-main-info .product-badge img a img:last-child {
      margin-right: 0; }
  section.product-main-info .product-badge .item {
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
    padding: 20px;
    margin-right: 10px; 
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out; }
    section.product-main-info .product-badge .item:last-child {
      margin-right: 0; }
    section.product-main-info .product-badge .item:hover {
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15); }
section.product-main-info .product-main-copy {
  display: flex;
  flex-direction: column; }
  section.product-main-info .product-main-copy h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 0; }
    @media (max-width: 959px) {
      section.product-main-info .product-main-copy h1 {
        font-size: 16px !important;
        line-height: 22px; } }
    section.product-main-info .product-main-copy h1 .icon {
      cursor: pointer; }
      section.product-main-info .product-main-copy h1 .icon:before {
        font-size: 16px; }
  section.product-main-info .product-main-copy h4 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    margin: 0; }
    section.product-main-info .product-main-copy h4 a {
      color: #0D0D0D;
      font-weight: 600; }
  section.product-main-info .product-main-copy .logo-top img {
    height: 30px; }
    @media (max-width: 959px) {
      section.product-main-info .product-main-copy .logo-top img {
        height: 20px; } }
  @media (max-width: 959px) {
    section.product-main-info .product-main-copy .rating {
      order: 7; } }
  @media (max-width: 959px) {
    section.product-main-info .product-main-copy .pills-transparent {
      order: 2; } }
  @media (max-width: 959px) {
    section.product-main-info .product-main-copy .description-link {
      order: 6; } }
  section.product-main-info .product-main-copy .description-link .product-includes, section.product-main-info .product-main-copy .stock-compact .product-includes {
    display: none;
    margin-bottom: 0px; }
  section.product-main-info .product-main-copy .description-link ul, section.product-main-info .product-main-copy .stock-compact ul {
    margin-top: 10px;
    padding-left: 0;
    list-style-type: none; }
    section.product-main-info .product-main-copy .description-link ul li, section.product-main-info .product-main-copy .stock-compact ul li {
      font-size: 14px;
      line-height: 18px;
      padding: 5px 0;
      font-weight: 500;
      list-style-position: inside;
      text-indent: -20px;
      padding-left: 20px;
      line-height: 1.71;
      font-weight: 600;
      color: #0d0d0d; }
      section.product-main-info .product-main-copy .description-link ul li:before, section.product-main-info .product-main-copy .stock-compact ul li:before {
        position: relative;
        top: 2px;
        color: #E74816;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 5px;
        content: '\e902';
        font-size: 16px; }
    section.product-main-info .product-main-copy .description-link ul li.onstock, section.product-main-info .product-main-copy .stock-compact ul li.onstock {
      color: #34CB49;
      font-weight: 600; }
      section.product-main-info .product-main-copy .description-link ul li.onstock:before, section.product-main-info .product-main-copy .stock-compact ul li.onstock:before {
        color: #34CB49; }
  section.product-main-info .product-main-copy .description-link h3, section.product-main-info .product-main-copy .stock-compact h3 {
    font-size: 14px;
    margin-bottom: 0; }
  section.product-main-info .product-main-copy .description-link p, section.product-main-info .product-main-copy .stock-compact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0; }
  section.product-main-info .product-main-copy .description-link a, section.product-main-info .product-main-copy .stock-compact a {
    color: #0D0D0D;
    text-decoration: underline; }
    section.product-main-info .product-main-copy .description-link a:hover, section.product-main-info .product-main-copy .stock-compact a:hover {
      text-decoration: none; }
  section.product-main-info .product-main-copy .description-link a.product-more, section.product-main-info .product-main-copy .stock-compact a.product-more {
    padding-left: 18px;
    font-size: 14px;
    font-weight: 600; }
  @media (max-width: 959px) {
    section.product-main-info .product-main-copy .price-box {
      order: 3; } }
  section.product-main-info .product-main-copy .price-box .regular-price,
  section.product-main-info .product-main-copy .price-box .old-price {
    color: #0D0D0D;
    font-size: 30px;
    font-weight: 600;
    display: inline; }
    section.product-main-info .product-main-copy .price-box .regular-price small,
    section.product-main-info .product-main-copy .price-box .old-price small {
      font-size: 12px;
      color: rgba(13, 13, 13, 0.5);
      font-weight: 600;
      margin-left: 15px; }
    section.product-main-info .product-main-copy .price-box .regular-price .price-box,
    section.product-main-info .product-main-copy .price-box .old-price .price-box {
      display: inline; }
  section.product-main-info .product-main-copy .price-box .new-price span, section.product-main-info .product-main-copy .price-box .products-page .product-box .box .price .regular-price span, .products-page .product-box .box .price section.product-main-info .product-main-copy .price-box .regular-price span {
    color: #0D0D0D;
    font-size: 30px;
    font-weight: 700; }
  section.product-main-info .product-main-copy .price-box .new-price small, section.product-main-info .product-main-copy .price-box .products-page .product-box .box .price .regular-price small, .products-page .product-box .box .price section.product-main-info .product-main-copy .price-box .regular-price small {
    font-size: 12px;
    color: rgba(13, 13, 13, 0.5);
    font-weight: 600;
    margin-left: 8px; }
  section.product-main-info .product-main-copy .price-box .price-info span {
    font-size: 18px;
    color: rgba(13, 13, 13, 0.5);
    font-weight: 600; }
  section.product-main-info .product-main-copy .price-box .price-info span.crossed {
    text-decoration: line-through; 
    font-size: 16px !important;
  }
  @media (max-width: 959px) {
    section.product-main-info .product-main-copy .heading {
      order: 1; } }
  @media (max-width: 959px) {
    section.product-main-info .product-main-copy .product-variant-select {
      order: 2; } }
  @media (max-width: 959px) {
    section.product-main-info .product-main-copy #product-badge-mobile {
      order: 7; } }
  section.product-main-info .product-main-copy .productid {
    color: #868686;
    font-size: 12px;
    padding-right: 20px; }
  section.product-main-info .product-main-copy .usps {
    order: 7; }
    section.product-main-info .product-main-copy .usps .item {
      border-radius: 8px;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
      background-color: #FFFFFF;
      padding: 15px 10px;
      margin-right: 10px; }
      section.product-main-info .product-main-copy .usps .item:last-child {
        margin-right: 0; }
      section.product-main-info .product-main-copy .usps .item p {
        font-size: 12px;
        color: #0D0D0D;
        font-weight: 600; }
      section.product-main-info .product-main-copy .usps .item svg {
        height: 24px;
        filter: brightness(0.5) sepia(1) hue-rotate(-20deg) saturate(5); }
  section.product-main-info .product-main-copy .stock-delivery {
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF; }
    section.product-main-info .product-main-copy .stock-delivery .item {
      margin: 15px 10px;
      border-right: 1px solid rgba(0, 0, 0, 0.05); }
      section.product-main-info .product-main-copy .stock-delivery .item svg {
        height: 27px;
        filter: brightness(0.6) sepia(1) hue-rotate(-20deg) saturate(0); }
      section.product-main-info .product-main-copy .stock-delivery .item:last-child {
        border-right: 0; }
    section.product-main-info .product-main-copy .stock-delivery p {
      margin: 0; }
    section.product-main-info .product-main-copy .stock-delivery p.headline {
      font-size: 12px;
      color: #0D0D0D;
      margin-top: 15px;
      font-weight: 600; }
    section.product-main-info .product-main-copy .stock-delivery p.value {
      font-size: 14px;
      color: #34CB49;
      font-weight: 600;
      margin-top: 5px;
      text-transform: uppercase; }
    section.product-main-info .product-main-copy .stock-delivery p.legend {
      font-size: 12px;
      color: #868686;
      margin-top: 5px;
      font-weight: 600; }
  section.product-main-info .product-main-copy .add-to-cart {
    width: 360px; }
    @media (max-width: 959px) {
      section.product-main-info .product-main-copy .add-to-cart {
        order: 3;
        width: 100%; } }
    section.product-main-info .product-main-copy .add-to-cart .add-button {
      display: inline-block;
      margin-left: 0;
      margin-bottom: 0; }
      @media (max-width: 959px) {
        section.product-main-info .product-main-copy .add-to-cart .add-button {
          width: 100%;
          margin-top: 0; } }
      section.product-main-info .product-main-copy .add-to-cart .add-button button {
        padding: 0 50px;
        margin: 0 0 0 10px; }
        @media (max-width: 959px) {
          section.product-main-info .product-main-copy .add-to-cart .add-button button {
            margin: 0;
            padding: 0 10px;
            width: 100%; } }
  @media (max-width: 959px) {
    section.product-main-info .product-main-copy .more-info {
      order: 6; } }
  section.product-main-info .product-main-copy .more-info table {
    font-size: 12px; }
    section.product-main-info .product-main-copy .more-info table td {
      padding: 5px; }
    section.product-main-info .product-main-copy .more-info table td:first-child {
      text-transform: uppercase;
      color: rgba(13, 13, 13, 0.5);
      font-weight: 700; }
    section.product-main-info .product-main-copy .more-info table td:last-child {
      font-weight: 600;
      color: #0D0D0D; }

section.band-slider ul.uk-slider-items {
  padding: 15px 0; }
section.band-slider span {
  color: #0D0D0D;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 30px;
  display: block; }
  section.band-slider span strong {
    color: #E74816; }

section.full-description {
  /* Tabs */
  /* END Tabs */ }

@media (max-width: 959px) {
    section.full-description .uk-grid > * {
      padding-left: 15px; } }

  section.full-description .container-border {
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: none;
    padding: 30px 0; }
  section.full-description .tabs {
    display: flex;
    flex-wrap: wrap; }
  section.full-description .tabs > label {
    order: 1;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 0 30px 20px 30px;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 0; }
    section.full-description .tabs > label:hover {
      border-bottom: 2px solid rgba(13, 13, 13, 0.2); }
    @media (max-width: 959px) {
      section.full-description .tabs > label {
        position: relative;
        text-align: left;
        width: 100%;
        padding: 20px 20px 20px 20px;
        border-bottom: 1px solid #F0F0F0; }
        section.full-description .tabs > label:after {
          position: absolute;
          right: 15px;
          font-size: 26px;
          color: #C2C2C2;
          content: '+';
          top: 50%;
          transform: translateY(-50%);
          text-shadow: none; } }
  section.full-description .tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    padding: 30px 30px 0 30px;
    display: none;
    border-top: 1px solid #F0F0F0; }
    @media (max-width: 639px) {
      section.full-description .tabs .tab {
        padding: 20px; } }
  section.full-description .tabs input[type='radio'] {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;}
  section.full-description .tabs input[type='radio']:checked + label {
    color: #E74816;
    background: #FFFFFF;
    border-bottom: 2px solid #E74816; }
    @media (max-width: 959px) {
      section.full-description .tabs input[type='radio']:checked + label {
        border-bottom: none; }
        section.full-description .tabs input[type='radio']:checked + label:after {
          position: absolute;
          right: 15px;
          font-size: 26px;
          color: #C2C2C2;
          content: '';
          top: 50%;
          transform: translateY(-50%);
          text-shadow: none; } }
  section.full-description .tabs input[type='radio']:checked + label + .tab {
    display: block; }
  @media (max-width: 959px) {
    section.full-description .tabs .tab,
    section.full-description .tabs label {
      order: initial; } }
  section.full-description h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700; }
  section.full-description h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700; }
  section.full-description h4 {
    font-size: 16px;
    font-weight: 700; }
  section.full-description p {
    color: rgba(13, 13, 13, 0.5);
    font-size: 16px;
    line-height: 28px;
    font-weight: 500; }
  section.full-description ul {
    list-style-type: disc; }
    section.full-description ul li {
      color: rgba(13, 13, 13, 0.5);
      padding: 5px 0 5px 10px;
      font-size: 16px;
      font-weight: 700; }
  section.full-description .usp h3,
  section.full-description .usp h4 {
    margin-bottom: 15px;
    display: flex;
    align-items: center; }
    section.full-description .usp h3 img,
    section.full-description .usp h4 img {
      margin-right: 15px;
      width: 60px; }
  section.full-description .usp p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0; }
  section.full-description .usp.usp-sec p {
    margin-left: 0; }
  section.full-description .featured-two-col h4 {
    margin-top: 10px; }
  section.full-description .featured-two-col .timestamp {
    color: #C2C2C2;
    font-size: 12px;
    font-weight: 500; }
  section.full-description .featured-two-col p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600; }
  section.full-description .featured-center {
    padding: 0 200px; }
    @media (max-width: 959px) {
      section.full-description .featured-center {
        padding: 0; } }
    section.full-description .featured-center h2 {
      font-size: 28px;
      line-height: 40px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase; }
    section.full-description .featured-center p {
      font-size: 12px;
      line-height: 24px;
      font-weight: 600; }

  @media (max-width: 480px) 
      {
    section.full-description .reviews .rating {
      padding-left: 0; } 
    }

  section.full-description .reviews .rating span {
    color: #0D0D0D;
    font-weight: 700;
    font-size: 18px; }
  section.full-description .reviews .rating span.total {
    font-size: 12px;
    color: rgba(13, 13, 13, 0.5);
    font-weight: 600;
    margin-left: 10px; }
  section.full-description .reviews .rating.rating-total table {
    border: 2px solid #F0F0F0;
    border-radius: 8px;
    border-collapse: unset;
    max-width: 650px; }
    @media (max-width: 639px) {
      section.full-description .reviews .rating.rating-total table {
        border: none; } }
    @media (max-width: 639px) {
      section.full-description .reviews .rating.rating-total table td {
        padding: 5px; } }
    section.full-description .reviews .rating.rating-total table tr {
      border-bottom: 2px solid #F0F0F0; }
      section.full-description .reviews .rating.rating-total table tr:last-child {
        border-bottom: none; }
      @media (max-width: 639px) {
        section.full-description .reviews .rating.rating-total table tr {
          border-bottom: none; } }
    section.full-description .reviews .rating.rating-total table td:nth-child(1) {
      width: 25%; }
      @media (max-width: 639px) {
        section.full-description .reviews .rating.rating-total table td:nth-child(1) {
          width: 50%; } }
      @media (max-width: 639px) {
        section.full-description .reviews .rating.rating-total table td:nth-child(1) svg {
          width: auto;
          height: auto; } }
    section.full-description .reviews .rating.rating-total table td:nth-child(2) {
      width: 50%; }
      @media (max-width: 639px) {
        section.full-description .reviews .rating.rating-total table td:nth-child(2) {
          width: 28%; } }
    section.full-description .reviews .rating.rating-total table td:nth-child(3) {
      width: 20%;
      border-left: 2px solid #F0F0F0; }
      @media (max-width: 639px) {
        section.full-description .reviews .rating.rating-total table td:nth-child(3) {
          border-left: none;
          width: 33%; } }
      section.full-description .reviews .rating.rating-total table td:nth-child(3) span {
        font-size: 14px;
        font-weight: 400; }
  section.full-description .reviews .rating .progress {
    height: 4px;
    width: 100%;
    border-radius: 2.5px;
    background-color: rgba(13, 13, 13, 0.1); }
    section.full-description .reviews .rating .progress::-moz-progress-bar {
      background: #ffc627; }
    section.full-description .reviews .rating .progress::-webkit-progress-value {
      background: #ffc627; }
    section.full-description .reviews .review-entry .uk-grid-margin {
    margin-top: 24px; }
  section.full-description .reviews .review-entry .container-border {
    border: 2px solid #F0F0F0;
    padding: 15px; }
    section.full-description .reviews .review-entry .container-border .rating .total {
      font-size: 14px;
      color: #0D0D0D;
      font-weight: 700; }
    section.full-description .reviews .review-entry .container-border small {
      font-style: italic;
      font-size: 12px;
      font-weight: 500; }
    @media (max-width: 639px) {
      section.full-description .reviews .review-entry .container-border .uk-float-right {
        float: left;
        margin-top: 5px; } }

    section.full-description .reviews .add-review-button 
    {
      margin: 0;
      width: 100%; 
    }

  section.full-description .extra-info p {
    font-size: 14px;
    line-height: 20px; }
  section.full-description .extra-info span {
    font-size: 14px;
    color: #0D0D0D;
    font-weight: 500; }
  section.full-description .extra-info .uk-icon {
    margin-right: 15px; }
  section.full-description .extra-info table {
    border: 1px solid #e5e5e5; }
    section.full-description .extra-info table td:first-child {
      border-right: 1px solid #e5e5e5; }
  section.full-description small {
    display: block;
    font-size: 10px;
    line-height: 24px; }

.inner-ajax-content .product-list img {
  height: 70px;
  width: 70px;
  margin-right: 20px; }

  .popup-badges img {
  float: right; }

@media (max-width: 1120px) {
  .related-products .smallrelated {
    display: block;
    margin: 0; } }

.related-products .uk-container {
  box-sizing: border-box; }
.related-products .product-box .box .price {
  padding-left: 0; }
  .related-products .product-box .box .price .price-box {
    padding-left: 15px; }

/* Cart */
/* Modals */
#modal-product-added .uk-modal-dialog {
  width: 1000px; }

section.cart .heading {
  padding: 30px; }
  @media (max-width: 959px) {
    section.cart .heading {
      padding: 15px; } }
  section.cart .heading h2 {
    color: #0D0D0D;
    font-size: 24px;
    line-height: 56px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0; }
  section.cart .heading h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px; }
  section.cart .heading a.link {
    color: #E74816;
    font-size: 13px;
    line-height: 56px;
    font-weight: 600;
    text-decoration: underline; }
    section.cart .heading a.link:hover {
      text-decoration: none; }
section.cart table {
  border-top: 1px solid #e5e5e5; }
  section.cart table th {
    font-size: 14px;
    font-weight: 700;
    color: #0D0D0D;
    text-transform: none;
    border-right: 1px solid #e5e5e5;
    text-align: center; }
  section.cart table td {
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #e5e5e5;
    text-align: center; }
  section.cart table td:first-child, section.cart table th:first-child {
    text-align: left; }
  @media (max-width: 959px) {
    section.cart table td.product-summary {
      border-bottom: 1px solid #F0F0F0;
      margin-bottom: 15px; } }
  section.cart table td.product-summary .product-img {
    width: 92px;
    height: 82px;
    border: 2px solid #F0F0F0;
    border-radius: 6px;
    text-align: center; }
    section.cart table td.product-summary .product-img img {
      width: 82px; }
  section.cart table td.product-summary .product-info h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px; }
  section.cart table td.product-summary .product-info h4 {
    color: #868686;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 5px;
    opacity: 0.8; }
  section.cart table td.product-summary .product-info label {
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500; }
  section.cart table td.product-summary .product-info small {
    color: rgba(13, 13, 13, 0.5);
    font-size: 12px;
    font-weight: 600; }
  section.cart table td.price {
    white-space: nowrap; }
  section.cart table td.amount {
    white-space: nowrap; }
    section.cart table td.amount .product-num {
      display: inline-block; }
      section.cart table td.amount .product-num input {
        height: 35px;
        width: 24px;
        font-size: 12px;
        line-height: 13px; }
  section.cart table td.price-total {
    white-space: nowrap;
    font-weight: 700; }
  @media (max-width: 959px) {
    section.cart table.uk-table-responsive td.price {
      float: right; }
      section.cart table.uk-table-responsive td.price:before {
       /* content: "Cena: "; */} }
  @media (max-width: 959px) {
    section.cart table.uk-table-responsive td.amount {
      float: left;
      border-right: none;
      margin-right: 30px; } }
  @media (max-width: 959px) {
    section.cart table.uk-table-responsive td.price-total {
      float: right;
      clear: right; }
      section.cart table.uk-table-responsive td.price-total:before {
       /* content: "Skupaj: "; */} }
  @media (max-width: 959px) {
    .showonlyonmobile
    {
      display: block !important;
    }

    section.cart table.uk-table-responsive td.action {
      clear: both;
      text-align: left; } /*
      section.cart table.uk-table-responsive td.action:after {
        content: "Odstrani";
        font-size: 11px;
        line-height: 20px;
        color: rgba(13, 13, 13, 0.5);
        text-decoration: underline;
        padding-left: 10px; } */ }
section.cart.success .heading {
  padding: 30px 30px 20px 30px; }
  section.cart.success .heading h2 {
    line-height: 45px; }
section.cart.success .order-items .price-total .price {
  color: #0D0D0D; }
section.cart.success .summary-quick .uk-grid {
  margin-top: 0;
  margin-bottom: 0; }
section.cart.cart-social .buttons a {
  color: #FFFFFF;
  display: inline-block;
  border-radius: 8px;
  margin: 15px 12px 0 12px;
  width: 160px;
  height: 48px;
  line-height: 48px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px; }
  section.cart.cart-social .buttons a.fb {
    background-color: #3a5a98; }
  section.cart.cart-social .buttons a.yt {
    background-color: #ed2f2e; }
    section.cart.cart-social .buttons a.yt img {
      height: 11px; }
  section.cart.cart-social .buttons a.ig {
    background-color: #2e5e87; }
  section.cart.cart-social .buttons a img {
    filter: brightness(0) invert(1);
    position: relative;
    height: 13px;
    margin-right: 7px;
    top: -1px; }

section.cart-more .promo-title {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 14px; }
  section.cart-more .promo-title:after {
    position: relative;
    right: -10px;
    font-family: 'icomoon' !important;
    content: '\e90f';
    font-size: 12px;
    transition: transform .3s linear;
    display: inline-block; }
  section.cart-more .promo-title.active:after {
    transform: rotate(180deg); }
section.cart-more .promo-code input {
  max-width: 200px; }


  @media (max-width: 639px) {
    section.cart-more .promo-code input {
      max-width: 150px; } }
section.cart-more .promo-code strong {
  font-weight: 600; }
@media (max-width: 639px) {
  section.cart-more button {
    width: auto;
    padding: 0 15px; } }
section.cart-more h3 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px; }
section.cart-more small {
  display: block;
  padding-top: 10px;
  font-size: 12px;
  color: rgba(13, 13, 13, 0.25); }
  section.cart-more small.green {
    color: #34CB49; }
  section.cart-more small.red {
    color: #FF3636; }
section.cart-more hr {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0; }
  @media (max-width: 959px) {
    section.cart-more hr {
      margin-left: -10px;
      margin-right: -10px; } }
section.cart-more .summary-quick span {
  font-size: 14px;
  font-weight: 400; }
section.cart-more .summary-quick span.small {
  font-size: 12px; }
section.cart-more .help span {
  font-size: 14px;
  color: #0D0D0D;
  font-weight: 700; }
  @media (max-width: 639px) {
    section.cart-more .help span {
      font-size: 12px; } }
section.cart-more .help .uk-icon {
  margin-right: 15px; }
  @media (max-width: 639px) {
    section.cart-more .help .uk-icon {
      margin-right: 5px; } }
@media (max-width: 639px) {
  section.cart-more .help .button {
    font-size: 10px;
    padding: 0 10px; } }
@media (max-width: 639px) {
  section.cart-more .heading {
    text-align: center;
    margin-bottom: 20px; } }
@media (max-width: 639px) {
  section.cart-more .heading .uk-float-right {
    float: none; } }
section.cart-more .heading a.link {
  color: #E74816;
  font-size: 13px;
  line-height: 56px;
  font-weight: 600;
  text-decoration: underline; }
  section.cart-more .heading a.link:hover {
    text-decoration: none; }
section.cart-more .heading-right {
  font-size: 13px;
  color: rgba(13, 13, 13, 0.5);
  font-weight: 600; }
  section.cart-more .heading-right a {
    color: #E74816;
    text-decoration: underline; }
    section.cart-more .heading-right a:hover {
      text-decoration: none; }
section.cart-more .delivery-method label.option {
  display: block;
  cursor: pointer; }
  @media (max-width: 639px) {
    section.cart-more .delivery-method label.option {
      margin-bottom: 20px; } }
  section.cart-more .delivery-method label.option span {
    display: block; }
  section.cart-more .delivery-method label.option .price {
    color: #868686;
    font-size: 12px;
    font-weight: 700; }
  section.cart-more .delivery-method label.option .method-name {
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 700; }
  section.cart-more .delivery-method label.option .method-desc {
    font-size: 12px;
    color: rgba(13, 13, 13, 0.25);
    font-weight: 600; }
section.cart-more .delivery-method label span {
  color: #0D0D0D;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer; }
section.cart-more .pay-method .uk-accordion {
  margin: 0 -30px 0 -30px; }
  @media (max-width: 959px) {
    section.cart-more .pay-method .uk-accordion {
      margin: 0 -10px 0 -10px; } }
  section.cart-more .pay-method .uk-accordion li {
    border-bottom: 2px solid #F0F0F0;
    margin-top: 0;
    font-size: 13px; }
    section.cart-more .pay-method .uk-accordion li:first-child {
      padding-top: 0; }
    section.cart-more .pay-method .uk-accordion li div.uk-accordion-content li {
      border-bottom: 0; }
    section.cart-more .pay-method .uk-accordion li div.uk-accordion-title {
      cursor: pointer;
      margin: 0 30px 0 30px;
      font-size: 14px;
      line-height: 30px;
      padding: 20px 0; }
      @media (max-width: 639px) {
        section.cart-more .pay-method .uk-accordion li div.uk-accordion-title {
          font-size: 12px;
          line-height: 14px;
          margin: 0 10px 0 10px; } }
      section.cart-more .pay-method .uk-accordion li div.uk-accordion-title:before {
        display: none; }
      section.cart-more .pay-method .uk-accordion li div.uk-accordion-title:hover input.uk-radio {
        background-color: #E74816;
        border: 1px solid #E74816; }
      section.cart-more .pay-method .uk-accordion li div.uk-accordion-title input {
        width: 20px;
        height: 20px; }
      section.cart-more .pay-method .uk-accordion li div.uk-accordion-title .payment-icons {
        float: right; }
        section.cart-more .pay-method .uk-accordion li div.uk-accordion-title .payment-icons img {
          width: auto;
          max-width: none;
          height: 30px;
          padding-left: 5px; }
        @media (max-width: 639px) {
          section.cart-more .pay-method .uk-accordion li div.uk-accordion-title .payment-icons {
            width: 50px; }
            section.cart-more .pay-method .uk-accordion li div.uk-accordion-title .payment-icons img {
              height: 15px;
              padding-left: 2px; } }
    section.cart-more .pay-method .uk-accordion li .uk-accordion-content {
      margin: 0 30px 0 30px; }
section.cart-more .sidebar-summary .uk-table tr {
  border-top: 2px solid #F0F0F0 !important; }
section.cart-more .sidebar-summary .uk-table td {
  padding: 20px 20px 20px 0;
  vertical-align: middle; }
  @media (max-width: 639px) {
    section.cart-more .sidebar-summary .uk-table td {
      padding: 10px 10px 10px 0; } }
  section.cart-more .sidebar-summary .uk-table td:last-child {
    padding-right: 0; }
  section.cart-more .sidebar-summary .uk-table td .image {
    box-sizing: border-box;
    width: 92px;
    height: 82px;
    border: 2px solid #F0F0F0;
    border-radius: 6px; }
    @media (max-width: 639px) {
      section.cart-more .sidebar-summary .uk-table td .image {
        width: 40px;
        height: 35px; } }
  section.cart-more .sidebar-summary .uk-table td .title {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600; }
  section.cart-more .sidebar-summary .uk-table td .model {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    font-style: italic;
    display: block;
    margin-top: 10px; }
    section.cart-more .sidebar-summary .uk-table td .model a {
      color: #868686; }
  section.cart-more .sidebar-summary .uk-table td .quantity {
    font-size: 14px;
    font-weight: 500; }
  section.cart-more .sidebar-summary .uk-table td .amount {
    font-size: 14px;
    font-weight: 700; }
  section.cart-more .sidebar-summary .uk-table td .delete .uk-icon {
    width: 14px; }
section.cart-more .sidebar-summary .uk-table tr {
  border-top: none !important; }
  section.cart-more .sidebar-summary .uk-table tr td {
    padding: 0 20px 20px 0; }
section.cart-more .sidebar-summary .summary-quick {
  font-size: 14px;
  font-weight: 400; }
  section.cart-more .sidebar-summary .summary-quick span.small {
    color: #868686;
    font-size: 12px; }
section.cart-more .sidebar-summary .mini-message .icon {
  font-size: 50px;
  font-weight: 400;
  margin-right: 15px; }
section.cart-more .sidebar-summary .mini-message span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600; }
section.cart-more .sidebar-summary .coupon a {
  font-size: 12px;
  font-weight: 600; }
section.cart-more .sidebar-summary .order-submit .button {
  width: 100%;
  margin: 0; }
section.cart-more .sidebar-summary .order-submit label {
  display: block; }

section.cart-progress .progress-green {
  height: 8px;
  width: 100%;
  background-color: rgba(13, 13, 13, 0.1); }
  section.cart-progress .progress-green::-moz-progress-bar {
    background: #34CB49; }
  section.cart-progress .progress-green::-webkit-progress-value {
    background: #34CB49; }
section.cart-progress .steps {
  padding: 10px 25px; }
  section.cart-progress .steps .step {
    color: rgba(13, 13, 13, 0.05);
    font-size: 48px;
    font-weight: 900;
    line-height: 64px; }
section.cart-progress span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: rgba(13, 13, 13, 0.25); }
  section.cart-progress span strong {
    color: #0d0d0d;
    font-weight: 600; }

section.success .success-table .container-border {
  padding: 0; }
  section.success .success-table .container-border h3 {
    border-bottom: 1px solid #f0f0f0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    margin-bottom: 0; }
  section.success .success-table .container-border .content {
    padding-left: 30px;
    padding-top: 24px;
    padding-bottom: 30px;
    margin: 0; }
  section.success .success-table .container-border p {
    margin: 0;
    line-height: 25px; }
  section.success .success-table .container-border .billing-address {
    border-right: solid 1px #f0f0f0; }

section.cart-more.success .summary-quick div {
  color: #0D0D0D;
  font-size: 14px; }
  section.cart-more.success .summary-quick div span.small {
    font-size: 12px;
    color: #0D0D0D;
    opacity: 0.25; }
section.cart-more.success .summary-quick .uk-grid {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 35px; }
section.cart-more.success .summary-quick div.grand_total span.small {
  font-size: 14px !important;
  color: #0D0D0D !important;
  opacity: 1 !important; }
section.cart-more.success .summary-quick div.grand_total span {
  font-weight: bold !important; }

#order-complete-right-column.container-border {
  padding: 20px 30px; }

/* Login & Register & Customer */
.login-register {
  max-width: 600px;
  margin: 0 auto; }
  .login-register .uk-tab::before {
    border-bottom: none; }
  .login-register .uk-tab > * {
    padding-left: 0; }
    .login-register .uk-tab > *:first-child {
      padding-left: 20px; }
  .login-register .tabs .tab a {
    background-color: #F0F0F0;
    padding: 15px 0;
    color: #868686;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    border-bottom: 2px solid #F0F0F0; }
  .login-register .tabs .tab:first-child a {
    border-top-left-radius: 8px; }
  .login-register .tabs .tab:last-child a {
    border-top-right-radius: 8px; }
  .login-register .tabs .uk-active a {
    background-color: #FFFFFF;
    border-bottom: 2px solid #E74816; }
  .login-register .tab-content {
    padding: 0 20px 20px 20px; }
    .login-register .tab-content .badge {
      background-color: transparent; }
      .login-register .tab-content .badge img {
        height: 50px;
        padding-right: 10px; }
      .login-register .tab-content .badge p {
        margin: 0; }
    .login-register .tab-content h3 {
      font-weight: 700;
      font-size: 24px;
      line-height: 24px;
      margin-top: 0; }
    .login-register .tab-content a {
      font-size: 13px;
      color: #E74816;
      text-decoration: underline; }
      .login-register .tab-content a:hover {
        text-decoration: none; }
    .login-register .tab-content p {
      font-size: 13px;
      color: #0D0D0D;
      margin: 15px 0; }
      .login-register .tab-content p.strong {
        font-weight: 600; }
    .login-register .tab-content span {
      font-size: 13px;
      font-weight: 600; }
    .login-register .tab-content .button {
      width: 100%;
      margin: 0;
      color: #FFFFFF;
      text-decoration: none; }

.customer-page {
  color: #0D0D0D;
  font-size: 12px; }
  .customer-page .my-account select {
    height: 50px;
    border: 1px solid rgba(13, 13, 13, 0.25);
    border-radius: 4px;
    padding-left: 15px;
    width: 100%; }
  @media (max-width: 959px) {
    .customer-page .sidebar-container {
      display: none;
      position: absolute;
      z-index: 9; } }
  .customer-page .sidebar-container .sidebar {
    background-color: #FFFFFF;
    padding: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-weight: 500;
    margin-bottom: 25px; }
    .customer-page .sidebar-container .sidebar.block-account .block-content {
      margin: 15px 0 15px 15px;
      padding: 0; }
      .customer-page .sidebar-container .sidebar.block-account .block-content ul {
        list-style-type: none;
        padding-left: 0; }
        .customer-page .sidebar-container .sidebar.block-account .block-content ul li {
          border: none;
          padding: 7px 0; }
          .customer-page .sidebar-container .sidebar.block-account .block-content ul li a {
            font-size: 14px;
            font-weight: 500;
            text-transform: none; }
          .customer-page .sidebar-container .sidebar.block-account .block-content ul li.current a {
            color: #E74816; }
  .customer-page .content address {
    margin-top: 0; }
  .customer-page .content .hello img {
    width: 50px; }
  .customer-page .content .hello h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px; }
  .customer-page .content .hello a {
    color: #E74816;
    font-size: 12px;
    font-weight: 600; }
  .customer-page .content .hello a.button {
    color: #FFFFFF;
    margin: 0; }
  .customer-page .content .container-border hr {
    margin-left: -30px;
    margin-right: -30px; }
    @media (max-width: 959px) {
      .customer-page .content .container-border hr {
        margin-left: -10px;
        margin-right: -10px; } }
  .customer-page .content .container-border .heading h3 {
    font-size: 14px;
    font-weight: 700; }
  .customer-page .content .container-border .heading .heading-right {
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px; }
    .customer-page .content .container-border .heading .heading-right a {
      color: #E74816;
      text-decoration: underline; }
      .customer-page .content .container-border .heading .heading-right a:hover {
        text-decoration: none; }
  .customer-page .content .container-border .box img {
    width: 96px; }
  .customer-page .content .container-border .box .num {
    display: block;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase; }
    .customer-page .content .container-border .box .num span {
      display: block;
      font-size: 10px; }
  .customer-page .content .container-border .progress span {
    font-size: 12px; }
  .customer-page .content .container-border .progress .start {
    text-align: left; }
    .customer-page .content .container-border .progress .start.status span {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase; }
      .customer-page .content .container-border .progress .start.status span strong {
        font-size: 20px;
        font-weight: 700; }
  .customer-page .content.transactions span {
    font-size: 14px;
    font-weight: 500;
    display: block; }
  .customer-page .content.transactions span.small {
    font-size: 12px;
    color: rgba(13, 13, 13, 0.25);
    padding-top: 5px;
    padding: 5px 0 0 0; }
  .customer-page .content.transactions span.points, .customer-page .content.transactions span.points span.price {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0; }
  .customer-page .content.transactions .uk-table tr {
    border-top: 2px solid #F0F0F0 !important; }
  .customer-page .content.transactions .uk-table td {
    padding: 20px 20px 20px 0;
    vertical-align: middle; }
    @media (max-width: 639px) {
      .customer-page .content.transactions .uk-table td {
        padding: 10px 10px 10px 0; } }
    .customer-page .content.transactions .uk-table td:last-child {
      padding-right: 0; }
    .customer-page .content.transactions .uk-table td .image {
      box-sizing: border-box;
      width: 92px;
      height: 82px;
      border: 2px solid #F0F0F0;
      border-radius: 6px; }
      @media (max-width: 639px) {
        .customer-page .content.transactions .uk-table td .image {
          width: 40px;
          height: 35px; } }
    .customer-page .content.transactions .uk-table td .title {
      font-size: 12px;
      line-height: 20px;
      font-weight: 600; }
    .customer-page .content.transactions .uk-table td .model {
      font-size: 12px;
      line-height: 20px;
      font-weight: 500;
      font-style: italic;
      display: block;
      margin-top: 10px; }
      .customer-page .content.transactions .uk-table td .model a {
        color: #868686; }
    .customer-page .content.transactions .uk-table td .quantity {
      font-size: 14px;
      font-weight: 500; }
    .customer-page .content.transactions .uk-table td .amount {
      font-size: 14px;
      font-weight: 700; }
    .customer-page .content.transactions .uk-table td .delete .uk-icon {
      width: 14px; }
  .customer-page .content.transactions .uk-table tr {
    border-top: none !important; }
  .customer-page .content.transactions .uk-table td {
    padding: 10px 10px 10px 0;
    vertical-align: middle; }

@media (max-width: 639px) {
  .cms-o-nas .header-banner {
      background-size: cover;
      background-position: 45% 0;
   }

   .grid-blog .uk-width-1-2 {
      width: 100%;
   }
}

.option_price
{
  color: #868686;
}

.option_price.active
{
  color: #0d0d0d;
}



/*# sourceMappingURL=style.css.map */
