@charset "UTF-8";
/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
html body {
  overflow-x: hidden;
  line-height: 1; }
a {
  outline: none!important;
}
/******************************
 Main Structure
*******************************/
.wrapper, .mega-menu-content, .site-wrapper > .container {
  max-width: 1024px; }

.wrapper {
  margin: 0 auto;
  position: relative; }

.site-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }
  .site-wrapper > .container {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .site-wrapper > .container > .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

.row {
  margin-left: 0;
  margin-right: 0; }
  .row > div {
    padding-left: 0;
    padding-right: 0; }

.site-wrapper > .container::before, .site-wrapper > .container::after,
.site-wrapper > .container > .row::before,
.site-wrapper > .container > .row::after {
  display: none; }

#content {
  width: 100%; }
  .one-column #content {
    max-width: calc(100% - 200px); }
  .two-column #content {
    max-width: calc(100% - 200px * 2); }

.side-column {
  width: 100%;
  max-width: 200px; }

.phone .side-column {
  display: none !important; }

.phone #content {
  max-width: 100% !important; }

.left-column-disabled #column-left,
.left-column-disabled #column-right,
.right-column-disabled #column-left,
.right-column-disabled #column-right {
  display: none; }

.left-column-disabled.one-column #content, .left-column-disabled.two-column #content,
.right-column-disabled.one-column #content,
.right-column-disabled.two-column #content {
  max-width: 100%; }

/******************************
 Page Titles
*******************************/
.title {
  position: relative;
  line-height: 1.2;
  margin: 0;
  padding: 0; }
  .title span::after {
    top: 1px; }

html:not(.popup) .site-wrapper > h1.page-title > span {
  display: block;
  margin: 0 auto; }

html:not(.popup) .site-wrapper > h1.page-title::after {
  display: none !important; }

/******************************
 Title Module
*******************************/
.title-module h3 {
  display: inline-block;
  margin: 0; }

.title-module .title-divider {
  margin: 0 auto; }
  .title-module .title-divider::before {
    line-height: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.title-module .subtitle {
  display: inline-block; }

.title-module .title-wrapper {
  position: relative; }
  .title-module .title-wrapper::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.title-wrapper {
  margin: 0 auto; }

/******************************
 Footer
*******************************/
footer {
  clear: both;
  margin-top: auto;
  z-index: 1; }

.desktop.footer-reveal .site-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: none; }

.desktop.footer-reveal .site-wrapper > *:not(footer) {
  z-index: 2; }

.desktop.footer-reveal .site-wrapper header {
  z-index: 3; }

.desktop.footer-reveal .top-row {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.desktop.footer-reveal footer {
  position: fixed;
  z-index: 0;
  width: 100vw;
  bottom: 0; }

/******************************
 Breadcrumbs
*******************************/
.breadcrumb {
  margin: 0;
  border-radius: 0;
  position: relative;
  padding: 0;
  background-color: transparent;
  width: 100%;
  margin: 0 auto; }
  .breadcrumb > li {
    position: relative;
    word-break: break-all;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .breadcrumb > li:last-of-type a {
      pointer-events: none;
      text-decoration: none; }
  .breadcrumb::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    top: 0;
    z-index: -1; }
  .breadcrumb .fa {
    font-family: inherit; }

.boxed-layout .breadcrumb::before {
  display: none; }

/******************************
 Empty page
*******************************/
#content h1 + p:only-of-type:last-child {
  margin: 0;
  padding: 10px; }

/******************************
 Header Notice
*******************************/
.notice-module {
  overflow: hidden;
  -webkit-box-ordinal-group: -99;
      -ms-flex-order: -100;
          order: -100; }
  .notice-module .module-body, .notice-module .hn-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

/******************************
 Block Expand
*******************************/
.expand-block {
  position: relative; }

.block-expand {
  padding: 2px 6px;
  font-size: 10px;
  pointer-events: auto; }
  .block-expand::after {
    font-weight: inherit;
    -webkit-font-smoothing: initial; }

.block-expand-overlay {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.expand-content.block-expanded {
  max-height: 100% !important;
  overflow: visible !important;
  padding-bottom: 25px;
  -webkit-transition: all 0s !important;
  transition: all 0s !important; }
  .expand-content.block-expanded + .block-expand-overlay {
    background: none !important; }

.no-expand .expand-content {
  max-height: 100% !important;
  overflow: visible !important; }

.no-expand .block-expand-overlay {
  display: none !important; }

/******************************
 Info Blocks
*******************************/
.module-info_blocks .module-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.module-info_blocks .info-blocks-image .info-block::before {
  display: none; }

.module-info_blocks .info-block-img {
  position: relative; }

.info-block {
  position: relative;
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out;
  height: 100%; }
  .info-block::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    line-height: 1;
    text-align: center; }
  .info-block .count-badge {
    position: absolute;
    right: 0;
    top: 0; }

.info-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/******************************
 Old Browser
*******************************/
.has-old-browser {
  position: fixed;
  overflow: hidden; }

.old-browser {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000; }

.ob-content {
  display: table-cell;
  vertical-align: middle; }

.ob-text {
  padding: 10px 15px;
  font-size: 20px;
  display: block;
  max-width: 750px;
  margin: 0 auto; }

.ob-links a {
  display: inline-block;
  margin: 15px; }
  .ob-links a img {
    display: block;
    margin-bottom: 5px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out; }
  .ob-links a:hover img {
    -webkit-transform: scale(1);
            transform: scale(1); }

/******************************
 Scroll to Top
*******************************/
.scroll-top {
  display: none;
  position: fixed;
  z-index: 10001;
  right: 20px;
  bottom: 10px;
  cursor: pointer; }
  .scroll-top i {
    font-size: 50px; }
  .scroll-top.scroll-top-active {
    display: block !important; }

/******************************
 Loader
*******************************/
.journal-loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.15); }

.journal-loading {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0; }
  .journal-loading i::before {
    content: "\e92f";
    font-family: icomoon;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -51%);
            transform: translate(-50%, -51%); }
  .journal-loading + iframe {
    z-index: 10; }

/******************************
 Site Loader
*******************************/
.j-loader {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 1000000;
  -webkit-transition: opacity 6s ease, -webkit-transform 1s ease-in-out;
  transition: opacity 6s ease, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 6s ease;
  transition: transform 1s ease-in-out, opacity 6s ease, -webkit-transform 1s ease-in-out;
  background: white; }

.j-loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .j-loader-content .journal-loading {
    position: static;
    -webkit-transform: none;
            transform: none; }
  .j-loader-content span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block; }

.j-loaded {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
          transform: translate3d(-50%, -50%, 0) scale(0);
  opacity: 0; }

/******************************
 Catalog
*******************************/
.no-search .mobile-search-wrapper {
  display: none !important; }

.no-search .mobile-2 .mobile-search-group {
  display: none !important; }

.safari .module-banners a,
.safari .module-gallery a,
.safari .category-thumb a,
.safari .manufacturer-thumb a {
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

/******************************
 Span after breadcrumbs
*******************************/
.breadcrumb + span {
  height: 0; }

/******************************
 Default modal color
*******************************/
.modal {
  color: #333; }

html.ie {
  overflow-x: hidden; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Journal Grid
*******************************/
.grid-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.grid-row {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .grid-row::before {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent; }
  .grid-row .wave {
    pointer-events: none;
    position: absolute;
    width: 100%; }
  .grid-row .wave-top {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-63%);
            transform: translateY(-63%); }
  .grid-row .wave-bottom {
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(63%) scaleY(-1);
            transform: translateY(63%) scaleY(-1); }

.boxed-layout .grid-row::before {
  width: 100%; }

.mega-menu .grid-row {
  overflow: hidden; }

/******************************
 Overlay Element
*******************************/
.grid-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  height: 100%; }

.grid-col {
  width: 100%;
  position: relative; }

.module {
  position: relative; }

.side-column > .grid-rows > .grid-row > .grid-cols > .grid-col {
  width: 100% !important; }

.grid-items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.grid-item {
  width: 100%; }

.video-row {
  position: absolute;
  z-index: -100;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100; }

/******************************
 Column Dimensions
*******************************/
.desktop #top .grid-col::before, .desktop #content-top .grid-col::before,
.desktop #bottom .grid-col::before {
  pointer-events: none;
  position: absolute;
  padding: 0 4px;
  font-size: 12px;
  top: 0;
  left: 0;
  background-color: palegreen;
  z-index: 10; }

.desktop #top .grid-col:hover::before, .desktop #content-top .grid-col:hover::before,
.desktop #bottom .grid-col:hover::before {
  content: attr(data-dimensions); }

.desktop #top .grid-cols > div:only-of-type::before {
  display: none; }

/******************************
 Demo
*******************************/
/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 General
*******************************/
::before,
::after {
  position: relative;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }

.fa {
  position: relative; }

.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
  margin: 0;
  font-weight: 700; }

p {
  margin: 0; }

s {
  text-decoration: none;
  font-size: 70%;
  font-style: normal;
  font-weight: 400;
  white-space: normal;
  line-height: 1;
  max-width: 125px;
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out; }

/******************************
 Images
*******************************/
img {
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.img-thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent; }

.language-flag {
  max-width: none; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }

@-webkit-keyframes fa-rotate {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes fa-rotate {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/******************************
 Buttons
*******************************/
a, button {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

a:focus, a:hover {
  text-decoration: none; }

button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0; }

button:focus, button.active:focus, button:active:focus,
.btn:focus,
.btn.active:focus,
.btn:active:focus,
.btn-default:focus,
.btn-default.active:focus,
.btn-default:active:focus {
  outline: none; }

button.active, button:active,
.btn.active,
.btn:active,
.btn-default.active,
.btn-default:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn.disabled {
  pointer-events: none;
  position: relative;
  opacity: 1; }
  .btn.disabled::before,
  .btn.disabled > span {
    opacity: 0; }
  .btn.disabled::after {
    content: "";
    position: absolute; }

.btn.btn-full {
  width: 100%; }

.btn {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  line-height: 1;
  min-width: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .btn > span:first-of-type {
    min-width: 0;
    white-space: nowrap; }
  .btn > .links-text:empty {
    display: none; }
  .btn .count-badge {
    margin: 0; }

.fa-upload {
  margin-right: 5px; }

:focus {
  outline: none; }

/******************************
 Page Buttons
*******************************/
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .buttons .pull-left {
    margin-right: auto; }
  .buttons .pull-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .buttons .pull-right > a:not(.btn) {
      margin: 0 5px; }
      .buttons .pull-right > a:not(.btn) + input {
        margin: 0 5px 0 0; }
  .buttons input[type=checkbox] {
    margin: 0 4px; }

fieldset + .buttons,
.pagination-results + .buttons {
  margin-top: 20px; }

/******************************
 Count Badge
*******************************/
.count-badge {
  font-size: 10px;
  margin-left: 5px;
  min-width: 1.65em;
  height: 1.65em;
  padding: 0 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0; }

/******************************
 Rating
*******************************/
.fa-stack {
  font-size: 15px;
  width: 1.1em;
  height: 1em;
  line-height: 1; }
  .fa-stack i {
    font-size: 1em; }

.fa-star,
.fa-star + .fa-star-o {
  color: gold; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/******************************
 Product Labels
*******************************/
.product-labels {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product-label {
  position: relative;
  pointer-events: none;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }
  .product-label b {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1; }

.product-label-diagonal {
  top: 0;
  left: 0;
  width: 300px;
  -webkit-transform: translate3d(-130px, 8px, 0) rotate(-45deg);
          transform: translate3d(-130px, 8px, 0) rotate(-45deg);
  font-size: 15px;
  text-align: center;
  position: absolute;
  margin: 0;
  padding: 0; }
  .product-label-diagonal b {
    display: block;
    background: transparent; }
  .product-label-diagonal.label-2 {
    -webkit-transform: translate3d(-112px, 26px, 0) rotate(-45deg);
            transform: translate3d(-112px, 26px, 0) rotate(-45deg); }
  .product-label-diagonal.label-3 {
    -webkit-transform: translate3d(-94px, 43px, 0) rotate(-45deg);
            transform: translate3d(-94px, 43px, 0) rotate(-45deg); }

html[dir='rtl'] .product-label-default {
  text-align: left; }

html[dir='rtl'] .product-label-diagonal {
  left: auto;
  right: 0;
  text-align: center;
  -webkit-transform: translate3d(calc(0px - (-130px)), 8px, 0) rotate(45deg);
          transform: translate3d(calc(0px - (-130px)), 8px, 0) rotate(45deg); }
  html[dir='rtl'] .product-label-diagonal.label-2 {
    -webkit-transform: translate3d(calc(0px - (-112px)), 26px, 0) rotate(45deg);
            transform: translate3d(calc(0px - (-112px)), 26px, 0) rotate(45deg); }
  html[dir='rtl'] .product-label-diagonal.label-3 {
    -webkit-transform: translate3d(calc(0px - (-94px)), 43px, 0) rotate(45deg);
            transform: translate3d(calc(0px - (-94px)), 43px, 0) rotate(45deg); }

/******************************
 Countdown
*******************************/
.countdown {
  position: relative;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: visible;
  opacity: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 12px; }
  .countdown > div {
    width: 25%;
    padding: 2px;
    border-width: 0 0 0 1px; }
    .countdown > div:first-of-type {
      border-left-width: 0; }
    .countdown > div span {
      display: block;
      font-size: 10px;
      font-weight: 400;
      position: relative;
      top: -3px;
      padding: 0 4px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .product-thumb:hover .countdown {
    opacity: 1; }

.touchevents .countdown {
  opacity: 1; }

.module-countdown .countdown {
  margin: 0 auto; }

/******************************
 Forms
*******************************/
label {
  font-weight: 400;
  position: relative; }

legend {
  border: none;
  margin: 10px 0;
  color: inherit; }

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0;
  -webkit-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out; }
  .form-group:empty {
    display: none !important; }
  .form-group > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .form-group .text-danger,
  .form-group .text-success {
    width: 100%;
    margin-top: 5px; }
  .form-group .control-label {
    padding: 0;
    margin: 0;
    width: auto;
    text-align: left;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 0 0 1px 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%; }
    .form-group .control-label + div {
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 200px;
              flex: 1 1 200px;
      padding-left: 0;
      padding-right: 0;
      float: none; }
  .form-group .input-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .form-group fieldset {
    width: 100%; }

.radio,
.checkbox {
  padding: 0 15px 0 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .radio input,
  .checkbox input {
    margin: 0; }
  .radio label,
  .checkbox label {
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .radio label input[type='checkbox'],
    .checkbox label input[type='checkbox'] {
      margin-top: 3px; }
  .radio a,
  .checkbox a {
    padding: 0 3px; }

.checkbox-inline,
.radio-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkbox-inline input,
  .radio-inline input {
    margin: 0; }

.radio + .radio,
.radio + .checkbox {
  margin-top: 0; }

.label-info {
  display: inline-block; }

.form-group > .col-sm-2 > input[type=checkbox] {
  margin-top: 10px; }

.form-control {
  border-radius: 0 !important;
  border-color: transparent;
  line-height: 1.3;
  color: #555;
  background-color: white;
  -webkit-transition: all 0.07s ease-out;
  transition: all 0.07s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none; }

input.form-control {
  min-width: 35px;
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.has-error .form-control {
  -webkit-box-shadow: none;
          box-shadow: none; }

.has-error .control-label,
.has-error .text-danger {
  color: inherit; }

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group input.form-control {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .input-group .input-group-btn {
    width: auto;
    height: 100%; }
  .input-group .btn {
    height: 100%; }
    .input-group .btn i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

#input-captcha {
  max-width: 140px; }
  #input-captcha + img {
    margin: 0 7px; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.form-horizontal .captcha .form-group {
  margin: 0; }

.form-horizontal .captcha legend {
  display: none; }

.form-horizontal .g-recaptcha {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }

.form-horizontal .radio, .form-horizontal .checkbox {
  padding-top: 5px;
  min-height: 20px; }

.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0; }

fieldset + fieldset {
  margin-top: 20px; }

.required .control-label::after {
  content: "*";
  position: relative;
  font-family: inherit;
  margin-left: 3px;
  line-height: 1.2;
  max-height: 10px; }

.required .control-label + div::before {
  display: none;
  content: "*";
  position: absolute;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  font-family: inherit;
  line-height: 1.2;
  max-height: 10px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin: 0; }

/******************************
 Date Time
*******************************/
.bootstrap-datetimepicker-widget tr td {
  position: relative; }
  .bootstrap-datetimepicker-widget tr td span {
    position: relative; }
    .bootstrap-datetimepicker-widget tr td span:hover {
      background: transparent;
      z-index: 2; }
    .bootstrap-datetimepicker-widget tr td span.active {
      background-color: inherit;
      color: inherit;
      text-shadow: inherit;
      z-index: 3; }
  .bootstrap-datetimepicker-widget tr td:hover, .bootstrap-datetimepicker-widget tr td.active {
    z-index: 2; }
  .bootstrap-datetimepicker-widget tr td.separator {
    color: inherit;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .bootstrap-datetimepicker-widget tr td.separator:hover {
      color: inherit !important;
      background-color: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }

.bootstrap-datetimepicker-widget .datepicker-months tr td,
.bootstrap-datetimepicker-widget .datepicker-years tr td,
.bootstrap-datetimepicker-widget .timepicker-picker tr td {
  color: inherit !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.bootstrap-datetimepicker-widget .picker-switch + .collapse .timepicker-hours,
.bootstrap-datetimepicker-widget .picker-switch + .collapse .timepicker-minutes {
  margin-top: 10px; }

.bootstrap-datetimepicker-widget::before {
  display: none !important; }

.bootstrap-datetimepicker-widget .timepicker-picker .btn {
  margin: 10px 0; }

.bootstrap-datetimepicker-widget .picker-switch .btn {
  margin-top: 10px; }

/******************************
 Stepper
*******************************/
.stepper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 100%;
  border-width: 1px;
  min-height: 30px;
  font-size: 15px;
  -webkit-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out; }
  .stepper .form-control {
    width: 100%;
    height: 100%;
    min-height: 28px;
    border-radius: inherit !important;
    border-width: 0;
    text-align: center;
    padding: 0 20px 0 2px;
    font-size: 13px;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out; }
  .stepper span {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    border-width: 0 0 0 1px;
    border-color: inherit;
    border-style: inherit;
    z-index: 10; }
    .stepper span i {
      cursor: pointer;
      width: 100%;
      min-width: 18px;
      background: #E6E6E6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 50%;
      -webkit-transition: all 0.05s ease-out;
      transition: all 0.05s ease-out; }
      .stepper span i:hover {
        background: lightgrey; }
      .stepper span i:active {
        -webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.3);
                box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.3); }
      .stepper span i:first-of-type {
        border-width: 0 0 1px 0;
        border-color: inherit;
        border-style: inherit; }
        .stepper span i:first-of-type::before {
          font-family: icomoon;
          content: "\e93e";
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .stepper span i:last-of-type::before {
        font-family: icomoon;
        content: "\e93f";
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }

a :active, button :active, .btn :active {
  opacity: .9; }

i.fa {
  font-style: normal; }

/******************************
 Table
*******************************/
table {
  border-collapse: inherit; }
  table td {
    padding: 10px 15px; }

.table-bordered > tbody > tr > td {
  border-top-width: 0;
  border-right-width: 0; }

.table-responsive {
  margin-bottom: 0;
  border-width: 0; }
  .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none; }

.table-responsive {
  border: 0; }
  .table-responsive > table {
    border: none !important; }

.table, table, .table-responsive > .table {
  margin-bottom: 0;
  border-width: 0; }

.table-hover > tbody > tr:hover {
  background-color: transparent; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent; }

html[dir='rtl'] .table {
  max-width: none;
  max-width: initial; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px 14px;
  border-top-color: transparent;
  vertical-align: middle; }

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-color: transparent; }

.table-bordered {
  border-color: transparent; }

.table {
  border-color: transparent; }
  .table > tbody + tbody {
    border-top: 0; }

table td:first-child, table th:first-child, .table-bordered td:first-child, .table-bordered th:first-child {
  border-left-width: 0; }

table td:last-child, table th:last-child, .table-bordered td:last-child, .table-bordered th:last-child {
  border-right-width: 0; }

table thead > tr > td, .table-bordered thead > tr > td {
  border-bottom-width: 1px;
  border-right-width: 0; }

table tbody tr:last-child td, table tbody tr:last-child th, .table-bordered tbody tr:last-child td, .table-bordered tbody tr:last-child th {
  border-bottom-width: 0; }

table tfoot > tr > td, .table-bordered tfoot > tr > td {
  border-bottom-width: 0;
  border-right-width: 0; }

table > thead > tr > td {
  border-bottom-width: 1px; }

table > thead:first-of-type > tr > td {
  border-top-width: 0 !important; }

.table > tbody:first-child > tr:first-of-type > td {
  border-top-width: 0 !important; }

@media screen and (max-width: 767px) {
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: normal; } }

.product-compare #content tbody td {
  text-align: center; }

.route-account-wishlist #content table td,
.route-checkout-cart #content table td,
.route-checkout-checkout #content table td {
  min-width: 100px; }

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  border-width: 0; }

/******************************
 Tooltips
*******************************/
.tooltip {
  z-index: 10001;
  pointer-events: none;
  opacity: 1; }
  .tooltip.in {
    opacity: 1;
    pointer-events: none; }

.tooltip-inner {
  color: white;
  background: #333;
  border-radius: 5px;
  font-size: 13px;
  padding: .2em .6em; }

.tooltip.top .tooltip-arrow {
  border-top-color: #333; }

.tooltip.right .tooltip-arrow {
  border-right-color: #333; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333; }

.tooltip.left .tooltip-arrow {
  border-left-color: #333; }

.tooltip.fade > * {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.tooltip.fade.in > * {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.tooltip.top > * {
  -webkit-transform: translate3d(0, 7px, 0);
          transform: translate3d(0, 7px, 0); }

.tooltip.right > * {
  -webkit-transform: translate3d(-7px, 0, 0);
          transform: translate3d(-7px, 0, 0); }

.tooltip.bottom > * {
  -webkit-transform: translate3d(0, -7px, 0);
          transform: translate3d(0, -7px, 0); }

.tooltip.left > * {
  -webkit-transform: translate3d(7px, 0, 0);
          transform: translate3d(7px, 0, 0); }

/******************************
 Alerts
*******************************/
.alert {
  margin-bottom: 0;
  border: 0;
  padding: 10px 25px 10px 15px;
  border-radius: 0;
  position: relative; }
  .alert i {
    margin: 5px; }
  .alert .close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
    right: 10px;
    opacity: 1; }

/******************************
 Tags
*******************************/
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tags a {
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out; }

/******************************
 RESPONSIVE VIDEO
*******************************/
.video-responsive {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid;
  width: 100%;
  position: relative; }

.video-frame {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%; }
  .video-frame > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

iframe {
  max-width: 100%;
  border: none; }

/******************************
 Facebook
*******************************/
.fb-page {
  overflow-x: auto;
  max-width: 100%;
  display: block !important; }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: visible; }
  hr::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 0;
    width: 1em;
    height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

/******************************
 Drop Cap
*******************************/
.drop-cap {
  position: relative;
  display: block;
  float: left;
  line-height: 1; }

.amp {
  display: inline-block;
  position: relative;
  line-height: 1; }

/******************************
 Blockquote
*******************************/
blockquote {
  border: none;
  padding: 0;
  margin: 0;
  border: none;
  font-size: inherit; }
  blockquote::before {
    float: left;
    line-height: 1;
    font-size: 2.5em;
    font-style: normal; }
  blockquote::after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }

/******************************
 No transitions
*******************************/
.no-transitions * {
  -webkit-transition: all 0s !important;
  transition: all 0s !important; }

/******************************
 Share Reactions
*******************************/
.sharethis-inline-reaction-buttons {
  display: inline-block !important; }
  .sharethis-inline-reaction-buttons .st-btn {
    font-size: 18px !important;
    padding: 0 7px !important;
    width: auto !important; }
    .sharethis-inline-reaction-buttons .st-btn.st-selected {
      -webkit-transform: scale(1) !important;
              transform: scale(1) !important; }
    .sharethis-inline-reaction-buttons .st-btn > svg {
      width: 30px !important;
      height: 30px !important; }

/******************************
Link Resets
*******************************/
.cart-heading,
.info-block,
.nav-tabs li a,
.btn,
.name a,
.catalog-title,
.subitem a,
.panel-title a,
.refine-item a,
.compare-btn,
.search-result a,
.j-menu > li > a,
.dropdown-toggle > a,
.menu-item > a,
.account-list a,
.tags a,
.module-blog_categories a,
.module-blog_comments a,
.blog-feed,
.mobile-custom-menu,
.slider-static-text,
.x {
  text-decoration: none; }
  .cart-heading:hover,
  .info-block:hover,
  .nav-tabs li a:hover,
  .btn:hover,
  .name a:hover,
  .catalog-title:hover,
  .subitem a:hover,
  .panel-title a:hover,
  .refine-item a:hover,
  .compare-btn:hover,
  .search-result a:hover,
  .j-menu > li > a:hover,
  .dropdown-toggle > a:hover,
  .menu-item > a:hover,
  .account-list a:hover,
  .tags a:hover,
  .module-blog_categories a:hover,
  .module-blog_comments a:hover,
  .blog-feed:hover,
  .mobile-custom-menu:hover,
  .slider-static-text:hover,
  .x:hover {
    text-decoration: none; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Login Page
*******************************/
.login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .login-box > div {
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available; }
  .login-box .login-box .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .login-box::before, .login-box::after {
    display: none; }
  .login-box .well {
    height: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .login-box .well > .btn {
      margin-top: auto;
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .login-box .well p:first-of-type {
      display: none; }
    .login-box .well .buttons {
      margin-top: auto; }

#account-login .well {
  margin: 0; }

.form-group input[type="password"] + div {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.register-page > div {
  width: 100%; }

.register-page > p {
  margin-bottom: 20px; }

.register-page .fieldset + fieldset {
  margin-top: 30px; }

/******************************
 My Account
*******************************/
.route-account-account #content,
.route-affiliate-account #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .route-account-account #content > div,
  .route-affiliate-account #content > div {
    margin-bottom: 25px; }

.account-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .account-list > li {
    width: 100%;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .account-list > li > a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1.3;
      -webkit-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
      .account-list > li > a::before {
        margin-right: 5px; }

.route-account-return-add fieldset {
  margin-top: 30px; }

.route-account-order-info table {
  margin-bottom: 20px; }

.route-account-order-info h2 {
  margin-top: 20px; }

.route-account-return-info h1 + table,
.route-account-return-info .table-responsive {
  margin-bottom: 20px; }

#account, #address, #account-address form > div:not(.buttons) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Wishlist
*******************************/
.route-account-wishlist .table {
  margin-bottom: 0; }

.route-account-wishlist .table-responsive table tr td:nth-of-type(2) {
  min-width: 175px; }

.route-account-wishlist .table-responsive table tr td:last-of-type {
  white-space: nowrap; }

.route-account-wishlist .table-responsive .btn {
  padding: 10px; }

.route-account-wishlist .table-responsive .fa-times::before,
.route-account-wishlist .table-responsive .fa-shopping-cart::before {
  font-size: 16px; }

[class*="route-account-"]:not(.route-account-address) table .text-right .btn,
[class*="route-account-"]:not(.route-account-address-delete) table .text-right .btn {
  min-width: 35px;
  min-height: 35px;
  margin: 2px; }
  [class*="route-account-"]:not(.route-account-address) table .text-right .btn i,
  [class*="route-account-"]:not(.route-account-address-delete) table .text-right .btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    [class*="route-account-"]:not(.route-account-address) table .text-right .btn i::before,
    [class*="route-account-"]:not(.route-account-address-delete) table .text-right .btn i::before {
      font-size: 16px; }

[class*="route-account-"]:not(.route-account-address) h1 + p,
[class*="route-account-"]:not(.route-account-address-delete) h1 + p {
  margin-bottom: 15px; }

/******************************
 Cart Page
*******************************/
.panels-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .cart-total .table {
    margin: 0 !important; }
    .cart-total .table td + td {
      width: 15%;
      min-width: 130px; }

@media only screen and (max-width: 760px) {
  .route-checkout-cart .panels-total .form-group .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .route-checkout-cart .panels-total .form-group .input-group .input-group-btn {
      width: 100%; }
      .route-checkout-cart .panels-total .form-group .input-group .input-group-btn .btn {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
        height: 40px;
        padding: 10px; }
  html[dir='rtl'].route-checkout-cart .panels-total .form-group .input-group .input-group-btn .btn {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0; } }

.route-checkout-cart #content .table-responsive table tbody .td-qty .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.route-checkout-cart #content .table-responsive table tbody .td-qty .input-group-btn {
  width: auto; }

.route-checkout-cart #content .table-responsive table tr td {
  min-width: 90px; }
  .route-checkout-cart #content .table-responsive table tr td:nth-of-type(2) {
    min-width: 175px; }

.route-checkout-cart #content .cart-panels {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .route-checkout-cart #content .cart-panels p {
    margin-bottom: 10px; }

.route-checkout-cart #content .cart-page,
.route-checkout-cart #content form,
.route-checkout-cart #content .cart-bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.route-checkout-cart #content .cart-bottom {
  width: 100%; }

.route-checkout-cart #content table td {
  vertical-align: middle; }

.route-checkout-cart #error-not-found #content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/******************************
 Default Checkout
*******************************/
.route-checkout-checkout .table-responsive table tr td {
  min-width: 90px; }
  .route-checkout-checkout .table-responsive table tr td:nth-of-type(1) {
    min-width: 175px; }

.route-checkout-checkout #payment .col-sm-3 {
  max-width: 110px;
  padding-right: 0;
  float: left; }

.phone.route-checkout-checkout #payment > div > div > div {
  max-width: 100%; }

.table-responsive > iframe {
  margin: 0 !important;
  padding-top: 20px;
  width: 100%; }

/******************************
 Sitemap
*******************************/
.route-information-sitemap #content > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .route-information-sitemap #content > .row::before {
    display: none; }
  .route-information-sitemap #content > .row > div {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .route-information-sitemap #content > .row > div > ul {
      padding: 0; }
      .route-information-sitemap #content > .row > div > ul ul {
        padding-left: 20px; }
      .route-information-sitemap #content > .row > div > ul li {
        list-style: none;
        margin-top: 5px; }
        .route-information-sitemap #content > .row > div > ul li a::before {
          margin: 0 5px; }

/******************************
 Contact
*******************************/
.route-information-contact .our-location {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0; }
  .route-information-contact .our-location a > i {
    margin-right: 5px; }
  .route-information-contact .our-location .panel-body {
    padding: 0; }

.route-information-contact .other-stores {
  margin-bottom: 20px; }

/******************************
 Manufacturer
*******************************/
.route-product-manufacturer .brand h2 {
  margin-top: 15px; }

.route-product-manufacturer .brand .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px; }
  .route-product-manufacturer .brand .row::before, .route-product-manufacturer .brand .row::after {
    display: none; }
  .route-product-manufacturer .brand .row > div {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%; }

.route-product-manufacturer #content > h1 + p {
  padding: 0;
  margin-bottom: 10px; }

.route-product-manufacturer .manufacturer {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .route-product-manufacturer .manufacturer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px 15px 0; }

.image-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease; }
  .image-card img {
    margin: 0 auto 5px auto; }
  .image-card > span {
    width: 100%;
    text-align: center;
    margin-top: auto;
    max-width: 120px;
    line-height: 1.1; }

.route-account-return-info #content > * + * {
  margin-top: 20px; }

/******************************
 Compare
*******************************/
.route-product-compare .compare-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7px 0; }
  .route-product-compare .compare-buttons .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 4px; }
    .route-product-compare .compare-buttons .btn::before {
      display: none; }

.route-product-compare table
#content table td {
  width: 20%; }

.route-product-compare table
#content table td:not(:first-of-type) {
  min-width: 200px; }

.route-product-compare table
#content tbody:last-of-type tr:last-child td {
  border-top-width: 1px;
  padding: 0; }

.route-product-compare table
#content .table-bordered > tfoot > tr > td {
  border: 0; }

.route-product-compare #content table > tbody > tr > td:first-child {
  white-space: nowrap; }

.route-product-compare #content table > tfoot > tr > td {
  border-left: 0;
  border-right: 0; }

/******************************
 Search
*******************************/
.route-product-search #content .search-form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.route-product-search #content .search-form input {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  margin-bottom: 10px; }

.route-product-search #content .search-form select {
  max-width: 40%;
  margin-bottom: 10px;
  margin-left: 20px; }

.route-product-search #content > h2:last-child {
  display: none !important; }

.route-product-search #content > h2:last-of-type {
  margin-top: 15px; }

.route-product-search #content > .checkbox {
  margin-bottom: 5px; }

@media only screen and (max-width: 760px) {
  .route-product-search #content .search-form .inputs select, .route-product-search #content .search-form .inputs input {
    margin-left: 0;
    width: 100%;
    max-width: 100%; } }

.route-account-order-info .text-left:first-child {
  min-width: 150px; }

.route-account-order-info .text-right b {
  white-space: nowrap; }

.route-information-information #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.route-information-information .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Description
*******************************/
.route-product-category #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.category-description {
  position: relative; }
  .category-description::after {
    content: "";
    display: table;
    clear: both; }
  .category-description + p {
    -webkit-box-ordinal-group: 41;
        -ms-flex-order: 40;
            order: 40; }

.category-image {
  float: left;
  position: relative; }
  .category-image img {
    max-width: 100%;
    height: auto; }

.category-text > p:last-of-type {
  margin-bottom: 0; }

/******************************
 Subcategories
*******************************/
.refine-title {
  margin: 0; }

.refine-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.refine-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .refine-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-width: 0;
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out; }
    .refine-item a img {
      margin-bottom: auto;
      max-width: 100%;
      width: 100%;
      height: auto;
      -webkit-transition: all 0.05s ease-out;
      transition: all 0.05s ease-out;
      -ms-flex-item-align: center;
          align-self: center; }

.refine-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 3px;
  -webkit-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out; }
  .refine-name .links-text {
    line-height: 1.2; }

.refine-grid .refine-item {
  padding: 10px; }

.refine-links .refine-item a {
  background-color: transparent;
  padding: 0; }
  .refine-links .refine-item a img {
    display: none; }

.refine-links .refine-item:not(:last-of-type)::after {
  margin: 0 7px; }

.refine-categories.refine-links .refine-items {
  margin: 0; }
  .refine-categories.refine-links .refine-items .refine-item {
    width: auto;
    padding: 0; }

/******************************
 Products Sort Bar
*******************************/
.products-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .products-filter .select-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
    .products-filter .select-group label, .products-filter .select-group select {
      border-width: 0; }
    .products-filter .select-group .input-group {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: auto; }
      .products-filter .select-group .input-group .input-group-addon {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 0; }
    .products-filter .select-group .form-control {
      width: auto;
      padding: 0; }
    .products-filter .select-group label {
      margin-bottom: 0; }
  .products-filter .input-group-addon,
  .products-filter .form-control {
    height: 26px; }

.grid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .grid-list button, .grid-list button::before {
    line-height: 1; }

.view-btn {
  background-color: transparent;
  position: relative; }

.compare-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.sort-by {
  margin-right: 10px; }

@media only screen and (max-width: 470px) {
  .products-filter .select-group .input-group .input-group-addon {
    display: none; }
  .products-filter .select-group .input-group .form-control {
    max-width: 100px; } }

.mac.webkit .select-group .input-group-addon {
  position: relative;
  z-index: 2; }

.mac.webkit .select-group .form-control {
  position: relative;
  left: -3px;
  z-index: 1; }

/******************************
 Pagination
*******************************/
.pagination-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination-results::before, .pagination-results::after {
    display: none; }
  .pagination-results > div {
    width: auto;
    padding: 0; }
  .pagination-results > div:first-child:not(:empty) + div {
    margin-left: auto; }
  .phone .pagination-results {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .phone .pagination-results > div {
      text-align: center;
      width: 100%; }
    .phone .pagination-results .pagination {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .phone .pagination-results .pagination > li {
        margin-bottom: 5px; }

.pagination {
  border-radius: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pagination > li {
    max-width: 50px;
    overflow: hidden;
    -webkit-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
    position: relative; }
    .pagination > li:not(:first-of-type) {
      border-width: 0 0 0 1px;
      border-color: transparent;
      border-style: solid; }
    .pagination > li > a,
    .pagination > li > span {
      border: none;
      line-height: 1;
      margin: 0;
      padding: 0;
      -webkit-transition: all 0.05s ease-out;
      transition: all 0.05s ease-out;
      background: transparent; }
    .pagination > li > a:hover,
    .pagination > li > a:focus {
      background: transparent; }
    .pagination > li:hover {
      z-index: 2; }
    .pagination > li:first-child a,
    .pagination > li:last-child a,
    .pagination > li a.prev,
    .pagination > li a.next {
      visibility: hidden; }
      .pagination > li:first-child a::before,
      .pagination > li:last-child a::before,
      .pagination > li a.prev::before,
      .pagination > li a.next::before {
        visibility: visible;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scaleX(1);
                transform: translate(-50%, -50%) scaleX(1); }
    .pagination > li:last-child a::before,
    .pagination > li a.next::before {
      -webkit-transform: translate(-50%, -50%) scaleX(-1);
              transform: translate(-50%, -50%) scaleX(-1); }
  .pagination > li:first-child a, .pagination > li:first-child span {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit; }
  .pagination > li:last-child a, .pagination > li:last-child span {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit; }
  .pagination > li.active a, .pagination > li.active span, .pagination > li.active a:hover, .pagination > li.active span:hover {
    background: transparent; }

/******************************
 Empty
*******************************/
.text-empty {
  padding: 10px; }

/******************************
 Infinite Scroll
*******************************/
.ias-trigger,
.ias-spinner,
.ias-noneleft {
  width: 100%;
  text-align: center; }
  .ias-trigger i::before,
  .ias-spinner i::before,
  .ias-noneleft i::before {
    font-size: 22px; }

.ias-trigger a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Product Grid
*******************************/
.product-grid:not(.swiper-wrapper),
.isotope-grid,
.module-products-list .product-list:not(.swiper-wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .product-layout:hover {
    z-index: 2; }

.product-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  position: relative;
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .product-thumb .image {
    position: relative;
    overflow: hidden; }
    .product-thumb .image::before {
      content: "";
      position: absolute;
      width: 100%;
      bottom: 0;
      height: 100%;
      pointer-events: none;
      z-index: 1;
      -webkit-transition: all 0.01s ease-out;
      transition: all 0.01s ease-out; }
  .product-thumb .product-img {
    display: block; }
    .product-thumb .product-img > div {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
    .product-thumb .product-img img {
      pointer-events: none;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      width: 100%;
      height: auto; }
      .product-thumb .product-img img.img-second {
        visibility: hidden;
        opacity: 0;
        position: absolute; }
  .product-thumb .product-labels {
    z-index: 3; }
  .product-thumb:hover {
    z-index: 1; }
    .product-thumb:hover .has-second-image img {
      visibility: hidden; }
      .product-thumb:hover .has-second-image img.img-second {
        visibility: visible;
        opacity: 1; }
  .product-thumb .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative; }
  .product-thumb .name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%; }
    .product-thumb .name a {
      display: block;
      text-align: center; }
  .product-thumb .stepper {
    height: auto; }
  .product-thumb .description {
    margin: 0 0 auto 0; }
  .product-thumb .price > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product-thumb .price span {
    line-height: 1; }
  .product-thumb .price .price-tax {
    line-height: 1.5; }
  .product-thumb .price-tax {
    color: #999;
    display: block; }
  .product-thumb .countdown {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    z-index: 2; }
  .product-thumb .stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.safari .product-thumb .product-img,
.safari .product-thumb .product-labels {
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px); }

.product-layout .quickview-button {
  position: absolute;
  z-index: 4;
  overflow: hidden; }
  .product-layout .quickview-button span {
    display: none; }

.product-layout .button-group,
.product-layout .wish-group,
.product-layout .extra-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.product-layout .btn-text {
  display: none; }

.product-layout .buttons-wrapper {
  margin-top: auto; }
  .product-layout .buttons-wrapper .button-group {
    position: static;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  .product-layout .buttons-wrapper a::before {
    line-height: 1; }

.product-layout .rating {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.product-layout .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.product-layout .wish-group,
.product-layout .cart-group,
.product-layout .extra-group {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product-layout .wish-group {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

.product-grid .extra-group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.product-grid .button-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product-grid .wish-group {
  pointer-events: none; }
  .product-grid .wish-group a {
    pointer-events: auto; }

.phone .btn-quickview {
  display: none !important; }

.tablet .btn-quickview {
  display: none !important; }

/******************************
Product List
*******************************/
.product-list .product-thumb {
  display: block; }
  .product-list .product-thumb .image {
    float: left;
    overflow: hidden; }
  .product-list .product-thumb .caption > * {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .product-list .product-thumb .caption .price {
    margin-top: 0;
    text-align: left; }
  .product-list .product-thumb .rating {
    margin: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .product-list .product-thumb .name {
    margin: 0;
    padding-left: 0;
    padding-top: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    .product-list .product-thumb .name a {
      text-align: left; }
  .product-list .product-thumb .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-left: 0;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0; }
  .product-list .product-thumb .button-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .product-list .product-thumb .cart-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .product-list .product-thumb .caption .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: auto;
    width: auto; }
  .product-list .product-thumb .extra-group {
    width: auto;
    pointer-events: none; }
    .product-list .product-thumb .extra-group .btn {
      pointer-events: auto; }
    .product-list .product-thumb .extra-group > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.product-list .stats {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2; }
  .product-list .stats > span {
    padding-right: 1em; }

/******************************
 Side Products
*******************************/
.side-products:not(.swiper-wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.side-product {
  width: 100%;
  display: block;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .side-product > div {
    float: left; }
  .side-product .image {
    position: relative;
    max-width: 100%; }
    .side-product .image a {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .side-product .image img {
      width: 100%; }
  .side-product .name {
    line-height: 1.1; }
    .side-product .name a {
      display: block; }
  .side-product .caption {
    height: 100%; }
  .side-product .rating-stars {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .side-product .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .side-product .price > span {
      line-height: 1.35; }

.side-products-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .side-products-blocks > div {
    margin-bottom: 20px; }

.mobile .product-thumb .product-img > div,
.mobile .module-gallery .module-item > a img,
.mobile .post-thumb .image img,
.mobile .manufacturer-thumb .image img {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important; }

.mobile input {
  -webkit-box-shadow: none;
          box-shadow: none; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Product Page
*******************************/
.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-info > div {
    position: relative; }
  .product-info .product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product-info .product-details .page-title {
      -webkit-box-ordinal-group: -99;
          -ms-flex-order: -100;
              order: -100;
      display: none; }

.product-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/******************************
 Product Image
*******************************/
.product-image {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .product-image > div {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .product-image .main-image {
    overflow: hidden;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .product-image .swiper {
    width: auto;
    width: -webkit-fill-available;
    width: -moz-available; }
  .product-image .swiper.main-image {
    padding: 0; }
    .product-image .swiper.main-image .swiper-pagination {
      bottom: 10px; }
  .product-image .additional-image {
    cursor: pointer; }
  .product-image .additional-images.swiper {
    padding: 0; }
  .product-image .direction-vertical .additional-images {
    overflow: hidden; }
    .product-image .direction-vertical .additional-images .swiper-container {
      overflow: visible; }
    .product-image .direction-vertical .additional-images .swiper-pagination {
      display: none !important; }
  .product-image .additional-images:not(.swiper) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product-image .product-labels {
    z-index: 1; }
  .product-image img {
    width: 100%;
    height: auto; }
  .product-image.direction-vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .product-image.direction-vertical .additional-images {
      height: 0;
      overflow: visible; }
      .product-image.direction-vertical .additional-images .swiper-container {
        width: 100%;
        height: 100%;
        overflow: hidden; }
      .product-image.direction-vertical .additional-images .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .product-image.direction-vertical .additional-images .swiper-buttons {
        width: 100%;
        height: 100%;
        opacity: 0; }
        .product-image.direction-vertical .additional-images .swiper-buttons > div {
          left: 50%;
          top: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          max-width: 100%; }
          .product-image.direction-vertical .additional-images .swiper-buttons > div::before {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
        .product-image.direction-vertical .additional-images .swiper-buttons .swiper-button-next {
          top: auto;
          bottom: 0; }
  .product-image.position-left .additional-images, .product-image.position-top .additional-images {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

.product-image.direction-vertical.additional-images-loaded .additional-images .swiper-buttons {
  opacity: 1; }

.zm-viewer,
.zm-handler {
  pointer-events: none;
  z-index: 10; }

.zm-viewer {
  opacity: 0;
  -webkit-transition: opacity .25s .25s ease-in-out;
  transition: opacity .25s .25s ease-in-out; }

/******************************
 Product Stats
*******************************/
.product-info .product-stats {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-info .product-stats b {
    font-weight: 400;
    margin-right: 3px; }
  .product-info .product-stats ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    overflow-x: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .product-info .product-stats li {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-info .product-stats li::before {
      font-size: 7px;
      margin-right: 5px;
      vertical-align: middle; }

.product-info .product-manufacturer img {
  max-width: 150px; }

.product-info .product-manufacturer.brand-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .product-info .product-manufacturer.brand-image a {
    -ms-flex-item-align: start;
        align-self: flex-start; }

.product-info .product-manufacturer > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .product-info .product-manufacturer > a img {
    margin-bottom: 3px;
    -ms-flex-item-align: center;
        align-self: center; }
  .product-info .product-manufacturer > a > span {
    text-align: center;
    display: block;
    max-width: 130px; }

.product-info .custom-stats {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-info .custom-stats b {
    margin-right: 5px; }
  .product-info .custom-stats > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-info .custom-stats > div:first-of-type {
      margin-right: 15px; }

html[dir='rtl'] .product-info .product-stats b {
  margin-right: 0;
  margin-right: initial;
  margin-left: 3px; }

html[dir='rtl'] .product-info .product-stats li {
  margin-right: 0;
  margin-right: initial;
  margin-left: 20px; }
  html[dir='rtl'] .product-info .product-stats li::before {
    margin-right: 0;
    margin-right: initial;
    margin-left: 5px; }

html[dir='rtl'] .product-info .custom-stats b {
  margin-right: 0;
  margin-right: initial;
  margin-left: 5px; }

html[dir='rtl'] .product-info .custom-stats > div:first-of-type {
  margin-right: 0;
  margin-right: initial;
  margin-left: 10px; }

/******************************
 Rating
*******************************/
.product-info .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-info .rating > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .product-info .rating > span:last-of-type {
      margin-right: 10px; }
  .product-info .rating div a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 2px; }
  .product-info .rating b {
    font-weight: 400; }

.product-info .rating-stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px; }

/******************************
 Price
*******************************/
.product-info .price-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  pointer-events: auto;
  white-space: nowrap; }

.product-info .product-price-group {
  z-index: 2;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-info .product-price-group .product-stats {
    pointer-events: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

/******************************
 Default Options
*******************************/
.product-info .product-options .radio + .radio,
.product-info .product-options .checkbox + .checkbox {
  margin: 0; }

.product-info .product-options h3 {
  margin: 0; }

.product-info .product-options .img-thumbnail {
  border-radius: 0;
  border-width: 0;
  outline: none;
  padding: 0;
  background-color: transparent; }

.product-info .product-options .help-block {
  margin-bottom: 0; }
  .product-info .product-options .help-block:empty {
    margin: 0; }

.product-info .product-options .option-value {
  margin: 0 5px;
  line-height: 1.2; }

/******************************
 Push Options
*******************************/
.product-info .product-options .push-option input,
.product-info .product-options .push-option input + img + .option-value {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  border: none;
  padding: 0;
  top: 100%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  min-height: auto;
  min-width: auto;
  background: none;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none; }

.product-info .product-options .push-option .checkbox, .product-info .product-options .push-option .radio {
  padding: 0 !important;
  margin: 0 !important; }

.product-info .product-options .push-option .option-value {
  margin: 0; }

.product-info .product-options .push-option > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-info .product-options .push-option > div label {
    padding: 0;
    position: relative; }
  .product-info .product-options .push-option > div .option-value {
    padding: 0 7px; }
  .product-info .product-options .push-option > div .option-value, .product-info .product-options .push-option > div img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out; }
    .product-info .product-options .push-option > div .option-value:hover, .product-info .product-options .push-option > div img:hover {
      cursor: pointer; }
  .product-info .product-options .push-option > div > div {
    width: auto; }

.product-info .product-options .option-price {
  margin-left: 5px; }

/******************************
 Add to Cart
*******************************/
.product-info .product-details .button-group-page {
  bottom: 0;
  left: 0;
  right: 0; }

.product-info .product-details .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto; }
  .product-info .product-details .buttons-wrapper .alert {
    margin-top: 10px;
    padding: 5px 10px;
    width: 100%; }
  .product-info .product-details .buttons-wrapper .extra-group {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.product-info .product-details .wishlist-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product-info .product-details .stepper-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product-info .product-details .stepper {
  min-width: 60px;
  overflow: visible; }
  .product-info .product-details .stepper .control-label {
    position: absolute; }
  .product-info .product-details .stepper .form-control {
    padding-right: 25px;
    font-size: 1em; }
  .product-info .product-details .stepper span i {
    width: 25px; }

.popup-quickview .main-image {
  cursor: default; }
  .popup-quickview .main-image .swiper-pagination,
  .popup-quickview .main-image .swiper-buttons {
    display: none !important; }

.popup-quickview .extra-group {
  display: none !important; }

.popup-quickview .description {
  position: relative; }

/******************************
 Product Tabs
*******************************/
.product-left .product-blocks {
  margin-top: 20px; }

#tab-specification .table {
  margin-bottom: 0 !important; }

.review-links a {
  cursor: pointer; }

#review > p {
  margin: 0; }

#review table {
  margin-bottom: 0 !important; }
  #review table:not(:nth-last-child(2)) {
    border-bottom-width: 0 !important; }

#review .rating {
  margin-top: 5px; }

#form-review .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 35px; }
  #form-review .rate span {
    position: relative;
    top: -1px; }
  #form-review .rate > * {
    margin: 0; }
    #form-review .rate > * + * {
      margin: 0 0 0 10px; }

#form-review .help-block {
  margin-bottom: 0; }

#form-review legend {
  margin-top: 15px; }

#form-review h4 {
  margin-top: 10px; }

.tags-title {
  margin-right: 5px; }

.expand-content > p:last-of-type {
  margin-bottom: 0; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Quick Checkout
*******************************/
.quick-checkout-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .quick-checkout-wrapper > div > div {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .quick-checkout-wrapper > div .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .quick-checkout-wrapper > div .right .checkout-section:last-child {
      -webkit-box-ordinal-group: 1001;
          -ms-flex-order: 1000;
              order: 1000;
      margin-bottom: 0; }

.quick-checkout-wrapper .section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .quick-checkout-wrapper .section-body .form-group {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100; }
  .quick-checkout-wrapper .section-body > .radio + div {
    margin: 5px 0; }
  .quick-checkout-wrapper .section-body .radio, .quick-checkout-wrapper .section-body .checkbox {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial; }

.quick-checkout-wrapper .payment-address .section-body > div:not(.checkbox),
.quick-checkout-wrapper .shipping-address .section-body > div:not(.checkbox) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.quick-checkout-wrapper #input-cc-cvv2 {
  max-width: 111px; }

.quick-checkout-wrapper .payment-address .checkbox {
  margin-top: 15px; }

.quick-checkout-wrapper .well {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  background: transparent; }

.quick-checkout-wrapper .checkout-section .login-options {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }
  .quick-checkout-wrapper .checkout-section .login-options .radio {
    width: auto; }

.quick-checkout-wrapper .checkout-section .login-form {
  margin-top: 10px; }
  .quick-checkout-wrapper .checkout-section .login-form > div:first-of-type {
    margin-top: 10px; }

.quick-checkout-wrapper .shipping-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .quick-checkout-wrapper .shipping-payment .section-payment {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .quick-checkout-wrapper .shipping-payment .section-body > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .quick-checkout-wrapper .shipping-payment .section-body > div::before {
      line-height: 1;
      min-width: 30px;
      text-align: center;
      font-size: 22px; }
  .quick-checkout-wrapper .shipping-payment .section-body .alert {
    display: block; }
    .quick-checkout-wrapper .shipping-payment .section-body .alert::before {
      display: none; }
  .quick-checkout-wrapper .shipping-payment .shippings p {
    margin-bottom: 0; }

.quick-checkout-wrapper .section-cvr .form-group .control-label {
  max-width: 250px; }
  .quick-checkout-wrapper .section-cvr .form-group .control-label + div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.quick-checkout-wrapper .cart-section table {
  margin-bottom: 0 !important; }

.quick-checkout-wrapper .cart-section .table-responsive + table {
  border-top-width: 0 !important;
  margin-top: 10px; }
  .quick-checkout-wrapper .cart-section .table-responsive + table tfoot td + td {
    width: 20%; }

.quick-checkout-wrapper .confirm-section textarea {
  margin-bottom: 10px; }

.quick-checkout-wrapper .login-active .checkout-section:not(.section-login) {
  opacity: .4;
  pointer-events: none; }

.quick-checkout-wrapper .quick-checkout-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.quick-checkout-wrapper .payment-pagseguro,
.quick-checkout-wrapper .payment-skrill,
.quick-checkout-wrapper .payment-cod,
.quick-checkout-wrapper .payment-payza,
.quick-checkout-wrapper .payment-paypal,
.quick-checkout-wrapper .payment-pp_standard,
.quick-checkout-wrapper .payment-pp_express,
.quick-checkout-wrapper .payment-coinbase,
.quick-checkout-wrapper .payment-stripe,
.quick-checkout-wrapper .payment-instamojo,
.quick-checkout-wrapper .payment-twocheckout {
  display: none !important; }

.quick-checkout-wrapper #payment > legend {
  display: none; }

.quick-checkout-wrapper .quick-checkout-payment {
  position: relative; }

.quick-checkout-wrapper .quick-checkout-payment .buttons,
.quick-checkout-wrapper .payment-pp_braintree #submit-new {
  display: none !important; }

.quick-checkout-wrapper .captcha {
  margin-top: 15px; }

.quick-checkout-wrapper .captcha .form-group label {
  max-width: 100%; }

.quick-checkout-wrapper .captcha .form-group img {
  margin-left: 10px;
  margin-top: 1px; }

#checkout-checkout #input-password + a {
  width: 100%;
  margin-top: 10px; }

#checkout-checkout .register-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #checkout-checkout .register-page > div {
    padding: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px; }

.quick-checkout-wrapper .confirm-section .checkbox {
  display: block !important;
  margin: 0; }

.quick-checkout-wrapper .confirm-section label {
  display: block; }
  .quick-checkout-wrapper .confirm-section label input {
    top: 2px; }

@media only screen and (max-width: 760px) {
  .confirm-section .radio label, .confirm-section .checkbox label {
    display: block; } }

.quick-checkout-wrapper label {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section-shipping .radio label span {
  width: 100%; }

.popup-checkout-payment .popup-body {
  padding: 15px; }

.popup-checkout-payment .popup-inner-body {
  overflow-y: auto;
  min-width: 100px;
  min-height: 50px;
  max-height: 500px; }

.popup-checkout-payment .buttons {
  display: block; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 General
*******************************/
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0) scale(0.95);
            transform: translate3d(0, -5px, 0) scale(0.95); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); } }
@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0) scale(0.95);
            transform: translate3d(0, -5px, 0) scale(0.95); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); } }

@-webkit-keyframes scale-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0.85);
            transform: translate3d(0, 0, 0) scale(0.85); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); } }

@keyframes scale-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0.85);
            transform: translate3d(0, 0, 0) scale(0.85); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); } }

@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slide-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.notification-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999999999999;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.notification-wrapper-tc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.notification-wrapper-tr {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.notification-wrapper-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .notification-wrapper-center .notification {
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-animation: scale-in .15s ease-out;
            animation: scale-in .15s ease-out; }
    .notification-wrapper-center .notification.fade-out {
      opacity: 0;
      margin: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-transform: translate3d(0, 0, 0) scale(0.9);
              transform: translate3d(0, 0, 0) scale(0.9); }

.notification-wrapper-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .notification-wrapper-bottom .notification {
    -webkit-animation: slide-in .15s ease-out;
            animation: slide-in .15s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .notification-wrapper-bottom .notification.fade-out {
      opacity: 0;
      margin: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-transform: translate3d(0, 30px, 0);
              transform: translate3d(0, 30px, 0); }

.notification {
  position: relative;
  background-color: white;
  pointer-events: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation: fade-in .2s ease-out;
          animation: fade-in .2s ease-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  border-radius: inherit; }
  .notification.fade-out {
    opacity: 0;
    margin: 0;
    visibility: hidden;
    pointer-events: none; }
  .notification.removed {
    -webkit-transition: margin-top 0s;
    transition: margin-top 0s; }

.notification-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .notification-content img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

.notification-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px; }
  .notification-title:empty {
    margin: 0; }

.notification-buttons {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }
  .notification-buttons a::before {
    margin-right: 5px; }
  .notification-buttons a::after {
    margin-left: 5px; }

.notification-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out; }
  .notification-close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.module-notification {
  width: 100%; }
  .module-notification .notification-content {
    display: block; }
  .module-notification .notification-close {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .module-notification .notification-close::before {
      position: relative;
      top: auto;
      top: initial;
      left: auto;
      left: initial;
      -webkit-transform: none;
              transform: none; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/********************e**********
 Post Grid/List
*******************************/
.post-grid:not(.swiper-wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.post-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.post-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  position: relative;
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out;
  overflow: hidden; }
  .post-thumb .image {
    position: relative; }
    .post-thumb .image a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      overflow: hidden; }
      .post-thumb .image a img {
        width: 100%;
        height: auto;
        pointer-events: none;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
    .post-thumb .image .p-date {
      z-index: 1; }
  .post-thumb:hover {
    z-index: 2; }
  .post-thumb .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1000;
        -ms-flex: 1000 0 auto;
            flex: 1000 0 auto;
    position: relative; }
    .post-thumb .caption > * {
      -webkit-box-ordinal-group: 51;
          -ms-flex-order: 50;
              order: 50; }
  .post-thumb .name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%; }
    .post-thumb .name a {
      display: block; }
  .post-thumb .description {
    margin: 0 0 auto 0;
    line-height: 1.3; }
  .post-thumb .post-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px; }
    .post-thumb .post-stats span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }

.post-stats ::before {
  line-height: 0; }

.p-date i {
  padding: 0 4px;
  margin: 0;
  font-style: normal; }

.p-date-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  padding: 5px 10px;
  pointer-events: none;
  line-height: 1;
  font-size: 16px; }
  .p-date-image i {
    font-size: 10px; }
  .p-date-image::before {
    display: none; }

.post-layout .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.post-layout .btn-text {
  display: none; }

.post-grid .button-group {
  margin-top: auto !important; }

.post-list .post-thumb {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .post-list .post-thumb .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

/******************************
 Post Page
*******************************/
.post-image {
  position: relative;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid; }
  .post-image img {
    height: auto; }

.post-stats span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.post-details {
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance; }

.post-content::after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

/******************************
 Comments
*******************************/
.blog-post .comment p {
  margin-top: 5px; }

.blog-post .success {
  background: lightgreen;
  padding: 5px 10px;
  margin-bottom: 15px; }
  .blog-post .success:last-of-type {
    margin-bottom: 0; }

.post-comment {
  position: relative; }
  .post-comment .user-name {
    padding-right: 50px; }

.user-data {
  margin-top: 3px; }
  .user-data ::before {
    margin-right: 5px; }
  .user-data span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%; }
  .user-data div span {
    margin-right: 5px; }
  .user-data a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; }

.user-avatar {
  float: left;
  position: relative;
  z-index: 2; }

.reply-form {
  margin-top: 20px; }

.reply-btn {
  position: absolute;
  top: 10px;
  right: 10px; }

/******************************
 Feed
*******************************/
.blog-feed {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .blog-feed span {
    margin: 0 5px; }

html[dir='rtl'] .blog-feed {
  right: auto;
  left: 10px; }

/******************************
 Modules
*******************************/
.module-blog_categories .module-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.module-blog_categories a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.07s ease-out;
  transition: all 0.07s ease-out; }
  .module-blog_categories a + a {
    border-width: 1px 0 0 0; }

/******************************
 Search
*******************************/
.box-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .box-search .btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .box-search .btn .fa {
      line-height: 0; }

html[dir='rtl'] .box-search .btn {
  right: auto;
  left: 0; }

/******************************
 Comments
*******************************/
.module-blog_comments .module-body > div + div {
  border-width: 1px 0 0 0; }

.module-blog_comments .module-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .module-blog_comments .module-item > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.3; }
  .module-blog_comments .module-item .side-subtitle {
    margin-top: 3px; }

/******************************
 Side Posts
*******************************/
.side-posts.swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.side-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .side-posts .post-thumb {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .side-posts .post-thumb .image {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      margin: 0 auto;
      max-width: 100%; }
      .side-posts .post-thumb .image a {
        display: block; }
      .side-posts .post-thumb .image img {
        width: 100%; }
    .side-posts .post-thumb .post-stats {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .side-posts .post-thumb .name {
      line-height: 1.1;
      margin-bottom: 3px; }
    .side-posts .post-thumb .caption {
      padding: 0 8px;
      min-width: 0;
      -webkit-box-flex: 1000;
          -ms-flex: 1000 2 100px;
              flex: 1000 2 100px;
      width: 100%; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Links Menu
*******************************/
.links-menu .module-body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.links-menu ul, .links-menu li {
  list-style: none;
  margin: 0;
  padding: 0; }

.links-menu .menu-item {
  position: relative;
  border-width: 1px 0 0 0;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .links-menu .menu-item:first-child {
    border-top-width: 0;
    border-left-width: 0; }
  .links-menu .menu-item.dropdown > a::after {
    display: none; }
  .links-menu .menu-item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
    position: relative;
    width: inherit; }
    .links-menu .menu-item a .menu-label {
      right: 0;
      top: auto;
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
    .links-menu .menu-item a::before {
      line-height: 1; }
    .links-menu .menu-item a::after {
      display: none !important; }
    .links-menu .menu-item a:not([href]) {
      cursor: default; }

.phone footer .links-menu .module-title::before {
  position: absolute;
  right: 0;
  content: "\eb85";
  font-size: 18px;
  font-family: icomoon, sans-serif;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.phone footer .links-menu .module-title.closed::before {
  content: "\eba0"; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Journal Menu
*******************************/
.j-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  .j-menu > li {
    position: relative; }
    .j-menu > li > a {
      padding: 3px 6px;
      width: 100%;
      height: 100%;
      max-height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-width: 1px 0 0 0;
      min-width: 30px;
      cursor: pointer;
      -webkit-transition: color 0.1s ease-out, background-color 0.1s ease-out;
      transition: color 0.1s ease-out, background-color 0.1s ease-out; }
      .j-menu > li > a:not([href]) {
        cursor: default; }
      .j-menu > li > a::before {
        line-height: 1;
        font-size: 16px; }
    .j-menu > li:first-child > a {
      border-width: 0; }
    .j-menu > li.icon-only > a {
      min-width: 10px; }
  .j-menu .links-text {
    display: inline-block;
    color: inherit; }
    .j-menu .links-text s {
      display: block; }
  .j-menu .mega-menu {
    position: static; }

.ios .j-menu > li > a {
  cursor: pointer !important; }

/******************************
 Top Menu
*******************************/
.top-bar .wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.top-menu {
  height: 100%; }
  .top-menu > ul {
    position: relative; }
    .top-menu > ul > li {
      height: 100%; }
      .top-menu > ul > li + li > a {
        border-width: 0 0 0 1px; }
  .top-menu .dropdown > a::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 2px; }

/******************************
 Dropdown
*******************************/
.dropdown-menu {
  font-size: inherit; }

.j-dropdown {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 0;
  border-radius: 0;
  min-width: 100%;
  background-color: transparent;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  opacity: 0;
  display: none; }
  .j-dropdown > ul > li {
    width: 100%; }
  .j-dropdown::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: white;
    pointer-events: none;
    margin-top: -10px;
    display: block; }
  .open > .j-dropdown {
    display: block; }
  .animating > .j-dropdown {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-out, visibility 0.1s ease-out, -webkit-transform 0.1s ease-out;
    transition: opacity 0.1s ease-out, visibility 0.1s ease-out, -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out, visibility 0.1s ease-out;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out, visibility 0.1s ease-out, -webkit-transform 0.1s ease-out; }
  .j-dropdown > .j-menu > li:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
    .j-dropdown > .j-menu > li:first-child > a {
      border-width: 0;
      border-radius: inherit; }
  .j-dropdown > .j-menu > li:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit; }
    .j-dropdown > .j-menu > li:last-child > a {
      border-radius: inherit; }

.multi-level .j-dropdown .j-dropdown {
  top: 0; }
  .multi-level .j-dropdown .j-dropdown::before {
    display: none !important; }

.flyout-menu-item .j-dropdown::before {
  display: none !important; }

.dropdown > a {
  position: relative; }
  .dropdown > a .menu-label {
    -webkit-transform: none;
            transform: none; }
  .dropdown > a .count-badge {
    margin: 0 5px; }
  .dropdown > a::after {
    content: "\f0da";
    font-family: icomoon;
    font-size: 11px;
    position: relative;
    padding: 0 3px;
    margin-left: auto; }

.dropdown .j-menu > li > a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/******************************
 Menu Label
*******************************/
.menu-label {
  position: absolute;
  font-size: 10px;
  top: 0;
  right: 0; }
  .is-sticky .menu-label {
    margin-top: 0 !important; }

/******************************
 Flyout Menu
*******************************/
.flyout-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  .flyout-menu > ul > li {
    width: 100%; }
    .flyout-menu > ul > li > a .menu-label {
      position: relative;
      margin: 0 7px;
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .flyout-menu > ul > li:first-child {
      border-top-left-radius: inherit;
      border-top-right-radius: inherit; }
      .flyout-menu > ul > li:first-child.dropdown:hover {
        border-top-right-radius: 0; }
      .flyout-menu > ul > li:first-child > a {
        border-radius: inherit; }
    .flyout-menu > ul > li:last-child {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit; }
      .flyout-menu > ul > li:last-child.dropdown:hover {
        border-bottom-right-radius: 0; }
      .flyout-menu > ul > li:last-child > a {
        border-radius: inherit; }
  .flyout-menu > .menu-item.mega-menu {
    position: static; }
  .flyout-menu .count-badge + .open-menu + .menu-label {
    margin-left: 0; }
  .flyout-menu .j-dropdown {
    top: 0;
    left: 100%;
    padding-top: 0;
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
    min-width: auto; }
  .flyout-menu .mega-menu .j-dropdown {
    width: 800px;
    height: 100%; }
    .flyout-menu .mega-menu .j-dropdown .mega-menu-content {
      min-height: 100%; }
  .flyout-menu .dropdown > a::after {
    margin-left: auto; }

.flyout > .j-dropdown::before {
  z-index: 1; }

/******************************
 Accordion Menu
*******************************/
.open-menu {
  display: none; }

.accordion-menu .open-menu {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  -webkit-transition: color 0.1s ease-out, background-color 0.1s ease-out;
  transition: color 0.1s ease-out, background-color 0.1s ease-out;
  z-index: 2; }
  .accordion-menu .open-menu[aria-expanded="true"] i::before {
    content: "\f068"; }

.accordion-menu .menu-item {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: auto; }
  .accordion-menu .menu-item > a {
    position: relative; }
    .accordion-menu .menu-item > a::after {
      display: none; }
    .accordion-menu .menu-item > a + div {
      border-width: 1px 0 0 0; }
  .accordion-menu .menu-item.flyout > a + .in {
    border-top-width: 0; }

.accordion-menu .j-menu {
  height: auto;
  overflow: hidden; }
  .accordion-menu .j-menu > li {
    width: 100%; }
    .accordion-menu .j-menu > li > a .links-text {
      white-space: normal; }
    .accordion-menu .j-menu > li > a::before {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .accordion-menu .j-menu > li + li {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .accordion-menu .j-menu .j-menu {
    -webkit-box-shadow: none;
            box-shadow: none; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Icons Menu
*******************************/
.icons-menu > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .icons-menu > ul > .menu-item {
    margin: 0;
    position: relative; }
    .icons-menu > ul > .menu-item:hover {
      z-index: 1; }
    .icons-menu > ul > .menu-item > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 22px;
      position: relative; }
      .icons-menu > ul > .menu-item > a .links-text {
        font-size: .47em;
        padding: 0 5px;
        margin: 3px 0 -3px 0;
        width: 100%;
        text-align: center;
        line-height: 1.2; }
      .icons-menu > ul > .menu-item > a .count-badge {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0; }
      .icons-menu > ul > .menu-item > a::before {
        content: "\F05E";
        font-family: icomoon;
        line-height: 1; }
      .icons-menu > ul > .menu-item > a::after {
        display: none; }

.icons-menu .icon-menu-image a::before {
  display: none; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
Fixed Bottom Menu
*******************************/
.bottom-menu {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: white;
  z-index: 100;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-width: 1px 0 0 0; }
  .bottom-menu ul, .bottom-menu li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .bottom-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .bottom-menu > ul > li {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .bottom-menu > ul > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        padding: 0 10px;
        min-width: 50px;
        -webkit-transition: all 0.075s ease-out;
        transition: all 0.075s ease-out;
        position: relative; }
        .bottom-menu > ul > li > a::before {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          line-height: 1.1;
          margin: 2px 0; }
      .bottom-menu > ul > li + li {
        border-width: 0 0 0 1px; }
      .bottom-menu > ul > li .links-text {
        white-space: nowrap;
        position: relative;
        top: -2px; }
      .bottom-menu > ul > li .count-badge {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(50%, -100%);
                transform: translate(50%, -100%);
        margin: 0; }

.side-menu {
  position: fixed;
  background-color: white;
  z-index: 100;
  right: 0; }
  .side-menu ul, .side-menu li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .side-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: inherit; }
    .side-menu > ul > li {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .side-menu > ul > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        padding: 5px 10px;
        -webkit-transition: all 0.075s ease-out;
        transition: all 0.075s ease-out;
        position: relative;
        border-radius: inherit; }
        .side-menu > ul > li > a::before {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          line-height: 1.1;
          margin: 2px 0; }
      .side-menu > ul > li:first-of-type {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit; }
      .side-menu > ul > li:last-of-type {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit; }
      .side-menu > ul > li:only-of-type {
        border-radius: inherit; }
      .side-menu > ul > li + li {
        border-width: 1px 0 0 0; }
      .side-menu > ul > li .links-text {
        position: relative;
        top: -2px; }
      .side-menu > ul > li .count-badge {
        position: absolute;
        right: 0;
        top: 0; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
.swiper {
  position: relative;
  width: 100%; }
  .swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .swiper .swiper-pagination > span {
      cursor: pointer;
      opacity: 1;
      -webkit-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
      border-radius: 0; }
      .swiper .swiper-pagination > span + span {
        margin-left: 8px; }
    .swiper .swiper-pagination:empty {
      padding: 0; }
    .swiper-has-pages .swiper .swiper-pagination {
      display: block; }

.swiper-slide {
  height: auto;
  padding: 0; }

.swiper-buttons {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none; }
  .swiper-buttons > div {
    width: 35px;
    height: 35px;
    background: white; }
    .swiper-buttons > div::before {
      content: '\e408';
      font-family: icomoon; }
    .swiper-buttons > div.swiper-button-next::before {
      content: '\e409'; }

.swiper-button-next,
.swiper-button-prev {
  pointer-events: auto;
  margin-top: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto; }

.swiper-button-next {
  left: auto;
  right: 0; }

.swiper:not(.swiper-has-pages) .swiper-pagination,
.swiper:not(.swiper-has-pages) .swiper-button-next,
.swiper:not(.swiper-has-pages) .swiper-button-prev {
  display: none; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
.block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1; }
  .block-header img {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -ms-flex-item-align: auto;
        align-self: auto; }
  .block-header .icon {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5em;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .block-header .icon::before {
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }

.module-testimonials .block-header {
  display: block; }
  .module-testimonials .block-header .icon {
    font-size: 3em; }

.module-testimonials .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab; }
  .module-testimonials .swiper-slide:active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.module-testimonials .block-content {
  margin-bottom: 10px; }

.module-testimonials .block-footer {
  margin-top: auto; }

.block-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: inherit; }

.ie11 .block-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }

.block-body {
  height: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .block-body::after {
    content: "";
    clear: both;
    display: table; }
  .block-body .title {
    width: 100%; }

.blocks-grid .module-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.block-content {
  position: relative;
  border-radius: inherit; }
  .block-content.block-image > img {
    border-radius: inherit; }
  .block-content > p:only-of-type {
    margin: 0; }

.block-footer {
  margin-top: auto;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .block-footer .btn {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

.block-map iframe {
  width: 100%;
  height: 100%; }

.block-twitter {
  overflow-y: auto; }

.module-blocks {
  height: inherit; }
  .module-blocks .module-body {
    height: 100%; }
  .module-blocks .nav-tabs > li > a::before {
    margin-right: 5px; }
  .module-blocks .module-item {
    height: inherit; }

html[dir='rtl'] .module-blocks .nav-tabs > li > a::before {
  margin-right: 0;
  margin-left: 5px; }

.mobile .product-blocks .expand-block {
  margin-bottom: 25px; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
.module-banners .module-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.module-banners * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.module-banners .module-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }
  .module-banners .module-item > a img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .module-banners .module-item > a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    z-index: 2;
    border-radius: inherit; }
  .module-banners .module-item > a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
    font-size: 35px;
    color: white;
    z-index: 4; }

.module-banners .banner-text {
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  line-height: 1.3;
  z-index: 3;
  -webkit-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out; }
  .module-banners .banner-text span {
    position: relative;
    display: block;
    -webkit-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out; }

.module-banners .banner-caption-3 span {
  display: block; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
ul.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  border-width: 0 0 0 1px; }
  ul.nav-tabs::before, ul.nav-tabs::after {
    display: none; }
  ul.nav-tabs > li {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    ul.nav-tabs > li > a {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1.25;
      margin: 0;
      border: 0;
      border-radius: inherit;
      -webkit-transition: all 0.07s ease-out;
      transition: all 0.07s ease-out;
      background: transparent; }
      ul.nav-tabs > li > a::before {
        margin-right: 5px;
        font-weight: 400;
        line-height: 1; }
    ul.nav-tabs > li:hover, ul.nav-tabs > li.active, ul.nav-tabs > li:focus {
      z-index: 2; }
      ul.nav-tabs > li:hover > a, ul.nav-tabs > li.active > a, ul.nav-tabs > li:focus > a {
        border: 0;
        background: transparent; }
        ul.nav-tabs > li:hover > a:hover, ul.nav-tabs > li:hover > a:focus, ul.nav-tabs > li.active > a:hover, ul.nav-tabs > li.active > a:focus, ul.nav-tabs > li:focus > a:hover, ul.nav-tabs > li:focus > a:focus {
          background: inherit;
          border: 0; }
    ul.nav-tabs > li:first-child {
      border-top-left-radius: inherit;
      border-bottom-left-radius: inherit;
      border-left-width: 0; }
      ul.nav-tabs > li:first-child > a {
        border-top-left-radius: inherit;
        border-bottom-left-radius: inherit; }
    ul.nav-tabs > li:last-child {
      border-top-right-radius: inherit;
      border-bottom-right-radius: inherit; }
      ul.nav-tabs > li:last-child > a {
        border-top-right-radius: inherit;
        border-bottom-right-radius: inherit; }

html[dir='rtl'] ul.nav-tabs > li:first-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-right-width: 0; }
  html[dir='rtl'] ul.nav-tabs > li:first-child > a {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit; }

html[dir='rtl'] ul.nav-tabs > li:last-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit; }
  html[dir='rtl'] ul.nav-tabs > li:last-child > a {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit; }

.tab-content {
  position: relative;
  border-width: 1px; }

.tab-pane {
  padding: 0;
  background: transparent;
  border-radius: inherit; }

.nav-tabs > li {
  z-index: auto; }
  .nav-tabs > li > a {
    position: relative;
    z-index: 1; }

.tab-container {
  position: relative; }
  .tab-container::before {
    content: "";
    position: absolute;
    display: none;
    z-index: 0;
    width: 200vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    height: 40px; }

html[dir="rtl"] .tab-container::before {
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Accordion
*******************************/
.panel-group {
  margin-bottom: 0; }
  .panel-group .panel {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: transparent;
    position: relative;
    z-index: 1; }
    .panel-group .panel:hover {
      z-index: 2; }
    .panel-group .panel + .panel {
      margin-top: 0; }
    .panel-group .panel:first-child {
      border-top-left-radius: inherit;
      border-top-right-radius: inherit; }
      .panel-group .panel:first-child .panel-heading {
        border-top-width: 0; }
    .panel-group .panel:last-child {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit; }
      .panel-group .panel:last-child:not(.panel-active) > .panel-heading {
        border-bottom-width: 0; }
  .panel-group .panel-heading {
    padding: 0;
    -webkit-transition: all 0.1s ease-out, border-radius 0s;
    transition: all 0.1s ease-out, border-radius 0s;
    border-radius: inherit;
    position: relative;
    z-index: 2;
    background: transparent; }
    .panel-group .panel-heading .panel-title {
      font-size: inherit;
      font-weight: inherit;
      position: relative;
      border-radius: inherit;
      -webkit-transition: all 0.075s ease;
      transition: all 0.075s ease;
      padding: 0;
      border: none;
      width: 100%; }
    .panel-group .panel-heading a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .panel-group .panel-heading a i {
        display: none; }
      .panel-group .panel-heading a::before {
        margin-right: 5px;
        line-height: 1; }
    .panel-group .panel-heading + .panel-collapse {
      position: relative;
      z-index: 1; }
      .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 0; }
  .panel-group .panel-active .panel-heading {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .panel-group .panel-active .panel-heading a {
      cursor: default; }
  .panel-group .panel-active + .panel .panel-heading {
    border-top-width: 1px; }
  .panel-group .panel-body {
    padding: 0; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Gallery
*******************************/
.lg-backdrop {
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.85); }

.lg-outer {
  z-index: 200000; }

.lg-outer .lg-item {
  background: none; }
  .lg-outer .lg-item::after {
    content: "";
    position: absolute;
    top: 46.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1000; }
  .lg-outer .lg-item.lg-complete::after {
    display: none; }

.module-gallery .module-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.module-gallery .module-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }
  .module-gallery .module-item > a img {
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width: 100%;
    height: auto; }
  .module-gallery .module-item > a::before {
    z-index: 1; }
  .module-gallery .module-item > a::after {
    z-index: 2; }
  .module-gallery .module-item > a span {
    width: 100%;
    height: 100%;
    display: block; }
    .module-gallery .module-item > a span::before {
      z-index: 1; }

.lg-outer .lg-toolbar {
  background: transparent;
  color: #ccc; }
  .lg-outer .lg-toolbar .lg-icon {
    color: inherit; }
    .lg-outer .lg-toolbar .lg-icon:hover {
      color: white; }

.lg-outer .lg-sub-html {
  background: transparent;
  pointer-events: none;
  -webkit-transition: bottom 0.25s ease-out !important;
  transition: bottom 0.25s ease-out !important; }

.lg-outer .lg-actions .lg-icon {
  color: white;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0; }
  .lg-outer .lg-actions .lg-icon::after {
    display: none; }

.lg-outer #lg-zoom-out {
  display: none; }

.lg-outer #lg-actual-size {
  font-size: 24px; }
  .lg-outer #lg-actual-size::after {
    content: "\e312"; }

.lg-outer .lg-thumb-outer {
  height: auto !important;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out; }

.lg-outer .lg-thumb {
  padding: 0;
  margin: 0 auto;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.lg-outer .lg-thumb-item {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  overflow: visible; }
  .lg-outer .lg-thumb-item img {
    display: block; }

.lg-outer #lg-counter {
  color: inherit; }

.module-gallery .module-item > a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  opacity: 0; }

.module-gallery .module-item > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5);
          transform: translate3d(-50%, -50%, 0) scale(0.5);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  opacity: 0;
  font-size: 35px; }

.module-gallery .module-item > a:hover::before {
  opacity: 1; }

.module-gallery .module-item > a:hover::after {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1; }

.module-gallery .module-item > a:hover > span::before {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  opacity: 1; }

.module-gallery .module-item > a > span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  -webkit-transform: translate3d(0, 10px, 0) scale(1);
          transform: translate3d(0, 10px, 0) scale(1);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  opacity: 0;
  font-size: 12px;
  color: white;
  line-height: 1.3; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 General
*******************************/
.no-touchevents.popup-open {
  overflow: hidden; }
  .no-touchevents.popup-open body {
    overflow-y: scroll; }

.touchevents.popup-open,
.touchevents.popup-open body {
  overflow: hidden; }

.desktop.popup body {
  padding-top: 0 !important; }

.popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-overflow-scrolling: touch; }

.popup-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.popup-container {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.2s ease-out, margin 0s;
  transition: all 0.2s ease-out, margin 0s;
  position: relative;
  max-width: 100%;
  z-index: 9999;
  pointer-events: none; }

.popup-open .popup-wrapper {
  pointer-events: auto;
  overflow-y: scroll; }

.popup-open .popup-body {
  pointer-events: auto; }

.popup-open .popup-bg {
  opacity: 1;
  visibility: visible; }

.popup-open .popup-container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1); }

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 18px;
  background: white;
  z-index: 2;
  pointer-events: auto;
  z-index: 100; }
  .popup-close:hover {
    background: #238CD2; }
  .popup-close::before {
    content: "\e5cd";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.ios.popup {
  overflow-y: scroll; }

/******************************
 Header
*******************************/
.popup-header {
  position: relative; }

/******************************
 Body
*******************************/
.popup-body {
  overflow: hidden; }
  .popup-body img {
    vertical-align: bottom; }
  .popup-body .grid-cols {
    max-width: 100%; }
  .popup-body .product-thumb .btn-quickview {
    display: none !important; }
  .popup-body .grid-row::before {
    width: 100% !important; }

.popup-inner-body {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: inherit;
  max-height: 100vh; }
  .popup-inner-body > .grid-rows {
    overflow-y: auto; }

.popup-content {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .popup-content > p:last-of-type {
    margin: 0; }
  .popup-content img {
    height: auto; }

/******************************
 Footer
*******************************/
.popup-footer {
  text-align: center;
  position: relative; }
  .popup-footer .btn + .btn {
    margin-left: 10px; }

.popup-dont-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0; }
  .popup-dont-show input {
    float: left;
    margin: 0; }
  .popup-dont-show span {
    margin: 0 5px; }

/******************************
 Iframe / Quickview
*******************************/
.popup body,
.popup #content,
.popup .site-wrapper > .container > .row {
  background: none !important;
  margin: 0 !important; }

.popup #content,
.popup .site-wrapper > .container > .row {
  padding: 0 !important; }

.popup .site-wrapper {
  min-height: 100%; }

.popup .wrapper,
.popup .boxed-layout .site-wrapper,
.popup .site-wrapper,
.popup .grid-cols {
  max-width: 100%; }

.modal {
  z-index: 1000050; }
  .modal .modal-header {
    border-width: 0 0 1px 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
    .modal .modal-header .close {
      position: relative;
      opacity: 1;
      background: none;
      font-size: 25px;
      margin: 0; }

.popup-options .product-info .product-details {
  padding-bottom: 60px; }
  .popup-options .product-info .product-details .product-options > .options-title {
    display: block; }
    .popup-options .product-info .product-details .product-options > .options-title + .form-group {
      margin-top: 10px; }
  .popup-options .product-info .product-details .stepper-group {
    width: 100%; }
    .popup-options .product-info .product-details .stepper-group .stepper {
      max-height: 38px; }
  .popup-options .product-info .product-details .button-group-page {
    position: fixed;
    margin: 0;
    bottom: 0;
    z-index: 99;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 10px; }
    .popup-options .product-info .product-details .button-group-page #button-cart {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-height: 38px; }
      .popup-options .product-info .product-details .button-group-page #button-cart::before {
        margin: 0 5px; }

.popup-inner-body > iframe {
  width: 100%;
  min-height: 100%; }

.touchevents.popup .site-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.popup-inner-body:empty + .popup-close {
  display: none !important; }

.route-product-product.popup-quickview .direction-horizontal .additional-images .swiper-container {
  overflow: hidden; }

/******************************
 Login/Register
*******************************/
html.popup .form-horizontal {
  margin-bottom: 0; }

html.popup .site-wrapper::before {
  display: none; }

html.popup .site-wrapper > .title + p {
  display: none; }

.popup-open.mobile-sticky header {
  top: 0; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
.module-master_slider {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  height: 100%; }
  .module-master_slider::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out; }
  .module-master_slider .slider-static-text {
    position: absolute;
    z-index: 2;
    display: block; }
    .module-master_slider .slider-static-text span {
      display: block;
      position: relative;
      -webkit-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
  .module-master_slider div.slider-static-text {
    cursor: default; }
  .module-master_slider > img {
    visibility: hidden;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .module-master_slider.fullscreen-slider > img {
    visibility: hidden;
    width: 100%;
    height: 100vh; }
  .module-master_slider iframe {
    border: none; }
  .module-master_slider video {
    width: 100%;
    height: 100%; }
  .module-master_slider .ms-slide {
    overflow: hidden; }
    .module-master_slider .ms-slide .ms-slide-video {
      z-index: 112; }
    .module-master_slider .ms-slide::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 106;
      top: 0;
      pointer-events: none; }
  .module-master_slider .ms-view {
    background: transparent; }
  .module-master_slider .ms-layer-video {
    overflow: hidden; }
  .module-master_slider .no-show-effect {
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important; }
  .module-master_slider .ms-timerbar {
    height: auto !important; }
  .module-master_slider .ms-time-bar {
    border-width: 0; }
  .module-master_slider .ms-scroll-parallax-cont,
  .module-master_slider .ms-slide .ms-slide-layers,
  .module-master_slider .ms-overlay-layers .ms-slide-layers {
    z-index: 111;
    pointer-events: none;
    mix-blend-mode: normal; }
  .module-master_slider .ms-slide .ms-layer,
  .module-master_slider .ms-fixed-layers .ms-layer,
  .module-master_slider .ms-overlay-layers .ms-layer {
    pointer-events: none; }
  .module-master_slider .ms-slide-layers .ms-layer-button,
  .module-master_slider .ms-slide-layers .ms-layer-hotspot {
    pointer-events: auto;
    -webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out, border-color 0.1s ease-out, border-radius 0.1s ease-out, -webkit-box-shadow 0.1s ease-out;
    transition: background-color 0.1s ease-out, color 0.1s ease-out, border-color 0.1s ease-out, border-radius 0.1s ease-out, -webkit-box-shadow 0.1s ease-out;
    transition: background-color 0.1s ease-out, color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, border-radius 0.1s ease-out;
    transition: background-color 0.1s ease-out, color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, border-radius 0.1s ease-out, -webkit-box-shadow 0.1s ease-out; }
  .module-master_slider .ms-slide-layers .ms-layer-video {
    pointer-events: auto; }
  .module-master_slider .ms-point-center {
    background-clip: padding-box !important;
    cursor: context-menu;
    margin: -16px 0 0 -16px;
    background: white;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .module-master_slider .ms-point-center::before {
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .module-master_slider .ms-tooltip {
    max-width: 280px;
    position: absolute;
    z-index: 20;
    cursor: auto; }
    .module-master_slider .ms-tooltip .ms-tooltip-arrow {
      position: absolute;
      border-width: 8px;
      border-color: transparent;
      border-style: solid; }
  .module-master_slider .ms-tooltip-top .ms-tooltip-arrow {
    top: auto;
    right: auto;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .module-master_slider .ms-tooltip-right .ms-tooltip-arrow {
    top: 50%;
    right: auto;
    bottom: auto;
    left: -16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .module-master_slider .ms-tooltip-bottom .ms-tooltip-arrow {
    top: -16px;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .module-master_slider .ms-tooltip-left .ms-tooltip-arrow {
    top: 50%;
    right: -16px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .module-master_slider .ms-nav-next,
  .module-master_slider .ms-nav-prev {
    width: 50px;
    height: 50px;
    background: white;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    position: absolute;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .module-master_slider .ms-nav-next:hover,
    .module-master_slider .ms-nav-prev:hover {
      background: #333; }
  .module-master_slider .ms-nav-next {
    left: auto;
    right: 0; }
  .module-master_slider .ms-nav-prev::before {
    -webkit-transform: scale(-1);
            transform: scale(-1); }
  .module-master_slider .ms-bullets {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    right: auto;
    width: auto !important; }
    .module-master_slider .ms-bullets .ms-bullets-count {
      right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .module-master_slider .ms-bullet {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-width: 0;
    border-radius: 0;
    margin: 0 !important;
    background: white; }
  .module-master_slider .ms-bullet-selected {
    background: #333; }
  .module-master_slider .ms-thumb-list {
    bottom: 0;
    height: auto !important; }
  .module-master_slider .ms-thumb-frame {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    opacity: 1;
    margin-right: 0 !important;
    position: relative;
    z-index: 1; }
    .module-master_slider .ms-thumb-frame:hover {
      opacity: 1 !important; }
  .module-master_slider .ms-thumb-frame-selected {
    opacity: 1 !important;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 2; }
  .module-master_slider > .master-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .module-master_slider > .master-slider > .ms-container {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0; }
  .module-master_slider .ms-btn-container {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

html[dir='rtl'] .module-master_slider .ms-btn-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
.module-catalog .module-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.subitem {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%; }
  .subitem a {
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out; }
  .subitem::before {
    float: left; }

.catalog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.catalog-image img {
  width: 100%; }

.item-content {
  height: 100%;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.item-assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.subitems {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .subitems .view-more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
.module-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .module-newsletter .module-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .module-newsletter .module-body > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: inherit;
          -ms-flex-pack: inherit;
              justify-content: inherit; }
    .module-newsletter .module-body .newsletter-form {
      max-width: 100%; }
      .module-newsletter .module-body .newsletter-form form {
        max-width: 100%; }
        .module-newsletter .module-body .newsletter-form form input {
          max-width: 100%; }
      .module-newsletter .module-body .newsletter-form .checkbox {
        padding: 0; }
  .module-newsletter .btn {
    position: absolute;
    right: 0;
    z-index: 2; }
    .module-newsletter .btn::before {
      content: "\f0e0";
      font-family: icomoon; }
  .module-newsletter .input-group + .checkbox label {
    display: block;
    margin-top: 5px;
    width: 100%; }

.agree b {
  font-weight: inherit; }

.side-column .module-newsletter .module-body {
  display: block; }

.side-column .module-newsletter .btn span {
  display: none; }

.side-column .newsletter-text {
  margin-bottom: 10px; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
.category-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .category-grid:not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.manufacturer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .manufacturer-grid:not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.category-thumb,
.manufacturer-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out;
  position: relative; }
  .category-thumb .caption,
  .manufacturer-thumb .caption {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2; }
  .category-thumb .description,
  .manufacturer-thumb .description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .category-thumb .button-group,
  .manufacturer-thumb .button-group {
    margin-top: auto; }
  .category-thumb .image,
  .manufacturer-thumb .image {
    width: 100%; }
    .category-thumb .image a,
    .manufacturer-thumb .image a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .category-thumb .image img,
    .manufacturer-thumb .image img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.18s ease;
      transition: all 0.18s ease;
      border-radius: inherit; }
  .category-thumb .name,
  .manufacturer-thumb .name {
    max-width: 100%;
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out; }
    .category-thumb .name a,
    .manufacturer-thumb .name a {
      width: 100%;
      display: block; }

.manufacturer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .manufacturer-grid:not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.manufacturer-thumb .name {
  width: 100%; }

.manufacturer-thumb .caption {
  margin-top: auto; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
.side-column .module-filter .panel-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

html:not(.phone) .module-title button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.reset-filter.btn {
  margin-left: auto; }

html[dir='rtl'] .reset-filter.btn {
  margin-left: 0;
  margin-left: initial;
  margin-right: auto; }

.module-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .module-filter .module-title {
    width: 100%; }
    .module-filter .module-title button {
      margin-left: auto; }
  .module-filter .panel-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .module-filter .panel-body > div > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 5px;
    -webkit-transition: all 0.05s ease;
    transition: all 0.05s ease;
    cursor: pointer; }
    .module-filter .panel-body > div > label + label {
      border-width: 1px 0 0 0; }
    .module-filter .panel-body > div > label input {
      margin: 0 2px 0 0; }
      .module-filter .panel-body > div > label input + img {
        -webkit-transition: all 0.05s ease;
        transition: all 0.05s ease; }
    .module-filter .panel-body > div > label .links-text {
      margin: 0 5px;
      -webkit-transition: all 0.05s ease;
      transition: all 0.05s ease; }
    .module-filter .panel-body > div > label .count-badge {
      margin: 0;
      z-index: 2;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .module-filter .image-only .panel-body > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .module-filter .image-only .panel-body > div > label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      padding: 0;
      position: relative; }
      .module-filter .image-only .panel-body > div > label + label {
        border-top: 0; }
      .module-filter .image-only .panel-body > div > label img {
        margin: 0;
        height: auto; }
      .module-filter .image-only .panel-body > div > label input {
        display: none; }
      .module-filter .image-only .panel-body > div > label .links-text {
        display: none; }
      .module-filter .image-only .panel-body > div > label .count-badge {
        position: absolute;
        right: 0;
        top: 0; }
  .module-filter .links-text {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word; }
  .module-filter .filter-price {
    padding-bottom: 10px; }
  .module-filter .range-slider {
    min-height: 40px;
    top: -18px;
    position: relative; }
  .module-filter .irs {
    height: auto; }
  .module-filter .js-range-slider {
    display: none !important; }
  .module-filter .irs-min, .module-filter .irs-max, .module-filter .irs-from, .module-filter .irs-to, .module-filter .irs-single {
    display: none; }
  .module-filter .irs-slider {
    background: #238CD2;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.03s ease;
    transition: all 0.03s ease;
    border-radius: 0; }
  .module-filter .irs-line {
    background: transparent;
    border-radius: 0;
    border: none; }
  .module-filter .irs-bar {
    background: transparent;
    border: none; }
  .module-filter .extra-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .module-filter .extra-controls input {
      width: calc(50% - 25px);
      text-align: center;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none; }
    .module-filter .extra-controls .currency-symbol {
      padding: 0 4px; }
    .module-filter .extra-controls .currency-left ~ .currency-left {
      margin-left: auto; }
    .module-filter .extra-controls input:first-child + .currency-right {
      margin-right: auto; }
  .module-filter .module-item {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999; }
    .module-filter .module-item .checkbox, .module-filter .module-item .radio {
      margin-top: 0; }
    .module-filter .module-item .select select {
      width: 100%; }
  .module-filter .panel-body::before, .module-filter .panel-body::after {
    display: none; }

html[dir='rtl'] .module-filter .extra-controls .currency-symbol ~ .currency-symbol {
  margin-left: 0;
  margin-left: initial;
  margin-right: auto; }

.mobile-filter-trigger {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100; }
  .has-bottom-menu .mobile-filter-trigger {
    margin-bottom: 45px; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Mobile Header
*******************************/
.mobile-header,
.open-close,
.mobile-bar-group {
  display: none; }

.mobile-header-active .mobile-header {
  display: block; }

.mobile-header-active .header {
  display: none; }

/******************************
 Header
*******************************/
header {
  z-index: 100;
  position: relative; }
  header .navbar-nav {
    float: none;
    margin: 0; }

.header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative; }

.header ul,
.dropdown-menu ul,
.top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.top-menu.language-currency > div,
.top-menu.language-currency > div > div,
.top-menu.language-currency > div > div form,
.top-menu.language-currency > div > div form > .dropdown {
  height: 100%; }

/******************************
 Logo
*******************************/
#logo {
  height: 100%; }
  #logo a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out; }
    #logo a > img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      position: relative;
      -ms-flex-item-align: center;
          align-self: center; }
  #logo h1 {
    height: 100%;
    margin: 0;
    padding: 0; }

/******************************
 Language & Currency
*******************************/
.language-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  pointer-events: none; }
  .language-currency > div:first-of-type:not(:only-of-type) {
    margin-right: 7px; }
  .language-currency .dropdown {
    pointer-events: auto; }
    .language-currency .dropdown::after {
      content: "\f0da";
      font-family: icomoon !important;
      font-size: 11px !important;
      position: relative;
      padding: 0 5px;
      margin-left: auto;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      margin-top: 2px;
      font-weight: 400 !important; }
  .language-currency .dropdown-toggle {
    padding: 0; }
  .language-currency .symbol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .language-currency .symbol img {
      -ms-flex-item-align: center;
          align-self: center; }
  .language-currency button {
    background-color: transparent;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    padding: 7px 10px; }
  .language-currency a {
    white-space: nowrap;
    cursor: pointer !important; }
  .language-currency .dropdown > button > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .language-currency .dropdown-menu {
    min-width: auto; }
    .language-currency .dropdown-menu > ul > li {
      border-width: 1px 0 0 0; }
      .language-currency .dropdown-menu > ul > li:first-child {
        border-top-width: 0; }
      .language-currency .dropdown-menu > ul > li::before {
        display: none; }

#language,
#currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #language form > .dropdown,
  #currency form > .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #language button,
  #currency button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

.currency-symbol-title > .currency-symbol {
  width: 16px;
  height: 16px;
  background-color: #EA2349;
  color: white;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%; }

.language-flag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 18px; }
  .language-flag img {
    max-width: none;
    -ms-flex-item-align: center;
        align-self: center; }

.currency-code,
.currency-code-dropdown {
  display: none; }

.language-title,
.currency-title,
.currency-code,
.currency-title-dropdown,
.language-title-dropdown,
.currency-code-dropdown {
  margin-left: 5px; }

.currency-select,
.language-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/******************************
 DESKTOP HEADER STYLES
*******************************/
.desktop-header-active {
  /******************************
   Default
  *******************************/
  /******************************
   Classic
  *******************************/
  /******************************
   Mega
  *******************************/
  /******************************
   Compact
  *******************************/
  /******************************
   Slim
  *******************************/ }
  .desktop-header-active header::before {
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    content: "";
    z-index: 0; }
  .desktop-header-active header .top-bar {
    z-index: 1001;
    position: relative; }
  .desktop-header-active .header-default > div {
    height: 100%; }
  .desktop-header-active .header-default .header-assets {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 250px); }
  .desktop-header-active .header-default .top-bar {
    height: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .desktop-header-active .header-default .top-bar .dropdown > a::after {
      margin-left: 0; }
  .desktop-header-active .header-default .mid-bar {
    height: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .desktop-header-active .header-default .mid-bar .top-menu > ul > li + li {
      border-width: 0; }
  .desktop-header-active .header-default .top-menu,
  .desktop-header-active .header-default .top-menu > ul,
  .desktop-header-active .header-default #cart,
  .desktop-header-active .header-default .desktop-cart-wrapper {
    height: 100%; }
  .desktop-header-active .header-default .full-cart {
    margin-left: auto; }
  .desktop-header-active .header-default .header-cart-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .desktop-header-active .header-default .desktop-logo-wrapper {
    width: 250px; }
  .desktop-header-active .header-default .desktop-main-menu-wrapper {
    position: static; }
    .desktop-header-active .header-default .desktop-main-menu-wrapper .main-menu > .j-menu, .desktop-header-active .header-default .desktop-main-menu-wrapper .main-menu-item {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .desktop-header-active .header-default .header-assets {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .desktop-header-active .header-default .header-assets > div {
      height: 33.3333%; }
  .desktop-header-active .header-default .cart-heading {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .desktop-header-active .header-default .desktop-main-menu-wrapper .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .desktop-header-active .header-default .top-bar > .top-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .desktop-header-active .header-default .top-bar > .top-menu > ul {
      padding: 0; }
      .desktop-header-active .header-default .top-bar > .top-menu > ul > li {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0; }
        .desktop-header-active .header-default .top-bar > .top-menu > ul > li > a {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
  .desktop-header-active .header-default .full-search, .desktop-header-active .header-default .full-search #search {
    height: 100%; }
  .desktop-header-active .header-default .top-menu-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%; }
  .desktop-header-active .header-default::before {
    z-index: -1; }
  .desktop-header-active body:not(.is-sticky) .header-default .main-menu > .menu-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%; }
    .desktop-header-active body:not(.is-sticky) .header-default .main-menu > .menu-item > a {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .desktop-header-active .header-classic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .desktop-header-active .header-classic > div {
      width: 100%; }
    .desktop-header-active .header-classic .top-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .desktop-header-active .header-classic .mid-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100px; }
      .desktop-header-active .header-classic .mid-bar > div {
        height: 100%;
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .desktop-header-active .header-classic .mid-bar .top-menu {
        height: auto;
        margin: 0 10px; }
        .desktop-header-active .header-classic .mid-bar .top-menu > .j-menu {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .desktop-header-active .header-classic .mid-bar .secondary-menu {
        margin: 0; }
        .desktop-header-active .header-classic .mid-bar .secondary-menu .top-menu {
          margin: 0; }
    .desktop-header-active .header-classic #logo {
      width: 100%; }
      .desktop-header-active .header-classic #logo a {
        width: 100%; }
    .desktop-header-active .header-classic .classic-cart-wrapper,
    .desktop-header-active .header-classic .desktop-cart-wrapper {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .desktop-header-active .header-classic .desktop-search-wrapper {
      min-width: 160px; }
    .desktop-header-active .header-classic .desktop-main-menu-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .desktop-header-active .header-classic .header-cart-group {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .desktop-header-active .header-classic .full-search #search {
      height: 35px;
      width: 100%; }
    .desktop-header-active .header-classic #cart {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .desktop-header-active .header-classic #cart > a {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
  .desktop-header-active .header-mega {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .desktop-header-active .header-mega > div {
      width: 100%; }
    .desktop-header-active .header-mega .top-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 35px; }
    .desktop-header-active .header-mega .mid-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100px; }
      .desktop-header-active .header-mega .mid-bar > div {
        height: 100%; }
    .desktop-header-active .header-mega .mid-bar > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .desktop-header-active .header-mega .mid-bar .desktop-cart-wrapper {
      height: auto; }
    .desktop-header-active .header-mega .mid-bar .secondary-menu {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .desktop-header-active .header-mega .mid-bar .secondary-menu .top-menu {
        height: auto; }
    .desktop-header-active .header-mega #logo {
      margin: 0 auto;
      width: 100%; }
      .desktop-header-active .header-mega #logo a {
        width: 100%;
        height: 100%; }
    .desktop-header-active .header-mega .desktop-search-wrapper {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .desktop-header-active .header-mega .desktop-search-wrapper > div {
        width: 100%; }
    .desktop-header-active .header-mega .desktop-logo-wrapper {
      margin-right: auto; }
    .desktop-header-active .header-mega .desktop-cart-wrapper {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 100%;
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
      .desktop-header-active .header-mega .desktop-cart-wrapper #cart, .desktop-header-active .header-mega .desktop-cart-wrapper .cart-heading {
        height: 100%; }
    .desktop-header-active .header-mega .desktop-main-menu-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .desktop-header-active .header-mega .desktop-main-menu-wrapper #main-menu-2 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
    .desktop-header-active .header-mega .language-currency {
      pointer-events: none; }
      .desktop-header-active .header-mega .language-currency button {
        pointer-events: auto; }
    .desktop-header-active .header-mega #main-menu {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
  .desktop-header-active .header-compact {
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .desktop-header-active .header-compact .language-currency {
      pointer-events: none; }
      .desktop-header-active .header-compact .language-currency button {
        pointer-events: auto; }
    .desktop-header-active .header-compact > div {
      width: 100%; }
    .desktop-header-active .header-compact .top-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .desktop-header-active .header-compact .mid-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: height .2s ease;
      transition: height .2s ease;
      z-index: 1; }
      .desktop-header-active .header-compact .mid-bar .desktop-main-menu-wrapper {
        position: static; }
        .desktop-header-active .header-compact .mid-bar .desktop-main-menu-wrapper::before {
          display: none; }
        .desktop-header-active .header-compact .mid-bar .desktop-main-menu-wrapper .main-menu {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
        .desktop-header-active .header-compact .mid-bar .desktop-main-menu-wrapper .mega-fullwidth > .j-dropdown {
          padding-top: 14px;
          margin-top: -14px; }
    .desktop-header-active .header-compact .desktop-logo-wrapper {
      height: 100%; }
    .desktop-header-active .header-compact .desktop-main-menu-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto; }
      .desktop-header-active .header-compact .desktop-main-menu-wrapper .main-menu {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .desktop-header-active .header-compact .desktop-main-menu-wrapper .main-menu > .j-menu > .menu-item > a {
          position: relative;
          z-index: 2; }
        .desktop-header-active .header-compact .desktop-main-menu-wrapper .main-menu > .j-menu > .menu-item > .dropdown-menu {
          z-index: 1; }
    .desktop-header-active .header-compact .header-cart-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-left: auto; }
    .desktop-header-active .header-compact .top-menu-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 10px; }
  .desktop-header-active .header-slim .desktop-main-menu-wrapper {
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0; }
  .desktop-header-active .header-slim .header-cart-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .desktop-header-active .header-slim .full-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%; }
    .desktop-header-active .header-slim .full-search #search {
      width: 100%;
      height: 40px; }
  .desktop-header-active .header-sm .top-menu > ul {
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .desktop-header-active .mid-bar {
    position: relative; }

.search-page-open.header-compact .top-bar {
  z-index: 1; }

/******************************
 Sticky Header
*******************************/
.desktop-header-active .is-sticky .desktop-main-menu-wrapper {
  -webkit-transition: top 0.25s ease-out;
  transition: top 0.25s ease-out;
  position: fixed;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .desktop-header-active .is-sticky .desktop-main-menu-wrapper::before {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1; }
  .desktop-header-active .is-sticky .desktop-main-menu-wrapper .count-badge {
    top: 0;
    margin-top: 0 !important; }

.desktop-header-active .is-sticky .header-classic .desktop-main-menu-wrapper .desktop-cart-wrapper, .desktop-header-active .is-sticky .header-classic .desktop-main-menu-wrapper #cart, .desktop-header-active .is-sticky .header-classic .desktop-main-menu-wrapper .cart-heading {
  height: 100%; }

.desktop-header-active .is-sticky .header-default .desktop-main-menu-wrapper::before {
  background: inherit; }

.desktop-header-active.compact-sticky .sticky-compact header {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Full Search
*******************************/
.header-search {
  height: 100%; }
  .header-search input {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: white !important;
    padding: 0 12px; }
    .header-search input:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none; }
  .header-search > span {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    height: 100%;
    position: static !important; }
    .header-search > span .tt-hint {
      display: none; }
    .header-search > span input {
      border-radius: inherit; }
  .header-search > button::before {
    content: "\f002";
    font-family: icomoon; }
  .header-search > * {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }

.full-search #search {
  max-height: 100%; }
  .full-search #search > .j-dropdown {
    display: block; }

/******************************
 Mini Search
*******************************/
.mini-search .search-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out;
  background-color: transparent; }

.mini-search #search > .dropdown-menu {
  left: auto;
  right: 0; }
  .mini-search #search > .dropdown-menu::before {
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }

.mini-search .header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%; }
  .mini-search .header-search input {
    min-width: 150px; }

.mini-search .search-button {
  min-width: 40px;
  font-size: 18px; }

.mini-search .search-categories-button {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobile .mini-search .dropdown-menu {
  max-width: 100%; }

/******************************
 Full Search
*******************************/
.full-search #search {
  min-height: 30px; }
  .full-search #search > .dropdown-menu {
    z-index: 1;
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    padding: 0;
    margin: 0;
    min-width: 0;
    min-width: initial;
    width: 100%;
    height: 100%;
    top: auto; }
    .full-search #search > .dropdown-menu::before {
      display: none; }

.full-search .header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .full-search .header-search > span {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

/******************************
 Search Button
*******************************/
.search-button {
  padding: 0;
  min-width: 40px;
  height: 100%;
  border-radius: 0;
  font-size: 20px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  background-color: #ccc; }

/******************************
 Categories Dropdown
*******************************/
.search-categories-button {
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default; }
  .search-categories-button a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .search-categories-button::after {
    position: relative;
    margin-left: 7px;
    content: "\f0dc";
    font-size: 11px;
    font-family: icomoon; }

.search-categories {
  height: 100%;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out;
  background-color: #ccc; }
  .search-categories .j-dropdown div {
    overflow: hidden; }
  .search-categories .j-dropdown ul {
    max-height: 350px;
    width: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: inherit;
    -webkit-overflow-scrolling: touch; }
    .search-categories .j-dropdown ul > li {
      font-size: 13px;
      width: 100%;
      white-space: normal;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer;
      position: relative; }
      .search-categories .j-dropdown ul > li a {
        cursor: pointer;
        padding-left: 15px; }
      .search-categories .j-dropdown ul > li.category-level-1 a::before {
        display: none; }
      .search-categories .j-dropdown ul > li.category-level-4 a {
        padding-left: 35px; }
      .search-categories .j-dropdown ul > li.category-level-3 a {
        padding-left: 25px; }
      .search-categories .j-dropdown ul > li.category-level-2 a {
        padding-left: 15px; }

/******************************
 AutoSuggest
*******************************/
.search-results-empty {
  padding: 10px 15px; }

.tt-menu {
  width: 100%; }
  .tt-menu > div {
    max-height: 350px;
    overflow-y: auto;
    background-color: white;
    margin-left: auto; }
    .tt-menu > div > div > a {
      -webkit-transition: all 0.075s ease-out;
      transition: all 0.075s ease-out; }

.tt-menu:not(.tt-empty)::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: white;
  left: 100%;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%); }

.search-result {
  position: relative; }
  .search-result > a {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 1px 0 0 0;
    color: #555;
    font-size: 14px; }
    .search-result > a > span {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 5px 5px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .search-result:first-child > a {
    border-top-width: 0; }
  .search-result .button-group {
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: auto;
    display: none; }
  .search-result .product-name {
    color: #444;
    line-height: 1.2;
    margin-bottom: 2px; }
    .search-result .product-name + span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .search-result .price-new {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .search-result .price-old {
    font-size: 80%;
    padding: 1px 3px;
    border-radius: 3px;
    margin: 0 5px; }
  .search-result.view-more a {
    padding: 8px 15px; }
    .search-result.view-more a::after {
      margin-left: 5px; }

.mobile-header-active .header-search > span {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit; }

.mobile-header-active .header-search .search-categories + span {
  border-radius: 0; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Main Menu
*******************************/
.desktop-main-menu-wrapper {
  position: static; }
  .desktop-main-menu-wrapper::before {
    content: "";
    position: absolute;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    bottom: 0;
    z-index: -1;
    height: 100%; }
  .desktop-main-menu-wrapper .main-menu {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .desktop-main-menu-wrapper .main-menu::after {
      -webkit-box-flex: 99;
          -ms-flex-positive: 99;
              flex-grow: 99; }
    .desktop-main-menu-wrapper .main-menu .main-menu-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; }
      .desktop-main-menu-wrapper .main-menu .main-menu-item > a {
        border-width: 0 0 0 1px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .desktop-main-menu-wrapper .main-menu .main-menu-item:first-of-type {
        border-top-left-radius: inherit;
        border-bottom-left-radius: inherit; }
        .desktop-main-menu-wrapper .main-menu .main-menu-item:first-of-type > a {
          border-left-width: 0;
          border-radius: inherit; }
      .desktop-main-menu-wrapper .main-menu .main-menu-item:last-of-type {
        border-top-right-radius: inherit;
        border-bottom-right-radius: inherit; }
        .desktop-main-menu-wrapper .main-menu .main-menu-item:last-of-type > a {
          border-right-width: 0;
          border-radius: inherit; }
      .desktop-main-menu-wrapper .main-menu .main-menu-item.dropdown > a::after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        margin: 0 5px; }
    .desktop-main-menu-wrapper .main-menu > .j-menu {
      border-radius: inherit;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .desktop-main-menu-wrapper .main-menu > .j-menu > li > a .links-text {
        width: 100%; }
  .desktop-main-menu-wrapper.menu-stretch .main-menu {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .desktop-main-menu-wrapper.menu-stretch .main-menu > ul {
      width: 100%; }
      .desktop-main-menu-wrapper.menu-stretch .main-menu > ul > li {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
  .desktop-main-menu-wrapper.menu-center {
    text-align: center; }
    .desktop-main-menu-wrapper.menu-center .main-menu {
      margin: 0 auto;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .desktop-main-menu-wrapper.has-menu-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

html[dir='rtl'] .desktop-main-menu-wrapper .main-menu .main-menu-item > a {
  border-width: 0 1px 0 0; }

html[dir='rtl'] .desktop-main-menu-wrapper .main-menu .main-menu-item:first-of-type > a {
  border-right-width: 0; }

html[dir='rtl'] .desktop-main-menu-wrapper .main-menu > .j-menu > .first-dropdown::before {
  display: none !important; }

/******************************
 Flyout
*******************************/
.main-menu > .flyout .flyout-menu-item:first-child,
.main-menu > .flyout .flyout-menu-item:first-child > a {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.main-menu > .flyout .flyout-menu-item:last-child,
.main-menu > .flyout .flyout-menu-item:last-child > a {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }

.main-menu > .flyout > .dropdown-menu::before {
  left: 10px; }

/******************************
 Mega Menu
*******************************/
.desktop-main-menu-wrapper.menu-center #main-menu {
  margin: 0 auto; }

.desktop-main-menu-wrapper .main-menu .mega-menu.mega-custom {
  position: relative; }

.desktop-main-menu-wrapper .main-menu .mega-menu .mega-menu-content {
  max-height: calc(100vh - 100px);
  margin: 0 auto; }

.desktop-main-menu-wrapper .main-menu .menu-fullwidth .mega-menu-content {
  max-width: 100%; }

.desktop-main-menu-wrapper .main-menu .menu-fullwidth > .j-dropdown,
.desktop-main-menu-wrapper .main-menu .mega-fullwidth > .j-dropdown {
  padding-top: 0; }
  .desktop-main-menu-wrapper .main-menu .menu-fullwidth > .j-dropdown::before,
  .desktop-main-menu-wrapper .main-menu .mega-fullwidth > .j-dropdown::before {
    display: none; }

/******************************
 //Multi columns
*******************************/
/******************************
 Menu Open Site Overlay
*******************************/
@-webkit-keyframes overlay {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes overlay {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.desktop-main-menu-wrapper .main-menu > .j-menu > .first-dropdown::before {
  z-index: 0;
  position: absolute;
  width: 150vw;
  height: calc(100vh - 60px);
  top: 100%;
  left: 0;
  pointer-events: none;
  -webkit-animation: overlay .3s ease;
          animation: overlay .3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .15s .15s ease-in-out;
  transition: all .15s .15s ease-in-out;
  content: "";
  display: none; }

.desktop-main-menu-wrapper.boxed-layout .main-menu > .j-menu > .first-dropdown::before {
  display: none !important; }

.desktop-main-menu-wrapper .main-menu > .j-menu > .first-dropdown.mega-custom::before {
  width: 200vw; }

.header-sm .desktop-main-menu-wrapper .main-menu > .j-menu > .first-dropdown::before {
  width: 150vw; }

.desktop-header-active .menu-open .main-menu > .j-menu > .first-dropdown::before {
  opacity: 1;
  visibility: visible;
  display: block; }

.desktop-header-active .menu-hover .main-menu > .j-menu > .first-dropdown::before {
  opacity: 0;
  visibility: hidden;
  display: none; }

/******************************
 Mobile Menu Desktop
*******************************/
.no-touchevents.mobile-menu-open {
  overflow: hidden; }

.no-touchevents .mobile-wrapper-open {
  overflow-y: scroll; }

.desktop-header-active.mobile-overlay body {
  overflow: scroll; }

.desktop-header-active .menu-trigger {
  display: none !important; }
  .desktop-header-active .menu-trigger ul, .desktop-header-active .menu-trigger li {
    height: 100%; }
  .desktop-header-active .menu-trigger a {
    cursor: pointer !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-width: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 15px; }

.desktop-header-active.mobile-menu-active .menu-main-menu-wrapper {
  overflow-y: auto; }

.desktop-header-active.mobile-menu-active .site-wrapper #main-menu {
  display: none; }

.desktop-header-active.mobile-menu-active .menu-trigger {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  height: 100%; }

.desktop-header-active.mobile-menu-active .is-sticky .menu-trigger {
  margin-right: auto; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Cart
*******************************/
#cart {
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out; }
  #cart > a {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out;
    max-height: 100%;
    color: #000;
    color: initial; }
    #cart > a:hover {
      color: inherit; }
    #cart > a > i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transition: all .05s ease-out;
      transition: all .05s ease-out;
      font-size: 1.5em;
      max-height: 100%;
      font-family: inherit; }
      #cart > a > i span {
        position: relative;
        font-size: 12px;
        padding: 0 5px;
        -webkit-transition: all .05s ease-out;
        transition: all .05s ease-out; }
      #cart > a > i::before {
        content: "\e904";
        font-family: 'icomoon';
        -webkit-transition: all .1s ease;
        transition: all .1s ease; }
    #cart > a::after {
      display: none !important; }

.mobile #cart .cart-label {
  display: none; }

#cart-items {
  z-index: 1;
  top: 0;
  right: 0;
  margin: 0;
  position: absolute; }

#cart-total {
  white-space: nowrap; }

/******************************
 Cart Content
*******************************/
div.cart-content {
  font-size: 13px;
  right: 0;
  left: auto;
  padding-top: 0; }
  div.cart-content::before {
    left: 100%;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%); }
  div.cart-content .cart-empty {
    margin-bottom: 0;
    padding: 20px; }
  div.cart-content > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    div.cart-content > ul .cart-products {
      border-top-left-radius: inherit;
      border-top-right-radius: inherit; }
    div.cart-content > ul a
.cart-totals {
      position: relative;
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
      background-color: #f4f4f4; }
  div.cart-content .cart-buttons {
    padding: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-width: 1px 0 0 0;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
    div.cart-content .cart-buttons a {
      margin: 0 6px; }
  div.cart-content img {
    max-width: 100%;
    height: auto; }
  div.cart-content table {
    margin-bottom: 0 !important;
    border-style: none !important; }
  div.cart-content .cart-products {
    overflow-x: hidden;
    margin-bottom: -1px; }
    div.cart-content .cart-products table {
      border-bottom-width: 0 !important;
      border-top-left-radius: inherit;
      border-top-right-radius: inherit; }
    div.cart-content .cart-products tbody > tr:nth-of-type(odd) {
      background-color: transparent; }
    div.cart-content .cart-products tbody > tr:first-of-type > td {
      border-top: 0 !important; }
    div.cart-content .cart-products tbody > tr:last-of-type > td {
      border-bottom-width: 1px; }
    div.cart-content .cart-products tbody > tr > td {
      padding: 8px;
      border-width: 1px 0 0 0;
      background-color: transparent; }
    div.cart-content .cart-products tbody .td-image {
      min-width: 60px; }
    div.cart-content .cart-products tbody .td-name {
      vertical-align: middle; }
      div.cart-content .cart-products tbody .td-name small::before {
        content: "•";
        margin: 0 3px; }
    div.cart-content .cart-products tbody .td-qty {
      white-space: nowrap; }
    div.cart-content .cart-products tbody .td-remove {
      padding: 7px 5px;
      min-width: 25px; }
      div.cart-content .cart-products tbody .td-remove button {
        color: #999;
        font-size: 15px;
        position: relative;
        background-color: transparent;
        padding: 2px 0 0 0; }
        div.cart-content .cart-products tbody .td-remove button i {
          float: left; }
        div.cart-content .cart-products tbody .td-remove button:hover {
          color: #EA2349; }
  div.cart-content .cart-totals {
    border-width: 1px 0 0 0;
    z-index: 2; }
    div.cart-content .cart-totals tbody td {
      border-width: 1px 0 0 0;
      padding: 12px; }
    div.cart-content .cart-totals .td-total-text {
      width: 25%;
      white-space: nowrap; }
  div.cart-content .table-bordered {
    border-width: 0; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 General
*******************************/
.mobile img {
  -ms-flex-item-align: center;
      align-self: center; }

.mobile input:not([type=button]):not([type=submit]),
.mobile textarea {
  font-size: 16px !important; }

.mobile select {
  padding: 0 !important;
  font-size: 16px !important; }

.mobile * {
  background-attachment: scroll !important; }

.mobile select:focus, .mobile textarea:focus, .mobile input:focus {
  font-size: 16px; }

/******************************
 Mobile Top Bar
*******************************/
.mobile-header-active .mobile-header .mobile-top-bar {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2; }

.mobile-header-active .mobile-header .mobile-top-menu-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobile-header-active .dropdown-backdrop {
  display: none;
  pointer-events: none; }

.mobile-header-active #cart {
  background-color: transparent; }
  .mobile-header-active #cart i {
    border-radius: 0; }

.mobile-custom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative; }
  .mobile-custom-menu .count-badge {
    position: absolute;
    right: 0;
    top: 10px; }

html[dir='rtl'] .mobile-custom-menu .count-badge {
  left: 0;
  right: auto; }

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .j-menu .dropdown > a::after {
  display: none !important; }

html[dir="rtl"] .mobile-header .language-currency.top-menu > div:last-child .dropdown.drop-menu.animating > .j-dropdown {
  right: auto; }

.mobile-header-active .menu-trigger,
.mobile-header-active .search-trigger,
.mobile-header-active #cart > a > i {
  position: relative; }
  .mobile-header-active .menu-trigger::after,
  .mobile-header-active .search-trigger::after,
  .mobile-header-active #cart > a > i::after {
    display: block;
    font-size: 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%); }

.mobile-header-active #cart > a > i::after {
  -webkit-transform: translate(-60%, -125%);
          transform: translate(-60%, -125%); }

.mobile-header-active .mobile-custom-menu {
  position: relative; }
  .mobile-header-active .mobile-custom-menu .links-text {
    display: block;
    font-size: 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%); }

html[dir='rtl'].mobile-header-active #cart > a > i::after {
  -webkit-transform: translate(-70%, -125%);
          transform: translate(-70%, -125%); }

/******************************
 Mid Bar
*******************************/
.mobile-header-active {
  /******************************
   Logo
  *******************************/
  /******************************
   Main Menu Trigger
  *******************************/
  /******************************
   Mini Search
  *******************************/ }
  .mobile-header-active .mobile-bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    z-index: 1; }
  .mobile-header-active .mobile-bar-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .mobile-header-active .mobile-bar-group > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .mobile-header-active #cart a {
    cursor: pointer; }
  .mobile-header-active #cart-total {
    display: none !important; }
  .mobile-header-active .mobile-cart-wrapper .dropdown-menu::before,
  .mobile-header-active .mobile-top-menu-wrapper .dropdown-menu::before {
    display: none !important; }
  .mobile-header-active .mobile-logo-wrapper {
    height: 100%;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .mobile-header-active .menu-trigger {
    font-size: 20px;
    cursor: pointer; }
    .mobile-header-active .menu-trigger button {
      background: transparent; }
    .mobile-header-active .menu-trigger span {
      display: none; }
  .mobile-header-active .mini-search #search {
    position: static;
    width: 100%;
    height: 100%; }
    .mobile-header-active .mini-search #search > button {
      max-width: 100%;
      height: 100%;
      display: block; }
    .mobile-header-active .mini-search #search > .dropdown-menu {
      height: 40px; }
      .mobile-header-active .mini-search #search > .dropdown-menu input {
        border-top-left-radius: inherit !important;
        border-bottom-left-radius: inherit !important; }
  .mobile-header-active .mini-search .header-search {
    width: 100vw; }
  .mobile-header-active .tt-menu {
    padding-top: 0; }
    .mobile-header-active .tt-menu::before {
      display: none; }
  .mobile-header-active .full-search #search {
    width: 100%;
    height: 100%; }
  .mobile-header-active .mobile-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mobile-header-active .mobile-1 .mobile-logo-wrapper {
      max-width: 50%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    .mobile-header-active .mobile-1 .mobile-bar-group {
      height: 100%; }
      .mobile-header-active .mobile-1 .mobile-bar-group > div {
        height: 100%; }
    .mobile-header-active .mobile-1 #cart {
      width: 100%;
      height: 100%; }
      .mobile-header-active .mobile-1 #cart > a {
        height: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .mobile-header-active .mobile-1 #cart > a > i {
          height: 100%; }
  .mobile-header-active .mobile-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mobile-header-active .mobile-2 .mobile-logo-wrapper {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: none; }
    .mobile-header-active .mobile-2 .mobile-bar > div {
      height: 100%;
      min-width: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .mobile-header-active .mobile-2 .mobile-search-wrapper {
      width: 100%; }
    .mobile-header-active .mobile-2 #cart {
      width: 100%;
      height: 100%; }
      .mobile-header-active .mobile-2 #cart > a {
        height: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .mobile-header-active .mobile-2 #cart > a > i {
          height: 100%; }
  .mobile-header-active .mobile-3 #logo {
    margin: 0 auto; }
  .mobile-header-active .mobile-3 .mobile-bar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .mobile-header-active .mobile-3 .mobile-custom-menu {
    padding: 0 15px; }
  .mobile-header-active .mobile-3 .mobile-search-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .mobile-header-active .mobile-3 .mobile-bar-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .mobile-header-active header {
    z-index: 15; }

/******************************
 Top Menu Edge Dropdown
*******************************/
.mobile-header .mobile-top-menu-wrapper .top-menu > .j-menu > li:first-child > .j-dropdown {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out; }

.mobile-header .mobile-top-menu-wrapper .top-menu > .j-menu > li:first-child.animating > .j-dropdown {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .mobile-header .mobile-top-menu-wrapper .top-menu > .j-menu > li:first-child.animating > .j-dropdown::before {
    display: block !important;
    content: "" !important;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 10px !important; }

.mobile-header .language-currency.top-menu > div:last-child .dropdown.drop-menu > .j-dropdown {
  left: auto;
  right: 0;
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out; }
  .mobile-header .language-currency.top-menu > div:last-child .dropdown.drop-menu > .j-dropdown::before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    left: calc(100% - 10px) !important; }

.mobile-header .language-currency.top-menu > div:last-child .dropdown.drop-menu.animating > .j-dropdown {
  left: auto;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.mobile-header .language .dropdown-toggle .symbol,
.mobile-header .currency .dropdown-toggle .symbol {
  width: auto;
  height: auto; }

/******************************
 Mobile Sticky
*******************************/
.mobile-header-active .mobile-bar-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Mobile Wrapper
*******************************/
.mobile-container {
  display: none;
  position: fixed;
  z-index: 50000;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  background-color: white; }
  .mobile-container.mobile-cart-content-container {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    left: auto;
    right: 0; }

/******************************
 Open-Close Animations
*******************************/
.mobile-main-menu-container-open .mobile-main-menu-container {
  display: block; }
  .mobile-main-menu-container-open .mobile-main-menu-container.animating {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }

.mobile-cart-content-container-open .mobile-cart-content-container {
  display: block; }
  .mobile-cart-content-container-open .mobile-cart-content-container.animating {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }

.mobile-filter-container-open .mobile-filter-container {
  display: block; }
  .mobile-filter-container-open .mobile-filter-container.animating {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }

.tablet.mobile-filter-container-open .mobile-filter-container {
  max-width: 50%; }

.mobile-header-active .site-wrapper {
  overflow: hidden; }
  .mobile-header-active .site-wrapper::before {
    content: "";
    position: fixed;
    z-index: 49999;
    left: 0;
    top: -200px;
    width: 100%;
    height: calc(100vh + 200px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

.ios.mobile-header-active:not(.popup) {
  overflow-y: scroll; }
  .ios.mobile-header-active:not(.popup) body {
    overflow: hidden; }
  .ios.mobile-header-active:not(.popup) .site-wrapper {
    overflow: visible;
    overflow: initial; }

.ios.mobile-overlay .site-wrapper {
  cursor: pointer; }

.mobile-overlay {
  overflow: hidden; }
  .mobile-overlay .site-wrapper::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5);
    display: block; }

.android.chrome41.mobile-header-active .site-wrapper::before {
  display: none; }

.android.chrome41.mobile-header-active.mobile-overlay .site-wrapper::before {
  display: block; }

/******************************
 Mobile Wrapper Header
*******************************/
.mobile-wrapper-header {
  position: relative;
  width: 100%;
  height: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 0; }
  .mobile-wrapper-header > span {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px;
    font-size: 17px; }
    .mobile-wrapper-header > span span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .mobile-wrapper-header > a {
    height: 100%;
    width: 40px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 25px;
    cursor: pointer; }
    .mobile-wrapper-header > a::before {
      content: "\e5cd";
      font-family: icomoon; }

/******************************
 Mobile Cart
*******************************/
.mobile-cart-content-wrapper {
  padding-bottom: 40px; }

.mobile-header-active .cart-content {
  min-width: 0;
  min-width: initial;
  height: 100%; }
  .mobile-header-active .cart-content ul {
    height: 100%;
    border-radius: 0;
    background: transparent; }
  .mobile-header-active .cart-content .cart-products {
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch; }
  .mobile-header-active .cart-content .cart-totals {
    position: relative;
    position: fixed;
    bottom: 0;
    width: 100%; }

/******************************
 Mobile Filter
*******************************/
.mobile-filter-wrapper {
  height: 100%;
  padding-bottom: 40px; }
  .mobile-filter-wrapper .module-filter {
    padding: 15px;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .mobile-filter-wrapper .module-filter .module-title {
      display: none;
      padding: 0;
      margin: 0; }
    .mobile-filter-wrapper .module-filter .panel-body {
      max-height: 100%;
      overflow: visible; }

.mobile-filter-container-open .journal-loading-overlay {
  position: fixed;
  top: 40px;
  left: 0;
  width: 85%; }

/******************************
 Mobile Main Menu
*******************************/
.mobile-main-menu-wrapper {
  height: 100%;
  padding-bottom: 40px; }
  .mobile-main-menu-wrapper .main-menu {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .mobile-main-menu-wrapper .main-menu .j-menu > * {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .mobile-main-menu-wrapper .main-menu .dropdown::after {
      display: none !important; }
    .mobile-main-menu-wrapper .main-menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .mobile-main-menu-wrapper .main-menu .menu-label {
      position: relative;
      margin: 0 5px !important;
      -webkit-transform: none !important;
              transform: none !important; }
    .mobile-main-menu-wrapper .main-menu .main-menu {
      border-width: 0;
      background-color: transparent; }
      .mobile-main-menu-wrapper .main-menu .main-menu .menu-item {
        padding: 0; }
        .mobile-main-menu-wrapper .main-menu .main-menu .menu-item .open-menu {
          min-width: 40px;
          height: 100%;
          right: 0;
          border-radius: 0; }
        .mobile-main-menu-wrapper .main-menu .main-menu .menu-item > a {
          position: relative;
          height: 40px;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 0 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .mobile-main-menu-wrapper .main-menu .main-menu .menu-item > a::after {
            display: none; }
      .mobile-main-menu-wrapper .main-menu .main-menu .dropdown-menu {
        padding: 0;
        margin: 0;
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1);
        width: 100%;
        display: none; }
        .mobile-main-menu-wrapper .main-menu .main-menu .dropdown-menu > ul {
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .mobile-main-menu-wrapper .main-menu .main-menu .dropdown-menu > ul li > a {
            margin-bottom: 10px; }
          .mobile-main-menu-wrapper .main-menu .main-menu .dropdown-menu > ul li .dropdown-menu {
            left: 0;
            -webkit-box-shadow: none;
                    box-shadow: none; }
        .mobile-main-menu-wrapper .main-menu .main-menu .dropdown-menu::before {
          display: none; }
      .mobile-main-menu-wrapper .main-menu .main-menu .open > .dropdown-menu {
        display: block; }
    .mobile-main-menu-wrapper .main-menu .multi-level .dropdown-menu ul {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .mobile-main-menu-wrapper .main-menu .multi-level .dropdown-menu ul li.dropdown {
        display: table;
        width: 100%; }
    .mobile-main-menu-wrapper .main-menu .mega-menu .main-menu-item > a + div {
      border-width: 1px 0 0 0;
      border-color: inherit;
      border-style: inherit; }
    .mobile-main-menu-wrapper .main-menu > .main-menu > div:first-of-type {
      border-top-width: 0; }
    .mobile-main-menu-wrapper .main-menu > .main-menu > div:last-of-type {
      border-bottom-width: 1px; }
    .mobile-main-menu-wrapper .main-menu .j-menu {
      border-style: none !important; }

/******************************

Journal - Advanced Opencart Theme Framework
Version 3.0.0
Copyright (c) 2018 Digital Atelier
https://www.journal-theme.com/

*******************************/
/******************************
 Family.scss
*******************************/
/******************************
 Globals
*******************************/
html[dir="rtl"] .text-left {
  text-align: right; }

html[dir="rtl"] .text-right {
  text-align: left; }

html[dir="rtl"] .form-control {
  text-align: right; }

html[dir="rtl"] .fa-upload {
  margin-right: auto;
  margin-left: 5px; }

html[dir="rtl"] .buttons .pull-right ::after {
  margin-right: 3px; }

/******************************
 Header Cart
*******************************/
html[dir="rtl"] .cart-content {
  right: auto;
  left: 0; }
  html[dir="rtl"] .cart-content::before {
    left: -100%;
    right: auto;
    -webkit-transform: translateX(150%);
            transform: translateX(150%); }
  html[dir="rtl"] .cart-content .table-striped tbody .td-image {
    padding-right: 10px; }

html[dir="rtl"] .full-cart .cart-heading {
  padding-right: 0;
  padding-left: 40px; }
  html[dir="rtl"] .full-cart .cart-heading i {
    right: auto;
    left: 0; }

html[dir="rtl"] .mini-cart .count-badge {
  right: auto;
  left: 0; }

html[dir="rtl"] #cart-items {
  right: auto;
  left: 0; }

/******************************
 Tabs
*******************************/
html[dir='rtl'] .nav-tabs > li > a::before {
  margin-right: auto;
  margin-left: 5px; }

/******************************
 Countdown
*******************************/
html[dir='rtl'] .countdown > div:first-of-type {
  border-left-width: 1px; }

html[dir='rtl'] .countdown > div:last-of-type {
  border-left-width: 0; }

/******************************
Stepper
*******************************/
html[dir='rtl'] .stepper .form-control {
  text-align: center; }

/******************************
 Search
*******************************/
html[dir="rtl"] .mini-search #search > .dropdown-menu {
  left: 0;
  right: auto; }
  html[dir="rtl"] .mini-search #search > .dropdown-menu::before {
    left: -100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

html[dir="rtl"] .search-button {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

html[dir="rtl"] .search-categories {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit; }
  html[dir="rtl"] .search-categories .j-dropdown::before {
    left: auto;
    right: 10px; }

html[dir="rtl"] .search-categories-button::after {
  margin-right: 5px;
  margin-left: 0; }

html[dir="rtl"] .tt-menu > div {
  margin-left: 0;
  margin-right: auto; }

html[dir="rtl"] .tt-menu:not(.tt-empty)::before {
  right: auto;
  left: 10px; }

/******************************
 Main Menu
*******************************/
html[dir="rtl"] .desktop-main-menu-wrapper .main-menu > div:first-of-type {
  border-right-width: 0;
  border-left-width: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit; }

html[dir="rtl"] .desktop-main-menu-wrapper .main-menu > div:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  border-left-width: 0; }

html[dir="rtl"] .main-menu .menu-label {
  right: auto;
  left: 0; }

html[dir="rtl"] .count-badge {
  margin-left: 0;
  margin-right: 5px; }

/******************************
 Multi-Level
*******************************/
html[dir="rtl"] .multi-level .dropdown-menu ul li .dropdown-menu {
  left: auto;
  right: 100%; }

html[dir="rtl"] .multi-level .dropdown-menu ul li.dropdown > a::after {
  margin-right: auto;
  margin-left: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1); }

/******************************
 Mobile Header
*******************************/
html[dir='rtl'] .mobile-header:not(.mobile-2) .top-menu > ul > li:first-of-type > .dropdown-menu {
  left: auto;
  right: -5px; }
  html[dir='rtl'] .mobile-header:not(.mobile-2) .top-menu > ul > li:first-of-type > .dropdown-menu::before {
    left: auto;
    right: 5px; }

html[dir='rtl'] .mobile-header:not(.mobile-2) .language-currency.top-menu > div:last-child .dropdown.drop-menu.animating > .j-dropdown {
  left: -5px;
  right: auto; }
  html[dir='rtl'] .mobile-header:not(.mobile-2) .language-currency.top-menu > div:last-child .dropdown.drop-menu.animating > .j-dropdown::before {
    left: auto !important;
    right: calc(100% - 5px) !important;
    -webkit-transform: translateX(100%) !important;
            transform: translateX(100%) !important; }

/******************************
 Mobile Wrapper
*******************************/
html[dir='rtl'] .mobile-container {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  right: 0; }
  html[dir='rtl'] .mobile-container.mobile-cart-content-container {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    left: 0;
    right: auto; }

/******************************
 Mobile Main Menu
*******************************/
html[dir='rtl'] .mobile-main-menu-wrapper .main-menu .menu-item .open-menu {
  right: auto;
  left: 8px; }

/******************************
 Headers
*******************************/
html[dir='rtl'].desktop-header-active .header-mega .header-cart-group {
  margin-right: auto;
  margin-left: 0; }

html[dir='rtl'].desktop-header-active .header-mega .info-block .count-badge {
  right: auto;
  left: 0; }

html[dir='rtl'].desktop-header-active .header-compact .language-currency + .top-menu {
  padding-left: 0;
  padding-right: 10px; }

html[dir='rtl'].desktop-header-active .is-sticky.boxed-sticky .desktop-main-menu-wrapper::before {
  left: 0;
  margin-left: 0; }

html[dir='rtl'].desktop-header-active.mobile-menu-active .is-sticky .menu-trigger {
  margin-right: 0;
  margin-left: auto; }

/******************************
 Flyout
*******************************/
html[dir="rtl"] .flyout-menu .menu-item .j-dropdown {
  left: auto;
  right: 100%; }

html[dir="rtl"] .flyout-menu .menu-item.dropdown > a::after {
  margin-right: auto;
  margin-left: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1); }

html[dir="rtl"] .flyout-menu .count-badge + .open-menu + .menu-label {
  margin-left: 7px;
  margin-right: 0; }

/******************************
 Accordion Menu
*******************************/
html[dir="rtl"] .accordion-menu .open-menu {
  right: auto;
  left: 8px; }

html[dir="rtl"] .accordion-menu .menu-item > a::before {
  margin-right: 0;
  margin-left: 5px; }

html[dir="rtl"] .accordion-menu .menu-item > div .menu-item a::before {
  margin-right: 0; }

/******************************
 Newsletter
*******************************/
html[dir='rtl'] .module-newsletter .module-body .input-group-btn {
  right: auto;
  left: 0; }
  html[dir='rtl'] .module-newsletter .module-body .input-group-btn button {
    left: 0;
    right: auto; }

/******************************
 Language & Currency
*******************************/
html[dir="rtl"] .language-title,
html[dir="rtl"] .currency-title,
html[dir="rtl"] .currency-code,
html[dir="rtl"] .currency-title-dropdown,
html[dir="rtl"] .language-title-dropdown,
html[dir="rtl"] .currency-code-dropdown {
  margin-left: auto;
  margin-right: 5px; }

/******************************
 Links Menu
*******************************/
html[dir='rtl'] .links-menu .menu-item:first-child {
  border-right-width: 0; }

html[dir='rtl'] .links-menu .menu-item a .menu-label {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

/******************************
 Products Filter
*******************************/
html[dir="rtl"] .products-filter .select-group {
  margin-left: 0;
  margin-right: auto; }

html[dir="rtl"].mac.webkit .select-group .form-control {
  left: auto;
  right: -3px; }

html[dir="rtl"] .grid-list .compare-btn::before {
  margin-right: 0;
  margin-left: 5px; }

/******************************
 Mobile Bottom Menu
*******************************/
html[dir='rtl'] .bottom-menu > ul > li + li {
  border-width: 0 1px 0 0; }

/******************************
 Pagination
*******************************/
html[dir='rtl'] .pagination-results > div:first-child:not(:empty) + div {
  margin-left: 0;
  margin-right: auto;
  white-space: nowrap; }

html[dir='rtl'] .pagination > li:not(:first-of-type) {
  border-width: 0 1px 0 0; }

html[dir='rtl'] .pagination > li:first-child a::before, html[dir='rtl'] .pagination > li:last-child a::before, html[dir='rtl'] .pagination > li.prev a::before, html[dir='rtl'] .pagination > li.next a::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1); }

html[dir='rtl'] .pagination > li:last-child a::before, html[dir='rtl'] .pagination > li.next a::before {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
          transform: translate(-50%, -50%) scaleX(1); }

html[dir='rtl'] .pagination > li:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit; }
  html[dir='rtl'] .pagination > li:first-child a, html[dir='rtl'] .pagination > li:first-child span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

html[dir='rtl'] .pagination > li:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit; }
  html[dir='rtl'] .pagination > li:last-child a, html[dir='rtl'] .pagination > li:last-child span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

html[dir='rtl'] .header-search input {
  text-align: right; }

html[dir='rtl'].desktop .module-title button {
  right: auto;
  left: 0; }

html[dir='rtl'] table td:last-child, html[dir='rtl'] table th:last-child, html[dir='rtl'] .table-bordered td:last-child, html[dir='rtl'] .table-bordered th:last-child {
  border-left-width: 0; }

html[dir='rtl'] .post-stats span {
  margin-right: 0;
  margin-left: 8px; }

html[dir='rtl'] .side-product > div {
  float: right; }

html[dir='rtl'] .lg-outer {
  direction: ltr; }
  html[dir='rtl'] .lg-outer #lg-counter {
    float: right;
    padding-right: 20px;
    padding-left: 0; }
  html[dir='rtl'] .lg-outer #lg-counter-all {
    float: left;
    display: inline-block;
    padding: 0 4px; }
  html[dir='rtl'] .lg-outer #lg-counter-current {
    float: right;
    display: inline-block;
    padding: 0 4px; }
  html[dir='rtl'] .lg-outer .lg-thumb-item {
    float: right; }

html[dir='rtl'] .lg-actions .lg-next {
  left: 20px;
  right: auto; }

html[dir='rtl'] .lg-actions .lg-prev {
  right: 20px;
  left: auto; }

html[dir='rtl'] .lg-toolbar .lg-icon {
  float: left; }

html[dir='rtl'] .drop-cap {
  float: right; }

html[dir='rtl'] blockquote::before {
  float: right; }

html[dir='rtl'].route-product-search #content .search-form select {
  margin-left: 0;
  margin-right: 20px; }

html[dir='rtl'] .radio, html[dir='rtl'] .checkbox {
  padding: 0 0 0 15px; }

html[dir='rtl'].route-product-manufacturer .manufacturer > div {
  padding: 0 0 15px 15px; }

html[dir='rtl'] .dropdown > a::after {
  margin-left: auto;
  margin-right: 5px; }

html[dir='rtl'] .user-avatar {
  float: right; }

html[dir='rtl'] .reply-btn {
  left: 10px;
  right: auto; }

html[dir='rtl'] .user-data div span {
  margin-right: 0;
  margin-left: 5px; }

html[dir='rtl'] .post-comment .user-name {
  padding-right: 0;
  padding-left: 50px; }

html[dir='rtl'] .product-list .product-thumb .image {
  float: right; }

html[dir='rtl'] footer .links-menu .module-title::before {
  right: auto;
  left: 0; }

html[dir='rtl'] .popup-close {
  left: 0;
  right: auto; }

.admin-bar-wrapper {
  background: lightskyblue;
  z-index: 1000;
  position: relative; }
  .admin-bar-wrapper .admin-bar {
    margin: 0 auto;
    max-width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 35px; }

.phone .swiper-container {
  overflow: hidden !important; }

.mobile-test .swiper-pagination-bullet {
  display: none !important; }

.mobile-test .swiper-buttons div {
  min-width: 48px;
  min-height: 48px; }

.mobile-test body {
  font-size: 16px; }

.mobile-test .module-catalog .subitem a {
  font-size: 16px; }

.mobile-test .module-catalog .subitem a {
  padding: 8px; }

.mobile-test .module-catalog .subitem.view-more a span {
  font-size: 16px; }

.mobile-test .mobile-top-bar {
  min-height: 48px !important; }

.mobile-test .mobile-custom-menu {
  min-width: 34px !important; }

.mobile-test .module-products .stats {
  padding: 8px !important; }

.mobile-test .module-products .btn {
  padding: 20px !important; }

.mobile-test .module-side_products .btn {
  padding: 8px !important; }

.mobile-test .links-menu a {
  padding: 8px; }

.mobile-test .popup-close {
  margin: 20px; }

.mobile-test .module-newsletter .input-group + .checkbox label {
  margin-top: 14px; }

.mobile-test .accordion-menu.accordion-menu .j-menu > li > a {
  padding: 8px; }

.mobile-test.mobile-header-active #cart > a > i {
  min-height: 40px; }

.mobile-test .module-products-300 .product-grid .product-thumb .name {
  margin-top: 12px; }

.mobile-test .module-notification .notification-close {
  min-width: 48px;
  min-height: 48px; }

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

/* GTS Styles */
.font-s-10 {
  font-size: 10px!important;
}
.font-s-11 {
  font-size: 11px!important;
}
.font-s-12 {
  font-size: 12px!important;
}
.font-s-13 {
  font-size: 13px!important;
}
.font-s-14 {
  font-size: 14px!important;
}
.font-s-15 {
  font-size: 15px!important;
}
.font-s-16 {
  font-size: 16px!important;
}
.font-s-18 {
  font-size: 18px!important;
}
.font-s-20 {
  font-size: 20px!important;
}
.font-s-22 {
  font-size: 22px!important;
}
.font-s-24 {
  font-size: 24px!important;
}
.font-s-36 {
  font-size: 36px!important;
}
.font-s-40 {
  font-size: 40px!important;
}
.font-s-46 {
  font-size: 46px!important;
}
body .product-image {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
body .product-image > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .product-image img {
  width: auto;
  align-self: center;
}
#review-list > p {
  margin: 20px 0 0;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #15181D;
  margin-bottom: 15px;
}
.desktop-header-active header::before {
  display: none!important;
}
.desktop-header-active .header-compact {
  background: #FFFFFF!important;
  box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1)!important;
  top: -90px!important;
}
.header-compact-top {
  height: 60px;
}
.header-compact-top > a {
  width: 100%;
  height: 100%;
}
.header-compact-top > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-compact-middle {
  background: #303A49;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0 184px;
}
.header-compact-middle-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 52px;
  padding: 4px 0;
  height: 100%;
}
.header-compact-middle-menu {
  padding: unset;
  margin: unset;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.header-compact-middle-menu > li+li {
  margin-left: 20px;
}
.header-compact-middle-menu > li > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  text-transform: uppercase;
  color: #FFFFFF;
}
.sub-item-list {
  display: none;
}
.header-compact-middle-center {
  margin-left: 28px;
  margin-right: 19px;
  height: 100%;
}
.header-compact-middle-center > a {
  height: 100%;
}
.header-compact-middle-center > a > img {
  height: 100%;
}
.currency-select, .language-select {
  cursor: pointer;
}
.header-compact-language form {
  display: flex;
  flex-direction: row;
}
.header-compact-language form > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  transition: .3s;
}
.header-compact-language form > a+a {
  margin-left: 13px;
}
.header-compact-language form > a:hover,
.header-compact-language form > a.active-language {
  font-weight: 700;
  color: #FFFFFF;
}
.header-compact-callback {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.header-compact-callback > svg {
  margin-right: 11px;
}
.header-compact-callback-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.header-compact-callback-wrapper .btn-default-phone {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.32;
  text-transform: uppercase;
  color: #FFFFFF;
}
.header-compact-callback-wrapper .btn-default-callback {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #FFFFFF;
}
.header-compact-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #FFFFFF;
  padding: 0 184px;
  height: 55px;
}
.header-compact-catalog {
  width: 260px;
  height: 100%;
  margin-right: 30px;
  position: relative;
}
.header-compact-catalog > .btn-wrapper {
  height: 100%;
}
.header-compact-catalog > .btn-wrapper a {
  background: #FF5A00;
  padding: 0 39px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.header-compact-catalog > .btn-wrapper a > svg {
  transition: .5s;
  margin-right: 10px;
}
.header-compact-catalog > .btn-wrapper a:hover > svg {
  transform: rotate(360deg);
}
.header-catalog-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  height: auto;
  width: 274px;
  max-width: calc(100vw - 60px);
  display: grid;
  display: none;
  grid-template-columns: 274px 1fr;
  z-index: 999;
}
.mobile-header-active header {
  z-index: 999;
}
.header-catalog-menu.full-width-catalog {
  width: 1540px;
}
.header-compact-catalog .header-catalog-menu.visibility-catalog,
.header-catalog-menu.open-catalog {
  opacity: 1;
  visibility: visible;
  display: grid;
}
.header-catalog-wrapper {
  margin: unset;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  min-width: 274px;
  padding: 0 0 20px 10px;
  background: #F0F1F4;
}
.header-catalog-wrapper > li {
  padding-right: 34px;
  position: relative;
}
.header-catalog-wrapper > li:first-child {
  padding-top: 20px;
}
.header-catalog-wrapper > li:first-child > svg {
  top: 25px;
}
.header-catalog-wrapper > li > svg {
  position: absolute;
  top: 5px;
  right: 15px;
}
.header-catalog-wrapper > li > a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #15181D;
}
.header-catalog-wrapper > li > a > .catalog-item-icon {
  min-width: 41px;
}
.header-catalog-subchild-wrapper {
  position: relative;
  /*left: 100%;
  top: -20px;*/
  padding: 30px 41px;
  margin: unset;
  list-style: none;
  background: #FFFFFF;
  display: none;
  grid-template-columns: 1fr;
  grid-gap: 27px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  /*height: 580px;*/
}
.header-catalog-sub-menus {
  width: calc(100% - 271px);
  background: #FFFFFF;
  position: relative;
  /*margin-top: -20px;*/
  display: none;
}
.header-catalog-sub-menus > .header-catalog-sub-menus-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  right: -271px;
  -webkit-transform: translate3d(0,0,0);
  z-index: 10;
  background: #FFFFFF;
}
.header-catalog-sub-menus > .header-catalog-sub-menus-image:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 271px;
  height: 100%;
  background: #F0F1F4;
}
.header-catalog-sub-menus > .header-catalog-sub-menus-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.header-catalog-wrapper > li:hover > .header-catalog-subchild-wrapper,
.header-catalog-subchild-wrapper.show-sub-menu,
.header-catalog-subchild-wrapper.show-sub-menu-start {
  opacity: 1;
  visibility: visible;
  display: grid;
}
.header-catalog-subchild-wrapper > li {
  padding-left: 24px;
  position: relative;
}
.header-catalog-subchild-wrapper > li:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  left: 0;
  top: 4px;
  transform: rotate(45deg);
  transform-origin: 0 0;
  transition: .3s;
  background: #FFFFFF;
  border: 1px solid #FF5A00;
}
.header-catalog-subchild-wrapper > li:hover:before {
  background: #FF5A00;
}
.header-catalog-subchild-wrapper > li > a {
  min-width: 250px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #15181D;
}
.header-compact-bottom-btn-wrapper {
  display: flex;
  flex-direction: row;
}
.header-compact-bottom-btn-wrapper > a {
  position: relative;
  padding-top: 2px;
  padding-right: 10px;
  line-height: 1;
}
.btn-only-icon {
  position: relative;
}
.header-compact-bottom-btn-wrapper > a .count-badge,
#cart-items.count-badge {
  background: #FFFFFF;
  box-shadow: 0px 4px 3px rgba(48, 58, 73, 0.15);
  min-width: 18px;
  min-height: 18px;
  border-radius: 50%;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  color: #FF5A00;
  margin: unset;
  transform: unset;
  position: absolute;
  top: 0;
  right: 0;
}
.header-compact-bottom-btn-wrapper > a.compare-link {
  margin-right: 22px;
}
.header-compact-bottom-btn-wrapper > a.wishlist-link {
  margin-right: 17px;
}
.header-compact-login {
  margin-right: 31px;
  height: 100%;
  position: relative;
}
.header-compact-login > a.register-btn {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: unset;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0s;
}
.header-compact-login > a.user-photo-exist {
  padding: 3px 20px!important;
}
.header-compact-login > a.user-photo-exist > img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}
.header-compact-login:hover > a.register-btn {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.header-compact-login > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 10px;
  height: 100%;
  background: #F0F1F4;
  padding: 11px 57px 12px 32px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #303A49;
  height: 100%;
}
.route-account-pages:not(.not-logged-user) .header-compact-login > a {
  padding: 11px 32px 12px;
}
.header-search>.search-button::before {
  display: none!important;
}
.header-search {
  position: relative;
}
.desktop-header-active .header-search .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #303A49;
}
.header-compact-search {
  margin-right: 31px;
}
.header-compact-search .header-search input {
  border: 1px solid #CCD2D8;
  background: transparent!important;
  padding: 11px 0 9px 20px;
  width: 750px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.55;
  color: #767982;
}
.cart-totals-price {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #303A49;
  margin-left: 6px;
  white-space: nowrap;
}
.fade-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
}
.fade-container.active {
  opacity: 1;
  visibility: visible;
}
.home-slider {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 274px 1fr;
  grid-gap: 15px;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.home-slider .swiper-wrapper > .swiper-slide {
  position: relative;
}
.home-slider .swiper-wrapper > .swiper-slide > .abs-link {
  z-index: 3;
}
.forlab-slide-title-wrapper {
  position: absolute;
  width: 65%;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.forlab-slide-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 641px;
}
.forlab-slide-caption > .forlab-slide-caption-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FF5A00;
  margin: 0;
  text-align: center;
}
.swiper-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.swiper .swiper-controls .swiper-pagination {
  position: relative;
  display: block;
  right: unset;
  bottom: unset;
  left: unset;
  top: unset;
  background: #F0F1F4;
  transform: unset;
  padding: 13px 18px 5px;
  max-height: 36px;
}
.swiper .swiper-controls .swiper-pagination > span {
  cursor: auto;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #767982;
  margin: unset;
}
.swiper .swiper-controls .swiper-pagination > span.swiper-pagination-current {
  font-weight: 700;
  color: #303A49;
}
.swiper .swiper-controls .swiper-navigation {
  display: flex;
  flex-direction: row;
}
.swiper .swiper-controls .swiper-navigation > a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #303A49;
  transition: .3s;
}
.swiper .swiper-controls .swiper-navigation > a:hover {
  background: #FF5A00;
}
.home-catalog-menu {
  position: relative;
  background: #F0F1F4;
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}
.home-catalog-wrapper {
  padding: unset;
  margin: unset;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 18px;
}
.home-catalog-wrapper > li {
  padding-right: 34px;
  position: relative;
}
.home-catalog-wrapper > li > svg {
  position: absolute;
  top: 5px;
  right: 15px;
}
.home-catalog-wrapper > li > a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #15181D;
}
.home-catalog-wrapper > li > a > .catalog-item-icon {
  min-width: 41px;
}
.home-catalog-sub-menus {
  display: none;
  position: absolute;
  width: calc(100% - 545px);
  height: 100%;
  background: #FFFFFF;
  z-index: 9;
  right: 271px;
  top: 0;
}
.home-catalog-sub-menus > img {
  position: absolute;
  top: 0;
  right: -271px;
  height: 100%;
  width: auto;
}
.home-catalog-subchild-wrapper {
  position: relative;
  /*left: 100%;
  top: -10px;*/
  padding: 30px 41px;
  margin: unset;
  list-style: none;
  /*background: #FFFFFF;*/
  /*display: grid;*/
  grid-template-columns: 1fr;
  grid-gap: 27px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: .3s;
  display: none;
}
.home-catalog-sub-menus > .home-catalog-sub-menus-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  right: -271px;
  -webkit-transform: translate3d(0,0,0);
  z-index: 10;
  background: #FFFFFF;
}
.home-catalog-sub-menus > .home-catalog-sub-menus-image:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 271px;
  height: 100%;
  background: #F0F1F4;
}
.home-catalog-sub-menus > .home-catalog-sub-menus-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.home-catalog-subchild-wrapper.show-sub-menu {
  opacity: 1;
  visibility: visible;
  display: grid;
}
.home-catalog-wrapper > li:hover > .home-catalog-subchild-wrapper {
  opacity: 1;
  visibility: visible;
  display: grid;
}
.home-catalog-subchild-wrapper > li {
  padding-left: 24px;
  position: relative;
}
.home-catalog-subchild-wrapper > li:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  top: 4px;
  left: 0;
  transform: rotate(45deg);
  transform-origin: 0 0;
  transition: .3s;
  background: transparent;
  border: 1px solid #FF5A00;
}
.home-catalog-subchild-wrapper > li:hover:before {
  background: #FF5A00;
}
.home-catalog-subchild-wrapper > li > a {
  min-width: 250px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #15181D;
}
.home-catalog-subchild-wrapper > li > a:hover {
  font-weight: 600;
  color: #15181D;
}
.home-advantages {
  margin-bottom: 68px;
}
.home-advantages-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.home-advantages-item {
  position: relative;
  padding: 3px 21px 3px 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 10px;
}
.home-advantages-item > a {
  z-index: 3;
}
.home-advantages-item > div {
  position: relative;
  z-index: 2;
}
.home-advantages-item:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 43px);
  z-index: 1;
  background: #FFFFFF;
}
.home-advantages-icon {
  width: 90px;
  min-width: 90px;
  height: 90px;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-advantages-icon > img {
  align-self: center;
  transition: .3s;
}
.home-advantages-item:hover .home-advantages-icon > img {
  transform: scale(1.1);
}
.home-advantages-caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 5px;
}
.home-advantages-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #15181D;
}
.home-advantages-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.55;
  color: #15181D;
}
.home-about-company {
  padding: 0 124px 0 160px;
  margin-bottom: 150px;
}
.home-about-company-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home-about-company-wrapper > div:first-child {
  width: 505px;
  max-width: 100%;
}
.home-about-company-wrapper > div:last-child {
  width: 615px;
  max-width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.home-about-company-wrapper > div:last-child > svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 50%;
  height: auto;
}
.home-about-company-wrapper > div:last-child > img {
  position: relative;
  z-index: 2;
}
body .h2 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #15181D;
}
body .h2 > span,
body h2 > span {
  color: #FF5A00;
}
.home-about-company-item h2,
.home-about-company-item .h2 {
  margin: 0 0 18px;
}
.text-simple-bold {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
  color: #15181D;
  margin-bottom: 10px;
}
.text-simple {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #15181D;
  margin-bottom: 24px;
}
.home-about-company-advantage-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 2px;
  margin-bottom: 31px;
}
.home-about-company-advantage-wrapper > div {
  width: 250px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 28.5px;
  grid-gap: 18px;
  background: #E1E2E7;
}
.custom-checkbox-element {
  width: 27.48px;
  height: 26.19px;
  position: relative;
  background: #FFFFFF;
}
.custom-checkbox-element > svg {
  position: absolute;
  top: -11.7px;
  left: -3.52px;
}
.home-about-company-advantage-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.28;
  text-transform: uppercase;
  color: #15181D;
}
.btn-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.btn-default-arrow {
  background: #FF5A00;
  padding: 17px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #FFFFFF;
}
.btn-default-arrow:hover {
  color: #FFFFFF;
}
.btn-default-arrow:hover > svg {
  -webkit-animation: to-right .2s alternate 6;
  animation: to-right .2s alternate 6;
}
.btn-default-transparent-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #15181D;
}
.btn-default-transparent-arrow > svg {
  margin-left: 10px;
}
.btn-default-transparent-arrow:hover > svg {
  -webkit-animation: to-right .2s alternate 6;
  animation: to-right .2s alternate 6;
}
@-webkit-keyframes to-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10px);
  }
}
@keyframes to-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10px);
  }
}
@-webkit-keyframes to-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-10px);
  }
}
@keyframes to-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-10px);
  }
}
.home-quick-buy {
  margin-bottom: 138px;
}
.title-button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 160px;
  margin-bottom: 50px;
}
.title-button-wrapper > .h2,
.title-button-wrapper > h2 {
  max-width: 640px;
  margin: unset;
}
.title-button-wrapper > .h2 > span,
.title-button-wrapper > h2 > span {
  text-transform: uppercase;
}
.home-quick-buy-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 22px;
}
.home-quick-buy-item {
  padding-right: 45px;
  padding-left: 12px;
  position: relative;
}
.home-quick-buy-item-number {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  padding: 7px 9px 6px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 33px;
  background: #FF5A00;
}
.home-quick-buy-item-icon {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.home-quick-buy-item-icon > img {
  align-self: center;
  transition: .3s;
}
.home-quick-buy-item:hover .home-quick-buy-item-icon > img {
  transform: scale(1.1);
}
.home-quick-buy-caption {
  padding: 25px 36px 22px 33px;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}
.home-quick-buy-caption:before {
  position: absolute;
  content: '';
  right: -12.46px;
  top: 122px;
  width: 18px;
  height: 18px;
  transform-origin: 0 0;
  transform: rotate(45deg);
  background: #FFFFFF;
}
.home-quick-buy-item-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #15181D;
  margin-bottom: 4px;
  padding-right: 8px;
  height: calc(1.1 * 16px * 4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.home-quick-buy-item-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  color: #15181D;
  margin-bottom: 9px;
  min-height: calc(1.55 * 13px * 3);
  transition: .3s;
}
.home-quick-buy-item-text.overflow-text {
  height: calc(1.55 * 13px * 3)!important;
  overflow: hidden;
  margin-bottom: 7px;
}
.bnt-show-more-item {
  min-height: 18px;
}
.show-more {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #15181D;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.show-more > svg {
  transition: .3s;
  margin-left: 10px;
}
.show-more.hidden-btn {
  opacity: 0;
  visibility: hidden;
}
.show-more.active > svg {
  transform: rotate(180deg);
}
.show-more:hover > svg {
  -webkit-animation: to-right .2s alternate 6;
  animation: to-right .2s alternate 6;
}
.custom-products-swiper {
  margin-bottom: 134px;
}
.custom-products-swiper h2,
.custom-products-swiper .h2 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 18px;
}
.custom-products-swiper .h2 > span,
.custom-products-swiper h2 > span {
  text-transform: uppercase;
  color: #FF5A00;
}
.product-card {
  background: #FFFFFF;
  position: relative;
}
.abs-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.product-card-image {
  margin-bottom: 11px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-btn-wrapper {
  position: absolute;
  top: 9px;
  right: 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  background: transparent;
  transition: .3s;
  z-index: 2;
}
.product-card-btn-wrapper.left {
  right: unset;
  left: 9px;
}
.product-card-add-cart-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 20px 18px;
}
.product-card-add-cart-btn-wrapper > a {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #FFFFFF;
}
.product-card-add-cart-btn-wrapper > a.product-card-add-cart {
  background: #FF5A00;
}
.product-card-add-cart-btn-wrapper > a.product-card-presale {
  background: #303A49;
}

.product-card-add-cart-btn-wrapper > a:hover {
  color: #FFFFFF!important;
}
.product-card-add-cart-btn-wrapper > a > svg {
  margin-right: 10px;
  width: 20px;
  height: auto;
}
.product-card-add-cart-btn-wrapper > a > svg.active-cart {
  display: none;
}
.product-card-add-cart-btn-wrapper > a.active > svg.static-cart {
  display: none;
}
.product-card-add-cart-btn-wrapper > a.active > svg.active-cart {
  display: block;
}
.product-card-sale-label {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 36px;
  height: 36px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-sale-label > span {
  position: relative;
  z-index: 2;
}
.product-card-sale-label:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FF5A00;
  transform: rotate(-45deg);
  /*transform-origin: 0 0;*/
}
.product-card:hover .product-card-btn-wrapper {
  bottom: 0;
}
.product-card-btn-wrapper > a {
  height: 36px;
  min-width: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.product-card-btn-wrapper > a.product-card-add-wishlist > svg {
  width: 19px;
  height: auto;
}
.product-card-btn-wrapper > a > svg > path {
  transition: .3s;
}
.product-card-btn-wrapper > a.active > svg > path,
.product-card-btn-wrapper > a:hover > svg > path {
  fill: #FF5A00;
}
.product-card-name {
  word-break: break-word;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: #15181D;
  margin-bottom: 17px;
  padding: 0 16px 0 14px;
  height: calc(1.35 * 14px * 4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 2;
}
.product-card-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
.product-card-price-wrapper > .price {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  color: #15181D;
}
.product-card-price-wrapper > .old-price {
  margin-left: 5px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  color: #767982;
  text-decoration: line-through;
}
.product-card-stock-sku-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 21px;
  margin-bottom: 11px;
}
.product-card-stock {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 141, 51, 0.06);
  padding: 5px 10px;
  white-space: nowrap;
}
.product-card-stock > span {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  margin-left: 7px;
}
.product-card-stock > span.product-card-in-stock {
  color: #228D33;
}
.product-card-stock > span.product-card-out-of-stock {
  color: #F80808;
}
.product-card-sku {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  color: #15181D;
  height: calc(1.55 * 13px * 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-card-sku > span {
  color: #767982;
}
.custom-products-swiper .swiper {
  padding: 0 1px;
}
.custom-products-swiper-container {
  position: relative;
}
.custom-products-swiper-container .next-swiper-arrow,
.custom-products-swiper-container .prev-swiper-arrow {
  background: #303A49;
  width: 36px;
  height: 36px;
  z-index: 9;
  top: calc(50% - 18px);
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.custom-products-swiper-container .next-swiper-arrow:hover,
.custom-products-swiper-container .prev-swiper-arrow:hover {
  background: #FF5A00;
}
.custom-products-swiper-container .prev-swiper-arrow {
  left: -20px;
}
.custom-products-swiper-container .next-swiper-arrow {
  right: -20px;
}
.custom-products-swiper .swiper-horizontal>.swiper-scrollbar,
.custom-products-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 100%;
  max-width: 1018px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  border-radius: unset;
  height: 1px;
  background: #CCD2D8;
  position: relative;
  margin-top: 36px;
}
.custom-products-swiper .swiper-scrollbar-drag {
  height: 5px;
  top: -2px;
  background: #303A49;
  border-radius: unset;
}
.last-posts.custom-products-swiper {
  margin-bottom: 100px;
}
.last-posts.custom-products-swiper .swiper {
  padding: 0;
}
.last-posts.custom-products-swiper h2 {
  margin-bottom: 28px;
}
.post-card {
  background: #FFFFFF;
  transition: .3s;
  position: relative;
}
.post-card-image {
  position: relative;
  overflow: hidden;
}
.post-card-image > img {
  transition: .3s;
}
.post-card:hover .post-card-image > img {
  transform: scale(1.1);
}
.post-card:hover {
  box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1);
}
.post-card-date {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FF5A00;
}
.post-card-day {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
}
.post-card-month-year {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
.post-card-caption {
  padding: 22px 38px 24px 21px;
}
.post-card-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  color: #15181D;
  transition: .3s;
  height: calc(1.35 * 16px * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 3;
}
.post-card-name:hover {
  color: #FF5A00;
}
.manufacturers-swiper.custom-products-swiper {
  margin-bottom: 79px;
}
.manufacturers-swiper .swiper-slide {
  background: #F0F1F4;
}
.manufacturers-slide {
  width: 100%;
  height: 95px;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  background-position: center!important;
  mix-blend-mode: multiply;
  filter: grayscale(100%);
  transition: .5s;
}
.manufacturers-swiper .swiper-slide:hover .manufacturers-slide {
  filter: grayscale(0);
}
.seo-content {
  padding: 0 209px 0 160px;
  margin-bottom: 96px;
}
.seo-content .text-simple h1 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.25;
  color: #FF5A00;
  margin: 0 0 26px;
}
.seo-content .text-simple p {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #15181D;
  margin: 0 0 22px;
}
.seo-content .text-simple h2,
.seo-content .text-simple h3,
.seo-content .text-simple h4,
.seo-content .text-simple h5,
.seo-content .text-simple h6 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: #FF5A00;
  margin: 0 0 19px;
}
.seo-content .text-simple ul {
  padding: unset;
  margin: unset;
  list-style: none;
  margin: 0 0 22px;
}
.seo-content .text-simple ul > li {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #15181D;
  position: relative;
  padding-left: 74px;
}
.seo-content .text-simple ul > li+li {
  margin-top: 18px;
}
.seo-content .text-simple ul > li:before {
  position: absolute;
  content: '';
  left: 47px;
  top: 7px;
  width: 9px;
  height: 9px;
  background: #FF5A00;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.seo-content .text-simple {
  position: relative;
  transition: 1s;
}
.seo-content .text-simple:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58px;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(180deg, rgba(240, 241, 244, 0) 0%, #F0F1F4 83.85%);
  transition: .3s;
}
.seo-content.text-hidden .text-simple:before {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.seo-content .text-simple+.btn-wrapper {
  margin-top: 20px;
  display: none;
}
.seo-content.text-hidden .text-simple {
  max-height: 405px;
  overflow: hidden;
}
.seo-content.text-hidden .text-simple+.btn-wrapper,
.seo-content .text-simple+.btn-wrapper.active {
  display: flex;
}
.show-more-seo > svg {
  transition: .3s;
}
.btn-wrapper.active .show-more-seo > svg {
  transform: rotate(180deg);
}
.btn-wrapper.active .show-more-seo:hover > svg {
  -webkit-animation: to-right-rotate .2s alternate 6;
  animation: to-right-rotate .2s alternate 6;
}
@-webkit-keyframes to-right-rotate {
  from {
    transform: translateX(0) rotate(180deg);
  }
  to {
    transform: translateX(10px) rotate(180deg);
  }
}
@keyframes to-right-rotate {
  from {
    transform: translateX(0) rotate(180deg);
  }
  to {
    transform: translateX(10px) rotate(180deg);
  }
}
footer.main-footer {
  background: #303A49;
  padding: 0 184px;
}
footer.main-footer > div {
  background: #303A49;
}
.footer-item-top {
  padding: 61px 0 57px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: flex-start;
  justify-items: flex-start;
  grid-gap: 26px;
}
.footer-contacts-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  justify-items: flex-start;
  grid-gap: 26px;
}
.footer-email {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-email > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.3125;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-left: 20.5px;
}
.footer-address {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
}
.footer-address > svg {
  margin-right: 13px;
}
.footer-phones-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-phones-wrapper > svg {
  margin-top: 5px;
  margin-right: 17px;
}
.footer-callback-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-callback-wrapper .footer-phone {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.32;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer-callback-wrapper .show-popup {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #FFFFFF;
}
.footer-item-middle {
  padding: 17px 0 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.btn-default-arrow-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #FFFFFF;
}
.btn-default-arrow-left .arrow-wrapper {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF5A00;
  margin-right: 20px;
}
.btn-default-arrow-left .arrow-wrapper > svg {
  transition: .5s;
}
.btn-default-arrow-left:hover .arrow-wrapper > svg {
  transform: rotate(180deg);
}
.footer-item-menu-wrapper {
  padding: unset;
  margin: unset;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.footer-item-menu-wrapper > li > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer-item-menu-wrapper > li+li {
  margin-left: 30px;
}
.footer-item-bottom {
  padding: 50px 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-text-copyright,
.footer-text-copyright > a,
.footer-text-develop,
.footer-text-develop > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  opacity: 0.6;
}
.footer-text-copyright > a,
.footer-text-develop > a {
  opacity: 1;
}
body .scroll-top {
  right: auto;
  left: 20px;
  bottom: 19px;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1);
}
body .scroll-top.scroll-top-active {
  display: flex!important;
}
.custom-breadcrumb {
  padding: unset;
  margin: 20px 0 35px;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.custom-breadcrumb > li > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 155%;
  color: #15181D;
  padding-right: 15px;
  position: relative;
}
.custom-breadcrumb > li > a:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('/image/breadcrumb.svg');
  width: 8px;
  height: 12px;
}
.custom-breadcrumb > li+li {
  margin-left: 10px;
}
.custom-breadcrumb > li > span {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 155%;
  color: #767982;
}
.container-small {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.container-small h1 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #15181D;
  margin: 0 0 76px;
}
.container-small h1 > span {
  text-transform: uppercase;
  color: #FF5A00;
}
.container-small .text-simple > h2 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #15181D;
  margin: 0 0 24px;
}
.container-small .text-simple > .font-s-18 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  color: #15181D;
  margin: 0 0 27px;
}
.container-small .text-simple > .text-simple-quote {
  padding: 21px 0 21px 36px;
  position: relative;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  color: #15181D;
}
.container-small .text-simple > .text-simple-quote:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #FF5A00;
}
.container-small .text-simple > h3 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #15181D;
  margin: 40px 0 22px;
}
.container-small .text-simple > p {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #15181D;
  margin: 0 0 20px;
}
.container-small .text-simple > h4 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #15181D;
  margin: 40px 0 18px;
  padding-left: 63px;
  position: relative;
  text-transform: none;
}
.container-small .text-simple > h4 > ul {
  padding: unset;
  margin: unset;
  list-style: none;
}
.container-small .text-simple > h4 > span {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #FF5A00;
  position: absolute;
  left: 0;
}
.container-small .text-simple > h5 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: #15181D;
  margin: 40px 0 28px;
}
.container-small .text-simple {
  margin-bottom: 113px;
}
.container-small .text-simple ul {
  padding: unset;
  margin: unset;
  list-style: none;
  margin-bottom: 38px;
}
.container-small .text-simple ul > li {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #15181D;
  position: relative;
  padding-left: 74px;
}
.container-small .text-simple ul > li+li {
  margin-top: 18px;
}
.container-small .text-simple ul > li:before {
  position: absolute;
  content: '';
  left: 47px;
  top: 7px;
  width: 9px;
  height: 9px;
  background: #FF5A00;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.container-custom {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
}
.double-column-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.container-custom h1 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #15181D;
  margin: 0 0 76px;
}
.container-custom h1 > span {
  text-transform: uppercase;
  color: #FF5A00;
}
.container-custom .text-simple > h2 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #15181D;
  margin: 0 0 24px;
}
.container-custom .text-simple > .font-s-18 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  color: #15181D;
  margin: 0 0 27px;
}
.container-custom .text-simple > .text-simple-quote {
  padding: 21px 0 21px 36px;
  position: relative;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  color: #15181D;
  margin-bottom: 27px;
}
.container-custom .text-simple > .text-simple-quote:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #FF5A00;
}
.container-custom .text-simple > h3 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #15181D;
  margin: 40px 0 22px;
}
.container-custom .text-simple > p {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #15181D;
  margin: 0 0 20px;
}
.container-custom .text-simple > h4 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #15181D;
  margin: 40px 0 18px;
  padding-left: 63px;
  position: relative;
  text-transform: none;
}
.container-custom .text-simple > h4 > span {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #FF5A00;
  position: absolute;
  left: 0;
}
#information-how-pay {
  margin-bottom: 164px;
}
.container-custom .text-simple .h4 {
  text-transform: none;
}
.container-custom .text-simple ul,
.container-custom .text-simple ol {
  padding: unset;
  margin: unset;
  list-style: none;
}
.container-custom .text-simple ul > li {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #15181D;
  position: relative;
  padding-left: 74px;
}
.container-custom .text-simple ul > li > p {
  font-weight: 400;
}
.container-custom .text-simple ul > li+li {
  margin-top: 18px;
}
.container-custom .text-simple ul > li:before {
  position: absolute;
  content: '';
  left: 47px;
  top: 7px;
  width: 9px;
  height: 9px;
  background: #FF5A00;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
#information-how-get {
  margin-bottom: 110px;
}
.how-get-steps > h2 {
  max-width: 641px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  color: #15181D;
  text-transform: none;
  margin: 0 0 50px 160px;
}
.how-get-steps > h2 > span {
  text-transform: uppercase;
  color: #FF5A00;
}
#information-how-get > .container-custom {
  margin-bottom: 65px;
}
.how-get-steps-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 24px;
}
.how-get-steps-item {
  position: relative;
  padding: 0 45px 0 12px;
}
.how-get-steps-number {
  position: absolute;
  top: 33px;
  left: 0;
  background: #FF5A00;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}
.how-get-steps-caption {
  padding: 25px 48px 29px 33px;
  background: #FFFFFF;
  height: 100%;
}
.how-get-steps-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #15181D;
  /*height: calc(1.1 * 16px * 5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;*/
  margin-bottom: 10px;
}
/*.how-get-steps-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  color: #15181D;
  height: calc(1.55 * 13px * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}*/
.how-get-steps-text > span {
  color: #FF5A00;
}
.how-get-steps-icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.how-get-steps-icon > img {
  align-self: center;
  transition: .3s;
}
.how-get-steps-item:hover .how-get-steps-icon > img {
  transform: scale(1.1);
}
#information-support-service.container-small .text-simple {
  margin-bottom: 106px;
}
.faqs-item-answer {
  display: none;
  padding: 21px 72px 37px 77px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #15181D;
}
.faqs-item-answer > * {
  margin: 0 0 20px;
}
.faqs-item-answer > *:last-child {
  margin-bottom: 0;
}
.faqs-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4px;
}
.faqs-item > a {
  padding: 26px 53px 29px 30px;
  background: #FFFFFF;
  position: relative;
  width: 100%;
}
.faqs-item > a > .faqs-item-question {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  color: #15181D;
}
.faqs-item > a > .faqs-item-counter {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  color: #FF5A00;
  margin-right: 28px;
}
.faqs-item-arrow {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #303A49;
  transition: .3s;
}
.faqs-item-arrow > svg {
  transition: .3s;
}
.faqs-item > a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 4px;
  visibility: hidden;
  background: #FF5A00;
  transition: .3s;
}
.faqs-item > a.active:before {
  opacity: 1;
  visibility: visible;
}
.faqs-item > a.active .faqs-item-arrow {
  background: #FF5A00;
}
.faqs-item > a.active .faqs-item-arrow > svg {
  transform: rotate(180deg);
}
#information-faqs {
  margin-bottom: 117px;
}
.container > h1 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #15181D;
  margin: 0 0 76px;
}
.manufacturer-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 60px 0;
  margin-bottom: 130px;
}
.manufacturer-item:hover .manufacturers-slide {
  filter: grayscale(0);
}
#checkout-success > .double-column-wrapper,
#error-not-found > .double-column-wrapper {
  padding: 0 86px 0 131px;
  align-items: center;
  margin-bottom: 120px;
  margin-top: 14px;
}
#checkout-success > .double-column-wrapper > div:first-child,
#error-not-found > .double-column-wrapper > div:first-child {
  max-width: 505px;
}
.container .double-column-wrapper h1 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #15181D;
  margin: 0 0 20px;
}
.container h1 > span {
  text-transform: uppercase;
  color: #FF5A00;
}
.text-success-order,
.text-error-404 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #15181D;
  margin: 0 0 26px;
}
.btn-center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-default-orange {
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #FF5A00;
  min-height: 52px;
  min-width: 161px;
}
.btn-default-orange > svg {
  margin-left: 10px;
}
.btn-default-orange:hover {
  color: #FFFFFF!important;
}
.btn-default-orange:hover > svg {
  -webkit-animation: to-right .2s alternate 6;
  animation: to-right .2s alternate 6;
}
.btn-default-orange-reverse {
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #FF5A00;
  min-height: 52px;
}
.btn-default-orange-reverse > svg {
  margin-right: 10px;
}
.btn-default-orange-reverse:hover {
  color: #FFFFFF!important;
}
.btn-default-orange-reverse:hover > svg {
  -webkit-animation: to-left .2s alternate 6;
  animation: to-left .2s alternate 6;
}
#checkout-success .custom-products-swiper,
#error-not-found .custom-products-swiper {
  margin-bottom: 115px;
}
.blog-home.container > h1 {
  margin: 0 0 33px;
}
.blog-home.container {
  margin-bottom: 112px;
}
.main-posts.post-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px;
}
.pagination-custom.pagination-results {
  margin: 43px auto 0;
  padding: unset;
  border: none!important;
}
.custom-pagination {
  padding: unset;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-pagination > li {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-pagination > li.prev-page > a,
.custom-pagination > li.next-page > a {
  background: #303A49;
  transition: .3s;
}
.custom-pagination > li.prev-page > a:hover,
.custom-pagination > li.next-page > a:hover {
  background: #FF5A00;
}
.custom-pagination > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  text-transform: uppercase;
  color: #15181D;
}
.custom-pagination > li > span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  text-transform: uppercase;
  color: #FF5A00;
  background: #FFFFFF;
}
.container.blog-home #content {
  padding: unset;
}
.post-date-wrapper {
  position: absolute;
  left: 19px;
  top: 20px;
  padding: 9px 7px;
  background: #FF5A00;
}
.post-date-wrapper > .post-day-item {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
}
.post-date-wrapper > .post-month-year-item {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
}
.container.blog-post {
  max-width: 1280px!important;
}
.container.blog-post #content {
  padding: unset;
}
.post-image {
  margin-bottom: 47px;
}
.post-content-container {
  padding: 0 130px;
}
.post-content-container h1 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #15181D;
  margin: 0 0 16px;
  padding-right: 22px;
}
.post-content-container p {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #15181D;
  margin: 0 0 18px!important;
}
.post-content-container h4 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #15181D;
  text-transform: none;
  margin: 0 0 24px;
}
.post-content-container ul {
  padding: unset;
  margin: unset;
  list-style: none;
  margin: 0 0 22px;
}
.post-content-container ul > li {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #15181D;
  position: relative;
  padding-left: 74px;
}
.post-content-container ul > li+li {
  margin-top: 18px;
}
.post-content-container ul > li:before {
  position: absolute;
  content: '';
  left: 47px;
  top: 7px;
  width: 9px;
  height: 9px;
  background: #FF5A00;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.post-content-container h2 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #15181D;
  margin: 0 0 13px;
}
.post-content-container p img {
  mix-blend-mode: multiply;
  margin: 26px 0 39px;
}
.blog-post .post-content-container .post-content {
  margin-bottom: 31px;
}
.blog-post .post-content-container .tags {
  margin-top: 51px;
  margin-bottom: 31px;
}
.blog-post .post-content-container .tags .tags-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #15181D;
  text-transform: none;
  margin: 0 16px 0 0;
}
.blog-post .post-content-container .tags a {
  padding: 5px 10px;
  background: #FFFFFF;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  color: #15181D;
  margin: 0 10px 0 0;
}
.prev-next-post-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 96px;
}
.prev-next-post-wrapper > div {
  position: relative;
  z-index: 2;
}
.prev-next-post-wrapper:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #CCD2D8;
  z-index: 1;
}
.prev-post-item {
  display: flex;
  flex-direction: row;
  grid-gap: 20px;
  min-width: 310px;
}
.prev-post-caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.next-post-item {
  display: flex;
  flex-direction: row;
  grid-gap: 20px;
  min-width: 310px;
}
.next-post-caption {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.prev-post-caption > .text-prev,
.next-post-caption > .text-next {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #767982;
  margin-bottom: 10px;
}
.prev-post-caption > a,
.next-post-caption > a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  color: #15181D;
  height: calc(1.35 * 14px * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-post .last-posts.custom-products-swiper {
  margin-bottom: 109px;
}
.post-image img {
  width: 100%;
}
.post-content-container {
  position: relative;
}
.post-social-share {
  position: absolute;
  left: 37px;
  top: 0;
}
.text-social-share {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #15181D;
  /*transform: rotate(-90deg);
  transform-origin: 0 0;*/
  padding-left: 78px;
  position: relative;
  margin-bottom: 20px;
}
.rotation-wrapper-outer {
  display: table;
  margin-bottom: 20px;
  margin-left: calc((36px - (13px * 1.6)) / 2);
}
.rotation-wrapper-inner {
  padding: 50% 0;
  height: 0;
}
.element-to-rotate {
  display: block;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-100%);
  margin-top: -50%;
  white-space: nowrap;
}
.text-social-share:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background: #15181D;
}
.social-share-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}
.social-share-wrapper > a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  background: #FFFFFF;
}
.social-share-wrapper > a.facebook-share:hover {
  background: #375491;
}
.social-share-wrapper > a.twitter-share:hover {
  background: #1DA1F2;
}
.social-share-wrapper > a.pinterest-share:hover {
  background: #E60023;
}
.social-share-wrapper > a > svg path {
  transition: .3s;
}
.social-share-wrapper > a:hover > svg path {
  fill: #FFFFFF;
}
h1.default-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #15181D;
  margin: 0 auto 33px;
  max-width: 1264px;
}
h1.default-title > span {
  color: #FF5A00;
  text-transform: uppercase;
}
.route-product-category #content {
  padding: unset;
}
body .products-filter {
  border: none;
  border-bottom: 1px solid #CCD2D8;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
body .products-filter .select-group .input-group {
  margin: unset;
}
body .nice-select.form-control .current {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.35;
  color: #15181D;
  height: auto;
  width: 100%;
  overflow-x: hidden;
}
body .products-filter .select-group .nice-select.form-control {
  width: 190px;
  padding: 5px 10px;
  height: auto;
  z-index: 9;
  max-width: unset;
}
body .products-filter .select-group .input-group .input-group-addon {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #15181D;
  background: transparent;
}
body .main-products.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2px;
  margin: 0 0 20px;
  padding-bottom: 81px;
  position: relative;
}
body .main-products.product-grid .ias-trigger {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body .main-products.product-grid .ias-trigger > a {
  padding: 15px 30px;
  background: #FFFFFF;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #15181D;
  display: flex;
  grid-gap: 10px;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: .3s;
  cursor: pointer;
}
.ias-noneleft {
  display: none!important;
}
body .main-products.product-grid .ias-trigger > a > svg path {
  transition: .3s;
}
body .main-products.product-grid .ias-trigger > a:hover {
  background: #FF5A00;
  color: #FFFFFF;
}
body .main-products.product-grid .ias-trigger > a:hover > svg path {
  fill: #FFFFFF;
}
body .main-products.product-grid .ias-trigger.ias-trigger-prev {
  display: none!important;
}
body .main-products.product-grid .ias-trigger .btn::before {
  display: none;
}
.site-wrapper > .container > .row.double-column-filter-row {
  display: grid;
  grid-template-columns: 274px 1fr;
  grid-gap: 35px;
}
.row.double-column-filter-row #content {
  max-width: 100%;
  padding: unset;
}
.row.double-column-filter-row #column-left {
  max-width: 100%;
  padding: unset;
  border: none;
  margin-top: 6px;
}
.nice-select.form-control:after {
  display: none;
}
.nice-select.form-control:before {
  position: absolute;
  content: '';
  background: url('/image/catalog/arrow-down.svg');
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
}
.filter-categories-wrapper {
  margin-bottom: 81px;
}
.filter-categories-wrapper > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #15181D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  padding-right: 13px;
}
.filter-categories-list {
  padding: unset;
  margin: unset;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3px;
}
.filter-categories-list > li {
}
.filter-categories-list > li > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #15181D;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 7px 34px 8px 10px;
  transition: .3s;
  background: transparent;
}
.filter-categories-list > li > a > .filter-categories-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  margin-right: 13px;
}
.filter-categories-list > li > a > svg {
  transition: .3s;
  position: absolute;
  right: 13px;
  top: 14px;
}
.filter-categories-list > li.active-category > a {
  background: #FFFFFF;
}
.filter-categories-list > li.active-category > a.active > svg {
  transform: rotate(180deg);
}
.filter-categories-list > li.active-category > a,
.filter-categories-list > li > a:hover {
  color: #FF5A00;
}
.filter-categories-sublist {
  padding: unset;
  margin: 15px 0;
  list-style: none;
  display: none;
}
.filter-categories-sublist > li {
  position: relative;
  padding-left: 75px;
  padding-right: 24px;
}
.filter-categories-sublist > li+li {
  margin-top: 16px;
}
.filter-categories-sublist > li:before {
  position: absolute;
  content: '';
  left: 51px;
  top: 4px;
  width: 9px;
  height: 9px;
  border: 1px solid #FF5A00;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.filter-categories-sublist > li.active-sub-category:before {
  background: #FF5A00;
}
.filter-categories-sublist > li > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  color: #15181D;
}
.filter-categories-sublist > li.active-sub-category > a {
  font-weight: 600;
}
.filter-categories-sublist.open-categories-sublist {
  display: block;
}
body .main-products+.pagination-results {
  display: flex!important;
  border: none;
  margin: unset;
  letter-spacing: unset;
  justify-content: center;
}
.module-filter .title.module-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  color: #15181D;
  margin: 0 0 8px;
  padding-left: 10px;
}
.module-filter .title.module-title > button {
  display: none;
}
.module-filter .title.module-title:after {
  display: none;
}
.module-filter .panel-group .panel-heading a {
  padding: unset;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #15181D;
  padding-right: 25px;
}
.module-filter .module-item {
  margin-top: 0!important;
  margin-right: 11px!important;
  padding: 24px 0 26px 10px;
}
.module-filter .module-item+.module-item {
  margin-top: 0!important;
  border-top: 1px solid #C4C8CB;
}
.module-filter .panel-group .panel-heading {
  border: none!important;
  position: relative;
}
.module-filter .panel-group .panel-heading a:before {
  display: none!important;
}
.module-filter .panel-group .panel-heading a:after {
  position: absolute;
  content: '';
  background: url('/image/catalog/arrow-down.svg');
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  transition: .3s;
}
.module-filter .panel-group .panel-active .panel-heading a:after {
  transform: translateY(-50%) rotate(180deg);
}
.module-filter .module-item .panel-body {
  padding: 18px 0 0;
  max-height: 204px;
  overflow-x: auto;
}
.module-filter .panel-body > div > label input[type="checkbox"],
label.site-usage-rules input[type="checkbox"] {
  display: none!important;
}
.module-filter .filter-checkbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custom-checkbox {
  display: none;
}
.custom-checkbox > svg {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-checkbox-wrapper > label input[type="checkbox"]+.custom-checkbox,
label.site-usage-rules input[type="checkbox"]+.custom-checkbox {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #CCD2D8;
  margin: 0 9px 0 0;
  transition: .3s;
}
.module-filter .panel-body > div > label input[type="checkbox"]+.custom-checkbox {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #CCD2D8;
  margin: unset;
  transition: .3s;
}
.custom-checkbox-wrapper > label input[type="checkbox"]:checked+.custom-checkbox,
.module-filter .panel-body > div > label input[type="checkbox"]:checked+.custom-checkbox,
label.site-usage-rules input[type="checkbox"]:checked+.custom-checkbox {
  border: 1px solid #15181D;
}
.custom-checkbox-wrapper > label input[type="checkbox"]:checked+.custom-checkbox > svg,
.module-filter .panel-body > div > label input[type="checkbox"]:checked+.custom-checkbox > svg,
label.site-usage-rules input[type="checkbox"]:checked+.custom-checkbox > svg {
  opacity: 1;
  visibility: visible;
}
.module-filter .module-item .panel-body > div > label {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  color: #15181D;
  padding: 0;
  order: 0;
}
label.site-usage-rules {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'IBM Plex Sans'!important;
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 14px!important;
  line-height: 135%!important;
  color: #15181D!important;
  padding: 0;
}
.form-field > label.site-usage-rules {
  margin-left: 0!important;
  margin-bottom: unset!important;
  margin-top: 3px;
}
label.site-usage-rules > a {
  margin-left: 5px;
  color: #FF5A00;
}
/*.module-filter .module-item .panel-body > div > label + label {
  margin-top: 12px;
}*/
.module-filter .module-item .panel-body > div > label .links-text {
  margin: 0 0 0 10px;
}
.module-filter .module-item .irs-slider {
  transform: translateX(5px) rotate(45deg);
  transform-origin: 0 0;
  box-shadow: 0px 4px 3px rgba(48, 58, 73, 0.15);
}
.module-filter .module-item .irs-slider.from {
  transform: translateX(12px) rotate(45deg);
}
.module-filter .module-item .extra-controls input {
  width: 80px;
  padding: 6px 12px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
  color: #15181D;
  text-align: unset;
  background: #FFFFFF!important;
  border: 1px solid #CCD2D8;
}
.module-filter .module-item .extra-controls input:hover {
  background: #FFFFFF!important;
  border-color: #CCD2D8!important;
}
.module-filter .module-item .extra-controls .currency-symbol-from,
.module-filter .module-item .extra-controls .currency-symbol-to,
.module-filter .module-item .extra-controls .currency-symbol {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 155%;
  color: #767982;
  margin-right: 12px;
}
.module-filter .module-item .extra-controls .filter-price-min {
  margin-right: 12px;
}
.module-filter .module-item .extra-controls .filter-price-max {
  margin-right: 9px;
}
.category-description-seo.seo-content {
  padding: unset;
}
.active-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-bottom: 20px;
}
.active-filters > a {
  padding: 7px 7px 8px 8px;
  background: #FFFFFF;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #15181D;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
  transition: .3s;
}
.active-filters > a.clear-all-f {
  color: #FFFFFF;
  background: #303A49;
}
.active-filters > a:hover {
  color: #FFFFFF;
  background: #303A49;
}
.active-filters > a.clear-all-f:hover {
  background: #FFFFFF;
  color: #15181D;
}
.d-none {
  display: none!important;
}
.route-product-search body #content .search-form {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCD2D8;
}
.route-product-search body #content .search-form .inputs {
  position: relative;
}
.route-product-search body #content .search-form .inputs > input {
  padding: 15px 56px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #15181D;
  height: auto;
  margin: unset;
  background: #FFFFFF!important;
  border: 1px solid #CCD2D8!important;
}
.route-product-search body #content .search-form .inputs > input:hover {
  border: 1px solid #CCD2D8!important;
  background: #FFFFFF!important;
}
.route-product-search body #content .search-form .inputs > svg {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.route-product-search body #content .search-form .inputs > button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 30px;
  background: #FF5A00;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.route-product-search body #content .search-products-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #15181D;
  margin: unset;
  text-transform: none;
}
.route-product-search body #content .search-products-title:after {
  display: none;
}
.route-product-search h1.default-title {
  margin-bottom: 23px;
}
.route-product-search .row.double-column-filter-row #column-left {
  margin-top: 16px;
}
body a {
  transition: .3s;
}
.container-about-us {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 89px;
  padding-left: 129px;
}
.container-about-us h1.default-title {
  margin-bottom: 76px;
}
.container-about-us h2 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  color: #15181D;
  margin: 0 0 40px;
  text-transform: none;
}
.container-about-us .text-simple-quote {
  padding: 21px 0 19px 36px;
  position: relative;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  color: #15181D;
  margin: 0 0 26px;
}
.container-about-us .text-simple-quote:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #FF5A00;
}
.container-about-us .text-simple ul {
  padding: unset;
  margin: unset;
  list-style: none;
  margin: 0 0 22px;
}
.container-about-us .text-simple ul > li {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #15181D;
  position: relative;
  padding-left: 74px;
}
.container-about-us .text-simple ul > li+li {
  margin-top: 18px;
}
.container-about-us .text-simple ul > li:before {
  position: absolute;
  content: '';
  left: 47px;
  top: 7px;
  width: 9px;
  height: 9px;
  background: #FF5A00;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.container-about-us .double-column-wrapper {
  grid-template-columns: 500px 1fr;
  align-items: center;
  grid-gap: 38px;
  margin-bottom: 84px;
}
.container-about-us .text-simple h4 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #15181D;
  text-transform: none;
}
.container-about-us .text-simple h4 > span {
  color: #FF5A00;
  margin-right: 41px;
}
.container-about-us .text-simple p {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #15181D;
  margin: 0 0 40px;
}
.container-about-us .text-simple > *:last-child {
  margin-bottom: 0;
}
.image-about-us {
  position: relative;
}
.image-about-us > svg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 50%;
  height: auto;
}
h2.what-we-can-do-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #15181D;
  margin: 0 auto 23px;
}
.what-we-can-do-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 50px;
  width: 100%;
  margin: 0 auto;
}
.what-we-can-do-item {
  position: relative;
  padding: 35px 40px 38px 50px;
  background: #FFFFFF;
}
.what-we-can-do-item:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: calc(100% - 80px);
  height: 3px;
  background: #FF5A00;
  transform: translateX(-50%);
}
.what-we-can-do-item-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: #15181D;
  margin-bottom: 10px;
  /*height: calc(1.25 * 18px * 3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;*/
}
.what-we-can-do-item-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #15181D;
  /*height: calc(1.6 * 15px * 5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;*/
}
.what-we-can-do-item-icon {
  position: absolute;
  left: -45px;
  top: 35px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-we-can-do-item-icon > img {
  transition: .3s;
  transform: scale(.9);
}
.what-we-can-do-item:hover .what-we-can-do-item-icon > img {
  transform: scale(1);
}
/*.what-we-can-do-item:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% - 86px);
  height: 1px;
  background: #CCD2D8;
}
.what-we-can-do-item-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-we-can-do-item-icon > img {
  transition: .3s;
  align-self: center;
}
.what-we-can-do-item:hover .what-we-can-do-item-icon > img {
  transform: scale(1.1);
}
.what-we-can-do-item-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  color: #15181D;
  margin-bottom: 10px;
}
.what-we-can-do-item-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #15181D;
}*/
.opportunities-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #15181D;
  margin: 0 auto 31px;
}
.opportunities-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 30px;
  /*max-width: calc(490px * 2 + 30px);*/
  width: 100%;
  margin: 0 auto;
}
.opportunities-item {
  position: relative;
  padding: 35px 40px 38px 41px;
  background: #FFFFFF;
}
.opportunities-item:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: calc(100% - 80px);
  height: 3px;
  background: #FF5A00;
  transform: translateX(-50%);
}
.opportunities-item:after {
  position: absolute;
  content: '';
  left: -10px;
  top: 40px;
  width: 21px;
  height: 21px;
  background: #FF5A00;
  transform: rotate(45deg);
  z-index: 1;
}
.opportunities-item-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: #15181D;
  margin-bottom: 10px;
  height: calc(1.25 * 20px * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.opportunities-item-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #15181D;
  height: calc(1.6 * 15px * 4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#information-about-us .last-posts.custom-products-swiper {
  margin-bottom: 112px;
}
#information-contact > h1 {
  margin-bottom: 75px;
}
.contact-info-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 47px;
  margin-bottom: 83px;
}
.contact-info-item {
  position: relative;
  padding: 12px 29px 39px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.contact-info-item > * {
  position: relative;
  z-index: 2;
}
.contact-info-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% - 45px);
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  z-index: 1;
}
.contact-info-icon {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
}
.contact-info-icon > img {
  transition: .3s;
  align-self: center;
}
.contact-info-item:hover .contact-info-icon > img {
  transform: scale(1.1);
}
.contact-info-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #15181D;
  margin-bottom: 19px;
}
.contact-info-value {
  min-height: 52px;
}
.contact-info-address,
.contact-info-worktime,
.contact-info-email {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #15181D;
}
.contact-info-phone {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #15181D;
}
.contact-iframe {
  height: 668px;
  margin-bottom: 93px;
}
.contact-iframe > iframe {
  width: 100%;
  height: 100%;
}
.write-us {
  margin-bottom: 144px;
}
.write-us h2 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #15181D;
  text-align: center;
  margin: 0 0 23px;
}
.write-us h2 > span {
  text-transform: uppercase;
  color: #FF5A00;
}
.write-us-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 103px;
  padding: 0 123px 0 161px;
  align-items: flex-end;
}
.write-us-form-subtitle {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #15181D;
  margin-bottom: 17px;
  max-width: 427px;
}
.form-field {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.form-field > a.show-hide-password {
  position: absolute;
  right: 10px;
  bottom: 13px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-hide-password:before {
  position: absolute;
  content: '';
  width: 34px;
  height: 1px;
  background: #878686;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.show-hide-password.active:before {
  opacity: 1;
  visibility: visible;
}
.form-field > label {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  color: #767982;
  margin-left: 20px!important;
  margin-bottom: 6px!important;
  position: relative;
  max-width: unset!important;
  width: 100%!important;
  float: unset!important;
  text-align: left!important;
  padding-left: 0;
}
.required.form-field > label:after {
  position: absolute;
  content: '*';
  margin-left: 5px;
  color: #F80808;
}
.white-popup .form-field > label {
  margin-left: 0!important;
  max-width: 70%!important;
  font-size: 9px!important;
}
.text-danger-custom {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: right;
  color: #F80808;
  position: absolute;
  right: 29px;
  top: -4px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.white-popup .text-danger-custom {
  font-size: 10px;
  max-width: 40%;
  top: unset;
  bottom: calc(100% - 19px);
}
.white-popup input[type="hidden"]+.text-danger-custom {
  bottom: calc(100% + 6px);
  max-width: unset;
  width: fit-content;
}
.required.form-field.error-required > .text-danger-custom {
  opacity: 1;
  visibility: visible;
}
.custom-checkbox-wrapper input+span.error-required-checkbox {
  border-color: red!important;
}
.iti {
  width: 100%;
}
.form-field > .input-group {
  width: 100%;
}
.form-field input.form-control,
.form-field textarea.form-control,
.form-field .iti--allow-dropdown input {
  padding: 12px 20px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #292B31;
  width: 100%;
  background: #FFFFFF!important;
  border: 1px solid #D8DBDF!important;
  transition: .3s;
  height: auto;
}
.form-field input.form-control.error-value {
  border: 1px solid red!important;
}
.form-field input.form-control.error-value+.text-danger-custom {
  opacity: 1;
  visibility: visible;
}
.select2-search--dropdown .select2-search__field {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #292B31;
  background: #FFFFFF!important;
  border: 1px solid #D8DBDF!important;
}
.select2-results__option {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #292B31;
}
.form-field .iti--allow-dropdown input {
  padding: 12px 20px 12px 120px!important;
}
.form-field input.form-control:hover,
.form-field textarea.form-control:hover,
.form-field .iti--allow-dropdown input:hover {
  background: #FFFFFF!important;
  border: 1px solid #767982!important;
}
.form-field > textarea.form-control {
  height: 111px;
  resize: none;
}
.required.form-field.error-required input.form-control,
.required.form-field.error-required .iti--allow-dropdown input,
.required.form-field.error-required textarea.form-control,
.form-field input.error-email-value,
.form-field input.error-pw-value {
  border: 1px solid #F80808!important;
}
.form-field input::-webkit-input-placeholder,
.form-field textarea::-webkit-input-placeholder,
.form-field .iti--allow-dropdown input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #292B31;
}
.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder,
.form-field .iti--allow-dropdown input::-moz-placeholder { /* Firefox 19+ */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #292B31;
}
.form-field input:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder,
.form-field .iti--allow-dropdown input:-ms-input-placeholder { /* IE 10+ */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #292B31;
}
.form-field input:-moz-placeholder,
.form-field textarea:-moz-placeholder,
.form-field .iti--allow-dropdown input:-moz-placeholder { /* Firefox 18- */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #292B31;
}
body .iti__selected-flag {
  width: 110px;
  padding: 12px 12px 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: unset;
}
body .iti__arrow {
  border: none;
  position: relative;
  width: 12px;
  height: 8px;
  margin: unset;
}
body .iti__arrow:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('/image/catalog/arrow-down.svg');
  width: 12px;
  height: 8px;
}
body .iti--separate-dial-code .iti__selected-dial-code {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #15181D;
  margin: unset;
}
.form-field+.form-field {
  margin-top: 15px;
}
.form-field+.btn-wrapper {
  margin-top: 20px;
}
body .tt-menu {
  position: fixed!important;
  top: 205px!important;
  left: 0!important;
  width: 100%;
  min-height: 635px;
  background: #F0F1F4!important;
  box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1)!important;
}
body .tt-menu > div {
  max-height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2px;
  padding: 30px 190px 42px;
  background: #F0F1F4!important;
}
body h2.tt-suggestion.tt-selectable {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #15181D;
  grid-column-start: 1;
  grid-column-end: 6;
  text-align: center;
  margin: 0 0 30px;
}
body h2.tt-suggestion.tt-selectable > span {
  color: #FF5A00;
  text-transform: uppercase;
}
body .tt-suggestion.tt-selectable.search-result {
  grid-column-start: 1;
  grid-column-end: 6;
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .tt-suggestion.tt-selectable.search-result > a {
  padding: 16px 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1);
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #15181D;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .tt-suggestion.tt-selectable.search-result > a > span {
  padding: 0 0 0 5px;
}
body .tt-suggestion.tt-selectable.product-card {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
}
body .tt-suggestion.tt-selectable.product-card > a {
  border: none!important;
}
body .tt-suggestion.tt-selectable.search-result.view-more a::after {
  display: none;
}
.route-product-product h1.default-title {
  margin: 0 auto 39px;
}
.route-product-product #content {
  padding: unset;
}
body .product-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #FFFFFF;
}
.route-product-product:not(.popup) body .product-info > .product-left {
  padding-right: 64px;
  width: 100%;
  border: none;
  border-right: 1px solid #F0F1F4;
}
.route-product-product:not(.popup) body {
  padding-bottom: unset!important;
}
body .product-info > .product-right {
  width: 100%;
  padding: unset;
}
.product-right-rating-btn-wrapper {
  border-bottom: 2px solid #F0F1F4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 27px;
}
.product-right-rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.stars-wrapper {
  display: flex;
  flex-wrap: nowrap;
  grid-gap: 2px;
  margin-right: 9px;
}
.product-right-rating-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  color: #767982;
}
.route-product-product:not(.popup) .product-info .product-right .product-details {
  padding: unset!important;
}
.btn-compare-wishlist-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.btn-compare-wishlist-wrapper > a {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #F0F1F4;
}
.btn-compare-wishlist-wrapper > a > svg > path {
  transition: .3s;
}
.btn-compare-wishlist-wrapper > a.active > svg > path,
.btn-compare-wishlist-wrapper > a:hover > svg > path {
  fill: #FF5A00;
}
.product-right-stock-sku-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 28px;
}
.product-right-stock {
  padding: 5px 10px;
  background: rgba(34, 141, 51, 0.06);
  display: flex;
  grid-gap: 7px;
  align-items: center;
  justify-content: center;
}
.product-right-stock .product-right-in-stock {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #228D33;
}
.product-right-stock .product-right-out-of-stock {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #F80808;
}
.product-right-sku {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  color: #15181D;
}
.product-right-sku > span {
  color: #767982;
}
.product-price-wrapper {
  margin-top: 23px;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-price-wrapper .old-price {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  line-height: 1.3125;
  text-decoration-line: line-through;
  color: #767982;
}
.product-price-wrapper .price {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #15181D;
}
.product-right-qnt-btn-wrapper {
  margin-top: 27px;
  padding: 0 30px 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
}
body .product-info .product-details>div {
  margin-bottom: 0!important;
}
.product-right-qnt-wrapper {
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #CCD2D8;
  margin-right: 12px;
  height: 100%;
}
.product-right-qnt-wrapper > a {
  width: 38px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F1F4;
  transition: .3s;
}
.product-right-qnt-wrapper > a:hover {
  background: #FF5A00;
}
.product-right-qnt-wrapper > a > svg path {
  transition: .3s;
}
.product-right-qnt-wrapper > a:hover > svg path {
  stroke: #FFFFFF;
}
.product-right-qnt-wrapper > input.form-control {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #15181D;
  text-align: center;
  padding: 15px 0 16px;
  height: 100%;
  background: #FFFFFF!important;
  width: 54px;
  border: none!important;
}
.product-right-qnt-wrapper > input.form-control:hover,
.product-right-qnt-wrapper > input.form-control:focus {
  background: #FFFFFF!important;
}
.btn-one-click {
  padding: 17px 38px;
  background: #FFFFFF;
  border: 1px solid #CCD2D8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #15181D;
  white-space: nowrap;
}
.btn-one-click > svg {
  margin-right: 10px;
  width: 20px;
  height: auto;
}
#button-cart {
  width: 100%;
  height: 100%;
  background: #FF5A00;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#button-cart > svg.active-cart {
  display: none;
}
#button-cart.active > svg.active-cart {
  display: block;
}
#button-cart.active > svg.static-cart {
  display: none;
}
#button-cart > svg {
  margin-right: 10px;
  width: 20px;
  height: auto;
}
.product-right-qnt-btn-wrapper .product-card-presale {
  width: 100%;
  height: 100%;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #303A49;
}
body .product-info .product-details>div.product-right-delimeter {
  width: 100%;
  height: 1px;
  background: #F0F1F4;
  margin: 40px 0 35px!important;
}
.product-right-attributes {
  padding: 0 30px 20px 28px;
}
.product-right-attributes-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #15181D;
  margin-bottom: 15px;
}
.read-more-attributes {
  padding: 10px 0;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #15181D;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.read-more-attributes > svg {
  margin-left: 10px;
}
.product-right-attributes-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.product-right-attributes-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 17px;
}
.product-right-attributes-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #767982;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  grid-gap: 11px;
}
.product-right-attributes-name > span:first-child {
  white-space: nowrap;
}
.product-right-attributes-name > span.dotted-line {
  border-bottom: 1px dotted #767982;
  width: 100%;
}
.product-right-attributes-value {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #15181D;
  word-break: break-word;
}
.product-right-attributes-wrapper > div:nth-child(n+6) {
  display: none!important;
}
.product-right-icons-wrapper {
  margin-top: 24px;
  border-top: 2px solid #F0F1F4;
  border-bottom: 2px solid #F0F1F4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.product-right-icons-item {
  display: flex;
  grid-gap: 9px;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0;
}
.product-right-icons-wrapper > div:first-child {
  padding-left: 13px;
}
.product-right-icons-wrapper > div:last-child {
  padding-left: 17px;
  border-left: 2px solid #F0F1F4;
}
.product-right-icon {
  width: 90px;
  min-width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-right-icon > img {
  align-self: center;
}
.product-right-icons-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #15181D;
  max-width: 207px;
}
.product-right-price-only-store {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 155%;
  color: #767982;
  padding: 15px 30px 15px 28px;
}
.product-tabs {
  margin: 63px 0 70px;
}
.product-tabs-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-tabs-title-wrapper > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #767982;
  transition: .3s;
  padding-bottom: 24px;
  position: relative;
}
.product-tabs-title-wrapper > a+a {
  margin-left: 30px;
}
.product-tabs-title-wrapper > a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  width: 100%;
  height: 4px;
  background: transparent;
  transition: .3s;
}
.product-tabs-title-wrapper > a.active-tab,
.product-tabs-title-wrapper > a:hover {
  color: #15181D;
}
.product-tabs-title-wrapper > a.active-tab:before {
  background: #FF5A00;
}
.product-tabs-content-item {
  display: none;
}
.product-tabs-content-wrapper {
  background: #FFFFFF;
}
#product-description.product-tabs-content-item {
  padding: 68px 167px 68px 158px;
}
#product-description.product-tabs-content-item h2 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  color: #15181D;
  margin: 0 0 13px;
}
#product-description.product-tabs-content-item p {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #15181D;
  margin: 0;
}
#product-downloads.product-tabs-content-item {
  padding: 64px 128px 78px;
}
#product-attribute.product-tabs-content-item {
  padding: 64px 158px 48px;
}
.product-downloads-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 53px;
}
.product-downloads-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.product-downloads-item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 35px;
  width: 100%;
  height: calc(100% - 61px);
  background: #F0F1F4;
  z-index: 1;
}
.product-downloads-item > div {
  position: relative;
  z-index: 2;
}
.product-downloads-icon {
  margin-bottom: 24px;
}
.product-downloads-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: #303A49;
  margin-bottom: 28px;
  padding: 0 81px;
}
.product-downloads-btn.btn-wrapper {
  justify-content: center;
}
.product-attributes-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.product-attributes-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 17px;
}
.product-attributes-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #767982;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  grid-gap: 11px;
}
.product-attributes-name > span:first-child {
  white-space: nowrap;
}
.product-attributes-name > span.dotted-line {
  border-bottom: 1px dotted #767982;
  width: 100%;
}
.product-attributes-value {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #15181D;
}
#product-reviews.product-tabs-content-item {
  padding: 58px 129px 56px 129px;
}
.review-add-wrapper {
  position: relative;
}
.review-add-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.nice-checkbox-elem {
  position: relative;
  padding: 0 9.56px 11.85px 0;
  margin-right: 26px;
}
.nice-checkbox-elem > svg {
  position: relative;
  z-index: 2;
}
.nice-checkbox-elem:before {
  position: absolute;
  content: '';
  width: 27.48px;
  height: 27.65px;
  background: #FFFFFF;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.review-add-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #15181D;
  margin-right: 25px;
  white-space: nowrap;
}
.review-add-title > span {
  color: #FF5A00;
  text-transform: uppercase;
}
.review-add-caption > .btn-wrapper > a {
  white-space: nowrap;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 75px 49px 55px 48px;
  max-width: 635px;
  width: 100%;
  margin: 0 auto;
  min-height: 238px;
}
#popup-register.white-popup {
  max-width: 700px;
}
.white-popup > svg {
  position: absolute;
  left: 0;
  top: 0;
}
.white-popup > a {
  position: absolute;
  top: 23.5px;
  right: 23.5px;
  z-index: 9;
}
.form-popup-wrapper {
  position: relative;
  z-index: 2;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; 
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); 
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; 
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; 
}
.form-popup-wrapper > h2 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #15181D;
  margin: 0 0 29px;
}
.form-popup-wrapper > h2 > span {
  color: #FF5A00;
  text-transform: uppercase;
}
.mfp-close-btn-in .mfp-close {
  display: none!important;
}
.form-field.review-stars {
  margin: 27px 0 33px;
  padding: 0 29px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.rating-star-description {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
  color: #767982;
}
.rating-star-icon {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.form-field-video {
  margin-top: 18px;
}
.form-field-image {
  margin-top: 20px;
}
.form-field-video,
.form-field-image {
  display: grid;
  grid-template-columns: 178px 1fr;
  grid-gap: 22px;
}
.form-field-video-caption,
.form-field-image-caption {
  padding: 15px 30px 16px 21px;
  border: 1px solid #CCD2D8;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-field-icon {
  min-width: 22px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-field-video-caption > span,
.form-field-image-caption > span {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #15181D;
  margin-left: 10px;
}
.d-none-image {
  display: none!important;
}
.help-image-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  color: #15181D;
}
#image_drop_area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 155%;
  color: #15181D;
}
#file_name {
  display: none;
  padding: 12px 32px 14px 20px;
  background: #F0F1F4;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
#file_name.flex-display {
  display: flex;
}
#file_name > svg {
  margin-right: 13px;
}
#file_name > .remove-file-review {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.form-field.review-stars .rating-star {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.form-field.review-stars .rating-star .rating-star-icon svg path {
  transition: .3s;
}
.form-field.review-stars .rating-star .rating-star-icon svg path.active-star {
  opacity: 0;
  visibility: hidden;
}
.form-field.review-stars .rating-star.active .rating-star-icon svg path.active-star {
  opacity: 1;
  visibility: visible;
}
.reviews-list-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  color: #15181D;
  text-align: center;
  margin: 41px auto 25px;
}
.reviews-list-title > span {
  color: #767982;
}
.reviews-list-item-review {
  display: grid;
  grid-template-columns: 70px 1fr;
}
.reviews-list-icon {
  padding: 28px 22px;
  background: #F0F1F4;
}
.reviews-list-caption {
  padding: 22px 30px 31px 16px;
  display: grid;
  grid-gap: 10px 0;
  grid-template-columns: 5fr 2fr 98px;
  border-bottom: 2px solid #303A49;
  border-top: 2px solid #F0F1F4;
  border-right: 2px solid #F0F1F4;
}
.reviews-list-item+.reviews-list-item {
  margin-top: 30px;
}
.reviews-list-rating {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  grid-gap: 2px;
  margin-top: 10px;
}
.reviews-list-name-date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
.reviews-list-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #15181D;
  margin-right: 16px;
}
.reviews-list-date {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  color: #767982;
}
.reviews-list-firm {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #15181D;
  margin: 10px 0;
}
.reviews-list-firm-link-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
a.reviews-list-firm-link {  
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
a.reviews-list-firm-link > span {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #FF5A00;
  height: calc(1.6 * 15px * 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
a.reviews-list-firm-link > svg {
  margin-right: 12px
}
a.reviews-list-image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
a.reviews-list-image > svg {
  margin-right: 14px;
  margin-top: 10px;
}
.reviews-list-review-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #15181D;
  margin-left: 10px;
}
.reviews-list-item-answer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 81px;
}
.reviews-list-item-answer-icon {
  width: 94px;
  min-width: 94px;
  height: 94px;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.reviews-list-item-answer-icon > img {
  align-self: center;
}
.reviews-list-item-answer-name-date {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 57px;
  margin-top: 16px;
}
.reviews-list-item-answer-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #15181D;
  margin-bottom: 10px;
}
.reviews-list-item-answer-date {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  color: #767982;
}
.reviews-list-item-answer-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #15181D;
  margin-top: 23px;
}
.pagination-results.pagination-reviews {
  border: none!important;
  justify-content: center;
}
.product-get-consultation {
  margin: 90px 0 115px;
}
.product-get-consultation-wrapper {
  display: grid;
  grid-template-columns: 1fr 615px;
  grid-gap: 110px;
  padding: 0 117px 0 160px;
  align-items: flex-end;
}
/*.product-get-consultation-wrapper > div:first-child {
  padding-left: 179px;
}*/
.product-get-consultation-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #15181D;
  margin: 0 0 9px;
}
.product-get-consultation-title > span {
  color: #FF5A00;
  text-transform: uppercase;
}
.product-get-consultation-subtitle {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #15181D;
  margin: 0 0 40px;
}
.product-get-consultation-form form {
  padding-bottom: 62px;
  position: relative;
}
.product-get-consultation-form form .form-get-consultation-result {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #15181D;
}
.related-products.custom-products-swiper {
  margin-bottom: 94px;
}
#popup-callback {
  padding: 75px 49px 75px 48px;
}
#popup-callback > h2,
#popup-presale > h2,
#popup-callback > .h2,
#popup-presale > .h2 {
  position: relative;
  z-index: 2;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  color: #15181D;
  margin: 0 0 29px;
}
#popup-callback > h2 > span,
#popup-presale > h2 > span,
#popup-callback > .h2 > span,
#popup-presale > .h2 > span {
  color: #FF5A00;
  text-transform: uppercase;
}
#popup-callback .btn-wrapper,
#popup-presale .btn-wrapper {
  justify-content: center;
}
.form-popup-wrapper > div {
  position: relative;
  z-index: 2;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  color: #15181D;
}
#success-popup {
  min-height: 238px;
}
#success-popup .form-popup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
}
.white-popup.notification-popup {
  padding: 66px 0 0 0; 
}
.white-popup.notification-popup > div {
  position: relative;
  z-index: 2;
}
.white-popup.notification-popup h2,
.white-popup.notification-popup .h2 {
  position: relative;
  z-index: 2;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  text-align: center;
  color: #15181D;
  margin: 0 0 10px;
}
.white-popup.notification-popup h2 > span,
.white-popup.notification-popup .h2 > span {
  text-transform: uppercase;
  color: #FF5A00;
}
.popup-product-info-wrapper {
  padding: 0 42px 0 40px;
  display: grid;
  grid-template-columns: 1fr 180px;
  grid-gap: 63px;
  align-items: center;
  margin-bottom: 16px
}
.popup-product-info-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  color: #15181D;
}
.popup-product-info-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
}
.popup-product-info-image > img {
  align-self: center;
}
.popup-buttons-wrapper {
  padding: 23px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 13px;
  background: #F0F1F4;
}
.popup-buttons-wrapper > a:first-child {
  background: #FFFFFF;
  border: 1px solid #CCD2D8;
  padding: 17px 0;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #15181D;
  text-align: center;
}
.popup-buttons-wrapper > a:last-child {
  background: #FF5A00;
  padding: 17px 0;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
body .modal.in .modal-dialog {
  position: absolute;
  width: 635px;
  margin: unset;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: unset!important;
}
body .modal-dialog .modal-content {
  border-radius: unset;
  border: none;
  box-shadow: unset;
  padding: 75px 49px 75px 48px;
}
body .modal-dialog .modal-content > svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
body .modal-dialog .modal-content > div {
  z-index: 2;
  position: relative;
}
body .modal-dialog .modal-content > button {
  position: absolute;
  right: 23.5px;
  top: 23.5px;
  z-index: 2;
  opacity: 1;
  text-shadow: none;
  filter: unset;
}
body .modal-body {
  padding: unset;
}
body .modal .modal-header {
  min-height: unset;
  padding: unset;
  border: none;
}
h2.default-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  color: #15181D;
  margin: 0 0 29px;
}
h2.default-title > span {
  text-transform: uppercase;
  color: #FF5A00;
}
.form-field-custom-wrapper {
  margin-bottom: 20px;
}
body #cart-content {
  position: fixed;
  height: 100%;
  right: -551px;
  top: 0;
  max-width: 550px;
  transition: .5s;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1);
  display: flex;
  flex-direction: column;
  z-index: 99;
}
body #cart-content.open-cart-content {
  right: 0;
}
body #cart-content > a {
  position: absolute;
  top: 22.5px;
  right: 23.5px;
}
.cart-content-title {
  padding: 35px 32px;
  background: #F0F1F4;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #15181D;
}
.cart-content-title > .cart-content-title {
  padding: 0!important;
}
.cart-content-title > span {
  color: #767982;
}
body div.cart-content ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #FFFFFF;
  box-shadow: unset;
}
body div.cart-content .cart-products {
  max-height: calc(100% - 182px);
}
.cart-products-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
.cart-products-item {
  padding: 10px 31px;
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-gap: 21px;
  border-bottom: 2px solid #F0F1F4;
}
.cart-products-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  position: relative;
}
.cart-products-image > a.cart-products-remove {
  position: absolute;
  top: 4.95px;
  left: 4.95px;
}
.cart-products-image img {
  align-self: center;
}
.cart-products-caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.cart-products-name > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  color: #15181D;
  margin-bottom: 10px;
}
.cart-products-qnt-price-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.cart-products-qnt-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  border: 1px solid #CCD2D8;
  margin-right: 21px;
}
.cart-products-qnt-wrapper > a {
  padding: 8.35px 11px;
  background: #F0F1F4;
  transition: .3s;
}
.cart-products-qnt-wrapper > a:hover {
  background: #FF5A00;
}
.cart-products-qnt-wrapper > a > svg path {
  transition: .3s;
}
.cart-products-qnt-wrapper > a:hover > svg path {
  stroke: #FFFFFF;
}
.cart-products-qnt-wrapper > input {
  padding: 7px 0 7px;
  background: #FFFFFF;
  border: none;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #15181D;
  text-align: center;
  width: 54px;
}
.cart-products-price-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
}
.cart-products-price-main {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #15181D;
}
.cart-products-price-old {
  margin-left: 5px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  text-decoration-line: line-through;
  color: #767982;
}
body div.cart-content .cart-totals {
  background: #F0F1F4;
  padding: 19px 30px 28px;
  max-height: 182px;
}
.cart-totals-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
.cart-totals-item {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}
.cart-totals-wrapper > div:first-child,
.cart-totals-wrapper > div:last-child {
  display: flex;
}
.cart-totals-item-name,
.cart-totals-item-value {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #767982;
}
.cart-totals-item-last .cart-totals-item-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  color: #15181D;
  margin-top: 12px;
}
.cart-totals-item-last .cart-totals-item-value {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #15181D;
}
.btn-full-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 14px;
}
.btn-full-wrapper > a {
  width: 100%;
}
.open-cart-content-opacity {
  position: relative;
  overflow: hidden!important;
}
.background-opacity {
  width: 100%;
  transition: .5s;
}
.open-cart-content-opacity .background-opacity {
  position: absolute;
  content: '';
  width: calc(100% - 550px);
  height: 100%;
  top: 0;
  left: 0;
  background: #303A49;
  opacity: 0.1;
  z-index: 101;
}
.cart-products-empty-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 82px;
  align-items: center;
  padding: 0 98px;
}
.cart-products-empty-title {
  margin: 16px 0 23px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  text-align: center;
  color: #15181D;
}
.cart-products-empty-subtitle {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  color: #15181D;
}
.route-checkout-cart body .cart-bottom {
  max-width: 100%;
  margin: unset;
  padding: unset;
}
.route-checkout-cart body #content .cart-double-column-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  margin-bottom: 92px;
}
#checkout-cart #content {
  padding: unset;
}
.route-checkout-cart h1.default-title {
  margin-bottom: 56px;
}
.cart-page-products-wrapper {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr;
}
.cart-page-products-wrapper > div {
  display: grid;
  grid-template-columns: 170px 200px 116px repeat(3, 160px);
}
.cart-page-products-item-titles {
  margin-bottom: 15px;
}
.cart-page-products-item-titles > div {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #15181D;
}
.cart-page-products-item-titles > div.cart-page-products-item-image {
  padding-left: 30px;
}
.cart-page-products-item {
  background: #FFFFFF;
}
.cart-page-products-item+.cart-page-products-item {
  border-top: 2px solid #F0F1F4;
}
.cart-page-products-item > .cart-page-products-item-image {
  position: relative;
  padding: 10px 20px 10px 31px;
  min-width: 191px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.cart-page-products-item > .cart-page-products-item-image img {
  align-self: center;
}
.cart-page-products-item > .cart-page-products-item-image > a.cart-page-products-item-remove {
  position: absolute;
  top: 24px;
  left: 47px;
  z-index: 2;
}
.cart-page-products-item > .cart-page-products-item-name {
  padding: 18px 40px 18px 0;
}
.cart-page-products-item > .cart-page-products-item-sku {
  padding: 18px 10px 18px 0;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  color: #15181D;
}
.cart-page-products-item > .cart-page-products-item-name > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  color: #15181D;
}
.cart-page-products-item > .cart-page-products-item-quantity {
  padding: 23px 28px 0 0;
}
.cart-page-products-item > .cart-page-products-item-quantity .cart-products-qnt-wrapper {
  margin: unset;
}
.cart-page-products-item > .cart-page-products-item-prices {
  padding-top: 27px;
}
.cart-page-products-item > .cart-page-products-item-totals {
  padding-top: 27px;
}
.cart-page-products-prices-wrapper,
.cart-page-products-totals-wrapper {
  display: flex;
  align-items: baseline;
}
.cart-page-products-price {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 107.5%;
  color: #15181D;
}
.cart-page-products-old-price {
  margin-left: 5px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  text-decoration-line: line-through;
  color: #767982;
}
.cart-page-products-item-total {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #15181D;
}
.cart-page-products-item-old-total {
  margin-left: 5px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  text-decoration-line: line-through;
  color: #767982;
}
body .cart-bottom {
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1);
}
body .panels-total .cart-total {
  margin: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.cart-total-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 29px;
  height: 78px;
  border-bottom: 2px solid #F0F1F4;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #15181D;
}
.cart-total-heading > svg {
  margin-right: 20px;
}
.cart-page-totals-products-wrapper {
  width: 100%;
  height: 118px;
  padding: 0 33px 0 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-page-totals-products-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #15181D;
}
.cart-page-totals-products-value-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.cart-page-totals-products-value {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #15181D;
}
.cart-page-totals-products-discount-value {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  text-decoration-line: line-through;
  color: #767982;
  margin-left: 5px;
}
.cart-page-totals-btn-wrapper {
  padding: 19px 29px 30px;
  background: #F0F1F4;
  width: 100%;
}
.cart-page-totals-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 14px;
  max-width: 440px;
  width: 100%;
  margin-left: auto;
}
.cart-page-totals-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-page-totals-item > .cart-page-totals-item-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #767982;
}
.cart-page-totals-item > .cart-page-totals-item-value {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #767982;
}
.cart-page-totals-last-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-page-totals-last-item > .cart-page-totals-item-name {
  margin-top: 12px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  color: #15181D;
}
.cart-page-totals-last-item > .cart-page-totals-item-value {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #15181D;
}
.cart-page-btn-double-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cart-page-btn-double-wrapper > a {
  max-width: 440px;
  width: 100%;
}
.cart-page-btn-double-wrapper > a:first-child {
  background: #FFFFFF;
  border: 1px solid #CCD2D8;
  padding: 17px 0;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #15181D;
  text-align: center;
}
.cart-page-btn-double-wrapper > a:last-child {
  background: #FF5A00;
  padding: 17px 0;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
.cart-related-products.custom-products-swiper {
  margin-bottom: 114px;
}
.route-checkout-cart h1.default-title.mb-33 {
  margin-bottom: 33px!important;
}
#checkout-cart-empty .double-column-wrapper {
  align-items: center;
  margin-bottom: 167px;
}
#checkout-cart-empty .double-column-wrapper > div:first-child {
  margin-left: 100px;
}
.cart-page-empty-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #15181D;
  margin-bottom: 23px;
}
.cart-page-empty-title > span {
  text-transform: uppercase;
  color: #FF5A00;
}
.cart-page-empty-subtitle {
  max-width: 414px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #15181D;
  margin-bottom: 13px;
}
.compare-table-column-0 {
  width: 254px;
}
.compare-table-column-0 > div {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding-left: 19px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 335.5%;
  color: #767982;
  transition: .3s;
}
.compare-table-column-0 > div.change-bg {
  background: #E1E2E7;
}
.compare-table-column-0 > div.compare-row-attribute-group {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  color: #15181D;
}
.price {
  font-family: 'TT Norms';
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #2B2B2B!important;
}
.old-price {
  font-family: 'TT Norms';
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  text-decoration-line: line-through;
  color: #767982;
}
.compare-table-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.compare-table-products > .swiper {
  padding-left: 1px!important;
  padding-bottom: 51px!important;
}
.compare-table-products {
  width: calc(100% - 253px);
  position: relative;
  display: flex;
}
.compare-table-products .swiper-scrollbar-drag {
  background: #FF5A00;
}
.compare-row-image {
  height: 304px;
  padding: 0;
  position: relative;
  justify-content: center;
  border: none!important;
}
.compare-row-image .btn-default-remove {
  position: absolute;
  top: 18.5px;
  right: 18.5px;
  opacity: 1;
  visibility: visible;
}
.compare-table-product > div {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-bottom: 2px solid #F0F1F4;
  transition: .3s;
}
.compare-table-product > div.change-bg {
  background: #E1E2E7;
}
/*.compare-table-product > div.compare-row-price {
  margin-bottom: 22px;
}*/
.compare-row-btn {
  padding: 21px 20px 25px;
}
.compare-row-btn > a.btn-default-red {
  padding: 15px 40px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.compare-table-product { 
  background: #FFFFFF;
}
.compare-table-product+.compare-table-product {
  border-left: 2px solid #F0F1F4;
}
.compare-table-product .compare-row-name {
  padding: 0 19px 0 20px;
  margin: 16px 0 0;
  height: calc(1.35 * 14px * 4 + 14px);
}
.compare-table-product .compare-row-name > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  color: #15181D;
  height: calc(1.35 * 14px * 4 + 14px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
html.open-account-menu-pages,
html.overflow-hidden {
  overflow: hidden!important;
}
html.overflow-hidden-search body {
  overflow: hidden!important;
}
.compare-table-column-0 .compare-row-name {
  margin: 16px 0 0;
  height: calc(1.35 * 14px * 4 + 14px);
  align-items: flex-start;
}
.compare-table-product .compare-row-price .prices-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.compare-table-product .compare-row-price .price {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  color: #15181D;
}
body .tt-menu > div > div > a:hover, .tt-cursor {
  background: transparent!important;
}
.compare-table-product .compare-row-price .old-price {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  text-decoration-line: line-through;
  color: #767982;
  margin-left: 5px;
}
.compare-table-product > div.compare-row-attribute,
.compare-table-product > div.compare-row-filter {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #15181D;
}
.compare-row-btn .btn-default-orange > svg {
  margin-right: 20px;
  margin-left: 0;
}
.route-product-compare h1.default-title {
  margin-bottom: 48px;
}
#product-compare {
  padding-bottom: 115px;
}
#product-compare #content {
  padding: unset;
}
.swiper-btn-prev,
.swiper-btn-next {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF5A00;
  z-index: 9;
  cursor: pointer;
  transition: .3s;
}
.swiper-btn-prev {
  left: -18px;
  margin-left: -36px;
}
.swiper-btn-next {
  right: -18px;
}
.swiper-btn-prev.swiper-button-disabled,
.swiper-btn-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.checkout-page-wrapper {
  display: grid;
  grid-template-columns: 1fr 520px;
  grid-gap: 54px;
}
.login-register-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#custom-login .panel.panel-default {
  background: transparent;
  margin: unset;
  border: none;
  box-shadow: none;
}
.login-register-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 29px;
  margin-top: 5px;
  background: #FFFFFF;
}
.login-register-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 10px;
}
.login-register-button-wrapper > a {
  padding-bottom: 24px;
  position: relative;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #767982;
  transition: .3s;
}
.login-register-button-wrapper > a.active {
  color: #15181D;
}
.login-register-button-wrapper > a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  width: 100%;
  height: 4px;
  background: transparent;
  transition: .3s;
}
.login-register-button-wrapper > a.active:before {
  background: #FF5A00;
}
.login-register-button-wrapper > a + a {
  margin-left: 30px;
}
.register-login-form {
  padding: 52px 32px 47px 33px;
  background: #FFFFFF;
}
.double-contact-form-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 21px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.double-contact-form-wrapper.percent-wrapper {
  grid-template-columns: repeat(2, calc(50% - 10px));
}
/*.double-contact-form-wrapper.percent-wrapper .address-address-1 {
  grid-column: span 2;
}*/
body .panel-body {
  padding: unset;
}
.double-contact-form-wrapper > .form-field {
  margin: unset!important;
}
body .login-register-panel {
  margin-bottom: 60px!important;
}
.text-returned-customer {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #15181D;
  margin-bottom: 30px;
}
.btn-justify-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.custom-checkbox-wrapper input[type="checkbox"] {
  display: none;
}
.custom-checkbox-wrapper > label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.popup body .site-wrapper .custom-checkbox-wrapper > label {
  align-items: flex-start;
}
.custom-checkbox-wrapper > label > span.checkbox-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  color: #15181D;
}
.custom-checkbox-wrapper input+span {
  background: #FFFFFF;
  border: 1px solid #CCD2D8;
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  margin-right: 10px;
  position: relative;
}
.custom-checkbox-wrapper input+span > svg {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.custom-checkbox-wrapper input:checked+span {
  border: 1px solid #15181D;
}
.custom-checkbox-wrapper input:checked+span > svg {
  opacity: 1;
  visibility: visible;
}
.custom-checkbox-wrapper .custom-checkbox-text,
.custom-checkbox-wrapper .custom-checkbox-text > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  color: #15181D;
}
.custom-checkbox-wrapper .custom-checkbox-text > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  color: #FF5A00;
}
.heading-step-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 36px;
}
.heading-step-wrapper > .step-number {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FF5A00;
  margin-right: 20px;
  background: #FFFFFF;
}
.heading-step-wrapper > .step-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #15181D;
}
#custom-cart {
  margin-bottom: 68px;
}
.custom-methods-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding: 46px 32px 46px 31px;
}
.custom-methods-wrapper.payment-methods {
  grid-template-columns: 1fr;
}
.custom-methods-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #15181D;
  margin-bottom: 23px;
}
.custom-radio-item {
  flex-direction: column;
  align-items: flex-start;
}
.custom-radio-item+.custom-radio-item {
  margin-top: 43px;
}
.custom-radio-item > label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
}
.custom-radio-item > label > input {
  display: none!important;
}
.custom-radio-item > label .custom-radio {
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: #FFFFFF;
  position: relative;
  margin-right: 26px;
}
.custom-radio-item > label .custom-radio:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24.18px;
  height: 24.18px;
  border-radius: 50%;
  border: 1px solid #CCD2D8;
  transition: .3s;
}
.custom-radio-item > label input:checked+.custom-radio:before {
  width: 100%;
  height: 100%;
  border: 5px solid #FF5A00;
}
.custom-radio-item > label .custom-radio-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.custom-radio-item > label .custom-radio-icon > img {
  align-self: center;
}
.custom-radio-item > label .custom-radio-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
  color: #15181D;
}
.form-field > .nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 30px 0 18px;
  border: 1px solid #D8DBDF;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #292B31;
}
.form-field > .nice-select .list {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
body .form-field > .nice-select.form-control .current {
  line-height: 46px;
}
#custom-shipping .panel {
  margin-bottom: 68px;
}
.payment-description {
  margin-top: 30px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #15181D;
  display: none;
}
.payment-description.active-payment-description {
  display: block;
}
.payment-description > .text-quote-payment-method {
  padding: 14px 0 14px 32px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #15181D;
  position: relative;
  margin-top: 20px;
}
.payment-description > .text-quote-payment-method:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #FF5A00;
}
.form-field .select2-container {
  width: 100%!important;
  height: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #292B31;
}
.form-field .select2-container .select2-selection--single {
  height: 50px;
  border-radius: unset;
  border: 1px solid #D8DBDF;
}
.form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none!important;
}
.form-field .select2-container .select2-selection--single .select2-selection__rendered {
  height: 50px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 50px;
  color: #292B31;
  padding-left: 18px;
  position: relative;
}
.form-field .select2-container .select2-selection--single .select2-selection__rendered:before {
  position: absolute;
  content: '';
  background: url(/image/catalog/arrow-down.svg);
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
}
.custom-cart-total {
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1);
  position: sticky;
  top: 160px;
  margin-bottom: 30px;
}
.custom-cart-total .btn-full-wrapper > .btn-default-orange {
  width: 100%;
  border: none;
}
.custom-cart-total .btn-full-wrapper {
  background: #F0F1F4;
  padding: 14px 29px 30px;
  margin: unset;
}
.custom-cart-total .cart-page-totals-btn-wrapper {
  padding-bottom: 0;
}
.custom-cart-total .cart-page-totals-wrapper {
  margin: unset;
}
.btn-center-wrapper > a+a {
  margin-left: 15px;
}
.btn-default-white {
  padding: 17px 30px;
  background: #FFFFFF;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #15181D;
}
.btn-default-white > svg {
  margin-left: 10px;
}
.btn-default-white:hover {
  color: #15181D!important;
}
.btn-default-white:hover > svg {
  -webkit-animation: to-right .2s alternate 6;
  animation: to-right .2s alternate 6;
}
.text-success-order {
  max-width: 413px;
  margin: 0 auto 26px;
}
#custom-payment {
  margin-bottom: 103px;
}
.mobile-header-bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mobile-header-catalog-wrapper {
  width: 56px;
  height: 56px;
  background: #FF5A00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-header-catalog-wrapper > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-header-cart-wrapper {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}
.mobile-header-cart-wrapper .cart-totals-price {
  display: none;
}
.mobile-header-logo-wrapper {
  width: calc(100% - 112px);
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #303A49;
}
.header-compact-top .mobile-top-banner {
  display: none;
}
.mobile-header-menu-fixed {
  display: none;
}
html.not-overflow {
  overflow: hidden!important;
}
.fade-container-menu {
  position: fixed;
  top: 0;
  right: -110vw;
  width: calc(100% - 500px);
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 98;
  transition: .5s;
}
.v-cont.fade-container-menu {
  right: 0;
}
.review-add-caption-chekbox-title-wrapper {
  display: flex;
  align-items: center;
}
.mobile-filter-trigger.btn {
  transition: .3s;
}
.mobile-filter-trigger.btn.hide-filter {
  opacity: 0;
  visibility: hidden;
}
.fixed-socials {
  display: flex!important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.fixed-socials > a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
}
.fixed-socials > a > svg {
  width: 100%;
  height: auto;
}
.fixed-socials > a > svg > path {
  transition: .3s;
}
.fixed-socials > a:hover > svg > path {
  fill: #FF5A00;
}
.custom-table-container {
  display: grid;
  grid-template-columns: 1fr;
  margin: 20px 0;
}
.custom-table-head-wrapper,
.custom-table-body-wrapper {
  display: grid;
  /*grid-template-columns: repeat(5, 1fr);*/
}
.form-add-address {
  display: none!important;
}
.custom-add-address,
.custom-edit-address {
  display: none;
}
.custom-table-body-wrapper {
  position: relative;
}
.custom-table-body-wrapper > a {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.form-authorized-person {
  display: none;
}
.custom-table-body-wpapper {
  position: relative;
}
.custom-table-body-wpapper > a {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.table-add-authorized-person,
.table-edit-authorized-person {
  display: none;
}
.personal-data-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.custom-form-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  color: #15181D;
  margin: 0 0 29px;
  position: relative;
}
.custom-checkbox-wrapper {
  margin: 29px 0 34px;
}
.popup-open .fixed-socials {
  right: 15px;
}
.popup-container-result {
  position: fixed;
  right: 0;
  top: 206px;
  height: 120px;
  padding: 10px 20px 10px 33px;
  background: #FF5A00;
  box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1);
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
  max-width: 550px;
}
.popup-container-result.hide-result {
  opacity: 0;
  visibility: hidden;
}
.popup-container-result > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 60px;
}
.popup-container-result > div > svg {
  margin-right: 22px;
  flex-shrink: 0;
}
.ajax-result-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #F0F1F4;
}
.container-register {
  width: 100%;
  margin: 0 auto;
  max-width: 966px;
}
h1.default-title.account-title {
  margin-bottom: 60px;
}
.account-subtitle {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #15181D;
  margin: 0 auto 40px;
}
.form-activate-account {
  padding: 51px 32px 61px 33px;
  background: #FFFFFF;
  margin-bottom: 105px;
  position: relative;
}
.form-activate-account-preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .15s;
  z-index: 9;
  background: rgba(255, 255, 255, .6);
}
.form-activate-account-preloader > svg {
  width: 200px!important;
  height: 200px!important;
  background: transparent!important;
}
#register-form {
  position: relative;
}
.form-activate-account-preloader.show-preloader {
  opacity: 1;
  visibility: visible;
}
.route-account-pages:not(.route-account-logout) .site-wrapper > .container {
  max-width: 1540px;
  padding-left: 130px;
}
.route-account-pages.route-account-register .site-wrapper > .container,
.route-account-pages.route-account-register-edrpou .site-wrapper > .container {
  padding-left: 0;
}
.route-account-pages:not(.route-account-logout) footer.main-footer {
  padding-left: 314px;
}
.route-account-pages.closed-account-menu-pages:not(.route-account-logout) footer.main-footer {
  padding-left: 184px;
}
.route-account-pages.closed-account-menu-pages:not(.route-account-logout) .site-wrapper > .container {
  padding-left: 0;
}
.closed-account-menu-pages .account-menu-steps > li > a > span,
.closed-account-menu-pages .account-menu-steps .custom-title-account {
  display: none!important;
}
.closed-account-menu-pages .account-menu-steps > li > a {
  grid-template-columns: 1fr;
  grid-gap: 0;
  margin: 0 auto;
  padding: 0;
}
.closed-account-menu-pages .account-menu-steps {
  margin-top: -250px;
}
.closed-account-menu-pages .account-menu-steps > li > a:before {
  left: 0;
}
.header-account-wrapper.container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: unset;
}
.header-account-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
  height: 90px;
}
.text-youscope-header {
  display: none!important;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  color: #303A49;
  margin-left: 35px;
  max-width: 235px;
}
.header-account-middle-center > a > svg > path:first-child {
  fill: #303A49;
}
.header-account-middle-center > a {
  height: 100%;
}
.header-account-middle-center > a > svg {
  height: 100%;
  width: auto;
}
.header-account-wrapper.container:before,
.header-account-wrapper.container:after {
  display: none;
}
.header-account-middle-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-compact-login.header-account-middle-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-compact-login.header-account-middle-right > a {
  height: auto;
}
.is-customer .header-compact-login.header-account-middle-right > a {
  padding: unset;
  width: 60px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-compact-middle-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-compact-middle-left form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.header-compact-middle-left form > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #303A49;
  opacity: 0.5;
}
.header-compact-middle-left form > a+a {
  margin-left: 13px;
}
.header-compact-middle-left form > a.active-language {
  font-weight: 700;
  opacity: 1;
}
.header-account-menu-fixed {
  position: fixed;
  left: 0;
  top: 90px;
  width: 300px;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1);
  height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  z-index: 3;
  gap: 50px;
}
.header-account-menu-fixed.closed-account-menu {
  width: 75px;
  padding: 0;
}
.form-activate-account legend {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px!important;
  line-height: 125%!important;
  text-align: center;
  color: #15181D;
  margin-bottom: 21px;
  margin-top: 39px;
  text-transform: unset!important;
}
.form-activate-account legend > span {
  color: #FF5A00;
}
.form-activate-account legend:after {
  display: none;
}
.form-edrpou-account {
  background: #FFFFFF;
  padding: 45px 30px 56px 33px;
  margin-bottom: 104px;
}
.form-text-simple {
  max-width: 641px;
  margin: 0 auto 44px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  color: #292B31;
}
.route-account-pages .popup-container-result {
  top: 90px;
}
.route-account-pages .text-danger-custom {
  right: 20px;
}
.top-btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  max-width: calc(100% - 20px);
  width: 100%;
  border-bottom: 1px solid #E1E2E7;
}
.btn-arrow-only-wrapper {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.closed-account-menu .top-btn-wrapper,
.closed-account-menu .account-menu {
  display: none;
}
.closed-account-wrapper {
  display: none;
}
.closed-account-menu .closed-account-wrapper {
  display: block;
}
.btn-arrow-wrapper {
  display: flex;
  width: 100%;
  padding: 10px 15px 15px 8px;
  align-items: center;
  justify-content: space-between;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #15181D;
}
.closed-account-menu-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #15181D;
}
.closed-account-menu-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
}
.btn-arrow-wrapper .arrow-btn,
.btn-arrow-only-wrapper .arrow-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF5A00;
}
.btn-arrow-only-wrapper .arrow-btn > svg {
  transform: rotate(180deg);
}
.account-menu {
  padding: unset;
  margin: unset;
  list-style: none;
  width: 100%;
}
.account-menu > li > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 155%;
  color: #15181D;
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-gap: 13px;
  align-items: center;
  padding: 0 17px 0 14px;
  text-transform: uppercase;
  min-height: 49px;
}
.account-menu > li > a:hover > svg {
  -webkit-animation: account-icon-anim 1s alternate 6;
  animation: account-icon-anim 2s alternate 6;
}
.btn-square-icon-wrapper:hover > .btn-square-icon > svg {
  -webkit-animation: account-icon-anim 1s alternate 6;
  animation: account-icon-anim 2s alternate 6;
}
@-webkit-keyframes account-icon-anim {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  90% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes account-icon-anim {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  90% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.account-menu > li.with-child > a {
  position: relative;
  transition: .3s;
}
.account-menu > li.active-item-menu > a {
  background: #F0F1F4;
}
.account-menu > li.with-child > a > svg:last-child {
  position: absolute;
  right: 17.5px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: .3s;
}
.account-menu > li.with-child {
  border-bottom: 1px solid transparent;
}
.account-menu > li.with-child.active-item-menu {
  border-bottom: 1px solid #E1E2E7;
  margin-bottom: 9px;
}
.account-menu > li.with-child.active-item-menu > a > svg:last-child {
  transform: translateY(-50%) rotate(0);
}
.account-menu-steps {
  padding: 0;
  margin: unset;
  list-style: none;
  width: 100%;
}
.account-menu-steps > li > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 155%;
  color: #15181D;
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-gap: 13px;
  align-items: center;
  padding: 0 17px 0 14px;
  text-transform: uppercase;
  width: fit-content;
  position: relative;
}
.account-menu-steps > li > a > svg {
  width: 28px;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.account-menu-steps > li+li {
  margin-top: 10px;
}
.account-menu-steps > li > a > svg > path {
  fill: #FF5A00;
}
.account-menu-steps > li > a:before {
  position: absolute;
  content: '';
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 2px solid #FF5A00;
}
.account-menu-steps > li > a.active-step-menu > svg {
  opacity: 1;
  visibility: visible;
}
.account-menu-steps > li > a.active-step-menu:before {
  opacity: 0;
  visibility: hidden;
}
.account-sub-menu {
  padding: 25px 0 23px;
  margin: 0 0 0 54px;
  list-style: none;
  display: none;
}
.account-sub-menu > li > a {
  position: relative;
  padding-left: 20px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 155%;
  color: #15181D;
}
.account-sub-menu > li.active-item-sub-menu > a {
  font-weight: 700;
}
.account-sub-menu > li > a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  background: transparent;
  border: 1px solid #FF5A00;
  transition: .3s;
}
.account-sub-menu > li > a:hover:before,
.account-sub-menu > li.active-item-sub-menu > a:before {
  background: #FF5A00;
}
.account-sub-menu > li+li {
  margin-top: 20px;
}
.btn-default-catalog {
  background: #FF5A00;
  padding: 17px 42px 18px 39px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
}
.btn-default-catalog > svg {
  margin-right: 10px;
  transition: .3s;
}
.btn-default-catalog:hover {
  color: #FFFFFF;
}
.btn-default-catalog:hover > svg {
  transform: rotate(360deg);
}
.account-edrpou {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.29;
  text-transform: uppercase;
  margin-right: 38px;
}
.route-account-register .account-edrpou {
  margin-right: unset;
}
.account-edrpou > span.account-edrpou-title {
  color: #15181D;
  opacity: 0.5;
}
.account-edrpou > span.account-edrpou-value {
  font-weight: 700;
  color: #303A49;
  margin-left: 10px;
}
.custom-table-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
}
.custom-table-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
}
.custom-table-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0;
}
.custom-table-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0;
}
.custom-table-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 0;
}
.custom-table-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 0;
}
.custom-table-9 .double-column {
  grid-column: span 2;
}
.custom-table-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 0;
}
.custom-table-head-item {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #15181D;
  padding-left: 0;
  padding-right: 17px;
  display: flex;
  align-items: center;
  min-height: calc(1.4 * 13px * 2);
}
.custom-table-head-wrapper {
  margin-bottom: 6px;
}
.custom-table-body-item.font-s-14 {
  min-height: 148px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 13px!important;
  font-weight: 400;
  line-height: 135%;
  color: #15181D;
  border: 1px solid #F0F1F4;
  border-left: 0;
  border-bottom: 0;
  padding: 26px 15px 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  word-break: break-word;
  position: relative;
}
.custom-table-body-item.font-s-14.order-name {
  text-align: center;
  color: #3E78B4;
}
.custom-table-body-item.font-s-14.order-name > span {
  cursor: pointer;
}
.custom-table-body-item.font-s-14.order-name > a {
  display: none;
}
.custom-table-body-item.font-s-14.toggle-detail-outer {
  justify-content: flex-start;
  align-items: center;
}
.custom-table-body-item.font-s-14 > a.toggle-detail {
  color: #15181D;
  font-family: "IBM Plex Sans";
  font-size: 13px!important;
  font-style: normal;
  font-weight: 600;
  line-height: 148%; /* 17.76px */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.custom-table-body-item.font-s-14 > a.toggle-detail > svg {
  transition: .4s;
}
.custom-table-body-item.font-s-14 > a.toggle-detail.active > svg {
  transform: rotate(180deg);
}
.custom-table-body-item.font-s-14.text-center {
  align-items: center;
}
.custom-table-8 .custom-table-body-item {
  padding: 26px 3px 23px 15px;
}
.add-authorized-person-row .custom-table-body-item {
  font-style: italic;
}
.custom-table-body-wrapper > div:first-child {
  border-left: 1px solid #F0F1F4;
}
.custom-table > div:last-child > div {
  border-bottom: 1px solid #F0F1F4;
}
.custom-table-body-item.font-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 600!important;
}
.custom-table-body-item.font-bold.empty-company-field {
  font-weight: 400;
}
.form-white {
  background: #FFFFFF;
  padding: 52px 36px 55px 40px;
  margin-bottom: 76px;
}
.btn-change-info {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF5A00;
  line-height: 1;
  transition: .3s;
}
.btn-change-info > svg > path {
  transition: .3s;
}
.btn-change-info.fill-full {
  background: #FF5A00;
}
.btn-change-info:hover {
  background: #FF5A00;
}
.btn-change-info:hover > svg > path {
  fill: #FFFFFF;
}
.btn-change-info:hover > svg.not-fill > path {
  fill: none!important;
  stroke: #FFFFFF;
}
.btn-change-info.fill-full > svg > path {
  fill: none!important;
}
.custom-icon-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 47px 0 40px;
}
.custom-icon-title > svg {
  margin-right: 12px;
}
.custom-icon-title-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  color: #15181D;
}
.custom-icon-title-text > span {
  color: #FF5A00;
}
.document-company-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.document-company-item {
  background: #F0F1F4;
  border: 2px solid #F0F1F4;
  min-height: 170px;
}
.document-company-item.document-shadow {
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1);
}
.document-company-item-required .document-company-title {
  position: relative;
}
.document-company-item-required .document-company-title:after {
  position: absolute;
  content: '*';
  color: #FF5A00;
  margin-left: 3px;
}
.document-company-edit {
  padding: 15px 17px 15px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.document-company-add > .custom-table-body-help-wrapper,
.document-company-edit > .custom-table-body-help-wrapper,
.table-authorized-person .custom-table-body-help-wrapper {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.document-company-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  color: #15181D;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  word-break: break-all;
}
.document-company-name > svg {
  margin-right: 9px;
}
.remove-document-btn {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  text-transform: uppercase;
  color: #303A49;
}
.add-document-btn,
.add-custom-row {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #FF5A00;
  line-height: 1;
  transition: .3s;
}
.add-document-btn > svg > path {
  transition: .3s;
}
.add-document-btn:hover {
  background: #FF5A00;
}
.add-document-btn:hover > svg > path {
  stroke: #FFFFFF;
}
.add-custom-row > svg > path {
  transition: .3s;
}
.add-custom-row:hover {
  background: #FF5A00;
}
.add-custom-row:hover > svg > path {
  stroke: #FFFFFF;
}
.btn-add-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.add-document-btn-custom {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  text-transform: uppercase;
  color: #303A49;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.add-document-btn-custom > svg {
  margin-right: 7px;
}
.document-company-add {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  padding: 27px 17px 24px 16px;
  position: relative;
}
.document-company-add .btn-add-wrapper {
  position: relative;
}
.document-company-add .btn-add-wrapper .text-danger-custom {
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  max-width: calc(100% - 76px);
}
.document-company-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #15181D;
}
.all-documents-added,
.all-company-info-added,
.all-legal-info-added {
  margin: 53px 0 0;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.all-documents-added-title,
.all-company-info-added-title,
.all-legal-info-added-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: #15181D;
  margin-bottom: 7px;
}
.all-documents-added-title > span,
.all-company-info-added-title > span,
.all-legal-info-added-title > span {
  color: #FF5A00;
}
.all-documents-added-subtitle,
.all-company-info-added-subtitle,
.all-legal-info-added-subtitle {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #15181D;
}
.route-account-pages #column-left,
.route-account-pages #content {
  padding-top: 0;
}
.custom-table-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 0;
}
.route-account-pages #column-left {
  max-width: 281px;
  border: none;
}
/*.route-account-pages #content {
  max-width: calc(100% - 281px);
}*/
.account-circle-btn-fill {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF5A00;
  border-radius: 50%;
  line-height: 1;
}
.account-circle-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #FF5A00;
  background: #FFFFFF;
  line-height: 1;
  transition: .3s;
}
.account-circle-btn > svg > path {
  transition: .3s;
}
.account-circle-btn > svg {
  transition: .3s;
}
.person-document .account-circle-btn.active > svg {
  transform: rotate(180deg);
}
.account-circle-btn.active,
.account-circle-btn:hover {
  background: #FF5A00;
}
.account-circle-btn.active > svg > path,
.account-circle-btn:hover > svg > path {
  stroke: #FFFFFF;
}
.custom-title-account {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #15181D;
  margin: 0 0 44px;
  display: block!important;
}
.custom-title-account > span {
  color: #FF5A00;
}
.custom-input-wrapper {
  position: relative;
  width: 100%;
}
.custom-input-wrapper > svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-input {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #292B31;
  padding: 7px 26px 8px 13px;
  background: #FFFFFF!important;
  border: 1px solid #D8DBDF!important;
  width: 100%;
}
.custom-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #292B31;
}
.custom-input::-moz-placeholder, { /* Firefox 19+ */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #292B31;
}
.custom-input:-ms-input-placeholder { /* IE 10+ */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #292B31;
}
.custom-input:-moz-placeholder { /* Firefox 18- */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #292B31;
}
.btn-justify-wrapper {
  display: flex;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#popup-form-address .form-field > .nice-select .list {
  width: calc(200% + 21px);
}
#popup-form-address .file-name-upload {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4px;
}
#popup-form-address .text-danger {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 100%;
}
#popup-form-address .double-contact-form-wrapper .form-field:nth-child(even) > .nice-select .list {
  left: unset;
  right: 0;
}
body .nice-select.disabled {
  pointer-events: unset;
  color: #15181D;
  border: 1px solid #D8DBDF;
}
.btn-end-wrapper {
  display: flex;
  justify-content: flex-end;
}
.font-italic {
  font-style: italic;
}
.desktop.route-account-pages header {
  top: 0;
  box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1);
}
.account-popup > form,
.account-popup > h2 {
  position: relative;
  z-index: 3;
}
.account-popup > h2 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  color: #15181D;
  margin: 0 0 29px;
}
.account-popup > form .btn-center-wrapper {
  margin-top: 34px;
}
.custom-list {
  position: absolute;
  top: calc(100% - 19px);
  left: 0;
  width: 187px;
  background: #FFFFFF;
  z-index: 2;
  box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1);
  border-top: 1px solid #FF5A00;
  display: none;
}
.custom-list-item {
  padding: 0 44px 0 21px;
  background: #FFFFFF;
  transition: .3s;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 181%;
  color: #292B31;
  cursor: pointer;
}
.custom-list-item.active-list-item,
.custom-list-item:hover {
  color: #FFFFFF;
  background: #FF5A00;
}
.route-account-account h1.default-title.account-title {
  margin-bottom: 75px;
}
.route-account-account h1.default-title.account-title.mb-small {
  margin-bottom: 20px;
}
.route-account-account .form-white {
  padding: 31px 33px 71px 39px;
}
.profile-step-wrapper {
  padding: 16px 1px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 57px;
  border-bottom: 1px solid #CCD2D8;
  cursor: pointer;
}
.profile-step-wrapper.with-top-border {
  border-top: 1px solid #CCD2D8;
}
.profile-step-wrapper.non-bottom-border {
  border-bottom: none;
}
.profile-step-number {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  min-width: 36px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF5A00;
  margin-right: 24px;
}
.profile-step-text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  color: #15181D;
}
.profile-step-content {
  display: none;
  padding-bottom: 50px;
  /*display: block!important;*/
}
.profile-six-step+.profile-step-content {
  padding-bottom: 0;
}
.all-authorized-person-added,
.all-address-info-added {
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 45px;
}
.all-address-info-added {
  display: flex;
  margin-bottom: 45px;
}
.all-authorized-person-added-title,
.all-address-info-added-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: #15181D;
  margin: 0 0 7px;
}
.all-authorized-person-added-title > span,
.all-address-info-added-title > span {
  color: #FF5A00;
}
.all-authorized-person-added-subtitle,
.all-address-info-added-subtitle {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #15181D;
  margin: 0 0 32px;
}
.form-authorized-persons {
  margin-bottom: 53px;
}
.table-legal-info-list {
  margin-bottom: 67px;
}
.table-legal-info-list .custom-table-head-item.required,
.custom-mobile-table-item-name.required {
  position: relative;
}
.custom-mobile-table-item-name.required:after,
.table-legal-info-list .custom-table-head-item.required:after {
  content: '*';
  color: #FF5A00;
  margin-left: 5px;
}
.personal-data-table+.personal-data-table {
  margin: 57px 0 73px;
}
.personal-data-table .custom-table-head-wrapper {
  margin-bottom: 18px;
}
.btn-start-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.add-colleague {
  padding: 17px 30px;
  background: #FFFFFF;
  border: 1px solid #FF5A00;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #FF5A00;
  display: flex;
  align-items: center;
  transition: .3s;
}
.add-colleague > svg {
  margin-left: 10px;
}
.add-colleague > svg > path {
  transition: .3s;
}
.add-colleague:hover {
  background: #FF5A00;
  color: #FFFFFF;
}
.add-colleague:hover > svg > path {
  stroke: #FFFFFF;
}
.social-page-links {
  width: calc(100% - 60px);
}
.personal-social_page,
.colleague-social_page {
  position: relative;
}
.add-personal-social_page,
.add-colleague-social_page {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF5A00;
}
.social-page-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 60px);
}
.social-page-link-item {
  width: 100%;
}
.social-page-link-item+.social-page-link-item {
  margin-top: 10px;
}
.social-page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.social-page-wrapper > a {
  padding: 6px 18px;
  display: grid;
  grid-template-columns: 15px 1fr;
  grid-gap: 10px;
  justify-items: center;
  align-items: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0.04em;
  color: #15181D;
  background: #F0F1F4;
}
.social-page-wrapper > a.one-row {
  grid-template-columns: 1fr;
}
.social-page-wrapper > a+a {
  margin-top: 5px;
}
/*.social-page-wrapper > a > svg,
.social-page-wrapper > a > img {
  margin-right: 10px;
}*/
.custom-table-body-item.image-item-body {
  padding-top: 14px;
}
.custom-table-body-item.social-item-body {
  padding-top: 16px;
}
.colleagues-data-table-title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 55px;
}
.btn-default-transparent-grey {
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #767982;
  margin-right: 30px;
  border: 1px solid #767982;
}
.btn-default-transparent-grey > svg {
  margin-left: 10px;
}
.colleagues-data-table-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  color: #15181D;
}
.colleagues-data-table-title::first-letter {
  text-transform: uppercase;
}
.colleagues-data-table-title > span {
  color: #FF5A00;
}
.colleagues-data-table > .btn-end-wrapper {
  display: none;
}
.btn-justify-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.colleagues-data-table .btn-justify-wrapper {
  margin-top: 18px;
}
.btn-default-grey {
  padding: 14px 30px 15px;
  background: #F0F1F4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #15181D;
}
.btn-default-grey > svg {
  margin-right: 10px;
}
.colleagues-success {
  padding: 14px 30px 15px;
  background: #F0F1F4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #15181D;
}
.colleagues-success > svg {
  margin-left: 10px;
}
.wrapper-new-colleague {
  margin-top: 94px;
}
.colleagues-new-title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 32px;
}
.colleagues-new-title-wrapper > .btn-start-wrapper {
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.colleagues-new-title-wrapper .colleagues-data-table-title {
  margin-left: 30px;
}
.colleagues-new-table {
  display: none;
}
.colleagues-data-table+.colleagues-data-table {
  margin-top: 58px;
}
.colleagues-data-table .custom-table-head-wrapper {
  margin-bottom: 17px;
}
.btn-default-orange-border {
  padding: 17px 30px;
  background: #FFFFFF;
  border: 1px solid #FF5A00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #FF5A00;
}
.btn-default-orange-border > svg {
  margin-left: 10px;
}
.submit-colleague {
  margin-top: 21px;
}
.btn-end-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.disabled-btn {
  pointer-events: none;
}
.btn-justify-wrapper+.colleagues-data-table-item,
.colleagues-data-table-item+.colleagues-data-table-item {
  margin-top: 40px;
}
.text-upper {
  text-transform: uppercase!important;
}
h1.default-title.account-title.m-b-75 {
  margin-bottom: 75px;
}
.account-success-wrapper,
.account-develop-wrapper,
.account-logout-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.account-success-item,
.account-develop-item,
.account-logout-item {
  max-width: 485px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#account-success .form-white,
#account-develop .form-white,
#account-logout .form-white {
  padding: 44px 132px 77px 74px;
  margin-bottom: 144px;
}
.account-success-title,
.account-develop-title,
.account-logout-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-align: center;
  color: #15181D;
  margin: 0 0 18px;
}
.account-success-title > span,
.account-develop-title > span,
.account-logout-title > span {
  color: #FF5A00;
}
.account-develop-title > span,
.account-logout-title > span {
  text-transform: uppercase;
}
.account-success-subtitle,
.account-develop-subtitle,
.account-logout-subtitle {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  color: #15181D;
  margin: 0 0 50px;
}
.radio-inline.input-radio-hide input[type="radio"] {
  display: none;
}
.radio-inline.input-radio-hide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #767982;
  padding-left: 0;
}
.custom-radio-element {
  width: 12px;
  height: 12px;
  position: relative;
  border: 1px solid #FF5A00;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 5px;
}
.custom-radio-element:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background: #FF5A00;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  border-radius: 50%;
}
.radio-inline.input-radio-hide input[type="radio"]:checked+.custom-radio-element:before {
  opacity: 1;
  visibility: visible;
}
.radio-inline.input-radio-hide input[type="radio"]:not(:checked)+.custom-radio-element:before {
  opacity: 0;
  visibility: hidden;
}
.radio-inline-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.radio-inline-wrapper label+label {
  margin-left: 20px;
}
.forgotten-register-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 13px 0 20px;
}
.btn-default-register,
.btn-default-forgotten {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #FF5A00;
  margin: 0;
}
.btn-default-transparent-orange {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #FF5A00;
  min-width: 161px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF5A00;
  background: #FFFFFF;
}
#popup-forgotten .btn-center-wrapper > a+a {
  margin-left: 10px;
}
.text-popup-forgotten {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #15181D;
  margin-top: 17px;
}
#account-forgotten-form .btn-center-wrapper {
  margin-top: 32px;
}
.custom-form-sub-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #15181D;
  margin-top: 17px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.custom-table-body-help-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
  position: relative;
}
.custom-table-body-help-wrapper > a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #CCD2D8;
  border-radius: 50%;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  color: #15181D;
  transition: .3s;
}
.custom-table-body-help-wrapper > a:hover {
  color: #15181D;
  border: 1px solid #FF5A00;
}
.custom-table-body-help-text {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 18px);
  transform: translateX(-50%);
  z-index: 2;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  color: #292B31;
  min-width: 171px;
  padding: 15px;
  background: #F0F1F4;
  filter: drop-shadow(0px 4px 3px rgba(48, 58, 73, 0.15));
  opacity: 0;
  visibility: hidden;
}
.custom-table-body-help-text.big-width {
  min-width: 250px;
}
.custom-table-body-help-wrapper:hover > a+.custom-table-body-help-text {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.custom-table-body-help-text:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -10px;
  width: 25px;
  height: 25px;
  background: #F0F1F4;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}
.custom-table-body-help-text:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 10px);
  background: #F0F1F4;
  z-index: 3;
}
.custom-table-body-help-text > span {
  position: relative;
  z-index: 4;
}
.list-forlab-document-table {
  margin-bottom: 68px;
}
.document-forlab-wrapper {
  margin: 39px 0 68px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
.document-forlab-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.document-forlab-item-type-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #15181D;
  margin-bottom: 10px;
  margin: 7px 16px 10px;
  height: calc(1.35 * 14px * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.document-forlab-item-outer {
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 25px 4px 31px 12px;
  background: #F0F1F4;
  border: 2px solid #F0F1F4;
  transition: .3s;
  width: 100%;
}
.document-forlab-item-outer:hover {
  background: transparent;
}
.document-forlab-item-name {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  color: #15181D;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  word-break: break-all;
}
.document-forlab-item-name > svg {
  margin-right: 9px;
}
.read-document-forlab-btn {
  margin-left: 6px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  color: #303A49;
}
.manager-info-table {
  margin-bottom: 52px;
}
.manager-info-table span > a,
.accountant-info-table span > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #292B31!important;
}
.tablet-xs-show {
  display: none!important;
}
.custom-account-title {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  color: #15181D;
  margin: 0 0 45px;
}
.custom-account-title > span {
  color: #FF5A00;
}
.white-popup .contact-form {
  position: relative;
  z-index: 2;
}
.font-color-red {
  color: #F80808!important;
}
.font-color-green {
  color: #228D33!important;
}
.status-document > span {
  padding: 5px 10px;
  background: rgba(204, 210, 216, 0.3);
  text-transform: uppercase;
}
.status-document-empty.status-document > span {
  background: rgba(248, 8, 8, 0.2);
}
.document-link > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  color: #15181D;
}
.document-link > a.get-order-kp {
  position: relative;
  margin-top: 15px;
  left: unset;
  bottom: unset;
}
.document-link > a > svg {
  margin-right: 9px;
}
.form-field.with-help-field > label {
  margin-left: 30px!important;
}
.custom-help-field {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
  position: absolute;
  top: -5px;
  left: 0;
}
.custom-help-field > a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #CCD2D8;
  border-radius: 50%;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #15181D;
  transition: .3s;
}
.custom-help-field > a:hover {
  color: #15181D;
  border: 1px solid #FF5A00;
}
.custom-help-text {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 18px);
  transform: translateX(-50%);
  z-index: 2;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  color: #292B31;
  min-width: 171px;
  padding: 15px;
  background: #F0F1F4;
  filter: drop-shadow(0px 4px 3px rgba(48, 58, 73, 0.15));
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.custom-help-field.active-help > a+.custom-help-text,
.custom-help-field:hover > a+.custom-help-text {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.custom-help-text:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -10px;
  width: 25px;
  height: 25px;
  background: #F0F1F4;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}
.custom-help-text:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 10px);
  background: #F0F1F4;
  z-index: 3;
}
.custom-help-text > span {
  position: relative;
  z-index: 4;
}
.button-custom-field-trigger {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #303A49;
  margin-top: 4px;
}
.button-custom-field-trigger.hidden-btn {
  opacity: 0;
  visibility: hidden;
}
.button-custom-field-trigger-icon {
  margin-right: 9px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F0F1F4;
}
.file-name-upload {
  display: block;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33;
  text-transform: uppercase;
  color: #303A49;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.file-name-upload.v-elem {
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.btn-continue-step-wrapper {
  margin-top: 30px;
}
.form-preloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
}
.form-preloader.loaded-form {
  opacity: 1;
  visibility: visible;
}
.form-preloader > svg {
  width: 30%!important;
  height: auto!important;
  background: transparent!important;
}
.readonly-input {
  position: relative;
}
.readonly-input:before {
  position: absolute;
  content: '';
  left: 0;
  top: 19px;
  width: 100%;
  height: calc(100% - 19px);
  background: #FF5A00;
  opacity: .3;
}
.grid-col-2 {
  grid-column: span 2;
}
.form-field.file-form-field {
  flex-direction: column;
  align-items: center;
}
.form-field.file-form-field > label {
  padding: 0;
  margin: 0!important;
  max-width: 100%!important;
}
.form-field.file-form-field.file-form-field-error label {
  color: red;
}
.form-field.file-form-field > .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}
.form-field.double-radio-form > .col-sm-12 {
  padding: 0;
}
.form-field.double-radio-form > .col-sm-12 > .col-sm-6 {
  width: -moz-fit-content;
  width: fit-content;
}
.form-field.double-radio-form > label {
  max-width: 100%!important;
}
.form-field.double-radio-form > .col-sm-12 > .col-sm-6+.col-sm-6 {
  margin-left: 10px;
}
.input-file-wrapper .btn,
.date.input-group .input-group-btn .btn {
  background: #303A49!important;
}
.input-file-wrapper .btn:hover,
.date.input-group .input-group-btn .btn:hover {
  background: #FF5A00!important;
}
.input-file-wrapper img {
  max-width: 100px;
}
#popup-form-authorized .form-preloader {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  background: rgba(255, 255, 255, .7);
  transition: .3s;
}
#popup-form-authorized .form-preloader > svg {
  width: 50%;
  height: auto;
}
#popup-form-authorized .form-preloader.active {
  opacity: 1;
  visibility: visible;
}
.third-row-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
  margin-bottom: 15px;
}
.third-row-wrapper .form-field+.form-field {
  margin: 0;
}
.second-row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 15px;
}
.second-row-wrapper .form-field+.form-field {
  margin: 0;
}
.custom-table.table-orders .custom-table-head-item {
  align-items: flex-start;
}
.order-info-hidden-wrapper .table-order-products .custom-table-head-item {
  justify-content: center;
  text-align: center;
}
.order-info-hidden-wrapper .table-order-products .custom-table-head-item:first-child,
.order-info-hidden-wrapper .table-order-products .custom-table-head-item:nth-child(2) {
  padding-left: 15px;
  justify-content: flex-start;
}
.order-info-hidden-wrapper .table-order-products .custom-table-body-item {
  align-items: center;
  text-align: center;
}
.order-info-hidden-wrapper .table-order-products .custom-table-body-item:first-child,
.order-info-hidden-wrapper .table-order-products .custom-table-body-item:nth-child(2) {
  align-items: flex-start;
  text-align: left;
}
.custom-table.table-orders .custom-table-body-wrapper {
  position: relative;
}
.custom-mobile-table-wrapper > a.show-more-info-order,
.custom-table.table-orders .custom-table-body-wrapper > a.show-more-info-order {
  position: absolute;
  left: 0;
  top: unset;
  right: unset;
  transform: unset;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #FF5A00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.pattern-more-detail {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%; /* 17.76px */
}
.custom-mobile-table-wrapper > a.show-more-info-order:hover,
.custom-table.table-orders .custom-table-body-wrapper > a.show-more-info-order:hover {
  background: #FF5A00;
}
.custom-mobile-table-wrapper > a.show-more-info-order > svg,
.custom-table.table-orders .custom-table-body-wrapper > a.show-more-info-order > svg {
  transition: .3s;
}
.custom-mobile-table-wrapper > a.show-more-info-order:hover > svg,
.custom-table.table-orders .custom-table-body-wrapper > a.show-more-info-order:hover > svg {
  transform: rotate(360deg);
}
.custom-mobile-table-wrapper > a.show-more-info-order.active > svg,
.custom-table.table-orders .custom-table-body-wrapper > a.show-more-info-order.active > svg {
  transform: rotate(180deg);
}
.custom-mobile-table-wrapper > a.show-more-info-order.active:hover > svg,
.custom-table.table-orders .custom-table-body-wrapper > a.show-more-info-order.active:hover > svg {
  transform: rotate(-180deg);
}
.custom-table.table-orders .custom-table-body-item > span {
  margin-bottom: 32px;
}
.custom-table.table-orders .custom-table-body-item {
  padding-bottom: 33px;
}
.order-info-hidden-data {
  display: none;
  padding: 44px 18px 30px 17px;
  background: #F0F1F4;
}
.order-info-hidden-data .custom-table-body-item {
  background: #FFFFFF;
}
.product-qnt-wrapper {
  position: relative;
  border: 1px solid #CCD2D8;
}
.product-qnt-wrapper > input {
  width: 115px;
  max-width: 100%;
  height: 30px;
  border: none;
  color: #15181D;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%;
}
.product-qnt-wrapper > a {
  position: absolute;
  top: 0;
  width: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: #F0F1F4;
}
.product-qnt-wrapper > a.btn-plus {
  right: 0;
}
.product-qnt-wrapper > a.btn-minus {
  left: 0;
}
.table-order-products a.btn-plus > svg > path {
  stroke: #FF5A00;
}
.table-order-products a.btn-minus.active > svg > path {
  stroke: #FF5A00;
}
.order-product-status {
  padding: 5px 14px 6px;
  background: rgba(34, 141, 51, 0.10);
  color: #228D33;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.order-info-title {
  color: #15181D;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto 28px;
  text-align: center;
}
.order-info-title > span {
  color: #FF5A00;
  text-transform: uppercase;
}
.order-custom-data {
  width: 100%;
  /*max-width: 1150px;*/
  margin: 49px auto 0;
}
.order-info-hidden-wrapper {
  padding: 0 40px;
}
.order-custom-data .order-info-title {
  margin-bottom: 19px;
}
.order-product-search-wrapper {
  position: relative;
  width: 100%;
  margin: 0 0 31px;
}
.order-product-search-wrapper > input {
  width: 100%;
  padding: 13px 50px 14px 20px;
  color: #767982;
  font-family: IBM Plex Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border: 1px solid #CCD2D8;
  background: #FFFFFF;
}
.order-product-search-wrapper > a {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #303A49;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.order-product-search-wrapper > a:hover {
  background: #FF5A00;
}
.order-product-search-wrapper > a > svg > path {
  transition: .3s;
}
.order-product-search-wrapper > a:hover > svg > path {
  fill: #303A49;
}
.order-address-wrapper,
.order-autorized-wrapper {
  /*display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 21px;
  align-items: flex-end;*/
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.order-address-wrapper .btn-square-icon-wrapper,
.order-autorized-wrapper .btn-square-icon-wrapper {
  white-space: nowrap;
}
.order-address-wrapper .btn-start-wrapper,
.order-autorized-wrapper .btn-start-wrapper {
  min-width: 260px;
}
.order-address-field,
.order-autorized-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.order-address-field > label,
.order-autorized-field > label {
  margin: 0 0 7px 20px;
  color: #767982;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.order-address-field > select,
.order-autorized-field > select {
  border: 1px solid #D8DBDF;
  background: #FFFFFF;
  padding: 13px 30px 14px 20px!important;
  color: #767982;
  font-family: IBM Plex Sans;
  font-size: 15px!important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border: 1px solid #CCD2D8;
  background: #FFFFFF;
  width: 100%;
}
.order-autorized-wrapper {
  margin-bottom: 10px;
}
.btn-square-icon-wrapper {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 13px;
  align-items: center;
  color: #15181D;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.btn-square-icon-wrapper > span {
  border-bottom: 1px dashed #15181D;
}
.btn-square-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF5A00;
}
.order-custom-data-btn-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 29px;
  margin-top: 30px;
  border-top: 1px solid #CCD2D8;
}
.order-custom-data-btn-wrapper > a {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(20% - 8px);
}
.order-custom-data-btn-wrapper > a.disabled-btn:not(.btn-save-order) {
  border: 1px solid #767982!important;
  color: #767982!important;
}
.order-custom-data-btn-wrapper > a.disabled-btn:not(.btn-save-order) > svg > path[stroke] {
  stroke: #767982!important;
}
.order-custom-data-btn-wrapper > a.disabled-btn:not(.btn-save-order) > svg > path[fill] {
  fill: #767982!important;
}
.order-custom-data-btn-wrapper > a > svg {
  margin-left: 10px;
}
.order-custom-data-btn-wrapper > a > svg > path {
  transition: .3s;
}
.order-custom-data-btn-wrapper > a:not(.btn-save-order) > svg > path[stroke] {
  stroke: #FF5A00!important;
}
.order-custom-data-btn-wrapper > a:not(.btn-save-order) > svg > path[fill] {
  fill: #FF5A00!important;
}
.order-custom-data-btn-wrapper > a.btn-save-order {
  background: #FF5A00;
  color: #FFFFFF;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #FF5A00;
  transition: .3s;
}
.order-custom-data-btn-wrapper > a.btn-save-order:hover {
  background: #FFF;
  color: #FF5A00;
}
.order-custom-data-btn-wrapper > a.btn-save-order:hover > svg > path {
  stroke: #FF5A00;
}
.order-custom-data-btn-wrapper > a.btn-return-action {
  display: none!important;
  border: 1px solid #FF5A00;
  background: #FFFFFF;
  color: #FF5A00;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.order-custom-data-btn-wrapper > a.btn-get-invoice-offer {
  border: 1px solid #FF5A00;
  background: #FFFFFF;
  color: #FF5A00;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.order-custom-data-btn-wrapper > a.btn-get-specification {
  border: 1px solid #FF5A00;
  background: #FFFFFF;
  color: #FF5A00;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.order-custom-data-btn-wrapper > a.btn-remove-order {
  border: 1px solid #767982;
  background: #FFFFFF;
  color: #767982;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.search-list-products {
  position: absolute;
  width: calc(100% - 4px);
  height: auto;
  left: 2px;
  top: 100%;
  z-index: 999;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px 0px rgba(48, 58, 73, 0.10);
  max-height: calc(90px * 4);
  overflow-y: auto;
}
.search-list-products-total {
  min-height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15181D;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  background: #FFF;
}
.search-list-product-item {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}
.search-list-product-thumb {
  width: 70px;
  max-width: 70px;
  margin-right: 20px;
}
.search-list-product-name {
  width: 607px;
  margin-right: 48px;
  color: #15181D;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}
.search-list-product-sku {
  width: 170px;
  margin-right: 25px;
  color: #767982;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.search-list-product-price > span,
.search-list-product-sku > span {
  font-weight: 500;
  color: #15181D;
}
.search-list-product-price {
  width: 170px;
  color: #15181D;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 107.5%;
}
.order-info-hidden-data+.custom-table-body-wrapper {
  margin-top: 40px;
}
#preloader-btn-content.show-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, .4);
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloader-btn-content.show-preloader > svg {
  background: transparent!important;
  height: 50%;
  width: auto;
}
/*.white-popup {
  max-height: 80vh;
}
.white-popup form {
  overflow: auto;
}*/
#order-data-change .btn-center-wrapper {
  margin-top: 20px;
}
.empty-order-wrapper {
  display: grid;
  grid-template-columns: 586px 1fr;
  grid-gap: 110px;
  padding-right: 230px;
  align-items: center;
}
.empty-order-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty-order-title {
  color: #15181D;
  text-align: center;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 50px */
  margin: 0 0 27px;
}
.empty-order-title > span {
  color: #FF5A00;
  text-transform: uppercase;
}
.empty-order-subtitle {
  color: #15181D;
  text-align: center;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 24px */
  margin: 0 0 27px;
}
#order-data-change > form {
  position: relative;
  z-index: 4;
}
.order-product-remove {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.order-product-remove > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.order-product-remove > a > svg {
  width: 100%;
  height: auto;
}
.order-document-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.order-document-list > a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-size: 13px!important;
  font-weight: 400;
  line-height: 135%;
  color: #15181D;
}
.custom-table.table-orders .custom-table-body-item.product-status {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-default-login {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px!important;
  line-height: 160%;
  color: #FF5A00;
  text-transform: uppercase;
  margin: 0 auto;
}
#input-edrpou:placeholder {
  color: transparent!important;
}
.wislist-filter {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wislist-filter-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wislist-filter-left > div {
  gap: 15px;
}
.wislist-filter-left a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px!important;
  line-height: 160%;
  color: #000000;
  transition: .3s;
}
.wislist-filter-left a.not-active {
  opacity: .5;
  pointer-events: none;
}
.wislist-filter-right .select-group {
  min-width: 250px;
}
.wislist-filter-right .list {
  width: 100%;
}
#account-wishlist .product-card-add-wishlist {
  display: none!important;
}
.custom-checkbox-label > input {
  display: none!important;
}
.custom-checkbox-label {
  width: 24px;
  height: 24px;
}
.custom-checkbox-label > div {
  width: 100%;
  height: 100%;
  display: block;
  background: #FFFFFF;
  border: 1px solid #CCD2D8;
  transition: .3s;
  position: relative;
}
.custom-checkbox-label > div > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.custom-checkbox-label > input:checked+div {
  border: 1px solid #15181D;
}
.custom-checkbox-label > input:checked+div > svg {
  opacity: 1;
  visibility: visible;
}
.route-account-wishlist .alert {
  display: none!important;
}
.text-orange {
  color: #FF5A00!important;
}
.form-horizontal.form-documents {
  margin: 0 0 40px;
}
.get-order-kp {
  position: absolute;
  left: 10px;
  bottom: 30px;
  height: 25px;
}
.get-order-kp > img {
  width: auto;
  height: 100%;
}
.site-cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 99;
}
.site-cookie-policy-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.site-cookie-policy-icon {
  flex-shrink: 0;
}
.site-cookie-policy-icon > svg > path {
  stroke: #FF5A00;
}
.text-simple a {
  color: #FF5A00;
}
.site-cookie-policy-icon-text.text-simple {
  margin-bottom: 0;
}
.block-edit-order .product-qnt-wrapper > input,
.block-edit-order .product-qnt-wrapper > a {
  pointer-events: none;
}
.block-edit-order .order-product-remove,
.block-edit-order .order-product-search-wrapper,
.block-edit-order .order-address-wrapper > .btn-start-wrapper,
.block-edit-order .order-autorized-wrapper > .btn-start-wrapper,
.block-edit-order .btn-save-order,
.block-edit-order .btn-return-action {
  display: none!important;
}
.btn-default-orange-border-file {
  padding: 7px 15px;
  border: 1px solid #FF5A00;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #FF5A00!important;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.btn-default-orange-border-file.get-order-kp {
  position: relative;
  height: auto;
  left: unset;
  bottom: unset;
}
.empty-content-wrapper {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body .h4 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
div.h2 {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 18px;
}
.last-posts.custom-products-swiper div.h2 {
  margin-bottom: 28px;
}
@media(min-width: 1580px) {
  .route-account-pages.closed-account-menu-pages:not(.route-account-logout) .site-wrapper > .container {
    padding-left: 40px;
  }
}
@media(min-width: 1367px) {
  .manufacturer-wrapper {
    margin-bottom: 6.771vw;
  }
  .form-field input.form-control, 
  .form-field textarea.form-control, 
  .form-field .iti--allow-dropdown input {
    padding: 0.625vw 1.042vw;
    font-size: 0.781vw!important;
  }
  .form-field > a.show-hide-password {
    bottom: 0.677vw;
  }
  .form-field .select2-container .select2-selection--single .select2-selection__rendered,
  body .nice-select.form-control .current,
  .form-field > .nice-select,
  .form-field .select2-container,
  .select2-results__option {
    font-size: 0.781vw!important;
  }
  .form-field input::-webkit-input-placeholder,
  .form-field textarea::-webkit-input-placeholder,
  .form-field .iti--allow-dropdown input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 0.781vw!important;
  }
  .form-field input::-moz-placeholder,
  .form-field textarea::-moz-placeholder,
  .form-field .iti--allow-dropdown input::-moz-placeholder { /* Firefox 19+ */
    font-size: 0.781vw!important;
  }
  .form-field input:-ms-input-placeholder,
  .form-field textarea:-ms-input-placeholder,
  .form-field .iti--allow-dropdown input:-ms-input-placeholder { /* IE 10+ */
    font-size: 0.781vw!important;
  }
  .form-field input:-moz-placeholder,
  .form-field textarea:-moz-placeholder,
  .form-field .iti--allow-dropdown input:-moz-placeholder { /* Firefox 18- */
    font-size: 0.781vw!important;
  }
  .custom-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 0.781vw!important;
  }
  .custom-input::-moz-placeholder, { /* Firefox 19+ */
    font-size: 0.781vw!important;
  }
  .custom-input:-ms-input-placeholder { /* IE 10+ */
    font-size: 0.781vw!important;
  }
  .custom-input:-moz-placeholder { /* Firefox 18- */
    font-size: 0.781vw!important;
  }
  .btn-default-orange {
    padding: 0.833vw 1.563vw;
  }
  .write-us {
    margin-bottom: 7.500vw;
  }
  .prev-next-post-wrapper {
    margin-bottom: 5vw;
  }
  .container-about-us h1.default-title,
  .container-small h1,
  .container-custom h1,
  .container > h1,
  #information-contact > h1 {
    margin-bottom: 2vw;
  }
  .container-about-us {
    margin: 0 auto 4.635vw;
    padding-left: 6.719vw;
  }
  .custom-cart-total {
    position: sticky;
    top: 170px;
  }
  .font-s-10 {
    font-size: 0.521vw!important;
  }
  .font-s-12 {
    font-size: 0.625vw!important;
  }
  .custom-table-body-item.font-s-14,
  .font-s-13 {
    font-size: 0.677vw!important;
  }
  .custom-table-head-item {
    min-height: calc(1.4 * 0.677vw * 2);
  }
  .home-quick-buy-item-text {
    min-height: calc(1.55 * 0.677vw * 3);
  }
  .home-quick-buy-item-text.overflow-text {
    height: calc(1.55 * 0.677vw * 3)!important;
  }
  .font-s-14,
  .blog-post .post-content-container .tags a {
    font-size: 0.729vw!important;
  }
  .font-s-15,
  .post-content-container p,
  .seo-content .text-simple p {
    font-size: 0.781vw!important;
  }
  /*.how-get-steps-name {
    height: calc(1.1 * 0.833vw * 5);
  }*/
  a.reviews-list-firm-link > span {
    height: calc(1.6 * 0.781vw * 1);
  }
  .font-s-16,
  .container-about-us .text-simple ul > li,
  .post-content-container ul > li,
  .seo-content .text-simple ul > li {
    font-size: 0.833vw!important;
  }
  /*.post-card-name {
    height: calc(1.35 * 0.833vw * 2);
  }*/
  .font-s-18 {
    font-size: 0.938vw!important;
  }
  .font-s-20 {
    font-size: 1.042vw!important;
  }
  .font-s-22,
  .post-content h4 {
    font-size: 1.146vw!important;
  }
  .font-s-24,
  .post-content-container h2,
  .seo-content .text-simple h2, 
  .seo-content .text-simple h3, 
  .seo-content .text-simple h4, 
  .seo-content .text-simple h5, 
  .seo-content .text-simple h6 {
    font-size: 1.250vw!important;
  }
  .seo-content .text-simple h1 {
    font-size: 1.563vw;
  }
  .font-s-36 {
    font-size: 1.875vw!important;
  }
  .font-s-40 {
    font-size: 2.083vw!important;
  }
  .font-s-46 {
    font-size: 2.396vw!important;
  }
  .home-about-company {
    padding: 0 6.458vw 0 8.333vw;
  }
  .title-button-wrapper {
    padding: 0 8.333vw;
  }
  .seo-content {
    padding: 0 10.885vw 0 8.333vw;
  }
  body .tt-menu > div {
    padding: 1.5vw 5vw 2.1vw;
  }
  .cart-page-products-item > .cart-page-products-item-quantity {
    padding-right: 19px;
  }
  .cart-page-products-item > .cart-page-products-item-quantity .cart-products-qnt-wrapper {
    max-width: 132px;
  }
  .cart-page-products-item > .cart-page-products-item-image {
    min-width: unset;
    padding-left: 0;
  }
  .cart-page-products-item > .cart-page-products-item-image > a.cart-page-products-item-remove {
    top: 0;
    left: 10px;
  }
  .cart-page-products-wrapper > div {
    grid-template-columns: 8.854vw 10.417vw 6.042vw repeat(3, 8.333vw);
    grid-template-columns: 17.5% 20.7% 15% 17% 15% 15%;
  }
  .header-compact-middle {
    height: 4.688vw;
  }
  .header-compact-top {
    height: 3.125vw;
  }
  .desktop-header-active .header-compact {
    top: -4.688vw!important;
  }
  .home-slider .swiper-slide > img {
    max-height: calc(100vh - 75px - 3.125vw - 4.688vw);
    width: 100%;
    object-fit: cover;
  }
  body .tt-menu {
    top: calc(55px + 3.125vw + 4.688vw)!important;
  }
  body .active-header-custom .tt-menu {
    top: calc(-5px + 3.125vw + 4.688vw)!important;  
  }
  .header-compact-login > a {
    padding: 0.573vw 2.969vw 0.625vw 1.667vw;
  }
  .route-account-pages:not(.not-logged-user) .header-compact-login > a {
    padding: 0.573vw 1.667v 0.625vw;
  }
}
@media(min-width: 1500px) {
  .route-account-pages .text-danger-custom,
  .white-popup .text-danger-custom {
    font-size: 13px;
    right: 0;
  }
  .white-popup .text-danger-custom {
    font-size: 11px;
    max-width: 50%;
  }
}
@media(max-width: 1750px) {
  .product-qnt-wrapper > input {
    width: 100%;
  }
  .product-qnt-wrapper > a {
    width: 25px;
  }
  .order-product-status {
    font-size: 12px;
    padding: 5px 7px;
  }
  .route-account-pages .custom-breadcrumb > li > span,
  .route-account-pages .custom-breadcrumb > li > a {
    font-size: 10px;
  }
  .route-account-pages .custom-breadcrumb {
    margin-bottom: 20px;
  }
  h1.default-title.account-title {
    margin-bottom: 60px!important;
  }
  #account-success .form-white,
  #account-develop .form-white {
    padding-right: 74px;
  }
  .route-account-pages:not(.route-account-logout) .site-wrapper > .container {
    padding-left: 270px!important;
  }
  .route-account-pages.route-account-register .site-wrapper > .container,
  .route-account-pages.not-logged-user .site-wrapper > .container {
    padding: 0 30px!important;
  }
  .route-account-pages.closed-account-menu-pages:not(.route-account-logout) .site-wrapper > .container {
    padding-left: 90px!important;
  }
  .route-account-pages:not(.route-account-logout) footer.main-footer {
    padding-left: 270px!important;
  }
  .route-account-pages.closed-account-menu-pages:not(.route-account-logout) footer.main-footer {
    padding-left: 90px!important;
  }
  .header-account-menu-fixed {
    width: 250px;
  }
  .home-quick-buy-item-name {
    font-size: 14px;
    height: calc(1.1 * 14px * 4);
  }
  .container-about-us h2,
  .container-small .text-simple > h3 {
    font-size: 34px;
  }
  .container-small .text-simple > h2 {
    font-size: 34px!important;
  }
  .container-about-us .text-simple h4,
  .container-small .text-simple > h4,
  .container-small .text-simple > h4 > span,
  .container-small .text-simple > h5 {
    font-size: 22px;
  }
  .container-about-us .text-simple p,
  .container-small .text-simple > p,
  .container-small .text-simple ul > li {
    font-size: 14px;
  }
  .container-small .text-simple > .text-simple-quote {
    font-size: 14px!important;
  }
  body .products-filter {
    padding: 0 0 16px;
  }
  .header-compact-middle-menu > li > a,
  .footer-item-menu-wrapper > li > a {
    font-size: 13px;
  }
  .post-card-name {
    font-size: 14px;
    height: calc(1.35 * 14px * 2);
  }
  .custom-products-swiper,
  .container-small .text-simple,
  #information-faqs,
  .manufacturer-wrapper {
    margin-bottom: 80px!important;
  }
  #information-how-pay {
    margin-bottom: 100px;
  }
  .manufacturer-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
  .header-compact-middle,
  .header-compact-bottom,
  .container,
  footer.main-footer {
    padding: 0 30px!important;
  }
  .footer-item-bottom {
    padding: 50px 0 20px 30px;
  }
  .home-advantages {
    margin-bottom: 48px;
  }
  .home-about-company {
    margin-bottom: 90px;
  }
  .home-quick-buy {
    margin-bottom: 78px;
  }
  .custom-products-swiper {
    margin-bottom: 74px;
  }
  .last-posts.custom-products-swiper {
    margin-bottom: 50px;
  }
  .manufacturers-swiper.custom-products-swiper {
    margin-bottom: 49px;
  }
  .seo-content {
    margin-bottom: 46px;
  }
  .header-compact-search .header-search input {
    width: 45vw;
  }
}
@media(max-width: 1440px) {
  .table-orders .custom-table-head-item {
    font-size: 9px!important;
    min-height: calc(1.4 * 9px * 2);
    padding: 0 5px;
  }
  .custom-table.table-orders .custom-table-body-item {
    padding: 5px 5px 25px;
  }
  .custom-table.table-orders .custom-table-body-item > span {
    margin-bottom: 10px;
  }
  .custom-table.table-orders .custom-table-body-item.font-s-14 {
    min-height: 100px;
  }
  .order-product-status {
    padding: 5px 8px;
    font-size: 12px;
  }
  .checkout-page-wrapper {
    grid-template-columns: 1fr 420px;
  }
}
@media(max-width: 1366px) {
  .order-custom-data-btn-wrapper {
    grid-gap: 10px;
  }
  .order-custom-data-btn-wrapper > a {
    font-size: 11px!important;
  }
  .product-qnt-wrapper > input {
    width: 100%;
  }
  .product-qnt-wrapper > a {
    width: 22px;
  }
  .custom-table.table-orders .custom-table-body-item.font-s-14 {
    font-size: 9px!important;
  }
  .third-row-wrapper {
    grid-template-columns: 1fr;
  }
  .document-company-add > .custom-table-body-help-wrapper, .document-company-edit > .custom-table-body-help-wrapper {
    right: 10px;
  }
  .document-company-add {
    padding: 20px 10px;
  }
  .custom-table-body-item {
    padding: 10px;
  }
  .custom-table-head-item.font-s-13 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px!important;
  }
  .account-menu > li > a {
    min-height: 35px;
  }
  h1.default-title.account-title {
    margin-bottom: 30px!important;
  }
  .form-activate-account {
    padding: 30px 32px 30px 33px;
    margin-bottom: 80px;
  }
  .route-account-register legend {
    margin: 0 0 10px;
  }
  .header-compact-middle {
    height: 70px;
  }
  .home-catalog-wrapper {
    grid-gap: 8px;
  }
  .header-catalog-wrapper {
    grid-gap: 8px;
    padding: 8px 0 8px 8px;
  }
  .header-catalog-wrapper > li > a,
  .home-catalog-wrapper > li > a {
    font-size: 12px;
  }
  .header-catalog-subchild-wrapper {
    grid-gap: 17px;
  }
  .header-catalog-wrapper > li > a > .catalog-item-icon {
    min-width: 39px;
  }
  body .main-products.product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .container-about-us h1.default-title,
  .container-small h1,
  .container-custom h1,
  .container > h1,
  #information-contact > h1 {
    margin-bottom: 50px!important;
  }
  .contact-info-wrapper {
    grid-gap: 20px;
    margin-bottom: 60px;
  }
  .contact-iframe {
    height: 550px;
  }
  .write-us-wrapper {
    grid-gap: 50px;
    padding: 0 80px 0 100px;
  }
  .desktop-header-active .header-compact {
    top: -40px!important;
  }
  .header-compact-top {
    height: 40px;
  }
  .manufacturer-wrapper {
    grid-gap: 30px 0;
  }
  .header-compact-search .header-search input {
    width: 38vw;
  }
  .font-s-10 {
    font-size: 10px!important;
  }
  .font-s-12 {
    font-size: 12px!important;
  }
  .font-s-13 {
    font-size: 13px!important;
  }
  .home-quick-buy-item-text {
    min-height: calc(1.55 * 13px * 3);
  }
  .home-quick-buy-item-text.overflow-text {
    height: calc(1.55 * 13px * 3)!important;
  }
  .font-s-14 {
    font-size: 13px!important;
  }
  .font-s-15 {
    font-size: 14px!important;
  }
  .font-s-16 {
    font-size: 15px!important;
  }
  /*.how-get-steps-name {
    height: calc(1.1 * 15px * 5);
  }*/
  /*.post-card-name {
    height: calc(1.35 * 15px * 2);
  }*/
  .font-s-18 {
    font-size: 16px!important;
  }
  .font-s-20 {
    font-size: 18px!important;
  }
  .font-s-22 {
    font-size: 20px!important;
  }
  .font-s-24 {
    font-size: 22px!important;
  }
  .font-s-40 {
    font-size: 36px!important;
  }
  .home-about-company {
    padding: 0 50px;
  }
  .home-quick-buy-wrapper {
    grid-gap: 10px;
  }
  .home-quick-buy-caption {
    padding: 15px 25px;
  }
  .home-quick-buy-item {
    padding-right: 40px;
  }
  .home-quick-buy-item-icon {
    width: 80px;
    height: 80px;
  }
  .title-button-wrapper {
    padding: 0 50px;
  }
  .seo-content {
    padding: 0 50px 0 100px;
  }
}
@media(max-width: 1366px) and (min-width: 1200px) {
  .form-field > .nice-select {
    height: 42px;
    line-height: 42px;
    padding: 0 17px 0 10px;
  }
  .nice-select.form-control:before {
    right: 5px;
  }
  body .form-field > .nice-select.form-control .current {
    line-height: 40px;
  }
  .account-popup > h2 {
    margin-bottom: 15px;
  }
  .form-field+.form-field {
    margin-top: 10px;
  }
  .account-popup > form .btn-center-wrapper {
    margin-top: 15px;
  }
  .form-field input.form-control,
  .form-field textarea.form-control,
  .form-field .iti--allow-dropdown input {
    padding: 8px 20px;
  }
  .btn-default-orange {
    padding: 12px 20px;
    min-height: unset;
  }
  .white-popup {
    padding: 35px 43px;
  }
  .white-popup > a {
    top: 5px;
    right: 5px;
  }
  .checkout-page-wrapper {
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
  }
  .cart-page-products-wrapper > div {
    grid-template-columns: 17.5% 20.7% 12% repeat(3, 16.6%);
  }
  .cart-page-products-item > .cart-page-products-item-image {
    min-width: unset;
  }
  .cart-page-products-item > .cart-page-products-item-image > a.cart-page-products-item-remove {
    top: 0;
    left: 10px;
  }
  .cart-page-products-item > .cart-page-products-item-quantity {
    padding-right: unset;
  }
  .cart-products-qnt-wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media(max-width: 1366px) and (max-height: 650px) {
  .white-popup {
    padding: 20px 30px;
  }
  .white-popup .form-field+.form-field {
    margin-top: 5px;
  }
  .white-popup .form-field input.form-control, 
  .white-popup .form-field textarea.form-control, 
  .white-popup .form-field .iti--allow-dropdown input {
    padding: 6px 20px;
  }
  .white-popup .form-popup-wrapper > h2 {
    font-size: 26px!important;
    margin-bottom: 15px;
  }
  .white-popup .form-field textarea.form-control {
    height: 60px;
  }
  .white-popup .form-field-video-caption, .form-field-image-caption {
    padding: 10px;
  }
  .white-popup .form-field-video, .form-field-image {
    grid-gap: 10px;
  }
  .white-popup .form-field.review-stars {
    margin: 15px 0;
  }
  .white-popup .rating-star-icon {
    width: 30px;
    height: 30px;
  }
  .white-popup .form-field-video-caption > span, .form-field-image-caption > span {
    font-size: 11px!important;
    margin-left: 5px;
  }
  .white-popup .help-image-text {
    font-size: 11px!important;
  }
  .white-popup .form-field-image,
  .white-popup .form-field-video {
    margin-top: 10px;
  }
  .white-popup .form-field > label {
    margin-bottom: 3px!important;
  }
  .white-popup #button-review.btn-default-orange {
    padding: 8px 30px;
  }
}
@media(max-width: 1280px) {
  #account-order .form-white {
    padding: 26px 18px 28px 20px;
  }
  #account-order #content {
    padding: 0;
  }
  .order-info-hidden-data {
    padding: 24px 10px 20px;
  }
  .order-custom-data-btn-wrapper {
    padding-top: 14px;
    margin-top: 15px;
  }
  .order-custom-data-btn-wrapper > a {
    font-size: 10px!important;
  }
  .order-custom-data {
    margin-top: 20px;
  }
  .account-menu > li > a {
    font-size: 12px;
  }
  .document-forlab-wrapper {
    grid-gap: 10px;
  }
  .document-forlab-item-outer {
    padding: 10px 5px 15px 5px;
  }
  .custom-table-head-item {
    font-size: 12px!important;
  }
  .custom-table-body-help-text {
    font-size: 12px!important;
    line-height: 1.2;
  }
  .container-custom {
    padding: 0 30px;
  }
  #product-description.product-tabs-content-item,
  #product-downloads.product-tabs-content-item,
  #product-attribute.product-tabs-content-item,
  #product-reviews.product-tabs-content-item {
    padding: 68px 80px;
  }
  .product-get-consultation-wrapper {
    grid-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 90px 0 110px;
  }
  .reviews-list-caption {
    grid-template-columns: 4fr 3fr 98px;
  }
  .manufacturer-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  body .main-products.product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .container-about-us {
    padding: 0 60px;
    margin-bottom: 80px;
  }
  .header-compact-middle-menu > li+li {
    margin-left: 15px;
  }
  .home-advantages-wrapper {
    grid-gap: 15px;
  }
  .home-about-company-wrapper {
    grid-gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .home-about-company-advantage-wrapper > div {
    width: calc(100% / 2 - 1px);
  }
  .home-quick-buy-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-item-menu-wrapper > li+li {
    margin-left: 15px;
  }
  .header-compact-search .header-search input {
    width: 400px;
  }
  .header-compact-middle-center {
    margin: 0 15px;
  }
}
@media(max-width: 1200px) {
  .order-info-hidden-data+.custom-table-body-wrapper {
    margin-top: 20px;
  }
  .order-address-field > select, .order-autorized-field > select {
    padding: 8px 50px 9px 20px!important;
  }
  .order-product-search-wrapper > input {
    padding: 8px 50px 8px 20px;
  }
  .order-product-search-wrapper > a {
    width: 30px;
    height: 30px;
  }
  .order-product-search-wrapper > a > svg {
    width: 18px;
    height: auto;
  }
  .order-product-search-wrapper > input:not([type=button]):not([type=submit]) {
    font-size: 14px!important;
  }
  .btn-square-icon {
    width: 40px;
    height: 40px;
  }
  .mobile .product-qnt-wrapper > input:not([type=button]):not([type=submit]) {
    font-size: 12px!important;
  }
  .order-custom-data-btn-wrapper > a {
    height: 36px;
  }
}
@media(min-width: 1025px) {
  .header-catalog-wrapper {
    grid-gap: 0.52vw;
    min-width: 14.27vw;
    padding: 0 0 1.04vw 0.52vw;
  }
  .header-catalog-wrapper > li {
    padding-right: 1.77vw;
  }
  .header-catalog-wrapper > li:first-child {
    padding-top: 1.04vw;
  }
}
@media(max-width: 1024px) {
  .header-compact-login.header-account-middle-right > a > span {
    display: none;
  }
  .account-success-wrapper, .account-develop-wrapper, .account-logout-wrapper {
    flex-direction: column;
  }
  #account-success .form-white, #account-develop .form-white, #account-logout .form-white {
    padding: 40px 60px;
  }
  .header-account-menu-fixed.closed-account-menu {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 36px;
    z-index: 1;
  }
  .closed-account-menu-wrapper {
    transform: translate(-50%, -50%);
  }
  .closed-account-menu .closed-account-wrapper {
    width: 100%;
    height: 100%;
  }
  .btn-arrow-only-wrapper {
    transform: rotate(90deg);
    left: unset;
    right: 0;
    top: 0;
  }
  .header-account-menu-fixed {
    width: 100%;
    padding-left: 0;
    z-index: 2;
  }
  .top-btn-wrapper {
    top: unset;
    bottom: 0;
    max-width: 100%;
    border-bottom: unset;
    border-top: 1px solid #E1E2E7;
  }
  .btn-arrow-wrapper {
    padding: unset;
    height: 36px;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .btn-arrow-wrapper .arrow-btn {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
  }
  .form-white {
    padding: 40px 30px;
  }
  .list-forlab-document-table {
    margin-bottom: 40px;
  }
  .custom-icon-title {
    margin: 55px 0 25px;
  }
  .document-forlab-wrapper {
    margin: 30px 0 40px;
    grid-gap: 10px;
  }
  .manager-info-table {
    margin-bottom: 40px;
  }
  .document-forlab-item-outer {
    padding: 15px 4px 15px 5px;
  }
  .mobile-header-active header {
    background: #FFFFFF;
  }
  .route-account-pages.closed-account-menu-pages:not(.route-account-logout) .site-wrapper > .container,
  .route-account-pages:not(.route-account-logout) .site-wrapper > .container {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .route-account-account .form-white {
    padding: 0 10px 40px;
  }
  .route-account-pages #content {
    padding-left: 0;
    padding-right: 0;
  }
  .route-account-pages:not(.route-account-logout) footer.main-footer {
    padding-left: 30px!important;
  }
  .document-company-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .document-forlab-item-type-name {
    font-size: 11px!important;
    height: calc(1.35 * 11px * 2);
  }
  h1.default-title.account-title {
    text-transform: uppercase;
    font-size: 32px!important;
    margin-bottom: 29px!important;
  }
  .route-account-pages .custom-breadcrumb {
    margin: 16px 0 16px 20px;
  }
  .custom-icon-title-text {
    font-size: 20px!important;
  }
  .custom-table-head-item {
    font-size: 11px!important;
    padding: 0 5px;
  }
  .custom-table-body-item {
    font-size: 12px!important;
    padding: 15px 10px;
  }
  .custom-table-8 .custom-table-body-item {
    padding: 15px 3px 15px 10px;
  }
  .profile-step-text {
    font-size: 15px!important;
  }
  .profile-step-number {
    margin-right: 10px;
    min-width: 26px;
    width: 26px;
    height: 26px;
  }
  .profile-step-wrapper {
    padding: 11px 0;
    margin-bottom: 31px;
  }
  .header-account-wrapper.container {
    padding: 0!important;
    height: 56px;
    box-shadow: 0px 4px 26px rgba(48, 58, 73, 0.1);
  }
  .header-account-middle-center > a {
    height: 56px;
  }
  .header-account-middle-center > a > img {
    height: 100%;
    width: auto;
  }
  .header-compact-login {
    margin-right: 0;
  }
  /*.account-edrpou {
    display: none;
  }*/
  .header-compact-login > a {
    grid-gap: unset;
    padding: unset;
    height: 56px!important;
    width: 56px;
    justify-content: center;
  }
  .header-compact-middle-left .language {
    display: none!important;
  }
  .route-account-pages.mobile-header-active .site-wrapper {
    padding-top: 56px;
  }
  .btn-default-catalog > span {
    display: none;
  }
  .btn-default-catalog > svg {
    margin-right: unset;
  }
  .btn-default-catalog {
    padding: unset;
    width: 56px;
    height: 56px;
  }
  .document-forlab-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  #checkout-success > .double-column-wrapper, #error-not-found > .double-column-wrapper {
    padding: 0 40px;
  }
  #checkout-success > .double-column-wrapper .btn-center-wrapper, 
  #error-not-found > .double-column-wrapper .btn-center-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  #checkout-success > .double-column-wrapper .btn-center-wrapper a, 
  #error-not-found > .double-column-wrapper .btn-center-wrapper a {
    white-space: nowrap;
  }
  #checkout-success > .double-column-wrapper .btn-center-wrapper a+a, 
  #error-not-found > .double-column-wrapper .btn-center-wrapper a+a {
    margin: unset;
  }
  .home-slider {
    grid-template-columns: 1fr;
  }
  .home-catalog-menu {
    display: none;
  }
  /* Mob Fixed Menu END */
  .mobile-header-menu-fixed {
    display: block;
    position: fixed;
    left: -101vw;
    top: 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background: #FFFFFF;
    transition: .5s;
    z-index: 10002;
  }
  .mobile-header-menu-fixed.open-fixed-menu {
    left: 0;
  }
  .mobile-header-menu-fixed-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #303A49;
    height: 56px;
  }
  .lang-close-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px;
  }
  #form-language {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #form-language > a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
  }
  #form-language > a+a {
    margin-left: 13px;
  }
  #form-language > a.active-language {
    color: #FFFFFF;
    font-weight: 700;
    line-height: 18px;
  }
  .header-mobile-language {
    margin-right: 20px;
  }
  .mobile-header-menu-fixed-bottom {
    background: #F0F1F4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 23px 22px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 134px;
  }
  .mobile-bottom-phone {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
    color: #15181D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
  }
  .mobile-bottom-phone > svg {
    margin-right: 11px;
  }
  .mobile-header-search {
    width: 100%;
  }
  .mobile-header-active .mobile-header-search .header-search input {
    background: #FFFFFF!important;
    border: 1px solid #CCD2D8;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #767982;
    padding: 5px 40px 5px 10px;
  }
  .mobile-header-active .mobile-header-search #search .header-search {
    height: 50px;
    padding: 5px!important;
    position: relative;
  }
  .mobile-header-active .mobile-header-search .header-search .search-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #303A49;
    width: 40px;
    height: calc(100% - 10px);
    min-width: unset;
  }
  .mobile-header-main-menu-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 27px;
  }
  .mobile-header-main-menu-wrapper > a {
    height: 46px;
    display: grid;
    grid-template-columns: 50px 1fr;
  }
  .mobile-header-main-menu-wrapper > a > span.mobile-header-item-icon {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F1F4;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
  }
  .mobile-header-main-menu-wrapper > a > span.mobile-header-item-icon > span {
    position: absolute;
    right: 6px;
    top: 10px;
    background: #FFFFFF;
    box-shadow: 0px 3.22222px 2.41667px rgba(48, 58, 73, 0.15);
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 8.86111px;
    line-height: 12px;
    text-align: center;
    color: #FF5A00;
  }
  .mobile-header-main-menu-wrapper > a > span.mobile-header-item-name {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 13px;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #303A49;
    border-bottom: 1px solid #F0F1F4;
  }
  .mobile-header-main-menu-wrapper > a.mobile-header-menu-item-cart > span.mobile-header-item-name {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #303A49;
  }
  .mobile-header-main-menu-wrapper > a.mobile-header-catalog-fixed > span.mobile-header-item-icon {
    background: #FF5A00;
  }
  .mobile-header-second-menu-wrapper > ul {
    padding: 10px;
    margin: 0 0 0 52px;
    list-style: none;
  }
  .mobile-header-second-menu-wrapper > ul > li+li {
    margin-top: 15px;
  }
  .mobile-header-second-menu-wrapper > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #15181D;
  }
  .mobile-header-second-menu-wrapper > ul > li > a > svg {
    margin-left: 13px;
    transition: .3s;
  }
  .mobile-header-second-menu-wrapper > ul > li > a.active-item > svg {
    transform: rotate(180deg);
  }
  .mobile-header-second-menu-wrapper > ul > li > ul.second-menu-submenu {
    display: none;
    padding: unset;
    margin: 10px 0 0 13px;
    list-style: none;
  }
  .mobile-header-second-menu-wrapper > ul > li > ul.second-menu-submenu > li+li {
    margin-top: 10px;
  }
  .mobile-header-second-menu-wrapper > ul > li > ul.second-menu-submenu > li > a {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #15181D;
  }
  .mobile-header-menu-fixed-main {
    height: calc(100% - 190px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
  }
  .cart-products-qnt-price-wrapper {
    flex-direction: column-reverse;
  }
  .cart-products-qnt-wrapper {
    margin-right: unset;
  }
  .cart-products-price-wrapper {
    margin-bottom: 10px;
  }
  body .tt-menu {
    display: none!important;
  }
  .mobile-header-categories-menu {
    position: absolute;
    z-index: 99;
    right: -110vw;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 30px 20px;
    transition: .5s;
  }
  .mobile-header-categories-menu.open-fixed-categories-list {
    right: 0;
  }
  .mobile-header-categories-menu > ul {
    padding: unset;
    margin: unset;
    list-style: none;
    padding-bottom: 20px;
  }
  .mobile-header-categories-menu > ul > li:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .mobile-header-categories-menu > ul > li+li {
    margin-top: 15px;
  }
  .mobile-header-categories-menu > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #303A49;
  }
  .mobile-header-categories-menu > ul > li > a > span.catalog-item-icon {
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-header-categories-menu > ul > li > a > span.catalog-item-icon > img {
    width: auto;
    height: 20px;
    object-fit: contain;
  }
  .mobile-header-categories-menu > ul > li > a > svg {
    margin-left: 10px;
    transition: .3s;
    min-width: 12px;
  }
  .mobile-header-categories-menu > ul > li > a.active-item > svg {
    transform: rotate(180deg);
  }
  .mobile-header-sub-categories-menu {
    padding: 0 0 0 20px;
    margin: 10px 0;
    list-style: none;
    display: none;
  }
  .mobile-header-sub-categories-menu > li+li {
    margin-top: 10px;
  }
  .mobile-header-sub-categories-menu > li > a {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #15181D;
  }
  .mobile-header-categories-menu > ul > li > a.back-fixed-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #15181D;
  }
  .mobile-header-categories-menu > ul > li > a.back-fixed-menu > svg {
    margin: 0 10px 0 0;
    transform: rotate(90deg);
  }
  /* Mob Fixed Menu END */
  .mobile-header-active .site-wrapper {
    padding-top: 88px;
  }
  .header-compact-top {
    height: 32px;
  }
  .header-compact-top > a > img {
    object-fit: contain;
  }
  .mobile-header-active header {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .home-advantages-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2px 15px;
  }
  .home-about-company-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 28px;
  }
  .home-about-company-wrapper > div:first-child,
  .home-about-company-wrapper > div:last-child {
    width: auto;
  }
  .home-about-company {
    padding: 0px;
  }
  .footer-contacts-wrapper {
    grid-template-columns: 1fr;
  }
  .footer-item-middle {
    padding: unset;
    border: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-item-catalog {
    padding: 17px 0 19px;
    position: relative;
    width: 100%;
    margin-bottom: 22px;
  }
  .footer-item-catalog:before {
    position: absolute;
    content: '';
    top: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    background: rgba(255, 255, 255, .2);
  }
  .footer-item-catalog:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    background: rgba(255, 255, 255, .2);
  }
  .footer-item-menu-wrapper > li {
    padding: 10px;
  }
  .footer-item-menu-wrapper > li > a {
    white-space: nowrap;
  }
  .footer-item-menu-wrapper > li+li {
    margin-left: 0;
  }
  .footer-item-menu-wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-gap: 0 5px;
  }
  .main-posts.post-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .container-small {
    padding: 0 30px;
  }
  .contact-info-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .write-us-wrapper {
    padding: 0 50px;
  }
  .site-wrapper > .container > .row.double-column-filter-row {
    grid-template-columns: 1fr;
  }
  body .product-info {
    grid-template-columns: 1fr 2fr;
  }
  .product-get-consultation-wrapper {
    padding: 0 50px;
  }
  .mobile-header-active.mobile-header-active .mobile-container {
    max-width: 550px;
  }
  .route-checkout-cart body #content .cart-double-column-wrapper {
    grid-template-columns: 1fr;
  }
  .route-checkout-cart #content .cart-bottom {
    max-width: 100%;
  }
  .checkout-page-wrapper {
    grid-template-columns: 1fr;
  }
  #custom-payment {
    margin-bottom: 0;
  }
}
@media(max-width: 850px) {
  .compare-row-btn {
    padding: 5px!important;
  }
  .compare-row-btn > .btn-default-orange {
    min-height: unset;
    min-width: unset;
    padding: 6px 10px;
  }
  .wislist-filter {
    padding: 20px 0;
  }
  .compare-table-column-0 > div {
    padding-left: 0;
    line-height: normal;
  }
  .get-order-kp {
    position: relative;
    left: unset;
    bottom: unset;
    margin-left: 5px;
  }
  .order-address-wrapper, .order-autorized-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .order-custom-data-btn-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  .order-custom-data-btn-wrapper > a {
    max-width: 100%;
  }
  .table-orders > .tablet-xs-show+.tablet-xs-show {
    margin-top: 20px;
  }
  .third-row-wrapper {
    grid-template-columns: 1fr;
  }
  .text-danger-custom {
    top: 55px!important;
    right: 1px!important;
    font-size: 10px;
  }
  .custom-help-text {
    left: -20px;
    transform: unset;
  }
  .custom-help-text:before {
    left: 30px;
  }
  .grid-col-2 {
    grid-column: unset;
  }
  .header-account-menu-fixed {
    top: 56px;
    height: calc(100vh - 56px);
  }
  .tablet-xs-hide {
    display: none!important;
  }
  .tablet-xs-show {
    display: block!important;
  }
  .form-authorized-persons-mobile-table.add-authorized-person-row {
    display: none;
  }
  .btn-authorized-person-wrapper.tablet-xs-show {
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
  .btn-authorized-person-wrapper.tablet-xs-show.hidden-btn {
    display: none!important;
  }
  .table-address-list-mobile-table.table-address-list-add {
    display: none;
  }
  .btn-address-list-wrapper.tablet-xs-show {
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
  .btn-address-list-wrapper.tablet-xs-show.hidden-btn {
    display: none!important;
  }
  .custom-mobile-table-title {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    color: #15181D;
    margin: 0 0 14px 12px;
    max-width: 290px;
    height: calc(1.35 * 14px * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .form-white {
    padding: 40px 10px;
  }
  .custom-mobile-table-wrapper {
    padding: 13.5px 11.5px;
    background: #FFFFFF;
    border: 1px solid #CCD2D8;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 14.5px;
    position: relative;
  }
  #account-order .custom-mobile-table-wrapper {
    padding-bottom: 40px;
  }
  .custom-mobile-table-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    align-items: center;
  }
  .custom-mobile-table-item-name {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #767982;
  }
  .custom-mobile-table-item-value {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #15181D;
    position: relative;
    padding-right: 40px;
    word-break: break-word;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .custom-mobile-table-item-value > a.btn-change-info,
  .custom-mobile-table-item-value > a.account-circle-btn,
  .custom-mobile-table-item-value > a.account-circle-btn-fill {
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  .custom-mobile-table-item-value > span {
    padding-right: 25px;
  }
  .custom-mobile-table-item-value[for-field="name_nominative"] > span,
  .custom-mobile-table-item-value[for-field="persons_email"] > span,
  .custom-mobile-table-item-value[for-field="position_nominative"] > span {
    padding-right: 0;
  }
  .route-account-pages:not(.not-logged-user) .header-compact-login > a {
    padding: 5px;
  }
  .custom-list {
    left: unset;
    right: 0;
  }
  .custom-list-item {
    padding: 0 15px;
  }
  .form-authorized-persons-mobile-table+.form-authorized-persons-mobile-table,
  .table-address-list-mobile-table+.table-address-list-mobile-table {
    margin-top: 30px;
  }
  .all-authorized-person-added-subtitle, .all-address-info-added-subtitle {
    margin-bottom: 0;
  }
  .all-authorized-person-added, .all-address-info-added {
    margin-bottom: 30px;
  }
  .custom-mobile-table-item-value > a {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #15181D;
  }
  .table-legal-info-mobile-table {
    margin-bottom: 30px;
  }
  .document-company-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .document-company-item {
    height: 150px;
  }
  .document-company-edit,
  .document-company-add {
    padding: 15px 14.5px 16px 16px;
  }
  .document-company-name,
  .document-company-title {
    font-size: 12px!important;
  }
  .custom-account-title {
    margin-bottom: 28px;
    font-size: 20px!important;
  }
  .manager-info-table {
    margin-bottom: 38px;
  }
  .document-forlab-item-outer {
    height: 150px;
  }
  .document-forlab-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .personal-data-table-mobile-table {
    margin-bottom: 30px;
  }
  .colleagues-data-mobile-table+.colleagues-data-mobile-table {
    margin-top: 30px;
  }
  .white-popup .form-field input.form-control,
  .white-popup .form-field .iti--allow-dropdown input {
    min-height: 40px;
  }
  .add-personal-social_page, .add-colleague-social_page {
    width: 40px;
    height: 40px;
  }
  .custom-mobile-table-wrapper {
    margin-bottom: 20px;
  }
  .colleagues-data-table-title-wrapper {
    margin-bottom: 20px;
  }
  .white-popup .contact-form {
    position: relative;
    z-index: 2;
  }
  .white-popup {
    padding: 20px 30px;
  }
  .white-popup > a {
    top: 0;
    right: 0;
  }
  .white-popup .form-field+.form-field {
    margin-top: 5px;
  }
  .white-popup .form-field input.form-control, 
  .white-popup .form-field textarea.form-control, 
  .white-popup .form-field .iti--allow-dropdown input {
    padding: 6px 20px;
  }
  .white-popup .form-popup-wrapper > h2 {
    font-size: 26px!important;
    margin-bottom: 15px;
  }
  .white-popup .form-field textarea.form-control {
    height: 60px;
  }
  .white-popup .form-field-video-caption, .form-field-image-caption {
    padding: 10px;
  }
  .white-popup .form-field-video, .form-field-image {
    grid-gap: 10px;
  }
  .white-popup .form-field.review-stars {
    margin: 15px 0;
  }
  .white-popup .rating-star-icon {
    width: 30px;
    height: 30px;
  }
  .white-popup .form-field-video-caption > span, .form-field-image-caption > span {
    font-size: 11px!important;
    margin-left: 5px;
  }
  .white-popup .help-image-text {
    font-size: 11px!important;
  }
  .white-popup .form-field-image,
  .white-popup .form-field-video {
    margin-top: 10px;
  }
  .white-popup .form-field > label {
    margin-bottom: 3px!important;
  }
  .white-popup #button-review.btn-default-orange {
    padding: 8px 30px;
  }
  #checkout-cart-empty .double-column-wrapper > div:first-child {
    margin-left: 20px;
  }
  #checkout-success > .double-column-wrapper,
  #error-not-found > .double-column-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  #checkout-success > .double-column-wrapper .double-column-item > img,
  #error-not-found > .double-column-wrapper .double-column-item > img {
    width: 75%;
  }
  #checkout-success > .double-column-wrapper .double-column-item:last-child,
  #error-not-found > .double-column-wrapper .double-column-item:last-child {
    display: flex;
    justify-content: center;
  }
  .header-compact-top > a > img {
    object-fit: cover;
  }
  .home-slider {
    grid-template-columns: 1fr;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-top: 0;
  }
  .home-catalog-menu {
    display: none;
  }
  .home-about-company-wrapper {
    grid-template-columns: 1fr;
  }
  .home-quick-buy-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .seo-content {
    padding: 0 30px;
  }
  .mobile-header-active .site-wrapper .site-wrapper {
    padding: 0;
  }
  .container-about-us .double-column-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .what-we-can-do-wrapper {
    grid-template-columns: 1fr;
  }
  .opportunities-wrapper {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
  .post-content-container {
    padding: 0 30px 0 100px;
  }
  .double-column-wrapper {
    grid-gap: 20px;
    grid-template-columns: 2fr 3fr;
  }
  .how-get-steps-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .manufacturer-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .write-us-wrapper {
    padding: 0;
    grid-gap: 20px;
    align-items: center;
  }
  body .main-products.product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body .product-info {
    grid-template-columns: 1fr;
  }
  .product-downloads-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .review-add-wrapper {
    height: 160px;
  }
  .review-add-wrapper > img {
    height: 100%;
    object-fit: cover;
  }
  .review-add-caption {
    width: 90%;
  }
  .review-add-title {
    white-space: unset;
    font-size: 20px;
    line-height: 1.2;
  }
  #product-description.product-tabs-content-item, #product-downloads.product-tabs-content-item, #product-attribute.product-tabs-content-item, #product-reviews.product-tabs-content-item {
    padding: 30px 40px;
  }
  .reviews-list-item-review {
    grid-template-columns: 40px 1fr;
    border-bottom: 2px solid #303A49;
  }
  .reviews-list-icon {
    padding: 21px 0;
    display: flex;
    justify-content: center;
    width: 40px;
  }
  .reviews-list-caption {
    display: flex;
    grid-gap: unset;
    flex-direction: column;
    padding: 16px 40px 22px 10px;
    border-bottom: none;
  }
  .reviews-list-name-date {
    order: 10;
    padding-left: 0;
  }
  .reviews-list-name {
    margin-right: 10px;
  }
  .reviews-list-rating {
    order: 20;
    margin: 0 0 12px 2px;
  }
  .reviews-list-review-text {
    order: 30;
    margin: 0 0 23px;
  }
  .reviews-list-firm {
    order: 40;
    margin: 0 0 14px;
  }
  .reviews-list-firm-link-image {
    order: 50;
  }
  .product-get-consultation-wrapper {
    padding: 0;
    align-items: center;
    grid-gap: 30pxs;
  }
  .cart-page-products-wrapper > div {
    grid-template-columns: 15% 20% 13% 20% 16% 16%;
  }
  .cart-page-products-item > .cart-page-products-item-image {
    min-width: unset;
    padding: 10px;
  }
  .cart-page-products-item > .cart-page-products-item-image > a.cart-page-products-item-remove {
    top: 0;
    left: 10px;
  }
  .cart-page-products-item > .cart-page-products-item-name {
    padding-right: 10px;
  }
  .cart-page-products-item > .cart-page-products-item-quantity {
    padding-right: 0;
  }
  .cart-products-qnt-wrapper {
    max-width: 132px;
  }
}
@media(max-width: 650px) {
  .double-contact-form-wrapper > .form-field.account-lastname {
    order: 10;
  }
  .double-contact-form-wrapper > .form-field.account-surname {
    order: 30;
  }
  .double-contact-form-wrapper > .form-field.account-firstname {
    order: 20;
  }
  .double-contact-form-wrapper > .form-field.account-email,
  .double-contact-form-wrapper > .form-field.account-telephone {
    order: 40;
  }
  .custom-mobile-table-wrapper {
    padding-top: 50px;
    position: relative;
  }
  .custom-mobile-table-wrapper > a {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
  }
  .btn-authorized-person-wrapper.tablet-xs-show {
    justify-content: flex-end;
  }
  .btn-default-orange {
    min-width: 170px;
  }
  .fixed-socials {
    top: unset;
    bottom: 30px;
    transform: unset;
  }
  .wislist-filter {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .wislist-filter-left > div {
    gap: 10px;
  }
  .custom-mobile-table-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .custom-mobile-table-item-value {
    padding-right: 0;
    text-align: right;
  }
  .order-info-hidden-wrapper {
    padding: 0 10px;
  }
  .site-cookie-policy {
    z-index: 99999;
  }
  .site-cookie-policy-wrapper {
    padding: 15px 10px;
    align-items: center;
  }
  .site-cookie-policy-icon {
    display: none;
  }
  .site-cookie-policy-icon-text.text-simple {
    font-size: 12px!important;
  }
  #popup-form-authorized .address-container {
    max-height: 70vh;
    overflow-y: auto;
  }
  .third-row-wrapper {
    grid-gap: 0;
    margin-bottom: 5px;
  }
  .form-field > .nice-select {
    height: 40px;
    line-height: 40px;
  }
  body .form-field > .nice-select.form-control .current {
    line-height: 36px;
    font-size: 12px;
  }
  .select2-results__option {
    font-size: 12px;
  }
  .form-field .select2-container .select2-selection--single,
  .form-field .select2-container {
    height: 40px;
  }
  .form-field .select2-container .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px;
  }
  .form-field .select2-container .select2-selection--single .select2-selection__rendered:before {
    right: 5px;
  }
  .custom-checkbox-wrapper .custom-checkbox-text, .custom-checkbox-wrapper .custom-checkbox-text > a {
    font-size: 14px;
  }
  .route-account-pages .custom-breadcrumb {
    margin-top: 40px;
  }
  .account-menu > li > a {
    padding: 10px 15px;
    font-size: 14px;
  }
  .top-btn-wrapper {
    top: 0;
    bottom: unset;
    border-top: unset;
    border-bottom: 1px solid #E1E2E7;
  }
  .header-account-menu-fixed.closed-account-menu {
    top: 55px;
    bottom: unset;
  }
  .header-account-wrapper.container {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .header-account .btn-default-catalog {
    margin-right: 5px;
  }
  .account-edrpou {
    margin-right: 5px;
  }
  .header-compact-login > a.user-photo-exist {
    padding: 0!important;
  }
  .order-product-remove {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    left: -100%;
  }
  .order-address-wrapper, .order-autorized-wrapper {
    flex-direction: column;
  }
  .all-documents-added, .all-company-info-added, .all-legal-info-added {
    flex-direction: column;
  }
  .all-documents-added .btn-start-wrapper, .all-company-info-added .btn-start-wrapper, .all-legal-info-added .btn-start-wrapper {
    margin-top: 20px;
  }
  .mobile input:not([type=button]):not([type=submit]), .mobile textarea,
  .form-field input.form-control,
  .form-field textarea.form-control,
  .form-field .iti--allow-dropdown input,
  .form-field .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px!important;
  }
  .form-field input::-webkit-input-placeholder,
  .form-field textarea::-webkit-input-placeholder,
  .form-field .iti--allow-dropdown input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
  }
  .form-field input::-moz-placeholder,
  .form-field textarea::-moz-placeholder,
  .form-field .iti--allow-dropdown input::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
  }
  .form-field input:-ms-input-placeholder,
  .form-field textarea:-ms-input-placeholder,
  .form-field .iti--allow-dropdown input:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
  }
  .form-field input:-moz-placeholder,
  .form-field textarea:-moz-placeholder,
  .form-field .iti--allow-dropdown input:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
  }
  .forgotten-register-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  #account-success .form-white, #account-develop .form-white, #account-logout .form-white {
    padding: 30px 15px;
  }
  .route-account-pages.closed-account-menu-pages:not(.route-account-logout) .site-wrapper > .container,
  .route-account-pages:not(.route-account-logout) .site-wrapper > .container,
  .route-account-pages.not-logged-user .site-wrapper > .container {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  .document-company-edit, .document-company-add {
    padding: 10px;
  }
  .all-authorized-person-added, .all-address-info-added {
    flex-direction: column;
    align-items: flex-start;
  }
  .all-authorized-person-added .btn-start-wrapper,
  .all-address-info-added .btn-start-wrapper {
    align-self: flex-end;
    margin-top: 15px;
  }
  .colleagues-data-table-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .btn-justify-wrapper {
    flex-direction: column!important;
  }
  .btn-justify-wrapper > a+a {
    margin-top: 10px;
  }
  .colleagues-data-table-title-wrapper .btn-default-transparent-grey {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-attributes-name,
  .product-attributes-value {
    font-size: 12px!important;
  }
  .product-attributes-name {
    grid-gap: 2px;
  }
  .home-advantages-item:before {
    width: 100%;
  }
  .what-we-can-do-item-icon {
    position: relative;
    left: unset;
    top: unset;
    margin: 0 auto;
  }
  .what-we-can-do-item-title,
  .what-we-can-do-item-text {
    text-align: justify;
  }
  .what-we-can-do-item {
    padding: 20px!important;
  }
  .route-product-product .scroll-top {
    bottom: 30px!important;
  }
  .form-field-video, .form-field-image {
    grid-template-columns: 1fr;
  }
  .form-field.review-stars {
    padding: unset;
  }
  .white-popup > svg {
    max-width: 50%;
    height: auto;
  }
  #product-description.product-tabs-content-item,
  #product-downloads.product-tabs-content-item,
  #product-attribute.product-tabs-content-item,
  #product-reviews.product-tabs-content-item {
    padding: 15px 20px;
  }
  #product-description.product-tabs-content-item p {
    font-size: 14px;
  }
  .reviews-list-item-review {
    display: flex;
  }
  .reviews-list-icon {
    min-width: 40px;
  }
  .reviews-list-caption {
    width: calc(100% - 40px);
  }
  a.reviews-list-firm-link > span {
    height: calc(1.6 * 14px * 1);
    max-width: calc(100% - 70px);
  }
  a.reviews-list-firm-link > svg {
    min-width: 26px;
  }
  .reviews-list-item-answer {
    padding-left: unset;
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .reviews-list-item-answer-name-date {
    margin-top: 21px;
    margin-right: unset;
  }
  .reviews-list-item-answer-icon {
    width: 85px;
    min-width: 85px;
    height: 85px;
    min-height: 85px;
  }
  .reviews-list-item-answer-text {
    width: 100%;
    margin: 0 0 0 10px;
    font-size: 15px!important;
  }
  .reviews-list-item-answer-name {
    margin-bottom: 5px;
    font-size: 16px!important;
  }
  .forlab-slide-title-wrapper {
    width: calc(100% - 27px);
    top: 110px;
  }
  .forlab-slide-caption {
    top: 189px;
    transform: translateX(-50%);
  }
  .forlab-slide-caption > .forlab-slide-caption-title {
    font-size: 20px;
    line-height: 26px;
  }
  #checkout-cart-empty .double-column-wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 70px;
  }
  #checkout-success > .double-column-wrapper .btn-center-wrapper, #error-not-found > .double-column-wrapper .btn-center-wrapper {
    grid-template-columns: 1fr;
  }
  #checkout-success > .double-column-wrapper .double-column-item > img, #error-not-found > .double-column-wrapper .double-column-item > img {
    width: 100%;
  }
  .what-we-can-do-item {
    padding-right: 10px;
  }
  .container-about-us {
    padding: 0 20px;
  }
  .container-about-us h2  {
    font-size: 26px!important;
  }
  .container-about-us .double-column-wrapper {
    grid-template-columns: 1fr;
  }
  .container-about-us .text-simple ul > li {
    font-size: 14px!important;
    padding-left: 40px;
  }
  .container-about-us .text-simple ul > li:before {
    left: 20px;
  }
  .home-advantages-wrapper {
    grid-template-columns: 1fr;
  }
  .home-slider .swiper-slide > img {
    height: 470px;
    width: 100%;
    object-fit: cover;
  }
  .header-compact-top .desktop-top-banner {
    display: none;
  }
  .header-compact-top .mobile-top-banner {
    display: block;
  }
  .header-compact-top {
    height: 35px;
  }
  .mobile-header-active .site-wrapper {
    padding-top: 141px;
  }
  .header-compact-middle, .header-compact-bottom, .container, footer.main-footer {
    padding: 0 20px!important;
  }
  .title-button-wrapper > .h2,
  .title-button-wrapper > h2 {
    font-size: 32px!important;
    margin-bottom: 22px;
  }
  .title-button-wrapper {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .home-quick-buy-wrapper {
    grid-template-columns: 1fr;
  }
  .seo-content .text-simple h1 {
    font-size: 24px;
  }
  .seo-content .text-simple p {
    font-size: 13px;
  }
  .seo-content .text-simple ul > li {
    font-size: 14px;
  }
  .seo-content .text-simple h2, .seo-content .text-simple h3, .seo-content .text-simple h4, .seo-content .text-simple h5, .seo-content .text-simple h6 {
    font-size: 22px;
  }
  .seo-content {
    padding: 0;
  }
  .footer-item-top {
    grid-template-columns: 1fr;
    padding: 29px 0 35px;
  }
  .header-compact-middle-menu > li > a, .footer-item-menu-wrapper > li > a {
    font-size: 12px;
  }
  .footer-item-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 26px 0 21px;
  }
  .footer-text-copyright {
    margin-bottom: 4px;
  }
  .footer-text-copyright, .footer-text-copyright > a, .footer-text-develop, .footer-text-develop > a {
    font-size: 11px!important;
  }
  .manufacturers-swiper.custom-products-swiper {
    margin-bottom: 60px!important;
  }
  .last-posts.custom-products-swiper {
    margin-bottom: 67px!important;
  }
  .home-advantages {
    margin-bottom: 77px;
  }
  .font-s-40 {
    font-size: 32px!important;
  }
  .home-about-company-item h2 {
    margin-bottom: 15px;
  }
  .text-simple-bold {
    margin-bottom: 12px;
  }
  .text-simple {
    font-size: 13px!important;
  }
  .home-about-company-advantage-name {
    font-size: 15px!important;
  }
  .home-about-company-advantage-wrapper > div {
    height: 55px;
    padding-left: 21px;
  }
  .custom-checkbox-element {
    width: 18.61px;
    height: 18.66px;
  }
  .custom-checkbox-element > svg {
    height: 19px;
    width: auto;
    top: -8.34px;
    left: -2.39px;
  }
  .home-about-company-advantage-wrapper {
    margin-bottom: 22px;
  }
  .btn-default-arrow {
    padding: 12px 24px;
    font-size: 12px!important;
  }
  .title-button-wrapper {
    margin-bottom: 34px;
  }
  .home-quick-buy-item-name {
    font-size: 14px!important;
    height: calc(1.1 * 14px * 4);
    margin-bottom: 10px;
  }
  .home-quick-buy-item-text {
    font-size: 12px!important;
    min-height: calc(1.55 * 12px * 3);
  }
  .product-card-stock {
    display: none;
  }
  .product-card-sku {
    font-size: 10px!important;
    height: calc(1.55 * 10px * 1);
  }
  .product-card-stock-sku-wrapper {
    justify-content: center;
    padding: 0 11px;
  }
  .product-card-name {
    font-size: 12px!important;
    height: calc(1.35 * 12px * 4);
    padding: 0 11px;
  }
  .product-card-add-cart-btn-wrapper {
    padding: 0 11px 13px;
  }
  .product-card-add-cart-btn-wrapper > a {
    font-size: 12px!important;
  }
  .product-card-btn-wrapper {
    top: 5px;
    right: 5px;
  }
  .post-card-name {
    font-size: 13px;
    height: calc(1.35 * 13px * 2);
  }
  .main-posts.post-grid-wrapper {
    grid-template-columns: 1fr;
  }
  .post-content-container {
    padding: 0;
  }
  .post-social-share {
    position: relative;
    top: unset;
    left: unset;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  .element-to-rotate {
    transform: unset;
    transform-origin: unset;
    margin: unset;
    white-space: unset;
  }
  .rotation-wrapper-outer {
    display: flex;
    margin: unset;
    align-items: center;
    margin-left: 20px;
  }
  .rotation-wrapper-inner {
    padding: unset;
    height: auto;
  }
  .social-share-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .post-content-container h1 {
    font-size: 32px!important;
  }
  .post-content-container ul > li {
    padding-left: 50px;
  }
  .post-content-container ul > li:before {
    left: 20px;
  }
  .prev-next-post-wrapper {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .all-post-btn {
    margin: 20px 0;
  }
  .container-small .text-simple > h2 {
    font-size: 26px!important;
  }
  .container-small .text-simple > h3 {
    font-size: 22px;
  }
  .container-small .text-simple > h4 {
    margin: 20px 0;
    padding-left: 40px;
  }
  #information-how-pay .double-column-wrapper,
  #information-how-get .double-column-wrapper {
    grid-template-columns: 1fr;
  }
  .how-get-steps > h2 {
    margin: 0 0 30px;
    font-size: 26px!important;
  }
  .how-get-steps-wrapper {
    grid-template-columns: 1fr;
  }
  .faqs-item-answer {
    padding: 20px 30px;
  }
  .faqs-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .manufacturer-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-info-wrapper {
    grid-template-columns: 1fr;
  }
  .write-us-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .route-product-product h1.default-title {
    font-size: 26px!important;
    margin-bottom: 30px!important;
  }
  .custom-breadcrumb > li:nth-last-child(-n+2) {
    display: block;
    margin: unset;
  }
  .custom-breadcrumb > li,
  .custom-breadcrumb > li:last-child {
    display: none;
  }
  .custom-breadcrumb > li > a {
    padding-left: 18px;
    padding-right: unset;
  }
  .custom-breadcrumb > li > a:before {
    right: unset;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
  }
  .review-add-caption {
    flex-direction: column;
    width: calc(100% - 40px);
  }
  .review-add-caption-chekbox-title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .review-add-caption .nice-checkbox-elem {
    margin-right: 11px;
    padding: 0 6.79px 8.29px 0;
  }
  .review-add-caption-chekbox-title-wrapper+.btn-wrapper {
    margin-left: 29px;
  }
  .review-add-caption .nice-checkbox-elem:before {
    width: 19.5px;
    height: 19.35px;
  }
  .review-add-caption .nice-checkbox-elem > svg {
    width: 15.21px;
    height: auto;
  }
  .review-add-title {
    font-size: 16px;
    max-width: 189px;
  }
  .review-add-wrapper {
    height: 168px;
  }
  .product-right-icons-wrapper {
    grid-template-columns: 1fr;
  }
  .product-right-icons-wrapper > div:last-child {
    border-left: none;
    border-top: 2px solid #F0F1F4;
  }
  .product-right-qnt-btn-wrapper,
  .product-right-attributes {
    padding: 0 15px;
  }
  .product-right-stock-sku-wrapper,
  .product-price-wrapper {
    margin-top: 20px;
    padding: 0 15px;
  }
  body .product-info .product-details>div.product-right-delimeter {
    margin: 20px 0;
  }
  .product-right-price-only-store {
    padding: 15px;
  }
  .product-tabs-title-wrapper > a {
    font-size: 14px!important;
  }
  .product-tabs-title-wrapper > a+a {
    margin-left: 10px;
  }
  .product-downloads-wrapper {
    grid-template-columns: 1fr;
  }
  .product-get-consultation-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .product-get-consultation {
    margin: 60px 0;
  }
  .product-get-consultation-form form {
    padding-bottom: 30px;
  }
  .popup-buttons-wrapper {
    padding: 20px;
    grid-template-columns: 1fr;
  }
  .popup-product-info-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 0 20px;
  }
  .mobile-header-active.mobile-header-active .mobile-container {
    width: 100%!important;
  }
  .cart-products-image {
    width: 100px;
    height: 100px;
  }
  .cart-products-item {
    grid-template-columns: 100px 1fr;
  }
  .double-contact-form-wrapper {
    grid-template-columns: 1fr;
  }
  .cart-page-products-wrapper > div {
    grid-template-columns: 170px 200px 116px repeat(3, 160px);
  }
  .custom-methods-wrapper {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
  .cart-page-products-wrapper {
    overflow-x: auto;
    max-width: calc(100vw - 40px);
  }
  .register-login-form {
    padding: 30px 20px;
  }
  .checkout-page-wrapper {
    grid-gap: 30px;
  }
  .cart-page-btn-double-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  .compare-table-column-0 {
    width: calc(50vw - 20px);
  }
  .compare-table-products {
    width: calc(50vw - 20px);
  }
  .btn-default-orange {
    white-space: nowrap;
    padding: 12px 20px;
  }
  .compare-table-product .compare-row-name > a {
    height: calc(1.35 * 14px * 4);
  }
  .compare-row-image {
    height: 160px;
  }
}
/* End GTS Styles */