.@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
*******************************/
body {
  overflow-x: hidden; }

/******************************
 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 .fixed-filter .side-column {
  display: block!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 Agency Start */
:root {
  --black: #000000;
  --black50: #808080;
  --white: #FFFFFF;
  --red: #EA4F44;
  --color-F1F1F1: #F1F1F1;
}
html {
  overflow-x: hidden;
}
body a {
  outline: none!important;
}
.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-17 {
  font-size: 17px!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-28 {
  font-size: 28px!important;
}
.font-s-32 {
  font-size: 32px!important;
}
.font-s-40 {
  font-size: 40px!important;
}
.font-s-48 {
  font-size: 48px!important;
}
.font-s-50 {
  font-size: 50px!important;
}
.font-s-56 {
  font-size: 56px!important;
}
.font-s-60 {
  font-size: 60px!important;
}
.font-s-80 {
  font-size: 80px!important;
}
.font-s-100 {
  font-size: 100px!important;
}
.container-default {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.desktop-header-active header::before {
  display: none!important;
}
.site-header-banner {
  width: 100%;
  height: 38px;
  background: var(--black, #000);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header-banner-text {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header-banner-text > svg {
  margin: 0 5px;
}
.site-header-banner-text > img {
  max-height: 19px;
  width: auto;
}
.site-header-wrapper {
  height: 84px;
  width: 100%;
}
.site-header-wrapper > .container-default {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 179px 1fr;
  padding-left: 15px;
  height: 100%;
}
.site-header-main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-header-main-menu > ul > li > a {
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
.site-header-main-menu > ul > li > a:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--black);
  transform: translateX(-50%);
  transition: .3s;
}
.site-header-main-menu > ul > li > a.active:before,
.site-header-main-menu > ul > li > a:hover:before {
  width: 100%;
}
.site-header-main-menu > ul > li+li {
  margin-left: 20px;
}
.site-header-wrapper .desktop-logo-wrapper {
  width: 100%;
}
.site-header-right-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header-secondary-menu {
  margin-right: 46px;
}
.site-header-secondary-menu > ul {
  list-style: none;
  padding: unset;
  margin: unset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-header-secondary-menu > ul > li+li {
  margin-left: 25px;
}
.site-header-secondary-menu > ul > li {
  position: relative;
}
.site-header-secondary-menu > ul > li > a {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header-secondary-menu > ul > li > a > svg {
  transition: .3s;
  margin-left: 6px;
}
.site-header-secondary-menu > ul > li > a:hover > svg {
  transform: rotate(180deg);
}
.header-secondary-submenu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px) translateX(-50%);
  position: absolute;
  background: var(--white);
  left: 50%;
  top: 100%;
  padding: 10px;
  border-radius: 8px;
  z-index: 999;
  transition: .3s;
  margin: unset;
  list-style: none;
  min-width: 200px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site-header-secondary-menu > ul > li:hover .header-secondary-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
}
.header-secondary-submenu > li > a {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  transition: .3s;
  text-align: center;
}
.header-secondary-submenu > li+li {
  margin-top: 5px;
}
.site-header-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 44px;
}
.site-header-phone > a {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
.site-header-phone > a:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: .3s;
  width: 0;
  height: 1px;
  background: var(--black);
}
.site-header-phone > a:hover {
  color: var(--black);
}
.site-header-phone > a:hover:before {
  width: 100%;
}
.desktop-header-active header {
  position: sticky;
  top: -122px;
  left: 0;
  width: 100%;
  z-index: 98;
}
.desktop-header-active.header-not-shadow header {
  box-shadow: none!important;
}
.site-header-sticky-wrapper {
  background: #F1F1F1;
  position: relative;
  height: 50px;
}
.site-header-sticky-wrapper > .container-default {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header-sticky-menu > ul {
  padding: unset;
  margin: unset;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-sticky-menu > ul > li > a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.header-sticky-menu > ul > li > a > svg {
  margin-right: 5px;
  display: none!important;
}
.header-sticky-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-sticky-wishlist > a {
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  line-height: 1;
  position: relative;
}
.header-sticky-wishlist > a > span {
  position: absolute;
  right: 7px;
  top: 7px;
  background: var(--black);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: var(--white, #FFF);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 12px */
}
.header-sticky-account > a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  border-left: 1px solid var(--white);
}
.header-sticky-account > a > svg {
  margin-right: 10px;
}
.header-sticky-account > a > span {
  position: relative;
}
.header-sticky-account > a > span:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--black);
  transform: translateX(-50%);
  transition: .3s;
}
.header-sticky-account > a:hover > span:before {
  width: 100%;
}
.header-sticky-account > a:hover {
  color: var(--black);
}
.languages-wrapper {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  position: absolute;
  background: var(--white);
  left: 0;
  top: 100%;
  padding: 10px;
  border-radius: 8px;
  z-index: 999;
  transition: .3s;
  margin: unset;
  list-style: none;
}
.languages-wrapper > li+li {
  margin-top: 5px;
}
.languages-wrapper > li > a {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  transition: .3s;
}
.languages-wrapper > li:hover > a {
  color: var(--black);
}
#language {
  position: relative;
}
#language:hover .languages-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.current-language {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  transition: .3s;
  cursor: pointer;
}
.current-language > svg {
  margin-left: 6px;
  transition: .3s;
}
.current-language > svg > path {
  transition: .3s;
}
.current-language:hover {
  color: var(--black);
}
.current-language:hover > svg {
  transform: rotate(180deg);
}
.current-language:hover > svg > path {
  stroke: var(--black);
}
.header-search {
  position: relative;
}
.header-search > button.search-button {
  position: absolute;
  right: 22px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent!important;
  transition: .3s;
}
.header-search > .search-button::before {
  display: none!important;
}
.site-header-search #search {
  height: 50px;
  display: flex;
  align-items: center;
}
.site-header-search .header-search input {
  padding: 13px 46px 13px 22px;
  color: var(--black50);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  background: transparent!important;
  width: 324px;
}
.site-header-search {
  border-left: 1px solid var(--white);
}
.header-sticky-cart #cart {
  margin-left: 0!important;
}
.header-sticky-cart #cart > .cart-heading {
  padding: 13px 9px 13px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-sticky-cart #cart > .cart-heading > .cart-heading-right {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.header-sticky-cart #cart > .cart-heading > .cart-heading-left {
  position: relative;
}
.header-sticky-cart #cart > .cart-heading > .cart-heading-left > span {
  position: absolute;
  right: 3px;
  top: -5px;
  background: var(--black);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: var(--white, #FFF);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 12px */
}
.header-sticky-cart .cart-heading svg {
  margin-right: 12px;
}
.cart-heading-left {
  line-height: 1;
}
.main-swiper {
  position: relative;
}
.swiper-slide-wrapper {
  position: relative;
}
.swiper-slide-caption {
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
  z-index: 5;
}
.swiper-slide-subtitle {
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin: 0 0 11px;
}
.swiper-slide-title {
  color: var(--white, #FFF);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 63px */
  margin: 0 0 34px;
}
.btn-start-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.btn-default-white {
  padding: 15px 40px;
  background: var(--white);
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  position: relative;
}
.btn-default-white > svg {
  transition: .3s;
  margin-left: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn-default-white.not-change-padding {
  padding: 15px 40px!important;
}
.btn-default-white:hover {
  padding: 15px 53px 15px 27px;
  color: var(--black);
}
.btn-default-white:hover > svg {
  opacity: 1;
  visibility: visible;
}
.main-swiper > a {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--white);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  overflow: hidden;
}
.main-swiper:hover > a {
  opacity: 1;
  visibility: visible;
}
.main-swiper > a:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  transition: .3s;
  border-radius: 50%;
}
.main-swiper > a:hover:before {
  top: 0;
}
.main-swiper > a > svg {
  position: relative;
  z-index: 2;
}
.main-swiper > a > svg > path {
  transition: .3s;
}
.main-swiper > a:hover > svg > path[stroke] {
  stroke: var(--white);
}
.main-swiper > a.prev-arrow {
  left: 20px;
}
.main-swiper > a.next-arrow {
  right: 20px;
}
.main-swiper.swiper:not(.swiper-has-pages) .swiper-pagination {
  display: block;
  position: absolute;
  left: unset;
  right: 8.5%;
  bottom: 56px;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
}
.main-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: unset;
  width: 16px;
  height: 2px;
  background: var(--white);
  opacity: .4;
  transition: .3s;
  border-radius: unset;
}
.main-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 10px;
}
.main-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 90px;
}
.container-swiper {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  position: relative;
}
.manufacturers-slider {
  margin: 20px 0 77px;
  position: relative;
}
.swiper {
  overflow: hidden;
}
.manufacturers-slider .container-swiper {
  padding: 0 60px;
}
.manufacturers-slider .container-swiper > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  background: var(--white);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
  outline: none;
  transition: .3s;
  overflow: hidden;
}
.manufacturers-slider .container-swiper > a > svg {
  position: relative;
  z-index: 2;
}
.manufacturers-slider .container-swiper > a:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  transition: .3s;
  border-radius: 50%;
}
.manufacturers-slider .container-swiper > a:hover:before {
  top: 0;
}
.manufacturers-slider .container-swiper > a > svg > path {
  transition: .3s;
}
.manufacturers-slider .container-swiper > a:hover > svg > path[stroke] {
  stroke: var(--white);
}
.manufacturers-slider .container-swiper > a.swiper-left-arrow {
  left: 0;
}
.manufacturers-slider .container-swiper > a.swiper-right-arrow {
  right: 0;
}
.manufacturers-slider .swiper-slide > a {
  width: 100%;
  display: flex;
  height: 100px;
  align-items: center;
}
.manufacturers-slider .swiper-slide > a > img {
  width: 100%;
  align-self: center;
}
.container-fluid-page {
  width: 100%;
  max-width: 100%;
}
.container-fluid-page .grid-cols {
  max-width: 100%;
}
.bestseller-products-accordeon-item {
  display: none;
}
.products-slider-full {
  position: relative;
  padding: 0 116px;
}
.products-slider-full > .swiper > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  background: var(--white);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
  outline: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.products-slider-full > .swiper:hover > a {
  opacity: 1;
  visibility: visible;
}
.products-slider-full > .swiper > a:hover {
  background: var(--black);
}
.products-slider-full > .swiper > a > svg > path {
  transition: .3s;
}
.products-slider-full > .swiper > a:hover > svg > path[stroke] {
  stroke: var(--white);
}
.products-slider-full > .swiper > a.swiper-left-arrow {
  left: -25px;
}
.products-slider-full > .swiper > a.swiper-right-arrow {
  right: -25px;
}
.products-slider-full .swiper {
  overflow: unset;
}
.product-card-item {
  position: relative;
  padding: 10px;
  transition: .3s;
  background: transparent;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
}
.product-card-item.product-card-item-active:not(.product-card-item-static),
.product-card-item:not(.hide-hover):hover {
  background: var(--white);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
}
.product-card-item.z-index-add {
  z-index: 3;
}
.product-card-caption-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.abs-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  max-width: 100%;
}
.product-card-wishlist {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 8;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-watch-price {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-card-wishlist > svg > path {
  transition: .3s;
}
.product-card-wishlist.active > svg > path {
  fill: #EA4F44;
  stroke: #EA4F44;
}
.product-card-action {
  flex-shrink: 0;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.product-card-quick-add {
  width: 57px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.remove-wl-btn {
  right: 23px;
  top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  z-index: 8;
}
.remove-wl-btn+.product-card-wishlist {
  top: 50px;
}
.product-card-image {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 142%;
}
.product-card-image > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card-image > img.product-card-hover-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.product-card-item.product-card-item-active .product-card-image > img.product-card-hover-image,
.product-card-item:not(.product-card-item-static):hover .product-card-image > img.product-card-hover-image {
  opacity: 1;
  visibility: visible;
}
.product-card-other-image-item {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 142%;
}
.product-card-other-image-item > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card-other-image-item > img.product-card-hover-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.product-card-item.product-card-item-active:not(.product-card-item-static) .product-card-other-image-item > img.product-card-hover-image,
.product-card-item:not(.product-card-item-static):hover .product-card-other-image-item > img.product-card-hover-image {
  opacity: 1;
  visibility: visible;
}
.product-card-sticker-wrapper {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-card-sticker-item {
  padding: 5px 12px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-card-sticker-item.special-sticker {
  background: #EBDAD1;
  content: var(--black);
}
.product-card-sticker-item+.product-card-sticker-item {
  margin-top: 2px;
}
.product-card-caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}
.product-card-manufacturer {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3px;
}
.product-card-name {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3px;
}
.product-card-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-card-price-old {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin-right: 10px;
}
.product-card-price-new {
  color: var(--red, #EA4F44);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-card-price {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-card-options {
  margin: 5px 0 0;
  width: 100%;
  position: relative;
  display: block;
}
.product-card-options.abs-pos {
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.product-card-item.product-card-item-active:not(.product-card-item-static) .product-card-options,
.product-card-item:not(.hide-hover):hover .product-card-options {
  display: block;
  opacity: 1;
  visibility: visible;
}
.product-card-color-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 5px 0 0;
}
.product-card-color-item {
  position: relative;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-color-item:before {
  position: absolute;
  content: '';
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #DDDDDD;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-card-color-item > img {
  position: relative;
  z-index: 3;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  align-self: center;
}
.product-card-sizes {
  margin: 10px 0 0;
  padding: 6px 11px 4px;
  background: #F1F1F1;
  width: 100%;
}
.product-card-sizes:not(.active) {
  display: none;
}
.product-card-sizes-title {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 6px;
}
.product-card-sizes-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-card-sizes-item {
  margin: 0 43px 0 0;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-small .product-card-sizes-item {
  margin-right: 20px;
}
.default-section-title {
  color: var(--black, #000);
  text-align: center;
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 42px */
  margin: 0 0 18px;
}
.accordeon-button-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  align-items: center;
  width: 100%;
  margin: 0 0 36px;
}
.accordeon-titles-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordeon-titles-wrapper > a {
  padding: 10px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  position: relative;
}
.accordeon-titles-wrapper > a:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: var(--black);
}
.accordeon-titles-wrapper > a.active:before {
  width: calc(100% - 20px);
}
.accordeon-titles-wrapper > a+a {
  margin-left: 15px;
}
.btn-end-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn-default-white-border {
  padding: 15px 30px;
  background: var(--white);
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: .3s;
  border: 1px solid #DDD;
}
.btn-default-white-border:hover {
  background: var(--black);
  color: var(--white);
}
.bestseller-products {
  margin-bottom: 0;
}
.call-action-default {
  margin: 55px 0 55px;
}
.call-action-default-wrapper {
  display: grid;
  grid-template-columns: 810px 1fr;
  grid-gap: 0;
  align-items: center;
}
.call-action-default-caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 135px;
  background: #F1F1F1;
  height: 100%;
  position: relative;
}
/*.call-action-default-wrapper:hover .call-action-default-caption {
  z-index: 5;
}*/
.call-action-default-caption > * {
  position: relative;
  z-index: 2;
} 
.call-action-default-wrapper {
  position: relative;
}
.call-action-default-wrapper > img {
  position: absolute;
  z-index: 1;
}
.call-action-default-wrapper > img.pattern-top {
  left: 0;
  top: 8px;
}
.call-action-default-wrapper > img.pattern-bottom {
  bottom: 0;
  left: 35%;
  transform: translateX(-50%);
}
/*.call-action-default-wrapper > div {
  position: relative;
  z-index: 3;
}*/
.call-action-default-subtitle {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin: 0 0 11px;
}
.call-action-default-title {
  color: var(--black, #000);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 55px */
  margin: 0 0 19px;
  max-width: 500px;
}
.call-action-default-description {
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  margin: 0 0 31px;
}
.btn-start-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.call-action-default-btns > a+a {
  margin-left: 10px;
}
.btn-default-black {
  padding: 15px;
  min-width: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black, #000);
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  transition: .3s;
}
.btn-default-black:hover {
  color: var(--white)!important;
}
.btn-default-black.with-icon > svg {
  transition: .3s;
  margin-left: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn-default-black.with-icon:hover {
  padding: 15px 53px 15px 27px;
}
.trgrr-sbmt-fltr.btn-default-black.with-icon,
#button-cart.btn-default-black.with-icon {
  padding-left: 0!important;
  padding-right: 0!important;
}
.trgrr-sbmt-fltr.btn-default-black.with-icon > svg,
#button-cart.btn-default-black.with-icon > svg {
  position: relative;
  right: unset;
  margin-left: -20px;
  transform: unset;
  /*display: none;*/
  top: unset;
}
.trgrr-sbmt-fltr.btn-default-black.with-icon:hover > svg,
#button-cart.btn-default-black.with-icon:hover > svg {
  display: block;
  margin-left: 20px;
  top: unset;
}
.btn-default-black.with-icon:hover > svg {
  opacity: 1;
  visibility: visible;
}
.btn-default-black:hover {
  color: var(--white);
} 
.call-action-default-image-wrapper {
  position: relative;
}
.call-action-default-main-image {
  padding-right: 70px;
}
.call-action-default-left-image {
  position: absolute;
  left: -54px;
  bottom: 55px;
  width: 213px;
  z-index: 2;
  max-width: 37%;
}
.call-action-default-rigth-image {
  position: absolute;
  right: 15px;
  top: 55px;
  width: 213px;
  z-index: 2;
  max-width: 37%;
}
.call-action-full {
  margin: 55px 0;
  position: relative;
}
.call-action-full-image {
  position: relative;
  z-index: 1;
  height: 0;
  width: 100%;
  padding-bottom: 33.85%;
}
.call-action-full-image > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.call-action-full-caption {
  position: absolute;
  left: 160px;
  bottom: 55px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
}
.call-action-full-subtitle {
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin: 0 0 11px;
  position: relative;
  z-index: 3;
}
.call-action-full-title {
  color: var(--white, #FFF);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  margin: 0 0 34px;
  max-width: 540px;
  position: relative;
  z-index: 3;
}
.call-action-full-title > span {
  color: var(--black, #000);
}
.call-action-full-btns > a {
  padding: 15px;
  min-width: 168px;
}
.call-action-full-btns > a+a {
  margin-left: 10px;
}
.container-default-full {
  width: 100%;
}
.special-products {
  margin: 55px 0;
  position: relative;
}
.special-products > img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.special-products-wrapper {
  display: grid;
  grid-template-columns: 565px calc(100% - 565px);
  align-items: flex-start;
}
.special-products-accordeon {
  overflow-x: hidden;
}
.special-products-accordeon-item {
  display: none;
}
.products-slider {
  position: relative;
}
.products-slider > .swiper > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  background: var(--white);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
  outline: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.products-slider > .swiper:hover > a {
  opacity: 1;
  visibility: visible;
}
.products-slider > .swiper > a:hover {
  background: var(--black);
}
.products-slider > .swiper > a > svg > path {
  transition: .3s;
}
.products-slider > .swiper > a:hover > svg > path[stroke] {
  stroke: var(--white);
}
.products-slider > .swiper > a.swiper-left-arrow {
  left: 10px;
}
.products-slider > .swiper > a.swiper-right-arrow {
  right: 160px;
}
.products-slider .swiper {
  overflow: unset;
}
.special-products-caption {
  padding-left: 160px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.special-products-caption .default-section-title {
  text-align: left;
}
.special-accordeon-titles-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 30px;
}
.special-accordeon-titles-wrapper > a {
  position: relative;
  padding: 10px;
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  transition: .3s;
}
.special-accordeon-titles-wrapper > a:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: var(--black);
  transition: .3s;
}
.special-accordeon-titles-wrapper > a.active {
  color: var(--black);
}
.special-accordeon-titles-wrapper > a.active:before {
  width: calc(100% - 20px);
}
.special-accordeon-titles-wrapper > a+a {
  margin-left: 15px;
}
.grid-links {
  margin: 55px 0 58px;
}
#common-home .grid-links {
  margin-top: 50px;
}
#common-home #content {
  padding-top: 0;
}
.grid-links-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 22px;
}
.grid-links-item {
  position: relative;
  height: 0;
  padding-bottom: 82.28%;
  overflow: hidden;
  width: 100%;
}
.grid-links-item > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.grid-links-caption {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 540px;
}
.grid-links-subtitle {
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin: 0 0 2px;
}
.grid-links-title {
  color: var(--white, #FFF);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 55px */
  margin: 0 0 22px;
}
.btn-center-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-action-full-tags-item {
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 40px 12px 0;
  transition: .3s;
}
.call-action-full-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 540px;
  margin: 0 0 15px;
}
.blog-post-swiper {
  margin: 55px 0;
}
.blog-post-wrapper {
  display: grid;
  grid-template-columns: 555px calc(100% - 555px);
  align-items: flex-start;
  grid-gap: 20px;
}
.blog-post-slider {
  position: relative;
  overflow-x: hidden;
}
.blog-post-slider > .swiper > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  background: var(--white);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
  outline: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.blog-post-slider > .swiper:hover > a {
  opacity: 1;
  visibility: visible;
}
.blog-post-slider > .swiper > a:hover {
  background: var(--black);
}
.blog-post-slider > .swiper > a > svg > path {
  transition: .3s;
}
.blog-post-slider > .swiper > a:hover > svg > path[stroke] {
  stroke: var(--white);
}
.blog-post-slider > .swiper > a.swiper-left-arrow {
  left: 10px;
}
.blog-post-slider > .swiper > a.swiper-right-arrow {
  right: 270px;
}
.blog-post-slider .swiper {
  overflow: unset;
}
.blog-post-caption {
  padding-left: 160px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.blog-post-caption .default-section-title {
  text-align: left;
  margin: 0 0 19px;
}
.default-section-subtitle {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin: 0 0 11px;
}
.default-section-description {
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  margin: 0 0 31px;
}
.post-card-item {
  padding-bottom: 10px;
}
.post-card-image {
  position: relative;
  height: 0;
  padding-bottom: 69.23%;
  margin: 0 0 15px;
  display: block;
  overflow: hidden;
}
.post-card-image > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s;
}
.post-card-item:hover .post-card-image > img {
  transform: scale(1.08);
}
.post-card-caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.post-card-date {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 6px;
}
.post-card-name {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 7px;
  height: calc(1.25 * 16px * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-card-item:hover .post-card-name {
  color: var(--black50);
}
.post-card-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.post-card-detail > svg {
  margin-left: 10px;
}
.gts-newsletter-form-wrapper {
  padding: 60px 0 55px;
  background: #F1F1F1;
  margin: 0 0 20px;
  position: relative;
}
.gts-newsletter-form-wrapper > img {
  position: absolute;
  z-index: 1;
}
.gts-newsletter-form-wrapper > img.top-pattern {
  top: 0;
  left: 0;
}
.gts-newsletter-form-wrapper > img.bottom-pattern {
  right: 0;
  bottom: 0;
}
.gts-newsletter-form-wrapper > div {
  position: relative;
  z-index: 3;
}
.gts-newsletter-registration {
  background: var(--black, #000);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gts-newsletter-registration-title {
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gts-newsletter-registration-title > svg {
  margin-right: 15px;
}
.gts-newsletter-registration-delimeter {
  width: 50px;
  height: 1px;
  background: var(--white, #FFFFFF);
  margin: 0 30px;
}
.btn-default-transparent {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.btn-default-transparent:hover {
  color: var(--white);
}
.btn-default-transparent > svg {
  margin-left: 10px;
}
.gts-newsletter-form-title {
  color: var(--black, #000);
  text-align: center;
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  max-width: 705px;
  margin: 0 auto 30px;
}
.gts-newsletter-form-wrapper .radio-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 35px;
}
.radio-item {
  display: flex;  
  align-items: center;
  justify-content: flex-start;
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  transition: .3s;
}
.radio-item+.radio-item {
  margin-left: 40px;
}
.radio-item > input {
  display: none;
}
.radio-item > input+span.custom-radio {
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 50%;
  background: #808080;
  transition: .3s;
  margin-right: 10px;
  display: inline-block;
  flex-shrink: 0;
}
.radio-item > input+span.custom-radio:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transition: .3s;
  z-index: 2;
  background: #FFF;
}
.radio-item > input:checked+span.custom-radio {
  background: var(--black);
}
.radio-item > input:checked+span.custom-radio:before {
  width: 11px;
  height: 11px;
  opacity: 0;
  visibility: hidden;
}
.radio-item > div.custom-radio-icon {
  margin: 0 18px 0 12px;
}
.radio-item > div.custom-radio-icon > img {
  height: 35px;
  width: auto;
}
.radio-item > input[value="liqpay"]+.custom-radio+div.custom-radio-icon > img {
  height: 25px;
}
.radio-item > input:checked+span.custom-radio+div+span,
.radio-item > input:checked+span.custom-radio+span {
  color: var(--black);
}
.form-field-with-btn {
  width: 100%;
  max-width: 677px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-field-with-btn .btn-default-black {
  min-width: unset;
  padding: 15px 40px;
}
.form-field-with-btn > input {
  padding: 14px 25px 12px;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  background: var(--white, #FFF);
  outline: none;
  border: none;
}
.seo-text {
  margin: 103px 0 91px;
}
.container-seo {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}
.seo-text-outer {
  font-family: Montserrat;
  max-height: 215px;
  overflow-y: auto;
  padding-right: 51px;
}
.seo-text-outer > h1 {
  color: #808080;
  font-family: Philosopher;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
  margin: 0 0 25px;
}
.seo-text-outer > p {
  color: #808080;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.8px */
  margin-top: 0;
}
.site-footer {
  background: var(--white);
  border-top: 1px solid #DDDDDD;
}
.site-footer-wrapper {
  padding: 62px 0 65px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.site-footer > div {
  background: var(--white);
}
#logo-footer {
  width: 100%;
  max-width: 179px;
  margin: 0 0 55px;
}
.site-footer-logo-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-footer-logo-links > a {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.site-footer-wrapper > div:not(:first-child) {
  margin-top: 4px;
}
.site-footer-item-title {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 21px;
}
.site-footer-item-links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-footer-item-links-wrapper > a {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.site-footer-phone {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 12px;
}
.site-footer-address {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.site-footer-email {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  margin: 0 0 32px;
}
.site-footer-social-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-footer-social-wrapper > a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F1F1F1;
}
.site-footer-social-wrapper > a+a {
  margin-left: 10px;
}
.site-footer-bonus-register {
  margin: 35px 0 0;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 11px;
  max-width: 218px;
}
.site-footer-bonus-register-icon {
  margin-right: 11px;
  width: 24px!important;
}
.site-footer-bonus-register-icon > svg {
  width: 100%;
  height: auto;
}
.site-footer-bottom {
  border-top: 1px solid #DDDDDD;
  height: 50px;
}
.site-footer-bottom > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.site-footer-payments {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer-payments > div+div {
  margin-left: 5px;
}
.site-footer-copyright {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.site-footer-developed > a {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer-default-menu .grid-cols {
  max-width: 100%;
}
.footer-links-menus-wrapper {
  display: none;
}
.footer-links-menus-wrapper-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.footer-links-menus-wrapper-inner > a {
  width: 25%;
}
.footer-links-content {
  padding: 20px 0 38px;
  background: #F1F1F1;
}
.footer-links-titles {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 35px;
}
.footer-links-titles > a {
  padding: 10px;
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  transition: .3s;
  position: relative;
}
.footer-links-titles > a:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 100%;
  width: 0;
  height: 1px;
  background: var(--black);
  transform: translateX(-50%);
  transition: .3s;
}
.footer-links-titles > a+a {
  margin-left: 15px;
}
.footer-links-titles > a.active {
  color: var(--black);
}
.footer-links-titles > a.active:before {
  width: calc(100% - 20px);
}
.footer-links-menus-wrapper-inner > a {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
}
.breadcrumb-title-wrapper {
  display: grid;
  /*grid-template-columns: repeat(3, 1fr);*/
  grid-template-columns: 1fr;
  grid-gap: 16px;
  align-items: center;
  width: 100%;
}
.category-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.custom-breadcrumb > li {
  position: relative;
  padding-right: 18px;
  margin-right: 15px;
}
.custom-breadcrumb > li > a {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-breadcrumb > li > span {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-breadcrumb > li:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: var(--black);
}
.custom-breadcrumb > li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.custom-breadcrumb > li:last-child:before {
  display: none;
}
.breadcrumb-title-wrapper {
  padding: 0 15px;
  margin-top: 18px;
}
.h1-total-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.category-title {
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.h1-total-wrapper > span {
  margin-left: 10px;
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-categories-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1470px;
  margin: 0 auto 31px;
}
.main-categories-wrapper > .swiper {
  width: calc(100% - 160px);
}
.main-categories-wrapper > a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
  border-radius: 50%;
  transition: .3s;
}
.main-categories-wrapper > a:hover {
  background: var(--black);
}
.main-categories-wrapper > a > svg > path {
  transition: .3s;
}
.main-categories-wrapper > a:hover > svg > path[fill] {
  fill: #FFFFFF;
}
.main-categories-wrapper > a:hover > svg > path[stroke] {
  stroke: #FFFFFF;
}
.main-category-item {
  width: 100%;
}
.main-category-item > a {
  width: 100%;
}
.main-category-item-image {
  background: #F1F1F1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0!important;
  padding-bottom: 100%;
  width: 100%;
  margin: 0 0 6px;
  overflow: hidden;
  position: relative;
}
.main-category-item-image > img {
  align-self: center;
  mix-blend-mode: multiply;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.main-category-item > a > span {
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  display: block;
  width: 100%;
}
#content-top .module-filter.module-filter-304 {
  display: flex;
}
.module-filter.module-filter-304 .module-title,
.module-filter.module-filter-304 .panel-heading {
  display: none;
}
.module-filter.module-filter-304 .image-only .panel-body > div {
  justify-content: center;
}
.module-filter.module-filter-304 .image-only .panel-body > div > label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-filter.module-filter-304 .image-only .panel-body > div > label+label {
  margin-left: 30px;
}
.module-filter.module-filter-304 .panel-body > div > label .count-badge {
  color: var(--black50, #808080);
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: unset;
  height: unset;
  padding: unset;
  border-radius: unset;
  background: unset;
  border: none;
  position: relative;
  margin-left: 6px;
}
.main-products.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 50px!important;
}
#content-top .module-filter {
  display: none;
}
.main-products.product-big {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.main-products.product-small {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.main-products.product-big > div:nth-child(3),
.main-products.product-big > div:nth-child(10),
.main-products.product-big > div:nth-child(18n + 3),
.main-products.product-big > div:nth-child(18n + 10)
/*.main-products.product-big > div:nth-child(21),
.main-products.product-big > div:nth-child(28),
.main-products.product-big > div:nth-child(39),
.main-products.product-big > div:nth-child(46),
.main-products.product-big > div:nth-child(57),
.main-products.product-big > div:nth-child(64)*/ {
  grid-column: span 2;
  grid-row: span 2;
}
.main-products.product-big > .ias-trigger-prev+div+div {
  grid-column: unset;
  grid-row: unset;
}
.main-products.product-big > .ias-trigger-prev+div+div+div {
  grid-column: span 2;
  grid-row: span 2;
}
body .products-filter {
  padding: 3px 0;
  background: transparent;
  margin-bottom: 17px;
  position: sticky;
  top: 50px;
  background: #FFFFFF;
  z-index: 97;
}
.grid-list button.active > svg > rect {
  stroke: #808080;
}
.main-products+.pagination-results {
  display: flex!important;
  margin-top: 75px!important;
  letter-spacing: unset!important;
  padding-top: 25px!important;
}
.main-products+.pagination-results > div {
  width: 100%;
}
.pagination-results {
  position: relative;
}
.pagination-results:hover {
  z-index: 9999;
}
.custom-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: unset;
}
.custom-pagination > li+li {
  margin-left: 35px;
}
.custom-pagination > li > span {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
.custom-pagination > li > span:before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(100% + 5px);
  width: 100%;
  height: 1px;
  background: var(--black);
}
.custom-pagination > li > a {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: .3s;
}
.custom-pagination > li > a:hover {
  color: var(--black);
}
.ias-spinner,
.ias-trigger,
.ias-noneleft {
  display: none!important;
}
.pagination-results-more {
  margin: 28px 0 90px;
}
.category-faqs {
  margin: 57px auto 90px;
  max-width: 1330px;
  width: 100%;
}
.category-faqs-title {
  color: var(--black, #000);
  text-align: center;
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
  margin: 0 0 43px;
}
.category-faqs-answer {
  display: none;
  padding: 25px 72px 34px 28px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  border-bottom: 1px solid #DDD;
}
.category-faqs-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 20px 21px 28px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #DDD;
  transition: .3s;
}
.category-faqs-item:first-child .category-faqs-toggle {
  border-top: 1px solid #DDD;
}
.category-faqs-toggle.active {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
}
.category-faqs-toggle.active > svg > path:first-child {
  opacity: 0;
  visibility: hidden;
}
.products-filter-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.products-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.products-filter-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 16px;
}
.products-filter-select-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 60px;
}
.products-filter-select-item+.products-filter-select-item {
  margin-left: 5px;
}
.products-filter-select-item > a {
  width: 208px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DDD;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.products-filter-select-item > a > svg {
  transition: .3s;
}
.products-filter-select-item > a.active > svg {
  transform: rotate(180deg);
}
.toggle-all-filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.toggle-all-filters > svg {
  margin-right: 15px;
}
.products-filter-select-item {
  position: relative;
}
.products-filter-select-list {
  position: absolute;
  top: calc(100% + 13px);
  width: 390px;
  padding: 23px 15px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
  border: 1px solid #DDDDDD;
  z-index: 9;
  background: #FFFFFF;
  display: none;
}
.products-filter-select-list:before {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  border: 1px solid #DDDDDD;
  border-left: 0;
  border-bottom: 0;
  z-index: -1;
  top: 0;
}
.products-filter-select-list-values,
.products-filter-select-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.products-filter-select-list-values {
  width: 100%;
  max-height: calc(31px + 33px * 7);
  overflow-y: auto;
  padding: 3px;
  gap: 8px;
}
.products-filter-select-list-values > label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}
/*.products-filter-select-list-values > label+label {
  margin-top: 8px;
}*/
.custom-checkbox-label > input,
.products-filter-select-list-values > label > input {
  display: none;
}
.custom-checkbox {
  width: 25px;
  height: 25px;
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  transition: .3s;
  position: relative;
}
.error-field +label .custom-checkbox {
  border: 1px solid red;
}
.custom-checkbox:after {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: transparent;
  border: 2px solid red;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}
.error-field+label .custom-checkbox:after {
  opacity: 1;
  visibility: visible;
}
.custom-checkbox:before {
  position: absolute;
  content: '';
  left: -4px;
  top: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: transparent;
  border: 3px solid rgba(0, 0, 0, .15);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}
.ocf-value:hover .custom-checkbox:before,
label:hover > .custom-checkbox:before {
  opacity: 1;
  visibility: visible;
}
.ocf-value-input:before,
.ocf-value-input:after {
  display: none!important;
}
body .ocf-value-input {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  margin: 0;
}
body .ocf-value {
  padding-left: 3px!important;
}
body .ocf-value+.ocf-value {
  margin: 0 0 8px;
}
body .ocf-value-name {
  margin-left: 15px;
  margin-right: 3px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.ocf-value:hover .custom-checkbox,
label:hover > .custom-checkbox {
  border: 1px solid #000000;
}
.custom-checkbox-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.custom-checkbox-label .custom-checkbox {
  margin-right: 10px;
}
.custom-checkbox > svg {
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 2;
}
.ocf-selected .custom-checkbox,
input[type="checkbox"]:checked+.custom-checkbox {
  border: 1px solid #000000;
}
.ocf-selected .custom-checkbox > svg,
input[type="checkbox"]:checked+.custom-checkbox > svg {
  opacity: 1;
  visibility: visible;
}
.custom-checkbox > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-filter-select-list-label {
  margin-left: 15px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.products-filter-select-list-wrapper > a {
  width: 100%;
  margin-top: 20px;
}
.one-column .fixed-filter+.container-default #content {
  max-width: 100%;
  padding-left: 0;
}
.manufacturer-image-filter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.manufacturer-image-filter > a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.manufacturer-image-filter > a > img {
  max-width: 122px;
  max-height: 65px;
  width: 100%;
  height: auto;
}
.manufacturer-image-filter > a+a {
  margin-left: 30px;
}
.manufacturer-image-filter > a .manufacturer-image-total {
  color: var(--black50, #808080);
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: unset;
  height: unset;
  padding: unset;
  border-radius: unset;
  background: unset;
  border: none;
  position: relative;
  margin-left: 6px;
}
html.fixed-filter-opacity {
  position: relative;
  overflow: hidden;
}
html.fixed-filter-opacity:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: var(--black, #000);
  z-index: 100;
}
.fixed-filter {
  position: fixed;
  top: 0;
  left: -500px;
  width: 480px;
  height: 100dvh;
  background: #FFFFFF;
  transition: .5s;
  z-index: 999;
  padding: 24px 18px 23px 30px;
}
.close-fixed-filter {
  position: absolute;
  right: 20px;
  top: 30px;
}
.fixed-filter .side-column {
  max-width: 100%;
  padding: 15px 22px 0 0;
  height: 100%;
}
.fixed-filter .side-column > .grid-rows,
.fixed-filter .side-column > .grid-rows > .grid-row {
  height: 100%;
}
.side-column .module-filter .panel-group {
  padding-right: 20px;
}
.fixed-filter.active {
  left: 0;
}
.fixed-filter-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 0 25px;
  border-bottom: 1px solid #DDDDDD;
  max-width: 390px;
}
.count-filter {
  display: none!important;
  min-width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  margin-left: 5px;
  color: var(--white, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 12px */
  border-radius: 50%;
}
.fixed-filter-title > svg {
  margin-right: 15px;
}
.filter-categories {
  margin: 0 0 18px;
}
.filter-categories-current > a {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.filter-categories-wrapper {
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px 20px;
}
.filter-categories-wrapper > a {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.filter-categories-wrapper > a.active,
.filter-categories-wrapper > a:hover {
  color: var(--black);
}
.filter-other-categories {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px 0 0;
  gap: 15px;
}
.filter-other-categories-item {
  width: 100%;
  padding-right: 15px;
}
.filter-other-categories-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.filter-other-categories-item > a > svg {
  transition: .3s;
}
.filter-other-categories-item > a.active > svg {
  transform: rotate(180deg);
}
.filter-other-sub-categories {
  display: none;
}
.filter-other-sub-categories-wrapper {
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px 20px;
}
.filter-other-sub-categories-wrapper > a {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.filter-other-sub-categories-wrapper > a.active,
.filter-other-sub-categories-wrapper > a:hover {
  color: var(--black);
}
.module-filter.module-filter-36 .title {
  display: none!important;
}
.module-filter.module-filter-36 .panel-group .panel-active .panel-heading a::before {
  display: none!important;
}
.module-filter.module-filter-36 .panel-group .panel-heading a {
  padding: 16px 0;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.module-filter.module-filter-36 .panel-group .panel-heading a > span {
  max-width: calc(100% - 20px);
}
.module-filter.module-filter-36 .panel-group .panel-heading a > svg {
  min-width: 15px;
}
.module-filter.module-filter-36 .panel-group .panel-heading a > svg > path {
  transition: .3s;
}
.module-filter.module-filter-36 .panel-group .panel-heading a:not(.collapsed) > svg > path:first-child {
  opacity: 0;
  visibility: hidden;
}
.module-filter.module-filter-36 .panel-body > div > label input {
  display: none!important;
}
.module-filter.module-filter-36 .panel-body > div > label input+* {
  margin: 0!important;
}
.module-filter.module-filter-36 .panel-body > div > label .links-text {
  margin-left: 15px;
  margin-right: 3px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.module-filter.module-filter-36 .panel-body > div > label {
  padding: 0;
  padding-left: 3px;
}
.module-filter.module-filter-36 .panel-body > div > label+label {
  margin-top: 8px;
}
.module-filter.module-filter-36 .panel-group .panel-body {
  padding: 20px 0 0;
}
.module-filter.module-filter-36 .panel-body > div > label .count-badge {
  background: transparent;
  min-width: unset;
  height: auto;
  padding: 0;
  border-radius: unset;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
#product-product {
  padding: 20px 0;
}
.product-info-wrapper {
  display: grid;
  grid-template-columns: calc(100% - 676px) 594px;
  grid-gap: 82px;
  margin-top: 38px;
}
.product-info-image {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.product-info-image-additional {
  width: 115px;
}
.product-info-image-main {
  width: calc(100% - 126px);
  position: relative;
}
.product-info-image-main > .swiper {
  width: calc(100% - 52px);
  margin: 0 auto;
}
.product-info-image-main > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}
.product-info-image-main > a.prev-slide-image {
  left: 0;
}
.product-info-image-main > a.next-slide-image {
  right: 0;
}
.product-info-image-main .swiper-slide > a {
  display: none;
}
.product-info-image-main .swiper-slide > img {
  width: 100%;
}
.product-info-image-additional .swiper .swiper-slide {
  max-height: 162px;
  min-height: 162px;
  overflow: hidden;
}
.product-info-image-additional .swiper .swiper-slide > img {
  border-bottom: 3px solid transparent;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: .15s;
}
.product-info-image-additional .swiper .swiper-slide.swiper-slide-thumb-active > img {
  border-bottom: 3px solid var(--black);
}
.product-info-image-additional .swiper {
  max-height: calc(162px * 5 + 40px);
}
.product-info-caption {
  padding-top: 37px;
}
.product-manufacturer-sku-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 23px;
}
.product-manufacturer-link {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.product-manufacturer-link > img {
  max-height: 45px;
  max-width: 140px;
}
.product-sku {
  color: var(--black50, #808080);
  text-align: right;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
}
.product-info-caption > h1 {
  color: var(--black, #000);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 18.7px */
  margin: 0 0 38px;
}
.price-wl-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 15px;
}
.price-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-old-price {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-decoration: line-through;
  margin-right: 13px;
}
.product-price {
  color: #EA4F44;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-price.black-color {
  color: var(--black);
}
.product-percent-discount {
  padding: 5px 12px;
  margin-left: 15px;
  background: #F1F1F1;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.price-wl-wrapper > a {
  width: 24px;
  height: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-wl-wrapper > a > svg > path {
  transition: .3s;
}
.price-wl-wrapper > a.active > svg > path {
  fill: #EA4F44;
  stroke: #EA4F44;
}
.product-added-discount {
  padding: 14px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
  background: #F1F1F1;
}
.product-added-discount > svg {
  margin-right: 15px;
}
.product-colors-list {
  margin: 30px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.product-colors-title {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}
.product-colors-title > span {
  font-weight: 600;
  color: var(--black);
  margin-left: 8px;
}
.product-colors-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-colors-wrapper > a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #DDDDDD;
  background: var(--white, #FFF);
  margin: 0 10px 10px 0;
  transition: .3s;
  padding: 4px;
  position: relative;
}
.product-colors-wrapper > a.out-of-stock-color:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  z-index: 2;
  transform: translateY(-50%) rotate(-45deg);
}
.product-colors-wrapper > a.active,
.product-colors-wrapper > a:hover {
  border: 1px solid var(--black);
}
.product-colors-wrapper > a > img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.10);
}
.product-sizes-list {
  margin: 15px 0 30px;
}
.product-sizes-table {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 20px;
}
.product-sizes-table > a {
  position: relative;
  padding-bottom: 6px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-sizes-table > a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--black);
}
.product-sizes-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 20px;
}
.product-sizes-title-wrapper > a {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.product-sizes-title-wrapper > a.active {
  cursor: default;
}
/*.product-sizes-title-wrapper > a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000000;
  transition: .3s;
}
.product-sizes-title-wrapper > a:hover:before,
.product-sizes-title-wrapper > a.active:before {
  width: 100%;
}*/
.product-sizes {
  display: none;
}
.product-sizes-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 17px;
}
.product-sizes-wrapper > a {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 7px;
  margin: 0 40px 15px 0;
  position: relative;
}
.product-sizes-wrapper > a.out-of-stock-size {
  color: var(--black50);
  text-decoration: line-through;
  pointer-events: none;
}
.product-sizes-wrapper > a:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: var(--black);
  transition: .3s;
}
.product-sizes-wrapper > a.active:before,
.product-sizes-wrapper > a:not(.out-of-stock-size):hover:before {
  width: calc(100% + 35px);
}
.product-info-caption-delimeter {
  margin: 22px 0 26px;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
}
.product-infocart-btn-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 10px;
  margin: 0 0 31px;
  position: relative;
}
.product-infocart-btn-wrapper .text-danger {
  position: absolute;
  left: 0;
  bottom: calc(100% + 6px);
  font-family: Montserrat;
  font-style: normal;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  color: red;
}
.product-infocart-btn-wrapper.once-col {
  grid-template-columns: 1fr;
}
.product-infocart-btn-wrapper.once-col > a {
  width: 100%;
}
.btn-default-grey {
  padding: 15px 40px;
  background: #F1F1F1;
  color: var(--50, #808080);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.product-info-delivery-warranty-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product-info-delivery-warranty-item {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.product-info-delivery-warranty-item:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--black);
}
.product-detail-wrapper {
  margin: 114px 0 62px;
  display: grid;
  grid-template-columns: 405px 1fr;
  grid-gap: 52px;
  align-items: flex-start;
}
.product-detail-image > img {
  width: 100%;
  height: auto;
}
.product-detail-caption-title {
  margin: 16px 0 49px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.product-detail-caption-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 46px;
  align-items: flex-start;
}
.product-detail-caption-item-title {
  color: var(--black, #000);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 23.8px */
  margin-bottom: 9px;
}
.product-detail-caption-item-title.with-m-b {
  margin-bottom: 21px;
}
.product-detail-caption-desc-content {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  margin: 0 0 39px;
}
.product-detail-caption-composition-care-content {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
.product-detail-attribute-wrapper {
  margin-top: 16px;
}
.product-detail-attribute-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 21px;
}
.product-detail-attribute-item+.product-detail-attribute-item {
  margin-top: 11px;
}
.product-detail-attribute-item-name {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
.product-detail-attribute-item-value {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
.product-detail-caption-manufacturer {
  margin: 46px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 0;
  border-bottom: 2px solid var(--black);
  position: relative;
}
.product-detail-caption-manufacturer > img {
  position: absolute;
  bottom: 0;
}
.product-detail-caption-manufacturer > img.left-pattern {
  left: 0;
}
.product-detail-caption-manufacturer > img.right-pattern {
  right: 0;
}
.product-detail-caption-manufacturer > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  position: relative;
  z-index: 3;
}
.product-detail-caption-manufacturer > a > img {
  margin-left: 42px;
  max-width: 200px;
  height: auto;
}
.complete-look-wrapper {
  position: relative;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 60px 50px 0;
}
.complete-look-wrapper.complete-look-wrapper-once {
  padding: 50px 60px;
}
.complete-look-wrapper.complete-look-wrapper-once:before {
  width: 0;
}
.complete-look-wrapper:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background: #FFFFFF;
  z-index: 1;
}
.complete-look-wrapper > img.left-pattern {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.complete-look-wrapper > .complete-look-pattern-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 68px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.complete-look-wrapper > .complete-look-pattern-wrapper > img {
  align-self: flex-end;
}
.complete-look-wrapper > div:not(.complete-look-pattern-wrapper) {
  position: relative;
  z-index: 3;
}
.complete-look-images {
  max-width: 493px;
  width: 100%;
}
.complete-look-products {
  max-width: calc(100% - 540px);
  width: 100%;
}
.complete-look-wrapper:not(.complete-look-wrapper-once) .related-liked-products-title {
  text-align: left;
}
.complete-look-wrapper-once .complete-look-products {
  max-width: 100%;
}
.complete-look-images {
  display: grid;
  grid-template-columns: 90px 357px;
  grid-gap: 46px;
  align-items: center;
}
.complete-look-images-thumbs .swiper-slide {
  height: 126px!important;
  min-height: 126px;
  max-height: 126px;
}
.complete-look-images-thumbs {
  height: calc(126px * 3 + 20px);
}
.complete-look-images-main .swiper-slide > img {
  width: 100%;
  height: auto;
}
.related-liked-products {
  display: grid;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /*grid-template-columns: repeat(2, calc((100% / 2) - 42px));*/
  margin: 120px 0 93px;
  position: relative; 
}
.related-liked-products.small-m-b {
  margin-bottom: 0;
}
.related-liked-products > svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  z-index: -1;
}
.related-liked-products > div {
  width: 100%;
  max-width: calc((100% / 2) - 21px);
}
.only-liked-products,
.only-related-products {
  margin: 80px 0 60px;
}
.related-liked-products-title {
  color: var(--black, #000);
  text-align: center;
  font-family: Philosopher;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 21px */
  margin: 0 0 38px;
}
.complete-look-wrapper+.viewed-products {
  margin-top: 50px;
}
.viewed-products-swiper > .swiper > a,
.liked-products-swiper > .swiper > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  background: var(--white);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
  outline: none;
  z-index: 10;
  transition: .3s;
  overflow: hidden;
}
.viewed-products-swiper > .swiper > a:before,
.liked-products-swiper > .swiper > a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--black);
  transition: .3s;
  z-index: 1;
}
.viewed-products-swiper > .swiper > a:hover:before,
.liked-products-swiper > .swiper > a:hover:before {
  top: 0;
}
.viewed-products-swiper > .swiper > a > svg,
.liked-products-swiper > .swiper > a > svg {
  position: relative;
  z-index: 2;
}
.viewed-products-swiper > .swiper > a > svg > path,
.liked-products-swiper > .swiper > a > svg > path {
  transition: .3s;
}
.viewed-products-swiper > .swiper > a:hover > svg > path[stroke],
.liked-products-swiper > .swiper > a:hover > svg > path[stroke] {
  stroke: var(--white);
}
.viewed-products-swiper > .swiper > a:hover > svg > path[fill],
.liked-products-swiper > .swiper > a:hover > svg > path[fill] {
  fill: var(--white);
}
.liked-products-swiper > .swiper {
  padding: 0 25px;
}
.viewed-products-swiper > .swiper {
  padding: 5px 25px;
}
.viewed-products-swiper > .swiper > a.swiper-left-arrow,
.liked-products-swiper > .swiper > a.swiper-left-arrow {
  left: 5px;
}
.viewed-products-swiper > .swiper > a.swiper-right-arrow,
.liked-products-swiper > .swiper > a.swiper-right-arrow {
  right: 5px;
}
.related-products-swiper > .swiper > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  background: var(--white);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
  outline: none;
  z-index: 10;
  overflow: hidden;
}
.related-products-swiper > .swiper > a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--black);
  transition: .3s;
  z-index: 1;
}
.related-products-swiper > .swiper > a:hover:before {
  top: 0;
}
.related-products-swiper > .swiper > a > svg {
  position: relative;
  z-index: 2;
}
.related-products-swiper > .swiper > a > svg > path {
  transition: .3s;
}
.related-products-swiper > .swiper > a:hover > svg > path[stroke] {
  stroke: var(--white);
}
.related-products-swiper > .swiper > a:hover > svg > path[fill] {
  fill: var(--white);
}
.related-products-swiper > .swiper {
  padding: 0 10px 10px!important;
}
.related-products-swiper > .swiper > a.swiper-left-arrow {
  left: 5px;
}
.related-products-swiper > .swiper > a.swiper-right-arrow {
  right: 5px;
}
.related-liked-products .swiper {
  overflow: hidden;
  padding: 0;
}
.related-liked-products .liked-products-swiper > a,
.related-liked-products .related-products-swiper > a {
  position: absolute;
  top: 163px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  background: var(--white);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
  outline: none;
  z-index: 10;
  overflow: hidden;
}
.related-liked-products .liked-products-swiper > a:before,
.related-liked-products .related-products-swiper > a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--black);
  transition: .3s;
  z-index: 1;
}
.related-liked-products .liked-products-swiper > a:hover:before,
.related-liked-products .related-products-swiper > a:hover:before {
  top: 0;
}
.related-liked-products .liked-products-swiper > a > svg,
.related-liked-products .related-products-swiper > a > svg {
  position: relative;
  z-index: 2;
}
.related-liked-products .liked-products-swiper > a > svg > path,
.related-liked-products .related-products-swiper > a > svg > path {
  transition: .3s;
}
.related-liked-products .liked-products-swiper > a:hover > svg > path[stroke],
.related-liked-products .related-products-swiper > a:hover > svg > path[stroke] {
  stroke: var(--white);
}
.related-liked-products .liked-products-swiper > a:hover > svg > path[fill],
.related-liked-products .related-products-swiper > a:hover > svg > path[fill] {
  fill: var(--white);
}
.related-liked-products .liked-products-swiper,
.related-liked-products .related-products-swiper {
  padding: 0 25px;
  position: relative;
}
.related-liked-products .liked-products-swiper .swiper,
.related-liked-products .related-products-swiper .swiper {
  padding: 4px;
  position: relative;
}
.related-liked-products .liked-products-swiper > a.swiper-left-arrow,
.related-liked-products .related-products-swiper > a.swiper-left-arrow {
  left: 5px;
}
.related-liked-products .liked-products-swiper > a.swiper-right-arrow,
.related-liked-products .related-products-swiper > a.swiper-right-arrow {
  right: 5px;
}
.related-liked-products .product-small .product-card-sizes-item {
  margin-right: 15px;
}
.notification-custom-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.wishlist-success-added,
.cart-success-added {
  display: none;
  background: #DCE8D5;
  padding: 13px 0;
  width: 100%;
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.wishlist-success-added > div,
.cart-success-added > div {
  position: relative;
}
.wishlist-success-added > div > a,
.cart-success-added > div > a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.notification-custom-wrapper > .alert+.alert {
  position: absolute;
}
.notification-custom-wrapper > .alert > div {
  position: relative;
}
.notification-custom-wrapper > .alert > div > a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.notification-custom-wrapper > .alert > div {
  font-size: 14px;
}
.notification-custom-wrapper > .alert > div {
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.notification-custom-wrapper > .alert {
  padding: 13px 0;
  width: 100%;
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.simple-form-label {
  display: flex;
}
#ask-question-popup .simple-form-label+.simple-form-label-btns,
#buy-presale-popup .simple-form-label+.simple-form-label-btns,
#buy-one-click-popup .simple-form-label+.simple-form-label-btns {
  margin-top: 30px;
}
.account-navigation-title {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  position: relative;
  text-align: center;
  margin: 0 0 15px;
}
.popup-form-title {
  color: var(--black, #000);
  text-align: center;
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
  margin: 0 0 7px;
}
.popup-form-subtitle {
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popup-form-subtitle > span {
  color: var(--black50);
}
.popup-form-window-inner > img {
  position: absolute;
  z-index: 0;
}
.popup-form-window-inner > img.pattern-lt {
  left: -20px;
  top: -20px;
}
.popup-form-window-inner > img.pattern-rb {
  right: -20px;
  bottom: -20px;
}
.custom-mfp-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  line-height: 1;
  display: flex;
}
.scroll-top-wrapper {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.scroll-top-wrapper > a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  right: unset;
  bottom: unset;
}
.scroll-top-wrapper > a.btn-default-cirlce-black {
  background: var(--black);
  transition: .3s;
}
.scroll-top-wrapper > a.btn-default-cirlce-black > svg > path {
  transition: .3s;
}
.scroll-top-wrapper > a.btn-default-cirlce-black:hover > svg > path[stroke] {
  stroke: var(--black);
}
.scroll-top-wrapper > a.btn-default-cirlce-black:hover > svg > path[fill] {
  fill: var(--black);
}
.scroll-top-wrapper > a.btn-default-cirlce-black:hover {
  background: var(--white);
}
.scroll-top-wrapper > a.btn-default-cirlce-white {
  background: var(--white);
  transition: .3s;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
}
.scroll-top-wrapper > a.btn-default-cirlce-white:hover {
  background: var(--black);
}
.scroll-top-wrapper > a.btn-default-cirlce-white > svg > path {
  transition: .3s;
}
.scroll-top-wrapper > a.btn-default-cirlce-white:hover > svg > path {
  stroke: var(--white);
}
.scroll-top-wrapper > a.scroll-top.scroll-top-active,
.scroll-top-wrapper > a.scroll-top {
  position: relative;
  display: flex!important;
}
.scroll-top-wrapper > a+a {
  margin-top: 9px;
}
#size-table-popup.popup-form-window {
  width: 800px;
}
.size-description-wrapper {
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-gap: 58px;
  align-items: center;
  margin: 23px 0 12px;
}
.size-description-text {
  text-align: left;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
}
.size-description-text > p > b {
  font-weight: 600;
}
.size-description-text > p {
  margin: 0;
}
.size-table-content table tbody tr:not(:first-child) td {
  background: transparent!important;
}
.size-table-content table tbody tr:first-child td {
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 14px 0 13px!important;
  border: none!important;
}
.size-table-content table tbody tr td {
  border: 1px solid #DDDDDD;
  border-bottom: none;
  width: 25%;
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0 9px!important;
}
.size-table-content table tbody tr td+td {
  border-left: none;
}
#size-table-popup .popup-form-window-inner {
  padding: 75px 42px 46px;
}
.fixed-right-panel {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 480px;
  max-width: 100%;
  padding: 25px 18px 22px 30px;
  height: 100%;
  background: var(--white);
  z-index: 999;
  transition: .4s;
}
.fixed-right-panel.active {
  right: 0;
}
.fixed-right-panel > a {
  position: absolute;
  right: 20px;
  top: 30px;
  line-height: 1;
  display: flex;
}
.content-right-panel-title {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 26px;
  border-bottom: 1px solid #DDDDDD;
  max-width: calc(100% - 42px);
}
.content-right-panel {
  height: 100%;
}
.content-right-panel-text {
  padding: 15px 42px 0 0;
  max-height: 94%;
  overflow-y: auto;
}
.content-right-panel-text > .text-h4 {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 23.8px */
  text-transform: uppercase;
  margin: 0 0 6px;
}
.content-right-panel-text > p {
  margin: 0 0 25px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.account-wishlist-product {
  flex: 0 1 75%;
}
.account-wishlist-product-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
}
.account-wishlist-product-title {
  margin: 0 0 31px;
  color: var(--black, #000);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
}
.account-wishlist-product-filter {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.checkout-cart-wrapper {
  display: grid;
  grid-template-columns: 1fr 596px;
  grid-gap: 79px;
  align-items: flex-start;
  margin: 72px 0 102px;
}
.checkout-cart-product-item {
  padding: 23px 25px 20px 20px;
  display: grid;
  grid-template-columns: 131px 1fr;
  grid-gap: 22px;
  border-bottom: 1px solid #DDD;
}
.checkout-cart-product-caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.checkout-cart-product-manufacturer-price-wr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-cart-product-manufacturer {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.checkout-cart-product-price {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.checkout-cart-product-price.special-exists {
  color: #EA4F44;
}
.checkout-cart-product-name {
  display: flex;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.not-stock-cart {
  margin-left: 5px;
  color: var(--red);
  font-weight: bold;
}
.checkout-cart-product-option-item {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.checkout-cart-product-option-name {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkout-cart-product-option-value {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.checkout-cart-product-option-image {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
}
.checkout-cart-product-option-image > img {
  border-radius: 50%;
  width: 17px;
  height: 17px;
  align-self: center;
}
.checkout-cart-product-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.checkout-cart-product-price-old {
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin-right: 20px;
}
.checkout-cart-product-discount {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;
}
.checkout-cart-product-price-main {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.checkout-cart-product-price-main.special-exists {
  color: #EA4F44;
}
.checkout-cart-product-quantity-btn-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-cart-product-quantity {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
}
.checkout-cart-product-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.checkout-cart-product-btn-wrapper > a {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .3s;
  display: flex;
  align-items: center;
}
.checkout-cart-product-btn-wrapper > a:hover {
  color: var(--black, #000);
}
.checkout-cart-product-btn-wrapper > a > svg {
  margin-right: 8px;
}
.checkout-cart-product-btn-wrapper > a+a {
  margin-left: 50px;
}
.checkout-cart-product-btn-wrapper > a > svg > path {
  transition: .3s;
}
.checkout-cart-product-btn-wrapper > a.active > svg > path {
  fill: #EA4F44;
  stroke: #EA4F44;
}
.quantity-field-wrapper {
  position: relative;
  width: 74px;
}
.quantity-field-wrapper:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 1px;
  background: #DDD;
}
.quantity-field-wrapper > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  display: flex;
}
.quantity-field-wrapper > a.minus-quantity {
  left: 0;
}
.quantity-field-wrapper > a.plus-quantity {
  right: 0;
}
.quantity-field-wrapper > input.form-control {
  width: 100%;
  border: none;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent!important;
  border: none!important;
  outline: none!important;
}
.total-panel-wrapper {
  position: sticky;
  top: 50px;
  padding: 53px 39px 37px 41px;
  background: #F1F1F1;
}
.total-panel-wrapper > img {
  position: absolute;
  z-index: 1;
}
.total-panel-wrapper > img.pattern-top {
  top: 0;
  left: 0;
}
.total-panel-wrapper > img.pattern-bottom {
  bottom: 0;
  right: 0;
}
.total-panel-wrapper > div {
  position: relative;
  z-index: 2;
}
.checkout-cart-bonuses-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  margin: 0 0 27px;
}
.checkout-cart-bonuses-delimeter {
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  transform: translate(-50%, -50%);
  z-index: 3;
  background: #F1F1F1;
  width: 3px;
  height: 8px;
}
.checkout-cart-bonuses-delimeter:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: calc(100% + 7px);
  width: 3px;
  height: 4px;
  background: #F1F1F1;
}
.checkout-cart-bonuses-delimeter:after {
  position: absolute;
  content: '';
  left: 0;
  top: calc(100% + 7px);
  width: 3px;
  height: 4px;
  background: #F1F1F1;
}
.checkout-cart-bonuses-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px 12px;
  background: #FFFFFF;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
  clip-path: polygon(0 0, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0% calc(100% - 10px), 0% 10px);
}
.checkout-cart-bonuses-all-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.checkout-cart-bonuses-all-left > svg {
  margin-right: 12px;
}
.checkout-cart-bonuses-use-right,
.checkout-cart-bonuses-all-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.checkout-cart-bonuses-use-value,
.checkout-cart-bonuses-all-value {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.checkout-cart-bonuses-use-value-text,
.checkout-cart-bonuses-all-value-text {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkout-cart-bonuses-use {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 26px 11px 19px;
  background: #FFFFFF;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 0, 100% 100%, calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
}
.checkout-cart-bonuses-use-left {
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  max-width: 118px;
}
.checkout-cart-product-total-top-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
.checkout-cart-product-total-top-item {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.checkout-cart-product-total-top-item-name {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkout-cart-product-total-top-item-value {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.total-panel-delimeter {
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  margin: 19px 0;
}
.checkout-cart-bonuses-use-wrapper {
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.checkout-cart-bonuses-use-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.checkout-cart-bonuses-use-title > svg {
  margin-right: 12px;
}
.checkout-cart-bonuses-use-input {
  display: grid;
  grid-template-columns: 1fr 80px;
  grid-gap: 10px;
}
.checkout-cart-bonuses-use-input > input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: var(--white, #FFF);
  border: none;
  outline: none;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.checkout-cart-bonuses-use-input > a {
  width: 80px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black, #000);
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.checkout-cart-bonuses-use-input > a:hover {
  color: var(--white);
}
.checkout-cart-promocode-wrapper {
  display: grid;
  grid-template-columns: 1fr 80px;
  grid-gap: 10px;
}
.checkout-cart-promocode-input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.checkout-cart-promocode-input > svg {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.checkout-cart-promocode-input > input {
  width: 100%;
  height: 50px;
  padding: 0 20px 0 56px;
  background: var(--white, #FFF);
  border: none;
  outline: none;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.checkout-cart-promocode-wrapper > a {
  width: 80px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black, #000);
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: .3s;
}
.checkout-cart-promocode-wrapper > a:hover {
  color: #FFF;
}
.checkout-cart-product-total-bottom-wrapper {
  margin: 25px 0 21px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 14px;
}
.checkout-cart-product-total-bottom-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.checkout-cart-product-total-bottom-item-name {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkout-cart-product-total-bottom-item-value {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.f-w-600 {
  font-weight: 600!important;
}
.checkout-cart-bonuses-rules {
  margin-top: 20px;
  padding-left: 15px;
  position: relative;
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkout-cart-bonuses-rules:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '*';
}
.total-panel-wrapper > .back-shop-btn {
  position: absolute;
  top: calc(100% + 27px);
  left: 50%;
  transform: translateX(-50%);
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.total-panel-wrapper > .back-shop-btn > svg {
  margin-right: 17px;
}
.cart-empty-container {
  margin: 80px 0 50px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  position: relative;
  padding: 115px 0 114px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-empty-container > img {
  position: absolute;
}
.cart-empty-container > img.top-pattern {
  top: 0;
  left: 85px;
}
.cart-empty-container > img.bottom-pattern {
  bottom: 0;
  right: 245px;
}
.cart-empty-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cart-empty-title {
  color: var(--black, #000);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 22px */
  margin: 0 0 19px;
}
.cart-empty-title > svg {
  margin-right: 10px;
}
.cart-empty-subtitle {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  margin: 0 0 24px;
}
.cart-empty-caption .btn-center-wrapper > a+a {
  margin-left: 10px;
}
#checkout-cart-empty {
  margin-bottom: 140px;
}
.route-extension-module-custom .d-none-checkout {
  display: none!important;
}
.checkout-page-wrapper {
  display: grid;
  grid-template-columns: 1fr 596px;
  grid-gap: 100px;
  margin: 75px 0 130px;
}
.checkout-login-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 37px;
}
.checkout-login-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  background: #F1F1F1;
  margin-right: 9px;
}
.checkout-login-btn-wrapper > .custom-radio > label {
  position: relative;
  padding: 10px;
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  transition: .3s;
}
.checkout-login-btn-wrapper > .custom-radio > label:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--black, #000);
  transition: .3s;
  transform: translateX(-50%);
}
.checkout-login-btn-wrapper > .custom-radio > input {
  display: none;
}
.checkout-login-btn-wrapper > .custom-radio > input:checked+label {
  color: var(--black, #000);
}
.checkout-login-btn-wrapper > .custom-radio > input:checked+label:before {
  width: calc(100% - 20px);
}
.checkout-login-btn-wrapper > .custom-radio+.custom-radio {
  margin-left: 15px;
}
.checkout-login-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 42px 47px;
}
.btn-full-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel-body.checkout-login-form {
  grid-gap: 15px 47px;
  margin-top: 30px;
  padding-left: 69px!important;
}
.panel-body:before,
.panel-body:after {
  display: none!important;
}
.checkout-login-form .btn-full-wrapper {
  grid-column: span 2;
}
.checkout-login-form .btn-full-wrapper > button,
.checkout-login-form .btn-full-wrapper > a,
.btn-full-wrapper > a {
  width: 100%;
}
.checkout-login-form .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkout-login-form .form-group > input {
  width: 100%;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  height: auto;
  padding: 14px 20px 12px;
}
.checkout-login-form .form-group > label {
  margin: 0 0 2px 20px;
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}
.checkout-login-form .form-group > a {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
}
.checkout-login-form .form-group > a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--black);
}
.auth-form-title {
  color: var(--black, #000);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
  margin: 0 0 30px 5px;
}
.checkout-page-wrapper .panel-default {
  border: none;
  box-shadow: unset;
}
.checkout-page-wrapper .panel-body {
  padding: unset;
}
.checkout-social-login {
  margin: 43px 0 0;
}
.checkout-social-login-title {
  position: relative;
  width: 100%;
  text-align: center;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 22.1px */
  margin: 0 0 29px;
}
.checkout-social-login-title:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 42px);
  height: 1px;
  background: var(--black);
}
.checkout-social-login-title > span {
  padding: 0 15px;
  background: var(--white);
  position: relative;
  z-index: 2;
}
.checkout-social-login-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-social-login-wrapper > a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F1F1F1;
}
.checkout-social-login-wrapper > a+a {
  margin-left: 15px;
}
#custom-login {
  margin: 0 0 81px;
}
.checkout-step-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.checkout-step-number {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
  border-radius: 50%;
  margin-right: 19px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
}
.checkout-step-title {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
/*.checkout-step-content {
  display: none;
}*/
#custom-cart,
#custom-shipping {
  margin-bottom: 30px;
}
#custom-login .simple-form-label.radio-btns-label-container {
  grid-column: span 2;
}
#custom-login .simple-form-label+.simple-form-label,
#custom-login .simple-form-label.radio-btns-label-container + .simple-form-label {
  margin-top: 0;
}
.once-row-grid {
  grid-column: span 2;
}
.simple-form-label.once-row-grid.flex-col-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#custom-login .simple-form-label-checkbox+.simple-form-label.radio-btns-label-container {
  margin: 14px 0 31px 40px;
}
.simple-form-label.simple-form-label-checkbox.m-b-20 {
  margin-bottom: 20px!important;
}
#custom-login .simple-form-label-checkbox {
  align-items: center;
}
.shipping-method-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 43px;
  padding-left: 69px;
  margin: 39px 0 38px;
}
#shipping-existing .nice-select {
  max-width: 350px;
}
#shipping-existing .nice-select .current {
  display: block;
  overflow: hidden;
  width: 100%;
}
.checkout-step-content .radio-item+.radio-item {
  margin: 25px 0 0;
}
.payment-method-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 43px;
  padding-left: 69px;
  margin: 39px 0 38px;
}
.checkout-step-content .form-group {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkout-step-content .form-group .control-label {
  margin: 0 0 2px 20px;
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
}
.shipping-method-wrapper select.form-control,
.shipping-method-wrapper input.form-control,
.payment-method-wrapper select.form-control,
.payment-method-wrapper input.form-control,
.popup-customer-data-form input.form-control {
  width: 100%;
  border: 1px solid #DDD!important;
  background: var(--white, #FFF)!important;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  padding: 14px 20px 12px;
  height: auto;
  border-radius: unset!important;
  box-shadow: none!important;
}
.custom-checkbox-wrapper {
  margin: 26px 0 0;
}
.custom-checkbox-wrapper > input[type="checkbox"] {
  display: none;
}
.custom-checkbox-wrapper > input[type="checkbox"]:checked+label>.custom-checkbox {
  border: 1px solid #000000;
  background: #FFF;
}
.custom-checkbox-wrapper > input[type="checkbox"]:checked+label>.custom-checkbox > svg {
  opacity: 1;
  visibility: visible;
}
.custom-checkbox-wrapper > label,
.custom-checkbox-wrapper > label a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.custom-checkbox-wrapper > label a {
  text-decoration: underline;
}
.custom-checkbox-wrapper > label > .custom-checkbox {
  margin-right: 15px;
}
#custom-comment {
  margin: 68px 0 0;
  /*display: none;*/
}
.form-group.custom-comment > label {
  margin: 0 0 2px 20px;
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-comment > textarea.form-control {
  padding: 14px 20px;
  border: 1px solid #DDD!important;
  background: var(--white, #FFF)!important;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  height: 110px;
  resize: none;
  box-shadow: none!important;
  border-radius: unset!important;
}
.custom-comment > textarea.form-control:active,
.custom-comment > textarea.form-control:focus {
  border: 1px solid #DDD!important;
}
#shipping-field-country-id {
  display: none!important;
}
.mobile-show {
  display: none!important;
}
.special-products .container-default-full {
  position: relative;
  z-index: 2;
}
.shadow-arrow-hover-white {
  position: relative;
}
.shadow-arrow-hover-white svg {
  transition: var(--palmira-transition);
}
.shadow-arrow-hover-white:hover svg {
  transform: translateX(20px);
  opacity: 0;
}
.shadow-arrow-hover-white span {
  position: relative;
}
.shadow-arrow-hover-white span::before {
  content: '';
  display: block;
  pointer-events: none;
  width: 0;
  left: 0;
  position: absolute;
  bottom: -10px;
  height: 1px;
  background-color: var(--white);
  transition: var(--palmira-transition);
}
.shadow-arrow-hover-white:hover span::before {
  width: 100%;
}
.desktop .products-filter-select-list-values::-webkit-scrollbar,
.desktop .panel-body::-webkit-scrollbar,
.desktop .seo-text-outer::-webkit-scrollbar {
  width: 4px; /* ширина для вертикального скролла */
  height: 4px; /* высота для горизонтального скролла */
  background-color: #DDDDDD;
}
.desktop .fixed-filter .side-column .grid-cols::-webkit-scrollbar {
  width: 17px; /* ширина для вертикального скролла */
  height: 4px; /* высота для горизонтального скролла */
  background-color: #DDDDDD;
}
/* ползунок скроллбара */
.faq-styles-tabs .tabs-navigation::-webkit-scrollbar-thumb {
  border-radius: unset;
  border: none;
  background: #000000;
}
.faq-styles-tabs .tabs-navigation::-webkit-scrollbar {
  width: 4px; /* ширина для вертикального скролла */
  height: 4px; /* высота для горизонтального скролла */
  background-color: #DDDDDD;
}
.desktop .fixed-filter .side-column .grid-cols::-webkit-scrollbar {
  width: 17px; /* ширина для вертикального скролла */
  height: 4px; /* высота для горизонтального скролла */
  background-color: #DDDDDD;
}
/* ползунок скроллбара */
.faq-styles-tabs .tabs-navigation::-webkit-scrollbar-thumb {
  border-radius: unset;
  border: none;
  background: #000000;
}
.filter-checkbox-image {
  width: 25px;
  height: 25px;
  transition: .3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-checkbox-image:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #DDDDDD;
  z-index: 1;
}
.filter-checkbox-image > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 3;
}
button .filter-checkbox-image img,
label .filter-checkbox-image img {
  border: none!important;
  width: 19px;
  height: 19px;
  object-fit: cover;
  transition: .3s;
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-53%, -47%);*/
  z-index: 2;
  align-self: center;
}
button:hover .filter-checkbox-image,
label:hover .filter-checkbox-image {
  border: 0;
}
button:hover .filter-checkbox-image img,
label:hover .filter-checkbox-image > img {
  width: 100%;
  height: 100%;
}
.ocf-selected .filter-checkbox-image,
label input[type="checkbox"]:checked+.filter-checkbox-image {
  padding: 0;
  border: 0;
}
.ocf-selected .filter-checkbox-image img,
label input[type="checkbox"]:checked+.filter-checkbox-image > img {
  width: 100%;
  height: 100%;
}
.ocf-selected .filter-checkbox-image svg,
label input[type="checkbox"]:checked+.filter-checkbox-image > svg {
  opacity: 1;
  visibility: visible;
}
.module-filter.module-filter-36 .panel-group .panel-heading {
  border-top: none!important;
}
.module-filter.module-filter-36 .panel-group .module-item+.module-item .panel-heading a {
  border-top: none!important;
}
.panel-group .panel-heading + .panel-collapse.in {
  border-bottom: 1px solid #DDDDDD;
}
.active-filters {
  width: 100%;
  padding: 11px 16px;
  border-top: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.active-filters > a {
  margin: 0 6px 5px 0;
  padding: 5px 15px;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.active-filters > a > svg {
  margin-left: 12px;
}
.active-filters > a.clear-all-f {
  padding: 3px 4px 6px;
  font-size: 13px!important;
  line-height: 1;
  background: transparent;
}
.clear-all-f-module {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 999;
}
.collection-products {
  margin: 55px 0;
  position: relative;
}
.collection-products > img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.collection-products-wrapper {
  display: grid;
  grid-template-columns: 565px calc(100% - 565px);
  align-items: flex-start;
}
.collection-products-caption {
  padding-left: 160px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
}
.collection-products-caption .default-section-title {
  text-align: left;
  margin: 0 0 30px;
}
.collection-products-list {
  overflow-x: hidden;
}
.actual-images {
  margin: 54px 0 47px;
  padding-left: 155px;
}
.actual-images-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.actual-images-slider {
  width: 100%;
  max-width: 581px;
  position: relative;
  padding: 0 5px;
}
.actual-images-slider .swiper-slide {
  width: 541px;
}
.actual-images-slider > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
  transition: .3s;
  overflow: hidden;
  z-index: 5;
}
.actual-images-slider > a.prev-slide {
  left: 0;
}
.actual-images-slider > a.next-slide {
  right: 0;
}
.actual-images-slider > a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: var(--black);
  transition: .3s;
  border-radius: 50%;
  z-index: 1;
}
.actual-images-slider > a > svg {
  position: relative;
  z-index: 3;
}
.actual-images-slider > a  > svg > path {
  transition: .3s;
}
.actual-images-slider > a:hover:before {
  top: 0;
}
.actual-images-slider > a:hover > svg > path[stroke] {
  stroke: var(--white);
}
.actual-images-slider > a:hover > svg > path[fill] {
  fill: var(--white);
}
.actual-images-products {
  width: 100%;
  max-width: 1095px;
}
.actual-images-tabs-content-item {
  display: none;
  overflow-x: hidden;
}
.actual-images-title {
  color: var(--black, #000);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
  margin: 0 0 21px 10px;
}
.actual-images-tabs-titles {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
}
.actual-images-tabs-titles > a {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  padding: 10px;
  margin: 0 15px 16px 0;
  transition: .3s;
  position: relative;
}
.actual-images-tabs-titles > a:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  background: var(--black50);
  transition: .3s;
}
.actual-images-tabs-titles > a:hover:before {
  width: calc(100% - 20px);
}
.actual-images-tabs-titles > a.active {
  color: var(--black);
}
.actual-images-tabs-titles > a.active:before {
  width: calc(100% - 20px)!important;
  background: var(--black)!important;
}
.actual-images .product-card-sizes-item {
  margin: 0 23px 0 0;
}
.actual-images .products-slider .swiper {
  padding: 10px 5px;
}
.manufacturer-tags {
  margin: 50px 0 43px;
}
.manufacturer-tags-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
} 
.manufacturer-tags-wrapper > a {
  margin: 0 40px 0 0;
  padding: 10px 0;
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: .3s;
}
.manufacturer-tags-wrapper > a:hover {
  color: var(--black);
}
.product-info-image-main-pagination {
  display: none!important;
}
.site-footer-address > br {
  display: none;
}
.search-result-product-item {
  position: relative;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  transition: .3s;
}
.search-result-product-item:hover {
  background: #F1F1F1;
}
.search-result-product-image {
  width: 72px;
}
.search-result-product-caption {
  width: calc(100% - 91px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
}
.search-result-product-manufacturer {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 4px;
}
.search-result-product-name {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search-result-product-caption-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search-result-product-old-price {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin-right: 10px;
}
.search-result-product-main-price {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#search-result {
  position: absolute;
  top: 100%;
  left: 52%;
  transform: translateX(-50%);
  max-width: 974px;
  width: 100%;
  padding: 25px 0 27px;
  background: var(--white);
}
.search-result-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  align-items: flex-start;
  max-width: 974px;
}
.search-result-product-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 20px;
}
.search-result-product-more {
  width: 100%;
  margin: 21px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-result-product-more > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.search-result-product-more > a > svg {
  margin-left: 10px;
}
.close-search-result {
  position: absolute;
  right: 23px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: translateY(-50%);
}
.header-search.active .close-search-result {
  opacity: 1;
  visibility: visible;
}
.desktop-header-active .header-search.active .search-button {
  opacity: 0;
  visibility: hidden;
}
.search-result-categories {
  display: flex;
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
}
.search-result-categories > a {
  transition: .3s;
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.search-result-categories > a+a {
  margin-top: 16px;
}
.search-result-categories > a:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--black);
  transform: translateX(-50%);
  transition: .3s;
}
.search-result-categories > a:hover {
  color: var(--black);
}
.search-result-categories > a:hover:before {
  width: 100%;
}
#search-result {
  display: none;
}
.search-form-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 20px;
}
.search-form-wrapper > .search-form {
  width: 100%;
  padding-right: 20px;
  position: relative;
  z-index: 3;
}
.search-form-wrapper > .search-form input {
  padding: 14px 20px 14px!important;
  font-size: 14px!important;
  border: 1px solid #DDDDDD!important;
  border-radius: unset!important;
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  height: 46px!important;
}
.manufacturer-description-wrapper {
  display: grid;
  grid-template-columns: 1fr 519px;
  grid-gap: 17px;
  align-items: center;
  margin: 39px 0 16px;
  background: #F1F1F1;
}
.manufacturer-description-left {
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.manufacturer-description-left > img {
  position: absolute;
  z-index: 1;
}
.manufacturer-description-left > img.top-pattern {
  left: 0;
  top: 0;
}
.manufacturer-description-left > img.bottom-pattern {
  right: 0;
  bottom: 0;
}
.manufacturer-description-logo {
  width: 385px;
  max-width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manufacturer-description-logo > img {
  align-self: center;
  width: 100%;
}
.manufacturer-description-left > div {
  position: relative;
  z-index: 2;
}
.manufacturer-description-short {
  width: 505px;
  margin-right: 100px;
  position: relative;
  z-index: 5!important;
}
.manufacturer-description-short-content {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.manufacturer-description-short-content+.btn-start-wrapper {
  margin-top: 16px;
  position: relative;
  z-index: 5;
}
.btn-default-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btn-default-more > svg {
  margin-left: 10px;
}
.manufacturer-description-image {
  position: relative;
}
.manufacturer-description-short-title {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 15px;
}
.custom-checkbox-label+.custom-checkbox-label {
  margin-top: 8px;
}
.route-information-offers .category-title {
  margin: 0;
}
.special-offers {
  padding: 71px 0 175px;
}
.special-offers-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px 20px;
}
.special-offers-item {
  position: relative;
}
.special-offers-image {
  position: relative;
}
.special-offers-subtitle {
  color: var(--white);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin: 0 0 7px;
}
.special-offers-name {
  color: var(--white);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 48px */
}
.special-offers-name > span {
  color: var(--black);
}
.special-offers-caption {
  position: absolute;
  left: 30px;
  bottom: 37px;
  width: calc(100% - 41px);
  z-index: 2;
}
.special-offers-bottom-caption {
  margin: 18px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.special-offers-bottom-end-text {
  color: var(--black50, #808080);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  margin: 0 0 9px;
}
.special-offers-bottom-date-btn-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.special-offers-bottom-date-timer {
  padding: 5px 12px;
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #DCE8D5;
}
.special-offers-bottom-date-btn-wrapper a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body {
  overflow: unset;
}
.container-fluid {
  padding: 0;
  width: 100%;
}
.error-not-found-wrapper {
  position: relative;
  height: 850px;
  overflow: hidden;
  width: 100%;
  background: #F1F1F1;
}
.error-not-found-wrapper > img {
  position: absolute;
  width: 11.09%;
  height: auto;
  z-index: 2;
  transition: .3s;
}
.error-not-found-wrapper > img:first-child {
  left: 20%;
  top: -12.59%;
}
.error-not-found-wrapper > img:nth-child(2) {
  right: 12.08%;
  top: 11.18%;
}
.error-not-found-wrapper > img:nth-child(3) {
  right: -6.82%;
  top: 49.65%;
}
.error-not-found-wrapper > img:nth-child(4) {
  right: 28.54%;
  bottom: -3.3%;
}
.error-not-found-wrapper > img:nth-child(5) {
  left: 14.53%;
  bottom: 13.53%;
}
.error-not-found-wrapper > img:nth-child(6) {
  left: -3.91%;
  top: 29.41%;
}
.error-not-found-wrapper > img.error-not-found-pattern-1 {
  position: absolute;
  width: 17.13%;
  height: auto;
  left: -6.875%;
  top: -6.35%;
}
.error-not-found-wrapper > img.error-not-found-pattern-2 {
  position: absolute;
  width: 21.45%;
  height: auto;
  right: -10.52%;
  top: -0.82%;
  transform: rotate(-193.108deg);
}
.error-not-found-wrapper > img.error-not-found-pattern-3 {
  position: absolute;
  width: 18.49%;
  height: auto;
  right: 5.16%;
  bottom: -14.18%;
  transform: rotate(-103.108deg);
}
.error-not-found-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 504px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 3;
}
.error-not-found-title {
  color: var(--black);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 55px */
  margin: 0 0 30px;
}
.error-not-found-text {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  margin: 0 0 30px;
}
.error-not-found-big {
  color: #FFF;
  font-family: Philosopher;
  font-size: 400px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 440px */
  position: absolute;
  top: 2.94%;
  left: 17.4%;
}
.search-form-wrapper {
  position: relative;
  padding: 55px 0;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.search-form-wrapper > img {
  position: absolute;
}
.search-form-wrapper > img:first-child {
  left: 55px;
  top: 0;
}
.search-form-wrapper > img:nth-child(2) {
  right: 46px;
  bottom: 0;
}
.route-product-search #content .search-form input {
  max-width: 650px;
  margin: 0;
}
.route-product-search #content .search-form .btn-default-black {
  min-width: 135px;
  padding: 15px 40px;
}
.search-form-wrapper > .search-form {
  width: 100%;
  max-width: 650px;
  padding-right: 0;
}
.not-find-products {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 19px;
  transform: translateX(-50%);
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
#content > p {
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.empty-products {
  margin-top: 79px;
}
.empty-products .default-section-title {
  font-size: 20px!important;
  margin: 0;
}
.empty-products .btn-end-wrapper {
  display: none!important;
}
.empty-products .accordeon-button-wrapper {
  margin-bottom: 24px;
}
.product-card-item.product-card-item-out {
  margin-bottom: 0!important;
  position: relative;
}
/*.product-card-item.product-card-item-out:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: rgba(0, 0, 0, .2);
  z-index: 3;
}*/
.product-card-item.product-card-item-out img {
  filter: grayscale(100%);
}
.product-card-item.product-card-item-out .product-card-caption {
  padding-bottom: 0!important;
  z-index: 2;
}
.product-card-item.product-card-item-out .product-card-options {
  display: none!important;
}
ul.dropdown-address {
  width: 100%;
  border-radius: 0 0 10px 10px!important;
}
.dropdown-address li > a {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */ 
  transition: .3s;
  padding: 4px 20px;
}
.dropdown-address li:hover {
  background: var(--black, #000)!important;
}
body .ocf-value-list {
  display: none;
  max-height: calc(25px * 6 + 8px * 5);
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 10px;
}
body .ocf-filter.ocf-slider .ocf-value-list {
  display: block;
  padding-bottom: 20px;
}
body .ocf-header {
  display: none;
}
body .ocf-filter-name {
  padding: 16px 0;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .ocf-input-group .ocf-form-control,
body .ocf-input-group-addon {
  color: var(--black, #000);
  font-family: Montserrat;
}
body .ocf-filter {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
body .ocf-filter+.ocf-filter {
  border-top: none;
}
body .ocf-theme-light .ocf-filter-header,
body .ocf-theme-light .ocf-module-page-header {
  margin: 0;
  cursor: pointer;
  position: relative;
}
body .ocf-theme-light .ocf-filter-header > svg,
body .ocf-theme-light .ocf-module-page-header > svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body .ocf-theme-light .ocf-filter-header > svg > path,
body .ocf-theme-light .ocf-module-page-header > svg > path {
  transition: .3s;
}
body .ocf-theme-light .ocf-filter-header.active > svg > path:first-child,
body .ocf-theme-light .ocf-module-page-header.active > svg > path:first-child {
  opacity: 0;
  visibility: hidden;
}
body .ocf-filter.ocf-slider .ocf-filter-header > svg,
body .ocf-filter.ocf-slider .ocf-module-page-header > svg {
  display: none;
}
body .ocf-theme-light .ocf-filter {
  margin-bottom: 0;
}
body .ocf-noUi-pips {
  display: none;
}
body .ocf-container {
  padding-right: 20px;
}
body .ocf-between > button {
  font-family: Montserrat;
}
.grid-cols > div:last-child {
  margin-bottom: 0;
}
body .ocf-noUi-handle {
  border: none;
  background: var(--black);
  width: 18px;
  height: 18px;
  top: 0;
  right: -10px;
}
body .ocf-noUi-connect:before,
body .ocf-noUi-handle {
  background: var(--black);
}
body .ocf-noUi-base:before {
  background: var(--black50);
}
body .ocf-noUi-connects:before,
body .ocf-noUi-connects:after {
  display: none;
}
body .ocf-popover.ocf-in.ocf-right {
  display: none!important;
}
.menu-mobile-sticky-search {
  display: none;
  padding: 0 15px;
}
.mobile .header-search input:not([type=button]):not([type=submit]) {
  font-size: 14px!important;
}
.mobile-header-active .header-search input {
  padding: 12px 10px!important;
}
.mobile-header-active #search .header-search {
  height: auto!important;
}
.close-fixed-ocfilter {
  display: none;
}
.ocf-selected-card.ocf-desktop {
  display: none;
}
.header-sticky-submenu-left .header-sticky-submenu-col:nth-child(2) .header-sticky-submenu-col-link:nth-child(n+13) {
  display: none;
}
body .has-error .text-danger {
  color: red;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-checkbox-wrapper .alert-warning {
  background: var(--white);
  color: red;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-card-preoder {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-card-price-preoder-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .nice-select {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #DDD !important;
  background: var(--white, #FFF) !important;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding-left: 20px;
}
body .nice-select .list {
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
}
body .error-field .nice-select,
.shipping-method-wrapper .error-field input.form-control,
.shipping-method-wrapper .error-field select.form-control,
.simple-form-label input.error-field,
.simple-form-label.error-field input,
.checkout-login-form .form-group > input.error-field,
.checkout-step-content .form-group.has-error > input {
  border: 1px solid red!important;
}
.checkout-step-content .form-group.has-error > div:not(.nice-select) {
  display: none!important;
}
.btn-default-black.tmp-disabled {
  background: rgba(0, 0, 0, .7);
  pointer-events: none;
}
.fixed-filter .ocf-theme-light .ocf-search-btn-static {
  padding: 15px;
  background: var(--black, #000);
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: .3s;
}
.fixed-filter .ocf-theme-light .ocf-search-btn-static.ocf-disabled {
  opacity: .65;
  background: var(--black);
}
.popup-overflow-hidden {
  overflow: hidden!important;
}
.success-contact {
  margin: 40px auto;
}
.success-contact-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.success-contact-wrapper > .text-simple-container {
  text-align: center!important;
}
.alert {
  font-family: Montserrat;
  font-size: 12px;
}
body .select2-container {
  width: 100%!important;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px!important;
  text-align: left;
  padding-left: 20px;
  color: var(--black);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
}
body .select2-container--default .select2-selection--single {
  height: 42px!important;
  border-radius: 0;
  border: 1px solid #DDD;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: unset;
  border-style: unset;
  border-width: unset;
  left: unset;
  margin: unset;

  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
body .select2-container--open .select2-dropdown--below * {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
}
.custom-shipping-existing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.main-products-wrapper {
  position: relative;
  z-index: 4;
}
/* Bonuses Start */
.reccuring-bonuses-wrapper {
  display: grid;
  grid-template-columns: 1fr 1px 2fr;
  align-items: center;
}
.reccuring-bonuses-left {
  padding: 46px 40px 50px 28px;
  border: 1px solid #DDD;
  border-right: none;
  background: var(--white);
  position: relative;
}
.reccuring-bonuses-left:before {
  position: absolute;
  content: '';
  right: -8.5px;
  top: -8.5px;
  width: 15px;
  height: 15px;
  background: var(--white);
  transform: rotate(45deg);
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.reccuring-bonuses-left:after {
  position: absolute;
  content: '';
  right: -8.5px;
  bottom: -8.5px;
  width: 15px;
  height: 15px;
  background: var(--white);
  transform: rotate(45deg);
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
}
.reccuring-bonuses-left-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.reccuring-bonuses-left-title > svg {
  flex-shrink: 0;
}
.reccuring-bonuses-delimiter {
  width: 100%;
  height: 1px;
  margin: 34px 0 22px;
  background: #DDD;
}
.reccuring-bonuses-totals {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 6px;
}
.reccuring-bonuses-totals-item {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.reccuring-bonuses-totals-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 2px;
}
.reccuring-bonuses-totals-name {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reccuring-bonuses-totals-value-text {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.reccuring-bonuses-totals-value-postfix {
  padding-bottom: 3px;
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reccuring-bonuses-right {
  border: 1px solid #DDD;
  border-left: none;
  height: 100%;
  padding: 45px 34px 39px 47px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 29px;
}
.reccuring-bonuses-gradient-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100px;
}
.reccuring-bonuses-gradient-text {
  color: var(--black50);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reccuring-bonuses-gradient {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.reccuring-bonuses-gradient:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  width: calc(100% - 110px);
  height: 4px;
  background: #D9D9D9;
  z-index: 1;
}
.reccuring-bonuses-gradient:after {
  position: absolute;
  content: '';
  left: 55px;
  top: 35px;
  height: 4px;
  background: var(--black);
  z-index: 2;
}
.reccuring-bonuses-gradient-item-percent {
  color: var(--black50);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.reccuring-bonuses-gradient-item.active .reccuring-bonuses-gradient-item-percent {
  color: var(--black);
}
.reccuring-bonuses-gradient-item-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--white);
  border: 4px solid #DDD;
  position: relative;
  z-index: 3;
}
.reccuring-bonuses-gradient-item.active .reccuring-bonuses-gradient-item-circle {
  border: 4px solid var(--black);
}
.reccuring-bonuses-gradient-item-price {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reccuring-bonuses-title {
  color: var(--black);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
  margin: 60px 0 30px;
}
.statuses-cart-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.route-account-recurring-buy .statuses-cart-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.route-account-recurring-buy .statuses-cart-wrapper > div {
  width: calc(33.3333% - 15px);
}
.statuses-cart-wrapper .btn-center-wrapper {
  width: 100%;
}
.statuses-cart-item {
  height: 0;
  position: relative;
  padding-bottom: 59.9%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: .5s;
}
.statuses-cart-item-front > img {
  position: absolute;
}
.statuses-cart-item-front > img.top-svg {
  top: 0;
  right: 0;
  width: 60%;
  height: auto;
}
.statuses-cart-item-front > img.bottom-svg {
  left: 12px;
  bottom: 0;
  width: 40%;
  height: auto;
}
.statuses-cart-item-front > div {
  position: relative;
  z-index: 3;
}
.statuses-cart-item-front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  transition: .3s;
}
.statuses-cart-item:hover > .statuses-cart-item-front {
  -webkit-transform: rotateX(10deg);
  transform: rotateX(10deg);
}
.statuses-cart-item-status-text {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 7.5px;
}
.statuses-cart-item-status-name {
  color: var(--black);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
}
.statuses-cart-item-status-price-empty {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.statuses-cart-item-status-prices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 39.5px;
  width: 100%;
}
.statuses-cart-item-status-price-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
.statuses-cart-item-status-price-name {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.statuses-cart-item-status-price-value {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.statuses-cart-item-black .statuses-cart-item-status-text,
.statuses-cart-item-black .statuses-cart-item-status-name,
.statuses-cart-item-black .statuses-cart-item-status-price-name,
.statuses-cart-item-black .statuses-cart-item-status-price-value,
.statuses-cart-item-black .statuses-cart-item-status-price-empty {
  color: var(--white);
}
.statuses-cart-item-black .btn-default-black {
  background: var(--white);
  color: var(--black)!important;
}
.statuses-cart-item-black .btn-default-black > svg > path {
  stroke: var(--black);
}
.statuses-cart-item-back {
  z-index: 4;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.statuses-cart-item-back .btn-default-black {
  min-width: 190px;
}
.statuses-cart-item-status-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.statuses-cart-item-status-center .statuses-cart-item-status-text {
  margin: 0 0 7.5px;
}
.statuses-cart-item-status-center .statuses-cart-item-status-name {
  margin: 0 0 30.5px;
}
.statuses-cart-item-back > img {
  position: absolute;
}
.statuses-cart-item-back > img.top-svg {
  top: 0;
  right: 0;
  width: 60%;
  height: auto;
}
.statuses-cart-item-back > img.bottom-svg {
  left: 12px;
  bottom: 0;
  width: 40%;
  height: auto;
}
.statuses-cart-item.active {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.statuses-cart-item.active .statuses-cart-item-front {
  opacity: 0;
  z-index: -1;
}
.reccuring-discount-title {
  margin: 60px 0 30px;
  color: var(--black);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
}
.reccuring-discount-wrapper {
  display: grid;
  grid-template-columns: 1fr 1px 2fr;
}
.reccuring-discount-left {
  padding: 42.5px 28px 50.5px;
  border: 1px solid #DDD;
  border-right: none;
  background: var(--white);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.reccuring-discount-left:before {
  position: absolute;
  content: '';
  right: -8.5px;
  top: -8.5px;
  width: 15px;
  height: 15px;
  background: var(--white);
  transform: rotate(45deg);
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.reccuring-discount-left:after {
  position: absolute;
  content: '';
  right: -8.5px;
  bottom: -8.5px;
  width: 15px;
  height: 15px;
  background: var(--white);
  transform: rotate(45deg);
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
}
.reccuring-discount-left > img {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: auto;
  z-index: 1;
}
.reccuring-discount-left > div {
  position: relative;
  z-index: 3;
}
.reccuring-discount-text {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reccuring-discount-text-max {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.reccuring-discount-right {
  border: 1px solid #DDD;
  border-left: none;
  height: 100%;
  padding: 25px 22px 25px 37px;
}
.reccuring-discount-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 11px;
}
.reccuring-discount-list-item {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.reccuring-discount-list-item-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 27px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.reccuring-discount-list-item-name {
  color: var(--black);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.reccuring-discount-list-item-graph {
  position: relative;
  width: 100%;
  background: #F1F1F1;
}
.reccuring-discount-list-item-graph:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
}
.reccuring-discount-list-item-graph:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}
.reccuring-loyalty-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 2fr;
  grid-gap: 4px;
}
.reccuring-loyalty-grid > div.double-column-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
.reccuring-loyalty-head-wrapper > div {
  padding: 15px 13px 15px 14px;
  background: #F1F1F1;
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reccuring-loyalty-subhead-wrapper > div {
  padding: 9px 12px 12px;
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reccuring-loyalty-subhead-wrapper {
  border-bottom: 2px solid var(--black);
}
.reccuring-loyalty-row {
  border-bottom: 1px solid #DDD;
}
.reccuring-loyalty-row > div {
  padding: 41px 12px;
  color: var(--black);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 16.9px */ 
}
.reccuring-histories-table-head {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 2fr repeat(2, 1fr);
}
.reccuring-histories-table-head > div {
  padding: 10px 0 12px 30px;
  border-bottom: 2px solid var(--black);
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reccuring-histories-table-body-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 2fr repeat(2, 1fr);
  align-items: center;
}
.reccuring-histories-table-body-item > div {
  padding: 19.5px 0 19.5px 30px;
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  border-bottom: 1px solid #DDD;
  height: 100%;
}
.reccuring-histories-table-body-item > div.font-s-16 {
  font-weight: 600;
  line-height: normal;
}
.reccuring-histories-table-body {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
.alert.alert-reward {
  position: relative;
  margin: 0;
  grid-column: span 2;
  color: red;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  font-size: 12px;
}
.container-small {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}
.buy-subscription-section {
  margin: 66px 0 100px;
}
.title-subscription {
  color: var(--black);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
  margin: 0 0 22px;
}
.text-subscription {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  margin: 0 0 22px;
}
.detail-subscription-table-head {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
.detail-subscription-table-head-item-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 90px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid var(--black);
  overflow: hidden;
  color: var(--black);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 24.2px */
}
.detail-subscription-table-head-item-cart > span {
  position: relative;
  z-index: 3;
}
.detail-subscription-table-head-item-cart > img {
  position: absolute;
  right: 0;
  top: -100%;
  height: 216px;
  width: auto;
}
.detail-subscription-table-head-item-text {
  padding-left: 20px;
  display: flex;
  align-items: center;
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid var(--black);
}
.detail-subscription-table-body {
  display: grid;
  grid-template-columns: 1fr;
}
.detail-subscription-table-body-item {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
.detail-subscription-table-body-item-left {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.detail-subscription-table-body-item+.detail-subscription-table-body-item .detail-subscription-table-body-item-left {
  margin-top: 4px;
}
.detail-subscription-table-body-item-left > div.font-s-12 {
  background: #F1F1F1;
  padding: 0 37px 0 20px;
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 100%;
  display: flex;
  align-items: center;
}
.detail-subscription-table-body-item-left-inner {
  display: grid;
  grid-template-columns: 1fr;
}
.detail-subscription-table-body-item-left-inner > div {
  padding: 43px 20px;
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  border-bottom: 1px solid #DDD;
}
.detail-subscription-table-body-item-right {
  display: grid;
  grid-template-columns: 1fr;
}
.detail-subscription-table-body-item-right > div {
  position: relative;
  padding: 43px 0;
  text-align: center;
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 16.9px */
  border: 1px solid #DDD;
  border-top: none;
}
.detail-subscription-table-body {
  margin-bottom: 60px;
}
.payment-subscription {
  border: 1px solid #DDD;
}
.payment-subscription-top {
  padding: 32px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.payment-subscription-top > img {
  position: absolute;
  left: 12.5%;
  top: 0;
}
.payment-subscription-top > div {
  position: relative;
  z-index: 2;
}
.payment-subscription-top-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.payment-subscription-top-left > svg {
  flex-shrink: 0;
}
.payment-subscription-bottom {
  padding: 23px 23px 25px 38px;
  position: relative;
}
.payment-subscription-bottom > img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.payment-subscription-text {
  position: relative;
  z-index: 3;
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.payment-subscription-text:before {
  position: absolute;
  content: '*';
  left: -8.5px;
  top: 0;
}
.subscription-item-action-delimeter,
.payment-subscription-delimeter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.subscription-item-action-delimeter:before,
.payment-subscription-delimeter:before {
  position: absolute;
  content: '';
  left: -7.5px;
  top: 50%;
  width: 15px;
  height: 15px;
  background: var(--white);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.subscription-item-action-delimeter:after,
.payment-subscription-delimeter:after {
  position: absolute;
  content: '';
  right: -7.5px;
  top: 50%;
  width: 15px;
  height: 15px;
  background: var(--white);
  transform: translateY(-50%) rotate(-45deg);
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
}
.subscription-wrapper {
  display: grid;
  grid-template-columns: 1fr 385px;
  grid-gap: 20px;
}
.subscription-item .title-subscription {
  margin-bottom: 30px;
}
.subscription-item .detail-subscription-table-body {
  margin: 0;
}
.subscription-item-action-wrapper {
  border: 1px solid #DDD;
}
.subscription-item-action-name {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.subscription-item-action-name > svg {
  flex-shrink: 0;
}
.subscription-item-action-update {
  padding: 38px 30px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.subscription-item-action-update .btn-default-black {
  padding: 15px 40px;
}
.subscription-item-action-date {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.subscription-item-action-cancel {
  padding: 34px 30px 56px;
  position: relative;
}
.subscription-item-action-cancel > div {
  position: relative;
  z-index: 3;
}
.subscription-item-action-cancel > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* Bonuses End */
.order-product-parameters_name {
  color: var(--palmira-black);
}
#ocf-filter-4-0-1 {
  display: none!important;
}
#custom-cart .checkout-step-content {
  display: none;
}
#custom-cart .checkout-step-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
#custom-cart .checkout-step-wrapper .checkout-step-number {
  background: var(--black);
  color: var(--white);
  transition: .3s;
}
#custom-cart.open-custom-cart .checkout-step-wrapper .checkout-step-number {
  background: #F1F1F1;
  color: var(--black);
}
.category-top-short-subtitle {
  color: var(--black);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin: 0 0 7px;
}
.category-top-short-title {
  color: var(--black);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 55px */
}
.account-wishlist-product-filter-active {
  width: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
}
.account-wishlist-product-filter-active > a {
  margin: 0 6px 5px 0;
  padding: 5px 15px;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.account-wishlist-product-filter-active > a.clear-all-f {
  padding: 3px 4px 6px;
  font-size: 13px;
  line-height: 1;
  background: transparent;
}
.palmira-cart-active-cart {
  position: relative;
  height: 0;
  padding-bottom: 59.69%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 27px;
  border: 1px solid #DDD;
}
.palmira-cart-active-cart.black div {
  color: var(--white);
}
.palmira-cart-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 54px;
  align-items: flex-start;
}
.palmira-cart-active-cart-caption {
  position: absolute;
  left: 46px;
  top: 39px;
  z-index: 2;
  width: calc(100% - 73px);
  height: calc(100% - 55px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.palmira-cart-active-name-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.palmira-cart-active-name {
  color: var(--black);
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
}
.palmira-cart-active-expire {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--black);
  text-align: right;
  font-family: Montserrat;
  font-style: normal;
  line-height: normal;
  font-weight: 600;
}
.palmira-cart-active-cart .top-svg {
  position: absolute;
  right: 5px;
  top: 0;
}
.palmira-cart-active-cart .bottom-svg {
  position: absolute;
  left: 62px;
  bottom: 0;
}
.palmira-cart-active-benefits-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
/*.route-account-recurring-buy .palmira-cart-active-benefits-list {
  grid-template-columns: repeat(3, 1fr);
}*/
.palmira-cart-active-benefits-name {
  color: var(--black);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.palmira-cart-active-benefits-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.palmira-cart-active-benefits-item:first-child .palmira-cart-active-benefits-name {
  font-weight: 600;
}
.palmira-cart-active-benefits-value {
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.palmira-cart-active-benefits-item:first-child .palmira-cart-active-benefits-value {
  font-weight: 600;
}
.palmira-cart-active-benefits-value > span {
  font-weight: 800;
}
.palmira-cart-active-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-left: 16px;
}
.palmira-cart-active-caption > span,
.palmira-cart-active-caption > a > span {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.palmira-cart-active-caption > a:hover > span {
  color: var(--white);
}
.palmira-cart-active-caption > a.btn-default-white-border {
  padding: 15px 5px;
  text-transform: uppercase;
}
.palmira-cart-variants {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3px;
}
.palmira-cart-variants-item {
  display: grid;
  grid-template-columns: 147px 1fr;
  grid-gap: 4px;
  position: relative;
}
.palmira-cart-variants-item-cart {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 0;
  padding-bottom: 58.5%;
  border: 1px solid #DDD;
}
.palmira-cart-variants-item-cart > .bottom-svg {
  bottom: 0;
  right: 0;
  position: absolute;
}
.palmira-cart-variants-item-name {
  position: absolute;
  left: 18px;
  top: 11px;
  max-width: calc(100% - 36px);
  z-index: 2;
  color: var(--black);
  font-family: Philosopher;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 24.2px */
}
.palmira-cart-variants-item:last-child .palmira-cart-variants-item-name {
  color: var(--white);
}
.palmira-cart-variants-item-caption {
  padding: 0 37px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.palmira-cart-variants-item.active .palmira-cart-variants-item-caption {
  background: #F1F1F1;
}
.palmira-cart-variants-item-caption-discounts {
  color: rgba(0, 0, 0, .5);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
}
.palmira-cart-variants-item-caption-total {
  color: rgba(0, 0, 0, .5);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.palmira-cart-variants-item.active .palmira-cart-variants-item-caption-discounts,
.palmira-cart-variants-item.active .palmira-cart-variants-item-caption-total {
  color: var(--black);
}
.palmira-cart-variants-item.active .palmira-cart-variants-item-caption-total {
  font-weight: 600;
}
.palmira-cart-variant-next {
  padding: 14px 0;
  color: var(--black);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.palmira-cart-variants-outer {
  position: relative;
  padding-left: 55px;
  overflow: hidden;
}
.palmira-cart-variants-outer:before {
  position: absolute;
  content: '';
  left: 9px;
  width: 4px;
  height: 100%;
  background: #808080;
}
.palmira-cart-variants-outer.light-before:before {
  background: #F1F1F1;
}
.palmira-cart-variants-item.show-before:before {
  position: absolute;
  content: '';
  left: -52px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: var(--white);
  border: 4px solid #808080;
  border-radius: 50%;
  z-index: 2;
}
.palmira-cart-variants-item.active:before {
  left: -55px;
  border: none;
  width: 22px;
  height: 22px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
#palmira-cart-variant-black.palmira-cart-variants-item.show-before:before {
  background: var(--black);
}
.palmira-cart-variants-item.active:after
.palmira-cart-variants-item.active:after {
  position: absolute;
  content: '';
  left: -46px;
  top: 50%;
  width: 4px;
  height: 100vw;
  background: #F1F1F1;
}
.palmira-cart-privilegii {
  margin: 89px 0 0;
}
.palmira-cart-privilegii-title {
  color: var(--black);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 17px;
}
.palmira-cart-privilegii .btn-center-wrapper {
  margin-bottom: 48px;
}
.palmira-cart-privilegii-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 55px 90px;
}
.palmira-cart-privilegii-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.palmira-cart-privilegii-icon {
  flex-shrink: 0;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.palmira-cart-privilegii-text {
  color: var(--black);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* GTS Agency Added Style */
/*------------------------------------global styles start------------------------------------*/
:root {
  --palmira-black: #000;
  --palmira-white: #fff;
  --palmira-grey: #F1F1F1;

  --palmira-transition: all ease-in 300ms;
}
img[data-load-src] {
  display: none !important;
}
/*------------------------------------global styles end------------------------------------*/
/*---------------------------------------- magnify effect styles start ----------------------------------------*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-with-zoom .mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transform: scale(0.8);
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
  transform: scale(1);
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
  transform: scale(0.8);
}
html.hide_page {
  overflow: hidden;
}
/*---------------------------------------- magnify effect styles end ----------------------------------------*/
/*------------------------------------font styles start------------------------------------*/
.text-simple-palmira li::before,
.simple-table thead td {
  font-size: 11px !important;
}
.simple-table td {
  font-size: 12px !important;
}
.route-account-recurring-buy .statuses-cart-wrapper a.btn-default-black {
  min-width: 200px;
}
.statuses-cart-wrapper .palmira-cart-active-cart.black a.btn-default-black {
  border: 1px solid var(--white);
}
.statuses-cart-wrapper .palmira-cart-active-cart.black a.btn-default-black:hover {
  background: var(--white);
  border: 1px solid var(--black);
  color: var(--black)!important;
}
.statuses-cart-wrapper .palmira-cart-active-cart.black a.btn-default-black > svg > path {
  stroke: var(--black);
}
.route-account-recurring-buy .palmira-cart-active-cart {
  transition: .3s;
}
.route-account-recurring-buy .palmira-cart-active-cart:hover {
  transform: scale(1.05);
}
.popup-customer-data-content {
  padding: 20px;
}
#popup-customer-data.popup-form-window {
  width: 550px;
}
.text-simple-palmira {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.d-none {
  display: none!important;
}
.site-header-banner-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
#header-second-swiper,
#header-swiper {
  height: 100%;
}
#header-second-swiper .swiper-slide,
#header-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-second-swiper .swiper-slide .header-slide-item,
#header-swiper .swiper-slide .header-slide-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cart-totals-reward {
  position: relative;
  padding: 26px 27px 11px 19px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-totals-reward:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  background: #FFF;
  height: calc(100% - 8px);
}
.cart-totals-reward > div:not(.cart-totals-reward-squares) {
  position: relative;
  z-index: 3;
}
.cart-totals-reward-squares {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  top: 0;
}
.cart-totals-reward-squares > div {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  background: #F1F1F1;
}
.cart-totals-reward .font-s-14 {
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.cart-totals-reward-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cart-totals-reward-wrapper .font-s-20 {
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cart-totals-reward-wrapper .font-s-11 {
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.z-index-1 {
  z-index: 1!important;
}
.wl-size-content {
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #FFF;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
}
.wl-size-content-top {
  height: 50px;
  padding: 0 13px 0 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wl-size-content-top > span {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wl-size-content-list {
  height: calc(100% - 136px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.wl-size-content-list > a {
  color: #000;
  width: 100%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 17px 0;
  border-bottom: 1px solid #DDD;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wl-size-content-list > a > span {
  color: #EA4F44;
}
.wl-size-content-list > a.active {
  border-bottom: 1px solid #000;
}
.wl-size-content-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  width: 100%;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.wl-size-content-btns.active {
  opacity: 1;
  visibility: visible;
}
.wl-size-content-btns > .btn-default-black {
  min-width: unset;
  width: 100%;
}
.reset-wl-size {
  color: var(--black);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.product-info-actions {
  position: relative;
}
.product-info-actions .wl-size-content {
  right: 0;
  top: calc(100% + 10px);
  left: unset;
  width: 300px;
  max-height: unset!important;
  height: auto;
  transform: unset;
}
.product-info-actions .wl-size-content-list {
  margin-bottom: 20px;
}
@media (min-width: 1px) and (max-width: 1920px) {
  .text-simple-palmira li::before,
  .simple-table thead td {
    font-size: 0.573vw !important;
  }
  .simple-table td {
    font-size: 0.625vw !important;
  }
}
/*@media (max-width: 1050px) {
  .font-s-10 {
    font-size: 1.1vw !important;
  }
  .font-s-11,
  .text-simple-palmira li::before,
  .simple-table thead td {
    font-size: 1.2vw !important;
  }
  .font-s-12,
  .simple-table td {
    font-size: 1.4vw !important;
  }
  header .font-s-13 {
    font-size: 1.6vw !important;
  }
  .font-s-15 {
    font-size: 1.65vw !important;
  }
  .font-s-17 {
    font-size: 1.7vw !important;
  }
  .font-s-20 {
    font-size: 1.85vw !important;
  }
  .font-s-40 {
    font-size: 3vw !important;
  }
  .font-s-80 {
    font-size: 10vw !important;
  }
  .font-s-100 {
    font-size: 15vw !important;
  }
}*/
@media (max-width: 700px) {
  .product-info-actions .wl-size-content,
  .wl-size-content {
    position: fixed;
    left: 0;
    top: 0;
    max-height: unset!important;
    height: 100dvh;
    z-index: 9;
    width: 100%;
    box-shadow: unset;
  }
  .swiper-slide .wl-size-content {
    height: 100%;
  }
  .swiper-slide .wl-size-content-list > a {
    padding: 5px 0;
  }
  .swiper-slide .wl-size-content-btns {
    flex-direction: column;
    gap: 5px;
  }
  .swiper-slide .wl-size-content-list {
    max-height: calc(27px * 6);
    overflow-y: auto;
  }
  .notification-custom-wrapper {
    position: fixed;
    top: 55px;
    z-index: 8;
  }
  .font-s-10 {
    font-size: 10px !important;
  }
  .font-s-11,
  .text-simple-palmira li::before,
  .simple-table thead td {
    font-size: 11px !important;
  }
  .font-s-12,
  .simple-table td {
    font-size: 12px !important;
  }
  .font-s-13 {
    font-size: 13px !important;
  }
  .font-s-17 {
    font-size: 17px !important;
  }
  .font-s-20 {
    font-size: 20px !important;
  }
  .font-s-22 {
    font-size: 22px!important;
  }
  .font-s-40 {
    font-size: 40px !important;
  }
  .font-s-60 {
    font-size: 36px !important;
  }
  .font-s-80 {
    font-size: 80px !important;
  }
  .font-s-100 {
    font-size: 100px !important;
  }
}
.font-s-0 {
  font-size: 0 !important;
  line-height: 0 !important;
}
/*------------------------------------font styles end------------------------------------*/
/*------------------------------------information styles end------------------------------------*/
.information-section {
  margin: 89px 0 112px;
}
.information-container {
  padding-left: 140px;
  padding-right: 130px;
}
.information-left .category-title {
  color: var(--palmira-black);
  font-family: 'Philosopher';
  font-weight: 400;
  line-height: 110%; /* 22px */
  justify-content: flex-start;
}
.vertical-title {
  color: var(--palmira-grey);
  text-align: right;
  font-family: 'Philosopher';
  font-weight: 700;
  line-height: 105%; /* 105px */
  margin-top: 50px;
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  transform-origin: 100% 0;
  transform: translate(-102%, 0) rotate(-90deg);
  min-width: 41vw;
}
.information-container {
  display: flex;
  justify-content: space-between;
}
.information-left {
  flex: 0 1 30.5%;
  max-width: 30.5%;
  overflow: hidden;
}
.information-right {
  flex: 0 1 69.5%;
}
.text-simple-container * {
  font-size: 1em;
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0;
}
.text-simple-container strong,
.text-simple-container b {
  font-weight: 700;
}
.text-simple-container a {
  text-decoration: underline;
}
.text-simple-container *:is(h1, h2, h3, h4, h5) {
  text-transform: uppercase;
}
.text-simple-container h1 {
  font-size: 1.8em;
}
.text-simple-container h2 {
  font-size: 1.6em;
}
.text-simple-container h3 {
  font-size: 1.4em;
}
.text-simple-container h4 {
  font-size: 1.2em;
}
.text-simple-container h5 {
  font-size: 0.93em;
}
.text-simple-container * + * {
  margin: 1.75em 0 0;
}
.text-simple-container h5 {
  padding-bottom: 16px;
  position: relative;
  background: linear-gradient(to right, var(--palmira-black), var(--palmira-black) 100px, #ddd 100px, #ddd 100%) 0 100%/ 100% 1px no-repeat;
}
.text-simple-container h5 + * {
  margin: 1.1em 0 0;
}
.text-simple-container * + h5 {
  margin: 5.1em 0 0;
}
.text-simple-container * * {
  margin: 0;
}
.text-simple-container .MsoListParagraphCxSpFirst,
.text-simple-container .MsoListParagraphCxSpMiddle,
.text-simple-container .MsoListParagraphCxSpLast {
  padding-left: 20px;
}
/*------------------------------------information styles start------------------------------------*/
/*------------------------------------about us items styles start------------------------------------*/
.about-items-section {
  margin-top: 79px;
}
.about-items-container {
  padding: 0 133px;
}
.about-items-container .text-simple-container {
  text-align: center;
}
.about-items-list {
  margin-top: 27px;
  display: flex;
  gap: 54px;
}
.about-list-item {
  flex: 0 1 calc(25% - (54px * 3) / 4);
  padding: 17px 0 10px;
  text-align: center;
}
.about-item-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.about-item-icon>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: initial;
  object-position: 50% 50%;
  transition: var(--palmira-transition);
}
.about-list-item:hover .about-item-icon>img {
  transform: scale(1.1);
}
.about-item-text {
  padding-top: 20px;
  position: relative;

  color: var(--palmira-black);
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: normal;
}
.about-item-text::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: var(--palmira-black);
}
/*------------------------------------about us items styles start------------------------------------*/
/*------------------------------------about us categories styles start------------------------------------*/
.about-brands-section {
  margin: 117px 0 171px;
}
.about-brand-row {
  display: flex;
  justify-content: space-between;
}
.about-brand-row+.about-brand-row {
  margin-top: 20px;
}
.about-brand-row-image,
.about-brand-row-brands {
  flex: 0 1 calc(50% - 10px);
}
.about-brand-row-image {
  position: relative;
  height: 0;
  padding-bottom: calc((50% - 10px) * 0.825);
}
.about-brand-row-image>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.about-brand-row-image-caption {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.about-row-caption-btns {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.about-row-caption-title {
  color: var(--palmira-white);
  text-align: center;
  font-family: 'Philosopher';
  font-weight: 700;
  line-height: 110%; /* 55px */
  margin-top: 2px;
}
.about-row-caption-subtitle {
  color: var(--palmira-white);
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.about-brand-row-brands {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding-left: 95px;
}
.about-brand-row-brands-title {
  color: var(--palmira-black);
  text-align: left;
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 120%;
}
.about-brand-row-brands-list {
  margin-top: 19px;
  display: flex;
  justify-content: flex-start;
  gap: 30px 30px;
  flex-wrap: wrap;
}
.about-row-brands-item {
  flex: 0 1 calc(20% - (30px * 4) / 5);
  height: 0;
  padding-bottom: calc((20% - (30px * 4) / 5) * 0.522);
  position: relative;
}
.about-row-brands-item a {
  display: block;
}
.about-row-brands-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  transition: var(--palmira-transition);
}
.about-row-brands-item a:hover img {
  transform: scale(1.1);
}
.about-brand-row-pair .about-brand-row-brands {
  padding: 0;
  padding-right: 95px;
}
.about-brand-row-pair .about-brand-row-image {
  order: 10;
}
.about-brand-row-pair .about-brand-row-brands-title {
  text-align: right;
}
.about-brand-row-pair .about-brand-row-brands-list {
  justify-content: flex-end;
}
.about-row-caption-btns .btn-default-white {
  padding: 17px 40px;
  min-width: 175px;
}
/*------------------------------------about us categories styles start------------------------------------*/
/*------------------------------------contact us styles start------------------------------------*/
.contact-items-section {
  margin-top: 102px;
}
.contact-items-container {
  padding-left: 62px;
  padding-right: 62px;
}
.contact-items-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 20px;
}
.contact-list-item {
  flex: 0 1 calc(20% - (60px * 4) / 5);
  text-align: center;
}
.contact-item-image {
  width: 66px;
  height: 66px;
  display: inline-block;
}
.contact-item-image>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.contact-item-title {
  margin-top: 8px;
  color: var(--palmira-black);
  text-align: center;
  font-family: 'Philosopher';
  font-weight: 400;
  line-height: 105%; /* 21px */
}
.contact-item-caption {
  padding-top: 24px;
  position: relative;
}
.contact-item-caption::after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: var(--palmira-black);
}
.contact-item-text,
.contact-item-link {
  color: var(--palmira-black);
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.contact-item-link {
  display: inline-block;
}
/* .contact-item-link:nth-child(n + 2) {
  margin-top: 10px;
} */
.contact-item-socials {
  justify-content: center;
}
.contact-item-socials:nth-child(n + 2) {
  margin-top: 18px;
}
/*------------------------------------contact us styles end------------------------------------*/
/*------------------------------------contact us map form styles start------------------------------------*/
.contact-map-form-section {
  margin: 57px 0 102px;
}
.contact-map-form-container-outer {
  position: relative;
  padding: 58px 52px 58px 66px;
}
.contact-map-form-container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.contact-map-form-bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 66.5%;
  background-color: #F1F1F1;
}
.contact-map-form-bg>img,
.contact-map-container>img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
}
.contact-map-form-bg>img {
  object-position: 100% 50%;
}
.contact-map-container {
  flex: 0 1 63.3%;
  position: relative;
}
.contact-form-container {
  flex: 0 1 31.2%;
  padding-top: 13px;
  padding-bottom: 36px;
}
.contact-form-title {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 120%;
}
.contact-form-simple-page {
  margin-top: 33px;
}
.simple-form-label+.simple-form-label {
  margin-top: 33px;
}
.simple-form-label+.simple-form-label-checkbox {
  margin-top: 20px;
}
.simple-form-label+.simple-form-label-btns {
  margin-top: 6px;
}
.simple-form-label input,
.simple-form-label select,
.simple-form-label textarea,
.simple-form-label select.form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;

  padding: 14px 20px 10px;
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  width: 100%;
  border: 1px solid #DDD;
  background-color: var(--palmira-white);
  max-width: initial;
  height: auto;
  border-radius: 0 !important;
  transition: var(--palmira-transition);
}
.simple-form-label.required > span:not(.select2) {
  position: absolute;
  right: 0;
  bottom: 105%;
  font-size: 10px;
  color: red;
  font-family: 'Montserrat';
}
.simple-form-label input.error-required {
  border: 1px solid red;
}
.simple-form-label input:hover,
.simple-form-label select:hover,
.simple-form-label textarea:hover {
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
}
.simple-form-label textarea {
  height: 90px;
}
.popup-form-window-content .simple-form-label textarea {
  height: 160px;
}
.simple-form-label input::placeholder,
.simple-form-label select::placeholder,
.simple-form-label textarea::placeholder {
  color: var(--palmira-black);
}
.simple-form-label input::-moz-placeholder,
.simple-form-label select::-moz-placeholder,
.simple-form-label textarea::-moz-placeholder {
  color: var(--palmira-black);
}
.simple-form-label input::-webkit-input-placeholder,
.simple-form-label select::-webkit-input-placeholder,
.simple-form-label textarea::-webkit-input-placeholder {
  color: var(--palmira-black);
}
.simple-form-label {
  position: relative;
  font-size: 0;
}
.data-rating-container .form-star-list {
  width: 100%;
  padding-bottom: 33px;
}
.simple-form-label label {
  position: absolute;
  left: 20px;
  bottom: calc(100%);
  color: #808080;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 170%; /* 22.1px */
  margin: 0;
}
.simple-form-label .form-text-danger {
  position: absolute;
  right: 0;
  bottom: calc(100% + 4px);
  text-align: right;
  color: #EA4F44;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
}
.simple-form-label input[type="checkbox"] {
  display: none;
}
.simple-form-label .checkbox-trigger-simple {
  position: relative;
  bottom: auto;
  left: auto;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border: 1px solid var(--palmira-black);
  background-color: var(--palmira-white);
  overflow: hidden;
  cursor: pointer;
}
.checkbox-trigger-simple::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%) rotate(45deg) scale(0);
  width: 30%;
  height: 50%;
  border-bottom: 1px solid var(--palmira-black);
  border-right: 1px solid var(--palmira-black);
  transition: var(--palmira-transition);
  transition-duration: 100ms;
}
input:checked ~ .checkbox-trigger-simple::before {
  transform: translate(-50%, -60%) rotate(45deg);
}
.simple-form-label-checkbox {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.simple-checkbox-text {
  color: #808080;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.default-btn-submit {
  width: 100%;
  background-color: var(--palmira-black);
  color: var(--palmira-white);
  padding: 17px 40px;
}
.default-btn-submit:hover {
  padding: 17px 40px;
}
.default-btn-submit > svg {
  position: static;
  transform: none;
  margin-left: 0;
}
.default-btn-submit:hover > svg {
  margin-left: 23px;
}
.default-btn-submit.btn-default-white:hover {
  color: var(--palmira-white);
}
.site-footer-social-wrapper > a,
.site-footer-social-wrapper > a svg path {
  transition: var(--palmira-transition);
}
.site-footer-social-wrapper > a:hover {
  background-color: var(--palmira-black);
}
.site-footer-social-wrapper > a:hover svg path {
  fill: var(--palmira-white);
}
/*------------------------------------contact us map form styles end------------------------------------*/
/*------------------------------------faq styles start------------------------------------*/
.faq-page-section {
  margin: 71px 0 121px;
}
.faq-styles-tabs {
  display: flex;
}
.faq-styles-tabs .tabs-navigation-outer {
  flex: 0 1 31%;
}
.faq-styles-tabs .tabs-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
}
.faq-styles-tabs .tabs-navigation>a {
  display: block;
  padding: 0 10px;
}
.faq-styles-tabs .tabs-navigation>a+a {
  margin-top: 7px;
}
.faq-styles-tabs .tabs-navigation>a span {
  padding: 10px 0;
  display: block;
  position: relative;
  color: #808080;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  transition: var(--palmira-transition);
}
.faq-styles-tabs .tabs-navigation>a:hover span,
.faq-styles-tabs .tabs-navigation>a.active span {
  color: var(--palmira-black);
}
.faq-styles-tabs .tabs-navigation>a span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: var(--palmira-black);
  width: 0;
  transition: var(--palmira-transition);
}
.faq-styles-tabs .tabs-navigation>a.active span::after {
  width: 100%;
}
.faq-styles-tabs .tabs-containers {
  flex: 0 1 69%;
}
.faq-styles-tabs .accordion-container {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.faq-styles-tabs .accordion-container+.accordion-container {
  margin-top: -1px;
}
.faq-styles-tabs .accordion-head {
  padding: 21px 20px 19px;
  padding-right: 60px;
  background-color: var(--palmira-white);
  cursor: pointer;
  position: relative;
  transition: var(--palmira-transition);
}
.faq-styles-tabs .accordion-container.active .accordion-head {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
}
.faq-styles-tabs .accordion-container .accordion-head:hover {
  background-color: #F1F1F1;;
}
.faq-styles-tabs .faq-accordion-title {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.accordion-more-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 17px;
}
.accordion-more-btn::after,
.accordion-more-btn::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 1px;
  background-color: var(--palmira-black);
  transition: var(--palmira-transition);
}
.accordion-more-btn::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.accordion-more-btn:hover::before,
.accordion-container.active .accordion-more-btn::before {
  transform: translate(-50%, -50%);
}
.faq-styles-tabs .accordion-body {
  background-color: #F1F1F1;
  padding: 28px 20px 34px;
}
.text-simple-palmira ul,
.text-simple-palmira ol {
  padding-left: 20px;
  list-style: none;
}
.text-simple-palmira li {
  position: relative;
  padding-left: 37px;
  padding-top: 3px;
  min-height: 22px;
}
.text-simple-palmira ol {
  counter-reset: number;
}
.text-simple-palmira ol li {
  counter-increment: number;
}
.text-simple-palmira li+li {
  margin-top: 0.5em;
}
.text-simple-palmira li::before {
  content: '';
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--palmira-black);
  color: var(--palmira-white);
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.text-simple-palmira ul li::before {
  background: radial-gradient(50% 50% at 50% 50%, var(--palmira-white), var(--palmira-white) 5px, var(--palmira-black) 6px, var(--palmira-black) 100%) 0 0/ 100% 100%;
}
.text-simple-palmira ol li::before {
  content: counter(number);
}
.faq-page-container {
  padding: 0 130px;
}
/*------------------------------------faq styles end------------------------------------*/
/*------------------------------------delivery payment styles start------------------------------------*/
.delivery-payment-item-container {
  display: flex;
  justify-content: space-between;
}
.delivery-payment-item-image {
  flex: 0 1 50px;
  max-width: 50px;
}
.delivery-payment-item-image>img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.delivery-payment-item-content {
  flex: 0 1 calc(100% - 135px);
}
.delivery-payment-container {
  padding-top: 88px;
  padding-bottom: 80px;
}
.delivery-payment-item+.delivery-payment-item {
  margin-top: 50px;
}
.delivery-payment-item>h5 {
  font-weight: 600;
}
.delivery-payment-container-default+.delivery-payment-container-default {
  background-color: #F1F1F1;
}
.delivery-payment-container-default+.delivery-payment-container-default .vertical-title {
  color: var(--palmira-white);
}
/*------------------------------------delivery payment styles end------------------------------------*/
/*------------------------------------brands styles start------------------------------------*/
.brands-list-section {
  padding: 84px 0 184px;
}
.brands-list-section .tabs-navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.brands-list-container {
  padding: 0 100px;
}
.brands-list-section .tabs-navigation a {
  display: block;
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 8px;
  position: relative;
}
.brands-list-section .tabs-navigation a::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--palmira-black);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: var(--palmira-transition);
}
.brands-list-section .tabs-navigation a:hover::before,
.brands-list-section .tabs-navigation a.active::before {
  width: 100%;
}
.brands-list-section .tabs-containers {
  margin-top: 80px;
}
.brands-list-section .brands-list-items-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.brands-list-section .brands-list-items-container>a {
  flex: 0 1 calc(10% - (30px * 9) / 10);
  display: block;
}
.brands-list-section .brand-inner-container {
  width: 100%;
  height: 0;
  padding-bottom: 52%;
  overflow: hidden;
  position: relative;
}
.brands-list-section .brand-inner-container>img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  object-position: 50% 50%;
  transition: var(--palmira-transition);
}
.brands-list-section a:hover>.brand-inner-container>img {
  transform: scale(1.065);
}
.brands-list-section {
  position: relative;
}
.image-bg-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.image-bg-container>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.brands-list-section>.container-default {
  position: relative;
}
/*------------------------------------brands styles end------------------------------------*/
/*------------------------------------sales styles start------------------------------------*/
.bonus-system-section {
  margin: 96px 0 136px;
}
.bonus-system-cards-list {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 83.2%;
}
.bonus-system-card {
  flex: 0 1 calc(50% - 10px);
  height: 0;
  padding-bottom: calc((50% - 10px) * 0.6);
  position: relative;
  transition: var(--palmira-transition);
}
.bonus-system-card-bg-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bonus-system-card-bg-container::before,
.bonus-system-card-container {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f1f1f1;
  transition: var(--palmira-transition);
}
.bonus-system-card-container {
  background-color: transparent;
  border: 2px solid var(--palmira-white);
}
.bonus-system-card:hover {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
}
.bonus-system-card:hover .bonus-system-card-bg-container::before {
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
}
.bonus-card-subtitle {
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--palmira-black);
  text-align: right;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.bonus-card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: calc(100% - 40px);
}
.bonus-card-sale-number,
.bonus-card-sale-text {
  color: var(--palmira-black);
  font-family: 'Philosopher';
  font-weight: 700;
  line-height: 110%;
}
.bonus-card-sale-text {
  font-weight: 400;
  line-height: 140%; /* 23.8px */
}
.bonus-card-bg-top {
  width: 49%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-12%, -56%) rotate(-37deg);
  transition: var(--palmira-transition);
  transition-delay: 150ms;
}
.bonus-card-bg-bottom {
  width: 45%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(23%, 52%) rotate(53deg);
  transition: var(--palmira-transition);
  transition-delay: 300ms;
}
.bonus-system-card:hover .bonus-card-bg-top {
  transform: translate(-12%, -56%) rotate(-4deg);
}
.bonus-system-card:hover .bonus-card-bg-bottom {
  transform: translate(7%, 52%) rotate(2deg);
}
.bonus-system-card-bg-inner {
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  overflow: hidden;
}
.bonus-system-attention {
  margin-top: 39px;
  display: flex;
  align-items: flex-start;
}
.bonus-attention-title {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 1 25%;
}
.bonus-attention-title>svg {
  width: 24px;
  height: auto;
  align-self: flex-start;
}
.bonus-attention-title > p {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 170%; /* 23.8px */
  margin: 0;
}
.bonus-attention-text {
  flex: 0 1 75%;
  color: #808080;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
/*------------------------------------sales styles end------------------------------------*/
/*------------------------------------looksize styles start------------------------------------*/
.looksize-page-section {
  margin: 72px 0 112px;
}
.special-bg-container {
  display: none;
}
.looksize-accordion-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 37px;
}
.looksize-accordion-image {
  flex: 0 1 30%;
  align-self: center;
  align-self: flex-start;
}
.looksize-accordion-text {
  flex: 0 1 62.7%;
}
.looksize-table-container {
  margin-top: 12px;
}
.looksize-accordion-text * + * {
  margin: 0.43em 0 0;
}
.looksize-accordion-text * {
  font-weight: 120%;
}
.looksize-table-container table {
  width: 100%!important;
  color: var(--palmira-black);
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
}
.looksize-table-container table tr:first-child td:nth-child(n) {
  background-color: var(--palmira-white);
  font-weight: 600;
  word-break: break-word;
  font-size: 0.917em;
}
.looksize-table-container table tr td:nth-child(n) {
  padding: 14px 20px 13px;
  background-color: transparent;
} 
.looksize-table-container table tbody td {
  border: 0;
  border-top: 1px solid #DDD;
}
.looksize-table-container table tbody td+td {
  border-left: 1px solid #DDD;
}
/*------------------------------------looksize styles end------------------------------------*/
/*------------------------------------blog posts latest styles start------------------------------------*/
.posts-latest-section {
  margin-top: 71px;
}
.posts-latest-container {
  display: flex;
  justify-content: space-between;
}
.posts-latest-left {
  flex: 0 1 29%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.posts-latest-right {
  flex: 0 1 66.25%;
}
.posts-latest-left .post-item-card {
  padding-bottom: 26px;
  border-bottom: 1px solid #DDD;
}
.posts-latest-left .post-item-card+.post-item-card {
  margin-top: 20px;
}
.post-item-card {
  position: relative;
}
.post-item-image {
  width: 100%;
  height: 0;
  padding-bottom: 55.7%;
  overflow: hidden;
  position: relative;
}
.post-item-image>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.post-item-image ~ .post-item-caption {
  margin-top: 15px;
}
.post-item-card .post-shadow-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
.post-item-caption .post-item-title {
  color: var(--palmira-black);
  font-family: 'Philosopher';
  font-weight: 400;
  line-height: 140%; /* 23.8px */
}
.post-item-caption .post-item-title span {
  background: linear-gradient(transparent, transparent calc(100% - 1px), var(--palmira-black) calc(100% - 1px), var(--palmira-black));
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: var(--palmira-transition);
}
.post-item-card:hover .post-item-title span {
  background-size: 100% 100%;
}
.posts-latest-right .post-item-caption .post-item-content {
  margin-top: 6px;
}
.post-item-caption .post-item-content {
  margin-top: 12px;
  color: #808080;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  height: calc(1.7 * 14px * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-item-bottom-nav {
  margin-top: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-item-bottom-nav .post-item-bottom-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.post-item-category-btn,
a.post-item-category-btn,
a.post-item-category-btn:hover,
a.post-item-category-btn:focus {
  padding: 4px 12px 3px;
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
  border: 1px solid transparent;
  transition: var(--palmira-transition);
}
a.post-item-category-btn:hover {
  border-color: var(--palmira-black);
}
.category-style-6 {
  background-color: #D3E9EF;
}
.category-style-7 {
  background-color: #F0EACC;
}
.category-style-8 {
  background-color: #DCE8D5;
}
.post-item-date {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
}
.default-btn-arrow,
a.default-btn-arrow,
a.default-btn-arrow:hover,
a.default-btn-arrow:focus {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
}
.default-btn-arrow svg {
  width: 10px;
  height: auto;
  transition: var(--palmira-transition);
}
.default-btn-arrow:hover svg {
  opacity: 0;
  transform: translateX(100%);
}
.post-item-bottom-nav {
  position: relative;
  z-index: 30;
}
.default-btn-arrow span {
  position: relative;
}
.default-btn-arrow span::before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: var(--palmira-transition);
}
.default-btn-arrow:hover span::before {
  width: 100%;
}
.header-sticky-mobile,
.mobile-sticky-header_container {
  display: none;
}
/*------------------------------------blog posts latest styles end------------------------------------*/
/*------------------------------------blog posts by category styles start------------------------------------*/
.posts-category-section {
  margin: 65px 0 113px;
}
.posts-category-container .tabs-navigation>a:nth-child(n):first-child {
  padding-left: 0;
}
.posts-category-container  {
  display: block;
}
.posts-category-container .tabs-navigation {
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.posts-category-container .tabs-navigation>a:nth-child(n) {
  margin: 0;
}
.posts-category-list {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 54px 20px;
}
.posts-category-list>.post-item-card:nth-child(5n + 1),
.posts-category-list>.post-item-card:nth-child(5n + 2) {
  flex: 0 1 calc(50% - 10px);
}
.posts-category-list>.post-item-card:nth-child(5n + 3),
.posts-category-list>.post-item-card:nth-child(5n + 4),
.posts-category-list>.post-item-card:nth-child(5n) {
  flex: 0 1 calc(33.333% - (20px * 2) / 3);
}
.posts-category-section .pagination-results {
  margin-top: 40px;
  justify-content: center;
}
/*------------------------------------blog posts by category styles end------------------------------------*/
/*------------------------------------blog post styles start------------------------------------*/
.blog-post-section {
  margin-top: 71px;
}
.blog-post-container {
  display: flex;
  justify-content: space-between;
}
.blog-post-left {
  flex: 0 1 70%;
}
.blog-post-right {
  flex: 0 1 25%;
}
.post-page-title {
  color: var(--palmira-black);
  font-family: 'Philosopher';
  font-weight: 400;
  line-height: 110%; /* 22px */
  margin: 0;
}
.post-item-bottom-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.post-page-content {
  margin-top: 15px;
}
.text-simple-container img {
  /* min-width: 100%; */
}
.post-page-content .text-simple-container * {
  text-transform: none;
}
/*.gts-newsletter-form .form-field-with-btn .btn-form-submit > svg {
  display: none;
}*/
.text-simple-container blockquote {
  background-color: var(--palmira-grey);
  border-left: 2px solid var(--palmira-black);
  padding: 25px 63px;
  width: 100%;
  max-width: initial;
  position: relative;
  overflow: hidden;
}
.text-simple-container blockquote * {
  position: relative;
}
.text-simple-container blockquote::before,
.text-simple-container blockquote::after {
  display: none;
}
.text-simple-container blockquote::before {
  content: '';
  display: block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="292" height="269" viewBox="0 0 292 269" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M114.68 93.6176C114.216 93.0553 113.597 92.1257 113.107 91.8849C112.49 91.5769 111.382 91.6511 110.568 91.5234C108.02 91.0568 104.578 89.6154 102.101 88.5124C99.9475 87.5424 97.8034 86.0576 95.7156 84.7992C93.6098 83.5311 91.5643 82.2373 89.5599 81.0039C87.4197 79.7061 85.2794 78.5815 83.2898 77.2557C81.412 75.9739 79.6836 74.4863 77.8927 73.1582C74.4164 70.608 72.0253 67.0544 68.8184 64.2696C67.3152 62.9825 65.6121 61.4621 63.9512 59.9641C61.4792 57.7351 59.1033 55.9539 58.3703 53.3922C58.11 52.969 57.3771 52.7263 57.5612 52.1461C58.438 52.1569 59.7538 52.5395 60.9275 52.8697C64.1002 53.7949 67.7066 55.5051 70.6511 56.9486C79.3476 61.145 84.7956 66.1132 92.0229 70.5582C93.9046 71.6957 95.9084 72.6206 97.6172 73.8205C99.2669 75.0081 100.595 76.3682 102.13 77.4602C100.072 73.7558 98.2094 69.9744 96.3325 66.2276C95.8534 65.2607 95.4332 64.3211 94.9403 63.4085C94.4542 62.4763 93.7529 61.6418 93.2406 60.715C92.2498 58.8562 91.8124 56.825 91.0514 54.7762C90.703 53.7823 90.166 52.8654 89.7887 51.9179C89.4003 50.9335 88.8355 50.0251 88.5142 49.0456C87.8809 47.0761 87.533 44.9576 87.0908 42.8199C86.224 38.6847 85.3926 34.5414 84.4578 30.2662C86.045 32.9385 88.6516 34.4994 90.5053 36.5966C94.2786 40.8415 96.8671 45.8212 99.4592 50.5062C100.758 52.8943 101.833 55.3526 103.01 57.8378C104.174 60.2893 105.016 62.8782 106.02 65.3757C107.032 67.8931 107.859 70.5242 108.603 73.0801C109.743 77.002 110.506 81.0433 111.4 85.0697C111.696 86.4209 111.613 88.0448 112.041 89.2004C112.716 91.0418 114.738 92.4079 115.86 94.0437C115.386 91.5192 114.477 89.1185 114.102 86.5038C113.724 83.9225 113.37 81.2811 113.022 78.6307C112.334 73.4273 111.356 68.0735 111.381 62.7475C111.397 59.8012 111.971 56.9972 112.215 54.1876C112.456 51.4994 111.429 48.9087 111.367 46.2293C111.292 43.4934 111.416 40.7702 111.335 38.0037C111.256 35.2768 111.138 32.5017 111.349 29.7095C111.849 30.0904 112.049 30.778 112.254 31.3457C115.773 40.9257 117.449 51.0257 119.193 61.2855C120.151 66.8364 120.086 72.561 119.738 78.4742C119.393 84.3586 119.217 90.4785 118.065 96.597C119.017 98.3271 120.482 99.8063 121.741 101.383C122.998 102.948 124 104.779 125.587 105.96C125.225 103.04 124.274 100.271 123.837 97.361C123.616 95.8917 123.338 94.4422 123.225 92.9955C123.089 91.4707 123.138 89.9523 123.075 88.3777C122.809 82.3541 122.423 76.3092 121.958 70.2378C121.838 68.7454 121.828 67.2026 121.775 65.6876C121.73 64.115 121.936 62.549 121.944 60.9353C121.991 56.195 122.055 51.5676 122.839 46.6871C123.108 44.9693 123.657 43.2846 123.98 41.5606C124.603 38.2974 124.776 35.0954 124.947 31.8811C125.631 33.2379 125.694 34.8201 125.902 36.3058C126.107 37.7822 126.505 39.3109 126.93 40.7536C127.767 43.6555 128.338 46.7205 128.693 49.7252C129.408 55.8138 130.382 61.8742 131.039 68.1284C131.697 74.4251 131.238 80.9615 130.559 87.6624C130.222 90.9696 129.861 94.3719 129.4 97.7791C128.941 101.211 128.869 104.817 127.489 108.213C128.525 109.931 129.971 111.396 131.231 113.035C132.462 114.655 133.592 116.442 135.118 117.73C135.232 114.543 134.772 111.444 134.647 108.242C134.419 101.896 134.429 95.3216 135.34 88.6359C135.796 85.2802 136.426 81.847 136.862 78.2916C137.475 73.3626 137.377 68.1413 140.394 62.6735C141.316 61.0519 142.454 59.445 143.287 57.6569C144.083 55.9681 144.593 53.974 145.26 52.0781C147.365 46.0804 150.424 40.9435 153.995 37.5115C152.552 40.3398 151.796 43.209 150.98 46.1388C150.507 47.8255 150.069 49.5768 149.344 51.3374C148.603 53.1826 147.463 54.5919 146.714 56.1861C145.916 57.8733 145.696 59.5864 145.484 61.2768C144.704 67.7121 144.566 73.9485 144.015 80.2089C143.446 86.6984 142.271 93.0701 141.15 99.6712C140.039 106.154 138.682 112.807 136.862 119.722C138.585 122.251 140.587 124.77 142.417 127.178C143.018 127.998 143.614 128.992 144.568 129.449C145.126 126.971 144.773 124.465 144.875 121.899C144.995 119.363 145.377 116.773 145.66 114.115C145.926 111.494 146.257 108.877 146.831 106.223C147.409 103.506 148.34 100.779 149.015 97.8671C149.696 94.9353 150.717 92.1293 152.069 89.3533C153.425 86.5714 154.193 83.739 154.948 80.8425C155.739 77.8299 156.125 75.0726 157.771 72.6798C158.508 71.611 159.272 70.391 160.196 69.3636C161.029 68.4189 162.174 67.6207 162.844 66.5623C163.331 65.7925 163.556 65.0795 164.093 64.5055C164.781 63.7728 165.719 63.223 166.421 62.4634C167.926 60.8008 169.429 59.3373 170.879 57.7568C171.605 56.9522 172.4 56.1069 173.178 55.5452C174.777 54.3714 176.858 54.0431 178.717 53.5235C180.72 52.9728 182.721 52.7792 184.754 52.6411C183.553 53.6596 181.973 53.9267 180.524 54.3172C176.834 55.3054 173.63 57.3336 170.423 59.6339C169.794 60.0778 168.973 60.5319 168.551 61.0512C167.698 62.0972 167.054 63.8356 166.352 65.2928C164.038 70.0663 162.74 74.7083 161.555 78.8565C160.73 81.7314 159.963 84.737 159.096 87.6245C158.186 90.6507 157.199 93.6019 156.532 96.4491C153.864 107.737 151.275 119.622 146.133 131.616C148.654 134.603 151.182 137.925 153.491 140.938C153.779 141.31 154.053 141.995 154.625 142.041C155.996 137.891 156.74 133.625 157.966 129.364C159.24 124.963 160.876 120.585 162.825 116.088C164.71 111.73 167.167 107.988 169.455 104.098C170.565 102.214 171.809 100.475 172.985 98.6607C174.187 96.7485 175.228 94.7045 176.343 92.7733C178.65 88.755 180.966 85.7931 183.97 83.258C186.849 80.8185 189.603 78.4897 192.57 76.2242C194.136 75.0328 195.461 73.7636 196.96 72.9337C198.547 72.0469 200.021 71.4306 201.905 71.0287C205.379 70.2841 209.366 70.5164 213.133 70.3934C212.506 71.0472 211.471 70.8984 210.628 71.0055C207.882 71.3543 204.907 71.4358 202.281 72.2528C199.762 73.0423 197.245 74.4336 194.914 75.804C194.072 76.297 193.144 76.7058 192.561 77.2862C191.673 78.2097 190.852 79.5574 189.979 80.7578C187.437 84.27 184.791 87.9391 182.524 91.7396C180.908 94.457 179.492 97.2723 177.984 100.158C176.467 103.082 175.439 106.246 174.077 109.379C172.799 112.326 171.117 115.131 169.618 118.014C165.18 126.502 160.173 135.054 156.191 144.047C158.628 146.989 160.643 150.104 163.386 152.916C164.288 151.268 164.413 149.32 164.943 147.441C166.561 141.758 168.862 135.822 171.672 130.045C173.643 126.018 175.109 122.088 177.157 118.645C179.077 115.404 181.4 112.357 183.449 109.292C186.688 104.447 189.616 99.7646 193.392 96.4839C197.196 93.1948 200.181 88.369 204.067 85.5243C206.656 83.6243 209.484 82.0663 212.608 81.7487C214.528 81.5772 218.096 82.3776 219.012 84.1387C218.018 83.8193 217.394 82.8561 216.427 82.6818C215.401 82.5029 214.669 83.201 213.815 83.5296C212.534 85.5233 211 86.5422 209.488 87.928C208.341 88.9678 207.106 89.9688 206.023 91.1622C203.926 93.4733 202.107 97.4042 200.323 100.594C198.476 103.894 196.691 107.172 194.735 110.364C192.883 113.421 190.837 116.342 188.803 119.326C181.96 129.35 174.545 139.494 167.798 149.988C167.004 151.22 165.07 153.687 165.038 154.698C165.013 155.313 165.962 156.221 166.485 156.926C168.207 159.174 169.95 161.412 171.62 163.304C174.771 155.238 178.909 148.209 182.715 141.654C186.63 134.872 190.451 128.398 195.336 123.291C199.743 118.673 205.271 114.308 210.616 111.609C213.225 110.298 216.391 109.312 219.257 108.252C220.591 107.759 222.019 107.261 223.594 106.73C225.777 105.974 228.461 105.511 227.893 102.578C227.814 102.113 227.281 101.591 227.682 101.241C230.214 109.064 221.635 114.885 217.332 118.699C214.772 120.961 212.349 123.504 209.766 125.989C202.193 133.317 194.743 141.444 187.871 149.822C183.255 155.45 177.612 159.805 173.055 165.179C173.938 166.534 175.023 167.834 176.082 169.163C177.133 170.464 178.121 171.867 179.295 172.945C181.284 168.553 183.093 164.517 185.511 161.055C187.883 157.687 190.531 154.856 193.084 152.073C195.751 149.178 198.255 146.478 200.976 144.009C203.72 141.532 206.492 139.213 209.323 136.964C217.657 130.331 228.533 128.766 238.125 125.36C239.759 124.783 241.405 124.135 243.063 123.721C244.781 123.276 246.509 122.776 248.291 122.825C246.002 124.067 243.401 124.67 241.188 125.769C238.799 126.958 237.035 129.046 235.029 131.078C233.741 132.378 232.189 133.523 230.917 134.774C228.292 137.31 225.628 139.775 222.767 141.993C219.92 144.199 216.967 146.179 214.096 148.107C211.197 150.058 208.113 151.596 205.212 153.507C202.256 155.428 199.575 157.78 196.763 160.159C191.274 164.796 185.612 169.425 180.638 175.214C182.558 177.123 183.785 179.3 185.781 181.16C190.262 174.883 195.144 169.242 200.046 163.962C202.564 161.266 205.183 158.835 207.58 156.305C208.84 154.99 210.041 153.721 211.404 152.668C212.75 151.626 214.138 150.722 215.561 149.709C217.036 148.651 218.267 147.578 219.629 146.722C220.983 145.888 222.489 145.578 224.225 145.036C227.388 144.049 230.42 143.089 233.405 141.461C234.888 140.653 236.185 139.631 237.603 138.8C238.998 137.969 240.558 137.314 242.147 136.806C245.324 135.815 248.407 134.681 251.921 134.74C250.526 135.637 248.996 136.107 247.665 137.107C244.933 139.178 242.391 141.373 239.793 143.476C237.116 145.641 234.604 147.96 232.059 150.346C230.806 151.511 229.497 152.584 228.182 153.7C220.321 160.352 212.336 166.414 204.29 172.387C198.886 176.406 193.21 179.872 187.844 183.661C189.232 185.5 190.827 187.252 192.435 189.014C196.559 187.737 200.653 186.185 204.931 184.988C215.547 182.026 226.647 180.822 237.448 178.084C239.053 177.676 242.401 176.641 243.286 174.965C243.67 174.229 243.736 172.831 243.841 171.808C244.144 168.753 243.214 165.801 242.329 163.486C241.2 160.464 239.447 157.626 238.108 154.801C237.959 154.487 237.681 153.997 237.897 153.645C240.186 157.872 242.884 161.97 244.501 166.554C245.002 168.014 245.613 170.318 245.205 171.762C243.377 178.188 239.822 182.225 235.99 184.961C228.246 190.48 218.493 190.354 209 190.923C204.783 191.177 200.372 190.97 196.268 191.095C195.76 191.118 195.025 190.921 194.631 191.374C213.664 212.599 208.794 207.375 223.653 225.482C224.318 226.29 225.431 226.711 225.974 227.365C226.468 227.966 227.39 230.205 226.767 230.918C226.011 231.792 224.341 230.158 223.857 229.762C217.406 224.651 197.924 199.486 186.765 186.937C185.608 188.103 184.215 188.18 182.801 188.643C181.867 188.94 180.959 189.433 180.052 189.788C176.335 191.259 172.712 192.814 169.134 194.486C165.568 196.16 161.354 196.955 158.574 200.24C155.826 203.474 153.533 209.849 151.146 213.844C149.941 215.878 148.204 217.799 147.349 220.527C146.789 222.376 147.286 224.535 147.97 226.142C148.719 227.903 149.624 229.628 150.717 230.979C152.605 233.337 154.209 235.444 155.757 237.772C156.266 238.547 156.874 239.309 157.113 240.233C155.666 239.338 154.675 237.898 153.631 236.686C152.505 235.395 151.353 234.124 150.345 232.873C148.2 230.216 147.133 227.462 146.822 224.05C146.513 220.8 146.353 217.31 146.963 213.747C147.286 211.892 148.073 209.96 148.784 207.925C149.442 206.01 150.132 203.961 151.028 201.921C152.996 197.38 154.522 194.245 157.412 192.332C158.749 191.45 160.32 191.136 161.905 190.679C168.073 188.919 174.359 187.359 180.776 186.439C182.39 186.21 184.059 186.159 185.624 185.646C184.152 183.566 182.397 181.602 180.799 179.575C179.262 180.959 177.396 181.001 175.563 181.704C171.605 183.22 167.678 184.548 163.647 185.802C161.054 186.614 158.364 187.571 155.597 188.248C152.806 188.924 150.021 189.676 147.465 190.657C145.139 191.556 142.139 192.522 140.226 195.151C138.365 197.707 136.032 201.168 135.663 204.636C135.364 207.54 135.366 210.877 133.677 214.402C132.087 217.727 131.871 221.306 133.449 223.411C133.491 223.457 133.53 223.52 133.564 223.557C135.218 224.997 136.277 226.858 137.367 228.662C138.203 230.068 139.226 231.32 140.071 232.577C140.311 232.967 140.89 233.366 140.655 233.904C138.594 231.609 136.278 229.586 134.772 227.195C134.226 226.331 133.814 225.254 133.214 224.569C131.751 222.876 130.137 221.78 128.95 220.33C125.803 216.483 124.086 212.201 124.429 207.155C124.497 206.163 124.815 205.161 124.914 203.969C125.038 202.528 124.9 201.222 125.095 199.843C125.284 198.418 125.545 196.961 126.021 195.427C127.058 192.013 128.783 189.604 130.521 187.083C132.36 184.419 133.738 181.537 135.628 179.447C137.612 177.253 139.545 176.206 142.144 175.182C143.321 174.713 144.493 174.233 145.647 173.728C146.822 173.204 147.807 172.394 149.01 171.958C150.228 171.514 151.439 171.371 152.768 171.16C154.01 170.953 155.285 170.489 156.523 170.167C159.137 169.494 161.703 169.62 164.447 169.455C165.783 169.374 167.109 169.3 168.473 169.296C169.773 169.304 171.185 169.422 172.474 168.962C170.611 166.37 168.516 163.872 166.543 161.326C165.401 162.118 163.993 162.419 162.67 162.799C161.33 163.204 159.984 163.626 158.638 164.021C155.992 164.809 153.409 165.868 150.745 166.719C145.57 168.368 140.053 169.816 134.531 171.21C124.978 173.648 115.248 175.178 106.128 178.785C104.94 179.267 102.997 179.95 102.36 180.652C101.634 181.457 101.768 184.267 101.7 185.287C101.593 186.798 101.721 188.21 101.537 189.588C101.119 192.771 100.609 195.521 101.219 198.198C101.598 199.883 102.691 201.776 103.499 203.283C104.327 204.825 105.576 206.262 105.627 208.119C104.265 206.626 103.297 204.833 102.311 203.131C100.213 199.544 98.5236 196.405 97.8874 192.223C97.58 190.238 97.2057 188.024 97.5321 185.998C97.9128 183.611 100.078 181.91 101.003 180.259C101.51 179.346 101.835 178.575 102.306 177.865C103.683 175.865 105.342 174.161 107.168 173.077C111.814 170.288 117.531 168.027 122.632 166.381C125.341 165.511 128.108 164.858 130.803 164.077C133.545 163.291 136.175 162.252 138.86 161.628C144.455 160.33 150.041 159.3 156.083 159.352C159.093 159.386 162.288 159.556 165.124 159.22C163.003 156.411 160.839 153.622 158.586 150.885C154.818 152.198 150.879 152.849 147.012 153.793C139.24 155.677 131.599 157.886 123.788 159.556C115.881 161.265 108.223 163.132 99.7852 163.403C95.6787 163.53 91.5131 164.085 87.3545 164.332C83.214 164.588 78.7962 165.201 74.5793 164.403C70.2652 163.585 65.8435 163.175 61.3799 163.399C61.0526 163.799 60.8805 164.551 60.5477 164.925C59.8842 164.496 61.4593 163.071 60.1832 163.075C61.2209 162.629 61.1954 161.005 61.6595 159.861C62.6533 157.406 64.1353 154.815 65.6784 153.276C66.8457 152.12 68.522 151.068 70.0073 150.127C71.513 149.17 73.0909 148.416 74.6316 147.739C77.9224 146.27 80.9762 144.585 83.974 143.157C90.3987 140.091 97.7512 140.061 104.718 139.179C108.193 138.727 111.637 137.851 115.135 137.293C118.673 136.724 122.264 136.547 125.895 136.267C129.452 136.001 133.32 135.863 137.047 136.219C139.952 136.49 142.926 136.848 145.777 137.19C146.699 137.298 147.703 137.496 148.619 137.246C146.257 133.719 143.36 130.379 140.685 126.971C134.784 127.845 128.707 128.464 122.596 128.784C119.538 128.948 116.491 129.245 113.434 129.421C111.922 129.52 110.406 129.805 108.878 129.796C94.7212 129.708 80.4549 129.212 65.8513 128.263C61.9231 129.903 58.3014 132.565 55.1024 136.075C54.0983 137.187 53.1509 138.625 51.6168 138.951C53.9747 136.019 55.6035 132.096 58.3994 130.344C60.4441 129.068 62.814 128.354 65.041 127.833C65.8238 127.651 66.8112 127.644 67.4204 127.332C68.078 126.98 68.6278 126.382 69.1498 126.015C71.0565 124.701 72.6728 123.941 75.0022 123.698C76.3797 123.563 77.687 122.981 79.0732 122.585C80.4454 122.2 81.8285 121.917 83.3039 121.722C88.8477 120.951 95.2096 121.928 101.486 121.812C111.896 121.624 122.628 121.586 133.971 123.654C135.593 123.964 137.192 124.605 138.889 124.508C136.478 120.79 133.174 117.422 130.42 113.837C119.573 115.306 107.822 115.425 95.8647 115.307C87.044 115.217 78.2453 115.215 69.4125 115.068C67.2194 115.021 64.9878 115.32 62.8849 115.221C62.0975 115.18 61.3162 114.919 60.5111 114.912C59.5961 114.9 58.3562 115.255 57.3675 115.532C56.4159 115.797 55.3384 116.08 54.649 116.419C54.1872 116.652 53.7539 117.234 53.3078 117.452C52.716 117.747 51.9131 117.879 51.2056 118.158C50.5303 118.428 49.7496 118.699 49.1001 118.871C47.6703 119.24 46.0518 119.579 44.7081 119.486C45.9075 118.717 47.4189 118.714 48.7024 118.163C50.2244 117.499 51.5944 116.527 53.0661 115.748C56.1315 115.634 58.8607 113.92 61.8052 113.592C63.4835 113.408 64.8074 113.279 66.3029 112.743C67.6627 112.252 69.0086 111.656 70.4942 111.147C76.324 109.095 81.9227 108.049 88.5656 108.15C94.8323 108.26 101.099 107.6 107.665 107.749C112.585 107.88 117.79 108.532 122.949 109.752C124.732 110.167 126.45 111.017 128.397 111.277C126.107 108.062 123.466 104.995 120.999 101.849C116.704 102.126 112.187 101.57 107.619 101.037C103.114 100.53 98.5129 100.202 93.864 99.4447C86.808 98.3111 79.7041 96.8131 72.8343 95.8014C70.44 95.4589 68.0654 94.9072 65.7873 94.6726C65.7783 94.6678 65.6618 94.683 65.6067 94.6846C62.8858 94.6618 60.6165 96.6583 57.8428 96.4457C55.9691 97.3387 53.9209 97.5266 51.951 98.0296C49.9667 98.5595 48.4902 100.399 46.2765 100.16C48.4585 99.1111 50.4048 97.9677 52.4091 96.9899C54.0084 96.1824 55.5955 95.484 57.2123 95.2058C57.7774 95.1051 58.3716 95.2241 59.0597 95.0962C59.6634 94.9814 60.2086 94.6082 60.7871 94.4106C61.3255 94.2226 61.8594 94.036 62.4227 93.946C63.5604 93.7524 64.7455 93.8884 65.9525 93.6739C66.863 93.5139 67.8527 93.0916 68.7451 92.8141C73.4966 91.3493 78.3992 90.4461 83.8632 91.0698C86.0221 91.3028 88.1693 91.4063 90.3861 91.5314C94.7692 91.7893 99.3067 92.9845 104.085 94.0917C108.828 95.1919 113.691 96.8834 118.738 99.0113C117.493 97.2795 116.058 95.3544 114.68 93.6176ZM61.782 162.507C63.7803 162.412 65.7261 161.838 67.6632 161.36C73.355 159.932 78.9742 158.2 84.6778 156.678C92.3047 154.624 99.6058 151.751 107.477 150.625C111.475 150.058 115.57 149.808 119.686 149.59C123.691 149.385 127.696 148.437 131.702 148.136C135.768 147.825 139.855 147.252 144.038 147.427C146.273 147.519 148.35 147.666 150.61 147.999C152.704 148.317 154.881 148.66 157.138 148.667C156.939 147.718 156.1 147.084 155.537 146.366C153.828 144.222 152.115 141.872 150.463 139.643C147.889 140.441 145.137 140.88 142.411 141.459C139.728 142.042 137.144 142.916 134.516 143.528C132.009 144.123 129.113 144.281 126.337 144.591C115.41 145.798 104.406 147.257 93.2294 147.48C90.474 147.543 87.754 147.987 85.047 148.349C81.1912 148.86 76.9737 149.468 72.9325 150.224C71.5392 150.489 69.9616 150.731 69.0764 151.247C65.9018 153.098 63.303 157.674 61.782 162.507ZM132.07 221.396C132.318 221.116 132.053 220.759 132.018 220.479C131.677 217.914 132.876 214.913 133.124 211.937C133.391 208.761 133.253 205.417 133.869 202.354C134.588 198.784 136.681 195.299 138.581 192.313C140.401 189.415 142.348 186.061 144.726 184.322C146.945 182.707 149.873 181.307 152.702 180.863C154.151 180.623 155.611 180.47 157.093 180.235C158.532 180.006 159.957 179.58 161.396 179.403C164.31 179.024 167.347 178.695 170.367 178.587C173.4 178.468 176.472 178.515 179.411 178.002C177.767 175.535 175.639 173.257 173.911 170.819C172.404 171.641 170.687 171.796 169.004 172.212C167.41 172.599 165.848 173.288 164.262 173.84C161.124 174.925 157.936 176.037 154.783 177.28C153.249 177.887 151.729 178.675 150.141 179.311C147.011 180.554 144.051 181.645 140.734 182.789C139.978 183.058 139.19 183.422 138.383 183.663C137.04 184.045 135.28 184.366 134.434 185.724C133.922 186.554 133.739 187.585 133.263 188.427C132.431 189.911 131.428 191.316 130.588 192.735C129.65 194.337 128.617 195.934 127.828 197.445C125.397 202.149 126.099 206.886 127.177 210.563C128.35 214.518 129.452 218.1 132.07 221.396Z" fill="white"/></svg>');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 233px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.post-page-content .text-simple-container .content-image-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.post-page-content .text-simple-container .content-image-container img {
  flex: 0 1 100%;
  width: calc((100% / var(--pf-flex-basis)) - (20px * (var(--pf-flex-basis) - 1)) / var(--pf-flex-basis));
}
.text-simple-container .content-image-container img+*:not(img) {
  display: none;
}
.post-page-bottom {
  margin-top: 62px;
}
.post-page-share-list-container {
  display: flex;
  align-items: center;
}
.post-page-share-title {
  color: #808080;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
}
.post-page-share-list {
  margin-left: 17px;
  display: flex;
  gap: 10px;
}
.post-page-share-list>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--palmira-grey);
  transition: var(--palmira-transition);
}
.post-page-share-list>a svg,
.post-page-share-list>a img {
  width: 40%;
  height: 40%;
  object-fit: contain;
  object-position: 50% 50%;
  transition: var(--palmira-transition);
}
.post-page-share-list>a svg path {
  transition: var(--palmira-transition);
}
.post-page-share-list>a:hover {
  background-color: var(--palmira-black);
}
.post-page-share-list>a:hover svg path {
  fill: var(--palmira-grey);
}
.post-page-navigation-container {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 19px 0 19px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  position: relative;
}
.post-page-navigation-item {
  flex: 0 1 calc(50%);
  display: flex;
  position: relative;
}
.post-page-shadow-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.post-page-nav-image {
  width: 143px;
  height: 0;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.post-page-nav-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  transition: var(--palmira-transition);
}
.post-page-navigation-item:hover .post-page-nav-image>img {
  transform: scale(1.2);
}
.post-page-nav-content {
  flex: 0 1 calc(100% - 143px);
  padding: 0 20px;
}
.post-page-nav-btn,
a.post-page-nav-btn,
a.post-page-nav-btn:hover,
a.post-page-nav-btn:visited {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  color: #808080;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
  transition: var(--palmira-transition);
}
.post-page-navigation-item:hover .post-page-nav-btn {
  color: var(--palmira-black);
}
.post-page-nav-btn>svg {
  width: 20px;
  height: auto;
}
.post-page-nav-btn>svg path {
  transition: var(--palmira-transition);
}
.post-page-navigation-item:hover .post-page-nav-btn svg path {
  stroke: var(--palmira-black);
}
.post-page-nav-title {
  margin-top: 15px;
  color: var(--palmira-black);
  font-family: 'Philosopher';
  font-weight: 400;
  line-height: 140%; /* 21px */
}
.post-page-navigation-prev .post-page-nav-title,
.post-page-navigation-prev .post-page-nav-content {
  text-align: left;
}
.post-page-navigation-next .post-page-nav-title,
.post-page-navigation-next .post-page-nav-content {
  text-align: right;
}
.post-page-navigation-all {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 40;
  display: block;
  line-height: 0;
  transition: var(--palmira-transition);
}
.post-page-navigation-all svg path {
  transition: var(--palmira-transition);
}
.post-page-navigation-all:hover svg path {
  stroke: var(--palmira-black);
}
/*------------------------------------blog post styles end------------------------------------*/
/*------------------------------------blog post slider styles start------------------------------------*/
.blog-post-products-section {
  margin: 129px 0 130px;
}
.blog-post-products-swiper {
  padding: 0;
}
.blog-post-products-title {
  color: var(--palmira-black);
  text-align: center;
  font-family: 'Philosopher';
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.blog-post-products-swiper {
  margin-top: 37px;
}
.blog-post-products-swiper .swiper-slide .product-card-item {
  opacity: 0;
  pointer-events: none;
}
.blog-post-products-swiper .swiper-slide.swiper-slide-active .product-card-item,
.blog-post-products-swiper .swiper-slide.swiper-slide-active ~ .swiper-slide .product-card-item {
  opacity: 1;
  pointer-events: all;
}
.blog-post-products-swiper .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide .product-card-item {
  opacity: 0;
}
.blog-post-products-swiper .product-card-sizes-item {
  margin-right: 15px;
}
/*------------------------------------blog post slider styles end------------------------------------*/
/*------------------------------------requests list styles start------------------------------------*/
.requests-list-section {
  margin: 71px 0 135px;
}
.requests-list-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.requests-list-list-container {
  flex: 0 1 65%;
  max-width: 65%;
}
.requests-rating-container {
  flex: 0 1 25%;
}
.requests-rating-top {
  padding: 63px 30px;
  background-color: var(--palmira-grey);
  position: relative;
}
.requests-rating-top-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.requests-rating-top-bg>svg {
  position: absolute;
}
.requests-rating-top-bg>svg.request-rating-bg-top {
  top: 0;
  right: 0;
}
.requests-rating-top-bg>svg.request-rating-bg-bottom {
  bottom: 0;
  left: 0;
}
.requests-rating-top-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.rating-about-magazin-title {
  color: var(--palmira-black);
  font-family: 'Philosopher';
  font-weight: 400;
  line-height: 110%; /* 22px */
  text-align: center;
}
.rating-about-magazin-number {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--palmira-black);
  color: var(--palmira-white);
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px auto 0;
}
.rating-list-row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
.rating-list-row+.rating-list-row {
  margin-top: 5px;
}
.rating-list-row-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.rating-stars-item {
  position: relative;
}
.rating-stars-item svg {
  width: 18px;
  height: auto;
}
.rating-stars-item .rating-empty-star {
  position: relative;
  opacity: 1;
}
.rating-stars-item .rating-full-star-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  height: 100%;
  width: calc(100% * var(--pf-star-length));
  overflow: hidden;
  z-index: 10;
}
.rating-stars-item .rating-full-star-container>svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rating-stars-item svg.rating-empty-star path {
  stroke: #F8AD30;
}
.rating-stars-item svg.rating-full-star path {
  fill: #F8AD30;
}
.rating-stars-item.unactive-star svg.rating-empty-star path {
  stroke: #808080;
}
.rating-list-row-number {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: var(--palmira-white);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.05);
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating-list-row-title {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 124%; /* 17.36px */
}
.requests-rating-bottom {
  margin-top: 36px;
}
.requests-rating-requst-title {
  text-align: center;
}
.requests-rating-requst-title>svg {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: auto;
  vertical-align: middle;
}
.requests-rating-requst-title>span {
  color: var(--palmira-black);
  font-family: 'Philosopher';
  font-weight: 400;
  line-height: 110%; /* 22px */
  vertical-align: middle;
}
.requests-rating-requst-btns {
  margin-top: 25px;
  text-align: center;
}
.requests-rating-requst-btns>a {
  display: inline-block;
}
.request-list-item {
  display: flex;
}
.request-list-item-head {
  flex: 0 1 28%;
}
.request-list-item-body {
  flex: 0 1 72%;
  max-width: 72%;
  padding-top: 3px;
}
.request-list-item {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  padding: 30px 35px;
  border-bottom: 1px solid #DDD;
}
.request-item-title {
  font-family: 'Philosopher';
  line-height: 140%;
}
.request-item-date {
  line-height: 120%;
  margin-top: 11px;
}
.request-item-content {
  margin-top: 14px;
  line-height: 170%;
}
.request-item-gallery {
  margin-top: 23px;
}
/* .request-item-gallery.request-gallery-items .swiper-slide {
  flex: 0 1 calc(20% - (10px * 4) / 5);
} */
/* .request-item-gallery.request-gallery-items .swiper-wrapper {
  gap: 10px;
} */
.request-item-gallery .swiper-slide {
  position: relative;
  padding-bottom: 3.6px;
}
.request-item-gallery .swiper-slide::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3.6px;
  width: 0;
  background-color: var(--palmira-black);
  pointer-events: none;
  transition: var(--palmira-transition);
}
.module-filter.module-filter-36 .panel-group .panel-body {
  padding: 20px 0;
}
.request-item-gallery .swiper-slide:hover::after {
  width: 100%;
}
.request-gallery-slide-inner {
  width: 100%;
  padding-bottom: 140%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.request-gallery-slide-inner>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.request-gallery-slider .swiper-custom-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 20;
  transition: var(--palmira-transition);
}
.request-gallery-slider .swiper-custom-arrow svg {
  width: 10px;
  height: auto;
}
.request-gallery-slider .swiper-custom-arrow:hover {
  background-color: var(--palmira-white);
}
.request-gallery-slider .swiper-custom-arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.request-gallery-slider .swiper-custom-arrow.swiper-right-arrow {
  right: 0;
}
.request-gallery-slider .swiper-custom-arrow.swiper-left-arrow {
  left: 0;
}
.request-gallery-slide-inner .request-shadow-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.active-request-body .lg-actions .lg-prev:after {
  display: block; 
}
.active-request-body .lg-sub-html,
.active-request-body .lg-autoplay-button {
  display: none;
}
.requests-list-section .requests-pagination {
  justify-content: center;
  margin: 53px 0 0;
}
.toggle-all-filters-mob {
  display: none;
}
/*------------------------------------requests list styles end------------------------------------*/
/*------------------------------------requests forms form styles start------------------------------------*/
.popup-form-window {
  width: 635px;
  max-width: 100%;
  border: 20px solid var(--palmira-white);
  background-color: var(--palmira-grey);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
  margin: 0 auto;
}
.popup-form-window-inner {
  position: relative;
  overflow: hidden;
  padding: 83px 42px 58px;
}
.popup-form-window-bg-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.popup-form-window-content {
  position: relative;
  text-align: center;
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 110%; /* 30.8px */
}
.request-popup-form-title {
  font-family: 'Philosopher';
  font-weight: 700;
}
.request-popup-form-container {
  margin-top: 25px;
}
.form-star-list {
  display: flex;
  padding: 0 18px;
  justify-content: space-between;
}
.form-star-list-item {
  position: relative;
}
.form-star-list-item svg,
.form-star-list-item .rating-stars-item {
  width: 38px;
  height: 38px;
}
.form-star-item-title {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  max-width: 300%;
  text-align: center;
  color: #808080;
  font-weight: 400;
  line-height: 120%;
  white-space: nowrap;
}
.form-drop-content {
  display: flex;
  justify-content: space-between;
}
.form-drop-content-style {
  align-items: flex-start;
  width: 100%;
}
.form-drop-content-style .form-drop-content-left {
  flex: 0 1 61%;
  text-align: left;
  padding-top: 16px;
}
.form-drop-content-style .form-drop-content-left b {
  margin-bottom: 10px;
  display: inline-block;
}
.drag-and-drop-container+.simple-form-label-btns {
  margin-top: 27px;
}
.simple-form-label+.drag-and-drop-container {
  margin-top: 25px;
}
.drag-and-drop-text.active-dragenter {
  padding: 0;
}
.file-time-item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.file-time-item.file-time-item {
  margin-top: 12px;
}
.file-time-item .file-time-item-title-container {
  white-space: nowrap;
  display: flex;
}
.file-time-item .file-time-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: initial;
}
.form-drop-content-style .form-drop-content-right {
  flex: 0 1 auto;
}
.form-drop-content-style .btn-default-white {
  padding: 15px 30px;
  white-space: nowrap;
}
.popup-form-window button.mfp-close {
  display: none;
}
/*------------------------------------popup form window styles end------------------------------------*/
/*------------------------------------request page form styles start------------------------------------*/
.requests-list-list-container.request-left-form-container-outer {
  flex: 0 1 48.1%;
  max-width: 48.1%;
  padding-left: 10px;
  padding-top: 29px;
}
.request-left-form-container .requests-rating-requst-title {
  text-align: left;
}
.request-left-form-container-outer .request-popup-form-container {
  margin-top: 43px;
}
.request-left-form-container-outer .data-rating-container .form-star-list {
  padding-bottom: 11px;
  padding-left: 0;
  padding-right: 12px;
}
.request-left-form-container-outer .form-star-item-title {
  position: static;
  transform: none;
}
.request-left-form-container-outer .form-star-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.request-left-form-container-outer .default-btn-submit {
  width: auto;
}
.request-left-form-container-outer .btn-default-white {
  border: 1px solid #DDD;
}
/*------------------------------------request page form styles end------------------------------------*/
/*------------------------------------header styles start------------------------------------*/
.header-sticky-submenu {
  position: absolute;
  left: 0;
  right: 0;
  background: var(--palmira-white);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(70px);
  pointer-events: none;
  transition: var(--palmira-transition);
  z-index: 99;
}
.header-sticky-submenu-inner {
  display: flex;
  justify-content: space-between;
  height: 420px;
  padding: 21px 0;
  padding-left: 10px;
}
.header-sticky-menu>ul>li {
  transition: var(--palmira-transition);
}
.header-sticky-menu>ul>li>a {
  position: relative;
}
.header-sticky-menu>ul>li>a::before {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  width: 0;
  left: 15px;
  bottom: calc((100% - 50px) / 2);
  height: 1px;
  background-color: var(--palmira-black);
  transition: var(--palmira-transition);
}
.header-sticky-menu>ul>li:hover>a::before {
  width: calc(100% - 30px);
}
.header-sticky-menu>ul>li:hover {
  background-color: var(--palmira-white);
}
.header-sticky-menu>ul>li:hover .header-sticky-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}
.header-sticky-submenu-right {
  display: flex;
  gap: 19px;
}
.header-sticky-submenu-small-card {
  width: 250px;
  flex: 0 1 250px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.header-sticky-submenu-small-card::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 25%) 0 0/ 100% 400% no-repeat;
  transition: var(--palmira-transition);
}
.header-sticky-submenu-small-card:hover::after {
  background-position: 0 100%;
}
.header-sticky-submenu-small-card>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: var(--palmira-transition);
}
.header-sticky-submenu-small-card:hover>img {
  transform: scale(1.2);
}
.header-sticky-submenu-small-card .header-sticky-submenu-card-title {
  color: var(--palmira-white);
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 120%;
  position: absolute;
  z-index: 10;
  left: 20px;
  bottom: 20px;
  max-width: calc(100% - 40px);
  transition: var(--palmira-transition);
}
/* .header-sticky-submenu-small-card:hover .header-sticky-submenu-card-title {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
} */
.header-sticky-submenu-left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  padding: 10px 0 0;
  width: 100%;
}
.header-sticky-submenu-col {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
}
.header-sticky-submenu-links {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.header-sticky-submenu-isolated .header-sticky-submenu-links {
  flex-wrap: wrap;
  height: calc(100% - (1.3 * 17px));/* 100% - height title */
}
.header-sticky-submenu-isolated {
  height: 100%;
}
.header-sticky-submenu-col-title {
  color: var(--palmira-black);
  font-family: 'Philosopher';
  font-weight: 400;
  line-height: 140%; /* 23.8px */
}
.header-sticky-submenu-col-title + .header-sticky-submenu-col-head-link {
  margin-top: 15px;
}
.header-sticky-submenu-col-head-link + .header-sticky-submenu-col-head-link {
  margin-top: 2px;
}
.header-sticky-submenu-col-head-link,
a.header-sticky-submenu-col-head-link:hover,
a.header-sticky-submenu-col-head-link:visited {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-sticky-submenu-col-head-link + .header-sticky-submenu-col-link {
  margin-top: 17px;
}
.header-sticky-submenu-col-link + .header-sticky-submenu-col-link {
  margin-top: 0.5px;
}
.header-sticky-submenu-col-link {
  color: #808080;
  font-family: 'Montserrat';
  font-weight: 400; 
  line-height: 170%;
  width: 257px;
  transition: var(--palmira-transition);
}
.header-sticky-submenu-col-link:hover {
  color: var(--palmira-black);
}
/* .header-sticky-submenu-col-link:nth-child(n + 14) {
  width: 240px;
} */
/* .header-sticky-submenu-col-link:nth-child(14) {
  margin-top: 38px;
} */
.header-sticky-submenu-col:not(.header-sticky-submenu-isolated)+.header-sticky-submenu-col {
  margin-top: 26px;
}
.shadow-arrow-hover {
  position: relative;
}
.shadow-arrow-hover svg {
  transition: var(--palmira-transition);
}
.shadow-arrow-hover:hover svg {
  transform: translateX(20px);
  opacity: 0;
}
.shadow-arrow-hover span {
  position: relative;
}
.shadow-arrow-hover span::before {
  content: '';
  display: block;
  pointer-events: none;
  width: 0;
  left: 0;
  position: absolute;
  bottom: -10px;
  height: 1px;
  background-color: var(--palmira-black);
  transition: var(--palmira-transition);
}
.shadow-arrow-hover:hover span::before {
  width: 100%;
}
/* .header-submenu-brands .header-sticky-submenu-col-link:nth-child(12) {
  margin-top: 34px;
} */
.header-submenu-brands .header-sticky-submenu-col-link:nth-child(10n + 12) {
  margin-top: 32px;
}
.header-sticky-submenu-inner.header-sticky-submenu-inner-wb {
  flex-wrap: wrap;
}
.header-sticky-submenu-right.header-sticky-submenu-right-fw {
  flex: 0 1 100%;
  height: calc(100% - (1.2 * 13px) - 24px);
  align-items: center;
}
.header-sticky-submenu-right-fw .header-sticky-submenu-small-card {
  width: calc((100% - 19px * (var(--pf-flex-parts) - 1)) / var(--pf-flex-parts));
  flex-basis: calc((100% - 19px * (var(--pf-flex-parts) - 1)) / var(--pf-flex-parts));
  max-width: 33%;
  height: 0;
  padding-bottom: 18%;
}
.header-sticky-submenu-bottom {
  flex: 0 1 100%;
  height: calc(1.2 * 13px + 24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-sticky-submenu-bottom .header-sticky-submenu-col-head-link,
.header-sticky-submenu-bottom .header-sticky-submenu-col-head-link:hover,
.header-sticky-submenu-bottom .header-sticky-submenu-col-head-link:visited {
  display: inline-block;
}
.header-sticky-submenu-inner.header-sticky-submenu-inner-wb {
  height: 460px;
}
/*------------------------------------header styles end------------------------------------*/
/*------------------------------------login / register styles start------------------------------------*/
.login-page-section {
  margin: 71px 0 115px;
}
.login-page-container {
  display: flex;
  gap: 21px;
}
.login-info-block,
.login-login-block,
.login-register-block {
  flex: 0 1 calc(33.333% - (21px * 2) / 3);
}
.login-register-block:before {
  transition: var(--palmira-transition);
}
.login-info-block {
  padding-right: 7.5%;
  padding-top: 56px;
}
.login-info-block-row {
  display: flex;
  gap: 20px;
}
.cart-heading-right_mobile {
  display: none;
}
.login-info-block-row+.login-info-block-row {
  margin-top: 35px;
}
.login-info-block-icon>svg {
  width: 33px;
  height: auto;
}
.login-info-block-content {
  padding-top: 2px;
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.footer-item-contacts > .site-footer-logo-links {
  display: none;
}
.login-info-block-content b {
  font-size: 1.143em;
  font-weight: 600;
  display: block;
  margin-bottom: 11px;
  line-height: 140%;
}
.login-info-block-content a,
.login-info-block-content a:hover,
.login-info-block-content a:visited {
  color: var(--palmira-black);
  font-size: 1.286em;
  display: block;
  margin-bottom: 12px;
}
.simple-form-label .radio-btns-label-item {
  position: static;
}
.login-login-block .popup-form-window-inner {
  padding-top: 52px;
  background-color: var(--palmira-grey);
}
.simple-form-label.password-label {
  position: relative;
}
.password-label-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.password-label-icon svg {
  width: 23px;
  height: auto;
}
.password-label-icon::after {
  content: '';
  display: block;
  width: calc(100% * 1.3);
  height: 1px;
  background-color: #808080;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.password-label.open .password-label-icon::after {
  display: none;
}
.login-page-section .simple-form-label+.simple-form-label-btns {
  margin-top: 33px;
}
.simple-form-label + .simple-form-label.restore-password-label {
  margin-top: 12px;
}
.simple-form-label.restore-password-label + .simple-form-label {
  margin-top: 15px;
}
.simple-form-label.restore-password-label {
  justify-content: flex-end;
}
.simple-form-label.restore-password-label a {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%; /* 22.1px */
  position: relative;
}
.simple-form-label.restore-password-label a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.request-popup-form-container+.request-popup-form-container {
  margin-top: 31px;
}
.form-divider-title-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.form-divider-container {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 170%; /* 22.1px */
  padding: 0 15px;
  position: relative;
  margin: 0;
}
.form-divider-container::before,
.form-divider-container::after {
  content: '';
  display: block;
  width: 33vw;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-divider-container::before {
  right: 100%;
}
.form-divider-container::after {
  left: 100%;
}
.login-by-socials-container {
  margin-top: 29px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.mobile-header-active .container-default #search .header-search {
  height: auto;
}
.login-by-socials-container>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--palmira-white);
  border: 1px solid transparent;
  transition: var(--palmira-transition);
}
.login-by-socials-container>a:hover {
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
  border-color: var(--palmira-black);
}
.login-by-socials-container>a svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: 50% 50%;
}
.login-register-block .popup-form-window-inner {
  padding-top: 51px;
  border: 1px solid #DDD;
}
.login-register-block .login-by-socials-container>a {
  background-color: var(--palmira-grey);
}
.simple-form-label.radio-btns-label-container {
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.radio-imitator {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: block;
  background-color: transparent;
  border: 1px solid #808080;
  transition: var(--palmira-transition);
}
.radio-btns-label-item:hover .radio-imitator {
  border-color: var(--palmira-black);
}
input:checked ~ .radio-imitator {
  border-color: var(--palmira-black);
  border-width: 6px;
}
.radio-btns-label-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin: 0;
}
.radio-btn-text {
  color: #808080;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.simple-form-label + .simple-form-label.simple-form-label-grey-container {
  display: block;
  width: calc(100% + 84px);
  margin: 24px -42px 0;
  padding: 27px 42px 28px;
  background-color: var(--palmira-grey);
}
.login-login-block .contact-form-simple-page,
.login-register-block .contact-form-simple-page {
  margin: 0;
}
.form-divider-title-container + .contact-form-simple-page {
  margin-top: 42px;
}
.login-login-block .popup-form-title + .request-popup-form-container {
  margin-top: 49px;
}
.login-register-block .popup-form-title + .request-popup-form-container {
  margin-top: 28px;
}
.simple-form-label.radio-btns-label-container + .simple-form-label {
  margin-top: 37px;
}
.login-page-container .simple-form-label-checkbox {
  align-items: center;
  gap: 15px;
}
.simple-checkbox-text a,
.simple-checkbox-text a:hover,
.simple-checkbox-text a:visited {
  color: var(--palmira-black);
}
.login-page-container .simple-form-label-checkbox .simple-checkbox-text {
  color: var(--palmira-black);
}
.login-page-container .simple-form-label-checkbox .simple-checkbox-text a {
  position: relative;
}
.login-page-container .simple-form-label-checkbox .simple-checkbox-text a::before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.simple-form-label+.simple-form-label.radio-btns-label-container {
  margin-top: 14px;
  padding-right: 13.3%;
}
.simple-form-label.radio-btns-label-container + .simple-form-label-btns {
  margin-top: 31px;
}
.login-register-block .popup-form-window-inner > img.pattern-lt {
  left: auto;
  right: 78px;
  top: 0;
}
.login-register-block .popup-form-window-inner > img.pattern-rb {
  bottom: 0;
  right: auto;
  left: 3px;
}
/*------------------------------------login / register styles end------------------------------------*/
/*------------------------------------fogot password styles start------------------------------------*/
.disactive-block,
.hide-current-container-disabled {
  position: relative;
}
.disactive-block::after,
.hide-current-container-disabled::after {
  content: '';
  display: block;
  z-index: 30;
  position: absolute;
  inset: 0;
  background-color: var(--palmira-white);
  opacity: 0.6;
}
.hide-current-container-disabled::after {
  opacity: 0;
  pointer-events: none;
  transition: var(--palmira-transition);
}
.hide-current-container-disabled.disactive-block::after {
  opacity: 0.6;
  pointer-events: all;
}
.forgotten-page-section .login-login-block .popup-form-title + .request-popup-form-container {
  margin-top: 5px;
}
.form-divider-title-simple .form-divider-container::before,
.form-divider-title-simple .form-divider-container::after {
  display: none;
}
.simple-form-label-text .simple-form-text {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  margin: 0;
}
.forgotten-page-section .popup-form-title {
  margin: 0;
}
.form-divider-title-container.form-divider-title-simple + .contact-form-simple-page {
  margin-top: 59px;
}
.simple-form-label+.simple-form-label.simple-form-label-text {
  margin-top: 14px;
  padding: 0 17px;
}
.login-page-section .simple-form-label.simple-form-label-text+.simple-form-label-btns {
  margin-top: 15px;
}
/*------------------------------------fogot password styles end------------------------------------*/
/*------------------------------------account info styles start------------------------------------*/
.front-account-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.front-account-sidebar {
  flex: 0 1 20.4%;
}
.front-account-content {
  flex: 0 1 74.7%;
}
.front-account-sidebar .side-column {
  max-width: initial;
  padding: 0;
}
.front-account-sidebar .side-column .popup-form-window-inner {
  background-color: var(--palmira-grey);
  padding: 46px 57px 49px;
}
.account-navigation-link {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-start;
}
.account-navigation-link span {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  position: relative;
}
.account-navigation-link span::before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: var(--palmira-transition);
}
.account-navigation-link.active span::before {
  width: 100%;
}
.account-navigation-link svg path {
  transition: var(--palmira-transition);
}
.account-navigation-link.active svg path[stroke],
.account-navigation-link:hover svg path[stroke]{
  stroke: var(--palmira-black);
}
.account-navigation-link.active svg path[fill],
.account-navigation-link:hover svg path[fill]{
  fill: var(--palmira-black);
}
.account-navigation-link+.account-navigation-link{
  margin-top: 21px;
}
.front-account-section {
  margin: 59px 0 124px;
}
.front-account-content-sides {
  display: flex;
  justify-content: space-between;
}
.user-data-editor-container {
  flex: 0 1 61.3%;
}
.user-bonuses-container {
  display: none!important;
  flex: 0 1 32.2%;
}
.simple-pen-btn-containe {
  position: relative;
}
.ticket-style-container {
  margin-top: 29px;
}
.simple-pen-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}
.simple-pen-btn svg {
  width: 18px;
  height: auto;
}
.user-data-editor-container .contact-form-simple-page {
  margin-top: 0;
}
.user-data-editor-container .request-popup-form-container {
  margin-top: 27px;
}
.front-account-content-sides .popup-form-window-inner {
  padding: 0;
}
.front-account-content-sides a.btn-default-white {
  border: 1px solid #DDD;
  padding: 15px 29px;
}
.front-account-content-sides .default-btn-submit {
  min-width: 151px;
  width: -moz-fit-content;
  width: fit-content;
}
.front-account-content-sides .simple-form-label+.simple-form-label-btns {
  gap: 10px;
  margin-top: 33px;
}
.front-account-content-sides .popup-form-title {
  text-align: left;
}
.front-account-content-sides .radio-btns-label-container {
  justify-content: flex-start;
}
.ticket-style-item + .ticket-style-item {
  margin-top: 20px;
}
.ticket-style-item {
  position: relative;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  padding: 25px 30px 20px;
}
.ticket-range-container-outer {
  display: block;
  width: 100%;
  overflow: hidden;
}
.ticket-range-container {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 97px;
}
.ticket-range-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  position: relative;
  flex: 0 1 calc((2 * 100%) / var(--pf-flex-width));
}
.ticket-range-item:before,
.ticket-range-item:after {
  content: '';
  pointer-events: none;
  display: block;
  position: absolute;
  top: 33px;
  height: 4px;
  width: calc(50% - 8px);
}
.ticket-range-item:before {
  background: linear-gradient(to right, var(--palmira-black), var(--palmira-black) calc(100% * var(--pf-range-left)), #D9D9D9 calc(100% * var(--pf-range-left)), #D9D9D9 100%) 0 0/ 100% 100% no-repeat;
  left: 0;
}
.ticket-range-item:after {
  background: linear-gradient(to right, var(--palmira-black), var(--palmira-black) calc(100% * var(--pf-range-right)), #D9D9D9 calc(100% * var(--pf-range-right)), #D9D9D9 100%) 0 0/ 100% 100% no-repeat;
  right: 0;
}
.ticket-range-item:first-child:after,
.ticket-range-item:last-child:before {
  width: calc(100% - 17px);
}
.ticket-range-item:first-child::before,
.ticket-range-item:last-child::after {
  display: none;
}
.ticket-range-item:last-child {
  align-items: flex-end;
  flex: 0 1 calc(100% / var(--pf-flex-width));
}
.ticket-range-item:first-child {
  align-items: flex-start;
  flex: 0 1 calc(100% / var(--pf-flex-width));
}
.ticket-range-item-title,
.ticket-range-item-cost {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.bestseller-products-accordeon .swiper-pagination {
  display: none;
}
.ticket-range-item-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 4px solid #D9D9D9;
  background-color: var(--palmira-white);
  margin: 9px 0 2px;
  position: relative;
  z-index: 10;
}
.ticket-range-item.active .ticket-range-item-circle {
  border-color: var(--palmira-black);
}
.ticket-range-item-cost {
  font-weight: 400;
  line-height: 120%;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform-origin: 100% 50%;
  transform: translateX(-100%) rotate(-90deg);
}
.ticket-range-item:first-child .ticket-range-item-cost {
  left: 9px;
}
.ticket-range-item:last-child .ticket-range-item-cost {
  left: calc(100% - 9px);
}
.ticket-style-item:first-child {
  border-top: 1px solid #DDD;
  padding-top: 33px;
  padding-bottom: 23px;
}
.ticket-style-item:last-child {
  border-bottom: 1px solid #DDD;
  padding-top: 20px;
  padding-bottom: 63px;
}
.ticket-style-item::before,
.ticket-style-item::after {
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  left: -1px;
  right: -1px;
}
.ticket-style-item::before {
  top: 0;
  transform: translateY(-100%);
  background: linear-gradient(-45deg, transparent, transparent calc(50% - 0.5px), #DDD calc(50% - 0.5px), #DDD calc(50% + 0.5px), transparent calc(50% + 0.5px)) 0 0/ 10px 10px no-repeat,
  linear-gradient(45deg, transparent, transparent calc(50% - 0.5px), #DDD calc(50% - 0.5px), #DDD calc(50% + 0.5px), transparent calc(50% + 0.5px)) 100% 0/ 10px 10px no-repeat,
  repeating-linear-gradient(to right, #DDD, #DDD 3.5px, transparent 3.5px, transparent 10px, #DDD 10px, #DDD 13.5px) 20px 0/ calc(100% - 40px) 1px no-repeat;
}
.ticket-style-item::after {
  bottom: 0;
  transform: translateY(100%);
  background: linear-gradient(45deg, transparent, transparent calc(50% - 0.5px), #DDD calc(50% - 0.5px), #DDD calc(50% + 0.5px), transparent calc(50% + 0.5px)) 0 0/ 10px 10px no-repeat,
  linear-gradient(-45deg, transparent, transparent calc(50% - 0.5px), #DDD calc(50% - 0.5px), #DDD calc(50% + 0.5px), transparent calc(50% + 0.5px)) 100% 0/ 10px 10px no-repeat;
}
.ticket-style-item:first-child::before,
.ticket-style-item:last-child::after {
  display: none;
}
.ticket-style-item-subtitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.ticket-style-item-subtitle svg {
  height: 18px;
  width: auto;
  align-self: flex-start;
}
.ticket-item-row-text {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin: 0;
}
.ticket-range-bottom {
  color: #808080;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
}
.ticket-range-container,
.ticket-range-bottom {
  position: relative;
  z-index: 10;
}
.ticket-style-item .pattern-rb {
  position: absolute;
  bottom: -22px;
  right: -58px;
  transform: rotate(-26deg);
}
.ticket-item-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ticket-item-row+.ticket-item-row {
  margin-top: 14px;
}
.ticket-item-row-text b {
  font-size: 2.182em;
  font-weight: 600;
}
.ticket-image-bottom-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
/*------------------------------------account info styles end------------------------------------*/
/*------------------------------------address list styles start------------------------------------*/
.address-list-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding-top: 44px;
}
.address-list-item {
  flex: 0 1 calc(33.333% - (22px * 2) / 3);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.address-item-card {
  border: 1px solid #DDD;
  height: 220px;
  width: 100%;
  transition: var(--palmira-transition);
}
.address-list-item.active .address-item-card {
  border-color: var(--palmira-black);
  border-width: 2px;
}
.address-item-card:hover {
  border-color: var(--palmira-black);
}
.address-item-card-add {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.address-item-card-add-title {
  color: #808080;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  padding-top: 136px;
  position: relative;
  transition: var(--palmira-transition);
}
.address-item-card:hover .address-item-card-add-title {
  color: var(--palmira-black);
}
.address-card-shadow-link {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.address-item-card-add-title::before,
.address-item-card-add-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 1px;
  background-color: currentColor;
  transition: var(--palmira-transition);
}
.address-item-card:hover .address-item-card-add-title::before,
.address-item-card:hover .address-item-card-add-title::after {
background-color: var(--palmira-black);
}
.address-item-card-add-title::after {
  transform: translateX(-50%) rotate(-90deg);
}
.address-item-card-top {
  padding: 41px 28px 0;
  min-height: 132px;
  position: relative;
}
.address-list-item.active .address-item-card-top{
  background-color: var(--palmira-grey);
}
.address-item-card-bottom {
  padding: 30px 28px 31px;
}
.address-item-card-top::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: calc(100% - 66px);
  background-color: #DDD;
}
.address-card-top-text-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.address-card-top-text-row+.address-card-top-text-row {
  margin-top: 15px;
}
.address-card-top-text {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}
.address-card-top-text+.address-card-top-text {
  font-weight: 600;
  text-align: right;
}
.address-item-card-bottom-inner .simple-form-label-checkbox,
.front-add-address-container .simple-form-label-checkbox {
  align-items: center;
}
.address-item-card-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.address-item-title {
  color: var(--palmira-black);
  font-family: 'Philosopher';
  font-weight: 700;
  line-height: 110%; /* 30.8px */
  margin-bottom: 29px;
}
.address-btn-default {
  display: inline-block;
}
.address-btn-default>svg {
  width: 18px;
  height: auto;
}
.address-btn-default>svg path {
  transition: var(--palmira-transition);
}
.address-btn-default:hover >svg path[stroke] {
  stroke: var(--palmira-black);
}
.address-btn-default:hover >svg path[fill] {
  fill: var(--palmira-black);
}
.simple-form-label-checkbox.address-item-default {
  cursor: pointer;
  margin: 0;
}
.address-btn-default+.address-btn-default {
  margin-left: 19px;
}
.user-data-editor-container.front-add-address-container {
  padding: 0;
}
.user-data-editor-container.front-add-address-container .popup-form-window-inner {
  overflow: visible;
}
.user-data-editor-container.front-add-address-container .request-popup-form-container {
  margin-top: 0;
}
.simple-form-label-parent {
  justify-content: space-between;
  flex-wrap: wrap;
}
.simple-form-label-parent .simple-form-label:nth-child(n) {
  margin: 0;
  flex: 0 1 calc(50% - 20px);
}
.subscription-front-account-container .simple-form-label-parent {
  justify-content: flex-start;
  gap: 10px 30px;
}
.subscription-front-account-container .simple-form-label-parent .simple-form-label:nth-child(n) {
  flex-basis: auto;
}
.front-account-content-password {
  /*padding-top: 46px;*/
}
.front-account-content-password.front-account-content-sides .popup-form-title {
  margin-bottom: 42px;
}
/*------------------------------------address list styles end------------------------------------*/
/*------------------------------------order history styles start------------------------------------*/
.order-list-container {
  width: 100%;
}
table.order-list-container tr:nth-child(n) td {
  background-color: transparent;
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  padding: 9px 12px !important;
}
table.order-list-container thead tr:nth-child(n) td {
  border-bottom: 2px solid var(--palmira-black) !important;
}
table.order-list-container tbody tr:nth-child(n) td {
  border-bottom: 1px solid #ddd !important;
  height: 100px;
}
table.order-list-container tr:nth-child(n) td b {
  font-weight: 600;
}
.order-list-container td.order-tac {
  text-align: center;
}
.order-list-container td.order-tar {
  text-align: right;
}
.order-status-block {
  padding: 5px 12px;
  display: inline-block;
  background-color: #F0EACC;
}
.order-status-2 {
  background-color: #D5D5E9;
}
.order-front-container {
  flex-wrap: wrap;
  /*padding-top: 45px;*/
}
.order-front-container .order-list-container {
  margin-top: 25px;
}
.order-front-container.order-front-no-orders {
  padding: 0;
  align-self: stretch;
}
.order-front-empty-orders-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#account-wishlist .order-front-empty-orders-container {
  padding: 50px 0;
  background: var(--palmira-grey);
}
#account-wishlist .front-account-container .order-front-empty-orders-container {
  flex: 0 0 79.4%;
}
.order-empty-orders-bg {
  position: absolute;
  inset: 0;
  border: 1px solid #DDD;
  overflow: hidden;
}
.order-empty-orders-bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.order-empty-orders-content {
  text-align: center;
  position: relative;
}
.order-empty-orders-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--palmira-black);
  font-family: 'Philosopher';
  font-weight: 400;
  line-height: 110%; /* 22px */
}
.order-empty-orders-subtitle {
  margin-top: 20px;
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.order-empty-orders-btns {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.order-details-container,
.order-list-container-outer {
  width: 100%;
}
.order-front-info-container {
  flex-wrap: wrap;
  /*padding-top: 45px;*/
}
.order-list-container-outer {
  margin-top: 62px;
}
.order-list-products-title {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
  padding: 10px 30px;
  border-bottom: 2px solid var(--palmira-black);
}
.order-products-container {
  display: block;
  width: 100%;
  margin-top: 53px;
}
.order-product-row {
  display: flex;
  justify-content: space-between;
  padding: 25px 32px 12px 23px;
  border-bottom: 1px solid #ddd;
}
.order-product-row-left {
  display: flex;
  gap: 15px;
}
.order-product-row-image {
  position: relative;
  overflow: hidden;
  width: 138px;
  height: 0;
  padding-bottom: calc(138px * 1.5);
}
.order-product-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: 50% 50%;
}
.order-product-row-parameters {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 10px;
}
.order-product-parameters_manufacturer {
  font-weight: 600;
}
.order-product-row-parameters,
.order-product-parameters_table {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.order-product-table_row {
  display: flex;
}
.order-product-table_row-left {
  min-width: 98px;
  color: #808080;
}
.order-product-table_row-left b {
  color: var(--palmira-black);
  font-weight: inherit;
}
.order-product-not-price {
  text-decoration: line-through;
}
.order-product-row-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.order-product-sticky-price {
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 120%;
  text-align: right;
}
.order-product-special {
  color: #EA4F44;
}
.order-product-price + .order-product-special {
  margin-left: 10px;
  display: inline-block;
}
.order-product-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
.order-product-btn-basket {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--palmira-black);
}
.order-product-btn-basket svg {
  width: 18px;
  height: auto;
}
.order-product-btn-like,
.order-product-btn-like:hover,
.order-product-btn-like:visited {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #808080;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
}
.order-product-btn-like svg {
  width: 24px;
  height: auto;
}
.order-product-btn-like svg path {
  fill: rgba(255, 255, 255, 0);
  transition: var(--palmira-transition);
}
.order-product-btn-like:hover svg path {
  stroke: #808080;
}
.order-product-btn-like:target svg path {
  stroke: #EA4F44;
  fill: #EA4F44;
}
.order-product-color_container {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-product-color_container img {
  align-self: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid var(--palmira-white);
}
.order-list-products-tfoot {
  position: relative;
  overflow: hidden;
  padding: 23px 30px 29px;
}
.order-products-tfoot-bg {
  position: absolute;
  inset: 0;
  background-color: var(--palmira-grey);
}
.order-products-tfoot-bg>img {
  position: absolute;
}
.order-products-tfoot-bg>img.pattern-rb {
  top: -38px;
  left: -18px;
}
.order-products-tfoot-bg>img.pattern-lt {
  left: 37%;
  bottom: 3px;
}
.order-products-tfoot-content {
  position: relative;
}
.order-products-tfoot-row {
  display: flex;
  justify-content: space-between;
  flex: 0 1 100%;
  padding-left: 60%;
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
}
.order-products-tfoot-row+.order-products-tfoot-row {
  margin-top: 16px;
}
.order-products-tfoot-content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.order-list-details {
  margin-top: 32px;
}
.order-list-details+.order-list-details {
  margin-top: 55px;
}
.order-list-details {
  width: 100%;
}
.order-list-details-head {
  padding: 9px 30px;
  border-bottom: 2px solid var(--palmira-black);
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
}
.order-list-details-body {
  padding: 41px 30px 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 120%;
  border-bottom: 1px solid #ddd;
}
.order-list-details-item {
  flex: 0 1 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* .order-list-details-item:nth-child(even) {
  flex: 0 1 60%;
} */
.order-list-details-title {
  flex: 0 1 113px;
}
/* .order-list-details-item:nth-child(even) .order-list-details-title {
  flex-basis: 140px;
} */
.order-list-container-outer .popup-form-title {
  margin-bottom: 32px;
}
/*------------------------------------order history styles end------------------------------------*/
/*------------------------------------access message styles start------------------------------------*/
.success-order-section {
  margin: 80px 0 141px;
}
.success-order-section .order-front-empty-orders-container {
  background-color: var(--palmira-grey);
}
.success-order-section .order-empty-orders-content {
  padding: 90px 80px;
}
.success-order-section .btn-default-white {
  width: auto;
}
/*------------------------------------access message styles end------------------------------------*/
/*------------------------------------media queries styles start------------------------------------*/
@media (min-width: 1px) and (max-width: 1920px) {
  /*------------------------------------information styles end------------------------------------*/
  .information-section {
    margin: 4.635vw 0 5.833vw;
  }
  .information-container {
    padding-left: 7.292vw;
    padding-right: 6.771vw;
  }
  .vertical-title {
    margin-top: 2.604vw;
  }
  .text-simple-container h5 {
    padding-bottom: 0.833vw;
    background: linear-gradient(to right, var(--palmira-black), var(--palmira-black) 5.208vw, #ddd 5.208vw, #ddd 100%) 0 100%/ 100% 0.052vw no-repeat;
  }
  /*------------------------------------information styles start------------------------------------*/
  /*------------------------------------about us items styles start------------------------------------*/
  .about-items-section {
    margin-top: 4.115vw;
  }
  .about-items-container {
    padding: 0 6.927vw;
  }
  .about-items-list {
    margin-top: 1.406vw;
    gap: 2.813vw;
  }
  .about-list-item {
    flex: 0 1 calc(25% - (2.813vw * 3) / 4);
    padding: 0.885vw 0 0.521vw;
  }
  .about-item-icon {
    width: 3.125vw;
    height: 3.125vw;
  }
  .about-item-text {
    padding-top: 1.042vw;
  }
  .about-item-text::before {
    top: 0.417vw;
    width: 1.563vw;
  }
  /*------------------------------------about us items styles start------------------------------------*/
  /*------------------------------------about us categories styles start------------------------------------*/
  .about-brands-section {
    margin: 6.094vw 0 8.906vw;
  }
  .about-brand-row+.about-brand-row {
    margin-top: 1.042vw;
  }
  .about-brand-row-image-caption {
    bottom: 2.083vw;
  }
  .about-row-caption-btns {
    margin-top: 1.25vw;
  }
  .about-brand-row-brands {
    padding-left: 4.948vw;
  }
  .about-brand-row-brands-list {
    margin-top: 0.99vw;
    gap: 1.563vw 1.563vw;
  }
  .about-row-brands-item {
    flex: 0 1 calc(20% - (1.563vw * 4) / 5);
    padding-bottom: calc((20% - (1.563vw * 4) / 5) * 0.522);
  }
  .about-brand-row-pair .about-brand-row-brands {
    padding: 0;
    padding-right: 4.948vw;
  }
  .about-row-caption-btns .btn-default-white {
    padding: 0.885vw 2.083vw;
    min-width: 9.115vw;
  }
  /*------------------------------------about us categories styles start------------------------------------*/
  /*------------------------------------contact us styles start------------------------------------*/
  .contact-items-section {
    margin-top: 5.313vw;
  }
  .contact-items-container {
    padding-left: 3.229vw;
    padding-right: 3.229vw;
  }
  .contact-item-image {
    width: 3.438vw;
    height: 3.438vw;
  }
  /*------------------------------------contact us styles end------------------------------------*/
  /*------------------------------------contact us map form styles start------------------------------------*/
  .contact-map-form-section {
    margin: 2.969vw 0 5.313vw;
  }
  .contact-map-form-container-outer {
    padding: 3.021vw 2.708vw 3.021vw 3.438vw;
  }
  .contact-form-container {
    padding-top: 0.677vw;
    padding-bottom: 1.875vw;
  }
  .contact-form-simple-page {
    margin-top: 1.719vw;
  }
  .simple-form-label+.simple-form-label {
    margin-top: 1.719vw;
  }
  .simple-form-label+.drag-and-drop-container {
    margin-top: 1.302vw;
  }
  .simple-form-label+.simple-form-label-checkbox {
    margin-top: 1.042vw;
  }
  .simple-form-label+.simple-form-label-btns {
    margin-top: 0.313vw;
  }
  .drag-and-drop-container+.simple-form-label-btns {
    margin-top: 1.406vw;
  }
  .simple-form-label input,
  .simple-form-label select,
  .simple-form-label textarea {
    padding: 0.729vw 1.042vw 0.521vw;
  }
  .simple-form-label input:hover,
  .simple-form-label select:hover,
  .simple-form-label textarea:hover {
    box-shadow: 0 0.313vw 0.313vw 0 rgba(0, 0, 0, 0.05);
  }
  .simple-form-label textarea {
    height: 4.688vw;
  }
  .popup-form-window-content .simple-form-label textarea {
    height: 8.333vw;
  }
  .simple-form-label label {
    left: 1.042vw;
  }
  .simple-form-label .checkbox-trigger-simple {
    width: 1.302vw;
    min-width: 1.302vw;
    height: 1.302vw;
  }
  .simple-form-label-checkbox {
    gap: 0.938vw;
  }
  .default-btn-submit {
    padding: 0.885vw 2.083vw;
  }
  .default-btn-submit:hover {
    padding: 0.885vw 2.083vw;
  }
  .default-btn-submit:hover > svg {
    margin-left: 1.198vw;
  }
  /*------------------------------------contact us map form styles end------------------------------------*/
  /*------------------------------------faq styles start------------------------------------*/
  .faq-page-section {
    margin: 3.698vw 0 6.302vw;
  }
  .faq-styles-tabs .tabs-navigation {
    padding-top: 0.521vw;
  }
  .faq-styles-tabs .tabs-navigation>a {
    padding: 0 0.521vw;
  }
  .faq-styles-tabs .tabs-navigation>a+a {
    margin-top: 0.365vw;
  }
  .faq-styles-tabs .tabs-navigation>a span {
    padding: 0.521vw 0;
  }
  .faq-styles-tabs .accordion-head {
    padding: 1.094vw 1.042vw 0.99vw;
    padding-right: 3.125vw;
  }
  .faq-styles-tabs .accordion-container.active .accordion-head {
    box-shadow: 0vw 0.313vw 0.521vw 0vw rgba(0, 0, 0, 0.10);
  }
  .accordion-more-btn {
    right: 1.042vw;
    width: 0.885vw;
    height: 0.885vw;
  }
  .faq-styles-tabs .accordion-body {
    padding: 1.458vw 1.042vw 1.771vw;
  }
  .text-simple-palmira ul,
  .text-simple-palmira ol {
    padding-left: 1.042vw;
  }
  .text-simple-palmira li {
    padding-left: 1.927vw;
    padding-top: 0.156vw;
    min-height: 1.146vw;
  }
  .text-simple-palmira li::before {
    width: 1.302vw;
    height: 1.302vw;
  }
  .faq-page-container {
    padding: 0 6.771vw;
  }
  /*------------------------------------faq styles end------------------------------------*/
  /*------------------------------------delivery payment styles start------------------------------------*/
  .delivery-payment-item-image {
    flex: 0 1 2.604vw;
    max-width: 2.604vw;
  }
  .delivery-payment-item-content {
    flex: 0 1 calc(100% - 7.031vw);
  }
  .delivery-payment-container {
    padding-top: 4.583vw;
    padding-bottom: 4.167vw;
  }
  .delivery-payment-item+.delivery-payment-item {
    margin-top: 2.604vw;
  }
  /*------------------------------------delivery payment styles end------------------------------------*/
  .posts-latest-section,
  .posts-category-section,
  .blog-post-section,
  .requests-list-section,
  .login-page-section,
  .front-account-section {
    padding: 0 15px;
  }
  .blog-post-products-section {
    padding: 0 30px;
  }
  /*------------------------------------home styles start------------------------------------*/
  .swiper-slide-caption {
    padding: 0 80px;
  }
  /*------------------------------------home styles end------------------------------------*/
}
@media (max-width: 1630px) {
  .site-header-wrapper > .container-default {
    padding-right: 15px;
  }
}
/* --------------------------------------------- burger custom css start --------------------------------------------- */
.header-burder_btn {
  width: 5vw;
  height: 5vw;
  position: relative;
  cursor: pointer;
}
.header-burder_btn p {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 75%;
  height: 2px;
  margin: 0;
  transition: var(--palmira-transition);
}
.header-burder_btn p.burger-center_line {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-burder_btn p:last-child {
  top: auto;
  bottom: 20%;
}
.header-burder_btn p::after,
.header-burder_btn p::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 52%;
  height: 100%;
  transition: var(--palmira-transition);
  background-color: var(--palmira-black);
}
.header-burder_btn p::after {
  left: auto;
  right: 0;
}
.header-burder_btn p:first-child:before,
.header-burder_btn p:last-child:before {
  transform-origin: 0 50%;
}
.header-burder_btn p:first-child:after,
.header-burder_btn p:last-child:after {
  transform-origin: 100% 50%;
}
.header-burder_btn.active-burger p::after,
.header-burder_btn.active-burger p::before {
  width: 80%;
}
.header-burder_btn.active-burger p:first-child:before {
  transform: translate(0, -50%) rotate(45deg);
}
.header-burder_btn.active-burger p:first-child:before {
  transform: translate(0, -50%) rotate(45deg);
}
.header-burder_btn.active-burger p:first-child:after {
  transform: translate(0, -50%) rotate(-45deg);
}
.header-burder_btn p.burger-center_line:before {
  width: 120%;
}
.header-burder_btn.active-burger p.burger-center_line:before {
  transform: translate(-100%, -50%);
  opacity: 0;
  pointer-events: none;
}
.header-burder_btn p.burger-center_line:after {
  display: none;
}
.header-burder_btn.active-burger p.burger-center_line:after {
  transform: translate(100%, -50%);
  opacity: 0;
  pointer-events: none;
}
.header-burder_btn.active-burger p:last-child:before {
  transform: translate(0, -50%) rotate(-45deg);
}
.header-burder_btn.active-burger p:last-child:after {
  transform: translate(0, -50%) rotate(45deg);
}
.header-burder_btn.active-burger p {
  width: 62%;
}
.header-burder_btn.active-burger p:first-child {
  top: 16%;
}
.header-burder_btn.active-burger p:last-child {
  bottom: 16%;
}
.header-burder_btn {
  display: none;
}
.header-mobile-menu_container {
  display: none;
}
.header-sticky-menu>ul>li.account-dop-header {
  display: none;
}
.bestseller-products>.btn-end-wrapper {
  display: none;
}
.special-products-wrapper>.btn-start-wrapper {
  display: none;
}
.blog-post-wrapper>.btn-start-wrapper {
  display: none;
}
/* --------------------------------------------- burger custom css end --------------------------------------------- */
/* --------------------------------------------- filters custom css start --------------------------------------------- */
.products-filter .products-filter-right .input-group .input-group-addon {
  background-color: transparent;
  color: var(--palmira-black);
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
.products-filter .products-filter-right  .select-group .form-control,
.products-filter .products-filter-right  .select-group .form-control:hover,
.products-filter .products-filter-right  .select-group .form-control:focus {
  border-radius: 0 !important;
  border: 0 !important;
  color: #808080;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  background-color: transparent;
  box-shadow: none;
}
/* --------------------------------------------- filters custom css end --------------------------------------------- */
/* --------------------------------------------- catalog grid custom css start --------------------------------------------- */
.catalog-grid-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.catalog-grid-item {
  height: 0;
  padding-bottom: 82.3%;
  position: relative;
}
.catalog-grid-item:nth-child(5n + 2) {
  grid-column: span 2;
  grid-row: span 2;
  padding-bottom: 0;
  height: 100%;
}
.catalog-grid-item::before,
.catalog-grid-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  border: 1px solid var(--palmira-black);
  transform: scale(0);
  transition: var(--palmira-transition);
}
.catalog-grid-item::before {
  left: -1px;
  top: -1px;
  transform-origin: 0 0;
}
.catalog-grid-item::after {
  right: -1px;
  bottom: -1px;
  transform-origin: 100% 100%;
}
.catalog-grid-item:hover::before,
.catalog-grid-item:hover::after {
  transform: scale(1);
}
.catalog-grid-item_image {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
}
.catalog-grid-item_image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--palmira-transition);
}
.catalog-grid-item:hover .catalog-grid-item_image > img {
  transform: scale(1.025);
}
.catalog-grid-item_shadow-link {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background: linear-gradient(180deg, var(--palmira-black) 0%, transparent 0.01%, var(--palmira-black) 100%);
  z-index: 10;
}
.catalog-grid-item_caption {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  text-align: center;
}
.catalog-grid-item_link,
.catalog-grid-item_link:hover,
.catalog-grid-item_link:visited {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--palmira-white);
  font-family: 'Montserrat';
  line-height: 120%;
  font-weight: 500;
  gap: 10px;
  margin-top: 0;
  height: 0;
  transform-origin: 50% 100%;
  transform: scale(0);
  transition: var(--palmira-transition);
}
.catalog-grid-item:hover .catalog-grid-item_link {
  margin-top: 14px;
  transform: none;
  height: 15.6px;
  white-space: nowrap;
}
.catalog-grid-item_title {
  color: var(--palmira-white);
  font-family: 'Montserrat';
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.main-products-wrapper > p {
  color: var(--black, #000);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
}
.white-popup-banner {
  position: relative;
}
.banner-popup-content {
  position: relative;
  height: 0;
  padding-bottom: 121.54%;
  overflow: hidden;
}
.banner-popup-content:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 48%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 2;
}
.banner-popup-content > img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner-popup-caption {
  position: absolute;
  width: calc(100% - 90px);
  left: 50%;
  bottom: 59px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-popup-text {
  color: var(--white);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin: 0 0 18px;
}
.banner-popup-title {
  color: var(--white);
  text-align: center;
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
  margin: 0 0 27px;
}
@media(min-width: 1100px) {
  .popup-form-window.white-popup-banner {
    width: 33.073vw;
  }
  .banner-popup-caption {
    width: calc(100% - 4.688vw);
    bottom: 3.073vw;
  }
  .banner-popup-text {
    margin: 0 0 0.938vw;
  }
  .banner-popup-title {
    margin: 0 0 1.406vw;
  }
}
/* --------------------------------------------- catalog grid custom css end --------------------------------------------- */
@media (max-width: 1600px) {
  .header-sticky-submenu-inner.header-sticky-submenu-inner-wb,
  .header-sticky-submenu-inner {
    height: 50vh;
  }
  .container-default {
    padding: 0 46px;
  }
  .site-footer-bottom .container-default {
    padding-right: 80px;
  }
  /* .request-item-gallery.request-gallery-items .swiper-slide {
    flex: 0 1 calc(25% - (10px * 4) / 5);
  } */
  body .products-filter {
    padding: 0 15px;
  }
  .main-category-item-image {
    height: 143px;
  }
  .checkout-cart-wrapper {
    padding: 0 15px;
  }
  .checkout-cart-bonuses-use-input > a,
  .checkout-cart-promocode-wrapper > a {
    width: 60px;
    height: 40px;
  }
  .checkout-cart-bonuses-use-input > input,
  .checkout-cart-promocode-input > input {
    height: 40px;
  }
  .container-swiper {
    max-width: calc(100% - 40px);
  }
}
@media(max-width: 1400px) {
  .header-sticky-submenu-isolated {
    width: 33%;
  }
  .header-sticky-submenu-isolated .header-sticky-submenu-col-link {
    width: 50%;
  }
}
@media(max-width: 1300px) {
  .container-default {
    padding: 0 20px;
  }
  .faq-page-container {
    padding: 0;
  }
  .brands-list-section .brands-list-items-container {
    gap: 10px;
  }
  .brands-list-section .brands-list-items-container > a {
    flex: 0 1 calc(12% - (30px * 7) / 10);
  }
  .brands-list-section {
    padding: 50px 0 60px;
  }
  .brands-list-section .tabs-containers {
    margin-top: 40px;
  }
  .brands-list-container {
    padding: 0;
  }
  .faq-styles-tabs .tabs-navigation-outer {
    flex: 0 1 25%;
  }
  .faq-styles-tabs .tabs-containers {
    flex: 0 1 75%;
  }
  .requests-list-section {
    margin: 50px 0 60px;
  }
  .front-account-sidebar .side-column .popup-form-window-inner {
    padding: 25px 20px;
  }
}
@media(max-width: 1200px) {
  .container-default {
    padding: 0 20px;
  }
  .header-sticky-submenu-inner.header-sticky-submenu-inner-wb, .header-sticky-submenu-inner {
    height: 55vh;
  }
  .header-sticky-submenu-col-head-link,
  a.header-sticky-submenu-col-head-link:hover,
  a.header-sticky-submenu-col-head-link:visited {
    font-size: 12px!important;
  }
}
@media (max-width: 1100px) {
  .header-sticky-menu > ul > li > a {
    font-size: 9px!important;
  }
  .checkout-cart-product-btn-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
  .checkout-cart-product-btn-wrapper > a+a {
    margin: 15px 0 0;
  }
  .checkout-cart-wrapper {
    grid-template-columns: 4fr 3fr;
    grid-gap: 30px;
  }
  .checkout-cart-bonuses-all-left > svg {
    margin-right: 5px;
  }
  .checkout-cart-bonuses-use,
  .checkout-cart-bonuses-all {
    padding-left: 5px;
    padding-right: 5px;
  }
  .total-panel-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .checkout-cart-product-item {
    padding: 10px 0;
  }
  .product-info-image-additional .swiper .swiper-slide {
    max-height: 165px;
    min-height: 165px;
    /*height: 100%!important;*/
    margin-bottom: 5px!important;
  }
  .product-info-image-additional .swiper .swiper-slide > img {
    max-height: 100%;
    width: auto;
  }
  .product-info-image-additional .swiper {
    max-height: calc(165px * 3 + 10px);
  }
  .header-sticky-submenu-left {
    max-width: 65%;
  }
  .header-sticky-submenu-right {
    max-width: 33%;
  }
  .header-sticky-submenu-left > div.header-sticky-submenu-isolated {
    width: 40%;
  }
  .header-sticky-submenu-left > div:not(.header-sticky-submenu-isolated) {
    width: 20%;
  }
  body .products-filter {
    padding: 0;
  }
  .main-products-wrapper {
    margin: 0 0 75px;
  }
  .main-categories-wrapper {
    margin-top: 30px;
  }
  .scroll-top-wrapper > a {
    width: 40px;
    height: 40px;
  }
  .main-products+.pagination-results {
    margin-top: 90px!important;
  }
  .checkout-page-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 75px 0;
  }
  .shipping-method-wrapper {
    padding-left: 15px;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .radio-item > input+span.custom-radio {
    flex-shrink: 0;
  }
  #shipping-existing .nice-select {
    max-width: calc(50vw - 30px);
  }
  .payment-method-wrapper {
    padding-left: 15px;
  }
}
.desktop-header-active .header-classic > div.header-mobile-menu_container {
  display: none!important;
}
.close-mobile-menu-btn {
  display: none;
}
@media (max-width: 1050px) {
  .header-sticky-submenu-isolated {
    width: 100%;
  }
  .text-simple-palmira li::before, .simple-table thead td {
    font-size: 11px!important;
  }
  .mobile-header-active header {
    z-index: 999;
  }
  .about-brand-row-image {
    margin: 0 auto;
  }
  .blog-post-wrapper {
    grid-template-columns: 100%;
  }
  .main-swiper.swiper:not(.swiper-has-pages) .swiper-pagination {
    right: 80px;
    left: auto;
    transform: none;
    bottom: 15px;
  }
  .manufacturers-slider {
    margin: 20px 0 35px;
  }
  .default-section-title {
    font-size: 26px !important;
    margin-bottom: 11px;
  }
  .mobile-header.mobile-default {
    display: none;
  }
  .site-header-phone {
    display: none;
  }
  .site-header-sticky-wrapper .header-sticky-menu {
    display: none;
  }
  .header-burder_btn {
    display: block;
  }
  .site-header-main-menu {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .header-classic .site-header-search #search .header-search {
    height: 100%;
  }
  .site-header-sticky-wrapper > .container-default {
    justify-content: flex-end;
  }
  .header-mobile-menu_container {
    display: block;
    position: fixed;
    inset: 0;
    right: 14.8%;
    top: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 9;
  }
  .header-mobile-menu_scrolling {
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background-color: var(--palmira-white);
    border-top: 1px solid var(--palmira-white);
    display: flex;
    flex-direction: column;
    transition: var(--palmira-transition);
  }
  .header-mobile-menu_container.active .header-mobile-menu_scrolling {
    transform: none;
  }
  .header-mobile-menu_container.active {
    pointer-events: all;
  }
  html.html-oh {
    overflow: hidden!important;
    position: relative;
  }
  html.html-oh:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: var(--black, #000);
    z-index: 9;
  }
  .header-mobile-padding {
    padding: 40px;
    overflow-y: auto;
    height: 100%;
  }
  .header-mobile-menu_inner>ul {
    color: var(--palmira-black);
  }
  .header-mobile-menu_inner ul {
    list-style: none;
    padding: 0;
    flex: 0 1 33.333%;
    min-height: 100%;
  }
  .header-mobile-menu_inner ul ul a>svg {
    margin-right: 6px;
  }
  .header-mobile-menu_inner a,
  .header-mobile-menu_inner a:hover,
  .header-mobile-menu_inner a:visited {
    color: var(--palmira-black);
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 170%; /* 23.8px */
  }
  .header-mobile-menu_inner a>svg {
    vertical-align: middle;
  }
  .header-mobile-menu_inner li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
  .header-mobile-menu_inner>ul>li+li {
    margin-top: 16px;
  }
  .header-mobile-menu_inner li+li {
    margin-top: 8px;
  }
  .mobile-submenu-container {
    position: fixed;
    inset: 0;
    top: 56px;
    height: calc(100% - 172px);
    background-color: var(--palmira-grey);
    transform: translateX(-100%);
    display: flex;
    flex-wrap: wrap;
    transition: var(--palmira-transition);
  }
  .mobile-submenu-container.active {
    transform: none;
  }
  .go-to-submenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
  }
  .go-to-submenu svg {
    height: 60%;
    width: auto;
  }
  .mobile-submenu-left-container>li+li {
    margin-top: 24px;
  }
  .go-to-submenu-back {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .go-to-submenu-back svg {
    height: 12px;
    width: auto;
  }
  .mobile-submenu-back-row {
    margin-bottom: 28px;
    flex: 0 1 100%;
  }
  .header-mobile-menu_inner li.subitem-with-title {
    display: block;
  }
  .subitem-with-title>ul {
    margin-top: 12px;
  }
  .header-sticky-submenu-right {
    flex: 0 1 63%;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .header-sticky-submenu-small-card {
    flex: 0 1 calc(50% - 8px);
    aspect-ratio: 2 / 3;
    height: auto;
    width: auto;
  }
  .header-sticky-submenu-right.header-sticky-submenu-right-fw {
    height: auto;
  }
  .breadcrumb-title-wrapper .empty-block {
    display: none;
  }
  .breadcrumb-title-wrapper {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 10px;
  }
  .breadcrumb-title-wrapper .category-title {
    flex: 0 1 100%;
  }
  .information-section {
    margin: 5vw 0;
    padding: 0 15px;
  }
  .information-container {
    padding: 0;
  }
  .information-left {
    display: none;
  }
  .information-right {
    flex-basis: 100%;
  }
  .information-11 .information-right {
    max-width: calc(100vw - 40px);
    overflow-x: auto;
  }
  .site-footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 20px;
  }
  .site-footer-item:first-child {
    flex: 0 1 100%;
  }
  .site-footer-wrapper > div:not(:first-child) {
    margin: 0;
  }
  .footer-item-shops,
  .footer-item-services,
  .footer-item-contacts {
    flex: 0 1 calc(50% - 10px);
  }
  .site-footer-bottom > div {
    flex-wrap: wrap;
  }
  .site-footer-item-title {
    margin-bottom: 12px;
  }
  .site-footer-wrapper,
  .site-footer-bottom,
  .delivery-payment-container-default{
    padding-left: 15px;
    padding-right: 15px;
  }
  /*------------------------------------delivery and payment styles start------------------------------------*/
  .information-container {
    flex-wrap: wrap;
  }
  .delivery-payment-section .information-left {
    display: block;
    flex: 0 1 100%;
    margin-bottom: 2vw;
  }
  .information-left .vertical-title {
    display: none;
  }
  .delivery-payment-section {
    margin: 4vw 0;
  }
  .delivery-payment-container-default {
    padding-bottom: 4vw;
  }
  .delivery-payment-container-default+.delivery-payment-container-default {
    padding-top: 4vw;
  }
  .delivery-payment-item-image {
    flex: 0 1 6vw;
    max-width: 6vw;
  }
  .delivery-payment-item-content {
    flex: 0 1 calc(100% - 9vw);
  }
  .information-left .category-title {
    font-size: 3.2vw;
  }
  .text-simple-palmira li::before {
    width: 3vw;
    height: 3vw;
  }
  .text-simple-palmira li {
    padding-left: 4vw;
  }
  /*------------------------------------delivery and payment styles end------------------------------------*/
  /*------------------------------------faq styles start------------------------------------*/
  .faq-page-container {
    padding: 0 15px;
  }
  .faq-styles-tabs {
    flex-wrap: wrap;
  }
  .faq-styles-tabs .tabs-navigation {
    padding: 0 0 10px;
  }
  .faq-styles-tabs .tabs-navigation-outer {
    flex: 0 1 100%;
    width: 100%;
  }
  .faq-styles-tabs .tabs-navigation {
    flex-direction: row;
    overflow-x: auto;
  }
  .faq-styles-tabs .tabs-navigation>a {
    white-space: nowrap;
  }
  .faq-styles-tabs .tabs-navigation>a+a {
    margin: 0;
    margin-left: 20px;
  }
  .faq-styles-tabs .tabs-containers {
    flex: 0 1 100%;
    margin-top: 4vw;
  }
  .faq-styles-tabs .accordion-head {
    padding: 2vw;
    padding-right: 4vw;
  }
  .accordion-more-btn {
    right: 2vw;
    width: 2vw;
    height: 2vw;
  }
  /*------------------------------------faq styles end------------------------------------*/
  /*------------------------------------bonus list styles start------------------------------------*/
  .bonus-system-section {
    padding: 0 15px;
  }
  .bonus-system-cards-list {
    width: 100%;
  }
  /*------------------------------------bonus list styles end------------------------------------*/
  /*------------------------------------about us styles start------------------------------------*/
  .about-items-list {
    margin-top: 2vw;
    gap: 5vw 4vw;
    flex-wrap: wrap;
  }
  .about-list-item {
    flex: 0 1 calc(50% - 2vw);
    padding: 0 35px;
  }
  .about-item-icon {
    width: 7.125vw;
    height: 7.125vw;
  }
  .about-brand-row {
    flex-wrap: wrap;
  }
  .about-brand-row-image {
    flex: 0 1 65%;
    padding-bottom: calc(65% * 0.825);
  }
  .about-brand-row-brands,
  .about-brand-row-pair .about-brand-row-brands {
    flex: 0 1 100%;
    padding: 0;
    margin-top: 3vw;
  }
  .about-brand-row-pair .about-brand-row-brands {
    order: 20;
  }
  .about-brand-row.about-brand-row-pair {
    justify-content: flex-end;
  }
  .about-row-brands-item {
    /*flex: 0 1 calc(16.666% - (1.563vw * 5) / 6);
    padding-bottom: calc((16.666% - (1.563vw * 5) / 6) * 0.522);*/
    flex: 0 1 calc(25% - (1.563vw * 5) / 6);
    padding-bottom: calc((25% - (1.563vw * 5) / 6) * 0.522);
  }
  .about-brand-row-pair .about-brand-row-brands-list,
  .about-brand-row-brands-list {
    justify-content: center;
  }
  .about-row-caption-btns .btn-default-white {
    padding: 17px 40px;
    min-width: 175px;
  }
  .about-brands-section {
    padding: 0 15px;
  }
  .about-item-text {
    padding-top: 3vw;
  }
  .about-item-text::before {
    top: 1.5vw;
    width: 7vw;
  }
  /*------------------------------------about us styles end------------------------------------*/
  /*------------------------------------blog styles start------------------------------------*/
  .posts-latest-container {
    flex-wrap: wrap;
  }
  .posts-latest-left,
  .posts-latest-right {
    flex: 0 1 100%;
  }
  .posts-latest-right {
    margin-top: 4vw;
  }
  .posts-latest-left {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4vw 6vw;
  }
  .posts-latest-left .post-item-card {
    flex: 0 1 calc(50% - 3vw);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .posts-latest-left .post-item-card+.post-item-card,
  .post-item-bottom-nav .post-item-bottom-left {
    margin: 0;
  }
  .posts-category-list>.post-item-card:nth-child(n) {
    flex-basis: calc(50% - 20px);
  }
  /*------------------------------------blog styles end------------------------------------*/
  /*------------------------------------blog post styles start------------------------------------*/
  .blog-post-right {
    display: none;
  }
  .blog-post-left{
    flex-basis: 100%;
  }
  .post-page-nav-title,
  .post-page-nav-image {
    display: none;
  }
  .post-page-nav-content {
    line-height: 0;
  }
  .post-page-navigation-next {
    justify-content: flex-end;
  }
  /*------------------------------------blog post styles end------------------------------------*/
  /*------------------------------------contacts styles start------------------------------------*/
  .contact-list-item {
    flex: 0 1 calc(50% - (60px * 4) / 5);
  }
  .contact-item-image {
    width: 7vw;
    height: 7vw;
  }
  .contact-map-form-section {
    margin: 5vw 0;
  }
  .contact-map-form-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-map-container {
    flex-basis: 85%;
    height: 50vh
  }
  .contact-form-container {
    padding: 5vw 0 0;
    flex-basis: 55%;
  }
  .contact-map-form-container-outer {
    padding: 4vw 15px;
  }
  .contact-map-form-bg {
    top: 50vh;
    left: 0;
    width: 100%;
  }
  .contact-map-form-bg>img {
    object-position: 50% 50%;
    /* object-fit: contain; */
  }
  .contact-form-simple-page {
    margin-top: 4vw;
  }
  .simple-form-label input, .simple-form-label select, .simple-form-label textarea {
    padding: 8px 14px 6px;
  }
  .simple-form-label select {
    padding: 8px 14px 6px !important;
  }
  .simple-form-label+.simple-form-label {
    margin-top: 4vw;
  }
  .simple-form-label textarea,
  .popup-form-window-content .simple-form-label textarea {
    height: 12vh;
  }
  .simple-form-label .checkbox-trigger-simple {
    width: 3vw;
    min-width: 3vw;
    height: 3vw;
  }
  .default-btn-submit,
  .default-btn-submit:hover,
  .default-btn-submit:visited {
    padding: 17px 40px;
  }
  .simple-form-label-checkbox {
    gap: 2vw;
  }
  .header-menu-mobile_shorts .cart-heading-right_mobile {
    display: block;
    color: var(--palmira-black);
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 170%; /* 22.1px */
  }
  /*------------------------------------contacts styles end------------------------------------*/
  /*------------------------------------requests styles start------------------------------------*/
  .requests-list-container {
    flex-wrap: wrap;
  }
  .requests-rating-container,
  .requests-list-list-container {
    flex-basis: 100%;
    max-width: 100%;
  }
  .requests-list-list-container {
    order: 10;
    margin-top: 5vw;
  }
  /* .request-item-gallery.request-gallery-items .swiper-slide {
    flex: 0 1 calc(33.333% - (10px * 4) / 5);
  } */
  .form-drop-content-style .form-drop-content-left {
    padding-top: 0;
  }
  /*------------------------------------requests styles end------------------------------------*/
  /*------------------------------------login styles start------------------------------------*/
  .login-info-block {
    display: none;
  }
  .login-login-block, .login-register-block {
    flex: 0 1 calc(50% - 11px);
  }
  .popup-form-window-inner {
    padding: 32px 24px;
  }
  .simple-form-label+.simple-form-label.radio-btns-label-container {
    padding: 0;
  }
  /*------------------------------------login styles end------------------------------------*/
  /*------------------------------------account styles start------------------------------------*/
  .front-account-sidebar {
    flex: 0 1 100%;
    width: 100%;
  }
  .front-account-content {
    flex: 0 1 100%;
    width: 100%;
  }
  .front-account-container {
    flex-direction: column;
    gap: 20px;
  }
  .front-account-sidebar .side-column {
    display: block!important;
  }
  .front-account-content-sides {
    flex-wrap: wrap;
  }
  .user-bonuses-container,
  .user-data-editor-container {
    flex: 0 1 100%;
  }
  /*------------------------------------account styles end------------------------------------*/
  /*------------------------------------address styles start------------------------------------*/
  .address-list-item {
    flex: 0 1 calc(50% - 11px);
  }
  /*------------------------------------address styles end------------------------------------*/
  /*------------------------------------orders styles start------------------------------------*/
  .order-list-container td:nth-child(2),
  .order-list-container td:nth-child(6) {
    display: none;
  }
  .order-list-details-head,
  .order-list-products-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .order-list-details-body {
    padding: 32px 15px;
  }
  .order-list-details-item {
    align-items: flex-start;
  }
  .order-products-tfoot-row {
    padding-left: 30%;
  }
  .order-front-info-container,
  .user-data-editor-container,
  .address-list-container,
  .front-account-content-password,
  .order-front-container {
    padding: 0;
  }
  /*------------------------------------orders styles end------------------------------------*/
  /*------------------------------------home styles start------------------------------------*/
  .accordeon-button-wrapper {
    grid-template-columns: 0 50% 50%;
  }
  .bestseller-products>.btn-end-wrapper {
    display: block;
    text-align: center;
    margin-top: 28px;
  }
  .bestseller-products .products-slider-full {
    padding: 0 15px;
  }
  .call-action-default-wrapper {
    padding: 60px 0;
    grid-template-columns: 100%;
    background-color: var(--palmira-grey);
  }
  .call-action-default-caption {
    padding: 0 60px;
  }
  body #content {
    padding: 0 15px;
  }
  .call-action-default-image-wrapper {
    margin-top: 41px;
    overflow: hidden;
  }
  .call-action-default-main-image {
    padding: 0 60px;
  }
  .call-action-default-left-image {
    left: 0;
    bottom: 60px;
    width: 160px;
  }
  .call-action-default-rigth-image {
    right: 0;
    top: 60px;
    width: 160px;
  }
  .call-action-full-image {
    padding-bottom: 50%;
  }
  .grid-links-caption {
    text-align: center;
  }
  .grid-links-title {
    font-size: 36px!important;
  }
  .grid-links-caption {
    bottom: 20px;
  }
  .products-slider > .swiper > a.swiper-right-arrow {
    right: 10px;
  }
  .blog-post-caption {
    margin-top: 0;
    padding: 0;
    align-items: center;
  }
  .blog-post-slider > .swiper > a.swiper-right-arrow {
    right: 10px;
  }
  .seo-text-outer {
    max-height: 300px;
  }
  .footer-links-menus-wrapper-inner {
    gap: 10px;
  }
  .footer-links-menus-wrapper-inner > a {
    width: calc(50% - 5px);
  }
  .order-front-empty-orders-container {
    padding: 40px 0;
  }
  /*------------------------------------home styles end------------------------------------*/
  /*------------------------------------brands styles start------------------------------------*/
  .brands-list-section {
    padding: 40px 0 80px;
  }
  .brands-list-section .tabs-containers {
    margin-top: 40px;
  }
  .brands-list-container {
    padding: 0 15px;
  }
  .brands-list-section .brands-list-items-container {
    gap: 20px;
  }
  .brands-list-section .brands-list-items-container>a {
    flex: 0 1 calc(20% - (20px * 4) / 5);
  }
  /*------------------------------------brands styles end------------------------------------*/
  /*------------------------------------products (odyag) styles start------------------------------------*/
  .main-category-item-image {
    height: 107px;
  }
  /*.main-categories-wrapper {
    display: none;
  }*/
  .main-categories-wrapper > a:hover,
  .main-categories-wrapper > a:focus {
    border: 0;
    outline: 0;
  }
  .one-column .fixed-filter+.container-default #content {
    padding: 0 15px;
  }
  .manufacturer-image-filter {
    flex-wrap: wrap;
  }
  .products-filter-left {
    padding: 0;
    flex-wrap: wrap;
    gap: 20px;
  }
  .products-filter-select-wrapper {
    margin: 0;
  }
  body .products-filter {
    gap: 20px;
    padding: 0;
  }
  .products-filter .select-group .input-group.sort-by {
    margin-left: 0;
  }
  .main-products.product-big,
  .main-products.product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .main-products.product-small {
    grid-template-columns: repeat(4, 1fr);
  }
  .main-products.product-big > div:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .main-products.product-big > div:nth-child(2) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .main-products+.pagination-results {
    margin-top: 40px!important;
  }
  .pagination-results-more {
    margin: 20px 0 40px;
  }
  /*------------------------------------products (odyag) styles end------------------------------------*/
  /*------------------------------------basket styles start------------------------------------*/
  .checkout-cart-wrapper {
    grid-template-columns: 100%;
    grid-gap: 40px;
    margin: 40px 0;
  }
  /*------------------------------------basket styles end------------------------------------*/
  /*------------------------------------header styles start------------------------------------*/
  .mobile-sticky-header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px 0 10px;
  }
  .mobile-sticky-header_container {
    padding: 12px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--palmira-white);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .mobile-header_left,
  .mobile-header_right {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .logo-mobile-wrapper {
    display: block;
    width: 125px;
  }
  .logo-mobile-wrapper>img {
    width: 100%;
    height: auto;
  }
  li.header-sticky-account > a,
  li.header-sticky-wishlist > a,
  li.header-sticky-cart #cart > .cart-heading {
    height: auto;
    padding: 0;
    width: auto;
  }
  li.header-sticky-account > a > svg,
  li.header-sticky-wishlist > a > svg,
  li.header-sticky-cart #cart > .cart-heading svg {
    margin: 0;
  }
  .header-sticky-cart #cart > .cart-heading > .cart-heading-right {
    display: none;
  }
  .site-wrapper {
    padding-top: 56px;
  }
  .mobile-header_right {
    gap: 12px;
  }
  .mobile-header_left {
    gap: 20px;
  }
  .header-sticky-cart #cart > .cart-heading > .cart-heading-left > span,
  .header-sticky-wishlist > a > span {
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
  }
  .header-burder_btn {
    width: 33px;
    height: 33px;
  }
  .header-sticky-mobile,
  .mobile-sticky-header_container {
    display: block;
  }
  .header-menu-mobile_top-top {
    display: flex;
    justify-content: space-between;
    padding: 0 18px 0 11px;
    background-color: var(--palmira-grey);
  }
  .header-menu-mobile_top-top .header-sticky-account > a > svg {
    margin-right: 8px;
  }
  .languages-wrapper > li > a {
    font-size: 12px !important;
  }
  .header-sticky-account > a {
    height: 56px;
    padding: 0;
    border: 0;
    justify-content: flex-start;
  }
  .menu-mobile-top_top-right {
    display: flex;
    align-items: center;
  }
  .current-language {
    display: none;
  }
  .languages-wrapper {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    display: flex;
    gap: 9px;
  }
  .languages-wrapper > li+li {
    margin: 0;
  }
  .mobile-header-active .language .language-title-dropdown {
    margin: 0;
  }
  .languages-wrapper > li > a.active {
    color: var(--palmira-black);
    pointer-events: none;
  }
  .close-mobile-menu-btn {
    margin-left: 18px;
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
  }
  .close-mobile-menu-btn::before,
  .close-mobile-menu-btn::after {
    content: '';
    display: block;
    width: calc(100% * 1.3);
    height: 1px;
    background-color: var(--palmira-black);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .close-mobile-menu-btn::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .close-mobile-menu-btn::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header-menu-mobile_top-bottom {
    padding: 9px 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    margin: 0;
    list-style: none;
  }
  .header-menu-mobile_top-bottom>li>a,
  .header-menu-mobile_top-bottom>li>a:hover,
  .header-menu-mobile_top-bottom>li>a:visited {
    color: var(--palmira-black);
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    position: relative;
  }
  .header-menu-mobile_top-bottom>li>a::before {
    content: '';
    pointer-events: none;
    display: block;
    position: absolute;
    bottom: -4px;
    height: 2px;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--palmira-black);
    transition: var(--palmira-transition);
  }
  .header-menu-mobile_top-bottom>li>a:hover::before,
  .header-menu-mobile_top-bottom>li>a.active::before {
    width: 100%;
  }
  .header-menu-mobile_shorts {
    padding: 15px 20px 22px 10px;
    margin: 0;
    list-style: none;
  }
  .header-menu-mobile_shorts .header-sticky-wishlist > a,
  .header-menu-mobile_shorts .header-sticky-cart #cart > .cart-heading {
    justify-content: flex-start;
    gap: 12px;
  }
  .header-menu-mobile_shorts .header-sticky-wishlist > a > span {
    right: auto;
    left: 6px;
  }
  .header-menu-mobile_shorts>li>a p {
    margin: 0;
    color: var(--palmira-black);
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 170%; /* 22.1px */
  }
  .header-menu-mobile_shorts>li+li {
    margin-top: 8px;
  }
  .go-to-svg-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--palmira-transition);
  }
  .submenu-general-menu>li.active .go-to-svg-btn {
    transform: translateY(-50%) rotate(-180deg);
  }
  .menu-mobile-general {
    padding: 10px 22px 28px 10px;
    margin: 0;
    list-style: none;
    background-color: var(--palmira-grey);
  }
  .menu-mobile-general a,
  .menu-mobile-general a:hover,
  .menu-mobile-general a:visited {
    color: var(--palmira-black);
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 15px;
  }
  .menu-mobile-general-sub > li:first-child > a {
    font-weight: bold;
  }
  .menu-mobile-general>li+li {
    margin-top: 12px;
  }
  .menu-mobile-general a svg,
  .menu-mobile-general a span {
    vertical-align: middle;
  }
  .menu-mobile-second {
    padding: 10px 24px 0 9px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    justify-content: space-between;
  }
  .menu-mobile-second li {
    flex: 0 1 44%;
  }
  .menu-mobile-second li a,
  .menu-mobile-second li a:hover,
  .menu-mobile-second li a:visited {
    color: #808080;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 160%; /* 17.6px */
    transition: var(--palmira-transition);
  }
  .menu-mobile-second li a.active,
  .menu-mobile-second li a:hover {
    color: var(--palmira-black);
  }
  .menu-mobile-sticky-part .site-header-phone {
    display: flex;
    margin: 0;
  }
  .site-header-phone > a:hover,
  .site-header-phone > a:visited {
    color: var(--palmira-black);
  }
  .menu-mobile-sticky-part .site-header-search .header-search input,
  .header-classic .site-header-search #search .header-search {
    width: 100%;
  }
  .menu-mobile-sticky-part .site-header-search {
    margin-top: 11px;
  }
  .header-mobile-menu_general {
    position: relative;
    overflow-y: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* .menu-mobile-sticky-part {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  } */
  .mobile-menu-scroll_container {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-sticky-submenu {
    opacity: 1;
    position: static;
    transform: none;
    pointer-events: all;
  }
  .submenu-general-container {
    position: absolute;
    inset: 0;
    transform: translateX(100%);
    z-index: 100;
    transition: var(--palmira-transition);
  }
  .submenu-general-container.active {
    transform: none;
  }
  .go-to-submenu-back,
  .go-to-submenu-back:hover,
  .go-to-submenu-back:visited {
    gap: 10px;
    color: #808080;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 170%; /* 18.7px */
    padding: 0 11px;
  }
  .submenu-general-container_inner {
    background-color: var(--palmira-white);
    overflow: hidden auto;
    height: 100%;
    padding-top: 6px;
    padding-bottom: 20px;
  }
  .submenu-general-menu .header-sticky-submenu {
    display: none;
    transition: none;
  }
  .submenu-general-menu {
    padding: 0 9px;
    margin: 21px 0 0;
    list-style: none;
  }
  .submenu-general-menu>li>a,
  .submenu-general-menu>li>a:hover,
  .submenu-general-menu>li>a:visited {
    color: var(--palmira-black);
    font-family: 'Philosopher';
    font-weight: 400;
    line-height: 140%; /* 21px */
    padding: 7px 0 8px;
    position: relative;
    display: block;
  }
  .submenu-general-menu>li {
    border-bottom: 1px solid #ddd;
  }
  .header-sticky-submenu {
    box-shadow: none;
  }
  .header-sticky-submenu-inner {
    padding: 11px 0;
    height: auto;
  }
  .header-sticky-submenu-left {
    flex: 0 1 66.666%;
    padding: 0;
    max-width: 100%;
  }
  .submenu-general-menu .go-to-svg-btn {
    right: 8px;
  }
  .header-sticky-submenu-isolated .header-sticky-submenu-links {
    padding: 0;
    gap: 1px 0;
  }
  .header-sticky-submenu-right {
    flex-wrap: wrap;
    flex: 0 1 33.333%;
    gap: 6px 10px;
    max-width: 100%;
  }
  .header-sticky-submenu-left > div.header-sticky-submenu-isolated {
    width: 100%;
  }
  .header-sticky-submenu-small-card {
    flex: 0 1 100%;
  }
  .header-sticky-submenu-links {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
  .header-sticky-submenu-links>a {
    flex: 0 1 50%;
    font-size: 12px !important;
  }
  .shadow-arrow-hover span::before {
    bottom: -4px;
  }
  .header-sticky-submenu-links>a.header-sticky-submenu-col-head-link  {
    flex-basis: 100%;
    padding: 4px 0;
    font-size: 12px !important;
  }
  .header-sticky-submenu-links>a.header-sticky-submenu-col-head-link:first-child {
    padding-top: 0;
  }
  .header-submenu-brands .header-sticky-submenu-col-link:nth-child(10n + 12),
  .header-sticky-submenu-col-head-link + .header-sticky-submenu-col-link {
    margin-top: 0;
  }
  .header-sticky-submenu-col+.header-sticky-submenu-col,
  .header-sticky-submenu-col:not(.header-sticky-submenu-isolated)+.header-sticky-submenu-col {
    margin-top: 14px;
  }
  .header-sticky-submenu-small-card .header-sticky-submenu-card-title {
    font-size: 11px !important;
  }
  .header-sticky-submenu-right-fw .header-sticky-submenu-small-card {
    width: calc(33.333% - (10px * 2) / 3);
    flex-basis: calc(33.333% - (10px * 2) / 3);
  }
  .header-sticky-submenu-inner.header-sticky-submenu-inner-wb {
    height: auto;
  }
  .header-sticky-submenu-bottom {
    height: auto;
    margin-top: 12px;
  }
  .header-sticky-submenu-bottom .header-sticky-submenu-col-head-link, .header-sticky-submenu-bottom .header-sticky-submenu-col-head-link:hover, .header-sticky-submenu-bottom .header-sticky-submenu-col-head-link:visited {
    font-size: 11px !important;
  }
  .header-sticky-submenu-bottom .header-sticky-submenu-col-head-link svg {
    display: none;
  }
  .manufacturers-slider .container-swiper {
    padding: 0;
  }
  .manufacturers-slider .container-swiper > a {
    display: none;
  }
  .accordeon-titles-wrapper > a+a {
    margin-left: 0;
  }
  .special-products-caption {
    margin-top: 40px;
    padding-left: 0;
  }
  .special-products-wrapper {
    grid-template-columns: 40% 60%;
}
.toggle-all-filters-mob {
  display: block;
  color: var(--black, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 20.4px */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.toggle-all-filters-mob > svg {
  margin-right: 14px;
}
.products-filter-left > .toggle-all-filters {
  display: none;
}
  /*------------------------------------header styles end------------------------------------*/
}
.header-sticky-mobile {
  display: none;
}
@media(max-width:  850px) {
  .special-products-wrapper {
    grid-template-columns: 35% 65%;
  }
}
@media (max-width: 700px) {
  .product-card-caption-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .product-card-action {
    justify-content: flex-start;
    align-self: flex-end;
  }
  .product-card-watch-price > br {
    display: none;
  }
  .product-card-watch-price {
    height: 32px;
    line-height: 30px;
    position: relative;
  }
  .product-card-watch-price:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--black);
  }
  .product-card-quick-add {
    width: 38px;
    height: 32px;
  }
  .product-card-quick-add > svg {
    width: auto;
    height: 20px;
  }
  .product-card-watch-price {
    font-size: 11px!important;
  }
  .main-products .product-card-watch-price {
    font-size: 9px!important;
  }
  .site-footer-bottom .container-default {
    padding-right: 0;
  }
  .header-sticky-submenu-isolated {
    width: 100%;
  }
  body #content {
    padding: 0;
  }
  .container-default,
  .container-default-full {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-sticky-mobile {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--palmira-grey);
  }
  .mobile-header-active header {
    z-index: 100;
  }
  .site-header-sticky-wrapper .header-sticky-account,
  .site-header-sticky-wrapper .header-sticky-wishlist,
  .site-header-sticky-wrapper .header-sticky-cart {
    display: none;
  }
  .site-header-search .header-search input {
    width: 100%;
  }
  .header-sticky-right,
  .site-header-search,
  .site-header-search #search,
  .header-classic .site-header-search #search .header-search {
    width: 100%;
  }
  .scroll-top-wrapper {
    bottom: 10px;
  }
  .header-sticky-account,
  .header-sticky-wishlist,
  .header-sticky-cart {
    flex: 0 1 33.333%
  }
  .header-sticky-mobile .header-sticky-account>*,
  .header-sticky-mobile .header-sticky-wishlist>*,
  .header-sticky-mobile .header-sticky-cart>* {
    width: 100%;
  }
  .header-sticky-account > a {
    border-left: 0;
  }
  .site-header-main-menu > ul,
  .site-header-secondary-menu {
    display: none;
  }
  .mobile-header-active .language .language-title-dropdown {
    margin: 0;
  }
  .header-burder_btn {
    width: 40px;
    height: 40px;
  }
  .header-mobile-menu_container,
  .mobile-submenu-container {
    bottom: 0;
    height: 100%;
  }
  .header-menu-mobile_shorts>li>a p,
  .header-menu-mobile_shorts .cart-heading-right_mobile {
    font-size: 13px !important;
  }
  .mobile-sticky-header_container {
    padding: 11px 0;
  }
  .header-burder_btn {
    width: 29px;
    height: 33px;
  }
  .mobile-sticky-header_inner {
    padding: 0 13px 0 5px;
  }
  .header-mobile-menu_scrolling,
  .mobile-submenu-container {
    border-bottom: 1px solid var(--palmira-white);
  }
  .header-sticky-submenu-right {
    margin-top: 28px;
    flex: 0 1 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .mobile-submenu-container .header-mobile-menu_inner a,
  .mobile-submenu-container .header-mobile-menu_inner a:hover,
  .mobile-submenu-container .header-mobile-menu_inner a:visited {
    flex: 0 1 calc(50% - 5px);
  }
  .header-sticky-submenu-right.header-sticky-submenu-right-fw {
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-footer-bottom > div {
    justify-content: center;
    gap: 9px 41px;
    padding: 0;
  }
  .site-footer-bottom {
    height: auto;
    padding: 12px 9px;
    margin-top: 31px;
  }
  /*------------------------------------info pages styles start------------------------------------*/
  .text-simple-container h5 {
    padding-bottom: 12px;
    background: linear-gradient(to right, var(--palmira-black), var(--palmira-black) 25%, #ddd 25%, #ddd 100%) 0 100%/ 100% 0.052vw no-repeat;
  }
  /*------------------------------------info pages styles end------------------------------------*/
  /*------------------------------------payment & delivery styles start------------------------------------*/
  .delivery-payment-section .information-left {
    margin-bottom: 32px;
  }
  .delivery-payment-section {
    margin: 40px 0;
  }
  .delivery-payment-item-image {
    flex: 0 1 32px;
    max-width: 32px;
  }
  .delivery-payment-item-content {
    flex: 0 1 100%;
    text-align: justify;
  }
  .delivery-payment-item-container {
    flex-wrap: wrap;
    gap: 12px;
  }
  .delivery-payment-item+.delivery-payment-item {
    margin-top: 32px;
  }
  .delivery-payment-container-default+.delivery-payment-container-default {
    padding-top: 40px;
  }
  .delivery-payment-container-default {
    padding-bottom: 40px;
  }
  .text-simple-palmira li::before {
    width: 24px;
    height: 24px;
  }
  .text-simple-palmira li {
    padding-left: 30px;
    padding-top: 1px;
    min-height: 24px;
  }
  /*------------------------------------payment & delivery styles end------------------------------------*/
  /*------------------------------------faq styles start------------------------------------*/
  .faq-styles-tabs .tabs-navigation>a {
    padding: 0 12px;
  }
  .faq-styles-tabs .tabs-navigation>a span {
    padding: 8px 0;
  }
  .faq-styles-tabs .tabs-containers {
    flex: 0 1 100%;
    margin-top: 32px;
  }
  .faq-page-section {
    margin: 40px 0;
  }
  .faq-styles-tabs .accordion-head {
    padding: 12px;
    padding-right: 30px;
  }
  .accordion-more-btn {
    right: 7px;
    width: 20px;
    height: 20px;
  }
  .faq-styles-tabs .accordion-body {
    padding: 12px 12px 20px;
  }
  /*------------------------------------faq styles end------------------------------------*/
  /*------------------------------------bonus styles start------------------------------------*/
  .bonus-system-section {
    margin: 40px 0;
  }
  .bonus-system-card {
    flex-basis: 100%;
    padding-bottom: calc(100% * 0.6);
  }
  .bonus-system-attention {
    flex-wrap: wrap;
    gap: 16px;
  }
  .bonus-attention-title,
  .bonus-attention-text {
    flex-basis: 100%;
  }
  /*------------------------------------bonus styles end------------------------------------*/
  /*------------------------------------about us styles start------------------------------------*/
  .about-items-section {
    margin-top: 40px;
  }
  .about-items-container {
    padding: 0 15px;
  }
  .about-list-item {
    flex: 0 1 100%;
    padding: 0 20%;
  }
  .about-item-icon {
    width: 48px;
    height: 48px;
  }
  .about-item-text {
    padding-top: 20px;
  }
  .about-item-text::before {
    top: 9.5px;
    width: 40%;
  }
  .about-brands-section {
    margin: 40px 0;
  }
  .about-brand-row-image {
    flex: 0 1 100%;
    padding-bottom: calc(100% * 0.825);
  }
  .about-brand-row+.about-brand-row {
    margin-top: 40px;
  }
  .about-brand-row-brands, .about-brand-row-pair .about-brand-row-brands {
    margin-top: 28px;
  }
  .about-brand-row-brands-list {
    margin-top: 12px;
    gap: 10px;
  }
  .about-row-brands-item {
    flex: 0 1 calc(33.333% - (10px * 2) / 3);
    padding-bottom: calc((33.333% - (10px * 2) / 3) * 0.522);
  }
  /*------------------------------------about us styles end------------------------------------*/
  /*------------------------------------blog styles start------------------------------------*/
  .posts-latest-left .post-item-card {
    flex: 0 1 100%;
  }
  .posts-latest-left .post-item-card+.post-item-card+.post-item-card {
    display: none;
  }
  .posts-latest-right {
    margin-top: 32px;
  }
  .posts-category-list>.post-item-card:nth-child(n) {
    flex-basis: 100%;
  }
  .posts-category-list {
    gap: 32px;
  }
  .text-simple-container blockquote {
    padding: 16px 20px;
  }
  .blog-post-products-section {
    margin: 40px 0;
  }
  .blog-post-section {
    margin-top: 40px;
  }
  /*------------------------------------blog styles end------------------------------------*/
  /*------------------------------------contact styles satrt------------------------------------*/
  .contact-list-item {
    flex: 0 1 100%;
  }
  .contact-item-image {
    width: 44px;
    height: 44px;
  }
  .contact-items-list {
    gap: 32px;
  }
  .contact-items-section {
    margin-top: 40px;
  }
  .contact-map-form-section {
    margin: 40px 0;
  }
  .contact-form-container {
    padding: 32px 0 0;
    flex-basis: 100%;
  }
  .contact-form-simple-page {
    margin-top: 32px;
  }
  .simple-form-label+.simple-form-label {
    margin-top: 28px;
  }
  .simple-form-label .checkbox-trigger-simple {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
  .contact-map-form-container-outer {
    padding: 40px 15px;
  }
  .contact-map-container {
    flex-basis: 100%;
  }
  /*------------------------------------contact styles end------------------------------------*/
  /*------------------------------------requests styles start------------------------------------*/
  .requests-rating-requst-btns>a {
    width: 100%;
  }
  .requests-rating-top {
    padding: 32px 30px;
  }
  .request-list-item {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .btn-default-white-border,
  .btn-default-white-border:hover,
  .btn-default-white-border:visited {
    padding: 9px 16px;
    font-size: 12px !important;
  }
  .request-list-item-head,
  .request-list-item-body {
    flex-basis: 100%;
    max-width: 100%;
  }
  .mfp-container {
    padding: 0;
  }
  .accordeon-titles-wrapper {
    justify-content: flex-start;
  }
  .request-item-gallery {
    margin: 23px auto 0;
    max-width: 65%;
  }
  .form-star-item-title {
    font-size: 8px !important;
  }
  .form-drop-content-style {
    flex-wrap: wrap;
    gap: 12px;
  }
  .form-drop-content-style .form-drop-content-left {
    order: 10;
    flex-basis: 100%;
  }
  .form-drop-content-style .btn-default-white {
    flex-basis: 100%;
  }
  /*------------------------------------requests styles end------------------------------------*/
  /*------------------------------------login styles start------------------------------------*/
  .login-page-container {
    flex-wrap: wrap;
  }
  .login-login-block, .login-register-block {
    flex: 0 1 100%;
  }
  .login-page-section {
    margin: 40px 0;
  }
  /*------------------------------------login styles end------------------------------------*/
  /*------------------------------------account styles start------------------------------------*/
  .front-account-section {
    margin: 40px 0;
  }
  /*------------------------------------account styles end------------------------------------*/
  /*------------------------------------address styles start------------------------------------*/
  .address-list-item {
    flex: 0 1 100%;
  }
  .address-item-title {
    margin-bottom: 12px;
  }
  .custom-breadcrumb {
    flex-wrap: wrap;
  }
  /*------------------------------------address styles end------------------------------------*/
  /*------------------------------------orders history styles start------------------------------------*/
  .order-list-container td:nth-child(3), .order-list-container td:nth-child(5) {
    display: none;
  }
  .order-list-details-item {
    flex-basis: 100%;
  }
  .order-front-info-container {
    width: 100%;
  }
  .order-list-details-value {
    flex: 0 1 calc(100% - 113px);
  }
  .order-product-row {
    flex-wrap: wrap;
  }
  .order-product-row-left,
  .order-product-row-right {
    flex: 0 1 100%;
  }
  .looksize-page-section {
    margin: 40px 0;
  }
  .looksize-accordion-content {
    padding-top: 0;
    flex-wrap: wrap;
  }
  .looksize-accordion-image,
  .looksize-accordion-text {
    flex: 0 1 100%;
  }
  .looksize-accordion-image>img {
    width: 100%;
    height: auto;
  }
  .order-product-row {
    padding: 20px 24px;
  }
  .order-product-row-left,
  .order-product-row-right {
    flex: 0 1 100%;
  }
  .order-product-row-right {
    margin-top: 24px;
  }
  .order-product-sticky-price {
    display: none;
  }
  .order-product-row-parameters {
    padding: 0;
  }
  .order-products-tfoot-row {
    padding-left: 0;
  }
  .order-list-products-tfoot {
    padding: 20px 12px;
  }
  /*------------------------------------orders history styles end------------------------------------*/
  /*------------------------------------home history styles start------------------------------------*/
  .main-swiper > a {
    display: none;
  }
  .main-swiper .swiper-slide {
    height: auto;
  }
  .main-swiper .swiper-slide .swiper-slide-wrapper {
    /*aspect-ratio: 83.9 / 100;*/
    position: relative;
    padding-bottom: 119.19%;
    background: #FFFFFF;
  }
  .main-swiper .swiper-slide .swiper-slide-wrapper>span.placeholder-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 1;
  }
  .main-swiper .swiper-slide .swiper-slide-wrapper>img {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: none!important;
    z-index: 2;
  }
  .main-swiper .swiper-slide.swiper-slide-active .swiper-slide-wrapper>img.mobile-show {
    display: block!important;
  }
  .main-swiper.swiper:not(.swiper-has-pages) .swiper-pagination {
    right: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    font-size: 0;
    bottom: 23px;
    padding: 0 20px;
    text-align: left;
  }
  .main-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
  }
  .main-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 7px;
  }
  .main-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
  }
  .manufacturers-slider {
    margin: 23px 0 34px;
    padding: 0 9px;
  }
  .bestseller-products-accordeon {
    padding: 0 10px;
  }
  .accordeon-titles-wrapper > a {
    font-size: 12px !important;
    padding: 5px;
  }
  .accordeon-titles-wrapper > a.active:before {
    width: calc(100% - 10px);
  }
  .swiper-slide-caption {
    bottom: 47px;
    padding: 0 20px;
  }
  .btn-default-white,
  .btn-default-white:hover,
  .btn-default-white:visited,
  .call-action-full-btns > a {
    padding: 11px 20px 10px;
    font-size: 11px !important;
  }
  .btn-default-white:hover {
    padding: 11px 30px 10px 20px;
  }
  .btn-default-black.with-icon:hover {
    padding: 10px 30px 11px 20px;
  }
  .btn-default-white > svg,
  .btn-default-black.with-icon > svg {
    right: 15px;
    margin-left: 0;
  }
  .swiper-slide-title {
    font-size: 30px !important;
    margin-bottom: 15px;
  }
  .swiper-slide-subtitle {
    font-size: 12px !important;
    margin-bottom: 6px;
  }
  .call-action-default-title {
    font-size: 22px !important;
    margin-bottom: 3px;
    max-width: 100%;
  }
  .call-action-default-title+.btn-start-wrapper {
    margin-top: 16px;
  }
  .call-action-default-caption {
    padding: 0 21px;
  }
  .call-action-default-caption > img {
    position: absolute;
    right: 20%;
    bottom: -20px;
    width: 30%;
    height: auto;
  }
  .call-action-default-wrapper {
    padding: 41px 0 0;
  }
  .btn-start-wrapper {
    flex-wrap: wrap;
    gap: 7px;
    position: relative;
    z-index: 10;
  }
  .call-action-default-btns > a {
    flex: 0 1 auto;
  }
  .call-action-default-btns > a+a {
    margin: 0;
  }
  .call-action-default-main-image {
    padding: 0;
    aspect-ratio: 100 / 51.5;
  }
  .call-action-default-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
  }
  .call-action-full-image {
    padding-bottom: 88%;
  }
  .call-action-full-caption {
    left: 0;
    right: 0;
    padding: 0 20px;
    bottom: 20px;
  }
  .call-action-full-btns > a {
    flex: 0 1 auto;
    min-width: 117px;
  }
  .call-action-full-btns > a+a {
    margin: 0;
  }
  .grid-links-wrapper {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
  .call-action-full,
  .call-action-default,
  .grid-links,
  .special-products,
  .blog-post-swiper,
  .seo-text,
  .gts-newsletter-form {
    margin: 30px 0;
  }
  .main-swiper > a,
  .manufacturers-slider .container-swiper > a,
  .products-slider-full > .swiper > a,
  .products-slider > .swiper > a,
  .blog-post-slider > .swiper > a,
  .scroll-top-wrapper > a {
    width: 35px;
    height: 35px;
  }
  .main-swiper > a > svg,
  .manufacturers-slider .container-swiper > a > svg,
  .products-slider-full > .swiper > a > svg,
  .products-slider > .swiper > a > svg,
  .blog-post-slider > .swiper > a > svg,
  .scroll-top-wrapper > a > svg {
    width: 19.2px;
    height: 19.2px;
    object-fit: contain;
  }
  .accordeon-button-wrapper {
    margin-bottom: 11px;
    padding-right: 5px;
  }
  .catalog-grid-container .accordeon-button-wrapper {
    grid-template-columns: 1fr;
  }
  .catalog-grid-container .accordeon-button-wrapper .accordeon-titles-wrapper {
    justify-content: center;
  }
  .catalog-grid-item:nth-child(5n + 2) {
    grid-column: unset;
    grid-row: unset;
    padding-bottom: 100%;
    height: 0;
  }
  .catalog-grid-item:nth-child(5n + 3) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .catalog-grid-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
  .catalog-grid-list > div {
    width: calc(50% - 2.5px);
    padding-bottom: 50%;
  }
  .catalog-grid-list > div:first-child,
  .catalog-grid-list > div:nth-child(3) {
    order: 1;
  }
  .catalog-grid-list > div:nth-child(4),
  .catalog-grid-list > div:nth-child(5) {
    order: 5;
  }
  .catalog-grid-list > div:nth-child(2) {
    width: 100%;
    order: 3;
  }
  .catalog-grid-item_caption {
    bottom: 10px;
  }
  .catalog-grid-item {
    padding-bottom: 100%;
  }
  .default-section-title {
    font-size: 20px!important;
  }
  .bestseller-products .default-section-title {
    padding-left: 5px;
  }
  .product-card-item {
    padding: 5px;
  }
  .product-card-item:not(.hide-hover):hover {
    box-shadow: none;
  }
  .product-card-wishlist {
    right: 10px;
    top: 10px;
  }
  .product-card-wishlist > svg {
    width: 20px;
    height: auto;
  }
  .bestseller-products {
    margin: 0;
  }
  /*.products-slider-full .swiper-slide {
    opacity: 0;
    transition: .3s;
  }
  .products-slider-full .swiper-slide-active,
  .products-slider-full .swiper-slide-active + .swiper-slide {
    opacity: 1;
  }*/
  .product-card-image {
    padding-bottom: 140%;
  }
  .product-card-sticker-wrapper {
    top: 5px;
    left: 5px;
  }
  .product-card-sticker-item {
    font-size: 10px !important;
    padding: 2px 9px;
  }
  .product-card-manufacturer {
    font-size: 11px !important;
    margin: 0;
  }
  .product-card-name {
    font-size: 11px !important;
    margin: 0;
  }
  .product-card-price {
    font-size: 11px !important;
  }
  .gts-newsletter-form-wrapper .radio-wrapper {
    margin-bottom: 20px;
  }
  .gts-newsletter-form-wrapper {
    padding: 32px 20px 41px;
    margin-bottom: 0;
  }
  .gts-newsletter-registration {
    flex-direction: column;
    height: auto;
    gap: 5px;
    padding: 12px 15px 21px;
  }
  .gts-newsletter-registration-title {
    font-size: 12px !important;
  }
  .footer-links-titles {
    flex-wrap: wrap;
    gap: 20px 8px;
    margin-bottom: 14px;
  }
  .footer-links-menus-wrapper-inner {
    gap: 0;
  }
  .footer-links-menus-wrapper-inner > a {
    width: 100%;
    text-align: left;
  }
  .gts-newsletter-form .btn-default-transparent {
    font-size: 11px !important;
  }
  .gts-newsletter-registration-delimeter {
    display: none;
  }
  /*------------------------------------home history styles end------------------------------------*/
  /*------------------------------------brands history styles start------------------------------------*/
  .brands-list-section .brands-list-items-container>a {
    flex: 0 1 calc(33.333% - (20px * 2) / 3);
  }
  /*------------------------------------brands history styles end------------------------------------*/
  /*------------------------------------products (odyag) styles start------------------------------------*/
  .main-category-item-image {
    height: 95px;
  }
  .manufacturer-image-filter > a+a {
    margin: 0;
  }
  .manufacturer-image-filter {
    gap: 8px 24px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto hidden;
    padding-bottom: 10px;
  }
  .products-filter-select-wrapper {
    display: none!important;
    flex-wrap: wrap;
    gap: 16px;
    flex: 0 1 100%;
  }
  .account-wishlist-product-filter {
    flex-direction: column;
    gap: 5px;
  }
  .products-filter-select-item {
    flex: 0 1 100%;
    width: 100%;
  }
  .products-filter-select-item+.products-filter-select-item {
    margin-left: 0;
  }
  .products-filter-select-item > a,
  .products-filter-select-list {
    width: 100%;
  }
  .products-filter-right,
  .products-filter-right > .select-group,
  .products-filter .select-group .input-group.sort-by {
    width: 100%;
  }
  .products-filter .products-filter-right .select-group .form-control {
    max-width: initial;
    width: 100%;
  }
  .products-filter .select-group .input-group.sort-by {
    margin: 0;
  }
  /*.main-products.product-small,
  .main-products.product-big,
  .main-products.product-grid {
    grid-template-columns: repeat(2, 1fr);
  }*/
  /*.main-products.product-big > div:nth-child(2) {
    grid-column: unset;
    grid-row: unset;
  }*/
  .product-card-item {
    margin-bottom: 0!important;
  }
  /*.product-card-caption {
    padding-bottom: 0 !important;
  }
  .product-card-options.abs-pos,
  .product-card-item:hover .product-card-options {
    display: none;
  }*/
  .ios.mobile-header-active:not(.popup).route-product-category body,
  .ios.mobile-header-active:not(.popup).route-product-category .site-wrapper {
    overflow: unset;
  }
  body .products-filter {
    padding: 0 10px 10px;
    width: calc(100% + 20px);
    margin: 20px -10px 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    top: 55px;
  }
  body .products-filter > div {
    width: -moz-fit-content;
    width: fit-content;
  }
  .fixed-filter {
    width: 100%;
    left: -100%;
  }
  .mobile-filter-trigger.btn {
    display: none;
  }
  .category-faqs-toggle>svg {
    min-width: 42px;
    width: 42px;
  }
  .one-column .fixed-filter+.container-default #content {
    padding: 0;
  }
  /*------------------------------------products (odyag) styles end------------------------------------*/
  /*------------------------------------basket styles start------------------------------------*/
  .checkout-cart-product-item {
    grid-template-columns: 100%;
    padding: 0;
  }
  .checkout-cart-product-btn-wrapper > a+a {
    margin: 0;
  }
  .checkout-cart-product-caption {
    gap: 15px;
  }
  .checkout-cart-product-option-item {
    place-items: center left;
  }
  .checkout-cart-product-price {
    display: none;
  }
  .checkout-cart-product-quantity-btn-wrapper {
    flex-wrap: wrap;
    gap: 32px;
  }
  .checkout-cart-product-btn-wrapper {
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding-bottom: 5px;
  }
  .checkout-cart-product-image>a,
  .checkout-cart-product-image>a>img {
    width: 100%;
  }
  .checkout-cart-bonuses-use-wrapper {
    grid-template-columns: 100%;
  }
  .checkout-cart-bonuses-wrapper {
    grid-template-columns: 100%;
  }
  .checkout-cart-bonuses-all {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
  }
  .checkout-cart-bonuses-use {
    clip-path: polygon(0 100%, 0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%);
  }
  .checkout-cart-bonuses-delimeter:before,
  .checkout-cart-bonuses-delimeter:after {
    display: none;
  }
  .checkout-cart-bonuses-delimeter {
    width: calc(100% - 40px);
    left: 50%;
    height: 3px;
    background: repeating-linear-gradient(to right, var(--palmira-grey), var(--palmira-grey) 4px, transparent 4px, transparent 8px, var(--palmira-grey) 8px, var(--palmira-grey) 12px) 0 0/ 100% 100%;
  }
  .site-header-search #search {
    height: 48px;
  }
  .checkout-step-content .form-group .control-label,
  .form-group.custom-comment > label {
    margin-left: 9px;
  }
  .site-header-search .header-search input,
  .mobile input:not([type=button]):not([type=submit]),
  .mobile textarea {
    padding: 15px 10px 13px 9px!important;
    font-size: 12px!important;
  }
  .mobile input[name="bonuses"]:not([type=button]):not([type=submit]) {
    padding-left: 35px!important;
  }
  .mobile-header-active .header-search button.search-button {
    right: 13px;
    min-width: initial;
  }
  .header-sticky-submenu-inner {
    flex-wrap: wrap;
    padding: 11px 10px 11px 0!important;
  }
  .header-sticky-submenu-small-card {
    flex: 0 1 calc(50% - 5px);
  }
  .header-sticky-submenu-right {
    margin-top: 12px;
  }
  .header-sticky-submenu-right-fw .header-sticky-submenu-small-card {
    width: 100%;
    flex-basis: 100%;
    aspect-ratio: 100 / 73;
    max-width: 100%;
  }
  .site-wrapper .bestseller-products-accordeon .swiper-pagination {
    display: block;
    position: static;
    transform: none;
    margin: 28px 0 0;
  }
  .site-wrapper .bestseller-products-accordeon .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: var(--palmira-black);
    opacity: 0.3;
    transition: .3s;
  }
  .site-wrapper .bestseller-products-accordeon .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 100px;
  }
  .bestseller-products .products-slider-full {
    padding: 0;
  }
  .products-slider-full > .swiper > a {
    top: auto;
    bottom: 0;
    transform: none;
  }
  .products-slider-full > .swiper > a.swiper-left-arrow {
    left: 20px;
  }
  .products-slider-full > .swiper > a.swiper-right-arrow {
    right: 20px;
  }
  .product-card-sticker-item+.product-card-sticker-item {
    margin-top: 0;
  }
  .products-slider-full .swiper {
    padding-bottom: 11px;
  }
  .call-action-default {
    padding: 0 12px;
    margin-top: 51px;
  }
  .call-action-default-subtitle {
    font-size: 12px !important;
    margin-bottom: 7px;
  }
  .call-action-default-description {
    font-size: 11px !important;
    margin-bottom: 16px;
  }
  .call-action-default-btns > a {
    font-size: 11px !important;
  }
  .call-action-default-image-wrapper {
    overflow: visible;
  }
  .btn-default-black {
    padding: 10px 10px 11px;
    min-width: 117px;
  }
  .call-action-default-left-image {
    left: -12px;
    bottom: 21px;
    width: 65px;
  }
  .call-action-default-rigth-image {
    right: -12px;
    top: 20px;
    width: 66px;
  }
  .call-action-full {
    margin: 19px 0 0;
  }
  .call-action-full-title {
    font-size: 30px !important;
    margin-bottom: 17px;
  }
  .call-action-full-subtitle {
    font-size: 12px !important;
    margin-bottom: 7px;
  }
  .grid-links {
    margin: 50px 0 0;
  }
  .grid-links-caption {
    bottom: 20px;
  }
  .grid-links-caption .btn-center-wrapper>a {
    min-width: 124px;
  }
  .grid-links-title {
    font-size: 22px !important;
    margin-bottom: 18px;
  }
  .grid-links-subtitle {
    font-size: 12px !important;
    margin-bottom: 6px;
  }
  .special-products-caption .default-section-title {
    font-size: 22px !important;
  }
  .special-accordeon-titles-wrapper > a {
    font-size: 12px !important;
  }
  .special-products .btn-default-white-border,
  .special-products .btn-default-white-border:hover
  .special-products .btn-default-white-border:visited {
    font-size: 11px !important;
    min-width: 127px;
    text-align: center;
  }
  .special-products .products-slider > .swiper > a {
    display: none;
  }
  .special-products {
    margin-top: 44px;
    padding: 0 6px;
  }
  .special-products-wrapper {
    grid-template-columns: 49% 51%;
  }
  .special-products-caption {
    margin-top: 59px;
    position: relative;
  }
  .special-accordeon-titles-wrapper {
    width: calc(100% + 10px);
    margin: 0 0 20px -10px;
  }
  .special-bg-container {
    display: block;
    position: absolute;
    left: -15px;
    top: 100%;
    transform-origin: 0 0;
    transform: rotate(-90deg) translateX(-117px);
    width: 148px;
  }
  .special-bg-container > img {
    width: 100%;
    height: auto;
  }
  .special-accordeon-titles-wrapper > a+a {
    margin-left: 1px;
  }
  .call-action-full-tags-item {
    font-size: 10px !important;
    margin: 0 12px 6px 0;
  }
  .default-section-subtitle {
    font-size: 12px !important;
    margin-bottom: 6px;
  }
  .blog-post-caption .default-section-title {
    font-size: 22px !important;
    margin-bottom: 5px;
  }
  .default-section-description {
    font-size: 11px !important;
    margin-bottom: 0;
  }
  .post-card-date {
    font-size: 11px !important;
  }
  .post-card-name {
    font-size: 11px !important;
    height: calc(1.25 * 11px * 2);
  }
  .blog-post-wrapper {
    grid-gap: 10px;
  }
  .post-card-detail {
    font-size: 11px !important;
  }
  .blog-post-caption {
    position: relative;
    align-items: flex-start;
    padding-right: 40%;
  }
  .blog-post-caption .btn-start-wrapper {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .blog-post-swiper {
    margin: 50px 0 0;
  }
  .blog-post-slider {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .blog-post-slider .swiper {
    padding-left: 10px;
  }
  .post-card-image {
    padding-bottom: 68%;
    margin: 0 0 14px;
  }
  .post-card-detail > svg {
    margin-left: 6px;
  }
  .container-preloader {
    width: 50%!important;
  }
  .gts-newsletter-form {
    margin-top: 50px;
  }
  .gts-newsletter-form-title {
    max-width: 290px;
    font-size: 14px !important;
    margin: 0 auto 16px;
  }
  .radio-item {
    font-size: 12px !important;
    margin: 0;
  }
  .gts-newsletter-form .form-field-with-btn .btn-form-submit > svg {
    display: inline-block;
  }
  .gts-newsletter-form .form-field-with-btn .btn-form-submit > span {
    display: none;
  }
  .radio-item > input+span.custom-radio {
    width: 18px;
    height: 18px;
    margin-right: 7px;
  }
  .radio-item+.radio-item {
    margin-left: 26px;
  }
  .mobile .gts-newsletter-form input:not([type=button]):not([type=submit]) {
    padding: 8px 35px 9px 15px;
    font-size: 11px !important;
    height: auto;
    line-height: 18px;
    flex: 0 1 calc(100% - 35px);
  }
  .form-field-with-btn .btn-default-black {
    padding: 0;
    width: 35px;
    height: 35px;
  }
  .gts-newsletter-registration-title > svg {
    width: 18px;
    height: auto;
    margin-right: 7px;
  }
  .seo-text-outer > h1 {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .seo-text-outer > p {
    font-size: 12px;
  }
  .seo-text {
    margin: 25px 0 54px;
    padding: 0 40px;
  }
  .footer-item-contacts > .site-footer-logo-links {
    display: block;
  }
  #logo-footer ~ .site-footer-logo-links {
    display: none;
  }
  #logo-footer {
    max-width: 125px;
    margin: 0;
  }
  .site-footer-item-title {
    font-size: 12px !important;
  }
  .site-footer-item-links-wrapper > a {
    font-size: 11px !important;
  }
  .site-footer-phone {
    font-size: 15px !important;
    margin-bottom: 4px;
  }
  .site-footer-address {
    font-size: 11px !important;
  }
  .site-footer-email {
    font-size: 11px !important;
    margin-bottom: 21px;
  }
  .site-footer-social-wrapper > a {
    width: 35px;
    height: 35px;
  }
  .site-footer-social-wrapper > a > svg {
    width: 19.3px;
    height: 19.3px;
    object-fit: contain;
  }
  .site-footer-bonus-register {
    font-size: 11px !important;
    max-width: 100%;
    margin-top: 20px;
    grid-gap: 2px;
  }
  .site-footer-bonus-register-icon {
    margin-right: 0;
    width: 18px !important;
  }
  .site-footer-logo-links > a {
    font-size: 11px !important;
  }
  .site-footer-copyright {
    font-size: 11px !important;
  }
  .site-footer-developed > a {
    font-size: 11px !important;
  }
  .site-footer-payment-item {
    flex: 0 1 61px;
  }
  .site-footer-payment-item img {
    width: 100%;
    height: auto;
  }
  .site-footer-payments {
    order: 10;
  }
  .footer-links-titles > a {
    font-size: 12px !important;
  }
  .footer-links-menus-wrapper-inner > a {
    font-size: 11px !important;
  }
  .site-footer-wrapper {
    padding: 36px 0 0;
  }
  .site-footer-item-title {
    margin-bottom: 9px;
  }
  .site-footer-item-links-wrapper > a + a {
    margin-top: 0.4px;
  }
  .site-footer-wrapper > .footer-item-contacts:nth-child(n) {
    margin-top: -12px;
  }
  .site-footer-social-wrapper > a+a {
    margin-left: 5px;
  }
  .site-footer-bonus-register + .site-footer-logo-links {
    margin-top: 30px;
  }
  .footer-links-content {
    padding: 10px 0 17px;
  }
  .footer-links-titles > a {
    padding: 10px 0;
  }
  .footer-links-titles > a + a {
    margin: 0;
  }
  .footer-links-titles > a.active:before {
    width: 100%;
  }
  .header-sticky-submenu-left {
    flex: 0 1 100%;
  }
  .header-sticky-submenu-links>a {
    flex: 0 1 calc(50% - 5px);
  }
  .header-sticky-submenu-links>a.header-sticky-submenu-col-head-link {
    flex: 0 1 100%;
  }
  .header-sticky-submenu-links,
  .header-sticky-submenu-isolated .header-sticky-submenu-links {
    gap: 1px 10px;
  }
  .custom-breadcrumb li {
    display: none;
  }
  .custom-breadcrumb li:nth-last-child(2) {
    display: block;
    margin: 0;
    padding: 0 0 0 16px;
  }
  .custom-breadcrumb li:nth-last-child(2)::before {
    width: 6px;
    height: 12px;
    right: auto;
    left: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="13" viewBox="0 0 7 13" fill="none"><path d="M6 0.5L1.75362 4.74637C0.785124 5.71487 0.785123 7.28512 1.75362 8.25362L6 12.5" stroke="%23808080" stroke-linecap="round"/></svg>') 50% 50%/ auto 100% no-repeat;
  }
  .manufacturer-image-filter > a {
    width: 108px;
    min-width: 108px;
  }
  .manufacturer-image-filter > a + a {
    padding-left: 20px;
  }
  .breadcrumb-title-wrapper {
    flex-wrap: wrap;
  }
  .custom-breadcrumb > li > a {
    font-size: 11px !important;
  }
  .category-title {
    font-size: 14px !important;
  }
  .category-title > span {
    font-size: 11px !important;
  }
  .toggle-all-filters {
    font-size: 12px !important;
  }
  .products-filter .products-filter-right .select-group .form-control {
    font-size: 12px !important;
  }
  .products-filter-right {
    flex: 0 1 66%;
  }
  /*------------------------------------basket styles end------------------------------------*/
  .header-sticky-submenu-isolated .header-sticky-submenu-links {
    display: block;
    column-count: 2;
    column-gap: 10px;
  }
  .header-sticky-submenu-isolated .header-sticky-submenu-col-link {
    width: 100%;
  }
}
.swiper>a:focus {
  border: 0;
  outline: 0;
}
.fixed-filter .side-column .grid-cols {
  overflow: auto;
  height: calc(100vh - 100px);
  padding-bottom: 0;
}
.preloader {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.7);
  transition: var(--palmira-transition);
}
.container-preloader {
  width: 15%;
  transition: .4s;
}
@-webkit-keyframes preloader {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes preloader {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.container-preloader img {
  -webkit-animation: preloader 2000ms linear infinite;
  animation: preloader 2000ms linear infinite;
  width: 100%;
  max-width: 80vw;
}
.preloader-hidden {
  opacity: 0;
  pointer-events: none;
}
/*------------------------------------media queries styles end------------------------------------*/

@media(max-width: 1600px) {
  .wishlist-success-added > div > a, .cart-success-added > div > a,
  .notification-custom-wrapper > .alert > div > a {
    right: 30px;
  }
  .manufacturer-description-wrapper {
    grid-template-columns: 1fr 32.4%;
    grid-gap: 1.6%;
  }
  .manufacturer-description-short {
    width: 60%;
  }
  .manufacturer-description-logo {
    width: 30%;
  }
  .actual-images {
    padding-left: 46px;
  }
  .actual-images-slider {
    width: 100%;
    max-width: 30%;
    position: relative;
    padding: 0 5px;
  }
  .actual-images-slider .swiper-slide {
    width: 93%;
  }
  .actual-images-products {
    width: 100%;
    max-width: 65%;
  }
  .call-action-default-wrapper > img.pattern-top {
    left: 70px;
  }
  .site-header-sticky-wrapper > .container-default {
    padding: 0 20px;
  }
  .product-detail-wrapper {
    grid-template-columns: 1fr 3fr;
  }
  .header-sticky-submenu-inner.header-sticky-submenu-inner-wb,
  .header-sticky-submenu-inner {
    height: 50vh;
  }
  .gts-newsletter-form .container-default,
  .swiper-slide-caption.container-default,
  .catalog-grid-section .container-default {
    padding: 0 116px;
  }
  .call-action-full-caption {
    left: 116px;
  }
  .site-header-wrapper > .container-default {
    padding-left: 30px;
  }
  .special-products-wrapper {
    grid-template-columns: 360px calc(100% - 360px);
  }
  .special-products-caption {
    padding-left: 50px;
  }
  .call-action-default-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 70px;
  }
  .header-sticky-submenu-inner {
    padding: 21px 20px!important;
  }
  .blog-post-caption {
    padding-left: 130px;
  }
  .blog-post-wrapper {
    grid-template-columns: 2fr 5fr;
  }
  .seo-text {
    margin: 75px 0;
  }
}
@media(min-width: 1299px) {
  #shipping-existing .nice-select .list {
    width: -moz-fit-content;
    width: fit-content;
  }
  .palmira-cart-active-cart-caption {
    left: 2.396vw;
    top: 2.031vw;
    width: calc(100% - 3.802vw);
    height: calc(100% - 2.865vw);
  }
  .front-account-sidebar .side-column .popup-form-window-inner {
    padding: 2.396vw 2.969vw 2.552vw;
  }
  .front-account-section {
    margin: 3.073vw 0 6.458vw;
  }
  .palmira-cart-variants-outer:before {
    left: 0.469vw;
  }
  .palmira-cart-wrapper {
    grid-gap: 2.813vw;
  }
  .palmira-cart-variants-outer {
    padding-left: 2.865vw;
  }
  .palmira-cart-privilegii {
    margin-top: 4.635vw;
  }
  .palmira-cart-variants-item.show-before:before {
    left: -2.708vw;
  }
  .palmira-cart-variants-item.active:after {
    left: -2.396vw;
  }
  .palmira-cart-variants-item.active:before {
    left: -2.865vw;
    width: 1.146vw;
    height: 1.146vw;
  }
  .palmira-cart-variants-item-caption {
    padding: 0 1.927vw;
  }
  .call-action-default-left-image {
    width: 11.094vw;
  }
  .call-action-default-rigth-image {
    width: 11.094vw;
  }
  .site-header-search .header-search input {
    font-size: 0.729vw;
  }
  .font-s-11 {
    font-size: 0.573vw!important;
  }
  /*.custom-breadcrumb > li > a,
  .custom-breadcrumb > li > span,*/
  .active-filters > a,
  .font-s-12 {
    font-size: 0.625vw!important;
  }
  .custom-checkbox-wrapper .alert-warning,
  body .has-error .text-danger,
  .filter-categories-current > a,
  .font-s-13 {
    font-size: 0.677vw!important;
  }
  .content-right-panel-text > p {
    margin-bottom: 1.302vw;
  }
  body .select2-container--default .select2-selection--single,
  body .select2-container--open .select2-dropdown--below *,
  .content-right-panel-text > .text-h4,
  .content-right-panel-text > p,
  .module-filter.module-filter-36 .panel-body > div > label .links-text,
  .module-filter.module-filter-36 .panel-body > div > label .count-badge,
  .products-filter-select-list-label,
  .filter-categories-wrapper > a,
  .seo-text-outer > p,
  .notification-custom-wrapper > .alert > div,
  body .nice-select,
  .custom-checkbox-wrapper > label,
  .custom-checkbox-wrapper > label a,
  .font-s-14 {
    font-size: 0.729vw!important;
  }
  .shipping-method-wrapper select.form-control,
  .shipping-method-wrapper input.form-control,
  .payment-method-wrapper select.form-control,
  .payment-method-wrapper input.form-control,
  .popup-customer-data-form input.form-control,
  .dropdown-address li a {
    font-size: 0.729vw!important;
  }
  .post-item-caption .post-item-content {
    height: calc(1.7 * 0.729vw * 2)!important;
  }
  .font-s-15 {
    font-size: 0.781vw!important;
  }
  .font-s-16 {
    font-size: 0.833vw!important;
  }
  .font-s-17 {
    font-size: 0.885vw!important;
  }
  .font-s-18 {
    font-size: 0.938vw!important;
  }
  .font-s-20 {
    font-size: 1.042vw!important;
  }
  .font-s-22 {
    font-size: 1.146vw!important;
  }
  .font-s-24 {
    font-size: 1.250vw!important;
  }
  .seo-text-outer > h1,
  .font-s-28 {
    font-size: 1.458vw!important;
  }
  .font-s-32 {
    font-size: 1.667vw!important;
  }
  .font-s-40 {
    font-size: 2.083vw!important;
  }
  .font-s-48 {
    font-size: 2.500vw!important;
  }
  .font-s-50 {
    font-size: 2.604vw!important;
  }
  .font-s-56 {
    font-size: 2.917vw!important;
  }
  .font-s-60 {
    font-size: 3.125vw!important;
  }
  .font-s-80 {
    font-size: 4.167vw!important;
  }
  .font-s-100 {
    font-size: 5.208vw!important;
  }
  .products-filter-select-item > a {
    width: 10.833vw;
  }
}
@media(max-width: 1400px) {
  .manufacturer-description-wrapper {
    grid-template-columns: 3fr 2fr;
  }
  .manufacturer-description-logo {
    width: 33%;
    margin-right: 7%;
  }
  .manufacturer-description-short {
    width: 60%;
    margin-right: 20px;
  }
  .footer-links-menus-wrapper-inner > a {
    padding-right: 10px;
    font-size: 12px!important;
  }
  .call-action-full-caption {
    left: 46px;
  }
  .manufacturer-tags-wrapper > a {
    margin: 0 20px 0 0;
  }
  .call-action-default-left-image,
  .call-action-default-rigth-image {
    max-width: 25%;
  }
  .search-result-wrapper {
    grid-template-columns: 1fr;
  }
  .header-sticky-menu > ul > li > a {
    font-size: 11px!important;
    padding: 0 8px;
  }
  .header-sticky-cart #cart > .cart-heading > .cart-heading-right {
    font-size: 12px!important;
    white-space: nowrap;
  }
  .site-header-search .header-search input {
    width: 250px;
    padding-left: 10px;
    padding-right: 26px;
  }
  .header-search > a.close-search-result,
  .header-search > button.search-button {
    right: 10px;
  }
  .header-sticky-wishlist > a {
    width: 50px;
  }
  .header-sticky-account > a {
    padding: 0 10px;
  }
  .desktop-header-active .header-classic #cart {
    margin-right: 0;
  }
  body #content {
    padding: 0;
  }
  .container-seo {
    padding: 0 20px;
  }
  .call-action-default-wrapper {
    padding-left: 0;
  }
  .call-action-default-wrapper > img.pattern-top {
    left: 0;
  }
  .gts-newsletter-form .container-default,
  .swiper-slide-caption.container-default,
  .catalog-grid-section .container-default {
    padding: 0 80px 0 20px;
  }
  .blog-post-caption {
    padding-left: 20px;
  }
  .blog-post-wrapper {
    grid-template-columns: 1fr 4fr;
  }
  .collection-products-caption {
    position: relative;
    padding-left: 80px;
    z-index: 2;
  }
  .collection-products-wrapper {
    grid-template-columns: 30% 70%;
  }
  .swiper .product-card-sizes-item {
    margin: 0 20px 0 0;
  }
  .site-header-secondary-menu,
  .site-header-phone {
    margin-right: 20px;
  }
  .site-header-secondary-menu > ul > li+li {
    margin-left: 15px;
  }
  .header-sticky-submenu-col-link {
    font-size: 12px!important;
  }
  .header-sticky-submenu-isolated .header-sticky-submenu-links {
    overflow: hidden;
  }
  .header-sticky-submenu-inner.header-sticky-submenu-inner-wb, .header-sticky-submenu-inner {
    min-height: 360px;
  }
  .products-filter-select-wrapper {
    margin-left: 20px;
  }
  .products-filter-select-item > a {
    width: 140px;
  }
  .products-filter .products-filter-right .select-group .form-control {
    max-width: 200px;
  }
  .main-products.product-small {
    grid-template-columns: repeat(5, 1fr);
  }
  .main-products.product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-card-sizes-item {
    margin: 0 20px 0 0;
  }
  .only-liked-products, .only-related-products {
    margin: 0 0 50px;
  }
  .related-products-swiper > .swiper,
  .viewed-products-swiper > .swiper {
    padding: 5px;
  }
  .product-info-wrapper {
    grid-template-columns: repeat(2, 48%);
    grid-gap: 4%;
  }
  .product-detail-caption-title {
    margin: 10px 0 20px;
  }
  .product-detail-caption-manufacturer {
    margin: 15px 0 0;
  }
  .product-detail-caption-wrapper {
    grid-gap: 20px;
  }
  .product-detail-wrapper {
    margin: 50px 0;
  }
}
/*@media(min-width: 1400px) {
  .brands-list-section .brands-list-items-container {
    display: grid!important;
    grid-template-columns: repeat(6, 1fr)!important;
    grid-gap: 30px!important;
  }
}
@media(min-width: 1800px) {
  .brands-list-section .brands-list-items-container {
    grid-template-columns: repeat(7, 1fr)!important;
  }
}*/
@media(max-width: 1300px) {
  .palmira-cart-wrapper {
    grid-template-columns: 1fr;
  }
  .palmira-cart-privilegii-wrapper {
    grid-gap: 30px 40px;
  }
}
@media(max-width: 1200px) {
  .statuses-cart-wrapper {
    grid-gap: 20px;
  }
  .route-account-recurring-buy .statuses-cart-wrapper {
    grid-gap: 10px;
  }
  .route-account-recurring-buy .statuses-cart-wrapper > div {
    width: 33.33333%;
  }
  .route-account-recurring-buy .palmira-cart-active-cart-caption {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .palmira-cart-active-name.font-s-40 {
    font-size: 30px!important;
  }
  .palmira-cart-active-name.font-s-32 {
    font-size: 20px!important;
  }
  .palmira-cart-active-benefits-name.font-s-13 {
    font-size: 11px!important;
  }
  .reccuring-bonuses-right {
    padding: 25px 20px;
    justify-content: center;
  }
  .reccuring-bonuses-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .reccuring-discount-right {
    padding: 15px 10px;
  }
  .reccuring-discount-left {
    padding: 20px 15px;
  }
  .reccuring-discount-list {
    padding: 5px;
  }
  .reccuring-discount-list-item-name {
    font-size: 16px!important;
  }
  .reccuring-discount-list-item-caption {
    padding: 10px 5px;
  }
  .reccuring-loyalty-head-wrapper > div {
    padding: 10px 5px;
  }
  body .products-filter {
    padding: 0;
  }
  .products-filter-left {
    padding-left: 0;
  }
  .toggle-all-filters > svg {
    margin-right: 8px;
  }
  #quick-button-cart {
    white-space: nowrap;
  }
  .site-footer-address > br {
    display: block;
  }
  .font-s-40 {
    font-size: 36px!important;
  }
  .font-s-48 {
    font-size: 40px!important;
  }
  .font-s-50 {
    font-size: 44px!important;
  }
  .font-s-60 {
    font-size: 50px!important;
  }
  .call-action-default-caption {
    padding: 0 75px;
  }
  .products-filter-select-item > a {
    width: 130px;
  }
  .manufacturer-image-filter > a+a {
    margin-left: 10px;
  }
  .products-filter-select-wrapper {
    margin-left: 20px;
  }
  .header-sticky-menu > ul > li > a {
    padding: 0 5px;
  }
  .blog-post-wrapper {
    grid-template-columns: 1fr 3fr;
  }
  .gts-newsletter-form .container-default,
  .swiper-slide-caption.container-default,
  .catalog-grid-section .container-default {
    padding: 0 20px;
  }
  #common-home section {
    margin: 0;
  }
  #common-home section.call-action-default {
    margin-bottom: 21px;
  }
  #common-home #content-top .grid-items > div+div {
    margin-top: 50px;
  }
  #common-home #content-top .grid-items > div:last-child {
    margin-bottom: 50px;
  }
  .call-action-default-wrapper {
    min-height: 400px;
  }
  .call-action-default-image-wrapper,
  .call-action-default-main-image {
    height: 100%;
    width: 100%;
  }
  .call-action-default-main-image > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .collection-products-caption {
    padding-left: 40px;
  }
}
@media(max-width: 1050px) {
  .route-account-recurring-buy .statuses-cart-wrapper > div {
    width: 100%;
  }
  .special-offers-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-products.product-small {
    grid-template-columns: repeat(4, 1fr);
  }
  .main-products.product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .menu-mobile-general a.with-childs > svg {
    transition: .3s;
  }
  .menu-mobile-general a.with-childs.active > svg {
    transform: translateY(-50%) rotate(90deg);
  }
  .menu-mobile-general-sub-outer {
    display: none;
  }
  .menu-mobile-general-sub {
    display: block;
    column-count: 2;
    column-gap: 10px;
    list-style: none;
    padding: 20px 5px;
  }
  .menu-mobile-general .menu-mobile-general-sub a {
    font-size: 11px!important;
    line-height: 200%;
  }
  .menu-mobile-general-sub .header-sticky-submenu-col-link {
    width: 100%;
  }
  .menu-mobile-general-sub > li+li {
    margin-top: 5px;
  }
  .site-header-banner,
  .site-header-wrapper,
  .site-header-sticky-wrapper {
    display: none!important;
  }
  .bestseller-products .accordeon-titles-wrapper {
    justify-content: flex-start;
  }
  .total-panel-wrapper > .back-shop-btn {
    top: calc(100% + 10px);
  }
  .checkout-page-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 50px 0;
  }
  .shipping-method-wrapper {
    padding: 0 20px;
  }
  .panel-body.checkout-login-form {
    padding: 0 20px!important;
  }
  #custom-shipping-address select.form-control {
    padding: 15px 45px 13px 9px!important;
    font-size: 11px!important;
    color: #000;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
  }
}
@media (max-width: 1100px) and (min-width: 1000px) {
  .header-sticky-menu > ul > li > a {
    font-size: 9px!important;
  }
}
@media(max-width: 990px) {
  .reccuring-discount-list-item {
    padding-bottom: 150%;
  }
  .call-action-default-wrapper > img.pattern-bottom {
    display: none;
  }
  .manufacturer-description-wrapper {
    grid-template-columns: 1fr;
  }
  .manufacturer-description-image {
    display: none;
  }
  .manufacturer-description-logo {
    width: 33%;
    margin-right: 7%;
  }
  .manufacturer-description-short {
    width: 60%;
    margin-right: 20px;
  }
  .pagination-results .text-right {
    display: none!important;
  }
  .special-products > img {
    max-height: 100%;
    width: auto;
    left: -20px;
  }
  .collection-products-caption {
    padding-left: 20px;
  }
  .product-info-wrapper {
    grid-template-columns: 100%;
    grid-gap: 16px;
    margin-top: 10px;
  }
  .product-manufacturer-sku-wrapper {
    margin: 0 0 10px;
  }
  .product-info-wrapper > h1 {
    color: var(--black, #000);
    font-family: Philosopher;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 14.3px */
  }
  .product-info-image-additional {
    display: none;
  }
  .product-info-image-main {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .product-info-image-main > .swiper {
    width: 100%;
  }
  .product-info-image-main > a {
    z-index: 3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #F1F1F1;
  }
  /*.product-info-image-main-pagination {
    display: flex!important;
    justify-content: center;
    align-items: center;
  }
  .swiper-container-horizontal > .product-info-image-main-pagination.swiper-pagination-bullets {
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 3;
    border-radius: unset;
  }
  .swiper-container-horizontal > .product-info-image-main-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
    background: rgba(0, 0, 0, .2);
    transition: .15s;
  }
  .swiper-container-horizontal > .product-info-image-main-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 106px;
    background: var(--black);
  }*/
  .product-info-caption .product-manufacturer-sku-wrapper {
    display: none;
  }
  #quick-button-cart {
    min-width: 130px;
    font-size: 11px!important;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #button-cart {
    font-size: 11px!important;
  }
  .product-info-delivery-warranty-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .product-info-delivery-warranty-wrapper > *+* {
    margin: 18px 0 0;
  }
  .product-detail-wrapper {
    grid-template-columns: 1fr;
  }
  .product-detail-image {
    display: none;
  }
  .product-detail-caption-wrapper {
    grid-template-columns: 1fr;
  }
  .related-liked-products {
    flex-direction: column;
    justify-content: flex-start;
    margin: 50px 0;
  }
  .related-liked-products > div {
    max-width: 100%;
  }
  .product-detail-caption-manufacturer > img.right-pattern,
  .product-detail-caption-manufacturer > img.left-pattern {
    width: 140px;
    height: auto;
  }
  .product-detail-caption-manufacturer > a {
    flex-direction: column;
  }
  .product-detail-caption-manufacturer > a > img {
    margin: 11px 0 0;
  }
  .product-detail-attribute-item {
    grid-template-columns: 200px 1fr;
  }
  .related-liked-products-title {
    text-align: left;
    margin-bottom: 22px;
  }
  .related-liked-products > div+div {
    margin-top: 50px;
  }
  .viewed-products.only-viewed-products {
    margin-top: 50px;
  }
  .related-liked-products .liked-products-swiper,
  .related-liked-products .related-products-swiper {
    padding: 0;
  }
  .mobile-swiper-navigation.mobile-show {
    display: flex!important;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .mobile-swiper-navigation .mobile-swiper-pagination {
    margin: 0 14px;
  }
  .mobile-swiper-navigation > a {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 4.68px 7.8px 0px rgba(0, 0, 0, 0.10);
    background: var(--white);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
  }
  .mobile-swiper-navigation > a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: var(--black);
    border-radius: 50%;
    transition: .15s;
    z-index: 1;
  }
  .mobile-swiper-navigation > a:hover:before {
    top: 0;
  }
  .mobile-swiper-navigation > a > svg {
    position: relative;
    z-index: 3;
  }
  .mobile-swiper-navigation > a > svg > path {
    transition: .2s;
  }
  .mobile-swiper-navigation > a:hover > svg > path[stroke] {
    stroke: var(--white);
  }
  .mobile-swiper-navigation > a:hover > svg > path[fill] {
    fill: var(--white);
  }
  .mobile-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
    background: rgba(0, 0, 0, .2);
    transition: .15s;
    border-radius: unset;
  }
  .mobile-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background: var(--black);
  }
  .mobile-swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 7px;
  }
  .product-detail-caption-desc-content,
  .product-detail-attribute-item-name,
  .product-detail-attribute-item-value {
    font-size: 13px!important;
  }
  .product-sizes-wrapper > a {
    font-size: 12px;
    margin: 0 25px 10px 0;
  }
  .product-sizes-wrapper > a.active:before,
  .product-sizes-wrapper > a:not(.out-of-stock-size):hover:before {
    width: calc(100% + 16px);
  }
  .product-colors-wrapper > a {
    width: 28px;
    height: 28px;
    margin: 0 7px 7px 0;
  }
  .product-colors-title {
    font-size: 11px!important;
  }
  .product-colors-title > span {
    font-size: 12px!important;
  }
  .product-sizes-table > a {
    font-size: 12px!important;
  }
  .product-sizes-table {
    margin-bottom: 16.5px;
  }
  .product-infocart-btn-wrapper {
    margin-bottom: 23px;
  }
  .complete-look-images {
    grid-template-columns: 100%;
    grid-gap: 22px;
    max-width: calc(100% - 40px);
    margin: 0 auto 26px;
  }
  .complete-look-images-thumbs .swiper-slide {
    height: 96px!important;
    min-height: 96px;
    max-height: 96px;
  }
  .complete-look-images-thumbs {
    height: 96px;
    max-width: calc(100% - 94px);
    margin: 0 auto;
  }
  .complete-look-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }
  .complete-look-products {
    max-width: calc(100% - 26px);
    margin: 0 auto;
  }
  .complete-look-wrapper:before {
    display: none;
  }
  .complete-look-products .product-card-item {
    background: var(--white);
  }
  .complete-look-images-thumbs .swiper-slide > img {
    border-bottom: 2px solid transparent;
  }
  .complete-look-images-thumbs .swiper-slide.swiper-slide-active > img {
    border-bottom: 2px solid var(--black);
  }
}
@media(max-width: 850px) {
  .palmira-cart-privilegii-wrapper {
    grid-template-columns: 1fr;
  }
  .reccuring-histories-table-body-item > div,
  .reccuring-histories-table-head > div {
    padding-left: 10px;
  }
  .ocf-active-label {
    display: none;
  }
  .ocf-value-slider {
    max-width: calc(100% - 22px);
    margin: 10px auto;
  }
  /*.close-fixed-ocfilter {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 2;
  }
  body .ocf-container {
    width: 100%;
    padding-right: 0;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    transform: unset;
    height: auto;
  }*/
  .products-filter-left {
    width: 100%;
    justify-content: space-between;
  }
  .products-filter-right {
    width: 100%;
  }
  .product-card-sticker-item {
    font-size: 10px!important;
  }
  .product-card-sizes-title {
    display: none!important;
  }
}
@media(min-width: 701px) {
  .swiper-slide-wrapper {
    height: 0;
    padding-bottom: 44.43%;
  }
  .swiper-slide-wrapper > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .reccuring-bonuses-left > svg {
    display: none;
  }
}
@media(max-width: 700px) {
  .mobile-header_right {
    gap: 15px;
  }
  .mobile-sticky-header_inner {
    padding: 0 25px 0 5px;
  }
  .call-action-default-image-wrapper {
    overflow: hidden;
  }
  .call-action-default-caption {
    padding: 0 20px;
  }
  .call-action-default-wrapper {
    grid-template-columns: 1fr;
  }
  .call-action-full-caption {
    left: 0;
  }
  .font-s-50 {
    font-size: 32px!important;
  }
  .font-s-60 {
    font-size: 36px!important;
  }
  .palmira-cart-variants-outer {
    padding-left: 30px;
  }
  .palmira-cart-variants-item.show-before:before {
    left: -27px;
  }
  .palmira-cart-variants-item.active:before {
    left: -30px;
  }
  .palmira-cart-variants-item.active:after {
    left: -21px;
  }
  .palmira-cart-variants-item-caption {
    padding: 0 10px;
    gap: 10px;
  }
  .palmira-cart-variants-item-caption-total {
    font-size: 14px!important;
  }
  .palmira-cart-active-cart-caption {
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .ocf-content {
    position: relative;
  }
  .ocf-theme-light .ocf-footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 4;
  }
  .reccuring-histories-table-head,
  .reccuring-histories-table-body-item {
    grid-template-columns: repeat(3, 100px) 200px repeat(2, 100px);
  }
  .reccuring-histories-table {
    width: calc(100vw - 30px);
    overflow-x: auto;
    overflow-y: hidden;
  }
  .reccuring-bonuses-wrapper {
    grid-template-columns: 1fr;
  }
  .reccuring-bonuses-wrapper > svg {
    display: none;
  }
  .reccuring-bonuses-left > svg {
    position: absolute;
    left: 75%;
    top: 100%;
    transform: translateX(-50%) rotate(90deg);
    transform-origin: 0 0;
  }
  .reccuring-bonuses-left {
    border-right: 1px solid #DDD;
    border-bottom: none;
  }
  .reccuring-discount-left:after,
  .reccuring-bonuses-left:after {
    transform: rotate(-45deg);
  }
  .reccuring-discount-left:before,
  .reccuring-bonuses-left:before {
    left: -8.5px;
    right: unset;
    top: unset;
    bottom: -8.5px;
    transform: rotate(-45deg);
  }
  .reccuring-bonuses-right {
    border-left: 1px solid #DDD;
    border-top: none;
  }
  .statuses-cart-wrapper {
    grid-template-columns: 1fr;
  }
  .reccuring-discount-wrapper {
    grid-template-columns: 1fr;
  }
  .reccuring-discount-deliter {
    position: relative;
    height: 2px;
  }
  .reccuring-discount-deliter > svg {
    position: absolute;
    left: 75%;
    top: 0;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: 0 0;
  }
  .reccuring-discount-left {
    border-bottom: none;
    border-right: 1px solid #DDD;
    gap: 20px;
  }
  .reccuring-discount-right {
    border-top: none;
    border-left: 1px solid #DDD;
  }
  .reccuring-loyalty-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: calc(100vw - 30px);
  }
  .reccuring-loyalty-wrapper > div {
    grid-template-columns: 100px 224px 100px 100px 224px;
  }
  /*.reccuring-loyalty-wrapper > div > div.double-column-inner > div {
    min-width: 100px;
    padding-left: 12px;
  }
  .reccuring-loyalty-wrapper > div > div {
    min-width: 100px;
  }
  .reccuring-loyalty-wrapper > div > div.double-column,
  .reccuring-loyalty-wrapper > div > div.double-column-inner {
    min-width: 224px;
  }*/
  .reccuring-loyalty-subhead-wrapper {
    border: none;
    grid-gap: 4px;
  }
  .reccuring-loyalty-subhead-wrapper > div {
    /*border-bottom: 2px solid var(--black);*/
    position: relative;
  }
  .reccuring-loyalty-subhead-wrapper > div:before {
    position: absolute;
    content: '';
    left: -2px;
    top: 100%;
    width: calc(100% + 4px);
    height: 2px;
    background: var(--black);
  }
  .reccuring-loyalty-row {
    border-bottom: none;
  }
  .reccuring-loyalty-row > div {
    position: relative;
  }
  .reccuring-loyalty-row > div:before {
    position: absolute;
    content: '';
    left: -2px;
    top: 100%;
    width: calc(100% + 4px);
    height: 1px;
    background: #DDD;
  }
  .reccuring-discount-list {
    grid-template-columns: 1fr;
  }
  .reccuring-discount-list-item {
    padding-bottom: 33%;
  }
  .reccuring-bonuses-gradient-item {
    width: 25%;
  }
  .reccuring-bonuses-gradient:after {
    left: 50px;
  }
  .reccuring-bonuses-gradient:before {
    width: calc(100% - 100px);
  }
  .custom-shipping-existing > label {
    margin-left: 20px;
  }
  .header-search input {
    color: var(--black50);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
    background: transparent!important;
  }
  .complete-look-wrapper.complete-look-wrapper-once {
    padding: 30px;
  }
  .complete-look-wrapper.complete-look-wrapper-once .product-card-options {
    display: none;
  }
  .complete-look-wrapper.complete-look-wrapper-once .product-card-caption {
    padding-bottom: 0!important;
    margin-bottom: 10px;
  }
  .complete-look-wrapper.complete-look-wrapper-once .swiper {
    margin-bottom: 15px;
  }
  .product-info-image-main .swiper-slide > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .fixed-filter .side-column .grid-cols {
    height: calc(100% - 60px)!important;
    overflow-y: auto;
  }
  .special-offers-wrapper {
    grid-template-columns: 1fr;
  }
  .product-card-preoder {
    display: none;
  }
  .grid-links-caption {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .grid-links-item {
    padding-bottom: 100%;
  }
  .checkout-cart-promocode-wrapper {
    grid-template-columns: 1fr 60px;
  }
  body .nice-select {
    font-size: 12px;
    padding-left: 9px;
  }
  .product-sizes-title-wrapper > a {
    font-size: 14px!important;
  }
  .active-filters {
    border: none;
  }
  .front-account-section .container-default {
    padding: 0;
  }
  .header-sticky-submenu-inner {
    min-height: unset;
  }
  .account-wishlist-product {
    flex: 0 1 100%;
    width: 100%;
  }
  .remove-wl-btn {
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .remove-wl-btn > svg {
    width: 16px;
    height: auto;
  }
  .remove-wl-btn+.product-card-wishlist {
    top: 40px;
  }
  .account-wishlist-product-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .not-find-products {
    bottom: 10px;
    width: 80%;
    text-align: center;
  }
  .search-form-wrapper > img {
    height: 40%;
    width: auto;
  }
  #content > p {
    text-align: center;
  }
  #content > .btn-start-wrapper {
    justify-content: center;
  }
  .empty-products .accordeon-button-wrapper {
    grid-template-columns: 1fr;
  }
  .empty-products .accordeon-button-wrapper > div:first-child {
    display: none;
  }
  .bestseller-products .accordeon-titles-wrapper {
    justify-content: center;
  }
  .notification-custom-wrapper > .alert > div {
    padding-right: 30px!important;
  }
  .size-description-wrapper {
    grid-template-columns: 1fr;
  }
  #size-table-popup .popup-form-window-inner {
    padding: 35px 10px;
  }
  .size-table-content table tbody tr:first-child td {
    padding: 10px 3px!important;
  }
  .products-filter-left {
    flex-direction: column;
    align-items: flex-start;
  }
  .products-filter-select-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .manufacturer-description-left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
  }
  .manufacturer-description-logo {
    width: 100%%;
  }
  .manufacturer-description-short {
    width: 100%;
    margin: 20px 0 0;
  }
  .search-form-wrapper {
    margin: 20px 0;
    padding: 25px 10px 70px;
    flex-direction: column;
  }
  .search-form-wrapper > .search-form input {
    height: 37px;
  }
  .search-result-product-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .site-footer-bottom .container-default {
    padding-right: 0;
  }
  .mobile-hide {
    display: none!important;
  }
  .mobile-show {
    display: block!important;
  }
  .product-info-price {
    justify-content: space-between;
  }
  .call-action-default-wrapper > img {
    display: none;
  }
  .call-action-default-wrapper > img.pattern-top {
    display: block!important;
    height: 175px;
    width: auto;
  }
  .actual-images-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .actual-images-wrapper > div {
    width: 100%;
    max-width: 100%;
  }
  .actual-images {
    padding: 0 10px;
  }
  .actual-images-slider {
    margin: 0 0 30px;
  }
  .manufacturer-tags-wrapper > a {
    margin: 0 20px 0 0;
  }
  .header-sticky-submenu-links>a.header-sticky-submenu-col-head-link {
    column-span: all!important;
  }
  /*label .filter-checkbox-image img {
    width: 18px;
    height: 18px;
    left: 50%;
    top: 50%;
    transform: translate(-53%, -53%);
  }*/
  .module-filter-36 .panel-group .panel-heading a > svg {
    min-width: 15px;
  }
  .fixed-filter .side-column {
    display: block!important;
    padding-right: 0;
  }
  html.fixed-filter-opacity {
    overflow-y: hidden!important;
  }
  .filter-categories-current > a {
    margin-bottom: 11px;
    font-size: 12px;
  }
  .filter-categories-wrapper > a {
    font-size: 12px;
  }
  .filter-categories-wrapper {
    padding: 0;
  }
  .seo-text-outer {
    padding-right: 10px;
    text-align: justify;
  }
  .collection-products-wrapper {
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
  }
  .special-products > img {
    display: none!important;
  }
  .collection-products > img {
    max-height: 100%;
    width: auto;
  }
  .gts-newsletter-form-wrapper > img {
    max-height: 112px;
    width: auto;
  }
  #button-cart.btn-default-black.with-icon:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product-card-sizes-title {
    display: none;
  }
  .product-card-sizes-item.font-s-13 {
    font-size: 11px!important;
    margin: 0 14px 0 0;
    height: auto;
  }
  .swiper .product-card-sizes-item {
    margin: 0 14px 0 0;
  }
  .product-card-sizes {
    margin-top: 8px;
    padding: 6px;
  }
  .product-card-color-item {
    width: 17px;
    height: 17px;
  }
  .product-card-color-item:before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
  .product-card-color-item > img {
    width: 12px;
    height: 12px;
  }
  .default-section-title {
    font-size: 20px!important;
  }
  .products-slider-full > .swiper {
    position: relative;
    z-index: 5;
  }
  .product-card-price-wrapper > div {
    font-size: 11px!important;
  }
  .site-wrapper .bestseller-products-accordeon .swiper-pagination {
    display: none!important;
  }
  #checkout-cart-empty {
    margin-bottom: 50px;
  }
  .cart-empty-container {
    margin-top: 30px;
  }
  .quantity-field-wrapper > input.form-control {
    padding: 15px 10px!important;
  }
  .checkout-cart-promocode-input > svg {
    left: 5px;
    display: none;
  }
  .checkout-cart-promocode-input > input {
    padding: 0 10px 0 40px!important;
  }
  .total-panel-wrapper {
    padding: 30px 20px;
  }
  .total-panel-wrapper > .back-shop-btn {
    top: calc(100% + 10px);
    white-space: nowrap;
  }
  .checkout-cart-wrapper {
    margin-bottom: 60px!important;
  }
  .checkout-login-form {
    grid-gap: 25px 10px;
  }
  .route-extension-module-custom .checkout-login-form {
    grid-gap: 40px 10px;
  }
  .checkout-login-btn-wrapper {
    overflow-x: auto;
    max-width: 100vw;
    padding: 0 15px 10px 0;
    margin-bottom: 15px;
  }
  .checkout-login-icon {
    min-width: 50px;
  }
  .checkout-login-btn-wrapper > .custom-radio+.custom-radio {
    margin-left: 9px;
  }
  .checkout-login-btn-wrapper > * {
    white-space: nowrap;
  }
  .shipping-method-wrapper {
    padding: 0;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .payment-method-wrapper {
    padding: 0;
    grid-gap: 15px;
  }
  .checkout-page-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 50px 0;
  }
  .checkout-page-left {
    width: 100%;
    overflow: hidden;
  }
  #custom-login {
    margin-bottom: 30px;
  }
  .checkout-social-login-title {
    margin-bottom: 15px;
  }
  .checkout-social-login {
    margin-top: 20px;
  }
  #custom-comment {
    margin-top: 30px;
  }
  .simple-checkbox-text {
    font-size: 11px!important;
  }
  .panel-body.checkout-login-form {
    padding: 0 10px!important;
    grid-gap: 10px;
  }
  .wishlist-success-added > div > a,
  .cart-success-added > div > a,
  .notification-custom-wrapper > .alert > div > a {
    right: 20px;
  }
  .site-header-banner {
    display: flex!important;
  }
  .site-header-banner-text {
    flex-wrap: nowrap;
    width: 100%;
  }
  /*.site-header-banner-text span:first-child {
    flex: 0 1 100%;
  }*/
  .mobile-header-active header {
    position: sticky;
    top: -38px;
  }
  .mobile-sticky-header_container {
    position: relative;
  }
  .site-wrapper {
    padding-top: 0;
  }
  .ios.mobile-header-active:not(.popup) .site-wrapper {
    overflow-x: unset!important;
  }
  .ios.mobile-header-active:not(.popup) body {
    overflow: unset!important;
  }
  .ios.mobile-header-active:not(.popup) {
    overflow-x: unset!important;
  }
  .products-filter-right > .grid-list {
    padding-right: 5px;
  }
  .main-products.product-small {
    grid-template-columns: repeat(3, 1fr);
  }
  .main-products.product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-products.product-big {
    grid-template-columns: 1fr;
  }
  .main-products.product-big > div {
    grid-column: unset!important;
    grid-row: unset!important;
  }
  .grid-list>*+* {
    margin-left: 10px!important;
  }
  .toggle-all-filters-mob {
    font-size: 11px!important;
  }
  .toggle-all-filters-mob > svg {
    margin-right: 7px;
  }
  .products-filter-right > .select-group {
    margin-right: 7px;
  }
}
/* GTS Agency End */