@font-face {
    font-family: 'Titillium';
    src: url('/themes/lilio/assets/css/TitilliumWeb-Regular.eot');
    src: url('/themes/lilio/assets/css/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'),
    url('/themes/lilio/assets/css/TitilliumWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(themes/lilio/assets/css/TitilliumWeb-Regular.ttf) format('ttf');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'), url(themes/lilio/assets/css/TitilliumWeb-SemiBold.ttf) format('ttf');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url(themes/lilio/assets/css/TitilliumWeb-Bold.ttf) format('ttf');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url(fa-regular-400.eot); /* For IE6-8 */
  src: local('FontAwesome'),
       url(fa-regular-400.woff2) format('woff2'),
       url(fa-regular-400.woff) format('woff'),
       url(fa-regular-400.ttf) format('truetype');
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  src: url(fa-solid-900.eot); /* For IE6-8 */
  src: local('FontAwesome'),
       url(fa-solid-900.woff2) format('woff2'),
       url(fa-solid-900.woff) format('woff'),
       url(fa-solid-900.ttf) format('truetype');
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(MaterialIcons-Regular.woff2) format('woff2'),
       url(MaterialIcons-Regular.woff) format('woff'),
       url(MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* PRELOADER */

.loader-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #f5f5f5;
  width: 100%;
  margin: 0 auto;
  min-height: 150px;
  /* display: none; */
}

@media screen and (max-width: 1200px) {
    .loader-wrapper {
        display: none;
    }
}

.load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    /* display: none; */
}

.load hr {
    border: 0;
    margin: 0;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    animation: spin 2s ease infinite;
}

.load :first-child {
    background: #7b046b;
    animation-delay: -1.5s;
}

.load :nth-child(2) {
    background: #181818;
    animation-delay: -1s;
}

.load :nth-child(3) {
    background: #7b046b;
    animation-delay: -0.5s;
}

.load :last-child {
    background: #181818;
}

@keyframes spin {
    0%, 100% {
        transform: translate(0)
    }
    25% {
        transform: translate(160%)
    }
    50% {
        transform: translate(160%, 160%)
    }
    75% {
        transform: translate(0, 160%)
    }
}

@keyframes opacity {
    0%, 100% {
        opacity: 1
    }
    25% {
        opacity: 0.5
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: 0.5
    }
}

.opacity-effect {
    animation: opacity 1s;
}

.modal-content {
    border-radius: 0;
}

.breadcrumbs {
    padding: 0 20px 0 20px;
    font: var(--breadcrumbs-arrow-font);
    color: var(--breadcrumbs-arrow-color);
}

.breadcrumbs a {
    color: var(--breadcrumbs-link-color);
    font: var(--breadcrumbs-link-font);
    text-decoration: var(--breadcrumbs-link-decoration) !important;
}
.breadcrumbs a:hover {
    color: var(--breadcrumbs-link-hover-color);
    text-decoration: var(--breadcrumbs-link-hover-decoration) !important;
}
.breadcrumbs span {
    color: var(--breadcrumbs-span-color);
    font: var(--breadcrumbs-span-font);
}
﻿/* owlCarousel */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes "fadeOut" {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes "fadeOut" {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item>img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}


/* pace */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: rgba(157, 22, 141, 1);
    position: fixed;
    z-index: 2000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px
}

.pace .pace-activity, .loader-lazy .loader-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border: solid 5px transparent;
    border-top-color: rgba(157, 22, 141, 1);
    border-left-color: rgba(157, 22, 141, 1);
    border-radius: 25px;
    -webkit-animation: pace-spinner 600ms linear infinite;
    -moz-animation: pace-spinner 600ms linear infinite;
    -ms-animation: pace-spinner 600ms linear infinite;
    -o-animation: pace-spinner 600ms linear infinite;
    animation: pace-spinner 600ms linear infinite;
}
.loader-lazy {
    position: relative;
    width: 100%;
    height: 50px;
    //display: none;
}
.loader-lazy .loader-activity {
    bottom: 0;
    right: calc(50% - 25px);
    position: absolute;
    background: #fff;
}

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

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

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

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

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


/* Bootstrap Override */

@media (min-width: 1500px) {
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xl-12 {
        width: 100%
    }
    .col-xl-11 {
        width: 91.66666667%
    }
    .col-xl-10 {
        width: 83.33333333%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-xl-8 {
        width: 66.66666667%
    }
    .col-xl-7 {
        width: 58.33333333%
    }
    .col-xl-6 {
        width: 50%
    }
    .col-xl-5 {
        width: 41.66666667%
    }
    .col-xl-4 {
        width: 33.33333333%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-xl-2 {
        width: 16.66666667%
    }
    .col-xl-1 {
        width: 8.33333333%
    }
    .col-xl-pull-12 {
        right: 100%
    }
    .col-xl-pull-11 {
        right: 91.66666667%
    }
    .col-xl-pull-10 {
        right: 83.33333333%
    }
    .col-xl-pull-9 {
        right: 75%
    }
    .col-xl-pull-8 {
        right: 66.66666667%
    }
    .col-xl-pull-7 {
        right: 58.33333333%
    }
    .col-xl-pull-6 {
        right: 50%
    }
    .col-xl-pull-5 {
        right: 41.66666667%
    }
    .col-xl-pull-4 {
        right: 33.33333333%
    }
    .col-xl-pull-3 {
        right: 25%
    }
    .col-xl-pull-2 {
        right: 16.66666667%
    }
    .col-xl-pull-1 {
        right: 8.33333333%
    }
    .col-xl-pull-0 {
        right: auto
    }
    .col-xl-push-12 {
        left: 100%
    }
    .col-xl-push-11 {
        left: 91.66666667%
    }
    .col-xl-push-10 {
        left: 83.33333333%
    }
    .col-xl-push-9 {
        left: 75%
    }
    .col-xl-push-8 {
        left: 66.66666667%
    }
    .col-xl-push-7 {
        left: 58.33333333%
    }
    .col-xl-push-6 {
        left: 50%
    }
    .col-xl-push-5 {
        left: 41.66666667%
    }
    .col-xl-push-4 {
        left: 33.33333333%
    }
    .col-xl-push-3 {
        left: 25%
    }
    .col-xl-push-2 {
        left: 16.66666667%
    }
    .col-xl-push-1 {
        left: 8.33333333%
    }
    .col-xl-push-0 {
        left: auto
    }
    .col-xl-offset-12 {
        margin-left: 100%
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }
    .col-xl-offset-0 {
        margin-left: 0
    }
    /*.container { width: 1440px; }*/
}

.container,
.container-fluid,
.navbar-collapse,
[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.row,
.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.owl-carousel.row {
    margin-left: 0;
    margin-right: 0;
}

.owl-item>[class*="col-"] {
    width: 100% !important;
}


/* centered columns styles */

.row-centered {
    text-align: center;
}

[class*="col-centered-"] {
    display: block;
    float: none;
    text-align: left;
    margin-right: -5px;
}

@media (min-width: 768px) {
    .col-centered-sm {
        display: inline-block
    }
}

@media (min-width: 992px) {
    .col-centered-md {
        display: inline-block
    }
}

@media (min-width: 1200px) {
    .col-centered-lg {
        display: inline-block
    }
}

@media (min-width: 1500px) {
    .col-centered-xl {
        display: inline-block
    }
}


/* colorbox */

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99990;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: rgba(0, 0, 0, .5);
    opacity: 0.9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}


/*
#cboxTopLeft,#cboxTopRight,#cboxBottomLeft,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxTopCenter,#cboxBottomCenter {opacity: 0;pointer-events: none;}
#cboxTopLeft {width: 21px;height: 21px;background: url(../../img/gameshop/colorbox/controls.png) no-repeat -101px 0}
#cboxTopRight {width: 21px;height: 21px;background: url(../../img/gameshop/colorbox/controls.png) no-repeat -130px 0}
#cboxBottomLeft {width: 21px;height: 21px;background: url(../../img/gameshop/colorbox/controls.png) no-repeat -101px -29px}
#cboxBottomRight {width: 21px;height: 21px;background: url(../../img/gameshop/colorbox/controls.png) no-repeat -130px -29px}
#cboxMiddleLeft {width: 21px;background: url(../../img/gameshop/colorbox/controls.png) left top repeat-y}
#cboxMiddleRight {width: 21px;background: url(../../img/gameshop/colorbox/controls.png) right top repeat-y}
#cboxTopCenter {height: 21px;background: url(../../img/gameshop/colorbox/border.png) 0 0 repeat-x}
#cboxBottomCenter {height: 21px;background: url(../../img/gameshop/colorbox/border.png) 0 -29px repeat-x}
*/

#cboxContent {
    background: #fff
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 0
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494
}

#cboxLoadingOverlay {
    background: url(/themes/lilio/assets/img/colorbox/loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
    background: url(/themes/lilio/assets/img/colorbox/loading.gif) no-repeat center center
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0.5;
    overflow: visible;
    transition: all 200ms;
    width: auto;
}

#cboxPrevious:focus,
#cboxNext:focus,
#cboxSlideshow:focus,
#cboxClose:focus,
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0
}

#cboxPrevious:hover,
#cboxNext:hover,
#cboxSlideshow:hover,
#cboxClose:hover {
    opacity: 1;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef
}

#cboxPrevious {
    background: url(/themes/lilio/assets/img/icons/colorbox-arrow.svg) 80% center no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 50%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#cboxPrevious:hover {}

#cboxNext {
    background: url(/themes/lilio/assets/img/icons/colorbox-arrow.svg) 80% center no-repeat;
    bottom: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 50%;
}

#cboxNext:hover {}

#cboxClose {
    background: url(/themes/lilio/assets/img/icons/colorbox-close.svg) center center no-repeat;
    background-size: 40%;
    height: 40px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 40px;
}

#cboxClose:hover {}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.cboxPhoto {
    opacity: 0;
    transition: all 400ms ease-in-out;
}

.cboxPhoto.active {
    opacity: 1;
}


/* jAlert */

.jAlertBox {
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 100px;
    z-index: 1000000;
}

.modal {
    display: none;
    position: fixed;
    top: 100px;
    z-index: 1000000;
    padding: 0;
}

.modal-dialog {
    background: #fff;
    padding: 0;

}

.modal-content {
    margin-top: -1px;
    width: 100%;
    height: 100%;
}

.jAlertClose, .opinionsColorbox #cboxClose {
    background: #fff url(/themes/lilio/assets/img/icons/cancel2.svg) center center no-repeat;
    background-size: 40%;
    display: block;
    height: 40px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 200ms;
    width: 40px;
    z-index: 1
}
.opinionsColorbox #cboxClose {
    opacity: 1;
    right: 20px;
}
.modal-close-bck {
    opacity: 1;
    background: #fff;
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.modal-close {
    background: transparent url(/themes/lilio/assets/img/icons/cancel2.svg) center center no-repeat;
    background-size: 40%;
    z-index: 2;
    height: 40px;
    width: 39px;
    opacity: 0.5;
}

.jAlertClose:hover, .modal-close {
    cursor: pointer;
    opacity: 1
}

.jAlertTitle, .modal-title, .opinionsColorbox #cboxTitle {
    background: var(--alert-popup-title-bck);
    color: var(--alert-popup-title-color);
    display: block;
    font: var(--alert-popup-title-font);
    margin: 0 40px 0 0;
    height: 40px;
    overflow: hidden;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}

.opinionsColorbox #cboxTitle {
    bottom: auto;
    top: 0;
    width: calc(100% - 10px);
}

.jAlertTitle:after, .modal-title:after, .opinionsColorbox #cboxTitle:after {
    border-bottom: 40px solid #ffffff;
    border-left: 15px solid rgba(0, 0, 0, 0);
    content: '';
    display: block;
    right: 40px;
    position: absolute;
    top: 0;
    transition: all 200ms;
    z-index: 2
}

.jAlertContent {
    background: var(--alert-popup-content-bck);
    display: block;
    font: var(--alert-popup-content-font);
    overflow: hidden;
    padding: 40px;
    text-align: center;
    color: var(--alert-popup-content-color);
}

@media (min-width: 768px) {
    .jAlertBox {
        left: 50%;
        margin-left: -250px;
        width: 500px
    }
    .jAlertContent {
        font-size: 18px;
    }

}

@media screen and (max-width: 500px) {
    .jAlertContent a {
        font-size: 16px;
    }
    .jAlertContent span {
        font-size: 16px;
    }

}


/*@media (min-width: 992px){.jAlertBox{margin-left:-480px;width:960px}}*/

.jAlertContent>.error-summary {
    background: none;
    border: none;
    color: #000;
    /*font-size: 16px;*/
    font-size: 22px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.jAlertContent>.error-summary>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.jAlertContent>.error-summary>ul>li {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
}


/* Ajax Animation */

.loader {
    width: 16px;
    height: 16px;
    margin: 0 auto 0 auto;
    display: block;
    /*z-index: 2000;*/
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 0px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

[data-pjax-container] {
    position: relative;
    transition: all 200ms ease-ing-out;
}

[data-pjax-container].pjax-loading {
    opacity: 0.5;
}

@media screen and (max-width: 621px) {
    [data-pjax-container].pjax-loading {
        background: url(/themes/lilio/assets/img/ring.gif) center bottom no-repeat;
    }
}

[data-pjax-container].pjax-loading:after {
    background: url(/themes/lilio/assets/img/ring.gif) center center no-repeat;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

.ias-spinner {
    background: url(/themes/lilio/assets/img/ring.gif) center center no-repeat;
    clear: both;
    height: 150px;
}

.ias-trigger {
    clear: both;
    text-align: center;
}

.ias-trigger a.btn {
    color: #fff;
    background-color: #9d168d;
    border-color: #9d168d;
    border-radius: 0px;
}


/* Global Styles */

html,
body {
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

body {
    background: #fff url() center top no-repeat fixed;
    background-size: cover;
    color: var(--font-color);
    font-family: var(--font-family1), sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
}

a {
    color: var(--default-a);
    outline: none !important;
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: var(--default-a-hover);
    cursor: pointer;
}

h1,
h2 {
    font-size: 26px;
}

h2 {
    text-transform: uppercase;
}

h3,
h4 {
    font-size: 21px;
}

h5,
h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h5 {
    font-family: var(--font-family2);
}

table {
    width: 100%;
}

.table-responsive>.table {
    width: 99.9%;
    max-width: 99.9%;
}

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

select::-ms-expand {
    display: none;
}

textarea {
    resize: vertical;
}

hr {
    border-top: 1px solid #ddd;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0 0 0 20px;
}

ul>li {
    margin: 0;
    padding: 0;
}

.non-padding-container {
    padding-left: 0;
    padding-right: 0;
}


/* jurek ogórek */

img[src="/themes/lilio/assets/img/svg/nophoto.svg"] {
    width: 75%;
}

.adserver-lilio-products-list-top {
    margin-bottom: 30px;
}

.adserver-lilio-products-list-bottom {
    margin-top: 30px;
}


/* Header */

.zoomWindow {
    cursor: zoom-in !important;
}

.col-sm-3.logo {
    width: 250px;
}

.responsive-1300-x.menu {
    width: calc(100% - 500px);
    margin-top: 8px;
}

.navbarLogo a {
    display: block;
    height: 40px;
    margin: 12px 0;
    overflow: hidden;
}

.navbarLogo a svg {
    width: var(--svg-logo-width);
    max-height: 100%;
}

.navbarLogo a .normal-logo {
    display: block;
    opacity: 1;
    transition: all 300ms ease-in-out;
    width: 180px;
    height: 40px;
}

.fixed .navbarLogo a .normal-logo {
    opacity: 0;
    height: 0;
}

.navbarLogo a .fixed-logo-cont svg, .page-logo-cont svg {
    display: block;
    opacity: 0;
    height: 0;
    transition: all 300ms ease-in-out;
    width: 160px;
    height: 0;
}

.fixed .navbarLogo a .fixed-logo-cont svg, .page-logo-cont svg {
    opacity: 1;
    height: 40px;
}

.navbarLogo a svg {
    display: block;
}

.fixed .navbarLogo a svg {
    display: none;
}

.navbarLogo a .fixed-logo-cont svg {
    display: none;
}

.fixed .navbarLogo a .fixed-logo-cont svg {
    display: block;
}

/* Full height carousel */

.full-height {
    padding: 0;
}

.full-height,
.full-height>.row,
.full-height .carousel-home,
.full-height .owl-stage-outer,
.full-height .owl-stage,
.full-height .owl-item,
.full-height .carousel-home-el {
    min-height: 100%;
    height: 100%;
}

.full-height>.row {
    margin: 0;
    width: 100%;
}

.background-product {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 20px 15px 20px;
    text-align: center;
}

.background-product h1,
.background-product h3 {
    //background: rgba(143, 13, 122, .9);
    color: #000;
    display: inline-block;
    font-size: 26px;
    margin: 0;
    max-width: 400px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.background-product h1, .blog h1, .blog-title, .order-header h2.account {
    font: var(--headers-h1-font);
    color: var(--headers-h1-color);
    text-transform: var(--headers-h1-transform) !important;
}
.owl-theme .owl-controls .owl-page span {
    background: #9d168d;
}


/* Helper Classes */

.vimeo-video {
    background: #000;
    display: none;
}

.home-video {
    width: 100%;
    height: 100%;
    object-fit: inherit;
}

.video-carousel-caption {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.category-full-width-button {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    padding: 10px 5px;
    width: 100%;
    background: white;
    border: 1px solid #999;
    transition: .5s;
}

.category-full-width-button:hover {
    text-decoration: none;
    border: 1px solid #333;
}

.little-border {
    border: 1px solid #ddd;
    transition: .5s;
}

.little-border:hover {
    border: 1px solid rgba(157, 22, 141, .5);
}

.more-filters img {
    opacity: .5;
    transition: .5s;
}

.more-filters img:hover {
    opacity: .8;
    cursor: pointer;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 180px;
}

.relative {
    position: relative;
}

.sizes {
    margin-top: 5px;
}

.sizes span {
    margin-left: 10px;
    text-transform: uppercase;
}

.subtitle {
    position: absolute;
    bottom: 20px;
    right: 40px;
    padding: 10px;
    color: white;
    transition: .5s;
}

img:hover+.subtitle,
.subtitle:hover {
    background: rgba(0, 0, 0, .5)
}

.subtitle>h3 {
    margin: 0;
    font-size: 26px;
}

.frame-card {
    border: 1px solid black;
    padding: 6.5px;
    font-family: var(--font-family1), sans-serif;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 1px;
}

.tile .frame-card, .small-tile .frame-card {
    line-height: 1;
}

.frame-card svg {
    margin-right: 5px;
    height: 20px;
    position: relative;
    top: 3px;
}

.frame-card:hover {
    cursor: pointer;
}

.frame-last-units {
    border: var(--frameLastUnits-border);
    color: var(--frameLastUnits-color);
    background: var(--frameLastUnits-bck);
}

.frame-promotion {
    border: var(--framePromotion-border);
    color: var(--framePromotion-color);
    background: var(--framePromotion-bck);
}

.frame-novelty {
    border: var(--frameNovelty-border);
    color: var(--frameNovelty-color);
    background: var(--frameNovelty-bck);
}

.frame-bestseller {
    border: var(--frameBestseller-border);
    color: var(--frameBestseller-color);
    background: var(--frameBestseller-bck);
}

.frame-productOfDay {
    border: var(--frameProductDay-border);
    color: var(--frameProductDay-color);
    background: var(--frameProductDay-bck);
}

.frame-handmade {
    border: 1px solid #CCC;
    top: 0;
    padding: 4px;
    line-height: 21px;
}

.frame-made-in-poland {
    border: 1px solid #CCC;
    top: 0;
    padding: 4px;
    line-height: 21px;
}


.frame-made-in-poland>span,
.frame-handmade>span {
    position: relative;
    top: -2.5px;
}

.zoomLens {
    border: none !important;
}

.large-button {
    padding: 15px 20px!important;
    border-radius: 0px !important;
}

.segment {
    margin: 40px 0;
    background: white;
}

.segment .head {
    padding: 20px 0;
    color: white;
    background: #2f2f2f;
}

.segment .head h2 {
    margin: 0;
}

.segment .body {
    padding: 20px 30px;
    font-size: 18px;
}

.segment .body .row>div {
    margin-top: 20px;
    margin-bottom: 20px;
}

.segment .body input[type="text"] {
    padding: 5px 10px;
    position: relative;
    top: -7.5px;
    width: 100%;
}

.segment label {
    display: inline;
}

.segment .body input[type="radio"]+label,
.segment .body input[type="checkbox"]+label {
    margin-left: 10px;
    font-weight: normal;
}

.segment .thumbnail {
    width: 130px;
    height: 100px;
    padding: 0;
    border: 2px solid #ccc;
}

.segment .thumbnail img {
    width: 100%;
    height: 100%;
}

.segment .table>tbody>tr>td {
    border: none;
}

.segment td:first-child {
    width: 130px;
}

.segment td:nth-child(2) {
    width: 60%;
}

.segment a {
    color: #ac229b;
    font-weight: bold;
}

.segment button {
    background: #0075ef;
    width: 100%;
    padding: 15px 0;
    font-size: 21px;
    color: white;
    border-radius: 0px;
    border: none;
}

.card {
    background: #fff;
    width: 100%;
    min-height: 300px;
    border-radius: 0px;
    padding: 10px;
    margin: 0;
    position: relative;
}

.card-content {
    height: 150px;
}

.card-content h3 {
    text-transform: uppercase;
}

.card-content h3.text-purple a.text-purple {
    color: var(--text-purple-title-color);
}

.card-content h3.text-purple a.text-purple:hover {
    color: var(--text-purple-title-color-hover)
}


.sticky-bottom {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 20px);
}

.card .img-responsive {
    display: inline-block;
    width: 100%;
}

.card .add2clipboard {
    display: none;
}

.card ul.level2 {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    padding: 0 0 0 20px;
    text-align: -webkit-match-parent;
}

.card li.level2 {
    text-align: left;
    display: list-item;
    list-style-type: disc;
}

.card .sitemap-list li.level2>a {
    padding: 10px 0 !important;
    display: inline-block !important;
    color: var(--sitemap-link-color) !important;
}

.card .sitemap-list li.level2 > a {
    padding: 0 !important;
}

.card li.level3 {
    margin-left: 15px !important;
}

.card .sitemap-list li.level3 a {
    color: var(--sitemap-link-color) !important;
}

.card .sitemap-list li.level3 a:hover, .card .sitemap-list li.level2 > a:hover {
    color: var(--sitemap-link-hover-color) !important;
    text-decoration: var(--sitemap-link-hover-underline) !important;
}



.card table {
    margin: 20px;
}

.card .button-more {
    display: inline-block;
    padding: 7.5px 20px;
    border: 1px solid white;
    border-radius: 0px;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .card table {
        margin: 0;
    }
}

.page-header-white {
    margin: 20px 0 !important;
    background: transparent !important;
    color: black !important;
}

.category-filter {
    background: #a6a6a6;
    padding: 25px 15px;
    font-size: 18px;
    color: white;
}

.category-filter button {
    background: #242424;
    padding: 10px 25px;
    position: relative;
    top: -10px;
    transition: .5s;
}

.category-filter button:hover {
    background: #484848;
    color: white;
}

.filter-group .bootstrap-select {
    width: 100%;
}

.filter-group>img {
    opacity: .5;
    transition: .5s;
}

.filter-group:hover>img {
    opacity: 1;
}

.active-filters>.active-filter {
    display: inline-block;
    margin: 5px;
    padding: 10px;
}

.active-filters img {
    opacity: .5;
    transition: .5s;
    position: relative;
    top: -2px;
    left: 3px
}

.active-filter:last-child a {
    color: #9d168d;
}

.active-filters img:hover {
    opacity: 1;
    cursor: pointer;
}

.accessibility-content {
    display: inline-block;
    /* margin-left: 10px; */
    color: #84c020;
}

.accessibility-content .glyphicon {
    font-size: 17px !important;
}

.accessibility-block {
    background: #84c020;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.small-tile {
    background: #fff;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    border: 1px solid #d0d0d0;
    transition: .5s;
    display: flex;
    flex-wrap: wrap;
}

.small-tile:hover {
    border: 1px solid #d0d0d0;
}

.small-tile h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.tile {
    background: #fff;
    width: 100%;
    height: auto;
    max-width: 350px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    border: 1px solid transparent;
    transition: .5s;
    margin: 5px auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: stretch;
}
.productsListHome .owl-stage, .blog-home .carousel-blog, #productDetails .tiles .owl-stage, #productDetails .tiles .productsList, .products-viewed .tiles .owl-stage, .products-viewed .tiles .productsList, .productsList .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.productsListHome .owl-item, .productsListHome .owl-item .col-xs-12.margin-bottom,
#productDetails .tiles .owl-item, #productDetails .tiles .owl-item .grid-item.small,
.products-viewed .tiles .owl-item, .products-viewed .tiles .owl-item .grid-item.small,
.tiles .grid-item.small, .productsList .owl-stage .owl-item, .productsList .owl-stage .owl-item .grid-item,
.productsList .owl-stage .owl-item .col-xs-12.margin-bottom, .itemBlogHome, .blog-home .owl-item, .blog-home .gridItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    align-self: stretch;
}
.products-viewed {
    padding-left: 0;
    padding-right: 0;
}
.blog-home .itemBlogHome {
    display: flex;
    flex-flow: column;
}
.blog-home .blog-background {
    height: 0 !important;
    padding-bottom: 74.5%;
}
.blog-home .card-content {
    flex: 1;
}
.blog-home .blog-background img {
    position: absolute;
}

.small>.tile {
    /* height: 370px; */
}

.tile:hover {
    z-index: 10;
    border: 1px solid #d0d0d0;
}

.tile>img {
    /* height: 350px; */
}

.tile p {
    margin: 5px 0;
}

.tile .favorite {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    fill: #9d168d;
}

.small-tile .productBoxHeader .plus,
.tile .productBoxHeader .plus,
.productBoxHeader .plus {
    width: var(--product-plus-size);
    position: absolute;
    opacity: 0;
    transition: .5s;
    top: 10px;
    right: 10px;
    fill: var(--product-plus-icon-fill);
}

.small>.tile .productBoxHeader .plus,
.small-tile .productBoxHeader .plus {
    width: 40px;
}

.small-tile:hover .productBoxHeader .plus,
.tile:hover .productBoxHeader .plus,
.productBox:hover .productBoxHeader .plus {
    opacity: var(--product-plus-icon-opacity);
}

.small-tile .productBoxHeader .plus:hover,
.tile .productBoxHeader .plus:hover,
.productBox .productBoxHeader .plus:hover {
    opacity: var(--product-plus-icon-hover-opacity);
    cursor: pointer;
}

.blog-card {
    overflow: hidden;
    height: auto;
    text-align: left;
}

.blog-content a {
    color: var(--blog-content-link-color);
    text-decoration: var(--blog-content-link-decoration) !important;
}

.blog-content a:hover {
    color: var(--blog-content-link-hover-color);
    text-decoration: var(--blog-content-link-hover-decoration) !important;
}

.card article {
    font-size: 17px;
    margin-bottom: 30px;
}

.card article>img {
    margin-bottom: 20px;
}

.card .social-article {
    font-size: 20px;
    text-align: right;
}

.card .social-article svg {
    margin: 0 5px;
    position: relative;
    top: 10px;
    left: 5px
}

.hidden .card {
    display: none;
}

.card .favorite {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    z-index: 10;
}

.card:hover .favorite {
    opacity: .5;
    pointer-events: auto;
}

.card .favorite:hover {
    opacity: 1;
}

.card .bubble {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    padding: 5px;
    display: none;
}

.card-bordered {
    border: 1px solid #d0d0d0;
}

.main-image {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    margin-bottom: 0;
}

.product3x4 img.main-image {
    max-height: 700px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.product3x4 .product-photo-big {
    margin: 0 auto;
    display: block;
}

.main-image>span {
    /* background: url(/themes/lilio/assets/img/icons/colorbox-arrow.svg) center center no-repeat; */
    bottom: 0;
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 200ms ease-in-out;
    width: 10%;
    z-index: 11;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.main-image>span.prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-image>span:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
}

.main-image>span:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    background: url(/themes/lilio/assets/img/icons/colorbox-arrow.svg) center center no-repeat;
    z-index: 100;
    background-size: 20px;
}
.main-image>span.next {
    right: 0;
}

.main-image:hover>span {
    cursor: pointer;
    opacity: 1;
}

.main-image>img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.clickable-product-photos img {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
}
.mobile-div {
    display: none !important;
}

.clickable-product-photos {
    overflow: hidden;
    position: relative;
    /* padding-right: 0; */
}
.productPremium .clickable-product-photos {
    overflow: visible;
}
.arrow-prev {
    background: rgba(190,190,190, 0.3) url(/themes/lumex/assets/img/icons/arrow-up.svg) center center no-repeat;
    position: absolute;
    left: 10px;
    right: 20px;
    height: 40px;
    z-index: 1000;
    cursor: pointer;
    display: none;
    opacity: 0.5;
}

.arrow-next {
    background: rgba(190,190,190, 0.3) url(/themes/lumex/assets/img/icons/arrow-down.svg) center center no-repeat;
    position: absolute;
    left: 10px;
    right: 20px;
    height: 40px;
    z-index: 1000;
    bottom: 0;
    cursor: pointer;
    display: none;
    opacity: 0.5;
}

.clickable-product-photos:hover .arrow-prev, .clickable-product-photos:hover .arrow-next {
    display: block;
}

.photos-container {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-right: 10px;
    display: none;
}

.photos-container.openGallery {
    display: block;
}

@media screen and (max-width: 768px) {
    .mobile-div {
        display: block !important;
    }
    .desktop {
        display: none;
    }
    .photos {
        margin-bottom: 30px;
    }

    .blueimp-gallery {
        background: #fff;

    }
    .blueimp-gallery-carousel {
        box-shadow: none;
    }

    #links img {
        border: 1px solid #eaeaea;
        margin-bottom: 10px;
    }

    #productDetails {
        margin-top: 0;
    }

    #links a {
        margin-right: 10px;
    }

    #zoom {
        display: none;
    }
    .col-sm-9.product3x4 {
        width: 100%;
    }
    .product3x4 #product-gallery .col-xs-3:first-child {
        width: 25% !important;
    }
    .product3x4 .clickable-product-photos {
        padding-right: 10px;
    }
}

.tile h3 {
    margin: 0 7.5px;
}

.tile-add-to-cart {
    left: -1px;
    right: -1px;
    background: white;
    /*box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);*/
    transition: .5s;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

.tile:hover .tile-add-to-cart {
    opacity: 1;
    pointer-events: auto;
}

.tile .productBoxFooter {
    top: 0;
    transition: .5s;
    z-index: -1;
    height: 155px;
    width: 100%;
}

.tile:hover .productBoxFooter {
    opacity: 1;
    top: -50px;
}
@media screen and (min-width: 1199px) {
    .start-filter .tile:hover .productBoxFooter, .home .tile:hover .productBoxFooter {
        top: -40px;
    }
    .tile.boxBory:hover .productBoxFooter {
        opacity: 1;
        top: -30px;
    }
}

.tile-add-to-cart .amount {
    margin: 15px;
}

.tile-add-to-cart .btn {
    border-width: 1px;
    border-radius: 0px;
}

.btn.add2clipboard {
    border-radius: 0px;
}

.add-to-cart .add2clipboard {
    line-height: 30px;
}

.clipboard-remove {
    display: none !important;
}

.tile-add-to-cart>a {
    font-size: 14px;
    margin-bottom: 10px;
}

.clipboard-add {
    display: inline-block;
    color: #000;
}

.in-clipboard .clipboard-remove {
    display: flex !important;
}

.in-clipboard .clipboard-add {
    display: none !important;
    margin-bottom: 10px;
}

.tile-add-to-cart-button img {
    margin: 10px;
}

.btn.load-more {
    width: 90%;
    max-width: 500px;
    border-radius: 0px;
    padding: 15px 0;
}

.col-xl-2 .tile .productBoxHeader .add2clipboard.clipboard-add, #productPremium .tile .productBoxHeader .add2clipboard.clipboard-add {
    display: flex !important;
}

@media screen and (min-width: 1240px) {
    .col-xl-2 .tile .productBoxHeader .add2clipboard.clipboard-add, #productPremium .tile .productBoxHeader .add2clipboard.clipboard-add,  #productPremium .in-clipboard .tile .productBoxHeader .add2clipboard.clipboard-add {
        display: none !important;
    }
}

.col-xl-2 .tile:hover .productBoxHeader .add2clipboard.clipboard-add, #productPremium .tile:hover .productBoxHeader .add2clipboard.clipboard-add, #productPremium .in-clipboard .tile:hover .productBoxHeader .add2clipboard.clipboard-add {
    display: flex !important;
}

.col-xl-2 .tile.in-clipboard .productBoxHeader .add2clipboard.clipboard-add,
#productPremium .tile.in-clipboard .productBoxHeader .add2clipboard.clipboard-add,
#productPremium .in-clipboard .tile.in-clipboard .productBoxHeader .add2clipboard.clipboard-add,
#productPremium .tile .productBoxHeader .add2clipboard.clipboard-remove,
#productPremium .tile .productBoxHeader .add2clipboard.clipboard-remove {
    display: none !important;
}

.col-xl-2 .tile.in-clipboard .productBoxHeader .add2clipboard.clipboard-remove, #productPremium .tile.in-clipboard .productBoxHeader .add2clipboard.clipboard-remove, #productPremium .in-clipboard .tile.in-clipboard .productBoxHeader .add2clipboard.clipboard-remove {
    display: flex !important;
}
/* Lightbox content */

.photo-dynamic {
    margin-bottom: 10px;
}

.photo-dynamic img:hover {
    cursor: pointer;
}

.product-photo {
    background: url(/themes/lilio/assets/img/colorbox/loading.gif) no-repeat center center;
}

.product3x4 .product-photo {
    background: none;
}

#cboxLoadedContent .product-photo {
    width: 100%;
    height: auto;
}

.colorboxed {
    padding: 20px;
}

#cboxLoadedContent {
    overflow: auto !important;
}

.image-manager {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
    text-align: center;
    height: 0;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
}

.image-manager img {
    width: 100%;
    height: auto;
    opacity: 0;
    transition: 1s;
}

.image-manager:hover img {
    opacity: 1;
}

.productsListFlex.owl-carousel, .productsListFlex.owl-carousel .owl-stage, .productsListFlex.owl-carousel .owl-item, .productsListFlex.owl-carousel .owl-item .gridItem {
    align-items: stretch;
    display: flex;
}
.productsListFlex.owl-carousel {
    justify-content: center;
}
.box-flex .image-manager {
    height: 100%;
    padding: 0;
    text-align: center;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
    max-height: 260px;
}
.box-flex .itemBoxLink {
    width: 100%;
    height: calc(100% - 160px);
    background: #fff;
    margin-bottom: 10px;
}
/* .products-viewed .box-flex .itemBoxLink {
    height: calc(100% - 155px);
} */
.small-tile.box-flex .itemBoxLink {
    height: calc(100% - 200px);
    max-height: 250px;
}
.productBoxFooter a.product-name {
    display: inline-block;
    max-width: 100%;
}
.box-flex .image-manager img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    opacity: 1;
    transition: 1s;
    max-height: 100%;
}
.box-flex .image-manager img.second-photo {
    position: absolute;
    max-width: 100%;
    width: auto;
    top: 0;
    opacity: 0;
    transition: 1s;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height:100%;
    bottom: 0;
}
.box-flex:hover .image-manager img.second-photo {
    opacity: 1 !important;
    transition: 1s;
}
.box-flex .image-manager {
    background-image: none;
}
.productsListFlex.owl-carousel .owl-item .box-flex, .productsListFlex.owl-carousel .owl-item .gridItem {
    margin-bottom: 0;
}
.productsListFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.productsListFlex .gridItem {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.productsListFlex .gridItem .tile {
    display: flex;
    flex-wrap: wrap;
}
.productsListFlex .gridItem .productBoxFooter {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    align-self: end;
    justify-content: center;
    width: 100%;
}
.productsListFlex .text-center {
    width: 100%;
}
.box-flex .amount-in-tile, .box-flex h4, .box-flex .tile-add-to-cart {
    width: 100%;
}

img.exit-colorbox {
    opacity: .5;
    transition: .5s;
    height: 18px !important;
    width: 18px !important;
    display: none;
    z-index: 100;
}

#cboxLoadedContent .exit-colorbox {
    display: inline-block;
}

img.exit-colorbox:hover {
    cursor: pointer;
    opacity: 1;
}

.product-details,
.recommended-products {
    padding: 20px;
}

.header-margin>.product-details {
    padding-top: 20px;
}

.product-details .add2clipboard span, .product-details .addToCart span {
    position: relative;
    display: inline-block;
    padding: 1.5px 0;
}

.product-details-favorite {
    position: absolute;
    left: -40px;
    top: 0px;
    fill: #999;
}

.clipboard-add:hover .product-details-favorite {
    fill: #000;
}

.colorboxed h1,
.product-details h1,
.colorboxed h3,
.product-details h3 {
    margin: 0 0 5px 0;
    font-size: 26px;
}

.colorboxed .price-content,
.product-details .price-content {
    margin: 30px 0;
    text-align: center;
}

.colorboxed .price-content>span,
.product-details .price-content>span {
    margin: 0 10px
}

.colorboxed .add-to-cart,
.product-details .add-to-cart {
    font-size: 21px;
    text-align: center;
}

.colorboxed .add-to-cart a,
.product-details .add-to-cart a {
    /* padding: 10px;
    border-radius: 0px; */
    margin: 5px 0;
    transition: .5s;
}
.productPremiumPlusMinus {
    width: 24px;
    height: 55px;
    display: inline-block;
    vertical-align:middle;
    margin-left: 47px;
}
.productPremium .product-details .add-to-cart a.glyphicon {
    padding: 0;
    color: #b2b2b2;
    width: 22px;
    height: 22px;
    opacity: 1;
    text-align: center;
    margin-left: 2px;
    margin-top: 0;
}
.productPremium .product-details .add-to-cart a.glyphicon-plus {
    margin-bottom: 4px;
}
.productPremium .product-details .add-to-cart a.glyphicon-minus {
    height: 15px;
    margin-bottom: 0;
    margin-left: 0px;
}
.productPremium .product-details .add-to-cart a.glyphicon:before {
    font-size: 22px;
}
.productPremium .product-details .add-to-cart a.glyphicon-minus:before {
    font-size: 24px;
}
.productPremium .product-details .add-to-cart a.glyphicon:hover {
    color: #212121;
}
.colorboxed .add-to-cart a img,
.product-details .add-to-cart a img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    opacity: .5;
    transition: .5s;
}
.productPremium .product-details .add-to-cart a img {
    width: 25px;
    height: 25px;
}
.colorboxed .add-to-cart a:hover,
.product-details .add-to-cart a:hover {
    opacity: 1;
}

.colorboxed .add-to-cart a:hover img,
.product-details .add-to-cart a:hover img,
.productPremium .product-details .add-to-cart a.glyphicon:hover {
    opacity: 1;
}

.colorboxed .add-to-cart a.btn,
.product-details .add-to-cart a.btn {
    width: 90%;
    justify-content: center;
}

@media (max-width: 580px) {
    .colorboxed .add-to-cart,
    .product-details .add-to-cart {
        text-align: center;
    }
    .colorboxed .add-to-cart a.btn,
    .product-details .add-to-cart a.btn {
        margin: 0px auto;
    }
}

.colorboxed .hero,
.product-details .hero {
    padding-top: 20px;
}

.colorboxed .hero img,
.product-details .hero img {
    width: 40px;
    margin-right: 5px;
}


/* next helpers ... */

.padding-top-15 {
    padding-top: 15px;
}

.extra-margin-top {
    margin-top: 60px;
}

.contactBox img {
    height: 50px;
    width: 50px;
}

.small-image {
    height: 150px;
}

.small-font {
    font-size: 16px;
}

.medium-font {
    font-size: 20px;
}

.large-font {
    font-size: 26px;
}

.big-icon {
    width: 45px;
    position: relative;
    top: -5px;
    left: -5px;
    vertical-align: top;
}

.text-black {
    color: #000 !important;
}

.text-grey {
    color: #a2a2a2;
}

.bg-red {
    background: #dd3535;
    opacity: .65;
    transition: .5s;
}

.bg-red:hover {
    background: #dd3535;
    opacity: 1;
}

.bg-blue {
    background: #0075ef;
}

.bg-blue:hover {
    background: #0053cd;
}

.bg-purple {
    background: #9d168d;
}

.text-blue {
    color: #0075ef !important;
}

.text-blue>a,
a.text-blue {
    color: #0075ef !important;
    transition: .5s;
}

.text-blue>a:hover,
{
    color: #0042ab !important;
    text-decoration: underline !important;
}

a.text-blue:hover {
    text-decoration: underline !important;
}

.text-purple {
    color: #9d168d;
}

a.text-purple {
    transition: .5s;
}

a.text-purple:hover {
    color: #bf38af;
}

h3.text-purple, h3.text-purple * {
    color: var(--text-purple-title);
}

.text-red {
    color: #f94442;
}

.text-white,
.text-white:hover,
.text-white:focus {
    color: #fff;
}

.extra-bottom-margin {
    padding-bottom: 40px;
}

.extra-bottom-margin img {
    position: relative;
    top: -50px;
}

.relative-header {
    font-size: 21px;
    margin: 0;
    text-align: center;
    position: relative;
}

.extra-bottom-margin .productBoxFooter {
    position: relative;
    top: -50px;
}

.productBoxFooter h3 {
    font-size: 18px;
    height: 1.4em;
    line-height: 1.4em;
    overflow: hidden;
}

.productBoxFooter h3:hover {
    text-decoration: underline;
}

.productLink {
    font-size: 22px;
    color: #333;
    padding: 10px 0;
    text-align: center;
    font-family: var(--font-family2);
}

.productLink img {
    position: relative;
    top: -2.5px;
}

.sliderSvgIcons a {
    background: #fff;
    border: 1px solid #fff;
    display: block;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
}

.sliderSvgIcons a:hover {
    border-color: #ccc;
}

.sliderSvgIcons a svg {
    fill: var(--svgIcon-fill);
    height: 150px;
    margin: 0 auto 50px auto;
    transition: all 300ms ease-in-out;
    width: 150px;
}

.sliderSvgIcons a:hover svg {
    fill: var(--svgIcon-hover-fill);
}

.sliderSvgIcons a img {
    margin-bottom: var(--svgIcon-margin-bottom);
}

.sliderSvgIcons a h3 {
    color: var(--svgIcon-title-color);
    font: var(--svgIcon-title-font);
    text-transform: var(--svgIcon-title-transform);
    margin: 0;
}

.sliderSvgIcons a:hover h3 {
    color: var(--svgIcon-title-hover-color);
}

.sliderSvgIcons a h5 {
    color:var(--svgIcon-desc-color);
    font: var(--svgIcon-desc-font);
    text-transform: var(--svgIcon-desc-transform);
    margin: 0;
}

.sliderSvgIcons a:hover h5 {
    color:var(--svgIcon-desc-hover-color)
}

.newCollections-carousel {
    text-align: center;
    font-size: 0;
}

.newCollections-carousel:not(.owl-carousel) {
    padding-bottom: 50px;
}

.newCollectionsImage {
    display: inline-block;
    float: none;
}

.owl-item .newCollectionsImage {
    display: block;
}

.newCollectionsImage a {
    background: #fff url() center center no-repeat;
    background-size: contain;
    display: block;
}

.newCollectionsImage a img {
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.newCollectionsImage a:hover img {
    opacity: 1;
}

.newCollectionsImage h3 {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
}

.coloured-box {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin: 10px;
    border: 1px solid #ddd;
}

.coloured-box.checked {
    background-image: url(/themes/lilio/assets/img/icons/check-mark.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.coloured-box:hover {
    cursor: pointer;
}

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

.not-float {
    float: none;
}

.header {
    margin: 0 0 20px 0;
    color: var(--header);
}
.productsListHome .header {
    color: var(--homeWidget-header-color);
    font: var(--homeWidget-header-font);
    text-transform: var(--homeWidget-header-transform);
}
.blog-home .header {
    color: var(--blogHome-header-color);
    font: var(--blogHome-header-font);
    text-transform: var(--blogHome-header-transform);
}
.header-bold {
    font-weight: 500;
    color: #212121;
}

.bg-header {
    color: #fff;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
    background: #9d168d
}

.margin-top-50 {
    margin-top: 50px;
}

.padding-top-50 {
    padding-top: 50px;
}

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

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

.margin-bottom-box {
    margin-bottom: 40px;
}

.margin-left {
    margin-left: 20px;
}

.margin-right {
    margin-right: 20px;
}

.padding-top {
    padding-top: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.padding-left {
    padding-left: 20px;
}

.padding-right {
    padding-right: 20px;
}

.blog-background {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    transition: .5s;
}

.blog-background.pagsticky-element, .blog-background.min-height, .blog-background.min-height-2 {
    /* height: 350px; */
    height: auto;
}

.blog-background .overlay {
    width: 100%;
    height: 100%;
}

.blog-card .overlay,
.blog-background .overlay {
    background-color: rgba(0, 0, 0, .1);
    transition: .5s;
    position: absolute;
    z-index: 200;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.blog-card:hover .overlay, .blog-background:hover .overlay {
    background-color: rgba(0, 0, 0, .5);
}

.blog-background h3 {
    font-size: 28px;
    text-transform: uppercase;
}

.blog-padding {
    padding: 10px
}

.table-cell-imitation {
    display: none;
    vertical-align: middle;
    text-align: center;
}

.table-cell-imitation .blog-caption {
    text-align: center;
    max-width: 1200px;
}

.blog-caption {
    width: 100%;
    max-width: 550px;
    padding: 10px;
    display: inline-block;
    text-align: justify;
}

.blog-caption .text-purple {
    color: var(--text-purple-title-pendant-color);
}

.blog-caption .text-purple:hover {
    color: var(--text-purple-title-pendant-hover-color);
}


.blog-background a {
    color: white;
}

.blog-title {
    margin: 0px 0 20px 0;
    padding: 15px;
    text-align: center;
}

.blog-title.no-background {
    background: none;
    color: #000;
}

.blog-subtitle {
    margin: 0 0 20px 0;
    font-family: var(--font-family1);
}

.blog-background+.blog-title {
    margin: 10px 0 20px 0;
}

.blog-title+span {
    font-size: 16px!important;
}

.blog-medium-image {
    width: 100%;
    height: 250px;
}

.blog-gallery {
    padding: 10px;
    text-align: center;
}

.blog-gallery-image {
    margin-bottom: 20px;
}

.responsive-container {
    overflow: hidden;
    position: relative;
}

.responsive-container:before {
    content: '';
    display: block;
}

.responsive-1x1:before {
    padding-top: 100%;
}

.responsive-2x1:before {
    padding-top: 50%;
}

.responsive-3x2:before {
    padding-top: 75%;
}

.responsive-image {
    bottom: 0;
    font: 0/0 a;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 1;
}

.responsive-image:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.responsive-image img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.responsive-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.responsive-link:hover {
    /*background: rgba(255,255,255,0.1);*/
}

.blog-card .responsive-link {
    z-index: 200;
}

.center-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

a.glyphicon:hover {
    text-decoration: none;
}

.help-block {
    display: none;
    margin-top: 8px;
}


/*
.has-error .help-block {
    display: block;
}
*/

.form-horizontal .control-label {
    font-weight: 500;
    /*padding-top: 10px;*/
    text-align: left;
    text-transform: uppercase;
}

.form-horizontal h2,
.form-horizontal h3 {
    margin: 0 0 20px 0;
}

input,
button,
select,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
    outline: none !important;
}

#orderForm .form-horizontal h2,
#orderForm .form-horizontal h3 {
    margin: 0;
}

.form-control {
    border-color: #b0b6bd;
    border-radius: 0;
    color: #212121;
    font-size: 16px;
    height: 38px;
}
#orderForm .form-control, #profile .form-control, #register .form-control {
    border: var(--input-border);
    border-radius: 0;
    color: #212121;
    font-size: 16px;
    height: 38px;
}
#contactForm .form-control {
    border: var(--input-border);
}
.form-control.input-lg {
    height: 48px;
}

.form-control:focus, #orderForm .form-control:focus, #profile .form-control:focus, #contactForm .form-control:focus, #loginForm .form-control:focus, #register .form-control:focus {
    border: var(--inputFocus-border);
}

.form-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -safari-appearance: none;
    border: 1px solid #999;
    position: relative;
    top: 5px;
}

.form-checkbox input[type="checkbox"]:checked {
    background: blue;
}

.form-checkbox label {
    margin-left: 10px;
}

select.form-control {
    max-width: 250px;
    position: relative;
}

.checkbox label,
.radio label {
    padding-left: 35px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    height: 20px;
    margin-left: -35px;
    width: 20px;
}

.checkbox>label,
.radio>label {
    color: #212121;
    font: 500 18px/28px;
    /*text-transform: uppercase;*/
}

.checkbox>label b,
.radio>label b {
    font-weight: 500;
}


/*
.checkbox > label > div,
.radio > label > div {
    color: #7d8794;
}
.checkbox > label > input[type=checkbox]:checked + div,
.radio > label > input[type=radio]:checked + div {
    color: #212121;
}
.checkbox > label > div > b {
    display: block;
    font: 500 18px/28px Play;
    text-transform: uppercase;
}
.radio > label > div > b {
    display: block;
    font: 500 18px/28px Play;
    text-transform: uppercase;
}
*/

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

div.required label:after {
    content: " *";
    color: var(--required-star-color);
}

div.required.has-error label:after {
    content: " *";
    color: #a94442;
}

div.required .radio label:after {
    display: none;
}

.btn {
    border-width: 2px;
    font-size: 16px;
    padding: 6px 15px;
    text-transform: uppercase;
    transition: all 200ms;
    border: var(--btn-default-border);
}

.btn:hover {
    border: var(--btn-default-hover-border);
}

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

.btn-group-lg>.btn,
.btn-lg {
    font-size: 18px;
    padding: 10px 40px;
}

.btn-block+.btn-block {
    margin-top: 0;
}

.big-slider .btn-lg {
    font-size: 18px;
}

.voucher {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.amount-of-voucher {
    margin: 20px 0;
}

.amount-in-tile {
    margin: 5px 0 5px 0;
    font-size: 14px;
}

.voucher input {
    position: relative;
    top: -15px;
    margin: 0 15px;
}

.enter-voucher {
    margin: 20px 0;
}

.nav-div {
    margin: 20px 0;
}

.enter-voucher input {
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #999;
    margin-left: 30px;
}

.back-to-buying,
.clear-cart,
.enter-voucher button {
    display: inline-block;
    text-align: center;
    padding: 15px 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0px;
    font-size: 16px;
    /* transition: .5s; */
    margin: 0 10px;
    color: #212121;
}

.back-to-buying:hover,
.clear-cart:hover,
.enter-voucher button:hover {
    border: 1px solid rgba(0, 0, 0, .3);
}

.back-to-buying span {
    position: relative;
    top: 3px;
    left: -5px;
}
.back-to-buying {
    text-transform: var(--backToBuying-btn-transform);
    color: var(--backToBuying-btn-color);
    border: var(--backToBuying-btn-border);
    padding: var(--backToBuying-btn-padding);
    background: var(--backToBuying-btn-bck);
    font: var(--backToBuying-btn-font);
}
.back-to-buying:hover {
    color: var(--backToBuying-btn-hover-color);
    border: var(--backToBuying-btn-hover-border);
    background: var(--backToBuying-btn-hover-bck);
}
.input-group {}

.input-group>.form-control {
    height: 40px;
}

.input-group-btn>.btn {
    border-width: 1px;
    height: 40px;
    padding: 6px 10px;
}

.input-group-btn>.btn:focus {
    outline: none;
}

.btn {
    border-radius: 0px;
}

.btn-black {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
    border-radius: var(--btn-black-radius);
}

.btn-black.active,
.btn-black.focus,
.btn-black:active,
.btn-black:focus,
.btn-black:hover,
.open>.dropdown-toggle.btn-black {
    color: #fff;
    background-color: #111111;
    border-color: #111111;
}

.btn-features {
    color: #000 !important;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
}

.btn-features.active,
.btn-features:hover {
    color: #000 !important;
    background-color: #efefef;
    border-color: #efefef;
}

.btn-white {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
}

.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    color: #000;
    background-color: #efefef;
    border-color: #efefef;
}

.btn-grey {
    color: #000;
    background-color: #efefef;
    border-color: #efefef;
    border-radius: 0px;
    text-transform: var(--btn-grey-transform);
}

.btn-grey.active,
.btn-grey.focus,
.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover,
.open>.dropdown-toggle.btn-grey {
    color: #000;
    background-color: #dfdfdf;
    border-color: #dfdfdf;
}

.btn-grey-border.jAlertClose {
    color: var(--alert-popup-btn-backToBuying-color);
    font: var(--alert-popup-btn-backToBuying-font);
    text-transform: var(--alert-btn-backToBuying-transform);
    background: var(--alert-popup-btn-backToBuying-bck);
    border: var(--alert-popup-btn-backToBuying-border);
    border-radius: var(--alert-popup-btn-backToBuying-radius);
    padding: var(--alert-popup-btn-backToBuying-padding);
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    display: inline-block;
    height: auto;
}

.btn-grey-border.active,
.btn-grey-border.focus,
.btn-grey-border:active,
.btn-grey-border:focus,
.btn-grey-border:hover,
.open>.dropdown-toggle.btn-grey-border {
    background-color: #fff;
    border-color: #9c9c9c;
}

.btn-grey-border.jAlertClose:hover {
    color: var(--alert-popup-btn-backToBuying-hover-color);
    background: var(--alert-popup-btn-backToBuying-hover-bck);
    border: var(--alert-popup-btn-backToBuying-hover-border);
}

.jAlertContent .btn.bg-blue {
    color: var(--alert-popup-btn-goToCart-color);
    font: var(--alert-popup-btn-goToCart-font);
    text-transform: var(--alert-popup-btn-goToCart-transform);
    background: var(--alert-popup-btn-goToCart-bck);
    border: var(--alert-popup-btn-goToCart-border);
    border-radius: var(--alert-popup-btn-goToCart-radius);
    padding: var(--alert-popup-btn-goToCart-padding);
}

.jAlertContent .btn.bg-blue:hover {
    color: var(--alert-popup-btn-goToCart-hover-color);
    background: var(--alert-popup-btn-goToCart-hover-bck);
    border: var(--alert-popup-btn-goToCart-hover-border);
}
/*
.jAlertContent .btn {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
} */

.btn-green {
    color: #fff;
    background-color: #84c020;
    border-color: #84c020;
    border-radius: 0px;
}

.btn-green.active,
.btn-green.focus,
.btn-green:active,
.btn-green:focus,
.btn-green:hover,
.open>.dropdown-toggle.btn-green {
    color: #fff;
    background-color: #74b010;
    border-color: #74b010;
}

.btn-blue {
    color: var(--btn-default2-color) !important;
    font: var(--btn-default2-font) !important;
    background-color: var(--btn-default2-bck);
    border-color: var(--btn-default2-border);
    border-radius: var(--btn-default2-radius);
    text-transform: var(--btn-default2-transform);
    padding: var(--btn-default2-padding) !important;
}

.btn-blue.active,
.btn-blue.focus,
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover,
.open>.dropdown-toggle.btn-blue {
    color: var(--btn-default2-hover-color) !important;
    background-color: var(--btn-default2-hover-bck);
    border-color: var(--btn-default2-hover-border);
}

.btn-red {
    color: #fff;
    background-color: #d30000;
    border-color: #d30000;
    border-radius: 0px;
}

.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open>.dropdown-toggle.btn-red {
    color: #fff;
    background-color: #c30000;
    border-color: #c30000;
}

.btn-purple {
    color: var(--btn-default-color) !important;
    font: var(--btn-default-font) !important;
    background-color: var(--btn-default-bck);
    border: var(--btn-default-border);
    border-radius: var(--btn-default-radius);
    text-transform: var(--btn-default-transform);
    padding: var(--btn-default-padding) !important;
}

.btn-purple.active,
.btn-purple.focus,
.btn-purple:active,
.btn-purple:focus,
.btn-purple:hover,
.open>.dropdown-toggle.btn-purple {
    color: var(--btn-default-hover-color) !important;
    background-color: var(--btn-default-hover-bck);
    border: var(--btn-default-hover-border);
}

.btn-default2 {
    color: var(--btn-default2-color) !important;
    font: var(--btn-default2-font) !important;
    background-color: var(--btn-default2-bck);
    border: var(--btn-default2-border);
    border-radius: var(--btn-default2-radius);
    text-transform: var(--btn-default2-transform);
}

.btn-default2.active,
.btn-default2.focus,
.btn-default2:active,
.btn-default2:focus,
.btn-default2:hover {
    color: var(--btn-default2-hover-color) !important;
    background-color: var(--btn-default2-hover-bck);
    border: var(--btn-default2-hover-border);
    border-radius: var(--btn-default2-hover-radius);
}

.payment .btn-purple:hover {
    border-color: #9d168d;
}

.btn-login {
    padding: 15px 50px !important;
    font-size: 18px !important;
}

.wide-button {
    width: 100%;
    padding: 15px 0;
}

.ico-square {
    background: inherit;
    display: inline-block;
    height: 1em;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 1em;
}

.ico-grey {
    background: #b2b8bf;
}

.ico-green {
    background: var(--productStatusInfo-square-available-bck);
}

.ico-yellow {
    background: var(--productStatusInfo-square-toOrder-bck);
}

.text-orange {
    color: #d88f09;
}

.text-green .tooltip.top .tooltip-arrow {
    border-top-color: #84c020;
}

.text-green .tooltip-inner {
    background: #84c020;
}

.text-yellow .tooltip.top .tooltip-arrow {
    border-top-color: #eba21c;
}

.text-yellow .tooltip-inner {
    background: #eba21c;
}

.text-black .tooltip.top .tooltip-arrow {
    border-top-color: #b2b8bf;
}

.text-black .tooltip-inner {
    background: #b2b8bf;
}


.ico-promo {
    background: #6faf03;
    color: #fff;
    display: inline-block;
    float: right;
    font: 18px/30px;
    margin-left: 10px;
    padding: 0 10px;
    text-transform: uppercase;
}

.bg-black {
    background-color: #212121;
}

.bg-black-opacity {
    background: rgba(0, 0, 0, .9)
}

.bg-white-opacity, #header-dynamic.cart {
    background: var(--top-header-bck) !important;
}

.bg-blue {
    background-color: #006cff;
}

.bg-green {
    background-color: #84c020;
}

.bg-grey {
    background-color: #fff;
}

.bg-red {
    background-color: #d30000;
}

.bg-white {
    background-color: #fff;
}

.bg-white-bordered {
    background: var(--btn-bordered-bck);
    border: var(--btn-bordered-border);
    color: var(--btn-bordered-color);
    font: var(--btn-bordered-font);
    padding: var(--btn-bordered-padding);
    text-transform: var(--btn-bordered-transform);
    border-radius: var(--btn-bordered-radius);
}
.bg-white-bordered:hover {
    background: var(--btn-bordered-hover-bck);
    border: var(--btn-bordered-hover-border);
    color: var(--btn-bordered-hover-color);
}

/*
.bg-black { background-color: rgba(21,21,21,0.9); }
.bg-blue { background-color: rgba(0,108,255,0.9); }
.bg-green { background-color: rgba(132,192,32,0.9); }
.bg-grey { background-color: rgba(239,239,239,0.9); }
.bg-red { background-color: rgba(211,0,0,0.9); }
.bg-white { background-color: rgba(255,255,255,0.9); }
*/

.bg-padding {
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
}

.bg-padding-box {
    padding: 30px;
}

@media screen and (max-width: 400px) {
    .bg-padding-box {
        padding: 10px;
    }
}

.filters+.bg-padding {
    padding-top: 0;
}

.bg-padding.pull-left, .bg-padding.pull-right {
    clear: none;
}

.giftbox2 {
    margin: 0 20px;
    position: relative;
}

.images4.giftbox2 {
    height: auto;
    overflow: hidden;
}

.giftbox2-el {
    background: url() center center no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
}

.giftbox2-el .imgResize {
    width: 100%;
    /* position: absolute; */
    z-index: 1;
}

.images4 .giftbox2-el .imgResize {
    /* position: static; */
}
.giftbox2-el .imgWidthAuto {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

/* .giftbox2-el:nth-child(n+4) {
    display: none;
} */

.giftbox2-flex {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    transition: all 200ms ease-in-out;
    width: 100%;
    position: absolute;
    z-index: 99;
}

.images4 .giftbox2-flex {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.giftbox2 .btn-purple {
    margin-bottom: 10px;
}

.giftbox2-flex:hover {
    background: rgba(0, 0, 0, 0.0);
}

.giftbox2-flex span {
    padding: 20px;
    transition: all 200ms ease-in-out;
    min-width: 50%;
}

.giftbox2-flex:hover span {
    background: rgba(0, 0, 0, 0.3);
}

.giftbox2-flex span a {
    width: 180px;
}

/* @media screen and (min-width: 1000px) {
    .giftbox2-flex:hover span {
        padding: 30px 20px;
        width: 98%;
        margin: 0 auto;
    }
} */

.giftbox2-flex h3 {
    color: #fff;
    font-size: 26px;
    margin: 0;
}

.giftbox2-flex button {
    transition: all 250ms ease-in-out;
    width: var(--giftbox2-btn-width) !important;
}

.giftbox2-flex:hover button {
    padding-left: 60px;
    padding-right: 60px;
}

.giftbox3 {
    margin: 0 20px;
}

.giftbox3-el {
    position: relative;
}

.giftbox3-flex, .giftbox4-flex {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 200ms ease-in-out;
}

.giftbox4-el {
    float: left;
    position: relative;
}

.giftbox3-flex:hover {
    background: rgba(0, 0, 0, 0.0);
}

.giftbox3-flex span {
    padding: 20px;
    transition: all 200ms ease-in-out;
}

.giftbox3-flex:hover span {
    background: rgba(0, 0, 0, 0.3);
}

.giftbox3-flex h3 {
    color: #fff;
    font-size: 26px;
    margin: 0;
}

.giftbox3-flex button {
    transition: all 250ms ease-in-out;
}

.giftbox3-flex:hover button {
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 767px) {
    .giftbox2-el:nth-child(n+2) {
        margin-top: 20px;
    }
    .giftbox2-flex {
        padding: 15% 0;
    }
    .images4 .giftbox2-el {
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        float: none;
        margin-bottom: 20px;
        height: auto;
        overflow: hidden;
    }
    .images4 .giftbox2-el:nth-child(odd) {
        margin-right: 0;
    }
    .images4 .giftbox2-el:nth-child(even) {
        margin-left: 0;
    }
    .images4 .giftbox2-el:nth-child(n+4) {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .giftbox2 {
        padding-bottom: 35%;
    }
    .images4.giftbox2 {
        padding-bottom: 0;
        margin-bottom: -20px;
    }
    .giftbox2-el {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    /* .giftbox2-el:nth-child(1) {
        right: calc(50% - -10px);
    }
    .giftbox2-el:nth-child(2) {
        bottom: calc(50% - -10px);
        left: calc(50% - -10px);
    }
    .giftbox2-el:nth-child(3) {
        left: calc(50% - -10px);
        top: calc(50% - -10px);
    } */
    .giftbox2-el.mainImage {
        display: none;
    }
    .giftbox2-el.mainImage-1 {
        /* right: calc(50% - -10px); */
        display: flex;
    }
    /* .giftbox2-el::nth-child(-n+2 of .mainImage) {
        display: none;
    } */
    .giftbox2-el.additionalImage {
        display: none;
    }
    .giftbox2-el.additionalImage-1 {
        /* bottom: calc(50% - -10px);
        left: calc(50% - -10px); */
        display: flex;
    }
    
    .giftbox2-el.additionalImage-2 {
        /* left: calc(50% - -10px);
        top: calc(50% - -10px);
        bottom: 0; */
        display: flex;
    }
    .rightBigPhoto .giftbox2-el:nth-child(1) {
        left: calc(50% - -10px);
        right: 0;
    }
    .rightBigPhoto .giftbox2-el:nth-child(2) {
        bottom: calc(50% - -10px);
        right: calc(50% - -10px);
        left: 0;
    }
    .rightBigPhoto .giftbox2-el:nth-child(3) {
        right: calc(50% - -10px);
        top: calc(50% - -10px);
        left: 0;
    }
    .images4 .giftbox2-el {
        width: calc(50% - 10px);
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        float: left;
        margin-bottom: 20px;
    }
    .images4 .giftbox2-el:nth-child(odd) {
        margin-right: 10px;
    }
    .images4 .giftbox2-el:nth-child(even) {
        margin-left: 10px;
    }
    .images4 .giftbox2-el:nth-child(n+4) {
        display: block;
    }
    .giftbox2-el.giftbox2-3:nth-child(1) {
        right: calc(66% - -15px);
    }
    .giftbox2-el.giftbox2-3:nth-child(2) {
        bottom: 0;
        left: calc(33% - -15px);
        right: calc(33% - -15px);
    }
    .giftbox2-el.giftbox2-3:nth-child(3) {
        left: calc(66% - -15px);
        top: 0;
    }
    .giftbox4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .giftbox4 .giftbox2-flex {
        display: block;
        position: absolute;
        /* bottom: 15px; */
        bottom: 0;
        left: 0;
        right: 0;
        /* height: 80px; */
        top: 0;
        /* background: none; */
        height: auto;
        text-align: left;
        padding: 20px;
        transition: all 200ms ease-in-out;
    }
    .giftbox4.images4 .giftbox2-flex {
        bottom: 0;
        height: 80px;
        top: auto;
        background: none;
        text-align: left;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0);
        transition: all 200ms ease-in-out;
    }
    .giftbox4 .giftbox4-el:hover .giftbox2-flex {
        background: rgba(0, 0, 0, 0.3);
        bottom: 0;
        height: auto;
        top: 0;
        transition: all 200ms ease-in-out;
    }
    .giftbox4.images4 .giftbox4-el:hover .giftbox2-flex {
        background: rgba(0, 0, 0, 0);
        //height: auto;
        transition: all 200ms ease-in-out;
    }
    .bottomText span {
        bottom: 15px;
        top: auto;
        display: block;
        position: absolute;
        background: none;
        width: calc(100% - 40px);
    }
    .bottomText .giftbox4-el:hover span {
        bottom: 15px;
        top: auto;
        display: block;
        position: absolute;
        height: auto;
        background: none;
        overflow: hidden;
    }
    .giftbox4 .giftbox4-el button, .giftbox4 .giftbox4-el span a {
        display: none;
        background: var(--giftbox4-button-bck);
        border: var(--giftbox4-button-border);
        color: var(--giftbox4-button-color) !important;
    }

    .giftbox4 .giftbox4-el:hover button, .giftbox4 .giftbox4-el:hover span a {
        display: inline-block;
    }
    .giftbox4.buttonFromLeft .giftbox4-el .margin-top {
        overflow: hidden;
        height: 0;
    }
    .giftbox4.buttonFromLeft .giftbox4-el:hover .margin-top {
        height: auto;
    }
    .giftbox4.buttonFromLeft .giftbox4-el button {
        transform: translateX(-250px);
        transition: 0.3s;
        display: inline-block;
    }
    .giftbox4.buttonFromLeft .giftbox4-el:hover button {
        transform: translateX(0);
        transition: 0.3s;
    }
    .giftbox4 .giftbox4-el button:hover, .giftbox4 .giftbox4-el span a:hover {
        background: var(--giftbox4-button-hover-bck);
        border: var(--giftbox4-button-hover-border);
        color: var(--giftbox4-button-hover-color) !important;
    }

    .giftbox4-el h3 {
        margin-top: 0;
        color: #fff !important;
    }
}

.stars-container-blog img {
    width: 16px;
}

.stars-container-blog {
    font-size: 16px;
}

.stars,
.stars>span {
    font-size: 18px !important;
    height: 1em;
    margin: 0;

}

.stars {
    background: url(/files/admin/icons/star-5.svg) 0 0 repeat-x;
    display: inline-block;
    width: 90px;
    margin-right: 10px;
    background-size: 18px 18px;
    font-size: 18px;
    /* transform: scale(.85); */
    /* margin-left: -17.5px !important; */
}

.stars>span {
    background: url(/files/admin/icons/star-3.svg) 0 0 repeat-x;
    display: block;
    background-size: 18px 18px;
    font-size: 18px;
}

.productBoxFooter .stars,
.productBoxFooter .stars>span {
    font-size: 15px !important;
    height: 1em;
    margin: 0;
}

.productBoxFooter .stars {
    margin-top: 2px;
}

.productBoxFooter .stars {
    background: url(/files/admin/icons/star-5.svg) 0 0 repeat-x;
    display: inline-block;
    width: 75px;
    margin-left: 0 !important;
    background-size: 15px 15px;
    font-size: 15px;
    margin-right: 5px !important;
}

.productBoxFooter .stars>span {
    background: url(/files/admin/icons/star-3.svg) 0 0 repeat-x;
    display: block;
    background-size: 15px 15px;
    font-size: 15px;
}

.ratingCnt {
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    font-size: 14px;
}

/* Sections CSS */
/*
.owl-prev,
.owl-next {
    background: url(/themes/lilio/assets/img/svg/iconmonstr-arrow-25.svg) center center no-repeat;
    background-size: 50%;
    bottom: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: all 200ms ease-in-out;
    width: 100px;
}

.owl-prev {
    left: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-next {
    right: 0px;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 0.5;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
}
*/

#header-static ul.level3 {
    position: absolute;
    top: 60px;
    left: 9px;
    width: 250px;
    background: #fff;
    opacity: 0;
    //pointer-events: none;
    transition: .5s;
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    display: none;
}
#header-static .responsive-x-768 ul.level3 {
    background: var(--mobile-submenu-bck);
}
#header-static .responsive-x-768 ul.level3 a.level3 {
    color: var(--mobile-submenu-color) !important;
    width: 83% !important;
}
#header-static .responsive-x-768 ul.level3 a.level3.active, #header-static .responsive-x-768 ul.level3 a.level3:hover {
    color: var(--mobile-submenu-active-color) !important;
}
#header-static .responsive-x-768 ul.level4 {
    background: var(--mobile-submenu2-bck);
}
#header-static .responsive-x-768 ul.level4 a.level4 {
    color: var(--mobile-submenu2-color) !important;
}
#header-static .responsive-x-768 ul.level4 a.level4.active, #header-static .responsive-x-768 ul.level4 a.level4:hover {
    color: var(--mobile-submenu2-active-color) !important;
}
#header-static .responsive-1300-x li.level2:hover ul.level3, #header-static .responsive-768-1300 li.level2:hover ul.level3 {
    display: block !important;
    opacity: 1 !important;
    z-index: 1000;
}

/*
#header-static ul.level3:before, #header-static2 ul.level3:before {
    border-bottom: 10px solid #fff;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    top: -10px;
    content: '';
    display: block;
    left: 30px;
    position: absolute;
    z-index: 9;
    transition: all 200ms ease-in-out;
}*/

#header-static li.level2, #header-static2 li.level2 {
    position: relative;
}

#header-static li.level2:hover>ul.level3, #header-static2 li.level2:hover>ul.level3 {
    opacity: 1;
    //pointer-events: auto;
    top: 65px;
}

#header-static li.level2 .arrow-menu, #header-static li.level2 .arrow-menu {
    position: relative;
    top: 3px;
    left: 5px;
    transition: .5s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

#header-static a.level3, #header-static2 a.level3 {
    display: block;
    text-align: left;
    padding: 0 20px;
    /*transition: .5s;*/
    width: 100%;
}

#header-static .responsive-768-1300 a.level3 {
    transition: none;
}

#header-static li.level3 img {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}

#header-static li.level3:hover img {
    display: block;
}

@media screen and (max-width: 768px) {
    #header-static ul.level3, #header-static ul.level4 {
        position: relative;
        top: auto !important;
        left: auto;
        width: 100%;
    }
    #header-static ul.level4 {
        padding-left: 20px;
    }
    #header-static li:hover>ul.level3, #header-static li:hover>ul.level4 {
        display: none !important;
    }
    #header-static li.active:hover ul.level3, #header-static li.active:hover ul.level4 {
        display: none !important;
    }
    #header-static li.level2.opened>ul.level3, #header-static li.level3.opened>ul.level4 {
        opacity: 1;
        display: block !important;
        position: relative !important;
        top: auto;
        height: auto !important;
        max-height: 1000px !important;
    }
    /* #header-static li.level2, #header-static li.level3 {
        width: 100%;
        position: relative;
        display: inline-block;
        justify-content: flex-end;
        height: auto;
        overflow: hidden;
    } */
    .responsive-x-768 li.opened ul.level3::before {
        top: -10px !important;
    }
/*
    .arrow-container {
        float: right !important;
    } */
}


.submenu-carousel.active hr {
    margin: 10px;
    border-top: 2px solid rgba(255, 255, 255, .3)
}

.submenu-carousel ul {
    max-height: 0;
    //pointer-events: none;
    opacity: 0;
    list-style-type: none;
    transition: .5s;
    padding: 0;
}

.submenu-carousel.active ul {
    pointer-events: auto;
    opacity: 1;
    max-height: 500px;
    padding-bottom: 10px;
}

.submenu-carousel ul a {
    color: white
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    display: inline-block;
}

.owl-dot:only-child {
    display: none !important;
}

.owl-dot span {
    background: var(--owl-dot-background);
    border: var(--owl-dot-border);
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    margin: 5px;
    width: 20px;
}

.owl-dot.active span {
    background: var(--owl-dot-active-background);
    border: var(--owl-dot-active-border);
}

.carousel-home {
    position: relative;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    width: 100%;
}
.carousel-home-el {
    background: #fff url() center top no-repeat;
    background-size: cover;
    display: none;
    height: 450px;
    position: relative;
    font-family: var(--font-family2);
}

.carousel-home-el .btn {
    font-family: var(--font-family1);
}

.carousel-home-el:first-child {
    display: block;
}

.carousel-home-el .center-flex {
    height: 100%;
}

.carousel-home-el span.text {
    color: var(--big-slider-color);
    font-size: 50px;
    display: inline-block;
    padding: 5px 15px;
}

.carousel-home-el span.text.big-slider-text {
    font-size: 30px;
}

.carousel-home .owl-dots {
    bottom: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
}

.carousel-home .owl-wrapper-outer,
.carousel-home .owl-wrapper,
.carousel-home .owl-item {
    height: 100%;
}

.carousel-home .owl-controls {
    position: relative;
    top: -50px;
}

.right-bar {
    position: relative;
    top: -10px;
}

.right-bar h2 {
    margin-bottom: 5px;
}

.navbar {
    border: 0;
    border-radius: 0;
    margin: 0;
    text-align: center;
    transition: all 200ms ease-in-out;
}

.navbar>.container {
    transition: all 200ms ease-in-out;
}

.navbar>.container.bg-black {
    padding: 30px 10px;
    opacity: .8;
}

.relative-icons svg {
    position: relative;
    top: 7.5px;
}

/*.responsive-768-1300 {
    background: rgba(157, 22, 141, .5);
}*/

.responsive-1300-x .navbar-nav>li>a {
    color: white;
    font-size: 18px;
    padding: 17.5px 0px;
    margin: 0 10px;
    position: relative;
    top: 5px;
}

.navbar-nav .responsive-768-1300>li>a {
    top: 0
}

.navbarSearch {
    margin: 10px 0;
    padding: 0 50px 0 0;
    position: relative;
    transition: all 200ms ease-in-out;
}

.navbarSearch input {
    height: 40px;
    transition: all 200ms ease-in-out;
}

.navbarSearch button {
    background: none;
    border: none;
    color: #212121;
    font-size: 20px;
    line-height: 20px;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 200ms ease-in-out;
}

.navbarSearch button:hover {
    opacity: 1;
}

.navbarSearch button img {
    height: 20px;
    transition: all 200ms ease-in-out;
    vertical-align: middle;
    width: 20px;
}

.navbarIcons {
    min-height: 20px;
    display: inline-block;
    margin: 15px 0 0;
    width: 100%;
}

.navbarIcon {
    display: block;
    float: right;
    height: 50px;
    min-width: 40px;
    cursor: pointer;
}

@media screen and (max-width: 630px) {
    .navbarIcon {
        float: left;
    }
}

.navbarIcon>a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    transition: all 200ms ease-in-out;
}

.navbarIcon>a>span {
    display: inline-block;
    margin: 0 0 0 2px;
    color: #666;
}

#activeboxCart.navbarIcon>a {
    padding-left: 0;
}

/* <Stateful colors>*/

.social-cart {
    height: auto;
    overflow: hidden;
    min-height: 35px;
}
@media screen and (max-width: 1260px) {
    .social-cart .text-right, .social-cart .col-sm-8 {
        text-align: left;
        margin-top: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .social-cart .text-right {
        text-align: left;
        margin-top: 20px;
    }
}

.social-cart svg {
    margin: 0 5px;
}

.social-cart a:hover {
    text-decoration: none;
}


/* black */

.stateful-color-black svg {
    fill: var(--fill-icon-2);
    left: 3px;
    opacity: .5;
    position: relative;
    top: 7px;
    transition: .5s;
    z-index: 2;
}

.stateful-color-black:hover svg {
    fill: var(--fill-icon-2-hover);
    opacity: 1;
    cursor: pointer;
}

.stateful-color-black:focus svg {
    fill: var(--fill-icon-2-focus);
    opacity: 1;
}


/* white */
.navbarIcon > a {
    height: 100%;
}
.home .stateful-color-white svg {
    fill: var(--header-home-icons-fill);
}

.home .stateful-color-white:hover svg {
    fill: var(--header-home-icons-hover-fill);
}
.home .stateful-color-purple svg, .home .activebox .stateful-color-white svg, .home .activebox.stateful-color-white svg, .home .stateful-color-white.active svg {
    fill: var(--header-home-icons-active-fill) !important;
}
.home .activebox .stateful-color-white:hover svg, .home .stateful-color-purple:hover svg, .home .stateful-color-purple:hover span, .home .activebox.stateful-color-white:hover svg, .home .activebox .stateful-color-purple svg, .home .stateful-color-white.active:hover svg {
    fill: var(--header-home-icons-active-hover-fill) !important;
}

body:not(.home) .stateful-color-grey svg {
    fill: var(--header-icons-fill);
}

body:not(.home) .stateful-color-grey:hover svg {
    fill: var(--header-icons-hover-fill);
}

body:not(.home) .activebox .stateful-color-grey svg, body:not(.home) .stateful-color-purple svg, body:not(.home) .activebox.stateful-color-grey svg, body:not(.home) .stateful-color-grey.active svg {
    fill: var(--header-icons-active-fill);
}
body:not(.home) .activebox .stateful-color-grey:hover svg, body:not(.home) .stateful-color-purple:hover svg, body:not(.home) .activebox.stateful-color-grey:hover svg, body:not(.home) .stateful-color-grey.active:hover svg {
    fill: var(--header-icons-active-hover-fill);
}

.fixed .stateful-color-white svg, .fixed .stateful-color-grey svg {
    fill: var(--header-fixed-icons-fill) !important;
}

.fixed .stateful-color-white:hover svg, .fixed .stateful-color-grey:hover svg {
    fill: var(--header-fixed-icons-hover-fill) !important;
}

.fixed .activebox .stateful-color-white svg, .fixed .stateful-color-purple svg, .fixed .activebox.stateful-color-white svg, .fixed .stateful-color-white.active ,
.fixed .activebox .stateful-color-grey svg, .fixed .activebox.stateful-color-grey svg, .fixed .stateful-color-grey.active svg {
    fill: var(--header-fixed-icons-active-fill) !important;
}
.fixed .activebox .stateful-color-white:hover svg, .fixed .stateful-color-purple:hover svg, .fixed .stateful-color-purple:hover span, .fixed .stateful-color-white.active:hover svg,
.fixed .activebox.stateful-color-white:hover svg, .fixed .activebox .stateful-color-purple svg, .fixed .activebox .stateful-color-grey:hover svg, .fixed .stateful-color-grey.active:hover svg, .fixed .activebox.stateful-color-grey:hover svg {
    fill: var(--header-fixed-icons-active-hover-fill) !important;
}

/* .navbarIcon.activebox .stateful-color-white:focus svg,
nav.stateful-color-white svg,
.activebox .stateful-color-white svg {
    fill: var(--header-icons-fill);
}

.stateful-color-purple svg, .stateful-color-purple span {
    fill: var(--header-icons-active-fill) !important;
    color: var(--header-icons-active-fill) !important;
} */



/* </Stateful colors> */

/* .home .icons-navbar svg {
    fill: var();
}

.home .icons-navbar .navbarIcon:hover svg {
    fill: var();
}

.fixed .icons-navbar svg {
    fill: var(--header-icons-fixed-fill) !important;
}

.fixed .icons-navbar .navbarIcon:hover svg {
    fill: var(--header-icons-fixed-hover-fill) !important;
} */


.navbarIcon.activebox>a,
.navbarIcon:hover>a {
    opacity: 1;
}
/*
.navbarIcon.activebox>a:after {
    border-bottom: 10px solid #fff;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    top: 42px;
    content: '';
    display: block;
    left: 15px;
    position: absolute;
    z-index: 9;
    transition: all 200ms ease-in-out;
}
*/
.navbarIcon>a>img {
    height: 20px;
    transition: all 200ms ease-in-out;
    vertical-align: middle;
    width: 20px;
}

.navbarIconBox {
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    right: 10px;
    text-align: left;
    top: 64px;
    transition: all 200ms ease-in-out;
    z-index: 5000;
    cursor: default;
}

.navbarIcon.activebox .navbarIconBox {
    display: block;
}

.activeboxLangsBox {
    padding: 10px;
    width: 300px;
}

.activeboxLangsBox table td {
    padding: 10px;
    vertical-align: middle;
}

.activeboxLangsBox table td.image {
    text-align: right;
    width: 40px;
    padding-right: 5px;
}

.activeboxLangsBox table td.image img, .activeboxLangsBox img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.activeboxLangsBox table td.image img {
    margin-right: 0;
}

.activeboxLangsBox table td.text, .activeboxLangsBox .col-sm-12 {
    font-size: 21px;
    text-align: left;
}

.activeboxLangsBox .col-sm-12 {
    padding-bottom: 20px;
}
.activeboxLangsBox .col-sm-12 a {
    font: var(--langbox-link-font);
    color: var(--langbox-link-color);
}
.activeboxLangsBox .col-sm-12 a:hover {
    color: var(--langbox-link-hover-color);
}
.activeboxLangsBox .form-group {
    margin-right: 30px;
}

.activeboxLangsBox .form-group>img {
    height: 32px;
    margin-right: 10px;
}

.activeboxLangsBox .form-group>.form-control {
    width: 260px;
    max-width: 300px;
}

#activeboxSearch .navbarIconBox {
    z-index: 6000;
}

.activeboxSearchBox, .activeboxPagesSearchBox {
    width: 600px;
    z-index: 6000;
    position: relative;
}

.activeboxPagesSearchBox {
    margin: 0 auto 20px;
    z-index: 500;
    max-width: 100%;
}

.activeboxPagesSearchBox input["type=text"]{
    padding-right: 60px;
    border-color: #b0b6bd;
}

.activeboxPagesSearchBox button {
    position: absolute;
    z-index: 2000;
    right: 1px;
    width: 50px;
    background: #fff;
    border: 0;
    top: 1px;
    height: 36px;
}

.activeboxPagesSearchBox button svg {
    vertical-align: middle;
    fill: var(--fill-icon-mobile);
}

.activeboxPagesSearchBox button:hover svg {
    vertical-align: middle;
    fill: var(--fill-icon-hover);
}

.activeboxPagesSearchBox {
    position: relative;
}

.activeboxSearchBoxInput {
    padding: 20px;
}

.activeboxSearchBoxResults, .activeboxPagesSearchBoxResults {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    /* padding: 0 20px 20px 20px; */
    padding: 0 0 20px 0;
}
.activeboxSearchBoxResults.results-categories-display {
    max-height: 1000px;
    margin-top: -10px;
}
.activeboxPagesSearchBoxResults {
    position: absolute;
    z-index: 2000;
    width: 100%;
    border: 1px solid #b0b6bd;
    padding: 10px;
    background: #fff;
}

.results {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0;
}
.results-products {
    max-height: 330px;
}
.activeboxSearchBoxResults .entry, .activeboxPagesSearchBoxResults .entry {
    position: relative;
    margin-top: 10px;
    font: var(--searchResults-desc-font);
    color: var(--searchResults-desc-color);
}

.activeboxSearchBoxResults .entry:first-child, .activeboxPagesSearchBoxResults .entry:first-child {
    margin-top: 0;
}

.activeboxSearchBoxResults .entry h3, .activeboxPagesSearchBoxResults .entry h3 {
    margin: 0 0 5px 0;
    text-align: var(--searchResults-title-align);
    font: var(--searchResults-title-font);
}
.activeboxSearchBoxResults .results-products .entry h3 {
    margin-top: 10px;
}
.activeboxSearchBoxResults .entry h3 a, .activeboxPagesSearchBoxResults .entry h3 a {
    color: var(--searchResults-title-color);
    font: var(--searchResults-title-font);
    text-transform: var(--searchResults-title-transform);
}

.activeboxSearchBoxResults .entry h3 a:hover, .activeboxPagesSearchBoxResults .entry h3 a:hover {
    color: var(--searchResults-title-hover-color);
}
.activeboxSearchBoxResults .entry h3 a.categoryTag {
    width: auto;
    display: inline-block;
    background: var(--searchResults-categoryTag-bck);
    padding: var(--searchResults-categoryTag-padding);
    border-radius: var(--searchResults-categoryTag-radius);
    color: var(--searchResults-categoryTag-color);
    font: var(--searchResults-categoryTag-font);
    text-transform: var(--searchResults-categoryTag-transform);
}
.activeboxSearchBoxResults .entry h3 a.categoryTag:hover {
    background: var(--searchResults-categoryTag-hover-bck);
    color: var(--searchResults-categoryTag-hover-color);
}
.activeboxSearchBoxResults .entry.categoryTag-cont {
    width: auto;
    display: inline-block;
    margin: 0 2px;
}
.activeboxSearchBoxResults .entry span, .activeboxPagesSearchBoxResults .entry span {
    white-space: nowrap;
    display: inline-block;
}
.activeboxSearchBoxResults .entry strike span {
    text-decoration: line-through;
}
.activeboxSearchBoxResults .entry h4 {
    text-align: var(--searchResults-price-color);
    font: var(--searchResults-price-font);
    width: calc(100% - 30px);
    display: inline-block;
    margin-left: 8px;
}
.activeboxSearchBoxResults .entry h4 .small-font  {
    text-align: var(--searchResults-currency-color);
    font: var(--searchResults-currency-font);
}

.activeboxSearchBoxResults .entry .frame-card {
    padding: 0px 5px;
    top: -1px;
}

.activeboxSearchBoxResults .btn {
    width: calc(100% - 40px);
    margin-left: 20px;
    text-transform: var(--searchResults-btn-transform);
    color: var(--searchResults-btn-color);
    font: var(--searchResults-btn-font);
    border-radius: var(--searchResults-btn-radius);
    padding: var(--searchResults-btn-padding);
    border: var(--searchResults-btn-border);
    background: var(--searchResults-btn-bck);
}

.activeboxSearchBoxResults .btn:hover {
    color: var(--searchResults-btn-hover-color);
    border: var(--searchResults-btn-hover-border);
    background: var(--searchResults-btn-hover-bck);
}

.activeboxPagesSearchBoxResults {

}

.activeboxCartBox {
    width: 650px;
}

.activeboxCartBox td,
.activeboxCartBox th {
    min-width: 150px;
}

.activeboxCartBoxTable {
    max-height: 405px;
    overflow-x: hidden;
    overflow-y: auto;
}

.activeboxCartBoxTable .table {
    margin-bottom: 0;
}

.activeboxCartBoxTable tr {
    padding: 10px 0;
}

.table-cart.table>tbody>tr>td {
    vertical-align: middle;
}

.activeboxCartBoxTable table {
    width: 100%;
}

.activeboxCartBoxTable table th {
    font-weight: normal;
    background: #9d168d;
    border: 0!important;
    color: #fff;
    font: 16px/20px;
    padding: 5px 10px;
    text-transform: uppercase;
}

#activeboxCart .activeboxCartBoxTable table th, #activeboxClipboard .activeboxCartBoxTable table th {
    background: #fff;
    color: var(--activebox-table-headers-color);
    font: var(--activebox-table-headers-font);
}

.activeboxCartBoxTable table td {
    border-bottom: 1px solid #eee;
    color: var(--cart-top-prices-color);
    font: var(--cart-top-prices-font);
    padding: 10px;
    vertical-align: middle;
    border-top: none !important;
}

.activeboxCartBoxTable table td.image {
    height: 100px;
    width: 100px;
}

.activeboxCartBoxTable table td.image img {
    max-height: 80px;
    max-width: 80px;
}

.activeboxCartBoxTable table td .glyphicon {
    color: #d30000;
    width: 20px;
    height: 25px;
    background-size: 20px auto;
    background-repeat:no-repeat;
}
.activeboxCartBoxTable .cart-link {
    font: var(--cart-top-product-font);
    color: var(--cart-top-product-color);
}
.activeboxCartBoxTable .cart-link:hover {
    color: var(--cart-top-product-hover-color);
}
.activeboxCartBoxFooter {
    padding: 10px;
}

.activeboxCartBoxEmpty {
    font: 18px/20px;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
}

.main-font {
    font-family: var(--font-family1) !important;
}

.pagesList>div {
    padding: 0 10px;
}

.page-header {
    background: #af30a1;
    padding: 10px;
    margin: 0 0 35px 0;
    display: inline-block;
    max-width: 100%;
    width: 400px;
    color: white;
}

.page-header.header {
    text-transform: uppercase;
}

.header-font {
    font-family: var(--font-family2);
}

.brutto-price {
    font-family: var(--font-family1) !important;
    font-size: 18px;
    margin: 0;
}

.delivery-promotion {
    font-size: 14px;
    font-family: var(--font-family1);
}

.activeboxLoginBox {
    width: 500px;
    cursor: default;
}

div.auth-clients {
    //border-top: 1px solid #eee;
    padding-top: 0;
}

ul.auth-clients {
    padding-top: 0;
}

.auth-clients {
    margin: 0 !important;
    padding: 5px;
    text-align: center;
}

.activeboxLoginBoxForm .auth-clients .auth-client {
    display: inline-block;
    float: none;
    margin: 0 10px;
}

.navbarIconBox .activeboxLoginBoxForm .auth-clients .auth-client {
    display: initial;
    float: none;
    margin: 0 10px;
}

.auth-clients .auth-client .auth-link {
    //width: auto !important;
    color: #212121;
    display: inline-block;
}

.auth-clients .auth-client .auth-link .auth-icon {
    background: url() center center no-repeat;
    background-size: 100%;
    display: inline-block;
    transition: all 200ms;
    border-radius: 0;
}

.auth-clients .auth-client .auth-link .auth-icon.facebook {
    background-image: url(/themes/lilio/assets/img/icons/login-facebook.svg);
}

.auth-clients .auth-client .auth-link .auth-icon.google {
    background-image: url(/themes/lilio/assets/img/icons/login-google.svg);
}

.auth-clients .auth-client .auth-link .auth-icon {
    background-color: #fff;
    width: 40px;
    height: 40px;
}

.auth-link>span {
    line-height: 40px;
    vertical-align: top;
    position: relative;
    top: 0;
}

.auth-title {
    text-transform: uppercase;
    width: auto !important;
}

.activeboxLoginBoxForm {
    padding: 15px 10px 0px 10px;
}

.order-login .activeboxLoginBoxForm {
    padding: 0 !important;
}

@media screen and (min-width: 991px) {
    .order-login #loginForm .col-sm-9 {
        width: 50%;
    }
}


.activeboxLoginBoxForm .btn-trans {
    padding: 6px 0;
}

.activeboxLoginBoxFooter {
    padding: 10px;
}

.activeboxLoginBoxFooter span {
    font: 16px;
    color: white;
    text-transform: uppercase;
}

.activeboxLoginBoxFooter .btn {
    border: 1px solid white;
}

.activeboxAccountBox {
    width: 320px;
}

.activeboxAccountBoxLinks {
    padding: 10px;
}

.activeboxAccountBoxLinks>a {
    display: block;
    font: 16px/20px var(--font-family1);
    padding: 5px 0px;
    text-transform: uppercase;
}

.activeboxAccountBoxFooter {
    padding: 10px;
}

.navbarMenu {
    position: relative;
}

.navbarMenu>ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
}

.navbarMenu>ul>li {
    display: inline-block;
    margin-right: 5px;
}

.navbar .nav>li>a {
    color: var(--menu-color);
    border-bottom: 5px solid transparent;
    font: var(--menu-font);
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
    color: var(--menu-hover-color);
}

.navbar .responsive-1300-x .nav>li>a:focus,
.navbar .responsive-1300-x .nav>li>a.active,
.navbar .responsive-1300-x .nav>li>a.active {
    background: transparent;
    color: white;
    padding: 18.5px 0;
    border-bottom: 3px solid #c500b0;
}

.navbar .nav>li>a:hover, .navbar .nav > li > a.active {
    border-bottom: 3px solid var(--menu-hover-border) !important;
    color: var(--menu-hover-color) !important;
}

.bg-white-opacity .navbar .nav>li>a {
    color: var(--menu-pages-color) !important;
}

.bg-white-opacity .navbar .nav>li>a:hover, .bg-white-opacity .navbar .nav>li>a.active, .bg-white-opacity .navbar .nav>li>a:focus {
    color: var(--menu-pages-hover-color) !important;
}

.fixed .responsive-1300-x > .navbar-nav > li > a, .fixed .responsive-1300-x > .navbar-nav > li > a {
    color: var(--menu-fixed-color) !important;
}

.fixed .responsive-1300-x > .navbar-nav > li > a:hover, .fixed .responsive-1300-x > .navbar-nav > li > a:focus {
    color: var(--menu-fixed-hover-color) !important;
}

.bg-white-opacity.fixed .navbar .nav>li>a {
    color: var(--menu-pages-fixed-color) !important;
}

.bg-white-opacity.fixed .navbar .nav>li>a:hover, .bg-white-opacity.fixed .navbar .nav>li>a.active, .bg-white-opacity.fixed .navbar .nav>li>a:focus {
    color: var(--menu-pages-fixed-hover-color) !important;
}

.navbar .responsive-768-1300 .nav>li>a {
    //transition: .5s;
    border: 0;
}

.navbar .responsive-768-1300 .nav>li>a:focus,
.navbar .responsive-768-1300 .nav>li>a:hover,
.navbar .responsive-768-1300 .nav>li>a.active,
.navbar .responsive-768-1300 .nav>li>a.active {
    //background: #c500b0;
    border: 0;
}

.nav-tabs {
    border: none;
    margin-bottom: 20px;
}

.nav-tabs>li {
    margin-bottom: -3px;
}

.nav-tabs>li>a {
    border: 0;
    border-bottom: 3px solid #d7d7d7;
    border-radius: 0;
    color: #5f5f5f;
    font: 21px/30px;
    margin: 10px 20px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: none;
    border: 0;
    border-bottom: 3px solid #212121;
    color: #212121;
}

.arrow-top {
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 50px;
    padding: 17px;
    background: rgba(0, 0, 0, .8);
    opacity: 1;
    pointer-events: auto;
    transition: .5s;
}

.arrow-top.faded {
    opacity: 0;
    pointer-events: none;
}

.arrow-top:hover {
    background: rgba(0, 0, 0, 1);
}

.arrow-top svg {
    fill: #fff;
    height: 32px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 32px;
}

.filters {
    z-index: 10;
    display: block;
    padding-top: 5px;
}

.filters .input-group-addon {
    background: none;
}

.filter-shift {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 40%;
    padding: 20px;
    background: rgba(0, 0, 0, .8);
    opacity: 1;
    pointer-events: auto;
    transition: .5s;
}

.filter-shift.faded {
    opacity: 0;
    pointer-events: none;
}

.filter-shift:hover {
    background: rgba(0, 0, 0, 1);
}

.filter-shift svg {
    position: relative;
    top: 5px;
    left: -2.5px;
}

.clear-filters {
    text-transform: uppercase;
    color: rgba(143, 13, 122, 1);
}

.clear-filters:hover,
.clear-filters:focus {
    color: rgba(143, 13, 122, 1);
}

.filters .container {
    width: 100%;
}

.filter-shift:hover {
    cursor: pointer
}

.filters.active {
    display: block;
}

.filters.horizontal>a,
.filters.horizontal>span {
    float: right;
    height: 34px;
    margin: 0 0 10px 10px;
}

.horizontal-filters .col-xs-12>a,
.horizontal-filters .col-xs-12>span>a {
    width: 250px;
    font-family: var(--font-family1), sans-serif;
}

.horizontal-filters .filters-el {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    position: relative;
    max-width: 250px;
}

.horizontal-filters .filters-el-btn,
.horizontal-filters .filter-show-btn {
    display: inline-block;
    min-width: 250px;
    text-transform: none;
}

.horizontal-filters .filters-el-dropdown, .filters-el-dropdown {
    position: absolute;
    z-index: 100;
    top: 34px;
    background: white;
    width: 250px;
    margin: 0 auto;
    left: 0;
}

.horizontal-filters .filters-el.active .filters-el-dropdown {
    display: inline-block;
}

.horizontal-filters+div {
    margin: 10px 0!important;
}

.filter-dynamic .well {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
}

.filter-dynamic .container {
    width: 100% !important;
    padding :0 !important;
}

.filters-container {
    max-width: 745px;
    margin: 0 auto;
}

.filters-container .filters-footer-btn {
    width: 250px;
}

.horizontal-filters .col-xs-12 {
    padding: 0 !important;
}

.horizontal-filters .filters-el.active .filters-el-dropdown {
    display: inline-block;
}

.horizontal-filters .filters-footer-btn {
    margin: 10px auto 30px auto;
}

.filter-show-btn {
    background: white;
    display: inline-block;
    height: 36px;
    padding: 0 15px;
    padding-left: 50px;
    border: 1px solid #d0d0d0;
    position: relative;
    font: var(--filters-el-font);
    color: var(--filters-el-color);
}

.filter-show-btn:hover {
    color: var(--filters-el-hover-color);
}

.filter-show-btn svg {
    transform: scale(.8);
    position: absolute;
    top: 5px;
    left: 15px;
}

h2.header>.filters-el-icon {
    display: block;
    float: left;
    height: 40px;
    margin: 0;
}

.filters .show-filters {
    position: relative;
    top: 10px;
    left: 10px;
    fill: #fff;
}

.filters .show-filters:hover {
    cursor: pointer;
}

.filters.active .show-filters {
    fill: #444444;
}

.filters .show-filters+span+span {
    display: none;
}

.filters.active .show-filters+span+span {
    display: block;
}

.filters .show-filters+span {
    margin-left: 20px;
    position: relative;
    top: 5px;
    font-family: var(--font-family1), sans-serif;
    color: #fff;
}

.filters.active .show-filters+span {
    color: #212121;
}

.filters.horizontal>a {
    color: #828d9a;
    font-size: 21px;
    line-height: 34px;
    margin-top: 2px;
}

.filters.horizontal>a:hover {
    color: #d30000;
}

.filters-el-icon {
    background: url() center center no-repeat;
    margin-bottom: 10px;
    width: 34px;
}

.filters-el-icon.clickable {
    opacity: 0.6;
    transition: all 200ms ease-in-out;
}

.filters-el-icon.clickable:hover {
    cursor: pointer;
    opacity: 1;
}

/*
.filters-el-icon.icon-list-grid {
    background-image: url(/themes/lilio/assets/img/svg/menu3.svg);
    background-size: 70%;
}

.filters-el-icon.icon-list-rows {
    background-image: url(/themes/lilio/assets/img/svg/menu2.svg);
    background-size: 70%;
}
*/

.filter-show-btn.icon-list-grid:after, .filter-show-btn.icon-list-rows:after {
    background: none !important;
}

.filter-show-btn.icon-list-grid, .filter-show-btn.icon-list-rows {
    padding: 0 10px 0 50px;
    display: inline-block;
    cursor: pointer;
}

.filter-show-btn.icon-list-grid {
    background-image: url(/themes/lilio/assets/img/icons/menu3.svg) !important;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px;
    height: 36px;
    display: inline-block;
    float: none;
    margin: 0;
    padding-left: 35px;
    margin-bottom: 10px;
    width: 100%;
}

.filter-show-btn.icon-list-rows {
    background-image: url(/themes/lilio/assets/img/icons/menu2.svg) !important;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px;
    height: 36px;
    display: inline-block;
    float: none;
    margin: 0 auto 1px auto;
    padding-left: 25px;
}

.slider.slider-horizontal {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 15px;
}

.slider-selection {
    background-image: linear-gradient(to bottom, var(--filter-slider-price-line-bck) 0%, var(--filter-slider-price-line-bck) 100%)
}

.slider-handle {
    background-image: linear-gradient(to bottom, var(--filter-slider-price-dot-bck) 0%, var(--filter-slider-price-dot-bck) 100%);
}

.slider .tooltip {
    z-index: 10;
}

.tooltip {
    font-family: inherit !important;
}

@media screen and (max-width: 767px) {
    .filters-el-btn.icon-list-grid, .filters-el-btn.icon-list-rows {
        display: inline-block;
        margin-left: 0;
        cursor: pointer;
    }
    .filters-el-btn, .filter-show-btn {
        min-width: 100px !important;
        max-width: 200px !important;
        width: 200px !important;
        height: 36px !important;
        font-size: 14px;
    }
    .colorbox.filter-shift.filter-show {
        display: none;
    }
}


@media screen and (max-width: 621px) {
    .filters-el-btn, .filter-show-btn, .filters-el {
        max-width: 250px !important;
        width: 250px !important;
        height: 36px;
        font-size: 18px;
        margin: 0 auto 3px auto;
        display: block;
        float: none !important;
    }
    #filters-el-menu {
        height: auto !important;
    }
    #filters-el-menu .filters-el-dropdown {
        height: 0 !important;
        overflow: hidden;
    }
    #filters-el-menu .filters-el-dropdown.active {
        height: auto !important;
    }
    #filters-el-menu .filters-el-btn {
        margin-bottom: 0;
    }
    .filters #filters-el-price {
        height: 150px !important;
    }
    .filters-el-btn.icon-list-grid {
        margin-bottom: -20px;
        display: inline-block;
        vertical-align: bottom;
    }
    .filters-el-dropdown {
        overflow: hidden;
        height: 0;
        padding: 0;
    }

}

.filters-el-icon.icon-order {
    background-image: url(/themes/lilio/assets/img/svg/sort.svg);
    background-size: 75%;
}

.filters-el-icon.icon-features {
    background-image: url(/themes/lilio/assets/img/svg/filter.svg);
    background-size: 60%;
}

.filters-el {
    padding: 0 0 10px 0;
    position: relative;
}

.filters .hide-filters {
    position: relative;
    top: 7.5px;
    left: -10px;
    transition: .5s;
    opacity: .5;
}

.filters .hide-filters:hover {
    opacity: 1;
    cursor: pointer;
}

.filters.vertical .filters-el, .filters.vertical .filters-el-btn {
    width: 100%;
    display: block;
    padding-top: 0;
}

.chosen-filters {
    max-height: 400px;
    opacity: 1;
}

.chosen-filters:empty {
    max-height: 0;
    opacity: 0;
    transition: .5s;
}

.input-group-addon {
    background: white;
    border: none;
}

.filters-el-btn {
    background: #fff;
    color: var(--filters-el-color);
    display: block;
    font: var(--filters-el-font);
    height: 36px;
    overflow: hidden;
    padding: 0 42px 0 10px;
    text-transform: none;
    position: relative;
    transition: .5s;
    border: 1px solid #d0d0d0;
}

.filters-el-btn:hover,
.active>.filters-el-btn {
    color: var(--filters-el-hover-color);
}

.filters-el-btn:after {
    background: transparent url(/themes/lilio/assets/img/icons/arrow.svg) center center no-repeat;
    content: '';
    display: block;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 5px;
    transition: all 200ms ease-in-out;
    width: 24px;
    opacity: .5;
    -webkit-transform: scale(.7) rotate(90deg);
    -moz-transform: scale(.7) rotate(90deg);
    -o-transform: scale(.7) rotate(90deg);
    transform: scale(.7) rotate(90deg);
}

.filters-el-btn svg {
    display: inline-block;
    vertical-align: middle;
}

.filters-el.active .filters-el-btn:after,
.filters-el-btn.active:after,
.filters-el.activebox .filters-el-btn:after {
    -webkit-transform: scale(.7) rotate(270deg);
    -moz-transform: scale(.7) rotate(270deg);
    -o-transform: scale(.7) rotate(270deg);
    transform: scale(.7) rotate(270deg);
    opacity: 1;
}

.filters-el-btn.arrowTop:after {
    -webkit-transform: scale(.7) rotate(270deg);
    -moz-transform: scale(.7) rotate(270deg);
    -o-transform: scale(.7) rotate(270deg);
    transform: scale(.7) rotate(270deg);
}

.filters.horizontal .filters-el-btn {
    background-color: #fff;
    border: 1px solid #a8b0b9;
    max-width: 220px;
}

.filters-el-btn:hover {
    text-decoration: none;
}

.filters-el-dropdown {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0 10px;
    opacity: 0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    top: 36px;
}

.filters.horizontal .filters-el-dropdown {
    background: #fff;
    border: 1px solid #d5d5d5;
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 36px;
    width: 250px;
    z-index: 10;
}

.filters-el {
    position: relative;
}

.filters.vertical .filters-el-dropdown {
    position: absolute;
    width: auto;
    z-index: 100;
    background: white;
    padding: 0 10px;
    right: 0;
    left: 0;
}

.filters.vertical .filters-el-dropdown.active, .filters.vertical .filters-el-dropdown.open, .horizontal-filters .filters-el-dropdown.active {
    padding: 10px;
}
.filters-button {
    display: none;
}

.filters-el.active .filters-el-dropdown,
.filters-el.activebox .filters-el-dropdown {
    display: block;
}

.filters-el-dropdown-search {
    margin-bottom: 10px;
}

.filters-el-dropdown-search>input {
    border-color: #d5d5d5;
    border-radius: 0;
    box-shadow: none;
    height: 34px;
}

.filters-el-dropdown-list {
    /*max-height: 180px;*/
    overflow: auto;
}

.filters-el-dropdown-list-el {
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
}

.filters-el-dropdown-list-el:first-child {
    margin-top: 0;
}

.filters-el-dropdown-list-el>a {
    color: var(--filters-el-value-color);
    font: var(--filters-el-value-font);
    display: block;
    text-align: left;
}
.filters-el-dropdown-list-el:hover > a {
    color: var(--filters-el-value-hover-color);
}

.filters-el-dropdown-list-el>span {
    position: absolute;
    height: 18px;
    left: 2px;
    top: calc(50% - 9px);
    width: 18px;
}
.filters-el-dropdown-list-el>span:hover {
    cursor: pointer;
}
.filters-el-dropdown-list-el[data-type="checkbox"]>span:before, .filters-el-dropdown-list-el[data-type="radio"]>span:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
    color: var(--checkbox-color);
    background: none;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
}

.filters-el-dropdown-list-el.active[data-type="checkbox"]>span:before {
    content: "\f14a" !important;
    color: var(--checkbox-checked-color);
    animation: effect 250ms ease-in;
}
.filters-el-dropdown-list-el[data-type="radio"]>span:before {
    speak: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    display: inline-block;
    margin-right: 5px;
    -webkit-box-shadow: var(--radio-border);
-moz-box-shadow: var(--radio-border);
box-shadow: var(--radio-border);
    content: '';
    width: 16px;
    height: 16px;
    background: transparent;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    margin-top: 1px;
}

.filters-el-dropdown-list-el.active[data-type="radio"]>span:before {
    content: '';
    background: var(--radio-checked-bck);
    -webkit-box-shadow: var(--radio-checked-border);
-moz-box-shadow: var(--radio-checked-border);
box-shadow: var(--radio-checked-border);
    animation: effect 250ms ease-in;
    border: 2px solid #f5f5f5;
    padding: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

#filters-el-menu .filters-el-dropdown-list-el.active {
    background: var(--filters-category-active-bck);
}

#filters-el-menu .filters-el-dropdown-list-el.active a {
    color: var(--filters-category-active-color);
}

#filters-el-menu .filters-el-dropdown, #filters-el-menu .filters-el-dropdown-list {
    overflow: hidden !important;
    max-height: 20000px;
}

#filters-el-menu {
    height: auto;
}

#filters-el-menu .filters-el-dropdown {
    position: relative;
    height: auto;
    max-height: 2000px;
    top: auto;
    opacity: 1;
}

.filters-el-dropdown-btn {
    margin-top: 10px;
}

.filters-el-dropdown-btn>.btn {
    background-color: #212121;
    border-color: #212121;
}

.filters-footer {
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.filters-footer a {
    display: inline-block;
}

.filters-footer .btn-transparent {
    color: #fff;
    padding-right: 20px;
}

.filters-footer .btn-blue {
    background-color: #212121;
}

#filters-footer-fixed {
    padding-top: 100px;
    width: 100% !important;
}

.filters-tags {
    display: inline-block;
}

.filters-tags>span {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    margin: 0 5px 10px 5px;
    padding: 5px;
    text-transform: uppercase;
}

#filters-tags>span:hover {}

#filters-tags>span>span {
    color: #828d9a;
    display: block;
    float: right;
    font-size: 21px;
    margin: 2px 0 0 2px;
    padding: 0 5px;
}

#filters-tags>span>span:hover {
    color: #d30000;
    cursor: pointer;
}

.icon-pdf {
    background-image: url(/themes/lilio/assets/img/pdf_ico.png) center center no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px;
    display: inline-block;
}

.pagesMenu {
    padding: 10px 20px;
}

.pagesMenu ul {
    list-style: none;
    margin: 0;
}

.pagesMenu ul li {
    margin: 5px 0;
}

.pagesMenu ul li a {
    color: #212121;
    text-transform: uppercase;
}

.pagesMenu ul li a.active,
.pagesMenu ul li a:hover {
    color: #d30000;
}

.pagesMenu ul.level2 {
    padding: 0;
}

.pagesMenu ul.level2>li>a {
    font-size: 18px;
}

.pageHeader {
    padding: 20px;
}

.pageHeader h1 {
    color: #fff;
    font-size: 21px;
    margin: 0;
}

.pageHeader img {
    margin-top: 20px;
}

.pageContent {
    overflow: hidden;
    padding: 20px;
}

.pageContent img {
    max-width: 100%;
    height: auto !important;
}

.pageBigBox {
    position: relative;
    padding: 10px;
    background: white;
}

.pageBigBox .pageBigBoxContent {
    transition: .5s;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.pageBigBox:hover .pageBigBoxContent {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.pageBigBoxContent {
    background: url() center center no-repeat;
    background-size: cover;
    position: relative;
}

.pageBigBoxContent>div {
    background: rgba(255, 255, 255, 1);
    bottom: 0;
    left: 0;
    padding: 10px 10px 0 10px;
    position: absolute;
    right: 0;
}

.pageBigBoxContent>div>h3 {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px 0;
    text-align: center;
}

.pageBigBoxContent>div>p {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
    max-height: 0;
    overflow: hidden;
    text-align: justify;
    transition: all 200ms;
}

.pageBigBoxContent:hover>div>p {
    max-height: 100px;
}

.pageBigBoxFooter {
    background: #fff;
    padding: 5px 10px;
}

.pageBigBoxFooter h3 {
    margin: 5px 0;
    min-height: 46px;
}

.pageBigBoxFooter h3 a {
    color: #9d168d;
    text-transform: uppercase;
}

.pageBigBoxFooter .limited-paragraph {
    height: 130px;
    overflow: hidden;
    margin-bottom: 10px;
}

.pageBigBoxFooter .limited-paragraph span {
    font-size: 16px !important;
}

.pageBigBoxFooter .limited-paragraph+span {
    font-size: 14px;
}

.pageBigBoxFooter a,
.pageBigBoxFooter span {
    font-size: 18px;
}

.pageTallBox {
    background: #fff;
    color: #212121;
    position: relative;
    transition: all 200ms ease-in-out;
}

.pageTallBox:hover {
    background: #212121;
    color: #fff;
}

.pageTallBoxImage {
    background: url() center center no-repeat;
    background-size: cover;
}

.pageTallBoxContent {
    padding: 10px 20px;
    text-align: center;
}

.pageTallBoxContent h3 {
    font: 18px/24px;
    height: 72px;
    margin: 0;
    overflow: hidden;
}

.pageWideBox {
    background: #fff;
    color: #212121;
    position: relative;
    transition: all 200ms ease-in-out;
}

.pageWideBox:hover {
    background: #212121;
    color: #fff;
}

.pageWideBoxImage {
    background: url() center center no-repeat;
    background-size: cover;
    height: 240px;
}

.pageWideBoxContent {
    height: 200px;
    overflow: hidden;
    margin: 20px 20px 20px 0;
}

.pageWideBoxContent h3 {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 12px 0;
}

.pageWideBoxContent p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-align: justify;
}

.productBox {}

.productBox:before {
    height: 500px;
}


/*
.productBox > .responsive-image {
    bottom: 60px;
    top: 90px;
}
*/

.productBoxPromo {
    height: 35px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
}

.productBoxPromo>span {
    color: #fff;
    font: 16px/35px;
    text-transform: uppercase;
}

.productBoxHeader {
    left: 0;
    padding: 10px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 200ms ease-in-out;
    z-index: 3;
}

.productBoxHeader>a {
    color: #212121;
    display: block;
    font: 16px/22px;
    max-height: 22px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.productBoxHeader>.ico-promo {
    bottom: -40px;
    position: absolute;
    right: 0;
}

.productBoxHeader>.ico-clipboard {
    background: url(/themes/lilio/assets/img/icons/favorite.svg) center center no-repeat;
    background-size: 100%;
    bottom: -40px;
    display: block;
    top: 50px;
    left: 50px;
    height: 30px;
    opacity: 0.5;
    position: absolute;
    transition: all 200ms;
    width: 30px;
}

.productBoxHeader>.ico-clipboard.active {
    background: url(/themes/lilio/assets/img/icons/favorite-purple.svg) center center no-repeat;
    cursor: pointer;
    opacity: 1;
}

.productBoxHeader>.ico-clipboard:hover {
    cursor: pointer;
    opacity: 1;
}

.productBoxFooter {
    bottom: 12.5px;
    left: 0;
    position: relative;
    right: 0;
    z-index: 3;
    background: white;
    transition: .3s;
}

.productBoxFooter>div,
.productBoxFooter>h4 {
    margin: 8px 0 0 0;
}

.productBoxFooter>h4 {
    font-size: 18px;
    height: 1.4em;
    line-height: 1.4em;
    overflow: hidden;
}

.productBoxFooter>div {
    height: 30px;
    width: 100%;
}

.productBoxFooter>div.amount-in-tile {
    height: 40px;
    font-size: 0;
    overflow: hidden;
}

.productBoxFooter>div.amount-in-tile.small {
    height: 40px;
}

.productBoxFooter>div.amount-in-tile>span {
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
}

.productBoxFooter>div.amount-in-tile>span.avail-square {
    margin-top: 0;
    margin-right: 0;
}
/* .productPremium .productBoxFooter>div.amount-in-tile {
    height: 38px;
} */
.productBoxFooter>div.tile-add-to-cart {
    height: 45px;
}

.productBoxFooterPrice {
    background: #fff;
}

.productBoxFooter span.btn-white {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    font-size: 21px;
}

.productBoxFooter span.btn-white>span.old {
    color: #818b97;
    display: block;
    font-size: 0.7em;
    text-decoration: line-through;
}

.productBoxFooter span.btn-blue {
    font-size: 18px;
}

.productBoxFooter span.btn-grey>img {
    height: 24px;
    width: 24px;
    opacity: 0.5;
}

.productBoxFooter span.btn-grey.active img {
    opacity: 1;
}

.productRow {
    padding: 20px 10px;
}

.productRowTitle {
    margin: 5px 0 10px 0;
}

.productRowTitle>a {
    font: 21px/30px;
    text-transform: uppercase;
}

.productRowInfo {
    margin-bottom: 20px;
}

.productRowInfo a,
.productRowInfo span {
    margin-left: 10px;
}

.productRowInfo span {
    color: #212121;
    font: 500 16px/21px;
}

.productRowInfo span:first-child {
    margin-left: 0;
}

.productRowInfo .green {
    color: #70ac13;
}

.productRowInfo .purple {
    color: #9d168d;
}

.productRowFeatures {
    overflow: hidden;
}

.productRowFeatures p {
    color: #7d8794;
    margin-bottom: 5px;
}

.productRowPrice {}

.productRowPrice table {
    width: auto;
}

.productRowPrice table td {
    padding: 0 5px;
    vertical-align: bottom;
}

.productRowPrice1 {
    color: #212121;
    font: 18px/23px;
}

.productRowPrice2 {
    color: #212121;
    font: 500 31px/31px;
}

.productRowPrice2 span.old {
    color: #818b97;
    display: block;
    font-size: 0.7em;
    text-decoration: line-through;
}

.productRowButtons {
    margin-top: 20px;
}

.productRowButtons .btn {
    line-height: 40px;
}

.productRowButtons span.btn-blue {
    font-size: 18px;
}

.productRowButtons span.btn-grey>img {
    height: 24px;
    width: 24px;
    opacity: 0.5;
}

.productRowButtons span.btn-grey.active img {
    opacity: 1;
}

#productTab2 a {
    color: #9f018c;
}

.productTabRowTitle a {
    font: 500 18px/24px;
}

.productTabRowPrice b {
    font: 500 21px/24px;
}

.productTabRowPrice strike {
    color: #7d8794;
    font: 500 18px/24px;
}

.productDetailsInfo {
    color: #536071;
    font: 16px/20px;
}

.productDetailsInfo>.pull-left>span {
    margin-left: 20px;
}

.productDetailsInfo>.pull-left>span:first-child {
    margin-left: 0;
}

.productDetailsInfo>.pull-right {}

.productDetailsRatings {
    margin-bottom: 10px;
    color: #212121;
    font-size: 0;
}

.productDetailsRatings>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.productDetailsRatings>span:first-child {
    margin-left: 0;
}

.productDetailsRatings .text-blue {
    color: #006cff;
}

.productDetailsPrice {}

.productDetailsPrice1 {
    color: #212121;
    font: 18px/21px;
    margin-bottom: 10px;
}

.productDetailsPrice2 {
    color: #212121;
    font: 500 16px/21px;
    margin-bottom: 20px;
}

.productDetailsPrice2 p {}

.productDetailsPrice2 b {
    font: 500 31px/21px;
}

.productDetailsPrice2 a,
.productDetailsPrice2 span {
    margin-left: 10px;
}

.productDetailsPrice2 span:first-child {
    margin-left: 0;
}

.productDetailsPrice2 .green {
    color: #70ac13;
}

.productDetailsPrice2 .purple {
    color: #9d168d;
}

.productDetailsPrice3 {
    text-align: right;
}

.productDetailsActions {}

.productDetailsAction1 {
    padding-top: 15px;
    text-align: center;
}

.productDetailsAction1>input {
    border: 1px solid #ccc;
    box-shadow: none;
    color: #212121;
    font-size: 28px;
    opacity: 0.8;
    text-align: center;
    width: 60px;
}

.productDetailsAction1>input:focus {
    border-color: #626e7e;
    box-shadow: none;
    opacity: 1;
    outline: none;
}

.productDetailsAction1>.glyphicon {
    color: #212121;
    font-size: 28px;
    margin: 0 10px;
    opacity: 0.5;
}

.productDetailsAction1>.glyphicon:hover {
    opacity: 1;
}

.productDetailsAction2 .btn {
    display: block;
    line-height: 40px;
    overflow: hidden;
    padding: 15px 15px;
}

.productDetailsAction2 .btn img {
    height: 32px;
    margin-right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    width: 32px;
}

.productDetailsAction3 .btn {
    display: block;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 5px 15px;
    margin-bottom: 6px;
}

.productDetailsAction3 .btn img {
    height: 16px;
    margin-right: 15px;
    opacity: 0.8;
    transition: all 200ms;
    width: 16px;
}

.productDetailsAction2 .btn:hover img,
.productDetailsAction3 .btn:hover img {
    opacity: 1;
}

.productDetailsFeatures table {}

.productDetailsFeatures table tr td {
    border-bottom: 1px solid #d9d9d9;
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
    vertical-align: top;
}

.productDetailsFeatures table tr td span {
    margin-right: 10px;
    white-space: nowrap;
}

.productDetailsDelivery select {
    margin-bottom: 10px;
}

.productDetailsDelivery table {
    border-bottom: 1px solid #d9d9d9;
}

.productDetailsDelivery table tr td {
    border-top: 1px solid #d9d9d9;
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 10px;
    vertical-align: top;
}

.productDetailsDelivery table tr.no-border td {
    border: none;
}

.productDetailsDelivery table tr td.text-right {}

.productDetailsButtons {}

.productDetailsOptions {}

.productDetailsOptions table {
    width: 100%;
}

.productDetailsOptions table tr td {
    color: #212121;
    font: 500 18px/24px;
    padding: 5px 10px;
}

.productDetailsOptions table tr:hover td {
    background: #fafafa;
}

#cboxLoadedContent .product-features {
    display: none
}

.productDetailsTabs .tab-content {}

.productDetailsCategories {
    margin-bottom: 10px;
}

.productDetailsCategories a {}

.rating {
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    position: relative;
}

.rating-input {
    float: right;
    height: 24px;
    margin: 0 0 0 -24px !important;
    opacity: 0;
    padding: 0;
    width: 24px;
}

.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover~.rating-star,
.rating-input:checked~.rating-star {
    background-image: url(/files/admin/icons/star-3.svg);
}

.rating-star,
.rating:hover .rating-star {
    background: url(/files/admin/icons/star-5.svg) 0 0 no-repeat;
    display: block;
    float: right;
    height: 24px;
    position: relative;
    transition: all 200ms ease-in-out;
    width: 30px;
}

.rating-star:hover {
    cursor: pointer;
}

#reviews-form {

}

#reviews-form .rating {
    padding-top: 7px;
}

#reviews-list {
    clear: both;
}

.reviews-list-el {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}

.reviews-list-el-header {}

.reviews-list-el-footer {
    padding: 5px 0 20px;
}

.reviews-list-el-footer {}

.reviews-list-el-content .stars {
    margin-top: 7px;
}

.reviews-list-el-content .vote-up .glyphicon,
.reviews-list-el-content .vote-down .glyphicon {
    margin-right: 10px;
}

.reviews-list-el-content a.vote-up .glyphicon {
    color: #70ac13;
}

.reviews-list-el-content a.vote-down .glyphicon {
    color: #d30000;
}

.cart-link {
    display: block;
    font-family: var(--font-family1);
}

.cartChangeAmount {
    width: 30px;
    text-align: center;
}

.cartTable>thead>tr>th {
    color: #333;
    font-weight: normal;
    font: 16px/21px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.cartTable>tbody>tr>td {
    color: #212121;
    font: 500 16px/21px;
    vertical-align: middle;
}

.cartTable>tbody>tr>td.no-border {
    border: none;
}

.cartTable>tbody>tr:hover>td {
    background: #fafafa;
}

.cartTable>tbody>tr>td.col2>.responsive-container {
    width: 120px;
}

.cartTable>tbody>tr>td.col3 {
    /*font-size: 18px;*/
}

.cartTable>tbody>tr>td.col8 {
    width: 120px;
}

.cartTable>tbody>tr>td.col8>input {
    color: #212121;
    opacity: 0.8;
    text-align: center;
    width: 40px;
}

.cartTable>tbody>tr>td.col8>input:focus {
    opacity: 1;
}

.cartTable>tbody>tr>td.col8>.glyphicon {
    color: #212121;
    margin: 0 5px;
    opacity: 0.5;
}

.cartTable>tbody>tr>td.col8>.glyphicon:hover {
    opacity: 1;
}

.cartTable>tbody>tr>td.col11>.glyphicon {
    color: #d30000;
}

.cartTable>tfoot>tr>td {
    border-top: none;
    color: #212121;
    font: 500 16px/21px var(--font-family1);
    vertical-align: middle;
}

.cartTable>tfoot>tr>td.no-border {
    border: none;
}

.cartMethodsSummary .text-left {
    font: 500 18px/28px;
    text-transform: uppercase;
}

.cartMethodsSummary .text-right {
    font: 500 24px/28px;
}

.cartSubmit h2,
.cartSubmit h3 {
    display: inline-block;
    line-height: 62px;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.cartHeaders h3 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: var(--font-family1);
}

.cartHeaders h5 {
    margin: 0;
    text-transform: uppercase;
    font-family: var(--font-family1);
}

.cartDiscounts {
    padding: 20px 0;
}

.cartDiscounts .blog-title {
    color: #000;
    background: none;
}

.cartDiscountsForm {
    margin: 0 0 20px 0;
}

.cartDiscountsForm table {
    width: auto;
}

.cartDiscountsForm table td {
    padding: 0 20px 0 0;
}

.cartDiscountsForm h5 {
    text-transform: uppercase;
    margin: 0;
    font-family: var(--font-family1);
}

.cartDiscountsList h5, .cartDiscountsListAll h5 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-family: var(--font-family1);
}

.cart-radio {
    border-top: 1px solid #e3e3e3;
}

.cart-radio .radio {
    margin: 0;
}

.cart-radio label {
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding: 20px 0 20px 0;
    transition: all 100ms;
}

.cart-radio label:hover {
    background-color: #fafafa;
}

.cart-radio input[type=radio] {
    margin-left: 0;
}

.cart-radio label span {
    display: inline-block;
    margin-left: 40px;
    text-transform: none;
}

.cart-radio label span b {
    color: #006cff;
    margin-right: 20px;
}

.order-header {
    margin-bottom: 40px;
    text-align: center;
}

.order-header h2 {
    margin: 0 0 20px 0;
}

.order-header p {
    margin: 0 0 20px 0;
}

.order-header a.btn {
    padding: 20px 100px;
}

.order-radio label {
    display: block;
    padding: 15px;
    transition: all 100ms;
}

.order-radio label:hover {
    background: #9d168d;
    color: #fff;
}

.order-radio input[type=radio] {
    margin-left: 0;
}

.order-radio input[type=radio]:checked+span {}

.order-radio label span {
    display: block;
    margin-left: 35px;
}

.order-radio label span b {
    float: right;
}

.order-radio .description {
    margin: 10px 15px 10px 50px;
}

.description hr {
    border-top: 1px solid #d9d9d9;
}

.orderSummaryCartTable table {
    width: 100%;
}

.orderSummaryCartTable table td {
    font: 18px/24px;
    padding: 0 0 0 20px;
    vertical-align: middle;
}

.orderSummaryCartTable table td.image {
    padding-left: 0;
    width: 120px;
}

.orderSummaryCartTable table td.image .responsive-container {
    width: 120px;
}

.historyTable>thead>tr>th {
    border-bottom: 0;
    color: #8693a2;
    font: 16px/21px var(--font-family1);
    padding: 5px 10px;
    text-transform: uppercase;
}

.historyTable>tbody>tr>td {
    border-top: 3px solid #EBEFF3;
    color: #212121;
    font: 500 16px/21px;
    padding: 10px 10px;
    vertical-align: middle;
}

.historyTable>tbody>tr:hover>td {
    background: #fafafa;
}

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

.userDocumentsFilters {
    margin-bottom: 20px;
}

.userDocumentsFilters input,
.userDocumentsFilters select {
    display: block;
    font-size: 16px;
    height: 60px;
    max-width: none;
    text-transform: uppercase;
}

/* .userDocumentsList {
    text-transform: uppercase;
} */

.userDocumentsList .green {
    color: #6faf03;
}

.userDocumentsList .purple {
    color: var(--productBox-title-color);
}
.userDocumentsList .purple:hover {
    color: var(--productBox-title-hover-color);
}

.userDocumentsList .red {
    color: #d30000;
}

.userDocumentsList>.table>thead>tr>th {
    border-bottom: 4px solid #d6dadd;
    font-weight: 400;
    padding: 10px;
    background: #f4f4f4;
}

.userDocumentsList>.table>tbody>tr.userDocumentsRow1>td {
    border: none;
    padding: 15px 10px;
}

.userDocumentsList>.table>tbody>tr.userDocumentsRow1>td>.glyphicon-menu-down {
    display: none;
}

.userDocumentsList>.table>tbody>tr.userDocumentsRow1>td>.glyphicon-menu-up {
    display: inline-block;
}

.userDocumentsList>.table>tbody>tr.userDocumentsRow1.collapsed>td>.glyphicon-menu-up {
    display: none;
}

.userDocumentsList>.table>tbody>tr.userDocumentsRow1.collapsed>td>.glyphicon-menu-down {
    display: inline-block;
}

.userDocumentsList>.table>tbody>tr.userDocumentsRow1:hover>td {
    background: #fafafa;
}

.userDocumentsList>.table>tbody>tr.userDocumentsRow1>td:hover {
    cursor: pointer;
}

.userDocumentsList>.table>tbody>tr.userDocumentsRow2>td {
    border: none;
    padding: 0;
}
#userDocumentsGrid .kv-grid-table > thead > tr > th, #userDocumentsGrid .kv-grid-table > thead > tr > th:hover {
    background: #f4f4f4;
}
.userDocumentsRow2>td>div,
.userDocumentsRow2 {
    background: #fff;
    
}

.userDocumentsRow2 .table>thead>tr>th {
    border-bottom: none;
    background: #f4f4f4;
}

.navbarIconBox table>thead>tr>th {
    border: none;
    border-image-width: 0 !important;
}

.userDocumentsRow2>td>div hr,
.userDocumentsRow2>hr {
    margin: 10px 0;
}

.userDocumentsRow2>td>div table h3,
.userDocumentsRow2>table h3 {
    margin: 10px 0;
    font-family: var(--font-family1) !important;
}
.userDocumentsRow2 h3 {
    font-family: var(--font-family1) !important;
}
.userDocumentsRow2>td>div table th,
.userDocumentsRow2>table th {
    background: #e1e5e8;
    font-weight: 400;
}

.userDocumentsRow2>td>div table th,
.userDocumentsRow2>td>div table td,
.userDocumentsRow2 table th,
.userDocumentsRow2 table td {
    padding: 10px;
}

.userDocumentsRow2 .responsive-1x1::before {
    padding-top: 70%;
}

.userDocumentsRow2 .responsive-image {
    padding-left: 10px;
}

#userDocumentsGrid .summary {
    display: none;
}

#userDocumentsGrid .glyphicon-menu-up:before, #userDocumentsGrid .glyphicon-menu-down:before {
    display: none;
}
#userDocumentsGrid .glyphicon-menu-up, #userDocumentsGrid .glyphicon-menu-down {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url() center center no-repeat;
    background-size: 18px;
}
.btn-cart {
    background: #0075ef;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    color: white;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
}

.compare .buttons {
    display: none;
    margin: 0 0 30px 0;
}

.compare .btn-group .btn {
    font-size: 16px;
    padding: 5px;
}

.compare .btn-group .btn.active {
    background-color: #007ce8;
    border-color: #007ce8;
}

.compare table {
    border-collapse: separate;
    border-spacing: 10px 0;
}

.compare table tr.row-hidden {
    display: none;
}

.compare table td {
    background: #fff;
    border-color: #d4d7db;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

.compare table tr:first-child td {
    vertical-align: top;
}

.compare table tr:first-child td:first-child {
    background: none;
    border-width: 0;
}

.compare table tr:last-child td {
    border-width: 1px;
    vertical-align: top;
}

.compare table tr:last-child td:first-child {
    background: none;
    border-width: 1px 0 0 0;
}

.compare table td h3 {
    color: #007ce8;
    font-size: 24px;
    margin: 0 0 10px 0;
}

.compare table td h4 {
    font-size: 28px;
    font-weight: 600;
    margin: 10px 0;
}

.compare table td h5 {
    font-size: 21px;
    margin: 10px 0;
    text-decoration: line-through;
}

.categoryBoxFooter {
    background: rgba(61, 76, 95, 0.9);
    border-top: 1px solid #ebeff3;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    z-index: 3;
    text-align: center;
}

.categoryBoxFooter a {
    color: #fff;
    display: block;
    font: 16px/35px var(--font-family1);
    text-transform: uppercase;
}

.footer-icons {
    width: 100%;
}

.footer-icons td {
    background: rgba(239, 239, 239, 0.9);
    border: 1px solid #d2d2d2;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms;
    vertical-align: top;
}

.footer-icons td:hover {
    background: rgba(239, 239, 239, 1);
}

.footer-icons td>svg {
    height: 64px;
    margin-bottom: 10px;
    width: 64px;
}

.footer-icons td>svg>path {
    transition: all 200ms;
}

.footer-icons td:hover>svg>path {
    fill: #d30000;
}

.categories-footer {
    background: #505050;
    padding: 30px 0;
    text-align: center;
}

.categories-footer * {
    color: #fff;
}

.categories-footer a:hover, .categories-footer a:focus {
    color: #fff;
    text-decoration: underline !important;
}

.categories-footer .btn {
    color: #000;
}

.bg-newsletter {
    background: var(--newsletter-background);
    transition: all 300ms;
}

.bg-newsletter:hover {}

.contact-row {
    //background: #78006c;
    background: #fff;
}

.contact-row a {
    color: var(--default-a);
}

.newsletter-form {
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.newsletter-form td {
    padding: 0 10px;
    vertical-align: top;
}

.newsletter-form h3 {
    color: #fff;
    font-size: 28px;
    margin: 0;
}

.newsletter-form h5 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-family: var(--font-family1);
}

.newsletter-form .form-control::-webkit-input-placeholder {
    color: white;
    transition: .5s
}

.newsletter-form .form-control:-moz-placeholder {
    color: white;
    transition: .5s
}

.newsletter-form .form-control::-moz-placeholder {
    color: white;
    transition: .5s
}

.newsletter-form .form-control:-ms-input-placeholder {
    color: white;
    transition: .5s
}

.newsletter-form p {
    color: #fff;
    font-size: 16px;
}

.newsletter-form input.form-control {
    background: none;
    border: #fff;
    color: #fff;
    text-align: center;
    width: 302px;
    margin: 10px auto;
    /* transition: all 200ms; */
}
#newsletterFooter.newsletter-form input.form-control {
    border: var(--newsletterFooter-input-border) !important;
}
#newsletterFooter.newsletter-form input.form-control:focus {
    border: var(--newsletterFooter-inputFocus-border) !important;
}
#newsletterFooter.newsletter-form input.form-control.error, #newsletterFooter.newsletter-form .has-error .form-control {
    border: var(--newsletterFooter-inputError-border) !important;
}
#newsletterFooter.newsletter-form input.form-control.success {
    border: var(--newsletterFooter-inputSuccess-border) !important;
}
.newsletter-form input.form-control::-webkit-input-placeholder,
.newsletter-form input.form-control::-moz-placeholder,
.newsletter-form input.form-control:-ms-input-placeholder,
.newsletter-form input.form-control:-moz-placeholder {
    color: #fff;
    /* transition: .5s; */
}

.newsletter-form label {
    color: var(--newsletterFooter-rodo-color);
    font: var(--newsletterFooter-rodo-font);
    margin: 0;
    padding-left: 20px;
    position: relative;
}
.newsletter-form label a {
    color: var(--newsletterFooter-rodo-link-color);
    font: var(--newsletterFooter-rodo-link-font);
}
.newsletter-form label a:hover {
    color: var(--newsletterFooter-rodo-link-hover-color);
}
.newsletterCaptchaInfo {
    color: var(--newsletterFooter-captchaInfo-color);
    font: var(--newsletterFooter-captchaInfo-font);
    text-align: left;
    margin-bottom: 10px !important;
}

.newsletterCaptchaInfo a {
    color: var(--newsletterFooter-captchaInfo-link-color);
    font: var(--newsletterFooter-captchaInfo-link-font);
}
.newsletterCaptchaInfo a:hover {
    color: var(--newsletterFooter-captchaInfo-link-hover-color);
}

.newsletterCaptchaInfo-register {
    color: var(--captchaInfo-color);
    font: var(--captchaInfo-font);
    text-align: left;
    margin-bottom: 5px;
}
.newsletterCaptchaInfo-register a {
    color: var(--captchaInfo-link-color);
    font: var(--captchaInfo-link-font);
}
.newsletterCaptchaInfo-register a:hover {
    color: var(--captchaInfo-link-hover-color);
}

.newsletter-page .newsletterCaptchaInfo {
    color: var(--newsletterPage-captchaInfo-color);
    font: var(--newsletterPage-captchaInfo-font);
    text-align: left;
    margin-bottom: 10px !important;
}

.newsletter-page .newsletterCaptchaInfo a {
    color: var(--newsletterPage-captchaInfo-link-color);
    font: var(--newsletterPage-captchaInfo-link-font);
}
.newsletter-page .newsletterCaptchaInfo a:hover {
    color: var(--newsletterPage-captchaInfo-link-hover-color);
}
.rodo-row {
    width: 302px;
    margin: 0 auto 0 auto;
    line-height: 1;
    height: auto;
    overflow: hidden;
}
.rodo-row.required label.checkbox-cont:after {
    display: none;
}
.rodo-row .checkbox {
    margin: 0;
    margin-bottom: 10px;
}

.newsletter-page label {
    color: #000;
}

.bg-social {
    background: var(--social-background);
}

.bg-social a {
    color: #969696;
    display: block;
    float: left;
    height: 110px;
    overflow: hidden;
    padding: 30px 10px;
    text-align: center;
    width: 25%;
}

.bg-social a:hover {
    text-decoration: none;
}

.bg-social a img {
    display: inline-block;
    height: 50px;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    width: 50px;
    opacity: .5;
}

.bg-social a:hover img {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.bg-social a span {
    display: inline-block;
    height: 50px;
    line-height: 25px;
    max-width: 0%;
    overflow: hidden;
    text-align: left;
    transition: all 300ms ease-in-out;
    vertical-align: middle;
}

.bg-social a:hover span {
    padding: 0 0 0 10px;
    max-width: 100%;
}

#cookies {
    background-color: var(--cookies);
    bottom: 0;
    left: 0;
    padding: 10px 45px 10px 10px;
    position: fixed;
    right: 0;
    text-align: left;
    z-index: 10000;
}

.cookies-text {
    color: var(--cookies-color);
    float:left;
}

.cookies-text>div {
    display: inline-block;
    padding: 0 10px;
    font-size: 1.5em;
    position: relative;
    top: 2px;
}

.cookies-text a {
    color: #fff;
    text-decoration: underline;
}

.cookies-close {
    opacity: 0.8;
    right: 9px;
    top: 9px;
    transition: opacity 200ms;
    margin-left:5px;
}

.cookies-close:hover {
    opacity: 1;
}

.bg-footer {
    background-color: var(--footer);
    border-top: var(--footer-border-top);
}

.bg-footer h3 {
    color: #000;
    font-size: 21px;
    margin: 0 0 10px 0;
    font-family: var(--font-family1);
}

.bg-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.bg-footer ul ul {}

.bg-footer ul li {
    display: block;
    list-style: none;
    margin: 0 0 0px 0;
    padding: 0;
}

.bg-footer ul li a {
    color: var(--footer-link-color);
    padding: 5px 0;
    margin: 0;
    text-align: left;
    font: var(--footer-link-font);
    text-decoration: var(--footer-link-decoration) !important;
}

.bg-footer ul li a:hover {
    text-decoration: var(--footer-link-hover-decoration) !important;
    color: var(--footer-link-hover-color);
}

.footer-logo a {
    display: block;
    margin-right: 20%;
}

.bg-copyright {
    background-color: #e0e0e0;
}

.bg-copyright,
.bg-copyright a {
    color: #000;
}

.bg-copyright a:hover {
    color: #000;
    text-decoration: none;
}

#alertPin h3 {
    font: 16px/20px Play;
    height: 60px;
    margin: 10px 0 0 0;
    overflow: hidden;
}

.cartMethodsShipments .radio,
.cartMethodsPayments .radio {
    display: none;
}

.cartMethodsShipments>h2,
.cartMethodsPayments>h2 {
    text-transform: uppercase;
    font-family: var(--font-family1);
    font-size: 18px;
}

#registrationFormMoreInfo+div {
    padding: 10px;
}


/* CSS by Grzegorz :) */

.error-summary {
    margin-bottom: 30px;
    padding: 10px 35px 10px 10px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.gridSizer {
    display: none;
}


/*
.grid-init .gridSizer {
    display: block;
}
*/

.gridItem {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .gridItem {
        margin-bottom: 10px;
    }
}

#contractors-fv label {
    margin: 0px 20px 0 15px;
}

.kv-grid-table > thead > tr > th {
    font-weight: 400;
}

.kv-grid-table .kv-expand-detail-row td:first-child {
    padding: 8px 0 8px 0;
}

.kv-expand-icon-cell:focus .glyphicon,
.kv-expand-icon-cell:hover .glyphicon,
.kv-expand-icon-cell .glyphicon {
    font-size: 18px;
    top: 0px;
}

.kv-expand-icon-cell,
.kv-expand-icon-cell:hover {
    padding: 5px 0 0 0 !important;
    height: 30px !important;
}

.kv-grid-table > thead > tr > th {
    text-align: center;
}

.userDocumentsRow2 > table .kv-expand-detail-row td:first-child {
    padding: 0px 8px 0px 8px;
}

#userDocumentsGrid .gridExpandRow:hover,
#userDocumentsGrid .gridExpandRow,
#userDocumentsGrid .kv-expand-header-cell:hover {
    background: none;
    font-size: inherit;
}

.kv-expand-icon-cell,
.kv-expand-icon-cell:hover,
.kv-expand-icon-cell:focus {
    font-size: inherit;
    color: #245269;
    background-color: #f9f9f9 !important;
}

.select2-container--krajee .select2-selection {
    border-radius: 0;
}

.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus,
.select2-container--krajee .select2-dropdown,
.select2-container--krajee .select2-search--dropdown .select2-search__field {
    border-color: #b0b6bd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(176, 182, 189, 0.6);
    border-radius: 0;
}

.header-margin {
    padding-top: 75px;
}

#header-static {
    position: relative;
    z-index: 6000;
}

#header-static>.container, #header-static2>.container {
    height: 170px;
}

#header-dynamic, #header-dynamic2 {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    transition: .5s;
    background: var(--home-top-header-bck);
    height: 70px;
}

#header-dynamic2 {
    background: #000;
}

#header-dynamic.fixed, #header-dynamic2.fixed {
    position: fixed;
    background: var(--top-header-fixed-bck);
    padding: 0;
    z-index: 6000;
}

/* #header-dynamic.bg-transparent.fixed, #header-dynamic.bg-transparent {
    position: fixed;
    background: var(--menu-background-fixed-transparent) !important;
    padding: 0;
} */

.burger-container {
    width: 16.666%;
    height: 30px;
    //position: absolute;
    display: none;
    //padding: 30px 30px;
    //right: -11px;
    transition: .5s;
    transform: scale(.75);
    box-sizing: content-box;
    opacity: 1;
    float: right;
    //margin-left:5px;
}

.burger-container:hover,
.burger-container.open {
    opacity: 1;
}

.burger-container.open {
    background: #7e006e
}

.burger {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    width: 30px;
    margin: 0 auto;
}

.burger-container.open .burger {
    top: -5px;
}
.burger-container.open .burger-open {
    top: auto;
}
.burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: var(--burger-fill);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.burger span:nth-child(even) {
    left: 50%;
}

.burger span:nth-child(odd) {
    left: 0px;
}

.burger span:nth-child(1),
.burger span:nth-child(2) {
    top: 0px;
}

.burger span:nth-child(3),
.burger span:nth-child(4) {
    top: 12px;
}

.burger span:nth-child(5),
.burger span:nth-child(6) {
    top: 24px;
}
.burger-container.open .burger span, .burger:hover span {
    background: var(--burger-active-fill);
}
.burger-container.open span:nth-child(1),
.burger-container.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger-container.open span:nth-child(2),
.burger-container.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger-container.open span:nth-child(1) {
    left: 4px;
    top: 13px;
}

.burger-container.open span:nth-child(2) {
    left: calc(50% - 1px);
    top: 13px;
}

.burger-container.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.burger-container.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.burger-container.open span:nth-child(5) {
    left: 4px;
    top: 23px;
}

.burger-container.open span:nth-child(6) {
    left: calc(50% -4px);
    top: 23px;
}

.burger-container:hover {
    cursor: pointer;
    opacity: 1;
}
.burger-container .burger.burger-open {
    display: none;
}
.burger-container.open .burger.burger-close {
    display: none;
}
.burger-container.open .burger.burger-open {
    display: block;
}
.burger-close svg {
    fill: var(--burger-fill);
}
.burger-close svg:hover {
    fill: var(--burger-active-fill);
}
.burger-open svg {
    fill: var(--burger-active-fill);
}
.currencyWidget .filters-el-btn {
    display: inline-block;
    width: 90px;
}

.currencyWidget,
.contactBox {
    padding: 20px;
}

.currencyWidget .filters-el-dropdown-list-el>span {
    margin: 0 10px 0 0;
}

.mixedBox>hr {
    border-top: 1px solid #e9eee8;
}


.contact-row>[class*="col-"] {
    min-height: 820px;
}

.bg-contact {
    background: #00388b;
}

.icons-navbar {
    text-align: right;
    //position: fixed;
}

.responsive-768-1300 {
    display: none;
}

.contact-icon {
    height: 70px;
    margin-bottom: 30px;
    position: relative;
    top: -15px;
}

.contact-icon>svg {
    width: 70px;
    height:70px;
}

.contact-row .bg-newsletter {
    background: #a40192;
}

.bg-message {
    //background: #910081;
    background: #fff;
}

.form-contact {
    margin: 0 auto;
    width: auto;
}

.form-contact td {
    padding: 0 10px;
    vertical-align: top;
}

.form-contact h3 {
    color: #fff;
    font-size: 28px;
    margin: 0;
}

.form-contact .form-control::-webkit-input-placeholder {
    color: white;
    transition: .5s
}

.form-contact .form-control:-moz-placeholder {
    color: white;
    transition: .5s
}

.form-contact .form-control::-moz-placeholder {
    color: white;
    transition: .5s
}

.form-contact .form-control:-ms-input-placeholder {
    color: white;
    transition: .5s
}

.form-contact p {
    color: #fff;
    font-size: 16px;
}

.form-contact input.form-control {
    background-color: #fff;
    border-color: #b0b6bd;
    color: #000;
    text-align: left;
    margin: 10px 0;
}

.form-contact textarea.form-control {
    background: #fff-color;
    border-color: #b0b6bd;
    color: #000;
    text-align: left;
    margin: 10px 0;
}

.form-contact input.form-control::-webkit-input-placeholder,
.form-contact input.form-control::-moz-placeholder,
.form-contact input.form-control:-ms-input-placeholder,
.form-contact input.form-control:-moz-placeholder {
    color: #fff;
    transition: .5s;
}

.form-contact label {
    color: #000;
    font: 16px var(--font-family1);
    position: relative;
    margin: 10px auto;
    padding: 6px 0;
    line-height: 24px;
    text-transform: uppercase;
}
/*
.form-contact label input[type=checkbox] {
    margin: 0;
    left: 0;
    position: absolute;
    top: 12px;
}
*/
.form-contact .btn {
    color: white;
}

.contact-row .newsletter-form {
    text-align: left;
}

.contact-row .newsletter-form input.form-control {
    width: 100%;
}

.config-dropdown {
    position: relative;
    display: inline-block;
}

.config-dropdown .filters-el-dropdown {
    position: absolute;
    width: 100%;
    background: white;
    left: 0;
    top: 34px;
}

.config-dropdown .filters-el-dropdown.active {
    display: inline-block;
}

.responsive-x-768 {
    display: none;
}

.blog-home {
    background: #efefef
}

.footer {
    padding-bottom: 50px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--pagination-active-bck);
    border: var(--pagination-active-border);
    color: var(--pagination-active-color);
}
.pagination>li>a,
.pagination>li>span {
    background-color: var(--pagination-bck);
    border: var(--pagination-border);
    color: var(--pagination-color);
    min-width: 35px;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: var(--pagination-hover-bck);
    border: var(--pagination-hover-border);
    color: var(--pagination-hover-color);
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    background-color: var(--pagination-disabled-bck);
    border: var(--pagination-disabled-border);
    color: var(--pagination-disabled-color);
}
.carousel-promo .pagination {
    display: none !important;
}

.opinions {
    background: #f4f4f4;
    padding: 10px 10px 20px 10px;
}

.opinions .row {
    margin: 0;
}

.opinions .opinion {
    margin-top: 10px;
    display: none;
}

.opinions .opinion:nth-child(1), .opinions .opinion:nth-child(2), .opinions .opinion:nth-child(3) {
    display: block;
}

.opinions .owl-item .opinion {
    display: block;
}

.opinions .categoryBox {
    padding: 15px 15px 10px 15px;
    margin-bottom: 2px;
    background: #fff url(/themes/lilio/assets/img/icons/iconmonstr-quote-12.svg) no-repeat;
    background-size: 100px 100px;
    background-position: 95% 95%;
}

.opinions .categoryBox h3 .img-responsive {
    width: auto;
    max-width: 100%;
}

.owl-prev, .owl-next {
    width: 40%;
    height: 30px;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.owl-nav {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}

.arrow-left {
    width: 30px;
    height: 30px;
    background: url(/themes/lilio/assets/img/icons/arrow-right.svg) no-repeat;
    background-size: 30px 30px;
    display: block;
    transform: rotate(180deg);
    float: right;
}

.arrow-right {
    width: 30px;
    height: 30px;
    background: url(/themes/lilio/assets/img/icons/arrow-right.svg) no-repeat;
    background-size: 30px 30px;
    display: block;
    float: left;
}

.arrow-left:hover, .arrow-right:hover {
    background: url(/themes/lilio/assets/img/icons/arrow-right-purple.svg) no-repeat;
    background-size: 30px 30px;
}

.opinions h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
    font-family: var(--font-family1), sans-serif;
}

.opinions span {
    color: #434343;
    font-style: italic;
    line-height: 1.2;
    font-family: var(--font-family1), sans-serif;
    font-size: 15px;
    text-align: justify;
    display: inline-block;
    height: 100px;
    overflow: hidden;
}

.opinions .owl-dot span {
    height: 20px;
}
/*
.opinions .owl-controls {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 80px;
    height: 30px;
}

.opinions .owl-nav .owl-prev, .opinions .owl-nav .owl-next {
    width: 40px;
    display: relative;
    opacity: 0.7;
    float: left;
    text-align: right;
}

.opinions .owl-nav .owl-prev:hover, .opinions .owl-nav .owl-next:hover {
    opacity: 1;
}
*/
.blog-home .owl-nav, .blog-home .owl-controls {
    width: 100%;
}
.opinions .owl-prev, .carouselSvgIcons .owl-prev, .blog-home .owl-prev {
    width: 40%;
    float: left;
    position: relative;
    text-align: right;
    height: 30px;
    left: auto;
}
.opinions .owl-prev .arrow-left, .carouselSvgIcons .owl-prev .arrow-left, .blog-home .owl-prev .arrow-left {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    float: left;
}
.opinions .owl-nav, .blog-home .owl-nav {
    margin-bottom: 0;
}
.carouselSvgIcons .owl-nav {
    margin-top: 15px;
}
@media screen and (max-width: 1550px) {
    .opinions span {
        height: 120px;
    }
}

@media screen and (max-width: 1300px) {
    .opinions span {
        height: 140px;
    }
}

@media screen and (max-width: 1150px) {
    .opinions span {
        height: 160px;
    }
}

@media screen and (max-width: 1024px) {
    .opinions span {
        height: 180px;
    }
}

@media screen and (max-width: 980px) {
    .opinions span {
        height: 70px;
    }
}

@media screen and (max-width: 800px) {
    .opinions span {
        height: 80px;
    }
}

@media screen and (max-width: 700px) {
    .opinions span {
        height: 95px;
    }
}

@media screen and (max-width: 600px) {
    .opinions span {
        height: 105px;
    }
}

@media screen and (max-width: 500px) {
    .opinions span {
        height: 140px;
    }
}

@media screen and (max-width: 360px) {
    .opinions span {
        height: 160px;
    }
}

@media screen and (max-width: 330px) {
    .opinions span {
        height: 180px;
    }
}

.opinions span.sign {
    display: block;
    margin-top: 10px;
    height: 20px;
}

.opinions .btn-purple {
    width: auto;
    padding: 6px 15px;
    margin: 20px auto 0;
    display: inline-block;
    float: none;
    text-align: center;
}

.sitemap {
    margin-bottom: 30px;
}

.sitemap-list div {
    width:50%;
    float:left;
}
.sitemap-list ul {
    padding:0;
}
.sitemap-list ul li {
    float:none;
    text-align:left;
    list-style-type: disc;
    list-style-position: inside;
    display: list-item;
}
.sitemap-list ul li a {
    padding:0;
    margin:0;
    display: inline;
}
.sitemap-list ul li ul {
    padding-left:20px;
}
.sitemap-list ul li ul li {
    list-style-type: circle;
}

.sitemap-list ul li ul li ul li {
    list-style-type: square;
}

.sitemap-list h2 span {
    display: none;
}

@media screen and (max-width: 768px) {
    .sitemap-list {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .sitemap-list .sitemap-list {
        display: none;
    }
    .sitemap-list h2 span {
        display: block;
        float: right;
        margin-top: 5px;
    }
    .sitemap-list h2 {
        font-size: 18px;
    }
    .sitemap .col-md-10 {
        padding: 0;
    }
    .sitemap .col-md-6 {
        padding: 0;
    }
    .sitemap-list {
        padding: 0;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    /* .sitemap-list ul.level2 {
        display: none;
    } */
    .sitemap-list ul.nav, .sitemap-list ul.level2 {
        list-style: disc;
        padding-left: 10px;
        margin-left: 0;
        margin-right: 0;
    }
}

.background-product h1, .page-header {
    width: auto;
    max-width: 1000px;
    padding: 10px 50px;
    min-width: 400px;
}

@media screen and (max-width: 500px) {
    .background-product h1, .page-header {
        padding: 10px 20px;
        min-width: 280px;
    }
}

.google-play {
    display: none;
}

.newsletter-page {

}

.newsletter-page h1.page-header {
    margin-bottom: 0;
}
 .newsletter-page .newsletter-form p,  .newsletter-page .newsletter-form h5 {
    color: #000;
}

.newsletter-page .newsletter-form input.form-control {
    border: 1px solid #000;
    color: #000;
}

.newsletter-page .newsletter-form input.form-control::placeholder {
    color: #555;
}

.instashow-gallery-view {
    margin-top: 0 !important;
}

.pc-offer{padding-left: 20px;padding-right:20px;padding-bottom: 40px;margin-bottom:40px;clear:both; float: none;width: 100%;height:auto;overflow:hidden;}
.pc-offer h2{margin-top:0;padding-top:48px;text-align:left;margin-bottom:10px;text-transform:uppercase;font-size:26px}
.pc-offer h2+div{background-color:#fff;overflow:hidden;padding:40px 20px 0;margin:0 20px}

.pc-offer .toggle, .pc-offer .toggle2{
    clear:left;
    float:none;
    background: #e9e9e9;
    text-align:center;
    font-size:30px;
    cursor:pointer;
    width: 100%;
    margin-left:0;
    margin-right:0;
    border-top: 10px solid #F5F5F5;
    line-height: 1;
}
.pc-offer .toggle:hover, .pc-offer .toggle2:hover{
    background: #aaa;
}

.categories-footer .pc-offer .toggle,
.categories-footer .pc-offer .toggle2{
    border: 0;
    background: #aaa;
}

.categories-footer .pc-offer .toggle:hover,
.categories-footer .pc-offer .toggle2:hover{
    background: #e9e9e9;
    border: 0;
}

.pc-offer img{
    float:left;
    border:5px solid #b9b9b9;
    margin-right:25px;
    margin-bottom: 10px;
}
.pc-offer .description{
    float:left;
    text-align:justify;
    height: auto;
    max-height:275px;
    overflow:hidden;
    transition:height 1s;
    margin-bottom:10px;
    line-height: 1.2;
}

.about h1 {
    text-transform: uppercase;
    padding-top: 40px;
}

.about .pc-offer {
    width: 66%;
    padding: 0;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
    .about .pc-offer {
        width: 95%;
    }
}

.about .pc-offer .description{
    float:left;
    text-align:justify;
    height: auto;
    max-height:115px;
    overflow:hidden;
    transition:height 1s;
    margin-bottom:10px;
}

.rodo .col-sm-offset-3 {
    margin-left: 0;
    width: 100%;
}

.newsletter-link {
    top: 0;
    position: absolute;
}

.left {
    margin-right: 15px !important;
    float: left;
}

.rigth {
    margin-left: 15px !important;
    float: right;
}

.blog-content img {
    margin: 0 3px 6px 3px;
    max-width: 100%;
    height: auto !important;
}

.rodo-container {
    padding: 0 !important;
}

.recaptcha {
    width: 302px;
    margin: 0 auto;
}

.page-carosuel .productsList.row {
    margin: 0;
}

.page-carousel .col-xs-12 {
    padding: 3px;
}

.product-cont .contact-trigger-form {
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    opacity: 0;
}
#productPremium .contact-trigger-form {
    text-align: left;
}
.bg-message.contact-trigger-form {
    background: #fff;
}

.bg-message.contact-trigger-form label {
    color: #000;
    /* text-transform: uppercase; */
    line-height: 1.1;
    font-weight: normal;
}

.bg-message.contact-trigger-form * {
    color: #000 !important;
}

.bg-message.contact-trigger-form .btn {
    color: #fff !important;
}

.productDetailsDelivery select.form-control, select.variants-select {
    background: url(/themes/lilio/assets/img/icons/arrow-down.svg) no-repeat;
    background-size: 16px 16px;
    background-position: 95% center;
}

/* .contact-trigger-form input.form-control {
    border: 1px solid #b0b0b0 !important;
    color: #000 !important;
} */

@media screen and (max-width: 1000px) {
    .blog-content img {
        margin-bottom: 6px;
    }
}

@media (max-width:670px){
    .pc-offer{text-align:center}
    .pc-offer img{float:none;margin:0 0 40px}
    .pc-offer .description{width:100%; max-height: 400px;}
    .pc-offer ol{padding-left:10px}
}

/* Responsive */

@media (max-width: 627px) {
    .activeboxCartBoxTable table .image {
        display: none;
    }
    .nav-tabs>li>a {
        /*font-size: 16px;*/
        margin: 10px 10px 0 0;
    }
    .productBox .productBoxHeader>a {
        max-height: 66px;
    }
    .productBox .productBoxFooter>p {
        height: 30px;
        margin: 10px 0;
    }

    .orderSummaryCartTable table td {
        padding: 0 0 20px 0;
    }
    .orderSummaryCartTable table td.image {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li {
        float: left;
    }
    .nav>li {
        display: inline-block;
    }
}

@media screen and (max-width: 630px) {
    .filters-footer {
        max-width: 250px;
        margin: 0 auto;
    }
}

@media (min-width: 628px) {
    .no-wrap {
        white-space: nowrap;
    }
    .navbar-nav>li {
        float: none;
    }
}

@media(max-width: 525px) {
    .horizontal-filters a {
        /*width: 100%;*/
    }
}

@media (max-width: 991px) {
    .productDetailsAction2 .btn,
    .productDetailsAction3 .btn {
        padding: 22px 10px;
    }
    .productDetailsAction2 .btn img,
    .productDetailsAction3 .btn img {
        margin-right: 10px;
    }
    .cartTable>tbody>tr>td.col2>.responsive-container {
        width: 50px;
    }
    .cartTable .col4,
    .cartTable .col5,
    .cartTable .col7,
    .cartTable .col10 {
        display: none;
    }
    .compare .buttons {
        display: block;
    }
    .compare table td {
        display: none;
        padding: 10px;
        width: 50%;
    }
    .compare table td:first-child,
    .compare table td.active {
        display: table-cell;
    }
    .navbar .nav>li>a:focus,
    .navbar .nav>li>a:hover,
    .navbar .nav>li>a.active,
    .navbar .nav>li>a.active {
        border-bottom: 5px solid transparent;
    }
}

@media (min-width: 1200px) {
    .hover-opacity {
        opacity: 0.5;
        transition: opacity 200ms;
    }
    .hover-opacity:hover {
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .giftbox>.overlay-gift {
        margin-bottom: 10px;
    }
    .giftbox div {
        padding: 0;
    }
    .giftbox img {
        height: auto!important;
    }
}


@media (max-width: 1300px) {
    #header-static ul.level3, #header-static2 ul.level3 {
        position: absolute;
        top: 45px;
        left: 0px;
    }
    #header-static li.level2:hover ul.level3, #header-static2 li.level2:hover ul.level3 {
        opacity: 0;
        //pointer-events: none;
    }
    #header-static li.level2.opened ul.level3, #header-static2 li.level2.opened ul.level3 {
        position: absolute;
        top: 50px !important;
        left: 0px;
        opacity: 1;
        pointer-events: auto;
    }
    #header-static ul.level3:before, #header-static2 ul.level3:before {
        left: 30px;
    }
    .home-video {
        height: 100%;
        object-fit: inherit;
    }

    /*.navbarIcon.activebox>a:after {
        top: 89px;
    }*/

}

@media screen and (max-width: 1200px) {
    .background-product {
        padding-top: 130px;
    }
    .header-margin {
        padding-top: 130px;
    }
}

@media screen and (max-width: 1198px) {
    .col-xs-6 .tile .productBoxFooter, .col-sm-6 .tile .productBoxFooter, .owl-carousel .col-xs-12 .tile .productBoxFooter {
        height: auto;
    }
    .box-flex .itemBoxLink {
        height: auto;
        max-height: 300px;
    }
    .box-flex.multi .itemBoxLink {
        height: auto;
        max-height: 260px;
    }
    .tile-add-to-cart {
        opacity: 1;
    }
    .tile:hover .productBoxFooter {
        top: 0;
    }
}

@media screen and (max-width: 990px) {
    .col-xs-6 .tile .productBoxFooter, .col-sm-6 .tile .productBoxFooter, .owl-carousel .col-xs-12 .tile .productBoxFooter {
        height: auto;
    }
    .owl-carousel .col-xs-12 .productBoxFooter .frame-card, .col-xs-6 .productBoxFooter .frame-card {
        display: none;
    }
    .owl-carousel .col-xs-12 .productBoxFooter .frame-card:first-child, .col-xs-6 .productBoxFooter .frame-card:first-child {
        display: inline-block;
    }
    #contactForm label {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .tile:hover .productBoxFooter {
        top: 0;
    }
    div.tile-add-to-cart {
        position: static;
        border: none;
        pointer-events: auto;
        background: transparent;
        opacity: 1;
    }
    .tile-add-to-cart a {
        margin-bottom: 10px;
    }
    .tile {
        height: auto;
    }
    .col-xs-12 .tile .productBoxFooter, .owl-carousel .col-xs-12 .tile .productBoxFooter {
        height: 200px;
    }
    .col-xs-6 .tile .productBoxFooter {
        height: 225px;
    }
}

@media screen and (max-width: 800px) {
    .col-xs-6 .tile .productBoxFooter, .col-sm-6 .tile .productBoxFooter, .owl-carousel .col-xs-12 .tile .productBoxFooter {
        height: auto;
    }
}

@media screen and (max-width: 752px) {
    .col-xs-12 .tile .productBoxFooter {
        height: 225px;
    }
}

@media screen and (max-width: 600px) {
    .col-xs-12 .tile .productBoxFooter {
        height: 185px;
    }

    .productBoxHeader > a.add2clipboard {
        width: 30px !important;
        height: 30px !important;
    }
}

@media screen and (max-width: 515px) {
    .col-xs-6 .tile .productBoxFooter, .col-sm-6 .tile .productBoxFooter, .owl-carousel .col-xs-12 .tile .productBoxFooter {
        height: auto;
    }
    .tile-add-to-cart-button {
        width: 115px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .responsive-768-1300 {
        display: block
    }
    #header-dynamic {
        height: 125px;
    }
    #header-dynamic.cart {
        height: 70px;
    }
    .productPremium .nav-tabs.fixed {
        top: 125px;
    }
}

@media screen and (max-width: 1200px) {
    .responsive-1300-x {
        display: none
    }
    .icons-navbar {
        width: 75%;
    }
}

@media (min-width: 460px) and (max-width: 628px) {
    .mixedBox .currencyWidget img {
        width: 30px!important;
        float: left;
        position: relative;
        top: 5px;
        left: 10px;
    }
    .mixedBox .currencyWidget .form-group {
        width: 80%!important;
        float: right;
    }
}

@media (max-width: 460px) {
    .mixedBox .currencyWidget img {
        width: 30px!important;
        float: left;
        position: relative;
        top: 5px;
        left: 0px;
    }
    .mixedBox .currencyWidget .form-group {
        width: 70%!important;
        float: right;
    }
}

@media (max-width: 991px) {
    .contact-row>[class*="col-"] {
        height: auto;
        padding: 20px;
    }
    .contactBox img {
        left: 0;
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .jAlertBox {
        left: 5%;
        right: 5%
    }
    .burger-container {
        display: block!important;
    }
    .icons-navbar {
        width: 65%;
        float: right;
    }
    .background-product,
    .header-margin {
        padding-top: 35px;
    }
    .large-font,
    .page-header,
    .blog-title,
    .blog-background h1,
    .background-product h1,
    .blog-background h3,
    .background-product h3 {
        font-size: 21px;
    }
    .card .favorite {
        opacity: .5;
        pointer-events: auto;
    }
    .navbarIconBox {
        top: 49px;
        //right: -64px;
    }
    .mixedBox img {
        width: 30px;
        top: 0;
    }
    .carousel-home .owl-controls {
        top: -30px;
    }
    .col-lg-10 .carousel-home .owl-controls {
        top: -50px;
    }
    .carousel-home-el span.text {
        font-size: 21px;
    }
    .carousel-home-el span.text.big-slider-text {
        font-size: 16px;
    }
    .tile .colorboxProductDetails {
        display: none;
    }
    .coloured-box {
        height: 40px;
        width: 40px;
        margin: 5px;
    }
    .tile {
        z-index: 10;
        border: 1px solid #d0d0d0;
        height: auto;
        min-height: 320px;
    }
    #header-dynamic,
    #header-dynamic.fixed {
        //background: #000;
        position: static;
    }
    .blog-home {
        /*background: white;*/
    }
    .blog-home .card {
        border: 1px solid #efefef;
    }
    .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: 4px;
        border-color: #eee;
    }
    #activeboxContact {
        display: none;
    }
    .back-to-buying,
    /* .clear-cart, */
    .makeOrder,
    .sendCartFormTrigger {
        display: block;
        margin: 10px 0;
        font-size: 16px;
    }
    #cartForm {
        margin-top: 10px;
    }
    .mobile-block {
        display: block;
    }
    .extra-bottom-margin .productBoxFooter {
        position: relative;
        top: 0;
    }
    .enter-voucher>* {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .enter-voucher input,
    .enter-voucher button {
        margin: 10px 0;
        display: block;
        width: 100%;
    }
    .nav-div a {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    
    /* .arrow-container {
        width: 25px;
        float: left;
        display: block;
    } */
    .arrow-top,
    .filter-shift {
        display: none;
    }
    .sliderSvgIcons a {
        padding: 10px;
    }
    .sliderSvgIcons a h3 {
        margin: 0;
    }
    .giftbox2,
    .giftbox3 {
        margin: 0 10px;
    }
    .newCollectionsImage {
        padding: 0;
    }
    .product-details,
    .recommended-products {
        padding: 10px;
    }
    .activeboxSearchBoxResults .entry h3 {
        font-size: 18px;
    }
    .cartTable>tbody>tr>td.col2>.responsive-container {
        margin: 0 auto;
        width: 200px;
    }
    .card-content {
        height: 250px;
    }
    .blog-gallery {
        padding: 0px;
    }
    .blog-gallery-image {
        margin-bottom: 10px;
    }
    .google-play {
        width: 100%;
        height: 50px;
        background: #000;
        padding: 8px 15px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index:2001;
        display: none;
    }
    .lilio .google-play {
        display: block;
    }
    .google-play img {
        background: none;
        margin-right: 15px;
        max-width: 110px;
        margin-top: 2px;
        display: inline-block;
    }
    .google-play a {
        color: #fff;
        font-size: 16px;
    }
     /* #header-static {
        margin-top: 50px;
    } */
    .google-play .close {
        background: url('/themes/relax/assets/img/svg/cancel-white.svg') no-repeat;
        width: 24px;
        height: 24px;
        float: right;
        opacity: 1;
        margin-top: 7px;
        margin-right: 7px;
    }
    .navbar .nav > li > a {
        color: #000;
    }
    #cart .owl-dots {
        margin-top: 15px;
    }
}

@media (max-width: 628px) {
    .activeboxLoginBox {
        width: 100%;
    }
    .navbarIconBox {
        top: 49px;
        right: -64px;
    }
    .icons-navbar {
        width: 100%;
        text-align: center;
    }
    .currencyWidget>.padding-mobile {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    /* .jAlertContent a.btn.btn-grey-border, .jAlertContent a.btn.bg-blue {
        font-size: 14px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    } */
    .jAlertContent {
        padding: 15px !important;
    }
    .jAlertContent a:not(.btn) {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 768px) {
    .kv-table-wrap tr > td:first-child {
        font-size: 14px;
    }
    #documents {
        padding: 0;
    }
    .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;
    }
}

@media screen and (max-width: 767px) {
    .filters-el-btn.icon-list-grid, .filters-el-btn.icon-list-rows {
        display: inline-block;
        margin-left: 0;
        cursor: pointer;
    }
    .filters-el-btn, .filter-show-btn {
        min-width: 100px !important;
        max-width: 200px !important;
        width: 200px !important;
        height: 36px !important;
        font-size: 14px;
    }
    #filters-el-menu {
        height: auto !important;
    }
    .colorbox.filter-shift.filter-show {
        display: none;
    }
    .tile {
        max-width: 100%;
    }
}


@media screen and (max-width: 621px) {
    .filters-el-btn, .filter-show-btn, .filters-el, .filters-button {
        max-width: 250px !important;
        width: 250px !important;
        height: 36px !important;
        font-size: 18px;
        margin: 0 auto 3px auto;
        display: block;
        float: none !important;
    }
    .filter-show-btn.icon-list-grid {
        display: inline-block;
        vertical-align: bottom;
        margin: 0 auto 3px auto;
    }
    .filters-button {
        display: block;
    }

    .filters {
        display: none;
    }

}

@media screen and (max-width: 480px) {
    .kv-table-wrap tr > td:first-child {
        font-size: 14px !important;
    }
    #documents .kv-table-wrap th, #documents .kv-table-wrap td {
        width: 99% !important;
        font-size: 16px;
    }
    #documents .kv-table-wrap td h3 {
        margin-bottom: 0;
    }
    .userDocumentsRow2 {
        margin-bottom: 0;
    }
    #documents .kv-table-wrap thead {
        display: none;
    }
    .kv-table-wrap tr:first-child > td:first-child {
        border: 0;
    }
    .kv-table-wrap tbody tr > td {
        border: 0;
    }
    .kv-table-wrap tr > td:first-child {
        border-top: 3px double #ccc;
    }
    .kv-table-wrap tr > td tr td:first-child {
        border-top: 0;
    }
    .big-slider {
        margin-bottom: 40px;
    }
    .carousel-home .owl-controls {
        top: 40px;
    }
    .col-lg-10 .big-slider {
        margin-bottom: 0;
    }
    .col-lg-10 .carousel-home .owl-controls {
        top: 0px;
    }
}

@media screen and (max-width: 750px) {
    .productBoxFooter>div.tile-add-to-cart {
        height: 100px;
    }
}

@media screen and (max-width: 630px) {
    .productBoxFooter>div.tile-add-to-cart {
        height: 50px;
    }
}

@media screen and (max-width: 400px) {
    .productBoxFooter > div.amount-in-tile {
        height: 40px;
        font-size: 14px;
    }
    .row.productsList {
        margin-left: -7px !important;
        margin-right: -7px !important;
    }
    .carousel-opinions .row.productsList, .products-viewed .row.productsList, .products-group .row.productsList {
        margin: 0 !important;
    }
    .row.productsList [class*="col-"] {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    /* .responsive-x-768, .scrollable-menu .responsive-x-768 {
        width: calc(100% - -20px);
        left: -10px;
    } */
}

.app_footer {
    display: none;
}

#rodoPopup, #adsPopup, #cartPopup {
    width: 600px;
    height: 500px;
    padding: 0;
    margin: 0 auto;
}

#cartPopup {
    width: 620px;
    height: 520px;
}

#cartPopup, #cartMobilePopup {
    display: none;
}

#cboxLoadedContent #cartPopup, #cboxLoadedContent #cartMobilePopup {
    display: block;
}

#cartMobilePopup {
    height: auto;
}

#cartMobilePopup .modal-title {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
}

.rodoContent, .adsContent {
    width: 100%;
    height: 370px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding: 0 10px 10px 10px;
    margin-top: 50px;
}

.form-contact .contact-rodo label {
    text-transform: none !important;
}

.contact-rodo label span {
    padding-left: 0;
    display: inline-block;
    text-transform: none;
    line-height: 1.1;
    padding-right: 5px;
}
.contact-rodo label {
    padding-left: 0;
}

.contact-trigger-form .contact-rodo label span {
    padding-left: 0;
}

.contact-trigger-form div.required label::after, .contact-rodo.required label::after {
    top: 3px;
    position: absolute;
    left: 18px;
}

.contact-rodo.required label::after {
    top: 9px;
    left: 18px;
}

.contact-trigger-form {
    padding-top: 20px;
}

.rodo-cont {
    width: calc(50% - -150px);
    margin-right: -150px;
}

.contact-trigger-form .rodo-cont {
    width: 58.33333333% !important;
    margin-right: 0 !important;
}

@media screen and (max-width: 650px) {
    #rodoPopup, #adsPopup {
        width: 100%;
        height: 450px;
        padding: 15px;
    }
    #cartPopup {
        width: 100%;
        height: 500px;
    }
    .rodoContent, .adsContent {
        height: 300px;
        margin-top: 30px;
    }
}

.shopping-path {
    height: 50px;
    overflow: hidden;
    margin-top: -60px;
    clear: both;
    display: block;
    padding: 0 !important;
    max-width: 900px;
}

.shopping-path .col-xs-4 a {
    color: var(--shoppingpath-color);
    border-bottom: 4px solid var(--shoppingpath-border) !important;
    padding-bottom: 7px !important;
    text-align: center !important;
    width: 100% !important;
    display: block;
    text-transform: uppercase;
    float: left;
}

.shopping-path .col-xs-4 span.active {
    color: var(--shoppingpath-color-active);
    border-bottom: 4px solid var(--shoppingpath-border-active) !important;
    padding-bottom: 7px !important;
    text-align: center !important;
    width: 100% !important;
    display: block;
    text-transform: uppercase;
    float: left;
}

.shopping-path .col-xs-4 span.notactive {
    color: var(--shoppingpath-color-notactive);
    border-bottom: 4px solid var(--shoppingpath-border-notactive) !important;
    padding-bottom: 7px !important;
    text-align: center !important;
    width: 100% !important;
    display: block;
    text-transform: uppercase;
    float: left;
}

.arrow-path {
    display: none;
    float: right;
    font-size: 26px;
    color: #565656;
    vertical-align: top;
}

.app_footer .footerMenu {
    height: 40px;
    overflow: hidden;
    margin-bottom: 0;
    text-align: left;
    transition: 0.5s;
}

.app_footer .footerMenu ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}

.app_footer .app_hide.footerMenu ul {
    padding-left: 8px;
}

.app_footer .footerMenu ul li {
    text-align: left;
}

.app_footer .footerMenu ul li a {
    color: #666;
}

.app_footer .footerMenu h3 {
    margin-top: 10px;
    cursor: pointer;
    color: #000;
    font-size: 21px;
    font-family: var(--font-family1);
}

.app_footer .footerMenu span.plus-icon {
    background: url(/themes/lilio/assets/img/icons/plus-grey.svg) no-repeat;
    background-size: 20px 20px;
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.app_footer .footerMenu span.minus-icon {
    background: url(/themes/lilio/assets/img/icons/minus-grey.svg) no-repeat;
    background-size: 20px 20px;
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.search-close {
    background: url(/themes/lilio/assets/img/icons/colorbox-close.svg) no-repeat;
    background-size: 20px 20px;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: -30px;
    padding: 0;
    border: 0;
    display: block;
    margin-right: -10px;
}

.cartTable button, .activeboxCartBoxTable button, .complaintTable button {
    background: none;
    width: 20px;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
}

.activeboxSearchBoxResults strike {
    color: #000;
}

#header-static .activeboxSearchBoxResults {
    color: #000;
}

#orderForm[data-pjax-container].pjax-loading::after {
    background-position: center bottom !important;
}

.cartDiscountsListAll h6 {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.cartDiscountsListAll span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

#header-static .navbarIconBox {
    color: #000;
}

.activeboxCartBoxFooter .col-xs-12 {
    text-align: left;
}

.cartDiscountsListAll .item button.arrow-down {
    border: 0;
    background: url(/themes/lilio/assets/img/icons/arrow-down.svg) no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.cartDiscountsListAll .item button.arrow-up {
    border: 0;
    background: url(/themes/lilio/assets/img/icons/arrow-up.svg) no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.cartDiscountsListAll .item span {
    display: none;
}

.cartDiscountsListAll .item span.show {
    display: block;
}

.cartDiscountsListAll {
    max-height: 130px;
    overflow: hidden;
}

button.promotions-more {
    border: 0;
    background: url(/themes/lilio/assets/img/icons/arrow-down.svg) no-repeat;
    background-size: 20px 20px;
    background-position: right 3px;
    padding-right: 30px;
    width: 160px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-top: 20px;
    text-align: left;
    padding-left: 0;
    color: #9d168d;
}

button.promotions-less {
    border: 0;
    background: url(/themes/lilio/assets/img/icons/arrow-up.svg) no-repeat;
    background-size: 20px 20px;
    background-position: right 3px;
    padding-right: 30px;
    width: 160px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-top: 20px;
    text-align: left;
    padding-left: 0;
    color: #9d168d;
}

.promotion-item {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    font-family: var(--font-family1);
    height: auto;
    overflow: hidden;
}

.promotion-item h6 {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right top;
    background-image: url(/themes/lilio/assets/img/icons/arrow-down.svg);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
}

.promotion-item h6.arrow-up {
    background-image: url(/themes/lilio/assets/img/icons/arrow-up.svg);
}

.promotion-item h6 button {
    background: none;
    border: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    padding: 0;
}

.promotion-item span.desc {
    padding-top: 10px;
    display: none;
}

.promotion-item span.date {
    width: auto;
    display: inline-block;
    background: url(/themes/lilio/assets/img/icons/calendar.svg) no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    text-transform: none;
    font-size: 16px;
    padding-top: 2px;
}

.promotion-item span.name {
    width: auto;
    padding-right: 50px;
    display: inline-block;
    background: url(/themes/lilio/assets/img/icons/tag.svg) no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
}

.counter {
    background: var(--productDay-counterBox-bck);
    cursor: pointer;
}

@media screen and (max-width: 628px) {
    .counter {
        height: auto;
        padding-bottom: 30px;
    }
}

.counter:hover {
    background: var(--productDay-counterBox-hover-bck);
}

.counter-header {
    height: 250px;
    padding-top: 80px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.counter-header p {
    margin-bottom: 20px;
    font-family: var(--font-family2);
}

.countdown {
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.countdown.big {
    font-size: 36px;
}

.counter-header .btn-white-border {
    border: 2px solid #fff;
    background: none;
    color: #fff;
    margin-bottom: 20px;
    width: 90%;
    max-width: 150px;
}

.counter-header .btn-white-border:hover {
    background: #fff;
    color: #000;
}

.counter-header p.time-left {
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--font-family1);
}

.product-day {
    border: var(--productDayBox-border);
}

.product-day .productBoxFooter a.name {
    color: var(--productDayBox-title-color);
}

.product-day:hover {
    border: var(--productDayBox-hover-border);
}


.product-day p.header {
    width: 100%;
    height: 40px;
    background: #15a884;
    color: #fff;
    font-family: var(--font-family1);
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    margin-top: 0;
    text-transform: uppercase;
}

.product-day:hover p.header {
    background: #088969;
}

.discount-circle {
    background: var(--productDayBox-circle-bck);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    padding-top: 12px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 20px;
    font-family: var(--font-family1) !important;
}
.navbarIcon {
    width: 50px;
}
.circle, .stateful-color-purple .circle {
    background: var(--iconsTop-circle-bck);
    width: 20px;
    height: 20px;
    border-radius: var(--iconsTop-circle-radius);
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
    color: var(--iconsTop-circle-color) !important;
    font: var(--iconsTop-circle-font);
    position: absolute;
    left: 36px;
    top: 0;
}

@media screen and (min-width: 980px) {
    .discount-circle {
        right: -80px;
        transition: 0.5s;
    }
    .product-day:hover .discount-circle {
        left: 20px;
    }
}

@media screen and (max-width: 500px) {
    .cox.xs.6 .product-day .discount-circle {
        display: none;
    }
}

.product-day:hover .discount-circle {
    background: var(--productDayBox-circle-hover-bck);
}

.col-xl-2 .product-day .discount-circle {
    width: 40px;
    height: 40px;
    top: 10px;
    padding-top: 10px;
    font-size: 16px;
}

.col-xl-2 .product-day:hover .discount-circle {
    right: 10px;
}

.products-of-day .countdown {
    color: var(--productDay-countdown-color);
    margin-bottom: 20px;
    font: var(--productDay-countdown-font);
}

.end-promotion {
    margin-top: 20px;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tiles.products-of-day .end-promotion {
    font: var(--productDay-endPromotion-font);
    text-transform: var(--productDay-endPromotion-transform);
    color: var(--productDay-endPromotion-color);
}
.frame-product-of-day {
    border: var(--frameProductDay-border);
    background: var(--frameProductDay-bck);
    color: var(--frameProductDay-color);
    display: inline-block;
}
.background-product h1.productsOfDay-header {
    color: var(--productsDayCategory-header-color);
}
@media screen and (max-width: 630px) {
    .frame-product-of-day.visible-xs {
        display: inline-block !important;
    }
}

.price-content .discount-circle {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 20px;
}

.product-day-discount {
    margin-top: 30px;
    color: var(--productDay-discount-color);
    font: var(--productDay-discount-font) !important;
}

.product-day-discount * {
    font-family: var(--font-family1) !important;
}

.product-day-discount .countdown {
    color: var(--productDay-discount-countdown-color);
    font: var(--productDay-discount-countdown-font) !important;
    display: inline-block;
}

.giftbox2.productsOfDay {
    height: 300px;
    padding: 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .giftbox2.productsOfDay {
        height: 610px;
    }
}

.giftbox2.productsOfDay .giftbox2-el:nth-child(1) {
    background: #15a884;
    color: #fff;
    height: 300px;
}

.giftbox2.productsOfDay .giftbox2-el:nth-child(2) {
    bottom: 0;
    background: #4b4b4b;
    height: 300px;
}

.giftbox2.productsOfDay .giftbox2-el:nth-child(3) {
    background: #15a884;
    height: 300px;
}



.giftbox2.productsOfDay .giftbox2-flex {
    background: rgba(0, 0, 0, 0);
}

.giftbox2.productsOfDay .btn-white-border {
    border: 2px solid #fff;
    color: #fff;
    background: none;
    text-transform: var(--btn-white-border-transform);
}

.giftbox2.productsOfDay .btn-white-border:hover {
    border: 2px solid #fff;
    color: #000;
    background: #fff;
}

.giftbox2.productsOfDay h3 {
    text-transform: uppercase;
}

.promotions-frames {
    padding-top: 5px;
}

.promotions-frames .frame-card {
    padding: 3px;
    font-size: 12px;
}

.products-of-day-list {
    padding-top: 60px;
}

.legend span {
    display: block;
    width: 100%;
}

.legend.horizontal-legend span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
}

@media screen and (max-width: 630px) {
    .legend span {
        display: block;
        text-align: left;
    }
    .legend {
        width: 50%;
        margin: 0 auto;
    }
    .horizontal-legend {
        width: 100%;
        text-align: left;
    }
    .horizontal-legend span {
        width: 100%;
    }
}

@media screen and (max-width: 530px) {
    .legend span {
        display: block;
        text-align: left;
        margin-left: 50px;
    }
    /*.legend span:first-child {
        margin-left: 50px;
    }*/
    .legend {
        width: 90%;
        margin: 0 auto;
    }
    .legend.horizontal-legend span {
        margin-left: 40px !important;
    }
}

@media screen and (max-width: 330px) {
    .legend span {
        display: block;
        text-align: left;
    }
    .legend span {
        margin-left: 15px !important;
    }
    .legend {
        width: 100%;
        margin: 0 auto;
    }
    .horizontal-legend {
        margin-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    .app_footer {
        display: block;
    }
    .www_footer {
        display: none;
    }
    /*#header-static {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2000;
        margin-top: 0;
    }*/
    /* .navbarIcon span.circle {
        position: absolute !important;
        width: 20px !important;
        height: 20px !important;
        right: -10px !important;
        top: -5px !important;
        margin-left: 0 !important;
        border-radius: 50% !important;
        background: #9d168d !important;
        font-size: 14px !important;
        text-align: center;
        color: #fff !important;
    } */

    .navbarIcons {
        float: left;
    }

    .responsive-x-768 {
        position: absolute;
        top: 50px;
        right: 0;
        display: none;
        transition: 0.5s;
    }
    .responsive-x-768.noGoogle {
        top: 50px;
        right: 0;
    }
    .responsive-x-768.fixed {
        top: 106px;
    }
    .responsive-x-768.fixed.noGoogle {
        top: 50px;
    }
    .responsive-x-768.active {
        display: block;
    }
    .burger-container {
        //padding-bottom: 17px;
        z-index: 2000;
    }
    .navbarIconBox {
        top: 49px;
    }
    .activeboxLoginBoxForm label {
        color: #000;
    }
    .navbarIcons {
        width: 100%;
    }
    .navbarIcon {
        width: 16.666%;
    }
    .burger-container.open {
        background: transparent;
    }
    /* .responsive-x-768 a.level2 {
        padding-top: 5px;
        padding-bottom: 5px;
    } */
    .icons-navbar {
        background: #fff;
    }
    .bg-white-opacity .icons-navbar {
        background: #fff;
    }
    .activeboxSearchBoxResults {
        height: 65vh;
        overflow-y: auto;
        padding-bottom: 20px;
    }
    a.level3 {
        width: 100% !important;
    }
}

@media screen and (max-width: 630px) {
    .end-promotion {
        margin-top: 0;
    }
    .products-of-day-list {
        padding-top: 20px;
    }
}

/*
@media screen and (max-width: 700px) {
    .promotion-item span.name {
        width: 100%;
        padding-bottom: 10px;
    }
    .promotion-item span.date {
        width: 100%;
    }
}

*/
@media screen and (max-width: 768px) and (min-width: 626px) {
    .responsive-x-768 {
        position: absolute;
        top: 50px;
        right: 0;
        display: none;
    }
    .responsive-x-768.noGoogle {
        top: 50px;
    }
    .responsive-x-768.fixed {
        top: 50px;
    }
    .responsive-x-768.fixed.noGoogle {
        top: 50px;
    }
    .responsive-x-768.active {
        display: block;
    }
    .counter-header p.time-left {
        font-size: 16px;
        text-transform: uppercase;
    }
    .counter-header {
        height: 220px;
        padding-top: 20px;
        font-size: 22px;
    }
    .countdown {
        font-size: 16px;
    }
}

@media screen and (max-width: 639px) {
    .responsive-x-768 {
        position: absolute;
        top: 50px;
        right: 0;
        display: none;
    }
    .responsive-x-768.noGoogle {
        top: 50px;
    }
    .responsive-x-768.fixed {
        top: 50px;
    }
    .responsive-x-768.fixed.noGoogle {
        top: 50px;
    }
}

@media screen and (max-width: 628px) {
    .navbarIcon span.circle {
        right: 20px !important;
    }
    .navbarIcons {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    /* .navbarIcon span.circle {
        right: 10px !important;
    } */
    .activeboxCartBoxFooter .col-xs-12 {
        text-align: right;
    }

    .counter-header p.time-left {
        font-size: 16px;
        text-transform: uppercase;
    }
    .counter-header {
        height: 220px;
        padding-top: 40px;
        font-size: 22px;
    }
    .product-day-discount .countdown {
        font-size: 21px;
        display: block !important;
    }
    .products-of-day .countdown {
        font-size: 21px;

    }

}

@media screen and (min-width: 1024px) {
    .shopping-path {
        margin-top: 0;
        top: -50px;
        left: calc(50% - 450px);
        position: absolute;
        z-index: 6000;
    }
    #cart, #order, #confirm {
        padding-top: 10px;
        position: relative;
    }
}

@media screen and (max-width: 1400px) {
    .shopping-path {
        max-width: 600px;
        left: calc(50% - 300px);
    }
}

@media screen and (max-width: 1024px) {
    .shopping-path {
        max-width: 900px;
        left: auto;
        margin-top: -120px;
        position: relative;
    }
}


@media screen and (max-width: 768px) {
    .shopping-path {
        margin-top: -20px;
        position: relative;
    }
}

@media screen and (max-width: 500px) {
    .shopping-path {
        justify-content: space-between;
        display: flex;
        padding-left: 0 !important;
    }
    .shopping-path .col-xs-4 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        text-align: center;
    }
    .shopping-path .col-xs-4 span.notactive, .shopping-path .col-xs-4 span.active, .shopping-path .col-xs-4 a {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .shopping-path .col-xs-4 span.notactive, .shopping-path .col-xs-4 span.active, .shopping-path .col-xs-4 a {
        font-size: 12px;
        vertical-align: top;
    }
    
    .arrow-path {
        display: inline-block;
        line-height: 1 !important;
        margin-top: -7px;
    }
    .tile-add-to-cart-button {
        width: 115px;
    }
    .newsletter-form input.form-control {
        width: 100%;
    }

    /* .navbarIcon span.circle {
        right: 0 !important;
    } */
    .counter-header p.time-left {
        font-size: 16px;
        text-transform: uppercase;
    }
    .counter-header {
        font-size: 22px;
        padding-top: 50px;
    }
    .countdown {
        font-size: 14px;
    }
}

.activeboxSearchBoxInput .form-control {
    width: 100%;
}

.contact-page {
    padding: 0 !important;
}

li.level3 {
    padding: 0 !important;
}

.products-of-day-list .adserver-products-list-top {
    margin-bottom: 70px;
}

@media screen and (min-width: 620px) and (max-width: 800px) {
    .products-wide .col-md-4 {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 769px){
    #header-static ul.level3 {
        position: absolute;
        top: 55px !important;
        left: 0px;
    }
    #header-static li.level2:hover>ul.level3 {
        opacity: 1;
        pointer-events: auto;
        top: 50px;
    }
    #header-static ul.level3:before {
        top: -10px;
    }
}

.www_hide {
    display: none;
}
.app_hide {
    display: block;
}

@media screen and (max-width: 620px) {
    #productsList .productBoxFooter a h3 {
        font: var(--mobile-productBox-wide-font);
        color: var(--mobile-productBox-wide-color);
        text-decoration: var(--mobile-productBox-wide-decoration);
    }
    #productsList .productBoxFooter a:hover h3, #productsList .productBoxFooter a:focus h3 {
        font: var(--mobile-productBox-wide-hover-font);
        color: var(--mobile-productBox-wide-hover-color);
        text-decoration: var(--mobile-productBox-wide-hover-decoration);
    }
    .products-wide #productsList .productBoxFooter a h3 {
        font: var(--mobile-productBox-font);
        color: var(--mobile-productBox-color);
        text-decoration: var(--mobile-productBox-decoration);
    }
    .products-wide #productsList .productBoxFooter a:hover h3, .products-wide #productsList .productBoxFooter a:focus h3 {
        font: var(--mobile-productBox-hover-font);
        color: var(--mobile-productBox-hover-color);
        text-decoration: var(--mobile-productBox-hover-decoration);
    }
}

.makeOrder {
    //position: fixed;
    //bottom: 50px;
    //right: 8.333%;
    width: 100%;
    z-index: 1000;
    //float: right;
}

.confirm .makeOrder {
    margin-top: 30px;
    background-color: var(--confirm-paybutton-bck) !important;
    color: var(--confirm-paybutton-color) !important;
    border-color: var(--confirm-paybutton-border) !important;
    border-radius: var(--confirm-paybutton-radius) !important;
    text-transform: var(--confirm-paybutton-transform) !important;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

.confirm .makeOrder:hover {
    background-color: var(--confirm-paybutton-hover-bck) !important;
    color: var(--confirm-paybutton-hover-color) !important;
    border-color: var(--confirm-paybutton-hover-border) !important;
    border-radius: var(--confirm-paybutton-hover-radius) !important;
}

.cart-summary {
    background: #f4f4f4;
    margin-left: 30px;
    width: calc(100% - 30px);
    padding: 10px;
}

.cart-summary p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.cart-summary .brutto-price {
    margin-bottom: 15px;
}

span.line {
    width: 100%;
    background: #eaeaea;
    display: block;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart-summary .back-to-buying {
    margin: 0;
    width: 100%;
    margin-top: 10px;
}

.cart-summary .back-to-buying {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart-info {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 10px 0 0 30px;
    width: calc(100% - 30px);
    padding: 10px;
    height: auto;
    overflow: hidden;
}

.cartTable tr th {
    background: #f4f4f4;
}

.cartDiscounts {
    background: #f4f4f4;
}

.cartDiscountsList, .cartDiscountsListAll {
    padding: 15px;
}

.deliveryTime {
    width: 100%;
    text-align: right;
    background: url(/themes/lilio/assets/img/icons/check.svg) no-repeat;
    background-size: auto 100%;
}

.freeTransport {
    width: 100%;
    text-align: right;
    background: url(/themes/lilio/assets/img/icons/delivery.svg) no-repeat;
    background-size: auto 100%;
}

.costTransport {
    width: 100%;
    text-align: right;
    background: url(/themes/lilio/assets/img/icons/delivery2.svg) no-repeat;
    background-size: auto 100%;
}

.bg-transparent {
    background: none;
    border-bottom: 1px solid #f4f4f4;
}

.number-navbar {
    padding: 0 50px 0 30px;
    margin-top: 20px;
    font: var(--header-phone-font);
    color: var(--header-phone-color);
    background: url() no-repeat;
    background-position: left center !important;
    background-size: var(--header-phone-icon-size);
}

.number-navbar a {
    font: var(--header-phone-font);
    color: var(--header-phone-color);
}

.number-navbar a:hover {
    color: var(--header-phone-hover-color);
}

.cartTable button.deleteFromCart, .cartTable button.deleteFromComplaint {
    background: url(/themes/lilio/assets/img/icons/trash.svg) no-repeat !important;
    width: 25px;
    height: 25px;
}

.cartTable button.deleteFromCart:hover, .cartTable button.deleteFromComplaint:hover {
    background: url(/themes/lilio/assets/img/icons/trash-purple.svg) no-repeat !important;
}

.cart-logo {
    max-height: 40px;
    margin-left: -100px;
}

/* #orderForm .form-control:focus {
    border-color: #005CEF;
} */

.label-text span, .label-text {
    font-weight: normal !important;
}

.label-text b {
    float: right;
    font-weight: normal !important;
    width: calc(100% - 21px);
    margin-right: 0 !important;
    display: block;
}

input[type="checkbox"], input[type="radio"]{
    position: absolute;
    right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
    color: var(--checkbox-color);
    background: none;
}

input[type="checkbox"]:checked + .label-text:before, .label-text.checked:before {
    content: "\f14a" !important;
    color: var(--checkbox-checked-color);
    animation: effect 250ms ease-in;
}

input[type="checkbox"] + .label-text.unchecked:before {
    content: "\f0c8";
    color: var(--checkbox-color);
}

input[type="checkbox"]:disabled + .label-text{
    color: #474747;
}

input[type="checkbox"]:disabled + .label-text:before{
    content: "\f0c8";
    color: #474747;
}

input[type="radio"] + .label-text:before {
    speak: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    //width: 1em;
    display: inline-block;
    margin-right: 5px;
    -webkit-box-shadow: var(--radio-border);
-moz-box-shadow: var(--radio-border);
box-shadow: var(--radio-border);
    content: '';
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    margin-top: 1px;
}

input[type="radio"]:checked + .label-text:before{
    content: '';
    background: var(--radio-checked-bck);
    -webkit-box-shadow: var(--radio-checked-border);
-moz-box-shadow: var(--radio-checked-border);
box-shadow: var(--radio-checked-border);
    animation: effect 250ms ease-in;
    border: 2px solid #f5f5f5;
    padding: 2px;
    border-radius: 50%;
}

input[type="radio"]:checked + .label-text span, input[type="radio"]:checked + .label-text span b,  input[type="radio"]:checked + .label-text {
    font-weight: bold !important;
}



#orderCreateAccount .label-text {
    width: 100%;
}

#orderCreateAccount .col-sm-3 {
    width: calc(100% - 30px) !important;
}

.cartMethodsShipments input[type="radio"]:checked + .label-text:before{
    padding: 2px;
}

.cartMethodsShipments div.required label::after, .cartMethodsPayments  div.required label::after{
    display:none;
}

.cartMethodsSummary label:after {
    display: none;
}

.cartMethodsSummary label.star:before, #registrationForm .star::before {
    content: "*";
    font-size: 21px;
    color: var(--required-star-color);
    vertical-align: top;
}

.cartMethodsSummary .checkbox label {
    padding-left: 0;
}

#shopstransports-shtid .description, #shopspayments-shpid .description {
    display: none;
    padding-bottom: 10px;
    padding-left: 30px !important;
}

#shopstransports-shtid label, #shopspayments-shpid label {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
}

#shopstransports-shtid label:hover, #shopspayments-shpid label:hover {
    background: rgb(232, 232, 232) !important;
}

.field-shopstransports-shtid .col-sm-6.col-sm-offset-3, .cartMethodsPayments .col-sm-6.col-sm-offset-3 {
    margin-left: 0;
    width: 100%;
}

.field-shopstransports-shtid .order-radio label span, .cartMethodsPayments .order-radio label span  {
    display: inline-block;
    margin-left: 0;
}

.field-shopstransports-shtid .order-radio .description, .cartMethodsPayments .order-radio .description  {
    margin: 0;
}

.field-shopstransports-shtid .order-radio label:hover, .cartMethodsPayments .order-radio label:hover {
    color: #000;
}

.field-shopstransports-shtid .label-text span, .cartMethodsPayments .label-text span  {
    width: calc(100% - 115px);
}

.field-shopstransports-shtid .label-text span.transports-price, .cartMethodsPayments .label-text span.transports-price  {
    width: 85px;
    text-align: right;
    vertical-align: top;
}
.field-shopstransports-shtid .label-text span.delivery-info, .cartMethodsPayments .label-text span.delivery-info,
.cartMethodsPayments .label-text span.slash, .field-shopstransports-shtid .label-text span.slash {
    width: auto;
    display: inline;
}
.field-shopstransports-shtid .withLogo .label-text span.transports-price, .cartMethodsPayments .withLogo .label-text span.transports-price  {
    margin-top: 10px;
}

.field-shopstransports-shtid .label-text, .cartMethodsPayments .label-text {
    width: 100%;
}

label.star {
    padding-left: 5px;
}

.field-shopstransports-shtid .order-radio label:hover, .cartMethodsPayments .order-radio label:hover {
    background: none;
    color: #000;
}
#header-dynamic.bg-transparent {
    position: relative !important;
}

.cartDiscountsForm .form-control, .cartDiscountsForm  .btn-blue {
    height: 40px !important;
}

.cartDiscountsForm .btn-blue {
    width: auto;
    background: var(--cart-discounts-btn-bck);
    font: var(--cart-discounts-btn-font) !important;
    padding: var(--cart-discounts-btn-padding) !important;
    display: inline-block;
    color: var(--cart-discounts-btn-color) !important;
    border: var(--cart-discounts-btn-border);
    border-radius: var(--cart-discounts-btn-radius);
    text-transform: var(--cart-discounts-btn-transform);
    height: auto !important;
}

.cartDiscountsForm .btn-blue:hover, .cartDiscountsForm .btn-blue:focus {
    background: var(--cart-discounts-btn-hover-bck);
    color: var(--cart-discounts-btn-hover-color) !important;
    border: var(--cart-discounts-btn-hover-border);
}

.cartDiscounts {
    padding-top: 0;
}

#discounts h2 {
    margin-bottom: 0;
}

.cartDiscountsForm {
    margin-bottom: 0;
}

.cart-radio .label-text {
    margin-left: 0;
    font-size: 16px;
    width: 100%;
}

div.required label::after {
    font-size: 21px;
    vertical-align: top;
}
.newsletterFooter-rodo.required label::after {
    color: var(--newsletterFooter-required-star-color);
}
#orderForm {
    max-width: 900px;
    margin: 0 auto;
}

.order-login {
    max-width: 900px;
    margin: 0 auto 30px auto;
    display: none;
}

.order-login .activeboxLoginBox {
    width: 100%;
}

.correct {
    border: var(--correct-btn-border);
    width: auto;
    padding: var(--correct-btn-padding);
    cursor: pointer;
    text-transform: var(--correct-btn-transform);
    font: var(--correct-btn-font);
    color: var(--correct-btn-color);
    background: var(--correct-btn-bck);
    border-radius: var(--correct-btn-radius);
}

.correct:hover {
    border: var(--correct-btn-hover-border);
    color: var(--correct-btn-hover-color);
    background: var(--correct-btn-hover-bck);
}

.cartTable > thead > tr > th {
    border-bottom: 0;
}

.cartTable > tbody > tr:first-child > td {
    border-top: 0;
}

.cartTable .responsive-1x1::before {
    padding-top: 80%;
}

.auth-link.btn-wide.facebook {
    border: 1px solid #3c5693;
    line-height: 30px;
    padding: 2px 5px 5px 5px;
    background: #fff;
    width: 193px;
    margin-left: 5px;
    text-align: center;
}

.auth-link.btn-wide.facebook:hover {
    background: #3c5693;
}

.auth-clients .auth-client .auth-link.btn-wide .auth-icon.facebook {
    background-image: url(/themes/lilio/assets/img/icons/facebook-blue.svg) !important;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
}

.auth-clients .auth-client .auth-link.btn-wide:hover .auth-icon.facebook {
    background-image: url(/themes/lilio/assets/img/icons/facebook-white.svg) !important;
}

.auth-clients .auth-client .auth-link.btn-wide.facebook .auth-title {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-top: 0;
    color: #3c5693;
}

.auth-clients .auth-client .auth-link.btn-wide.facebook:hover .auth-title {
    color: #fff;
}

.auth-link.btn-wide.google {
    border: 1px solid #d2564e;
    line-height: 30px;
    padding: 2px 5px 5px 5px;
    background: #fff;
    width: 193px;
    text-align: center;
}

.auth-link.btn-wide.google:hover {
    background: #d2564e;
}

.auth-clients .auth-client .auth-link.btn-wide .auth-icon.google {
    background-image: url(/themes/lilio/assets/img/icons/google-red.svg) !important;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
}

.auth-clients .auth-client .auth-link.btn-wide:hover .auth-icon.google {
    background-image: url(/themes/lilio/assets/img/icons/google-white.svg) !important;
}

.auth-clients .auth-client .auth-link.btn-wide.google .auth-title {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-top: 0;
    color: #d2564e;
}

.auth-clients .auth-client .auth-link.btn-wide.google:hover .auth-title {
    color: #fff;
}

.btn-wide .auth-title {
    text-transform: none;
}

.form-check .col-sm-3 {
    width: calc(100% - 30px);
    float: none;
}

.form-check label {
    width: 100%;
    font-weight: normal;
}

.form-check label:after {
    display: none;
}

.form-check label.label-text:after {
    display: inline-block;
}

.recaptcha, .rodo-container {
    clear: both;
}

.rodo-container {
    height: auto;
    overflow: hidden;
}

.label-text, .label-text .control-label {
    cursor: pointer;
}

#profileForm .label-text:before {
    margin-left: 5px;
}

#profileForm .profile .label-text:before {
    margin-left: 0;
}

#profileForm label.profile {
    margin-left: 0;
}


.stateful-color-grey span {
    color: #666;
}
.stateful-color-white span{
    color: #fff !important;
}
.fixed .stateful-color-white span{
    color: #666 !important;
}

.stateful-color-white span.text-black {
    color: #000 !important;
}

/* .stateful-color-grey path {
    fill: var(--header-icons-fixed-fill);
}

.fixed .stateful-color-grey path, .fixed .stateful-color-white path {
    fill: var(--header-icons-fixed-fill);
}

.stateful-color-grey:hover path {
    fill: var(--header-icons-fixed-hover-fill);
}
body.home .fixed .stateful-color-white path {
    fill: var(--header-icons-fixed-fill);
}

.bg-white-opacity .stateful-color-grey path {
    fill: var(--header-icons-fixed-fill);
}

.bg-white-opacity .stateful-color-grey:hover path {
    fill: var(--header-icons-fixed-hover-fill) !important;
}

.statefull-color-dark path, .stateful-color-dark path {
    fill: var(--header-icons-fixed-fill);
}
body.home .fixed .stateful-color-purple path, .bg-white-opacity .stateful-color-purple path {
    fill: var(--header-icons-fixed-hover-fill);
} */
.fixed .navbarIcon > a > span {
    color: #666;
}

.activebox .stateful-color-grey span {
    color: #8F0D7A !important;
}

.activebox .stateful-color-grey path {
    fill: var(--fill-icon-mobile);
}

.home #header-dynamic:not(.fixed) .navbarIcon .stateful-color-grey svg,
.home #header-dynamic:not(.fixed) .navbarIcon .stateful-color-grey path {
    fill: var(--header-icons-fill);
}


.fixed .navbar .nav > li > a {
    color: #000;
}

.bg-white-opacity .stateful-color-white path {
    fill: var(--fill-icon-mobile);
}

h2.login {
    display: none;
}

.activeboxLoginBox input:focus {
    border: 1px solid #005CEF;
}

.blog h1 {
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.icons-navbar {
    width: 250px !important;
    float: right;
    padding: 0;
}

.field-contacts-cntemail .col-xs-3, .field-contacts-cntpassword .col-xs-3 {
    padding-right: 0;
}

.confirm {
    max-width: 1500px;
    width: 100%;
}

.confirm h2 {
    background: #f5f5f5;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    font-family: var(--font-family1);
}

.payment {
    background: #f5f5f5;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 30px;
}

.payment h2 {
    margin-top: 0;
    padding-top: 0;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding-left: 0;
}

.confirm-summary {
    border: 1px solid #ddd;
}

.confirm-shipment {
    background: url(/themes/lilio/assets/img/icons/currency.svg) left center no-repeat;
    background-size: 20px 20px;
    padding: 5px;
    padding-left: 30px;
}

.confirm-transport {
    background: url(/themes/lilio/assets/img/icons/delivery.svg) left center no-repeat;
    background-size: 20px 20px;
    padding: 5px;
    padding-left: 30px;
}

.confirm-document {
    background: url(/themes/lilio/assets/img/icons/note.svg) left center no-repeat;
    background-size: 20px 20px;
    padding: 5px;
    padding-left: 30px;
}

.confirm-status {
    background: url(/themes/lilio/assets/img/icons/check2.svg) left center no-repeat;
    background-size: 20px 20px;
    padding: 5px;
    padding-left: 30px;
}

.newsletter-form .form-group {
    margin-bottom: 0;
}

/* #activeboxUser.activebox path, #activeboxSearch.activebox path, #activeboxMixed.activebox path, #activeboxCart:hover path, #activeboxClipboard:hover path, #activeboxUser:hover path, #activeboxSearch:hover path, #activeboxMixed:hover path {
    fill: var(--header-icons-hover-fill) !important;
} */

.cartMethodsShipments .order-radio label span b, .cartMethodsPayments .order-radio label span b {
    text-align: right;
}

.cartMethodsShipments .label-text b, .cartMethodsPayments .label-text b {
    width: auto;
}

#clipboard {
    padding-top: 80px;
}

.clear-cart {
    border: 0;
    color: var(--clear-cart-btn-color);
    background: url() center left no-repeat;
    padding-left: 30px;
    padding-right: 0;
    margin-right: 0;
    float: right;
    width: auto;
    text-transform: var(--clear-cart-btn-transform);
}
.mobile-delete-cart button {
    color: var(--clear-cart-btn-color);
}
.clear-cart:hover, .mobile-delete-cart:hover button  {
    border: 0;
    color: var(--clear-cart-btn-hover-color);
}

.field-contacts-registration label {
    text-transform: none !important;
}

#profile form {
    background: #f5f5f5;
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.lazy {
    height: auto;
    min-height: 200px;
}

.lazy-list {
    height: auto;
    overflow: hidden;
}

.col-xl-2 .tile .btn.add2clipboard {
    /* display: none !important; */
}

.results {
    max-height: 330px;
    overflow: hidden;
}
.results.results-categories-display {
    height: auto;
    max-height: 2000px;
}
.results-categories {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    max-height: var(--searchResults-categoriesTags-max-height);
}
.visible-xl {
    display: none !important;
}

.visible {
    display: block !important;
}

#variants .grid-item, #similars .grid-item {
    width: 33.333%;
}

#variants .owl-item .grid-item, #similars .owl-item .grid-item {
    width: 100% !important;
}

#promotionFrame {
    background: var(--promotion-frame-background);
    padding: 10px;
    text-align: center;
    color: var(--promotion-frame-color);
    top: 70px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#promotionFrame .btn-promo {
    border: var(--promotion-frame-btn-border);
    color: var(--promotion-frame-btn-color);
    background: var(--promotion-frame-btn-bck);
    border-radius: var(--promotion-frame-btn-radius);
    font-size: 16px;
    text-transform: none;
    padding: 4px 25px;
    margin-left: 30px;
}

#promotionFrame .btn-promo:hover {
    border: var(--promotion-frame-btn-hover-border);
    color: var(--promotion-frame-btn-hover-color);
    background: var(--promotion-frame-btn-hover-bck);
    border-radius: var(--promotion-frame-btn-hover-radius);
}

#infoFrame {
    background: var(--info-frame-background);
    padding: 10px;
    text-align: center;
    color: var(--info-frame-color);
    top: 70px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.pswp {
    z-index: 10000 !important;
}
.pswp img {
    max-width: none;
    object-fit: contain;
}
#product-gallery .col-xs-3 {
    width: 25%;
}
#product-gallery .col-xs-3:first-child {
    width: 50%;
}

.product3x4 #product-gallery .col-xs-3:first-child {
    width: 16%;
}

.product-photo-thumb {
    margin-bottom: 10px;
}

.pswp__bg {
    background: var(--photoswipe-bg);
}

.clearSearchButton, .clearSearchPagesButton {
    position: absolute !important;
    right: 50px;
    top: 10px !important;
    display: none;
    z-index: 3000;
    cursor: pointer;
}
.clearSearchButton {
    right: 10px;
}
#activeboxSearch.activebox .clearSearchButton path, .clearSearchPagesButton path {
    fill: #ddd !important;
}
#activeboxPagesSearch form, .activeboxSearchBoxInput form {
    position: relative;
    text-align: right;
    width: calc(100% - 40px);
}

.category-box {
    padding: 15px;
    transition: 500ms;
    display: flex;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    flex-flow: column nowrap;
    margin-bottom: 20px;
    width: 25%;
}
.owl-item .category-box {
    margin-bottom: 0;
    width: 100%;
}
.category-box:hover {
    background: var(--categorybox-hover-bck);
    transition: 500ms;
}

.sliderCategories {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    display: flex;
}
.sliderCategories .owl-stage {
    display: flex;
    align-items: stretch;
}
.sliderCategories .owl-item {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: stretch;
}
.sliderCategories .button {
    width: 100%;
    align-self: flex-end;
    justify-content: center;
    display: flex;
    flex: none;
}
.sliderCategories .button button {
    display: inline-flex;
    text-transform: none;
    border: var(--categorybox-button-border);
    background: var(--categorybox-button-bck);
    color: var(--categorybox-button-color);
}

.sliderCategories .category-box .button button:hover {
    border: var(--categorybox-button-hover-border);
    background: var(--categorybox-button-hover-bck);
    color: var(--categorybox-button-hover-color);
}

/* .sliderCategories .category-desc {
    text-align: center;
    height: 90px;
    width: 100%;
    align-self: flex-end;
} */
.sliderCategories .category-box-name {
    width: 100%;
    display: flex;
    align-self: flex-start;
    align-content: flex-start;
    /* min-height: 50px; */
    margin-top: 20px;
    justify-content: center;
    flex: auto;
}
.sliderCategories .category-box a.image-cont {
    /* margin-bottom: 15px; */
    display: flex;
    align-self: flex-start;
    align-content: flex-start;
    flex: none;
    justify-content: center;
    width: 100%;
}
.sliderCategories .category-box a.image-cont .img-responsive {
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}
.sliderCategories a, .sliderCategories a h3 {
    margin: 0;
}
.sliderCategories h3 {
    color: var(--categorybox-color);
    font: var(--categorybox-font);
    display: flex;
    text-align: center;
}
.sliderCategories .category-box:hover /*.category-desc */h3 {
    color: var(--categorybox-hover-color);
}

.sliderCategories .owl-nav {
    margin-top: 20px;
}

.sliderCategories .owl-prev, .sliderCategories .owl-next {
    width: calc(50% - 25px);
    height: 40px;
}
.sliderCategories .owl-prev {
    position: relative;
    left: auto;
}
.sliderCategories .owl-next {
    width: calc(50% - 20px);
}
.sliderCategories .arrow-left, .sliderCategories .arrow-right {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    transform: none;
}
.sliderCategories .arrow-left {
    float: left;
}
.parametermore {
    text-align: center;
    display: none;
}

.slider {
    display: block;
}

.youSave {
    background: url(/themes/lilio/assets/img/icons/discount.svg) left center no-repeat;
    background-size: 18px 18px;
    padding-left: 25px;
    height: 20px;
    line-height: 1;
    font-size: 16px;
}

.youSave span {
    color: #f94442;
}

.navbarMenu2-el>a,.navbarMenu3-el>a{
    font-size:18px;
}
.navbarMenu2{
    position:relative;
    text-align: center;
}
.navbarMenu2 .owl-dots{
    text-align:center
}
.navbarMenu2-el{
    display:inline-block;
    margin-right:5px;
    position: relative;
}
.navbarMenu2-el>a{
    color: var(--menu-color);
    border-bottom: var(--menu-border);
    display:block;
    line-height:50px;
    text-decoration:none;
    padding:0 10px;
    /* -webkit-transition:all .2s ease-in-out; */
    /* transition:all .2s ease-in-out; */
    font: var(--menu-font);
    text-transform: var(--menu-transform);
}
.fixed .responsive-1300-x .navbarMenu2-el a {
    color: var(--menu-fixed-color);
}
.fixed .responsive-1300-x .navbarMenu2-el:hover a.level2 {
    color: var(--menu-fixed-hover-color);
    border-bottom: var(--menu-fixed-hover-border);
}
.navbarMenu2 a.active{
    background-color: var(--menu-active-bck);
    color: var(--menu-active-color);
    text-decoration: none;
    border-bottom: var(--menu-active-border);
}

.navbarMenu2-el:hover>a,.navbarMenu2-el>a.active:hover{
    text-decoration:none;
    border-bottom: var(--menu-hover-border);
    color: var(--menu-hover-color);
}
.bg-white-opacity .navbarMenu2-el a.level2 {
    color: var(--menu-fixed-color) !important;
}
.bg-white-opacity .navbarMenu2-el a.level2:hover {
    color: var(--menu-fixed-hover-color) !important;
}
.bg-white-opacity .navbarMenu2-el a.level2.active {
    color: var(--menu-active-color) !important;
}
.navbarMenu2-el a.level3 {
    color: var(--submenu-color);
}
.navbarMenu2-el a.level3:hover {
    color: var(--submenu-hover-color);
}
.responsive-768-1300 .navbarMenu2-el>a {
    color: var(--menu-color);
}
.fixed .responsive-768-1300 .navbarMenu2-el>a {
    color: var(--menu-fixed-color);
}
.fixed .navbarMenu2-el a.level3 {
    color: var(--submenu-color);
}
.fixed .navbarMenu2-el a.level3:hover {
    color: var(--submenu-hover-color);
}

.navbarMenu3{
    display:none;
    -webkit-box-shadow: var(--submenu-shadow);
    box-shadow: var(--submenu-shadow);
    left:0;padding:20px;
    min-height:300px;
    position:absolute;
    right:0;
    z-index: 6000;
}
.navbarMenu3 .row{
    position:relative
}
.navbarMenu2-el:hover .navbarMenu3{
    display:block;
    background: var(--submenu-container-bck);
}
.navbarMenu3 .col-sm-12 .col-sm-12{
    float:left;
    width:100%;
}
.navbarMenu2-el:first-child .navbarMenu3 .col-sm-12 .col-sm-12 {
    width: 33.333%;
    max-width: 260px;
}
.navbarMenu3 .col-sm-5{
    display:none;
    width:230px;
    padding:0;
    margin:0
}
.navbarMenu3:hover .col-sm-5{
    position:absolute;
    display:block
}
.navbarMenu3-el>a{
    display:block;
    text-transform: var(--submenu-transform);
    color: var(--submenu-color);
    font: var(--submenu-font);
    border-bottom: var(--submenu-border);
}
.navbarMenu3-el>a.level3{
    margin-bottom:10px;
}
#header-static .responsive-1300-x a.level3:hover, #header-static .responsive-768-1300 a.level3:hover,
#header-static .responsive-1300-x a.level3.open, #header-static .responsive-768-1300 a.level3.open {
    background: var(--submenu-hover-bck);
    color: var(--submenu-hover-color);
    border-bottom: var(--submenu-hover-border);
}
.submenuHeader {
    color: var(--submenu2-header-color) !important;
    font: var(--submenu2-header-font) !important;
    border-bottom: var(--submenu2-header-border) !important;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
    display: block;
    text-transform: var(--submenu2-header-transform);
}
.submenuHeader:hover {
    color: var(--submenu2-header-hover-color) !important;
    font: var(--submenu2-header-hover-font) !important;
    border-bottom: var(--submenu2-header-hover-border) !important;
}
.navbarMenu3-el>a.level4{
    padding-bottom:4px;
    float:left;
    clear:both
}

.navbarMenuMobile{
    padding:10px 0;
    display:none
}

.menu-desktop .navbarMenu3.sub {
    padding: 0;
    min-height: 320px;
    width: 910px;
}

.menu-desktop .navbarMenu3 * {
    position: static;
}

.menu-desktop .submenu {
    position: absolute;
    left: 270px;
    display: none;
    width: 250px;
    top: 5px;
    padding-left: 20px;
    z-index: 1000;
    bottom: 0;
    text-align: left;
}

.menu-desktop .navbarMenu3-el:hover .submenu {
    display: block;
}

.menu-desktop .navbarMenu3-el {
    position: static;
    width: 350px;
}

.menu-desktop .sub .navbarMenu3-el > a.level3 {
    width: 350px;
    margin: 0 !important;
    padding: 3px 20px;
    position: static;
}

.menu-desktop .sub a.level4 {
    padding-bottom: 0;
    text-align: left;
    color: var(--submenu2-color) !important;
    font: var(--submenu2-font);
    background: var(--submenu2-bck);
    border-bottom: var(--submenu2-border);
    text-transform: var(--submenu2-transform);
}

.menu-desktop .sub a.level4:hover {
    color: var(--submenu2-hover-color) !important;
    border-bottom: var(--submenu2-hover-border);
    background: var(--submenu2-hover-bck);
}

.footerMenu .level2.active {
    color: #000 !important;
}

.menu-desktop .level3.active {
    color: var(--submenu-active-color) !important;
    background-color: var(--submenu-active-bck);
    border-bottom: var(--submenu-active-border);
}

.menu-desktop .level4.active, .menu-desktop .sub .level4.active {
    color: var(--submenu2-active-color) !important;
}
/*
.menu-desktop .level4.active, .menu-desktop .sub .level4.active {
    background: none !important;
} */

.menu-desktop .submenu.active {
    display: block;
}

.menu-desktop .navbarMenu3.sub .navbarMenu3-el:first-child a.level3 {
    width: 250px;
    padding-top: 20px;
}

.menu-desktop .navbarMenu3.sub .navbarMenu3-el:last-child a.level3 {
    width: 250px;
    padding-bottom: 20px;
}

.menu-desktop a.level4 img, .menu-desktop a.level3 img {
    display: none;
    opacity: 0;
    border: var(--menu-img-border);
}
.menu-desktop a.level4:hover img, .menu-desktop a.level3:hover img {
    display: block;
    position: absolute;
    top: 25px;
    left: 270px;
    opacity: 1;
    transition: opacity 0.5s linear;
}

.menu-desktop a.level3:hover img {
    left: 550px;
    top: 30px;
}

.footerMenu .navbarMenu2-el {
    width: 100%;
    display: block;
    float: none;
}

.footerMenu .navbarMenu2-el a {
    color: #666;
    font-size: 16px;
    padding-top: 5px;
    line-height: 1;
    text-align: left;
    border: 0;
    padding-left: 0;
    height: 22.85px;
}

.footerMenu .navbarMenu2-el a:hover {
    color: #000;
    text-decoration: underline !important;
    border: 0;
}

.footerMenu .navbarMenu3.sub {
    display: none;
}

.product-details .add-to-cart a.variantsLink {
    padding-top: 0;
    display: block;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.select2-container--krajee .select2-results__option[aria-selected="true"] {
    background-color: #f4f4f4 !important;
    color: #666 !important;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #000 !important;
    color: #fff !important;
}

.select2-container--krajee .select2-dropdown, .select2-container--krajee.select2-container--open .select2-selection, .select2-container--krajee .select2-selection:focus, .select2-container--krajee .select2-selection {
    box-shadow: none !important;
    border-color: #b0b6bd !important;
    border-radius: 0 !important;
}

.featureOptions .select2-container--krajee, .featureOptions select.form-control {
    width: 300px !important;
    max-width: 300px;
}
.countdown-field {
    width: 300px;
    font-weight: normal;
}
.countdownLabel {
    width: 100%;
}
.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field, .featureOptions select.features-select {
    color: #212121 !important;
    height: 38px !important;
    cursor: pointer;
    background: url('/themes/lilio/assets/img/icons/arrow-down.svg') no-repeat;
    background-size: 16px 16px;
    background-position: 273px 10px;
}

.select2-container--krajee .select2-selection {
    font-size: 16px !important;
}

.featureOptions .select2-container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    right: 10px;
    background: url(/themes/lilio/assets/img/icons/arrow-down.svg) no-repeat;
    background-size: 16px 16px;
}

.description .add-to-cart .addToCart, .description .add-to-cart .add2clipboard {
    height: 57px;
}

.description .add-to-cart .add2clipboard {
    display: flex;
    justify-content: center;
}

.ias-trigger a.btn {
    background: var(--produtcs-more-btn-bck);
    border: var(--products-more-btn-border);
    border-radius: var(--products-more-btn-radius);
    text-transform: var(--products-more-btn-transform);
}

.ias-trigger a.btn:hover {
    background: var(--produtcs-more-btn-hover-bck);
    border: var(--products-more-btn-hover-border);
    border-radius: var(--products-more-btn-hover-radius);
}

.cartSubmit {
    border: var(--cart-btn-border) !important;
    background: var(--cart-btn-bck) !important;
    color: var(--cart-btn-color) !important;
    border-radius: var(--cart-btn-radius) !important;
    padding: var(--cart-btn-padding) !important;
    text-transform: var(--cart-btn-transform) !important;
    font: var(--cart-btn-font) !important;
}

.cartSubmit:hover {
    border: var(--cart-btn-hover-border) !important;
    background: var(--cart-btn-hover-bck) !important;
    color: var(--cart-btn-hover-color) !important;
    border-radius: var(--cart-btn-hover-radius) !important;
}

.btn-cart {
    border: var(--order-btn-border) !important;
    background: var(--order-btn-bck) !important;
    color: var(--order-btn-color) !important;
    text-transform: var(--order-btn-transform) !important;
    border-radius: var(--order-btn-radius) !important;
    font: var(--order-btn-font) !important;
}

.btn-cart:hover {
    border: var(--order-btn-hover-border) !important;
    background: var(--order-btn-hover-bck) !important;
    color: var(--order-btn-hover-color) !important;
    border-radius: var(--order-btn-hover-radius) !important;
}

#orderLogin {
    border: var(--orderLogin-btn-border) !important;
    background: var(--orderLogin-btn-bck) !important;
    color: var(--orderLogin-btn-color) !important;
    text-transform: var(--orderLogin-btn-transform) !important;
    border-radius: var(--orderLogin-btn-radius) !important;
}

#orderLogin:hover {
    border: var(--orderLogin-btn-hover-border) !important;
    background: var(--orderLogin-btn-hover-bck) !important;
    color: var(--orderLogin-btn-hover-color) !important;
    border-radius: var(--orderLogin-btn-hover-radius) !important;
}

.register-btn {
    border: var(--register-btn-border) !important;
    background: var(--register-btn-bck) !important;
    color: var(--register-btn-color) !important;
    border-radius: var(--register-btn-radius) !important;
    padding: var(--register-btn-padding) !important;
    text-transform: var(--register-btn-transform) !important;
    font: var(--register-btn-font) !important;
}

.register-btn:hover {
    border: var(--register-btn-hover-border) !important;
    background: var(--register-btn-hover-bck) !important;
    color: var(--register-btn-hover-color) !important;
    border-radius: var(--register-btn-hover-radius) !important;
}
.activeboxLoginBoxForm .btn-trans {
    color: var(--resetPassword-btn-color) !important;
    text-transform: var(--resetPassword-btn-transform) !important;
    font: var(--resetPassword-btn-font) !important;
}
.activeboxLoginBoxForm .btn-trans:hover {
    color: var(--resetPassword-btn-hover-color) !important;
}
.productDeliveryTime {
    display: none;
}
.buttonImg {
    background: none;
    border: 2px solid transparent;
    font-size: 13.6px;
    text-transform: none;
    width: calc(25% - 4px);
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    display: none;
    white-space: normal;
}
.buttonImg small {
    white-space: nowrap;
}
.buttonImg:nth-child(1),
.buttonImg:nth-child(2),
.buttonImg:nth-child(3),
.buttonImg:nth-child(4) {
    display: inline-block;
}
.owl-item .buttonImg {
    width: 100%;
    display: block;
}
.buttonImg:hover {
    background: none;
    border: var(--img-button-hover-border);
    border-radius: var(--img-button-border-hover-radius);
}

.buttonImg.active {
    background: none;
    border: var(--img-button-active-border);
    border-radius: var(--img-button-border-active-radius);
}

.buttonImg figure .product-photo {
    margin: 0 auto;
}

.owl-item .buttonImg figure {
    height: auto !important;
    margin-bottom: 10px;
}

.btnFeaturesCont {
    margin-bottom: 20px;
    /* display: none; */
}
#btnFeaturesContId .owl-controls {
    height: 40px;
}

.btnFeaturesCont.featuresButtonsCarousel {
    display: block;
}

.featuresButtonsCarousel .owl-dot span {
    width: 15px;
    height: 15px;
}

.featuresButtonsCarousel .owl-dots {
    margin-top: 10px;
}

.featuresButtonsCarousel {
    width: calc(100% - 150px);
}

.featuresButtonsCarousel .owl-nav {
    margin-bottom: 0;
}

.features-arrow-right {
    background: url(/themes/lilio/assets/img/icons/arrow-right2.svg) no-repeat;
    background-size: 25px 25px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -50px;
    top: 38px;
}

.magnifier {
    width: 24px;
    height: 24px;
    display: none;
    position: absolute;
    bottom: 40px;
    right: 10px;
}

.magnifier svg {
    fill: var(--imgButton-zoom-fill);
}

.magnifier svg:hover {
    fill: var(--imgButton-zoom-hover-fill);
}

#featuresErrors {
    display: none;
    position: relative;
    font-size: 16px;
    width: 100%;
    padding: 10px;
}

#pattern {
    display: none;
}

.errorsListRow {
    padding-top: 10px;
    background: var(--featuresErrors-bck);
    border: var(--featuresErrors-border);
    color: var(--featuresErrors-color);
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.errorsListRow span {
    font-weight: bold;
}

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

.tooltip-inner {
    background: #fff;
    border: 1px solid #f4f4f4;
    max-width: 300px;
    padding: 7px 2px 2px 2px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16);
}

.tooltip.in {
    opacity:1!important;
    font-family: 'Titillium Web', sans-serif;
}

#filters-el-price .tooltip-inner {
    background: var(--filter-slider-price-tooltip-bck);
    border: var(--filter-slider-price-tooltip-border);
    font: var(--filter-slider-price-tooltip-font);
    color: var(--filter-slider-price-tooltip-color);
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1;
}

#filters-el-price .tooltip.top .tooltip-arrow {
    border-top-color: var(--filter-slider-price-tooltip-arrow-bck);
}

figcaption  {
    display: none;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
     background-color: #000;
 }

 .featureBigPhoto {
     z-index: 5000;
 }

 .cart-container {
     position: relative;
 }

 #products-subscriptions-form {
     padding-top: 20px;
 }

 #products-subscriptions-form .form-control {
     height: 40px;
 }

 .orderReview h2 {
     background: none;
     text-align: left;
     text-transform: none;
     font-size: 26px;
     padding: 0;
     margin-bottom: 5px;
     font-family: var(--font-family2);
 }

.orderReview .stars {
    transform: scale(.70);
}

.stars-cont {
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%;
    height: auto;
    padding-left: 0;
    max-width: 460px;
}

.orderReview .stars-cont {
    padding-top: 5px;
}

.orderReview textarea.form-control {
    width: 440px;
    padding: 15px 10px 10px 10px;
    margin-top: -20px;
}

#reviewName {
    width: 100%;
    max-width: 440px;
    margin-top: -13px;
}

.orderReview textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.orderReview textarea.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.orderReview textarea.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.orderReview textarea.form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.orderReview textarea.form-control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #777;
}
.orderReview textarea.form-control:focus::-moz-placeholder { /* Firefox 19+ */
    color: #777;
}
.orderReview textarea.form-control:focus:-ms-input-placeholder { /* IE 10+ */
    color: #777;
}
.orderReview textarea.form-control:focus:-moz-placeholder { /* Firefox 18- */
    color: #777;
}

.orderReview .opinion-cont label {
    font-weight: normal;
    text-transform: uppercase;
    padding: 3px 7px;
    background: #fff;
    transform: translate(10px, 25px);
    transition: 0.3s;
}

.opinion-cont{
    position: relative;
    padding-top: 0;
}

.orderReview-cont {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0 20px 0;
    margin-bottom: 10px;
}

.orderReview-cont a h2 {
    font-size: 22px;
}

.reviews-list-el-content a {
    color: #000;
    font-size: 16px;
}

.orderReview .btn {
    font-size: 18px;
    padding: 15px 150px;
}

.productPremium .orderReview .btn {
    padding: 18px 50px;
    width: 100%;
    max-width: 350px;
    line-height: 1;
}

.orderReview-cont .small-font {
    font-size: 14px;
    margin-top: 7px;
}

.reviews-list-el-content {
    font-size: 18px;
    padding-top: 3px;

}

.modal-body {
    background: url() center center no-repeat;
    background-size: 100%;
    width: 600px;
    height: 450px;
}

#exitForm {
    height: 450px;
}

#cartExitForm {
    padding: 15px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: auto;
    background: #fff;
}

.cartExit .modal-title {
    padding-top: 10px;
}

#cartExitForm .contact-rodo, #cartExitForm .checkbox {
    margin-bottom: 0;
    margin-top: 0;
}

#cartExitForm .contact-rodo.required label::after {
    top: 0;
}

#cartExitForm .btn-blue {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 15px;
}

#cartMobilePopup #cartExitForm .btn-blue {
    margin-top: 0;
}

#cartMobilePopup #cartExitForm  {
    padding-left: 10px;
    padding-right: 10px;
    left: auto;
    right: auto;
    width: 100%;
    padding-top: 0;
    top: auto;
    bottom: auto;
    position: relative;
}

#cartMobilePopup #exitForm {
    height: auto;
}

#cartMobilePopup .form-group, #cartMobilePopup .contact-rodo {
    margin-bottom: 7px;
}

#cartExitForm .g-recaptcha div {
    margin: 0 auto;
}

#applyContestThanks {
    background: #fff;
    width: 80%;
    left: 10%;
    right: 10%;
    height: auto;
    max-width: 100%;
    display: block;
    position: absolute;
    top: calc(50% - 100px);
    z-index: 4000;
    color: var(--font-color);
    text-align: center;
    font-weight: normal;
    font-size: 16px;
}

#applyContestThanksContent {
    padding: 50px 10px;
    position: relative;
}

#applyContestThanks h3 {
    font-size: 26px;
}

#applyContestClose {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 15px;
    right: 15px;
    background: url(/themes/newpr/assets/img/icons/x-mark-2-white.svg) no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
}

#landing {
    padding-top: 40px;
}

.landing .bg-white-opacity .normal-logo-cont {
    display: none;
}

.landing .bg-white-opacity .page-logo-cont {
    display: block;
}

.landing .stateful-color-grey svg path {
    fill: #fff;
}

.landing .bg-white-opacity .stateful-color-grey svg path, .landing .fixed .stateful-color-grey svg path {
    fill: var(--fill-icon-mobile);
}

.item-photo-image {
    min-height: 320px;
    background: #fff;
    text-align: center;
    padding-bottom: 20px;
    display: table;
    vertical-align: middle;
    width: 100%;
}

.item-photo-image .img-responsive {
    margin: 0 auto;
}

.item-photo-image .cell {
    height: auto;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

#productTab2 a {
    color: var(--productTabs-link-color);
}

#productTab2 a:hover, #productTab2 a:visited, #productTab2 a:focus {
    color: var(--productTabs-link-hover-color);
}

.filtersCategoriesSlider .owl-dot span {
    width: 12px;
    height: 12px;
}

.noArrow:after {
    display: none;
}

.productOfDayBox {
    display: none !important;
}

.productOfDayBox:first-child {
    display: block !important;
}
.productsListFlex .productOfDayBox:first-child {
    display: flex !important;
}
.productsListFlex #productsOfDayLink {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.productsListFlex #productsOfDayLink .counter-header, .productsListFlex #productsOfDayLink .countdown, .productsListFlex #productsOfDayLink .counter-cont {
    width: 100%;
    padding-top: 0;
    height: auto;
}
.form-control.error, .has-error .form-control {
    border: var(--inputError-border) !important;
    background-size: 20px 20px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: var(--labelError-color);
}
.has-error .form-control, #contactForm .has-error .form-control {
    border: var(--inputError-border) !important;
}
.form-control.success {
    border: var(--inputSuccess-border) !important;
    background-size: 20px 20px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}
.select2-container--krajee .select2-selection, .productDetailsDelivery .form-control.success {
    border: var(--input-border) !important;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: var(--input-border) !important;
}
.blog-background.min-height, .blog-background.min-height-2 {
    max-height: 350px;
    overflow: hidden;
}

.iasPrev {
    display: none;
}

/* .products-group {
    width: 50%;
}

.products-group .col-xl-2 {
    width: 33.333%;
}

.products-group .owl-item .col-xl-2 {
    width: 100%;
} */

#product-clipboard-customization-form .btn-purple {
    width: 50%;
}

.bg-message.contact-trigger-form .btn {
    width: 50%;
}

h2.reviewsHeader {
    padding-top: 50px;
}
/* #photos {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
} */
.productPremium #photos {
    /* max-height: 92px; */
    overflow: visible;
    height: auto;
}
.productPremium #photos .owl-nav  {
    margin: 0;
}
.productPremium .photos-container {
    overflow: hidden;
    display: block;
    padding: 0;
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px;
    max-height: 95px;
}
.productPremium .photos-container.owl-carousel {
    overflow: visible;
}
.productPremium .photo-dynamic {
    margin-right: 5px;
    margin-left: 5px;
    /* width: 120px; */
    width: calc(16.666% - 16.666px);
    float: left;
    height: auto;
    border: 1px solid transparent;
    /* padding: 2px;
    margin-bottom: 2px; */
}
.productPremium .photo-dynamic:nth-child(n+7) {
    display: none !important;
}
.photo-dynamic img {
    max-width: calc(100% - 4px);
    margin: 2px;
}
.photo-dynamic.active {
    border: var(--productPremium-thumbs-active-border);
}
.photo-dynamic:hover {
    border: var(--productPremium-thumbs-hover-border);
}
.owl-item .photo-dynamic {
    width: calc(100% - 10px);
    margin-bottom: 0;
    display: block !important;
}
.productPremium .owl-item .photo-dynamic {
    display: block !important;
}
.photo-dynamic:nth-child(1n+7) {
    display: none;
}
.arrow-prev {
    background: url(/themes/lilio/assets/img/icons/arrow.svg) center center no-repeat;
    width: 50px;
    height: 90px;
    display: block;
    left: auto;
    right: auto;
}
.owl-prev {
    width: 50px;
    height: 90px;
    z-index: 1000;
    cursor: pointer;
    display: block;
    transform: rotate(180deg);
    position: absolute;
    left: -50px;
    top: 0;
}

.productPremium .arrow-next {
    background: url(/themes/lilio/assets/img/icons/arrow.svg) center center no-repeat;
    width: 50px;
    height: 90px;
    display: block;
    right: auto;
    left: auto;
}

.productPremium .owl-next {
    width: 50px;
    height: 90px;
    z-index: 1000;
    cursor: pointer;
    display: block;
    position: absolute;
    right: -50px;
    top: 0;
}

.productPremium #photos .owl-prev, .productPremium #photos .owl-next, .productPremium #photos .arrow-prev, .productPremium #photos .arrow-next {
    height: auto;
    bottom: 0;
    top: 0;
}
.productPremium .promotion-frames {
    font-size: 0;
}

.productPremium .frame-card, .productPremium .frame-handmade, .productPremium .frame-made-in-poland {
    font-size: 15px;
    height: 30px;
    line-height: 1;
    top: auto;
    margin-top: 0;
    margin-right: 5px;
    position: relative;
    vertical-align: top;
}

 .productPremium .frame-handmade, .productPremium .frame-made-in-poland {
     font-size: 0;
 }

.productPremium .frame-card svg, .productPremium .frame-made-in-poland > span, .productPremium .frame-handmade > span {
    position: relative;
    top: auto;
    vertical-align: middle;
    line-height: 1;
    /* padding-top: 2.5px; */
    font-size: 15px;
}
.productPremium .productBoxFooter .frame-card, .productPremium .productBoxFooter .frame-handmade, .productPremium .productBoxFooter .frame-made-in-poland {
    font-size: 14px;
    padding: 4px 6px;
    height: 24px;
}
.productPremium strike.text-grey {
    font-size: 24px;
    color: #373737;
    font-family: 'Times', sans-serif;
}

.productPremium strike.text-grey .small-font {
    color: #373737 !important;
    font-weight: normal !important;
}

.productPremium #price-brutto-target {
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    /* color: #f94442; */
    font-family: 'Times', sans-serif;
}

.productPremium .price-content .small-font {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Times', sans-serif;
    /* color: #f94442; */
}

.productPremium .price-content .discount-circle {
    margin-left: 0;
}

.productPremium .product-day-discount {
    margin-top: 10px;
}

.productPremium .youSave {
    margin-top: 10px;
    /* font-size: 20px; */
    /* font-family: var(--font-family1) !important; */
    font: var(--productPremium-youSave-font) !important;
    color: #000;
    display: inline-block;
    width: auto;
    float: right;
}

.productPremium .text-center .youSave {
    float: none;
}

.productPremium .youSave span {
    color: var(--productPremium-youSave-color);
}

.productPremium #clock {
    font-size: 20px;
}

.productPremium .features-trigger-btn {
    display: inline-block;
    width: auto;
    background: var(--featuresTrigger-btn-bck) url(/themes/lilio/assets/img/icons/wand.svg) 15px center no-repeat;
    background-size: 24px 24px;
    font: var(--featuresTrigger-btn-font);
    color: var(--featuresTrigger-btn-color);
    margin: 20px auto;
    text-transform: var(--featuresTrigger-btn-transform);
    cursor: pointer;
    border: var(--featuresTrigger-btn-border);
    padding: var(--featuresTrigger-btn-padding);
}

.productPremium .features-trigger-btn:hover {
    color: var(--featuresTrigger-btn-hover-color);
    background-color: var(--featuresTrigger-btn-hover-bck);
    border: var(--featuresTrigger-btn-hover-border);
}

.productPremium .features-configurator-hider {
    /* display: none; */
    overflow: hidden;
    height: 0;
}
.features-configurator .featureName.pull-left {
    text-align: left !important;
}
.cart-grey {
    width: 100%;
    height: auto;
    background: #f6f6f6;
    padding: 25px 20px;
    margin-bottom: 25px;
    overflow: hidden;
}

.cart-grey .col-left {
    width: 45%;
    float: left;
    height: auto;
}
.cart-grey .col-right {
    width: calc(55% - 1px);
    float: left;
    border-left: 1px solid #cbcbcb;
    padding: 5px 0 5px 20px;
}

.productPremium .product-details .description a.add2clipboard,
.productPremium .product-details .description a.clipboard-remove {
    display: inline-block;
    background: none;
    border: 0;
    width: auto !important;
    padding: var(--productPremium-addToClipboard-btn-padding);
    padding-right: 0;
}

.productPremium .product-details a.clipboard-remove {
    display: none;
}

.productPremium .in-clipboard .cart-grey a.clipboard-remove {
    display: inline-block !important;
}

.productPremium .productDetailsAction1 {
    padding: 0;
    text-align: left;
}

.productPremium .description .addToCart {
    width: calc(100% - 140px);
    max-width: 250px;
}

.productPremium .productDetailsAction1 > input, .productPremium .cart-container > input, .productPremium .description .addToCart {
    height: 55px;
    margin-top: 0;
    vertical-align: top;
    margin-right: 0;
}

.productPremium .clipboard-add.add2clipboard svg, .productPremium a.clipboard-remove svg {
    width: 30px;
    height: 30px;
}
.productPremium .clipboard-add.add2clipboard svg, .productPremium .clipboard-add.add2clipboard svg path, .productPremium .clipboard-add.add2clipboard svg polygon {
    fill: var(--productPremium-fav-icon-fill) !important;
}
.productPremium .clipboard-add.add2clipboard svg:hover, .productPremium .clipboard-add.add2clipboard svg:hover path, .productPremium .clipboard-add.add2clipboard svg:hover polygon {
    fill: var(--productPremium-fav-icon-hover-fill) !important;
}
.productPremium a.clipboard-remove svg, .productPremium a.clipboard-remove svg path, .productPremium a.clipboard-remove svg polygon {
    fill: var(--productPremium-fav-icon-active-fill) !important
}

/* .productPremium .product-details .addToCart span {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 18px;
} */

.productPremium .productDeliveryCost, .productPremium .productReturn, .productPremium .productDeliveryMethods, .productPremium .productStatus, .productPremium .productDeliveryTime {
    background: url(/themes/lilio/assets/img/icons/info2.svg) left center no-repeat;
    padding-left: 35px;
    background-size: 20px 20px;
    margin-left: 0;
}
.productPremium .productReturnChanged {
    display: none;
}
.productPremium .productDeliveryCost {
    background: url(/themes/lilio/assets/img/icons/delivery2.svg) left center no-repeat;
}
.productPremium .productDeliveryMethods {
    background: url(/themes/lilio/assets/img/icons/delivery-methods.svg) left center no-repeat;
    background-size: 20px;
}
.productPremium .productReturn {
    background: url(/themes/lilio/assets/img/icons/return.svg) left center no-repeat;
    background-size: 19px 19px;
}
.productPremium .productStatus svg, .productPremium .productDeliveryTime svg {
    display: none;
}
.productPremium .productStatus {
    vertical-align: middle;
}
.productPremium .text-green svg {
    fill: var(--productStatusInfo-available-color);
}
.productPremium .text-orange svg {
    fill: var(--productStatusInfo-toOrder-color);
}
.productPremium .ico-square {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.productPremium .accessibility-content {
    padding-top: 10px;
    text-align: left;
    width: 100%;
}

.callAndOrder {
    background: url(/themes/lilio/assets/img/icons/phone2.svg) left center no-repeat;
    padding-left: 34px;
    background-size: 28px;
    margin-left: 0;
    text-transform: var(--callAndOrder-transform);
    min-height: 34px;
    line-height: 34px;
    text-align: left;
    font: var(--callAndOrder-font);
    color: var(--callAndOrder-color);
    width: auto;
    display: inline-block;
    margin: 0 auto;
}
.callAndOrder a {
    text-transform: var(--callAndOrder-transform);
    font: var(--callAndOrder-font);
    color: var(--callAndOrder-color);
}
.callAndOrder a:hover {
    color: var(--callAndOrder-hover-color);
}
.productPremium .contact-trigger-form .col-md-offset-2 {
    margin-left: 0 !important;
}

.productPremium .contact-trigger-form .col-md-7 {
    width: 75% !important;
}

.productPremium .contact-trigger {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    color: var(--contactTrigger-btn-color);
    background-color: var(--contactTrigger-btn-bck);
    background-image: url(/themes/lilio/assets/img/icons/envelope.svg);
    background-position:  left center;
    background-repeat:  no-repeat;
    padding: var(--contactTrigger-btn-padding);
    background-size: 26px auto;
    border: var(--contactTrigger-btn-border);
    font: var(--contactTrigger-btn-font);
    text-transform: var(--contactTrigger-btn-transform);
}

.productPremium .contact-trigger:hover {
    color: var(--contactTrigger-btn-hover-color);
    background-color: var(--contactTrigger-btn-hover-bck);
    border: var(--contactTrigger-btn-hover-border);
}

#btnFeaturesContId {
    height: auto !important;
    overflow: hidden;
}
#features-form {
    height: auto !important;
    clear: both;
}
.productPremium .tab-pane {
    display: block;
    opacity: 1;
    background: #fff;
    /* padding: 20px; */
    max-width: 1010px;
    margin: 0 auto 20px;
    width: 100%;
}

.productPremium .tab-pane h2, .variantsCont h2.header {
    background: var(--productPremium-tabs-bck);
    text-align: center;
    margin: 0;
    padding: 40px 20px 20px;
    font: var(--productPremium-tabs-header-font);
    color: var(--productPremium-tabs-header-color);
}

.tab-pane-padding {
    padding: 20px;
}

.productPremium .nav-tabs {
    background: var(--productPremium-tabs-menu-bck);
    text-align: center;
    height: 46px;
    margin-bottom: 0;
}
@media screen and (min-width: 769px) {
    .productPremium .nav-tabs {
        position: sticky;
        top: 70px;
        width: 100%;
        align-self: flex-start;
        z-index: 5000;
    }
}
.productPremium .nav-tabs > li {
    float: none;
}

.productPremium .nav-tabs > li > a {
    padding: 10px 20px;
    border-color: #f6f6f6;
    margin: 0;
}
.productPremium .nav-tabs > li > a:hover, .productPremium .nav-tabs > li.active > a, .productPremium .nav-tabs > li.active > a:focus, .productPremium .nav-tabs > li.active > a:hover {
    border-color: #9d168d;
}

.productPremium .tab-content {
    padding: 20px;
    width: 100%;
    background: var(--productPremium-tabs-cont-bck);
}
.productPremium .variantsCont {
    background: var(--productPremium-variants-cont-bck);
    width: 100%;
    max-width: 100%;
    padding: 20px 50px;
    height: auto;
    overflow: hidden;
}
.productPremium .variantsCont .bg-grey {
    background: var(--productPremium-variants-bck);
}

.productPremium .resum {
    color: #666;
    line-height: 25px;
}

.productPremium .ratingAvarage {
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 15px;
}

.productPremium .opinionsGraph {
    height: auto;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
}
.productPremium .stars {
    background: url(/files/admin/icons/star-empty.svg) 0 0 repeat-x;
    width: 150px;
    background-size: 30px 28px;
    font-size: 30px !important;
}
.productPremium .stars > span {
    background: url(/files/admin/icons/star-full.svg) 0 0 repeat-x;
    background-size: 30px 28px;
    font-size: 30px !important;
}

.productPremium .productDetailsRatings .stars {
    background: url(/files/admin/icons/star-empty.svg) 0 0 repeat-x;
    width: calc(var(--productPremium-top-stars-size) * 5);
    background-size: var(--productPremium-top-stars-size) var(--productPremium-top-stars-size);
    font-size: var(--productPremium-top-stars-size) !important;
}
.productPremium .productDetailsRatings .stars > span {
    background: url(/files/admin/icons/star-full.svg) 0 0 repeat-x;
    background-size: var(--productPremium-top-stars-size) var(--productPremium-top-stars-size);
    font-size: var(--productPremium-top-stars-size) !important;
}

.productPremium .productBoxFooter .stars {
    background: url(/files/admin/icons/star-empty.svg) 0 0 repeat-x;
    width: 75px;
    background-size: 15px 15px;
    font-size: 15px !important;
    /* margin-left: 0 !important; */
}
.productPremium .productBoxFooter .clearfix.visible990 {
    display: none;
}
.productPremium .productBoxFooter .ratingCnt, .productPremium .productBoxFooter .ico-square {
    margin-right: 0 !important;
}
.productPremium .productBoxFooter .stars > span {
    background: url(/files/admin/icons/star-full.svg) 0 0 repeat-x;
    background-size: 15px 15px;
    font-size: 15px !important;
}
.productPremium .ratingCont {
    width: 100%;
    clear: both;
    height: 16px;
    margin-bottom: 8px;
}
.productPremium .ratingNumb {
    color: #0072b8;
    font-weight: bold;
    font-size: 16px;
    width: 20px;
    height: 16px;
    line-height: 16px;
    float: left;
}
.productPremium .ratingGraph {
    width: 200px;
    float: left;
    height: 16px;
    background: #e3e3e3;
}
.productPremium .ratingGraphInside {
    height: 16px;
    background: #0072b8;
}

.productPremium .reviewsListPremium .stars {
    background: url(/files/admin/icons/star-empty.svg) 0 0 repeat-x;
    width: 120px;
    background-size: 24px 22px;
    font-size: 24px !important;
}
.productPremium .reviewsListPremium .stars > span {
    background: url(/files/admin/icons/star-full.svg) 0 0 repeat-x;
    background-size: 24px 22px;
    font-size: 24px !important;
}

.reviewsListPremium {
    padding: 0 30px 0;
}

.productPremium .rating:hover .rating-star:hover,
.productPremium .rating:hover .rating-star:hover~.rating-star,
.productPremium .rating-input:checked~.rating-star {
    background-image: url(/files/admin/icons/star-full.svg) !important;
}

.productPremium .rating-star,
.productPremium .rating:hover .rating-star {
    background: url(/files/admin/icons/star-empty.svg) 0 0 no-repeat !important;
}
.premiumAddReviewHeader {
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 15px 0;
    font-size: 20px;
    clear: both;
    margin-bottom: 30px;
    width: calc(100% - 60px);
    margin-left: 30px;
}

.premiumAddReviewHeader p {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    padding-top: 8px;
}

.premiumAddReviewHeader .btn-blue {
    padding: 10px 20px;
}
.premiumAddReview {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 500ms;
}
.productPremium .nav-tabs.fixed {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 1000;
    left: 0;
}
.show768 {
    display: none;
}
.breadcrumbs-product {
    padding-top: 80px;
    max-height: 105px !important;
}
#productPremium {
    padding-top: 0;
}
#productPremium > .product-details {
    padding-top: 10px;
}
.label-stars-cont {
    display: inline-block;
    width: 100px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.label-stars {
    background: url(/files/admin/icons/star-full.svg) center left repeat-x;
    display: inline-block;
    height: 20px;
    background-size: 20px;
}
.rating input[type="radio"] + .label-text::before {
    vertical-align:middle;
}

.productPremium #products-subscriptions-form {
    display: block;
}
.subscription-cont {
    width: calc(100% - 80px);
    float: left;
    height: auto;
}
#products-subscriptions-form .btn-purple {
    height: 40px;
    width: 100%;
    text-transform: var(--productSubscription-btn-transform);
}
.productPremium #products-subscriptions-form .col-sm-6 {
    width: 100%;
}
.productPremium #products-subscriptions-form .col-sm-6:first-child {
    margin-bottom: 10px;
}
.clipboardPaddingTop .add2clipboard {
    float: right;
    margin-top: 15px;
}

.askAbout-bck {
    background: #f5f5f5;
    padding: 10px 70px 25px;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}
.askAbout-bck.contact-trigger-form {
    height: 0;
}
.askAbout {
    height: 60px;
}
.askAbout.textarea {
    height: auto;
}
.askAbout.textarea textarea {
    max-width: 100%;
}
.askAbout textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.askAbout textarea.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.askAbout textarea.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.askAbout textarea.form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.askAbout textarea.form-control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #777;
}
.askAbout textarea.form-control:focus::-moz-placeholder { /* Firefox 19+ */
    color: #777;
}
.askAbout textarea.form-control:focus:-ms-input-placeholder { /* IE 10+ */
    color: #777;
}
.askAbout textarea.form-control:focus:-moz-placeholder { /* Firefox 18- */
    color: #777;
}

.askAbout label {
    font-weight: normal;
    text-transform: uppercase;
    padding: 3px 7px 0;
    background: #fff;
    transition: 0.3s;
    transform: scale(1) translate(10px, 30px);
    margin: 0;
    line-height: 14px;
    border: 1px solid #fff;
    border-bottom: 0;
}

.askAbout label.toTop {
    transition: 0.3s;
    transform: scale(0.8) translate(10px, 16px);
    border-color: #e7e7e7;
}

.cart-summary .askAbout label {
    padding-top: 0;
    line-height: 20px;
    transform: scale(1) translate(10px, 35px);
}

.cart-summary .askAbout label.toTop {
    transition: 0.3s;
    transform: scale(0.8) translate(10px, 15px);
    border-color: #e7e7e7;
}

.cart-summary .askAbout {
    margin-bottom: 20px;
}

.cart-summary .form-control {
    border-color: rgba(0, 0, 0, .1);
}

.cart-summary .form-control:focus {
    border-color: rgba(0, 0, 0, .3);
}

.askAbout .rodo label {
    transform: none;
    padding: 0;
    text-transform: none;
    background: none;
    border: 0;
}

.askAbout .rodo {
    padding-top: 10px;
}

.askAbout .contact-rodo.required label::after {
    top: 1px;
}

.opinion-cont {
    position: relative;
    padding-top: 0;
}

.contact-trigger-form .askAbout input.form-control {
    border-color: #e7e7e7 !important;
    height: 42px;
    padding-top: 12px;
}

.askAbout textarea.form-control {
    width: 100%;
    padding: 15px 10px 10px 10px;
    border: 1px solid #e7e7e7;
}

.productPremium .description .productDetailsAction1 > input, .cart-container .productDetailsAction1 > input {
    height: 53px;
    width: 55px;
    z-index: 200;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 0;
    border-right: 0;
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 22px;
    border-bottom: 0;
}
.productPremium .description .productDetailsAction1 > input {
    border: 1px solid #ccc !important;
    width: 43px;
    padding-left: 0;
}
.cart-container .productDetailsAction1 > input {
    height: 43px;
    font-size: 18px;
}

.productPremium .description .productDetailsAction1 > input:focus, .cart-container .productDetailsAction1 > input:focus {
    border-color: #ccc;
}

/* Chrome, Safari, Edge, Opera */
.productPremium .description .productDetailsAction1 > input::-webkit-outer-spin-button, .cart-container .productDetailsAction1 > input::-webkit-outer-spin-button,
.productPremium .description .productDetailsAction1 > input::-webkit-inner-spin-button, .cart-container .productDetailsAction1 > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.productPremium .description .productDetailsAction1 > input[type=number], .cart-container .productDetailsAction1 > input[type=number] {
  -moz-appearance: textfield;
}

.productPremium .description .cartAmountForDiv, .cart-container .cartAmountForDiv {
    width: 80px;
    height: 53px;
    line-height: 53px;
    border: 1px solid #ccc;
    border-left: 0;
    border-left: 0;
    background: #fff url(/themes/lilio/assets/img/icons/arrow-down.svg) 60px center no-repeat;
    padding: 52px 15px 0;
    float: left;
    color: #fff;
    cursor: pointer;

}
.productPremium .description .amountOptions, .cart-container .amountOptions {
    height: 1px;
    overflow: hidden;
    max-height: 100px;
    width: calc(100% - -31px);
    margin-left: -15px;
    margin-right: -16px;
    cursor: pointer;
    border-top: 1px solid #ccc;
    z-index: 200;
}
.productPremium .description .amountOptions.open, .cart-container .amountOptions.open {
    height: auto;
    overflow: auto;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    position: relative;
}

.productPremium .description .cartAmountForDiv span, .cart-container .cartAmountForDiv span {
    background: #fff;
    color: #565656;
    display: block;
    line-height: 34px;
    text-align: center;
}

.productPremium .tab-pane h2.productName {
    font-size: 22px;
    background: none;
    padding-top: 0;
    padding-left: 0;
    text-align: left;
    text-transform: none;
}

.productPremium .description select#cartAmountSelect, .cart-container select#cartAmountSelect, .cart-container select.cartAmountSelect2 {
    display: none;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-left: 0;
    background: #fff url(/themes/wielobranzowe/assets/img/icons/arrow-down.svg) 60px center no-repeat;
    padding: 0;
    float: left;
    color: transparent;
    cursor: pointer;
}

.productPremium .description select#cartAmountSelect option, .cart-container select#cartAmountSelect option, .cart-container select.cartAmountSelect2 option {
    color: #565656;
}
/*
.addToCart-cont {
    clear: both;
} */

.cart-container .productDetailsAction1.amount-cont {
    padding: 0;
    width: 80px;
    margin: 0 auto;
    float: none;
}

@media screen and (max-width: 990px) {
    .productPremium .description select#cartAmountSelect {
        display: block;
        z-index: 500;
        height: 55px;
    }
    .productPremium .description .cartAmountForDiv {
        display: none;
    }
    /* .productPremium .description .productDetailsAction1 > input {
        height: 39px;
    } */
}

.productPremium .description .unit, .cart-container .unit {
    width: 50px;
    display: inline-block;
    float: left;
    padding-top: 13px;
    padding-left: 7px;
}
.productPremium .description .unit {
    float: none;
    padding-top: 10px;
    vertical-align: top;
}
.productPremium .amount-cont {
    width: 135px;
}

.productPremium .product-details .add-to-cart a.btn {
    width: calc(100% - 185px);
}

.show1600 {
    display: none;
}

.sendCartFormTrigger {
    background: url() left center no-repeat;
    background-size: 24px;
    padding: 15px 0 15px 36px;
    margin-right: 50px;
    float: right;
    display: inline-block;
    cursor: pointer;
    color: var(--clear-cart-btn-color);
}

.sendCartFormTrigger:hover {
    color: var(--clear-cart-btn-hover-color);
}

#sendCartForm {
    display: none;
    width: auto;
    margin-right: 50px;
    font-size: 0;
    padding-top: 5px;
}

#sendCartForm.active {
    display: inline-block;
}

.formInput {
    width: 200px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.formInput .form-group {
    margin: 0;
}

.formButton {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.formButton .btn-blue {
    height: 38px;
}

.cart-send-background {
    height: 170px;
    width: 100%;
}

.cart-send-background .img-responsive {
    margin: 0 auto;
    width: auto;
    max-height:100%;
}

#cartMobilePopup .cart-send-background .img-responsive {
    width: 100%;
    max-height: 200%;
    height: auto;
}

#cartMobilePopup .cart-send-background {
    height: auto;
}

#sendCartFormCont {
    text-align: center;
}

#cartPopup #cartExitForm {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}

#cartPopup #exitForm {
    height: auto;
}

#sendCartFormCont {
    width: calc(100% - 190px);
    float: right;
}

#sendCartMail, #subscriptionMail {
    position: fixed;
    background: #fff;
    border: 3px solid #ababab;
    width: 600px;
    height: 400px;
    top: calc(50% - 200px);
    left: calc(50% - 300px);
    z-index: 4000;
    padding: 100px 50px 0 50px;
    font-size: 16px;
    text-align: center;
    color: #000;
}

#subscriptionMail {
    height: 300px;
    padding-top: 120px;
    color: #000;
}

#cartPopup #applyContestThanks {
    position: relative;
}

.show600 {
    display: none;
}

.tile .stars {
    vertical-align: top;
    margin-left: 20px;
}

.wizard .steps {
    margin-bottom: 30px;
}

.wizard .steps ul li, .tabcontrol ul li {
    display: inline-block;
    padding: 0;
    width: auto;
    min-width: 15%;
    margin-right: 20px;
}

.wizard .steps ul {
    padding-left: 0;
    text-align: center;
}

.wizard .content .title, .tabcontrol .content .title {
    position: absolute;
    left: -999em;
}

.wizard .steps a, .wizard .steps a:hover, .wizard .steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em 0;
    padding: 1em 1em;
    text-decoration: none;
    /* -webkit-border-radius: var(--wizard-step-borderRadius);
    -moz-border-radius: var(--wizard-step-borderRadius);
    border-radius: var(--wizard-step-borderRadius); */
    border-bottom: 4px solid transparent;
    padding-bottom: 7px;
    text-align: center;
    background: none;
}

.wizard .steps .current a, .wizard .steps .current a:hover, .wizard .steps .current a:active {
    border-color: var(--wizard-step-current-border);
    color: var(--wizard-step-current-color);
    cursor: default;
}

.wizard .steps .disabled a, .wizard .steps .disabled a:hover, .wizard .steps .disabled a:active {
    border-color: var(--wizard-step-disabled-border);
    color: var(--wizard-step-disabled-color);
    cursor: not-allowed;
}

.wizard .steps .done a, .wizard .steps .done a:hover, .wizard .steps .done a:active {
    border-color: var(--wizard-step-done-border);
    color: var(--wizard-step-done-color);
    cursor: pointer;
}

.wizard .actions a, #formStepsNext, #formStepsFinish {
    background: var(--wizard-nextBtn-bck);
    color: var(--wizard-nextBtn-color);
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

#formStepsFinish {
    display: none;
}

.wizard .actions a:hover, .wizard .actions a:active, #formStepsNext:hover, #formStepsNext:active {
    background: var(--wizard-nextBtn-hover-bck);
    color: var(--wizard-nextBtn-hover-color);
}

.wizard .actions .disabled a, .wizard .actions .disabled a:hover, .wizard .actions .disabled a:active {
    background: var(--wizard-nextBtn-disabled-bck);
    color: var(--wizard-nextBtn-disabled-color);
    cursor: not-allowed;
}

.wizard .actions ul {
    display: inline-block;
    text-align: right;
}

.wizard .actions ul li {
    float: left;
    width: 100px;
    display: block;
    padding: 0;
    margin-right: 20px;
}

.wizard .actions ul li:last-child {
    width: auto;
    margin-right: 0;
}

.wizard .labelToTop label {
    font-weight: normal;
    text-transform: uppercase;
    padding: 3px 7px;
    background: #fff;
    transform: translate(10px, 5px);
    transition: 0.3s;
    position: absolute;
}

.labelToTop {
    position: relative;
}

.wizard .form-group {
    height: auto;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 0;
}

.wizard fieldset.checkRequired {
    padding-top: 20px;
    padding-bottom: 40px;
}

.wizard .actions {
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: right;
}

fieldset.body, h3.title {
    display: block !important;
    opacity: 0;
    transition: opacity 0.4s;
    height: 0;
    overflow: hidden;
}

fieldset.body.current, h3.title.current {
    display: block !important;
    opacity: 1;
    transition: opacity 0.4s;
    height: auto;
}

 fieldset.body:not(.current) legend {
    display: none;
}

h3.question {
    font-size: var(--wizard-question-fontSize);
    color: var(--wizard-question-color);
    text-transform: var(--wizard-question-transform);
    font-family: var(--wizard-question-fontFamily);
    text-align: var(--wizard-question-textAlign);
    margin-bottom: 0;
}

#wizard .checkbox label, #wizard .radio label, #loading .checkbox label, #loading .radio label {
    padding-left: 0;
}

.wizard .form-control, .wizard .select2 {
    width: 100%;
    max-width: 600px;
}

.wizard .select2-container--krajee .select2-selection--multiple .select2-selection__rendered,
.wizard .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field,
.wizard .featureOptions select.features-select {
    padding-left: 10px;
}

.wizard .featureOptions .select2-container--krajee, .wizard .featureOptions select.form-control {
    line-height: 1;
}

.wizard .featureOptions select.features-select {
    height: 42px !important;
}

.stepsArrow .wizard .steps li a {
    border-radius: 0;
    margin-right: 0;
    padding-left: 70px;
    margin-bottom: 0;
    height: 60px;
}
.stepsArrow .wizard .steps li {
    margin-right: 0;
    padding-right: 0;
    position: relative;
    width: auto;
}
.stepsArrow .wizard .steps li:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 56px;
    border-color: transparent transparent transparent #6980fe;
    content: '';
    position: absolute;
    top: 0;
    right: -56px;
    z-index: 100;
}
.stepsArrow .wizard .steps li.current:after {
    border-color: transparent transparent transparent var(--wizard-step-current-bck);
}
.stepsArrow .wizard .steps li.disabled:after {
    border-color: transparent transparent transparent var(--wizard-step-disabled-bck);
}
.stepsArrow .wizard .steps li.done:after {
    border-color: transparent transparent transparent var(--wizard-step-done-bck);
}
.step-cont {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}
.step-cont.visibleStep {
    height: auto;
    overflow: hidden;
    opacity: 1;
    transition: 0.5s;
    margin-bottom: 80px;
}

.wizard {
    height: auto;
    clear: both;
    overflow: hidden;
}

.wizardField {
    max-width: 500px;
}

.stepHeader {
    font-size: var(--wizard-stepHeader-fontSize);
    color: var(--wizard-stepHeader-color);
    text-transform: var(--wizard-stepHeader-transform);
    font-family: var(--wizard-stepHeader-fontFamily);
    text-align: var(--wizard-stepHeader-textAlign);
}

.wizard .label-text label.control-label {
    width: calc(100% - 40px);
}

.wizard .ico-square {
    margin-top: 5px;
    border: 1px solid #d5d5d5;
    margin-right: 6px;
    /* float: left; */
    vertical-align: middle;
    display:inline-block;
}

.wizard .form-radio .ico-square {
    margin-top: 0;
}

.wizard input[type="radio"]:checked + .label-text::before, .wizard input[type="radio"] + .label-text::before {
    margin-top: 3px;
    vertical-align: top !important;
}

.wizard .select2, .wizard .select2-container--krajee .select2-selection--single {
    line-height: 1;
    height: 42px;
}
.wizard .select2-container--krajee .select2-selection--single {
    padding-top: 13px;
}
.wizard .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.wizard .select2-container--krajee .select2-selection--multiple, .wizard .select2.select2-container.select2-container--krajee {
    min-height: 42px;
    height: auto;
}
.clearfix.visible990 {
    display: none;
}

#colorbox {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}

#creatorForm .select2-selection--single .select2-selection__rendered {
    height: 22px;
}

#addReview {
    margin-top: 30px;
}

.showAfterClick {
    display: none;
}

.carousel-home-widget {
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-home-widget .gridWrapper .gridItem {
    width: 25%;
}
.carousel-home-widget .gridWrapper:not(.show-all-items) .gridItem:nth-child(n + 5) {
    display: none;
}

.carousel-home-widget .gridWrapper.owl-carousel .gridItem {
    width: 100% !important;
}

.btn-home-widget {
    border: var(--homeWidget-btn-border);
    font: var(--homeWidget-btn-font);
    background: var(--homeWidget-btn-bck);
    color: var(--homeWidget-btn-color);
    padding: var(--homeWidget-btn-padding);
    text-transform: var(--homeWidget-btn-transform);
    border-radius: var(--homeWidget-btn-radius);
}
.btn-home-widget:hover, .btn-home-widget:focus {
    border: var(--homeWidget-btn-hover-border);
    background: var(--homeWidget-btn-hover-bck);
    color: var(--homeWidget-btn-hover-color);
}

.tile-add-to-cart-button, .addToCart {
    border: var(--add-cart-btn-border);
    background: var(--add-cart-btn-bck);
    color: var(--add-cart-btn-color);
    text-transform: var(--add-cart-btn-transform);
    font: var(--add-cart-btn-font) !important;
    border-radius: var(--add-cart-btn-radius) !important;
    padding: var(--add-cart-btn-padding);
    height: auto;
}

.tile-add-to-cart-button:hover, .addToCart:hover {
    border: var(--add-cart-btn-hover-border);
    background: var(--add-cart-btn-hover-bck);
    color: var(--add-cart-btn-hover-color);
}

#productDetails .addToCart {
    border: var(--product-add-cart-btn-border);
    background: var(--product-add-cart-btn-bck);
    color: var(--product-add-cart-btn-color);
    text-transform: var(--product-add-cart-btn-transform);
    font: var(--product-add-cart-btn-font) !important;
    border-radius: var(--product-add-cart-btn-radius);
    padding: var(--product-add-cart-btn-padding);
    height: auto;
}
#productDetails .addToCart svg {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    fill: var(--product-add-cart-btn-svg-fill);
    width: var(--product-add-cart-btn-svg-size);
    height: auto;
}
#productDetails .addToCart:hover {
    border: var(--product-add-cart-btn-hover-border);
    background: var(--product-add-cart-btn-hover-bck);
    color: var(--product-add-cart-btn-hover-color);
}
#productDetails .addToCart:hover svg {
    fill: var(--product-add-cart-btn-svg-hover-fill);
}

.btn-video {
    border: var(--video-btn-border);
    font: var(--video-btn-font);
    background: var(--video-btn-bck);
    color: var(--video-btn-color);
    padding: var(--video-btn-padding);
    text-transform: var(--video-btn-transform);
    border-radius: var(--video-btn-radius);
}
.btn-video:hover, .btn-video:focus {
    border: var(--video-btn-hover-border);
    background: var(--video-btn-hover-bck);
    color: var(--video-btn-hover-color);
}

.bg-message .contact-trigger-form .btn-purple {
    padding: var(--product-contact-btn-padding);
    width: auto;
}
.show-all-items {
    text-align: center;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.show-all-items .col-lg-3 {
    float: none;
    display: flex;
    flex-wrap: wrap;
}

.contact-trigger-form label {
    font-weight: normal;
    line-height: 1.1;
}

.activeboxCartBoxFooter .freeTransportInfoTop, .activeboxCartBoxFooter .freeTransportInfoTop span {
    font: var(--cart-top-free-transport-font);
    color: var(--cart-top-free-transport-color);
    text-transform: var(--cart-top-free-transport-transform);
    white-space: nowrap;
}
.activeboxCartBoxFooter .freeTransportInfoTop span {
    text-transform: none;
}
.cartTopSum {
    font: var(--cart-top-sum-font);
    color: var(--cart-top-sum-color);
    text-transform: var(--cart-top-sum-transform);
}
.cartTopSum span {
    text-transform: none;
}
.activeboxCartBoxFooter {
    display: flex;
}
.cartInfoTop {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-between;
}
.goToCart {
    display: flex;
    padding-left: 20px;
    align-self: center;
}
.goToCart .btn {
    display: inline-block;
    float: none !important;
}

#chooseTransportMethodInfo {
    text-transform: uppercase;
}

#page .img-responsive {
    width: auto;
}

#productPremium .normalPrice {
    color: var(--productPremium-price-color);
    font: var(--productPremium-price-font);
}
#productPremium .priceBefore strike {
    color: var(--productPremium-before-price-color);
    font: var(--productPremium-before-price-font);
}
#productPremium .promotionPrice {
    color: var(--productPremium-promotion-price-color);
    font: var(--productPremium-promotion-price-font);
}
#productPremium .currency {
    color: var(--productPremium-currency-color);
    font: var(--productPremium-currency-font);
}
#productPremium .currencyBefore {
    color: var(--productPremium-before-currency-color);
    font: var(--productPremium-before-currency-font);
}

#productPremium .currencyPromo {
    color: var(--productPremium-promotion-currency-color);
    font: var(--productPremium-promotion-currency-font);
}
.contact-row .contactBox * {
    color: var(--contact-color);
    font: var(--contact-font);
}
.contact-row .contactBox a {
    color: var(--contact-link-color);
    font: var(--contact-link-font);
    text-decoration: var(--contact-link-decoration) !important;
}
.contact-row .contactBox a:hover {
    color: var(--contact-link-hover-color);
    font: var(--contact-link-hover-font);
    text-decoration: var(--contact-link-hover-decoration) !important;
}
.contact-row .contactBox h4, .form-contact h4 {
    color: var(--headers-contact-color);
    font: var(--headers-contact-font);
    text-transform: var(--headers-contact-transform) !important;
    padding-bottom: 30px;
}

.cartDiscountsList #promotion-clock-header {
    text-align: left;
    margin-left: 20px;
}

.cartDiscountsList #promotion-clock-header #hour, .cartDiscountsList #promotion-clock-header #hour .hour-cnt {
    margin-left: 0;
    text-align: left !important;
}
.cartDiscountsList #promotion-clock-header #minutes {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}
.cartDiscountsList #promotion-clock-header #minutes .minutes-cnt {
    margin-left: 0px;
    text-align: left;
}
.home .carousel-blog {
    width: 100% !important;
}

.lazy-list .products-group {
    width: 100%;
}

/* photos */
.product-form .photos img {
    width: auto;
    height: 100px;
    display: block;
    position: relative;
    float: left;
}.product-form .photos {
    height: auto;
    overflow: hidden;
}.product-form .photos #result div {
    width: auto;
    height: 100px;
    margin: 10px;
    float: left;
    position: relative;
}.product-form .photos #result div span {
    display: none;
}
.product-form .photos #result div:hover span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5) url(/themes/pamula/assets/img/icons/trash.svg) no-repeat;
    background-size: 40px;
    background-position: center center;
}.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: #999;
    background: none;
}.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
	pointer-events: none;
}
.thumbnail-trash {
    cursor: pointer;
}
#loader-btn {
    width: 60px;
    height: 60px;
    background: url(/themes/pamula/assets/img/ring.gif) no-repeat;
    background-size: 60px 60px;
    display: none;
    margin: 0 auto 20px auto;
}
.add-photos {
    background: url() 10px center no-repeat;
    background-size: 25px 25px;
    height: auto;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    color: var(--addPhotos-btn-color);
    font: var(--addPhotos-btn-font);
    background-color: var(--addPhotos-btn-bck);
    border-color: var(--addPhotos-btn-border);
    border-radius: var(--addPhotos-btn-radius);
    text-transform: var(--addPhotos-btn-transform);
    padding: var(--addPhotos-btn-padding);
}

.add-photos:focus,
.add-photos:hover {
    color: var(--addPhotos-btn-hover-color);
    background-color: var(--addPhotos-btn-hover-bck);
    border-color: var(--addPhotos-btn-hover-border);
}

.addPhotosTip, .complaint-help {
    font: var(--addPhotosTop-font);
    color: var(--addPhotosTop-color);
    text-align: var(--addPhotosTop-align);
}
#complaint-form {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
td.complaint-textarea-cont .form-group {
    display: inline;
    margin: 0;
}
.productPremium .productDetailsAction1 {
    margin-bottom: 10px;
}

.show1450 {
    display: none;
}

.categoryStats  {
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 30px;
}

#productsOfDayLink {
    display: block;
    width:100%;
    height: 100%;
    position: absolute;
}

#searchLoader.loader-wrapper {
    min-height: 0px;
}

.productPremium .variantsCont.hide768 .grid-item:nth-child(n+7) {
    display: none;
}

.productPremium .variantsCont.hide768 .owl-item .grid-item:nth-child(n+7) {
    display: block;
}
.productPremium .onlyVariantsGroup .grid-item.small {
    width: 16.666% !important;
}
.productPremium .onlyVariantsGroup .owl-item .grid-item.small {
    width: 100% !important;
}
.variantsCont .productsList {
    padding-bottom: 50px;
}

.variantsCont .productsList .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.productsComplementary .productsList .owl-controls {
    position: relative;
}

#searchOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--search-overlay-bck);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    display: none;
    cursor: default;
}

#searchOverlay.active {
    display: block;
}

.youSaveTip {
    background: none;
    border: none;
    vertical-align: middle;
    margin-left: 0;
}

.youSave .youSaveTip {
    margin-left: 0;
}

.youSaveTip svg {
    fill: var(--youSave-icon-fill);
}

.youSaveTip:hover svg {
    fill: var(--youSave-icon-hover-fill);
}

.youSave .tooltip-inner, .featureName .tooltip-inner, .featureOptions .tooltip-inner, .field-newsletter-email .tooltip-inner, .headers .tooltip-inner {
    color: var(--youSave-tooltip-color);
    background-color: var(--youSave-tooltip-bck);
    font: var(--youSave-tooltip-font);
    border-color: var(--youSave-tooltip-bck);
    height: auto;
    padding: 8px;
    max-width: 300px !important;
}

.youSave .tooltip.top .tooltip-arrow, .featureName .tooltip.top .tooltip-arrow, .featureOptions .tooltip.top .tooltip-arrow, .field-newsletter-email .tooltip.top .tooltip-arrow, .headers .tooltip.top .tooltip-arrow {
    border-top-color: var(--youSave-tooltip-bck);
}

.product-details .featureName {
    position: static;
}

.transports-logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.cartMethodsShipments input[type="radio"] + .label-text:before,
.cartMethodsPayments input[type="radio"] + .label-text:before,
.cartMethodsShipments input[type="radio"]:checked + .label-text:before,
.cartMethodsPayments input[type="radio"]:checked + .label-text:before {
    vertical-align: middle !important;
    margin-top: 0;
}
.productPremium .prdPremiumAmout-cont {
    width: 130px;
}

.productPremium .features-configurator-hider.show {
    overflow: visible;
    height: auto;
}

.prdPremiumCartMob {
    height: auto;
    clear: both;
}

.img-tooltip {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}

.img-tooltip img {
    max-width: 100%;
    width: auto;
    height: 150px;
    margin: 0 auto;
    display: block;
}

.newsletter-page .bg-padding {
    padding-top: 0;
}

.newsletter-line {
    margin-top: 15px;
    margin-bottom: 30px;
    border-top: 1px solid #f4f4f4;
}
.field-newsletter-recaptcha {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.complaint.orderReview textarea.form-control {
    max-width: 100%;
    margin-top: 0;
}

#complaintBtn {
    width: auto;
    background: var(--complaint-btn-bck);
    font: var(--complaint-btn-font) !important;
    padding: var(--complaint-btn-padding) !important;
    display: inline-block;
    color: var(--complaint-btn-color) !important;
    border: var(--complaint-btn-border);
    border-radius: var(--complaint-btn-radius);
    text-transform: var(--complaint-btn-transform);
    height: auto !important;
}

#complaintBtn:hover, #complaintBtn:focus {
    background: var(--complaint-btn-hover-bck);
    color: var(--complaint-btn-hover-color) !important;
    border: var(--complaint-btn-hover-border);
}

.complaintTable {
    table-layout: fixed;
}

.complaintTable .col-1 {
    width: 60px;
}

.complaintTable .col-6 {
    width: 90px;
}
.complaintTable .col-2 {
    width: 110px;
}
.complaintTable .col-3 {
    width: calc(100% - 780px);
}
.complaintTable .col-4 {
    width: 120px;
}
.complaintTable .col-5 {
    width: 400px;
}

.complaint-textarea-cont .col-sm-offset-3 {
    margin-left: 20px;
    width: calc(100% - 20px);
}

.complaintTable button, .complaintTable input.complaintAmountInput {
    display: inline-block;
}
.complaintTable .col2 .responsive-container {
    max-width: 100%;
}

.complaintTable select.complaintAmount {
    display: none;
}
.complaintAmountInput {
    padding-left: 3px;
    padding-right: 3px;
}
#clipboard .clear-cart {
    padding: var(--btn-default-padding);
    padding-left: 30px;
    float: none;
}
.mobile-delete-cart {
    width: auto;
    display: inline-block;
}
#activeboxCart .btn.bg-blue {
    text-transform: var(--cart-top-btn-transform);
    background: var(--cart-top-btn-bck);
    font: var(--cart-top-btn-font);
    color: var(--cart-top-btn-color);
    padding: var(--cart-top-btn-padding);
    border: var(--cart-top-btn-border);
}
#activeboxCart .btn.bg-blue:hover {
    background: var(--cart-top-btn-hover-bck);
    color: var(--cart-top-btn-hover-color);
    border: var(--cart-top-btn-hover-border);
}
#activeboxClipboard .btn.bg-black {
    text-transform: var(--clipboard-top-btn-transform);
    background: var(--clipboard-top-btn-bck);
    font: var(--clipboard-top-btn-font);
    color: var(--clipboard-top-btn-color);
    padding: var(--clipboard-top-btn-padding);
    border: var(--clipboard-top-btn-border);
}
#activeboxClipboard .btn.bg-black:hover {
    background: var(--clipboard-top-btn-hover-bck);
    color: var(--clipboard-top-btn-hover-color);
    border: var(--clipboard-top-btn-hover-border);
}
.unit-price {
    font: var(--product-unit-font);
    color: var(--product-unit-color);
    display: inline-block;
    width: auto;
}
.productPremium .unit-price {
    font: var(--productPremium-unit-font);
    color: var(--productPremium-unit-color);
}
.breadcrumbs {
    max-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.breadcrumbs:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    z-index: 1000;
    /* background: rgb(255,255,255);
   background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 55%, rgba(255,255,255,0.6670869031206232) 62%, rgba(255,255,255,0.8547619731486344) 69%, rgba(255,255,255,0.9443978274903712) 76%, rgba(255,255,255,0.9471989479385504) 84%, rgba(255,255,255,1) 100%);
   background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 55%, rgba(255,255,255,0.6670869031206232) 62%, rgba(255,255,255,0.8547619731486344) 69%, rgba(255,255,255,0.9443978274903712) 76%, rgba(255,255,255,0.9471989479385504) 84%, rgba(255,255,255,1) 100%);
   background: linear-gradient(90deg, rgba(255,255,255,0) 55%, rgba(255,255,255,0.6670869031206232) 62%, rgba(255,255,255,0.8547619731486344) 69%, rgba(255,255,255,0.9443978274903712) 76%, rgba(255,255,255,0.9471989479385504) 84%, rgba(255,255,255,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); */
   background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.6670869031206232) 26%, rgba(255,255,255,0.8547619731486344) 43%, rgba(255,255,255,0.9443978274903712) 60%, rgba(255,255,255,0.9471989479385504) 77%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.6670869031206232) 26%, rgba(255,255,255,0.8547619731486344) 43%, rgba(255,255,255,0.9443978274903712) 60%, rgba(255,255,255,0.9471989479385504) 77%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.6670869031206232) 26%, rgba(255,255,255,0.8547619731486344) 43%, rgba(255,255,255,0.9443978274903712) 60%, rgba(255,255,255,0.9471989479385504) 77%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.breadcrumbs-scroll {
    width: auto;
    height: 40px;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    /* padding-right: 150px; */
}
.breadcrumbs-padding {
    width: auto;
    display: inline-block;
}
.breadcrumbs-padding-div {
    width: 40px;
    display: inline-block;
}

.parametermore .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.parametermore {
    background: rgb(232, 232, 232);
}
#paczkomatInfo {
    padding-bottom: 10px;
}

#shopstransports-shtid .description {
    padding-top: 0 !important;
}

.noOpinions {
    font: var(--productPremium-noOpinionTip-font);
    color: var(--productPremium-noOpinionTip-color);
    margin-bottom: 30px;
}

.opinionsGraphNoOpinions {
    display: none;
}

.itemBlogHome .card-content {
    height: auto;
    padding-bottom: 0;
    flex: 1;
    display: flex;
    flex-flow: column;
}

.itemBlogHome .card-content h3 a {
    color: var(--blogHome-item-title-color);
    font: var(--blogHome-item-title-font);
    text-transform: var(--blogHome-item-title-transform);
    align-self: flex-start;
}
.itemBlogHome .card-content h3 a:hover {
    color: var(--blogHome-item-title-hover-color);
}
.itemBlogHome .card-content .blogHomeDesc {
    color: var(--blogHome-item-desc-color);
    font: var(--blogHome-item-desc-font);
    text-transform: var(--blogHome-item-desc-transform);
    flex: 1;
}

.itemBlogHome .card-content .sticky-bottom {
    color: var(--blogHome-item-date-color);
    font: var(--blogHome-item-date-font);
    position: relative;
    align-self: flex-end;
    bottom: auto;
    width: 100%;
    padding-top: 10px;
}
/* .blog-home .owl-stage {
    display: table !important;
}
.blog-home .owl-item {
    display: table-cell !important;
    float: none;
    height: 100%;
}
.blog-home .gridItem, .blog-home .itemBlogHome {
    height: 100%;
} */
/* #productPremium .similars-premium {
    width: 50%;
    float: left;
    margin: 0;
    clear: none !important;
} */

/* #productPremium .onlyVariantsGroup {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
} */

.productPremium .grid-item .clipboard-add.add2clipboard svg, .productPremium .grid-item a.clipboard-remove svg {
    width: 20px;
}
.productPremium .grid-item .ico-square {
    width: 14px;
    height: 14px;
}

.gridItem .productBoxFooter a h3, .carousel-home-widget .productBoxFooter a h3 {
    font: var(--productBox-title-font);
    color: var(--productBox-title-color);
}

.gridItem .product-day .productBoxFooter a h3, .carousel-home-widget .product-day .productBoxFooter a h3 {
    font: var(--productBox-productDay-title-font);
    color: var(--productBox-productDay-title-color);
}

.gridItem.small .productBoxFooter a h3 {
    font: var(--productBox-small-title-font);
    color: var(--productBox-small-title-color);
}

.gridItem.small .product-day .productBoxFooter a h3 {
    font: var(--productBox-small-productDay-title-font);
    color: var(--productBox-small-productDay-title-color);
}

.gridItem .productBoxFooter > div.amount-in-tile > span, .carousel-home-widget .productBoxFooter > div.amount-in-tile > span {
    font: var(--productBox-desc-font);
    color: var(--productBox-desc-color);
}
.gridItem .productBoxFooter > div.amount-in-tile > span.ratingCnt, .gridItem .productBoxFooter > div.amount-in-tile > span.stars,
.carousel-home-widget .productBoxFooter > div.amount-in-tile > span.ratingCnt, .carousel-home-widget .gridItem .productBoxFooter > div.amount-in-tile > span.stars {
    margin-top: 0;
}
.gridItem.small .productBoxFooter > div.amount-in-tile > span {
    font: var(--productBox-small-desc-font);
    color: var(--productBox-small-desc-color);
}
.gridItem .productBoxFooter h4 .text-black, .carousel-home-widget .productBoxFooter h4 .text-black {
    font: var(--productBox-catalogPrice-font) !important;
    color: var(--productBox-catalogPrice-color) !important;
}
.gridItem .productBoxFooter h4 .text-black .small-font, .carousel-home-widget .productBoxFooter h4 .text-black .small-font {
    font: var(--productBox-catalogCurrency-font) !important;
}
.gridItem.small .productBoxFooter h4 .text-black {
    font: var(--productBox-small-catalogPrice-font) !important;
    color: var(--productBox-small-catalogPrice-color) !important;
}
.gridItem.small .productBoxFooter h4 .text-black .small-font {
    font: var(--productBox-small-catalogCurrency-font) !important;
}
.gridItem .productBoxFooter h4 strike .text-black {
    font: var(--productBox-oldPrice-font) !important;
    color: var(--productBox-oldPrice-color) !important;
}
.gridItem .productBoxFooter h4 strike .text-black .small-font {
    font: var(--productBox-oldCurrency-font) !important;
}
.gridItem.small .productBoxFooter h4 strike .text-black {
    font: var(--productBox-small-oldPrice-font) !important;
    color: var(--productBox-small-oldPrice-color) !important;
}
.gridItem.small .productBoxFooter h4 strike .text-black .small-font {
    font: var(--productBox-small-oldCurrency-font) !important;
}
.gridItem .productBoxFooter h4 .text-red, .carousel-home-widget .productBoxFooter h4 .text-red {
    font: var(--productBox-promoPrice-font);
    color: var(--productBox-promoPrice-color);
}
.gridItem .productBoxFooter h4 .text-red .small-font, .carousel-home-widget .productBoxFooter h4 .text-red .small-font {
    font: var(--productBox-promoCurrency-font);
}
.gridItem.small .productBoxFooter h4 .text-red {
    font: var(--productBox-small-promoPrice-font);
    color: var(--productBox-small-promoPrice-color);
}
.gridItem.small .productBoxFooter h4 .text-red .small-font {
    font: var(--productBox-small-promoCurrency-font);
}
.productPremium .price-content {
    text-align: center;
}
.productPremium .price-content .priceAfter.col-sm-6 {
    padding-right: 0;
    padding-left: 15px;
    display: inline-block;
    float: none;
    width: auto;
}
.productPremium .price-content .priceBefore.col-sm-6 {
    padding-left: 0;
    padding-right: 15px;
    display: inline-block;
    float: none;
    width: auto;
}
.productPremium .price-content .save {
    padding-right: 0;
}

#paczkomatTitle {
    padding-top: 5px;
    padding-bottom: 7px;
    display: none;
}
#confirm #paczkomatTitle {
    display: block !important;
    padding-top: 0;
}

#userDocumentsGrid .kv-expand-detail-row td {
    /* border: var(--userDocuments-preview-border); */
    /* border-top: 0; */
}
/* #userDocumentsGrid .kv-expand-detail-row .userDocumentsRow2 td {
    border: 0;
}
.openTr {
    border: var(--userDocuments-preview-border);
    border-bottom: 0;
} */

.carousel-1-2-3.owl-carousel {
    padding-bottom: 20px;
}

.reviewsListAjax {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
}

@media screen and (max-width: 621px) {
    #productPremium #addReview.pjax-loading {
        display: none;
    }
}

#productPremium #addReview.pjax-loading:after {
    display: none;
}

#reviews-list .btn-cont {
    margin-top: 20px;
    height: auto;
}

.premiumAddReviewHeader.showAfterClick {
    margin-top: 20px;
}

.home .productsListHome {
    padding-top: 50px;
    padding-bottom: 0;
}

.offerPriceNetto {
    font-size: 0.8em;
    margin-top: 15px;
}

.offerPaymentDesk {
    padding-left: 0;
    padding-right: 0;
}

.offerPaymentDesk.fixed .payment {
    position: fixed;
    top: 0;
    width: 370px;
}
.offerLogin-cont {
    width: 40px !important;
}

.offerLogin-cont .navbarIcon > a {
    padding-right: 15px;
    padding-right: 15px;
}

#cboxLoadedContent .reviewsListAjax {
    padding: 20px 0;
}

.padding-top-25 {
    padding-top: 25px;
}

.home .productsListHome .btn-home-widget {
    margin-bottom: 25px;
}

.variantsCont .complementary1 .productsList {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.containerPhotosDesc {
    table-layout: fixed;
    display: table;
    width: 100%;
    /* min-height: calc(100vh - 95px); */
}
.containerPhotosDesc .description, .containerPhotosDesc .photos {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    float: none;
    height: 100%;
    position: relative;
    overflow: visible;
}
.containerPhotosDesc .photos {
    /* padding-top: 100%; */
}
#productDetails #photosFixed-cont {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: calc(100% - 40px);
    overflow: visible;
    height: 100%;
    position: absolute;
}

#photos-cont-sticky {
    position: sticky;
    top: 70px;
    width: 100%;
    align-self: flex-start;
}
#productDefault #photos-cont-sticky {
    display: flex;
    overflow: visible;
    align-items: stretch;
}
@media screen and (min-width: 990px) {
    #productDefault #photos-cont-sticky {
        height: 60vh;
    }
    #productDefault .containerPhotosDesc {
        min-height: 60vh;
    }
}
#productDefault #product-gallery {
    display: flex;
    order: 2;
    padding-left: 0;
    width: 80%;
}
#productDefault .clickable-product-photos {
    display: flex;
    order: 1;
    width: 20%;
}
#productDefault .images3x4 #photos {
    width: calc(100% - 5px);
}
#productDefault .images3x4 .product-photos-carousel {
    right: 5px;
}
#productDefault .images3x4 #product-gallery {
    width: calc(80% - 10px);
    margin-left: 10px;
}
#productDefault .images1x1 .photo-dynamic {
    padding-bottom: 9px;
}
#productDefault .images1x1 #photos {
    width: calc(100% - 7px);
}
#productDefault .images1x1 .product-photos-carousel {
    right: 7px;
}
.images1x1 .thumbPrev, .images1x1 .thumbNext {
    width: calc(100% - 10px);
}
#productDefault .product-photos-carousel, #productMulti .product-photos-carousel {
    display: block;
}
.gridItem .itemBoxLink, .grid-item .itemBoxLink {
    background: #fff;
    margin-bottom: 10px;
    display: block;
}
#productDefault .main-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
#productDefault #main-photo, #productDefault #photos .photo-dynamic img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    max-height: 100%;
}
#productDefault #photos {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
#productDefault .main-image figure, #productDefault #photos .photo-dynamic {
    text-align: center;
}
#productDefault #photos .photo-dynamic {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    height: 20%;
    height: calc(20% - -1px);
}
#productDefault .imagesMulti #photos .photo-dynamic img {
    vertical-align: middle;
    background: none;
}
#productDefault .imagesMulti #product-gallery {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
#productDefault .imagesMulti div.main-image {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: stretch;
    width: auto;
}
#productDefault .imagesMulti .main-image figure {
    display: flex;
    align-items: stretch;
}
#productDefault .imagesMulti .main-image figure a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#productDefault .imagesMulti .figures-cont {
    display: none;
}
#productDefault .containerPhotosDesc .description.images3x4 {
    width: 53%;
}
#productDefault .containerPhotosDesc .photos.images3x4 {
    width: 47%;
}
.images3x4 .thumbPrev, .images3x4 .thumbNext {
    width: calc(100% - 10px);
}
#productDefault .images3x4 .photo-dynamic {
    padding-bottom: 7px;
}
#productPremium #product-gallery {
    margin-bottom: 20px;
    max-height: calc(100vh - 250px);
}

#productPremium #product-gallery .main-image, #productPremium #product-gallery .product-photo-big.product-photo, #productPremium #product-gallery .main-image figure {
    max-height: calc(100vh - 250px);
    display: block;
}

.clickable-product-photos .photo-dynamic {
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid transparent;
}
#productPremium .clickable-product-photos {
    text-align: center;
    font-size: 0;
}
#productPremium .clickable-product-photos .photo-dynamic {
    width: calc(16.666% - 6px);
    margin: 0 3px;
    border: 1px solid transparent;
    display: inline-block;
    float: none;
}
#productPremium .clickable-product-photos .owl-item .photo-dynamic {
    width: calc(100% - 6px) !important;
}
.clickable-product-photos .photo-dynamic:hover {
    border: var(--product-thumbs-hover-border)
}
.clickable-product-photos .photo-dynamic.active {
    border: var(--product-thumbs-active-border)
}
.clickable-product-photos .photo-dynamic img {
    border: 0;
}
body.prod {
    overflow: visible;
}

.productsComplementary .bg-padding {
    padding-bottom: 0;
    padding-top: 0;
}

#productPremium .variantsCont .bg-padding, #productPremium .products-viewed {
    padding-top: 0;
}

#productPremium .customize .margin-bottom-box {
    margin-bottom: 0;
}

#productPremium #product-gallery .img-responsive {
    max-width: 100%;
    max-height: calc(100vh - 250px);
    width: auto;
    height: auto;
    display: inline-block;
}
#productPremium #product-gallery {
    text-align: center;
}
.premiumAddReviewHeader.hideAfterClick {
    margin-bottom: 0;
}
/* .productPremium .tab-pane h2.descHeader {
    padding-top: 0;
} */
.text-green {
    color: var(--productStatusInfo-available-color);
}

.text-orange {
    color: var(--productStatusInfo-toOrder-color);
}

.text-orange.productStatus, .text-orange.productDeliveryTime {
    color: var(--productStatusInfo2-toOrder-color);
}
.text-orange.productStatus svg, .text-orange.productDeliveryTime svg {
    fill: var(--productStatusInfo2-toOrder-color);
}

.text-green.productStatus, .text-green.productDeliveryTime {
    color: var(--productStatusInfo2-available-color);
}
.text-green.productStatus svg, .text-green.productDeliveryTime svg {
    fill: var(--productStatusInfo2-available-color);
}

.productPremium input[type="radio"]:checked + .label-text::before {
    vertical-align: top !important;
}

.navbarIcon span.circle.showCircle {
    display: inline-block;
}

#productPremium #productDetails {
    padding-left: 0;
    padding-right: 0;
}

.containerPhotosDesc {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.productPremium .variantsCont .products-group, #productPremium .onlyVariantsGroup, #productPremium .productsComplementary {
    padding-bottom: 0;
    margin-bottom: 20px !important;
}

.noresults {
    padding-left: 20px;
    padding-right: 20px;
}
#filtersMenuCategories, #filtersMenuCategoriesParents {
    display: none;
}
#filters-el-menu .filters-el-dropdown-list {
    padding: 5px 0 5px 0;
}
#filters-el-menu .filters-el-dropdown-list-el, #filters-el-menu .filters-el-btn.noarrow span {
    margin-top: 0 !important;
    padding: 5px 10px 5px 20px;
}
#filters-el-menu .filters-el-btn.noarrow span {
    display: block;
    width: 100%;
    height: auto;
}
#filters-el-menu .filters-el-btn.noarrow {
    height: auto;
    padding: 0;
}
#filters-el-menu .filters-el-dropdown-list-el:hover {
    background: var(--filters-menu-hover-bck);
}
#filters-el-menu .filters-el-dropdown-list-el a.category-link {
    color: var(--filters-menu-color);
    font: var(--filters-menu-font);
}
#filters-el-menu .filters-el-dropdown-list-el:hover a.category-link {
    color: var(--filters-menu-hover-color);
}
#filters-el-menu .filters-el-dropdown-list-el.active {
    background: var(--filters-menu-active-bck);
}
#filters-el-menu .filters-el-dropdown-list-el.active a.category-link {
    color: var(--filters-menu-active-color);
}
#filters-el-menu .parentCategory  {
    color: var(--filters-menu-parentCategory-color);
    font: var(--filters-menu-parentCategory-font);
}
#filters-el-menu .parentCategory:hover {
    color: var(--filters-menu-parentCategory-color);
}
#filters-el-menu .goToCategoryHigher, #filters-el-menu .stopGoHigher  {
    color: var(--filters-menu-goHigher-color);
    font: var(--filters-menu-goHigher-font);
}
#filters-el-menu .goToCategoryHigher:hover, #filters-el-menu .stopGoHigher:hover {
    color: var(--filters-menu-goHigher-hover-color);
}

/* #filters-el-menu .goToCategoryHigher span {
    padding: 0;
}
#filters-el-menu .goToCategoryHigher:hover span {
    background: none;
} */
.goToCategoryHigher {
    border-bottom: 0;
}
.goToCategoryHigher:after {
    transform: scale(.7) rotate(270deg);
}
.noarrow:after {
    display: none;
}
.stopGoHigher {
    cursor: default !important;
}
.productsComplementary .productsList {
    padding-top: 0;
}
.form-group.field-contactemails-recaptcha {
    margin: 0;
}
#clipboard .back-to-buying {
    width: auto;
    padding: var(--backToBuying-btn-padding);
}
#clipboard .buttons2 .btn-purple {
    vertical-align: top;
}
#clipboard .buttons2 .btn-scroll {
    margin-right: 20px;
}
.clear-cart.show600 {
    display: none;
}
#customDocumentHeader {
    margin-top: 50px;
}
.carouselSvgIcons .sliderSvgIcons {
    margin: 0 0 15px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.sliderFromParameters .deskItems8 {
    width: 12.5%;
}
.sliderFromParameters .deskItems7 {
    width: 14.28%;
}
.sliderFromParameters .deskItems6 {
    width: 16.66%;
}
.sliderFromParameters .deskItems5 {
    width: 20%;
}
.sliderFromParameters .deskItems4 {
    width: 25%;
}
.sliderFromParameters .owl-item .deskItems8, .sliderFromParameters .owl-item .deskItems7, .sliderFromParameters .owl-item .deskItems6,
.sliderFromParameters .owl-item .deskItems5, .sliderFromParameters .owl-item .deskItems4,
.sliderFromParameters .owl-item .tabItems8, .sliderFromParameters .owl-item .tabItems7, .sliderFromParameters .owl-item .tabItems6,
.sliderFromParameters .owl-item .tabItems5, .sliderFromParameters .owl-item .tabItems4,
.sliderFromParameters .owl-item .mobItems8, .sliderFromParameters .owl-item .mobItems7, .sliderFromParameters .owl-item .mobItems6,
.sliderFromParameters .owl-item .mobItems5, .sliderFromParameters .owl-item .mobItems4 {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}
.sliderFromParameters .owl-stage {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
.sliderFromParameters.owl-carousel .owl-item {
    display: flex;
    align-self: stretch;
    height: auto;
}
.sliderFromParameters {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /* margin-left: -15px;
    margin-right: -15px; */
    /* justify-content: ; */
}
.sliderFromParameters:not(.owl-carousel) {
    justify-content: center;
}
.carouselSvgIcons .sliderSvgIcons a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.carouselSvgIcons .sliderSvgIcons a img {
    align-self: start;
    width: auto;
    margin: 0 auto;
}
.carouselSvgIcons .sliderSvgIcons a h3, .carouselSvgIcons .sliderSvgIcons a h5 {
    width: 100%;
    align-self: flex-end;
}
.product-photos-carousel.owl-carousel .owl-stage::after {
    display: none;
}
.productBoxRating-cont {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
}

iframe {
    z-index: 4000 !important;
}
#orderForm .transports-info {
    font: var(--transportsMethod-name-font);
    color: var(--transportsMethod-name-color);
}
#orderForm input[type="radio"]:checked + .label-text span.transports-info {
    font: var(--transportsMethod-name-checked-font);
    color: var(--transportsMethod-name-checked-color);
}
#orderForm .transports-price {
    font: var(--transportsMethod-price-font);
    color: var(--transportsMethod-price-color);
}
#orderForm input[type="radio"]:checked + .label-text span.transports-price {
    font: var(--transportsMethod-price-checked-font);
    color: var(--transportsMethod-price-checked-color);
}
.orderReviewsPage ul.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.delivery-info-cont {
    width: auto !important;
    vertical-align: middle;
    /* display: inline; */
}
#registrationForm .field-contacts-recaptcha {
    padding: 0;
}
#registrationForm .field-contacts-moreinfo {
    margin-bottom: 0;
}
#registrationFormMoreInfo {
    padding-top: 10px;
}
small.dedication {
    display: inline-block;
    width: 100%;
}
#cart .text-orange {
    padding-top: 5px;
}
.mobile-clickable-photos {
    display: none;
}
#productDefault #main-photo {
    height: auto !important;
}
#productDefault .images3x4 #main-photo {
    max-height: 70vh !important;
}
#productDefault #photos {
    width: calc(100% - 16px);
    height: 100%;
    overflow: hidden;
}
#productDefault .product-photos-carousel {
    position: absolute;
    top: 30px;
    left: 0;
    right: 16px;
    /* height: calc(100% - -10px); */
    bottom: 30px;
    padding-right: 0;
    display: block;
    /* transform: translateY(0); */
    
}
#productDefault .photo-dynamic {
    margin-bottom: 0;
    padding: 0 0 14px 0;
    border: 0 !important;
}
#productDefault .photo-dynamic:nth-child(n+7) {
    display: block;
}
/* #productDefault .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: calc(50% - 33px);
}

#productDefault div.owl-carousel .owl-nav .owl-prev,
#productDefault div.owl-carousel .owl-nav .owl-next {
  font-size: 36px;
  top: unset;
  bottom: 15px;
} */
.thumbPrev, .thumbNext {
    width: calc(100% - 20px);
    height: 30px;
    /* background: rgba(0, 0, 0, 0.2); */
    z-index: 1000;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 2px;
}
#photos:hover .thumbPrev, #photos:hover .thumbNext {
    opacity: 1;
}
.thumbPrev:after, .thumbNext:after {
    display: block;
    position: absolute;
    content: '';
    background: url(/themes/lilio/assets/img/icons/arrow.svg) center center no-repeat;
    transform: rotate(270deg);
    z-index: 1200;
    width:20px;
    height: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    background-size: 20px auto;
    cursor: pointer;
}
#photos:hover .thumbPrev.arrowNotActive, #photos:hover .thumbNext.arrowNotActive {
    opacity: 0.3;
}
#photos:hover .thumbPrev.arrowNotActive:after, #photos:hover .thumbNext.arrowNotActive:after {
    cursor: default;
}
#productDefault .photo-dynamic img, #productMulti .photo-dynamic img, #productPremium .photo-dynamic img {
    margin: 0;
    max-width: 100%;
    border: 1px solid transparent;
    padding: 2px;
}
#productDefault .photo-dynamic:hover img, #productMulti .photo-dynamic:hover img, #productPremium .photo-dynamic:hover img {
    border: var(--product-thumbs-hover-border);
}
#productDefault .photo-dynamic.active img, #productMulti .photo-dynamic.active img, #productPremium .photo-dynamic.active img {
    border: var(--product-thumbs-active-border);
}
#productMulti .photo-dynamic {
    border: 0 !important;
}
.thumbNext {
    top: auto;
    bottom: 2px;
}
.thumbNext:after {
    transform: rotate(90deg);
}

#page h2 {
    color: var(--headers-h2-color);
    font: var(--headers-h2-font);
    text-transform: var(--headers-h2-transform);
    margin: var(--headers-h2-margin);
    text-align: var(--headers-h2-align);
}

#page h3 {
    color: var(--headers-h3-color);
    font: var(--headers-h3-font);
    text-transform: var(--headers-h3-transform);
    margin: var(--headers-h3-margin);
    text-align: var(--headers-h3-align);
}

#page h4 {
    color: var(--headers-h4-color);
    font: var(--headers-h4-font);
    text-transform: var(--headers-h4-transform);
    margin: var(--headers-h4-margin);
    text-align: var(--headers-h4-align);
}

.cart-price-catalog {
    font: var(--cart-price-catalog-font);
    color: var(--cart-price-catalog-color);
}

.cart-price-promo {
    font: var(--cart-price-promo-font);
    color: var(--cart-price-promo-color);
}

.cart-price-promo-catalog {
    font: var(--cart-price-old-font);
    color: var(--cart-price-old-color);
}

.cart-price-total, .orderSummaryCartTable table td.price {
    font: var(--cart-price-total-font);
    color: var(--cart-price-total-color);
}

.cartTable .cart-input-amount .cartAmount, .orderSummaryCartTable table td.ammount {
    font: var(--cart-amount-font);
    color: var(--cart-amount-color);
}
#header-dynamic .accountInfo {
    position: relative;
    top: 6px;
    font: var(--accountInfo-font) !important;
    color: var(--accountInfo-color) !important;
    text-transform: var(--accountInfo-transform) !important;
}
.passwordToogle {
    width: 24px;
    height: 24px;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(75% - 75px);
}
#register-password .form-group, #register-repeatpassword .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

#register-password, #register-repeatpassword {
    margin-bottom: 15px;
    position: relative;
}
.productDetailsDelivery select option {
    background: #fff !important;
    cursor: pointer;
}

.header-interiorColors {
    font: var(--interiorColors-header-font);
    color: var(--interiorColors-header-color);
    text-transform: var(--interiorColors-header-transform);
}
.header-newCollections {
    font: var(--newCollections-header-font);
    color: var(--newCollections-header-color);
    text-transform: var(--newCollections-header-transform);
}
.header-promotionsList {
    font: var(--promotionsList-header-font);
    color: var(--promotionsList-header-color);
    text-transform: var(--promotionsList-header-transform);
}
.header-about {
    font: var(--about-header-font);
    color: var(--about-header-color);
    text-transform: var(--about-header-transform) !important;
}
.header-giftbox2 {
    font: var(--giftbox2-header-font);
    color: var(--giftbox2-header-color);
    text-transform: var(--giftbox2-header-transform);
}
.header-giftbox2Text {
    font: var(--giftbox2Text-header-font);
    color: var(--giftbox2Text-header-color);
    text-transform: var(--giftbox2Text-header-transform);
}
.header-svgIcons {
    font: var(--svgIcon-header-font);
    color: var(--svgIcon-header-color);
    text-transform: var(--svgIcon-header-transform);
}
.header-videoList {
    font: var(--videoList-header-font);
    color: var(--videoList-header-color);
    text-transform: var(--videoList-header-transform);
}
.header-opinions {
    font: var(--opinions-header-font);
    color: var(--opinions-header-color);
    text-transform: var(--opinions-header-transform);
}

.multiRows .text-center {
    width: 100%;
}
.giftbox2, .multiRows-el {
    display: flex;
    height: auto;
    align-items: stretch;
    width: calc(100% - 40px);
    flex-wrap: wrap;
    padding: 0;
}
.multiRows-el {
    margin-bottom: 20px;
    width: 100%;
}
.giftbox2 .column-el, .giftbox2 .column-el-cont {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.giftbox2 .column-el-cont {
    padding-left: 10px;
}
.giftbox2 .column-el .giftbox2-el {
    display: flex;
    width: auto;
    position: relative;
}
.giftbox2 .column-el:nth-child(odd) .giftbox2-el {
    margin-right: 10px;
    margin-left: 0;
}
.giftbox2 .column-el:nth-child(even) .giftbox2-el {
    margin-left: 10px;
    margin-right: 0;
}
.giftbox2 .column-el-cont .column-el {
    width: 100%;
    height: calc(50% - 10px);
    overflow: hidden;
}
.giftbox2 .column-el-cont .column-el:nth-child(1) {
    align-self: flex-start;
    margin-bottom: 0;
}
.giftbox2 .column-el-cont .column-el:nth-child(1) .giftbox2-el {
    margin-right: 0;
}
.giftbox2 .column-el-cont .column-el:nth-child(2) {
    align-self: flex-end;
    margin-top: 0;
}
.giftbox2 .column-el-cont .column-el:nth-child(2) .giftbox2-el {
    margin-left: 0;
}
.giftbox2.rowsAlternately.multiRows .multiRows-el:nth-child(even) .column-el {
    order: 2;
}
.giftbox2.rowsAlternately.multiRows .multiRows-el:nth-child(even) .column-el-cont {
    padding-left: 0;
    order: 1;
    padding-right: 10px;
}
.giftbox2.rowsAlternately.multiRows .multiRows-el:nth-child(even) .column-el .giftbox2-el {
    margin-right: 0;
    margin-left: 10px;
}
.giftbox2.rowsAlternately.multiRows .multiRows-el:nth-child(even) .column-el-cont .giftbox2-el {
    margin-right: 0;
    margin-left: 0;
}
.giftbox2.images4.multiRows  .multiRows-el {
    margin-bottom: 0;
}
.complementaryProductsCont.complementaryTwoColumns .bg-grey.bg-padding.container-fluid {
    width: 50%;
    float: left;
    clear: none;
}
.complementaryProductsCont.complementaryTwoColumns .bg-grey.bg-padding.container-fluid .grid-item {
    width: 33.333%;
}
.complementaryProductsCont.complementaryTwoColumns .bg-grey.bg-padding.container-fluid .grid-item:nth-child(n+4) {
    display: none;
}
.complementaryProductsCont.complementaryTwoColumns .bg-grey.bg-padding.container-fluid .owl-item .grid-item {
    width: 100%;
    display: flex !important;
}
.complementaryProductsCont .grid-item, .productsGroupWide .grid-item, .products-viewed .grid-item, .cartProducts-cont .grid-item {
    width: 16.666%;
}
.productsGroupsColumn .grid-item, .complementaryTwoColumns .grid-item {
    width: 33.333%;
}
.complementaryProductsCont .grid-item:nth-child(n+7), .productsGroupWide .grid-item:nth-child(n+7) {
    display: none;
}
.complementaryTwoColumns .grid-item:nth-child(n+4), .productsGroupsColumn .grid-item:nth-child(n+4) {
    display: none;
}
.productsGroupsColumn .owl-item .grid-item, .complementaryTwoColumns .owl-item .grid-item, .productsGroupsColumn .owl-item .grid-item,
.complementaryTwoColumns .owl-item .grid-item, .products-viewed .owl-item .grid-item, .cartProducts-cont .owl-item .grid-item {
    display: flex !important;
    width: 100% !important;
}
.complementaryProductsCont .productsList, .productsGroupsColumn .productsList, .productsGroupWide .productsList, .complementaryTwoColumns .productsList {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.productsGroupsColumn {
    width: 50%;
    float: left;
}
.productsGroupWide {
    width: 100%;
    float: none;
}
.newsletterFooter-rodo input[type="checkbox"] + .label-text:before {
    color: var(--newsletterFooter-checkbox-color);
}

.newsletterFooter-rodo input[type="checkbox"]:checked + .label-text:before, .label-text.checked:before {
    color: var(--newsletterFooter-checkbox-checked-color);
}
.ias-trigger {
    width: 100%;
}
.featureOptions input[type="radio"] + .label-text::before {
    margin-left: 1px;
}
.menu-desktop .navbarMenu3 .submenu2Cont {
    position: sticky;
    height: 330px;
    align-self: flex-end;
    background: #fff;
    top:0px;
    padding-top: 15px;
    right: 20px;
    overflow: auto;
    z-index: 6000;
}
.scrollableMenu .navbarMenu3-el {
    width: 100% !important;
    z-index: 5500;
    position: relative;
}
.scrollableMenu .navbarMenu3-el a.level3 {
    width: calc(100% - 35px) !important;
}
.scrollableMenu .navbarMenu3-el.hover a.level3, .scrollableMenu .navbarMenu3-el:hover a.level3 {
    background: var(--submenu-hover-bck);
    color: var(--submenu-hover-color) !important;
    border-bottom: var(--submenu-hover-border);
}
.scrollableMenu .navbarMenu3-el a.level3.active {
    background: var(--submenu-active-bck);
    color: var(--submenu-active-color) !important;
    border-bottom: var(--submenu-active-border);
}
.scrollableMenu .navbarMenu3-el a.level3.active:hover {
    background: var(--submenu-active-hover-bck);
    color: var(--submenu-active-hover-color) !important;
    border-bottom: var(--submenu-active-hover-border);
}
.scrollableMenu .navbarMenu3-el:hover:after, .scrollableMenu .navbarMenu3-el.hover:after {
    content: '';
    position: absolute;
    right: 21px;
    width: 0;
    height: 0;
    top: calc(50% - 12px);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid var(--submenu-bck);
}
.scrollableMenu .notArrow .navbarMenu3-el a.level3 {
    width: 350px !important;
}
.scrollableMenu .notArrow .navbarMenu3-el:hover:after, .scrollableMenu .notArrow .navbarMenu3-el.hover:after {
    display: none;
}
.responsive-x-frame {
    /*overflow-x: hidden;*/
    position: relative;
    width: 100%;
}
.responsive-x-768 {
    -webkit-transform: translateZ(0);
    background: var(--mobile-menu-bck);
    max-width: 500px;
    min-height: 100%;
    padding: 0;
    position: absolute;
    right: -500px;
    top: 50px;
    transition: .5s;
    width: 400px;
    z-index: 10000;
}
.responsive-x-768.active {
    right: -10px;
    display: block;
}
.responsive-x-768 .navbar-nav {
    margin: 0;
    padding: 0;
}
.responsive-x-768 .navbar-nav li {
    margin: 0;
    position: relative;
    /* min-height: 34px !important; */
    overflow: hidden;
    padding: 0 10px;
    font-size: 0;
}
.responsive-x-768 .navbar-nav li.opened {
    height: auto !important;
}
.navbar .responsive-x-768 .navbar-nav a {
    color: var(--mobile-menu-color) !important;
    line-height: 24px;
    display: inline-block !important;
    text-align: left;
    border: 0 !important;
    /* width: calc(100% - 34px) !important; */
    width: 83%;
    font: var(--mobile-menu-font);
    vertical-align: middle !important;
}
.navbar .responsive-x-768 .navbar-nav a:hover, .navbar .responsive-x-768 .navbar-nav a.active, .navbar .responsive-x-768 .navbar-nav a:focus {
    color: var(--mobile-menu-active-color) !important;
}
/* .bg-white-opacity .navbar .responsive-x-768 .navbar-nav a {
    color: var(--mobile-menu-color) !important;
    line-height: 24px;
    text-align: left;
    border: 0 !important;
    width: calc(83% - 10px) !important;
    font: var(--mobile-menu-font);
    
    float: none !important;
} */
/* .bg-white-opacity .navbar .responsive-x-768 .navbar-nav a.arrow-container {
    width: 16.6% !important;
    margin-right: 10px;
    text-align: right;
} */
.bg-white-opacity .navbar .responsive-x-768 .navbar-nav a:hover, .bg-white-opacity .navbar .responsive-x-768 .navbar-nav a.active, .bg-white-opacity .navbar .responsive-x-768 .navbar-nav a:focus {
    color: var(--mobile-menu-active-color) !important;
    border-bottom: 0 !important;
}
.bg-white-opacity.fixed .navbar .responsive-x-768 .navbar-nav a {
    color: var(--mobile-menu-active-color) !important;
    border: 0 !important;
    margin-right: 13px;
}
.bg-white-opacity.fixed .navbar .responsive-x-768 .navbar-nav a:hover, .bg-white-opacity.fixed .navbar .responsive-x-768 .navbar-nav a.active, .bg-white-opacity.fixed .navbar .responsive-x-768 .navbar-nav a:focus {
    color: var(--mobile-menu-active-color) !important;
}
.responsive-x-768 .navbar-nav svg {
    height: auto !important;
    padding: 0;
    position: relative !important;
    top: auto;
    left: auto;
    width: var(--mobile-menu-icon-width);
    margin-right: 0;
    display: inline-block;
}
.responsive-x-768 .navbar-nav svg.minus {
    display: none;
}
.navbar .responsive-x-768 .navbar-nav .arrow-container {
    padding: 0;
    height: auto;
    /* float: right; */
    /* width: 34px !important; */
    width: 16.666% !important;
    position: relative;
    margin-top: 0;
    margin-right: 0;
    /* height: 100%; */
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-align: right;
    padding-right: 10px;
}
.responsive-x-768 .navbar-nav .arrow-container.triggered {
    fill: var(--mobile-menu-icon-hover-fill);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    float: left;
    margin-right: 0;
    text-align: right;
}
.navbar .responsive-x-768 .navbar-nav li.level5 {
    padding-right: 0;
}
/* .navbar .responsive-x-768 .navbar-nav .level4 .arrow-container, .navbar .responsive-x-768 .navbar-nav .level5 .arrow-container {
    margin-right: 1px;
    margin-top: 0;
    float: right;
} */
/* .responsive-x-768 .navbar-nav .level3 .arrow-container svg, .responsive-x-768 .navbar-nav .level4 .arrow-container svg, .responsive-x-768 .navbar-nav .level5 .arrow-container svg {
    right: 0;
    left: 0;
}
.responsive-x-768 .navbar-nav .level3 .arrow-container.triggered svg, .responsive-x-768 .navbar-nav .level4 .arrow-container.triggered svg, .responsive-x-768 .navbar-nav .level5 .arrow-container.triggered svg {
    right: auto;
    left: 0;
} */
.responsive-x-768 .navbar-nav .arrow-container.hover {
    fill: var(--mobile-menu-icon-hover-fill);
}
.responsive-x-768 ul.level2 {
    padding: 10px 0;
    text-align: left;
}
.responsive-x-768 a.level2 {
    padding: 0 10px 0 10px;
    width: calc(100% - 30px);
    /* float: left; */
}

.responsive-x-768 ul.level3, .responsive-x-768 ul.level4 {
    background: var(--mobile-submenu-bck);
    list-style: none;
    max-height: 0;
    display: none;
    opacity: 0;
    padding: 0;
    position: relative !important;
    //pointer-events: none;
    transition: .5s;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.responsive-x-768 ul.level3.active, .responsive-x-768 ul.level4.active {
    pointer-events: auto;
    opacity: 1 !important;
    max-height: 400px !important;
    padding: 10px 0;
    display: block;
}
.responsive-x-768 a.level3 {
    padding: 5px 10px;
}
.responsive-x-768 ul.level3:before {
    border-bottom: 10px solid var(--mobile-submenu-bck);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    top: 0 !important;
    content: '';
    display: block;
    left: 30px;
    position: absolute;
    z-index: 9;
    transition: all 200ms ease-in-out;
}
.responsive-x-768 li.active ul.level3:before {
    top: -10px !important;
}
.navbar .nav > li > a:hover {
    border-bottom: 5px solid transparent !important;
}
.navbar .responsive-x-768 .nav > li > a:hover {
    border-bottom: 0 !important;
}
.submenu-bck {
    width: calc(100% - 43px);
    position: absolute !important;
    top: 0;
    left: 0;
    height:100%;
    bottom: 0;
    background: var(--submenu-bck);
}
.scrollableMenu .col-sm-7 {
    position: relative;
    min-height:330px;
}
#topImage {
    width: 100%;
    height: auto;
}
#topImage img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
#price-cont {
    position: sticky;
    top: 70px;
    margin-top: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    overflow: hidden;
    z-index: 500;
    margin-bottom: 0;
}
#price-cont.sticky {
    background: var(--productPremium-price-fixed-bck);
}
#price-trick {
    height:1px;
    width: 100%;
    margin-top: -70px;
}
#descriptionSticky-cont {
    position: relative;
}
#productPremium .nomargin {
    margin-top: 0;
}
#discountsContractors-products, #discountsContractors-productsCategories, #discountsContractors-contractorsCategories {
    width: 450px;
    max-width: 100%;
    margin: 0 auto 10px;
    border: 1px solid #e9eaea;
    border-collapse: collapse;
    font: var(--discountsContractorsTable-font);
    color: var(--discountsContractorsTable-color);
}
#discountsContractors-products .headers td, #discountsContractors-productsCategories .headers td, #discountsContractors-contractorsCategories .headers td {
    background: #f6f6f6;
}
#discountsContractors-products td, #discountsContractors-productsCategories td, #discountsContractors-contractorsCategories td {
    border: 1px solid #e9eaea;
    padding: 10px;
}
.discountsContractorsHeader {
    width: 450px;
    max-width: 100%;
    text-align: center;
    margin: 20px auto 15px;
    font: var(--discountsContractorsHeader-font);
    color: var(--discountsContractorsHeader-color);
}
.cartAmountInfo {
    margin-bottom: 10px;
    text-align: left;
    font: var(--cartSumInfo-font);
    color: var(--cartSumInfo-color);
}
.activeRow td {
    border: 1px solid var(--discountsContractors-activeRow-border) !important;
    box-shadow: inset 0px 1px 0 var(--discountsContractors-activeRow-border) !important;
}
.orderLogin-links {
    padding: 0;
    font-size: 0;
}
.orderLogin-links .col-sm-6 {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 50%;
}
.orderLogin-links .col-sm-6.text-left a {
    color: var(--orderForgotPassword-color);
    font: var(--orderForgotPassword-font);
    text-transform: var(--orderForgotPassword-transform);
}
.orderLogin-links .col-sm-6.text-left a:hover {
    color: var(--orderForgotPassword-hover-color);
}
.show627 {
    display: none;
}
/* RWD */
@media screen and (min-width: 1920px) {
    .giftbox2 .column-el {
        justify-content: flex-end;
    }
    .giftbox2 .column-el-cont .column-el {
    justify-content: flex-start;
    }
}
@media screen and (min-width: 628px) {
    .delivery-info-mob {
        display: none !important;
    }
}
@media screen and (min-width: 991px) {
    .optionsMarginLeft {
        margin-left: 180px;
        width: calc(100% - 180px);
        text-align: left;
    }
    .optionsMarginLeft label.wide {
        width: 100%;
    }
}

@media screen and (min-width: 1500px) {
    #variants, #similars {
        width: 50%;
        float: left;
    }
    .lazy-list #variants, .lazy-list #similars {
        width: 100%;
        float: none;
    }
}

@media screen and (min-width: 1921px) {
    .carousel-home-el {
        height: auto !important;
        background: none !important;
        max-height: 100vh;
        overflow: hidden;
    }
    .visible-xl {
        display: block !important;
    }
    .visible {
        display: none !important;
    }
}
@media screen and (min-width: 1400px) {
    .bg-message {
        padding-right: 130px;
    }
}

@media screen and (min-width: 801px) {
    #price-cont {
        position: sticky;
        top: 125px;
        margin-top: 135px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        overflow: hidden;
        z-index: 500;
        margin-bottom: 0;
    }
    #price-cont.sticky {
        background: var(--productPremium-price-fixed-bck);
    }
    #price-trick {
        height:1px;
        width: 100%;
        margin-top: -125px;
    }
}
@media screen and (min-width: 1201px) {
    #price-cont {
        top: 70px;
        margin-top: 80px;
    }
    #price-trick {
        margin-top: -70px;
    }
}
@media screen and (max-width: 1700px) {
    .featuresButtonsCarousel {
        width: 100%;
    }
    .features-arrow-right {
        right: -30px;
    }
}

@media screen and (max-width: 1600px) {
    .hide1600 {
        display: none;
    }
    .show1600 {
        display: block;
    }
    .cart-grey .col-right {
        width: calc(100% - 320px);
    }
    .cart-grey {
        padding: 20px 10px;
    }
    .cart-grey .col-left {
        width: 320px;
    }
    .productPremium .variantsCont {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1500px) {
    #variants .grid-item, #similars .grid-item {
        width: 25%;
    }
    .buttonImg, .buttonImg:nth-child(4) {
        width: calc(33.333% - 4px);
        display: none;
    }
    .owl-item .buttonImg {
        width: 100%;
        display: block;
    }
    .buttonImg:nth-child(1),
    .buttonImg:nth-child(2),
    .buttonImg:nth-child(3) {
        display: inline-block;
    }
    .carousel-home-widget {
        max-width: 1320px;
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
    }
    .item6 .sliderSvgIcons {
        width: 20%;
    }
    .offerPaymentDesk.fixed .payment {
        width: calc(22% - 5px);
    }
    .productPremium .tab-pane h2.descHeader {
        padding-top: 25px;
    }
    .variantsCont h2.header {
        padding-top: 25px;
    }
    #productDefault .containerPhotosDesc .description.images3x4 {
        width: 50%;
    }
    #productDefault .containerPhotosDesc .photos.images3x4 {
        width: 50%;
    }
    /* #productDefault .images1x1 .product-photos-carousel {
        right: 14px;
    } */
    /* #productDefault .images1x1 .clickable-product-photos {
        width: 20;
        padding-
    }
    #productDefault .images1x1 #product-gallery {
        width: 80%;
    } */
}

@media screen and (max-width: 1450px) {
    .orderReview-cont {
        width: 80%;
        margin: 0 auto;
        float: none;
        height: auto;
        overflow: hidden;
    }
    .cart-grey .col-right, .cart-grey .col-left {
        width: 100%;
        float: none;
    }
    .cart-grey .col-right {
        border-bottom: 1px solid #cbcbcb;
        border-left: 0;
        padding-bottom: 15px;
        margin-bottom: 5px;
    }
    .show1450 {
        display: block;
    }
    .hide1450 {
        display: none;
    }
    /* .productPremium .description .productDetailsAction1 > input {
        border-right: 0 !important;
        border-bottom: 0 !important;
    } */
    .prdPremiumAmout-cont, .addToCart, .add2clipboard {
        display: inline-block;
    }
    .prdPremiumAmout-cont {
        float: none;
    }
    .col-xs-12.productDetailsAction1.margin-bottom.padding-top-15 {
        text-align: center;
        vertical-align: top;
    }
    .cart-grey .col-left {
        text-align: left;
    }
    .contactTriggerForm #premiumContactTrigger {
        float: right;
    }
    .deliveryPayIcons img {
        max-width: 100% !important;
        height: auto !important;
    }
    .cartAmountInfo {
        text-align: center;
    }
}

@media screen and (max-width: 1400px) {
    .cart-container, .cartProds.col-md-10.col-md-offset-1 {
        margin: 0 !important;
        width: 100% !important;
    }
    .rodo-cont {
        width: calc(58.33333333% - -100px);
        margin-right: -100px;
    }
    .cart-grey .col-right {
        padding-right: 0;
        padding-left: 0;
    }
    .cart-grey {
        padding: 20px 10px;
    }
    /* .productPremium .product-details .add-to-cart a img {
        width: 25px;
        height: 25px;
    } */
    .productPremium .product-details .addToCart span {
        font-size: 16px;
    }
    .productPremium .description .add-to-cart .addToCart {
        width: calc(100% - 120px);
    }
    .productPremium .product-details .add-to-cart a.add2clipboard, .productPremium .product-details .add-to-cart a.clipboard-remove {
        padding-right: 0;
        padding-left: 0;
    }
    .clipboardPaddingTop .add2clipboard {
        float: none;
        margin: 0 auto 0;
    }
    .subscription-cont {
        width: 100%;
        float: none;
        height: auto;
    }
    .subscription-cont #products-subscriptions-form {
        padding-top: 0;
    }
    .productPremium .product-details .clipboardPaddingTop .add2clipboard {
        display: block;
        margin: 0 auto;
        width: 30px !important;
        padding: 0;
        height: 30px;
    }
    .productPremium .cart-grey a.clipboard-add {
        height: 30px;
        margin: 0;
    }
    .productPremium .in-clipboard a.clipboard-add {
        display: none;
    }
    .productPremium .in-clipboard a.clipboard-remove {
        display: block !important;
        margin: 0 auto;
        width: 30px !important;
        height: 30px;
    }
    .askAbout-bck {
        padding-left: 20px;
        padding-right: 20px;
    }
    .orderReview-desc .col-sm-9, #reviewName, #reviewText, .orderReview .btn {
        width: 100%;
        max-width: 100%;
    }
    .orderReview-desc {
        width: 75%;
    }
    .orderReview-image {
        width: 25%;
    }
    .offerPaymentDesk {
        width: 22%;
    }
    .offerProducts {
        width: 78%;
    }
}

@media screen and (max-width: 1300px) {
    .cart-logo {
        margin-left: -120px;
    }
    .number-navbar {
        padding-right: 20px;
    }
    .navbarNumber-offer {
        padding-right: 50px;
    }
    .wizard {
        margin-left: 0;
        width: 100%;
    }
    #creatorForm .bg-padding-box {
        padding-top: 0;
    }
    .complaint-desc, .complaint-photos {
        width: 100%;
        margin-left: 0;
    }
    
    .offerProductImg .img-responsive {
        max-width: 70px;
    }
    #individualOffer .offerProducts th, #individualOffer .offerProducts td {
        padding: 5px 7px !important;
    }
    #individualOffer .offerProducts td.offerProductImg {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 75px !important;
    }
    .complementaryProductsCont .grid-item, .productsGroupWide .grid-item, .products-viewed .grid-item, .cartProducts-cont .grid-item {
        width: 25%;
    }
    .productsGroupsColumn .grid-item, .complementaryTwoColumns .grid-item, .complementaryProductsCont.complementaryTwoColumns .bg-grey.bg-padding.container-fluid .grid-item {
        width: 50%;
    }
    .complementaryProductsCont .grid-item:nth-child(n+5), .productsGroupWide .grid-item:nth-child(n+5), .cartProducts-cont .grid-item:nth-child(n+5),
    .productsGroupsColumn .grid-item:nth-child(n+3), .complementaryTwoColumns .grid-item:nth-child(n+3) {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .menu-desktop .navbarMenu3.sub {
        width: 750px;
    }
    .menu-desktop a.level3:hover img {
        left: 540px;
        top: 15px;
    }
    .menu-desktop a.level4:hover img {
        left: 260px;
        top: 10px;
    }
    .askAbout-bck .col-sm-6 {
        width: 100%;
    }
    .menu-desktop a.level3:hover img, .menu-desktop a.level4:hover img {
        height: auto;
        max-width: 200px;
    }
}
.show1240 {
    display: none;
}
@media screen and (max-width: 1260px) {
    #productPremium .social-cart .text-right {
        width: 50%;
        margin-top: 0;
        text-align: right;
    }
}
@media screen and (max-width: 1240px) {
    .show1240 {
        display: block;
    }
    .hide1240 {
        display: none;
    }
    .deliveryPayIcons, .contactTriggerForm {
        width: 100%;
    }
    .deliveryPayIcons {
        margin-bottom: 20px;
    }
    .productPremium .add2clipboard {
        float: right;
        margin: 0 auto 0;
        width: 30px !important;
        height: 30px;
        padding: 0;
        padding-top: 5px;
    }
    .subscription-cont {
        width: calc(100% - 60px);
        float: left;
        height: auto;
    }
    .carousel-home-widget .gridWrapper .gridItem {
        width: 33.333%;
    }
    .carousel-home-widget .gridWrapper:not(.show-all-items) .gridItem:nth-child(n + 4) {
        display: none;
    }
    .item6 .sliderSvgIcons {
        width: 25%;
    }
    .contactTriggerForm {
        width: 100%;
        /* margin-top: 20px; */
    }
    .contactTriggerForm .text-center {
        text-align: left !important;
    }
    .contactTriggerForm #premiumContactTrigger {
        float: none;
    }
    .deliveryPayIcons {
        width: 100%;
    }
    .deliveryPayIcons div {
        float: left !important;
    }
    .productBoxHeader  .add2clipboard.clipboard-remove svg, .productBoxHeader  .clipboard-add.add2clipboard svg {
        margin-top: 0 !important;
    }
    .col-xl-2 .tile .productBoxHeader .add2clipboard.clipboard-add {
        padding-top: 2px;
    }
    .carouselSvgIcons .sliderSvgIcons a {
        padding: 15px;
    }
    .thumbPrev, .thumbNext {
        opacity: 1;
    }

}

@media screen and (max-width: 1200px) {
    .bg-transparent .logo {
        width: auto;
    }
    .cart-summary .large-font {
        font-size: 22px;
    }
    #clipboard {
        padding-top: 150px;
    }
    #promotionFrame, #infoFrame {
        top: 120px;
    }
    .product-details .add-to-cart a.btn {
        width: 100%;
    }
    .featureNameBtn {
        padding-left: 0 !important;
        margin-left: -10px !important;
    }
    .navbarMenu2  {
        text-align: center;
        width: 100%;
    }
    .navbarMenu2-el {
        float: none;
        display: inline-block;
        position: relative;
    }
    .buttonImg {
        width: calc(50% - 4px);
    }
    .owl-item .buttonImg {
        width: 100%;
    }
    .orderReview-cont {
        width: 100%;
    }
    .orderReview textarea.form-control {
        max-width: 100%;
    }
    #product-clipboard-customization-form .btn-purple {
        width: 100%;
    }
    .rodo-cont {
        width: 58.33333333%;
        margin-right: 0;
    }
    .callAndOrder {
        font-size: 18px;
    }
    .breadcrumbs-product {
        padding-top: 135px;
        max-height: 160px !important;
    }
    .scrollableMenu .navbarMenu3.sub, .scrollableMenu .navbarMenu3-el a.level3 {
        width: 350px !important;
    }
    .scrollableMenu .navbarMenu3-el:hover:after, .submenu2Cont, .submenu-bck {
        display: none !important;
    }
    
}

@media screen and (max-width: 1100px) {
    .buttonImg, .buttonImg:nth-child(3), .buttonImg:nth-child(4) {
        display: none;
    }
    .owl-item .buttonImg {
        display: block;
    }
    .buttonImg:nth-child(1),
    .buttonImg:nth-child(2) {
        display: inline-block;
    }
    .priceBefore {
        width: 30%;
    }
    .priceAfter {
        width: 70%;
    }
    .save, .toEnd {
        width: 100%;
        text-align: center;
    }
    .productPremium .youSave {
        float: none;
    }
    .productPremium .product-day-discount {
        margin-top: 10px;
    }
    .complaintTable .col-3 {
        width: calc(100% - 680px);
    }
    .complaintTable .col-5 {
        width: 300px;
    }
    #productPremium .shareTitle {
        display: none;
    }
    #productPremium .social-cart .col-sm-6.text-left {
        width: 160px;
        padding-right: 0;
    }
    #productPremium .social-cart .col-sm-6.text-right {
        width: calc(100% - 160px);
        padding-left: 0;
    }
    #productPremium .social-cart .stateful-color-black svg {
        margin: 0;
    }
    #productPremium .social-cart .stateful-color-black {
        margin: 0 5px;
    }
    #productPremium .social-cart .stateful-color-black.sharefb {
        margin: 0;
    }
    #productPremium .social-cart .col-sm-6.text-right a:last-child svg {
        margin-right: 0;
    }
    .offerProducts {
        width: 100%;
    }
    .offerPaymentDesk {
        display: none !important;
    }
    .offerPaymentMob {
        display: block !important;
        width: calc(100% - 20px);
        margin-left: 10px;
        padding-bottom: 15px;
    }
    .offerPaymentMob .left, .offerPaymentMob .right {
        width: 50%;
        float: left;
        margin: 0 !important;
    }
}

@media screen and (max-width: 1050px) {
    .cart-container .col-md-8, .cart-container .col-md-4 {
        width: 100% !important;
    }
    .cart-container .col-md-4 {
        margin-top: 30px;
    }
    .cart-summary, .cart-info {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    /* .menu-desktop .navbarMenu3.sub {
        width: 700px;
    }
    .menu-desktop a.level3:hover img {
        left: 470px;
        top: 15px;
    }
    .menu-desktop a.level4:hover img {
        left: 220px;
        top: 10px;
    } */
    
    .magnifier {
        display: block;
    }
    .carouselSvgIcons .tabItems8 {
        width: 12.5%;
    }
    .carouselSvgIcons .tabItems7 {
        width: 14.28%;
    }
    .carouselSvgIcons .tabItems6 {
        width: 16.66%;
    }
    .carouselSvgIcons .tabItems5 {
        width: 20%;
    }
    .carouselSvgIcons .tabItems4 {
        width: 25%;
    }
    .carouselSvgIcons .tabItems3 {
        width: 33.33%;
    }
    .carouselSvgIcons .sliderSvgIcons {
        margin: 0 0 15px;
    }
    .carouselSvgIcons {
        margin-left: -10px;
        margin-right: -10px;
    }
    .scrollable-menu .burger-container {
        display: block;
        margin-top: 3px;
    }
    .scrollable-menu .responsive-768-1300, .scrollable-menu .navbarLogo a .normal-logo-cont {
        display: none !important;
    }
    .burger-container.open {
      background: transparent;
    }
    .scrollable-menu #header-dynamic {
        height: 70px;
        background: var(--mobile-top-header-bck);
    }
    .scrollable-menu .icons-navbar {
        width: 300px !important;
    }
    .scrollable-menu .icons-navbar .stateful-color-white path, .scrollable-menu .icons-navbar .stateful-color-grey path {
        fill: var(--header-icons-fixed-fill) !important;
    }
    .scrollable-menu #header-dynamic, .scrollable-menu #header-dynamic.fixed {
        position: static;
    }
    .scrollable-menu .navbarLogo a .fixed-logo-cont svg {
        display: block;
        opacity: 1;
        height: auto;
    }
    .scrollable-menu#header-static li.level2, .scrollable-menu#header-static li.level3 {
        width: 100%;
        position: relative;
        display: block;
        justify-content: flex-end;
        height: auto;
        overflow: hidden;
    }
    .scrollable-menu .responsive-x-768 ul.level2 {
      padding: 10px 0;
      text-align: left;
      width: 100%;
    }
    .scrollable-menu#header-static li.level2 > ul.level3, .scrollable-menu#header-static li.level3 > ul.level4 {
         position: relative !important;
         top: auto !important;
         max-height: 450px !important;
         width: 100% !important;
    }
    .scrollable-menu#header-static li.level2.opened > ul.level3, .scrollable-menu#header-static li.level3.opened > ul.level4 {
      display: block !important;
      height: auto !important;
      overflow-y: auto;
      overflow-x: hidden;
      opacity: 1;
    }
    .scrollable-menu#header-static ul.level4 {
      padding-left: 20px;
    }
    #activeboxCart a {
        text-align: left !important;
    }
    .scrollable-menu .navbarIcon span.circle.showCircle {
        left: 16px;
    }
    .scrollable-menu #activeboxClipboard.navbarIcon span.circle.showCircle {
        left: 35px;
    }
    
}

@media screen and (max-width: 1023px) {
    /* .menu-desktop .navbarMenu3.sub {
        width: 500px;
    } */
    .menu-desktop a.level3:hover img, .menu-desktop a.level4:hover img {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .productPremium .photo-dynamic {
        width: calc(25% - 10px);
    }
    .productPremium .owl-item .photo-dynamic {
        width: calc(100% - 10px);
        display: block !important;
    }
    .productPremium .photo-dynamic:nth-child(1n+5) {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .cart-container h1.blog-title {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .results {
        max-height: 410px;
        overflow-y:auto;
    }
    #variants .grid-item, #similars .grid-item {
        width: 33.333%;
    }
    .about {
        margin-top: 0 !important;
    }
    .main-image span.prev, .main-image span.next {
        display: none;
    }
    .featureOptions {
        padding-left: 0 !important;
    }
    .giftbox2-flex h3 {
        font-size: 20px;
    }
    .giftbox2-flex span {
        max-width: calc(100% - 4px);
    }
    .featureOptions {
        width: 100%;
    }
    .featureOptions label.wide {
        width: 100%;
        text-align: left;
    }
    .featureName {
        width: 100% !important;
    }
    .features-arrow-right {
        right: -15px;
    }
     #products-subscriptions-form .col-sm-6 {
         width: 80%;
         margin-bottom: 10px;
     }
     #products-subscriptions-form .btn-blue {
         width: 100%;
     }
     .rodo-cont {
         width: 100% !important;
     }
     .contactBox {
         min-height: 100px !important;
     }
     #contactForm .btn-purple {
         width: 50%;
         margin-top: 20px;
     }
     .rodo-cont {
         width: 100%;
     }
     .contact-trigger-form .rodo-cont {
         width: 100% !important;
     }
     .opinions .opinion:nth-child(3) {
         display: none;
     }
     .opinions .owl-item .opinion {
         display: block;
     }
     .productPremium #contactForm .col-md-7 {
         width: 100% !important;
     }
     .productPremium .description select#cartAmountSelect, .cart-container select#cartAmountSelect, .cart-container select.cartAmountSelect2 {
         display: block;
         height: 54px;
     }
     .cart-container select.cartAmountSelect2 {
         height: 44px;
     }
     .productPremium .description .cartAmountForDiv, .cart-container .cartAmountForDiv {
         display: none;
     }
     .clearfix.visible990 {
         display: block;
     }
     .productBoxFooter > div.amount-in-tile {
         text-align: center;
         height: 45px;
     }
     .productBoxFooter .stars {
         margin-left: 0;
     }
     .ratingCnt {
         margin-right: 0 !important;
     }
     .carousel-home-widget {
         width: calc(100% - 20px);
         margin-left: 10px;
         margin-right: 10px;
     }
     .confirm .payment .makeOrder {
         margin-left: auto;
         margin-right: auto;
     }
     .complaintTable .col-2 {
         width: 70px;
     }
     .complaintTable .col-3 {
         width: calc(100% - 580px);
     }
     .complaintTable .col-5 {
         width: 250px;
     }
     .cartMethodsShipments input[type="radio"] + .label-text::before, .cartMethodsPayments input[type="radio"] + .label-text::before, .cartMethodsShipments input[type="radio"]:checked + .label-text::before, .cartMethodsPayments input[type="radio"]:checked + .label-text::before {
          vertical-align: top !important;
          margin-top: 5px;
    }
    .cartMethodsShipments .withLogo input[type="radio"] + .label-text::before,
    .cartMethodsPayments .withLogo input[type="radio"] + .label-text::before,
    .cartMethodsShipments .withLogo input[type="radio"]:checked + .label-text::before,
    .cartMethodsPayments .withLogo input[type="radio"]:checked + .label-text::before {
         margin-top: 12px;
   }
   /* .field-shopstransports-shtid .label-text span, .cartMethodsPayments .label-text span  {
       width: calc(100% - 140px);
   } */

   /* .field-shopstransports-shtid .label-text span.transports-price, .cartMethodsPayments .label-text span.transports-price  {
       width: 100px;
       text-align: right;
       vertical-align: top;
   } */
   .field-shopstransports-shtid .label-text span.delivery-info, .cartMethodsPayments .label-text span.delivery-info {
       width: 100%;
       display: block;
       margin-top: 3px;
   }
   .field-shopstransports-shtid .label-text span.delivery-name, .cartMethodsPayments .label-text span.delivery-name {
       width: auto;
       display: inline;
       /* font-size: 16px; */
   }
   .cartMethodsPayments .label-text span.slash, .field-shopstransports-shtid .label-text span.slash {
       display: none;
   }
   .field-shopstransports-shtid .withLogo .label-text span.transports-price, .cartMethodsPayments .withLogo .label-text span.transports-price  {
       margin-top: 7px;
   }
   #shopstransports-shtid label.radio, #shopspayments-shpid label.radio {
       border-bottom: 1px solid #e8e8e8;
   }
   .item6 .sliderSvgIcons {
       width: 33.333%;
   }
   #productPremium .similars-premium .owl-item .mount-in-tile .clearfix.visible990 {
       display: none;
   }
   .productPremium .photo-dynamic {
       width: 25%;
   }
   .productPremium .owl-item .photo-dynamic {
       width: calc(100% - 10px);
   }
   #productDefault #product-gallery {
       display: flex;
       order: 1;
       padding-left: 0;
       width: 100%;
   }
   #productDefault .clickable-product-photos {
       display: flex;
       order: 2;
       width: 100%;
       margin: 20px 0 0 0;
   }
   .clickable-product-photos .photo-dynamic {
       width: 25%;
       border: 1px solid transparent;
       float: left;
   }
   .clickable-product-photos .owl-item .photo-dynamic {
       width: 100%;
       float: none;
   }
   #productDefault #photos-cont-sticky {
       flex-wrap: wrap;
   }
   #productDefault .containerPhotosDesc {
       padding: 0;
   }
   #productDefault .photos {
       padding-left: 0;
   }
   #productDefault .product-photos-carousel {
       position: relative;
       top: auto;
       bottom: auto;
       right: auto;
       left: auto;
       overflow: visible;
   }
   .thumbPrev, .thumbNext {
       display: none !important;
   }
   #productDefault #photos, #productDefault .clickable-product-photos {
       width: 100%;
       overflow: visible;
   }
   #productDefault #photos {
       width: calc(100% - 40px);
       margin-left: 20px;
   }
   #productDefault #photos .photo-dynamic {
       padding: 0 5px;
       width: 33.333%;
       height: auto;
   }
   #productDefault #photos .photo-dynamic:nth-child(n+4) {
       display: none;
   }
   #productDefault #photos .owl-item .photo-dynamic {
       width: 100% !important;
       display: flex !important;
   }
   #productDefault .arrow-prev, #productDefault .arrow-next, #productDefault .owl-prev, #productDefault .owl-next {
        height: 100%;
        width: 20px;
        display: block;
        position: absolute;
   }
   #productDefault .owl-prev {
       left: -20px;
   }
   #productDefault .owl-next {
       right: -20px;
       top: 0;
   }
   #productDefault #photos .owl-nav {
       margin-bottom: 0;
   }
   #productDefault .arrow-prev {
       left: 0;
       background-position: center right;
   }
   #productDefault .arrow-next {
       left: auto;
       right: 0;
       background: url(/themes/lilio/assets/img/icons/arrow.svg) center center no-repeat;
   }
   #productDefault .images3x4 #product-gallery {
       width: 100%;
       margin-left: 0;
   }
   #productDefault .images3x4 #photos, #productDefault .images1x1 #photos {
       margin-left: 5px;
   }
   .small-tile.box-flex .itemBoxLink {
       max-height: 200px;
       height: calc(100% - 210px);
   }
   #register .bg-padding-box {
       padding-left: 0;
       padding-right: 0;
   }
   #registrationForm .form-group .col-sm-3 {
       width: 35%;
   }
   #registrationForm .form-group .col-sm-6 {
       width: 65%;
   }
   #registrationForm .form-group.field-contacts-moreinfo .col-sm-3 {
       width: calc(100% - 30px);
   }
   #registrationForm .form-check .col-sm-offset-3 {
       margin-left: calc(35% - -5px) !important;
   }
   #registrationForm .form-group .col-sm-offset-3 {
       margin-left: 35% !important;
   }
   .passwordToogle {
       left: auto;
       right: 50px;
   }
   .productsGroupsColumn .grid-item, .complementaryTwoColumns .grid-item {
       width: 50%;
   }
   .complementaryProductsCont .grid-item, .productsGroupWide .grid-item, .products-viewed .grid-item, .cartProducts-cont .grid-item {
       width: 25%;
   }
   .productsGroupsColumn .grid-item:nth-child(n+3), .complementaryTwoColumns .grid-item:nth-child(n+3) {
       display: none;
   }
   .complementaryProductsCont .grid-item:nth-child(n+5), .productsGroupWide .grid-item:nth-child(n+5), .cartProducts-cont .grid-item:nth-child(n+5) {
       display: none;
   }
   .productsGroupsColumn .owl-item .grid-item, .complementaryTwoColumns .owl-item .grid-item, .complementaryProductsCont .owl-item .grid-item, .productsGroupWide .owl-item .grid-item  {
       width: 100% !important;
       display: flex !important;
   }
   #productPremium .clickable-product-photos .photo-dynamic {
       width: calc(25% - 6px);
   }
   #productPremium .clickable-product-photos .photo-dynamic:nth-child(n+5) {
       display: none !important;
   }
   .contactFormHedaer {
       margin-bottom: 0;
   }
   .contactFormHedaer h4 {
       padding-bottom: 0;
   }
   #orderForm .form-group .col-sm-6 {
       width: 75%;
   }
}

@media screen and (max-width: 850px) {
    .carousel-home-widget .gridWrapper .gridItem {
        width: 50%;
    }
    .carousel-home-widget .gridWrapper:not(.show-all-items) .gridItem:nth-child(n + 3) {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .productPremium .photos, .productPremium .description {
        width: 100%;
    }
    .productPremium #photos {
        max-height: 120px;
    }
    .productPremium .photos-container {
        max-height: 200px;
    }
    .productPremium .save {
        padding-right: 0 !important;
        text-align: center;
    }
    .productPremium .priceBefore, .productPremium .priceAfter {
        width: 50%;
    }
    .productPremium .featureOptions {
        text-align: left;
        padding-left: 1px !important;
    }
    .productPremium .productDetailsAction1 {
        text-align: center;
        font-size: 0;
    }
    .productPremium .product-details .add-to-cart a.add2clipboard, .productPremium .product-details .add-to-cart a.clipboard-remove,
    .productPremium .product-details .add-to-cart a.btn, .productPremium .amount-cont {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .productPremium .product-details .add-to-cart a.btn, .productPremium .amount-cont {
        margin-right: 25px;
    }
    .productPremium .cart-grey .col-left {
        text-align: left;
    }
    .productPremium .description .unit {
        font-size: 21px;
    }
    .buttonImg {
        width: 25%;
    }
    .owl-item .buttonImg {
        width: 100%;
    }
    .containerPhotosDesc .description, .containerPhotosDesc .photos {
        width: 100%;
        display: block;
        height: auto;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }
    .containerPhotosDesc .photos {
        margin-bottom: 30px;
    }
    #productDetails #photosFixed-cont {
        display: block;
        position: relative;
        width: 100%;
    }
    .containerPhotosDesc {
        display: block;
        width: 100%;
        margin: 0;
    }
    #productDefault #photos {
        width: 100%;
        margin-left: 0;
    }
    #productDefault .photos-container {
        padding-right: 0;
    }
    #productDefault .photos-container.owl-carousel {
        width: calc(100% - 60px);
        margin-left: 30px;
        overflow: visible;
        margin-right: 30px;
    }
    #productDefault .arrow-prev {
        left: auto;
        background-position: center right;
    }
    #productDefault .arrow-next {
        right: auto;
        display: block;
        /* background: url(/themes/lilio/assets/img/icons/arrow.svg) center left no-repeat; */
        left: auto;
    }
    #productDefault .arrow-prev, #productDefault .arrow-next, #productDefault .owl-prev, #productDefault .owl-next {
        height: 100%;
        width: 30px;
    }
    #productDefault .owl-prev {
        left: -30px;
    }
    #productDefault .owl-next {
        right: -30px;
    }
    .clickable-product-photos .owl-item .photo-dynamic {
        margin-bottom: 0;
    }
    #productDefault .containerPhotosDesc .photos.images3x4, #productDefault .containerPhotosDesc .description.images3x4 {
        width: 50%;
        float: left;
    }
    #productDefault .containerPhotosDesc .photos.images3x4 {
        padding-right: 10px;
    }
    #productDefault .containerPhotosDesc .description.images3x4 {
        padding-left: 10px;
    }
    /* #productDefault #photos-cont-sticky {
        max-height: 500px;
        position: relative;
        top: auto;
    } */
    #productDefault .imagesMulti #main-photo {
        max-height: 500px;
    }
    .sliderCategories h3 {
        font: var(--mobile-categorybox-font);
    }
    #productPremium .clickable-product-photos .photo-dynamic {
        width: calc(20% - 6px) !important;
    }
    #productPremium .clickable-product-photos .photo-dynamic:nth-child(n+5) {
        display: inline-block !important;
    }
    #productPremium .clickable-product-photos .photo-dynamic:nth-child(n+6) {
        display: none !important;
    }
}
@media screen and (max-width: 799px) {
    #productDefault #photos .photo-dynamic {
        width: 20%;
    }
    #productDefault #photos .photo-dynamic:nth-child(4), #productDefault #photos .photo-dynamic:nth-child(5) {
        display: flex;
    }
    #productDefault #photos .photo-dynamic:nth-child(n+6) {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .mobile-hide {
        display: none;
    }
    .cart-logo {
        max-height: 35px;
        margin-left: -150px;
    }
    #header-dynamic {
        background: var(--mobile-top-header-bck);
    }
    /* #header-dynamic.fixed {
        background: var(--mobile-menu-background-fixed);
    } */
    .icons-navbar .stateful-color-white svg, .icons-navbar .stateful-color-grey svg {
        fill: var(--header-fixed-icons-fill) !important;
    }
    .icons-navbar .stateful-color-white:hover svg, .icons-navbar .stateful-color-grey:hover svg {
        fill: var(--header-fixed-icons-hover-fill) !important;
    }

    .icons-navbar .activebox .stateful-color-white svg, .icons-navbar .stateful-color-purple svg, .icons-navbar .activebox.stateful-color-white svg, .icons-navbar .stateful-color-white.active ,
    .icons-navbar .activebox .stateful-color-grey svg, .icons-navbar .activebox.stateful-color-grey svg, .icons-navbar .stateful-color-grey.active svg {
        fill: var(--header-fixed-icons-active-fill) !important;
    }
    .icons-navbar .activebox .stateful-color-white:hover svg, .icons-navbar .stateful-color-purple:hover svg, .icons-navbar .stateful-color-purple:hover span, .icons-navbar .stateful-color-white.active:hover svg,
    .icons-navbar .activebox.stateful-color-white:hover svg, .icons-navbar .activebox .stateful-color-purple svg, .icons-navbar .activebox .stateful-color-grey:hover svg, .icons-navbar .stateful-color-grey.active:hover svg, .icons-navbar .activebox.stateful-color-grey:hover svg {
        fill: var(--header-fixed-icons-active-hover-fill) !important;
    }
    
    
    
    
    .navbarLogo a .normal-logo-cont {
        display: none !important;
    }
    .navbarLogo a .fixed-logo-cont svg {
        display: block;
        opacity: 1;
        height: auto;
    }
    /* #activeboxClipboard #circle-clipboard {
        background: #666666 !important;
    } */
    #clipboard {
        padding-top: 35px;
    }
    .breadcrumbs-of-day {
        display: none;
    }
    #header-static li.level2.opened ul.level3 {
        top: 0 !important;
    }
    #variants .grid-item, #similars .grid-item {
        width: 50%;
    }
    .carousel-home .owl-dots {
        bottom: 0;
    }
    #promotionFrame, #infoFrame {
        top: 65px;
        position: absolute;
    }
    .productsList.owl-carousel .owl-nav {
        display: none;
    }
    .carousel-opinions .productsList.owl-carousel .owl-nav, .carousel-blog.owl-carousel .owl-nav {
        display: block;
    }
    
    #products-subscriptions-form .col-sm-6 {
        width: 100%;
    }
    .orderReview .btn {
        width: 100%;
        padding: 15px;
    }
    /* #clipboard .back-to-buying, #clipboard .clear-cart {
        width: 200px;
        margin-top: 0;
        float: left;
    } */
    #clipboard .back-to-buying {
        margin-right: 30px;
    }
    /* .products-group {
        width: 100%;
    } */
    #header-dynamic {
        height: 66px;
    }
    .productPremium .nav-tabs.fixed {
        top: 66px;
    }
    
    .save, .toEnd {
        text-align: center;
    }
    .priceBefore, .priceAfter {
        width: 50%;
        float: left;
    }
    .productDetailsTabs .nav > li {
        display: inline-block;
    }
    .hide768 {
        display: none;
    }
    .show768 {
        display: block;
    }
    .productPremium .tab-pane {
        display: none;
        opacity: 0;
    }
    .productPremium .tab-pane.active {
        display: block;
        opacity: 1;
    }
    .productPremium .tab-pane h2 {
        padding-top: 20px;
    }
    .breadcrumbs-product {
        padding-top: 10px;
        max-height: 35px !important;
    }
    .productPremium #products-subscriptions-form .col-sm-6 {
        width: 50%;
    }
    #products-subscriptions-form .form-group {
        margin-bottom: 0;
    }
    .askAbout-bck .col-sm-6 {
        width: 50%;
    }
    .cart-row {
        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .cartTable {
        border-top: 1px solid #ddd;
    }
    .cartTable>thead {
        display: none;
    }
    .cartTable>tbody>tr>td,
    .cartTable>tfoot>tr>td,
    #individualOffer .offerProducts td.offerProductImg {
        display: block;
        border: none !important;
        padding: 5px 10px !important;
        text-align: center;
        width: 100% !important;
    }
    .offerProductImg .img-responsive {
        margin: 0 auto;
    }
    .cartTable>tbody>tr>td:first-child {
        display: none;
    }
    .cartTable>tbody>tr>td:last-child {
        border-bottom: 1px solid #ddd !important;
    }
    .cart-link br {
        display: none;
    }
    .orderSummaryCartTable table td.name br {
        display: none;
    }
    .giftbox2 {
        width: calc(100% - 20px);
    }
    .giftbox2-el .imgResize {
        position: relative;
    }
    .giftbox2-flex {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .complaintMobile .deleteFromComplaint {
        width: auto !important;
        padding-left: 30px !important;
        padding-right: 3px !important;
    }
    .productPremium .variantsCont {
        display: none !important;
    }
    .productPremium .activeTab {
        display: block !important;
        opacity: 1 !important;
    }
    .blog-home .owl-controls {
        margin-top: 20px;
    }
    .navbarIcon {
        width: 50px;
        
    }
    .navbarIcon a.topIcon {
        text-align: center;
    }
    #activeboxMixed, #activeboxUser, #activeboxSearch {
        width: 34px;
        min-width: 30px;
    }
    .circle, .stateful-color-purple .circle {
        left: 20px;
    }
    #activeboxClipboard a {
        padding-left: 0;
    }
    .offerProducts .visible-xs-inline {
        display: inline-block !important;
    }
    .offerPriceNetto {
        width: auto;
        display: inline-block;
    }
    .offerLogin-cont #activeboxUser {
        width: auto;
    }
    .icons-navbar {
        width: 300px !important;
    }
    #activeboxMixed, #activeboxUser, #activeboxSearch {
        width: 50px;
    }
    #colorbox {
        max-width: 96%;
        left: 2%;
        right: 2%;
    }
    #cboxLoadingGraphic {
        max width: 100%;
    }
    .grid-item.small .amount-in-tile {
        height: 40px !important;
    }
    #clipboard .buttons {
        width: 100%;
    }
    #clipboard .back-to-buying {
        margin: 0;
        display: inline-block;
        width: auto;
    }
    #clipboard .buttons2 {
        width: 100%;
        padding-top: 30px;
    }
    .carouselSvgIcons .sliderSvgIcons a {
        padding: 10px;
    }
    #orderForm .field-shopstransports-shtid .label-text span.transports-info, #orderForm .cartMethodsPayments .label-text span.transports-info {
        width: calc(100% - 108px);
    }
    .orderSummaryCartTable {
        margin-bottom: 50px;
    }
    #page h2 {
        font: var(--mobile-headers-h2-font);
        text-transform: var(--mobile-headers-h2-transform);
        margin: var(--mobile-headers-h2-margin);
    }

    #page h3 {
        font: var(--mobile-headers-h3-font);
        text-transform: var(--mobile-headers-h3-transform);
        margin: var(--mobile-headers-h3-margin);
    }

    #page h4 {
        font: var(--mobile-headers-h4-font);
        text-transform: var(--mobile-headers-h4-transform);
        margin: var(--mobile-headers-h4-margin);
    }
    .background-product h1, .blog h1, .blog-title, .order-header h2.account {
        font: var(--mobile-headers-h1-font);
        text-transform: var(--mobile-headers-h1-transform) !important;
    }
    .cart-price-catalog {
        font: var(--mobile-cart-price-catalog-font);
    }
    .cart-price-promo {
        font: var(--mobile-cart-price-promo-font);
    }
    .cart-price-promo-catalog {
        font: var(--mobile-cart-price-old-font);
    }
    .cart-price-total {
        font: var(--mobile-cart-price-total-font);
    }
    .cartTable .amount-cont .cartChangeAmount, .cartTable .amount-cont {
        font: var(--mobile-cart-amount-font);
        color: var(--cart-amount-color);
    }
    .productsListHome .header {
        font: var(--mobile-homeWidget-header-font);
        text-transform: var(--mobile-homeWidget-header-transform);
    }
    .blog-home .header {
        font: var(--mobile-blogHome-header-font);
        text-transform: var(--mobile-blogHome-header-transform);
    }
    .header-interiorColors {
        font: var(--mobile-interiorColors-header-font);
        text-transform: var(--mobile-interiorColors-header-transform);
    }
    .header-newCollections {
        font: var(--mobile-newCollections-header-font);
        text-transform: var(--mobile-newCollections-header-transform);
    }
    .header-promotionsList {
        font: var(--mobile-promotionsList-header-font);
        text-transform: var(--mobile-promotionsList-header-transform);
    }
    .header-about {
        font: var(--mobile-about-header-font);
        text-transform: var(--mobile-about-header-transform) !important;
    }
    .header-giftbox2 {
        font: var(--mobile-giftbox2-header-font);
        text-transform: var(--mobile-giftbox2-header-transform);
    }
    .header-giftbox2Text {
        font: var(--mobile-giftbox2Text-header-font);
        text-transform: var(--mobile-giftbox2Text-header-transform);
    }
    .header-svgIcons {
        font: var(--mobile-svgIcon-header-font);
        text-transform: var(--mobile-svgIcon-header-transform);
    }
    .header-videoList {
        font: var(--mobile-videoList-header-font);
        text-transform: var(--mobile-videoList-header-transform);
    }
    .header-opinions {
        font: var(--mobile-opinions-header-font);
        text-transform: var(--mobile-opinions-header-transform);
    }
    .giftbox2.productsOfDay .giftbox2-el:nth-child(1), .giftbox2.productsOfDay .giftbox2-el:nth-child(2), .giftbox2.productsOfDay .giftbox2-el:nth-child(3) {
        width: 100%;
    }
    .productsGroupsColumn {
        width: 100%;
        float: none;
    }
    .productsGroupsColumn .grid-item, .complementaryTwoColumns .grid-item, .complementaryProductsCont .grid-item,
    .productsGroupWide .grid-item, .products-viewed .grid-item, .cartProducts-cont .grid-item {
        width: 50%;
    }
    .complementaryProductsCont .grid-item:nth-child(n+3), .productsGroupWide .grid-item:nth-child(n+3), .cartProducts-cont .grid-item:nth-child(n+3) {
        display: none;
    }
    .complementaryProductsCont.complementaryTwoColumns .bg-grey.bg-padding.container-fluid .grid-item {
        width: 50%;
    }
    .complementaryProductsCont.complementaryTwoColumns .bg-grey.bg-padding.container-fluid .grid-item:nth-child(n+3) {
        display: none;
    }
    .complementaryProductsCont.complementaryTwoColumns .bg-grey.bg-padding.container-fluid .owl-item .grid-item {
        width: 100%;
        display: flex !important;
    }
    .complementaryProductsCont.complementaryTwoColumns .bg-grey.bg-padding.container-fluid {
        width: 100%;
        float: none;
        clear: both;
    }
    .scrollable-menu #activeboxClipboard.navbarIcon span.circle.showCircle {
        left: 25px;
    }
}

@media screen and (max-width: 750px) {
    .productBoxFooter > div.tile-add-to-cart {
        height: 40px;
    }
    .col-xs-12 .tile .productBoxFooter {
        height: auto;
    }
    .start-filter .tile .productBoxFooter {
        height: 195px;
    }
     .start-filter .productBoxFooter > div.tile-add-to-cart, .productBoxFooter > div.tile-add-to-cart {
         height: 45px;
     }
}

@media screen and (max-width: 730px) {
    .buttonImg {
        width: auto;
        margin: 0 auto;
    }
    .btnFeaturesCont .owl-item {
        text-align: center;
    }
    .buttonImg, .buttonImg:nth-child(3), .buttonImg:nth-child(4), .buttonImg:nth-child(2) {
        display: none;
    }
    .owl-item .buttonImg {
        display: block;
    }
    .buttonImg:nth-child(1) {
        display: inline-block;
    }
}
@media screen and (max-width: 650px) {
    .giftbox2 .column-el {
        width: 100%;
    }
    .giftbox2 .column-el .giftbox2-el {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .giftbox2 .column-el-cont {
        margin-top: 20px;
        width: 100%;
        padding-left: 0;
    }
    .giftbox2 .column-el-cont .column-el:nth-child(1), .giftbox2 .column-el-cont .column-el:nth-child(2) {
        width: 100%;
    }
    .multiRows .column-el-cont .column-el {
        height: auto;
    }
    .multiRows .column-el-cont .column-el:nth-child(2) {
        margin-top: 20px;
    }
    .giftbox2.rowsAlternately.multiRows .multiRows-el:nth-child(2n) .column-el {
        margin-top: 20px;
    }
    .giftbox2.rowsAlternately.multiRows .multiRows-el:nth-child(2n) .column-el-cont, .giftbox2.rowsAlternately.multiRows .multiRows-el:nth-child(2n) .column-el-cont .column-el:nth-child(1) {
        margin-top: 0;
    }
    .giftbox2.rowsAlternately.multiRows .multiRows-el:nth-child(2n) .column-el-cont {
        padding-right: 0;
    }
    .imagesShort .multiRows-el .column-el:nth-child(1) {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 627px) {
    .carousel-home-el {
        height: auto !important;
        background: none !important;
        min-height: auto !important;
    }
    .visible {
        display: none !important;
    }
    .img-responsive.visible-xs {
        display: block;
    }
    .buttonImg {
        width: calc(50% - 4px);
    }
    .owl-item .buttonImg {
        width: 100%;
    }
    #products-subscriptions-form .col-sm-6 {
        width: 50%;
    }
    .accessibility-content {
        width: 100%;
    }
    .orderReview textarea.form-control {
        width: 100%;
    }
    #clipboard .buttons {
        clear: both;
        overflow: hidden;
    }
    /* #clipboard .back-to-buying, #clipboard .clear-cart {
        width: calc(50% - 15px);
    } */
    #contactForm .btn-purple {
        width: 100%;
        margin-top: 20px;
    }
    .buttonImg, .buttonImg:nth-child(4) {
        display: none;
    }
    .owl-item .buttonImg {
        display: block;
    }
    .buttonImg:nth-child(1),
    .buttonImg:nth-child(2),
    .buttonImg:nth-child(3) {
        display: inline-block;
    }
    #header-dynamic {
        height: 115px;
    }
    #header-dynamic.cart {
        height: 70px;
    }
    .productPremium .nav-tabs.fixed {
        top: 115px;
    }
    .opinions .opinion:nth-child(2) {
        display: none;
    }
    .opinions .owl-item .opinion {
        display: block;
    }
    .priceBefore, .priceAfter {
        display: inline !important;
        float: none;
        width: auto !important;
        padding-left: 0;
        padding-right: 0 !important;
    }
    .productPremium .price-content {
        text-align: center;
    }
    .productPremium .discount-circle {
        left: 10px;
    }
    .productPremium .contact-trigger {
        margin-top: 20px;
    }
    .productPremium .social-cart .col-sm-8 {
        margin-top: 0;
    }
    .productPremium .ratingCont {
        width: 220px;
        margin: 0 auto 8px;
    }
    .resum {
        margin-bottom: 15px;
    }
    .askAbout-bck .col-sm-6 {
        width: 100%;
    }
    .wizard .form-check .featureInput {
        top: 0 !important;
    }
    .wizard .form-radio, .wizard .form-check .featureInput {
        width: calc(50% - 55px) !important;
    }
    .wizard .form-radio .featureInput {
        width: 100% !important;
    }
    .orderReview-desc, .orderReview-image {
        width: 100%;
    }
    .orderReview-image {
        margin-bottom: 20px;
    }
    #productPremium .social-cart .col-sm-6.text-left,
    #productPremium .social-cart .col-sm-6.text-right {
        float: left;
    }
    #activeboxMixed, #activeboxUser, #activeboxSearch, .navbarIcon {
        width: 16.666%;
    }
    #activeboxMixed a.topIcon, #activeboxUser a.topIcon, #activeboxSearch a.topIcon, .navbarIcon a.topIcon {
        text-align: center;
    }
    .circle, .stateful-color-purple .circle {
        left: auto;
        right: 0;
    }
    #activeboxClipboard a.topIcon, #activeboxCart a.topIcon {
        width: 35px;
        padding-left: 0;
        display: block;
        margin: 0 auto;
        text-align: left;
    }
    #activeboxClipboard a.btn, #activeboxCart a.btn {
        width: auto;
        padding: 6px 15px;
    }
    .navbarIcon span.circle {
        right: 0 !important;
    }
    #productDefault .containerPhotosDesc .photos.images3x4, #productDefault .containerPhotosDesc .description.images3x4 {
        width: 100%;
        float: none;
    }
    #productDefault .containerPhotosDesc .photos.images3x4 {
        padding-right: 0;
    }
    #productDefault .containerPhotosDesc .description.images3x4 {
        padding-left: 0;
    }
    #register-password {
        position: relative;
    }
    #register-password .form-group, #register-password .form-group .col-sm-6 {
        width: 100%;
    }
    .passwordToogle {
        top: auto;
        bottom: 7px;
    }
    #register .bg-padding-box {
        padding-left: 20px;
        padding-right: 20px;
    }
    #registrationForm .form-group .col-sm-6 {
        width: 100%;
    }
    #registrationForm .form-check .col-sm-offset-3, #registrationForm .form-group .col-sm-offset-3 {
        margin-left: 0 !important;
    }
    #registrationForm .form-check {
        padding-left: 0;
    }
    #registrationForm .form-group .col-sm-3 {
        width: 100%;
    }
    .responsive-x-768 {
        width: 627px;
        max-width: 100%;
        right: 0 !important;
    }
    .responsive-x-768 li.level2 {
        padding: 0;
    }
    .responsive-x-768 li a.level2 {
        padding-left: 20px;
    }
    #header-static .responsive-x-768 ul.level3 a.level3 {
        padding-left: 40px;
    }
    .navbar .responsive-x-768 .navbar-nav .arrow-container {
        padding-right: 0;
        text-align: center;
    }
    .responsive-x-768 .navbar-nav li.level4 {
        padding-left: 40px;
    }
    .scrollable-menu #activeboxClipboard.navbarIcon span.circle.showCircle {
        left: 16px;
    }
    #orderForm .form-group .col-sm-6 {
        width: 100%;
    }
    .activeboxCartBoxFooter .cartInfoTop {
        white-space: normal;
        width: 100%;
        display: block;
        text-align: center;
    }
    .activeboxCartBoxFooter .freeTransportInfoTop {
        white-space: normal;
    }
    .activeboxCartBoxFooter {
        flex-wrap: wrap;
    }
    .show627 {
        display: flex;
    }
    .hide627 {
        display: none;
    }
    .goToCart {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 0;
    }
}

@media screen and (max-width: 630px) {
    .cartDiscounts {
        height: 60px;
        overflow: hidden;
        cursor: pointer;
    }
    .cart-arrow-down {
        background: url(/themes/lilio/assets/img/icons/arrow.svg) no-repeat;
        transform: rotate(90deg);
        width: 25px;
        height: 25px;
        display: inline-block;
        margin-left: 20px;
        vertical-align: middle;
    }
    .cart-arrow-up {
        background: url(/themes/lilio/assets/img/icons/arrow.svg) no-repeat;
        transform: rotate(270deg);
        width: 25px;
        height: 25px;
        display: inline-block;
        margin-left: 20px;
        vertical-align: middle;
    }
    #discounts h2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        padding: 0;
        font: var(--cartDiscounts-header-font);
        color: var(--cartDiscounts-header-color);
    }
    #discounts .btn-blue {
        width: 50px;
        padding-left: 0;
        padding-right: 0;
    }
    .bg-transparent .logo {
        max-width: 220px;
        float: left;
    }
    #promotionFrame, #infoFrame {
        top: 115px;
    }
}

@media screen and (min-width: 628px) and (max-width: 1000px) {
    .logo {
        width: 30% !important;
    }
    .cart .logo {
        width: 35% !important;
    }
}

@media screen and (max-width: 628px) {
    .icons-navbar, .scrollable-menu .icons-navbar {
        width: 100% !important;
    }
    .offerLogin-cont {
        width: 40px !important;
        margin-top: 15px;
    }
    .offerLogin-cont .navbarIconBox {
        right: 10px;
        width: 400px;
        left: auto;
    }
    .product-cont {
        padding-top: 0;
    }
    .product-details .price-content {
        margin-bottom: 0;
    }

    .productDetailsTabs .nav.nav-tabs li {
        display: block;
        width: 100%;
        padding: 5px 0;
        background: url(/themes/lilio/assets/img/icons/arrow-down.svg) no-repeat;
        background-position: calc(100% - 3px) 19px;
    }
    .productDetailsTabs .nav.nav-tabs li.hide768 {
        display: none;
    }
    .productPremium .nav-tabs {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        background: #fff;
    }
    .productDetailsTabs .nav.nav-tabs li a {
        text-align: left;
        border-color: #b6b6b6;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
    }
    .productPremium .nav-tabs > li > a:hover, .productPremium .nav-tabs > li.active > a, .productPremium .nav-tabs > li.activeTabMenu > a, .productPremium .nav-tabs > li.active > a:focus, .productPremium .nav-tabs > li.active > a:hover {
        border-color: #000;
        padding-left: 0;
    }
    .productPremium .productDetailsTabs .nav.nav-tabs li {
        background-position: calc(100% - 3px) 19px;
    }
    .productPremium .tab-content {
        background: var(--mobile-productPremium-tabs-cont-bck);
    }
    #productPremium .productDetailsTabs {
        padding-left: 10px;
        padding-right: 10px;
    }
    #activeboxMixed, #activeboxUser, #activeboxSearch, .navbarIcon {
      width: 16.666%;
    }
    #activeboxSearch .navbarIconBox {
        position: fixed;
        top: 0;
        bottom: 0;
    }
    #activeboxSearch .activeboxSearchBoxResults {
        height: calc(100vh - 100px);
        max-height: calc(100vh - 100px);
    }
    #activeboxSearch .results {
        
        height:auto;
        max-height: 20000px;
    }
    #activeboxSearch .results {
        padding-bottom: 20px;
    }
    .navbarIconBox {
        max-width: 100%;
        left: 0;
        right: -64px;
        top: 49px;
    }
    .activeboxSearchBox,
    .activeboxCartBox,
    .activeboxLoginBox {
        max-width: 100%;
    }
}

@media screen and (max-width: 627px) {
    .orderReview-image .img-responsive {
        max-width: 300px;
        margin: 0 auto;
    }
    .reviewsDisplayType {
        margin-bottom: 0;
    }
    .productPremium .nav-tabs > li > a {
        padding: 10px 4px;
    }
    .productPremium .text-center .youSave {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .offerLogin-cont .navbarIconBox {
        max-width: 320px;
        right: 0;
        left: auto;
    }
    .offerLogin-cont .navbarIconBox a {
        text-align: left !important;
    }
    .activeboxSearchBoxResults .results-products .entry h3 a {
        text-align: var(--searchResults-title-align) !important;
        font: var(--mobile-searchResults-title-font);
        text-transform: var(--mobile-searchResults-title-transform);
    }
    .activeboxSearchBoxResults .entry h4 .small-font {
        font: var(--mobile-searchResults-currency-font);
    }
    /* .activeboxSearchBoxResults .results-products .entry h3 a:hover, .activeboxSearchBoxResults .results-products .entry h3 a:focus {
        color: var(--mobile-searchResults-title-hover-color);
    } */
    .activeboxSearchBoxResults .entry h4 {
        font: var(--mobile-searchResults-price-font);
    }
    .searchData {
        padding-left: 0;
    }
    .activeboxSearchBoxResults .results-products .entry h3 {
        height: auto;
        overflow: hidden;
        position: relative;
        margin-bottom: 0;
        --max-lines: 2;
        max-height: calc(var(--mobile-searchResults-lineheight) * var(--max-lines));
        padding-right: 15px; /* space for ellipsis */
    }
    
    .activeboxSearchBoxResults .results-products .entry h3.ellipsis::before {
        position: absolute;
        content: "...";
        right: 0;
        bottom: 3px;
        font: var(--mobile-searchResults-title-font);
        font: var(--searchResults-title-color);
    }
    .activeboxSearchBoxResults .results-products .entry h3.ellipsis::after {
        content: "";
        position: absolute;
        inset-inline-end: 0; /* "right" */
        width: 1rem;
        height: 1rem;
        background: white;
    }
    
    /* .cover-search {
        height: 20px;
        width: 100px;
        position: absolute;
        bottom: 0;
        right:0;
        background: rgb(255,255,255);
     background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.6670869031206232) 26%, rgba(255,255,255,0.8547619731486344) 43%, rgba(255,255,255,0.9443978274903712) 60%, rgba(255,255,255,0.9471989479385504) 77%, rgba(255,255,255,1) 100%);
     background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.6670869031206232) 26%, rgba(255,255,255,0.8547619731486344) 43%, rgba(255,255,255,0.9443978274903712) 60%, rgba(255,255,255,0.9471989479385504) 77%, rgba(255,255,255,1) 100%);
     background: linear-gradient(90deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.6670869031206232) 26%, rgba(255,255,255,0.8547619731486344) 43%, rgba(255,255,255,0.9443978274903712) 60%, rgba(255,255,255,0.9471989479385504) 77%, rgba(255,255,255,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    } */
    
    
    /* .searchButtonMore {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        padding-top: 20px;
        margin-top: 0;
        padding-bottom: 20px;
        background: #fff;
        z-index: 2000;
    } */
    .amount-in-tile .clearfix.visible990 {
        display: none;
    }
    .col-xs-12 .productBoxFooter > div.amount-in-tile {
        height: auto;
    }
    
    #orderForm .transports-info {
        font: var(--mobile-transportsMethod-name-font);
    }
    #orderForm input[type="radio"]:checked + .label-text span.transports-info {
        font: var(--mobile-transportsMethod-name-checked-font);
    }
    #orderForm .transports-price {
        font: var(--mobile-transportsMethod-price-font);
    }
    #orderForm input[type="radio"]:checked + .label-text span.transports-price {
        font: var(--mobile-transportsMethod-price-checked-font);
    }
    #orderForm .field-shopstransports-shtid .order-radio .description, #orderForm .cartMethodsPayments .order-radio .description, #orderForm .delivery-info-time, #orderForm .delivery-info-day {
        font: var(--mobile-transportsMethod-desc-font);
    }
    .delivery-info-desk {
        display: none !important;
    }
    .field-shopstransports-shtid .label-text span.transports-price, .cartMethodsPayments .label-text span.transports-price {
        width: 90px;
    }
    .field-shopstransports-shtid .order-radio label span.label-text, .cartMethodsPayments .order-radio label span.label-text {
        font-size: 0;
    }
    .activeboxCartBoxFooter .freeTransportInfo-cont {
        text-align: center;
    }
    .contactIconDesk {
        display: none;
    }
    .contact-row .contactBox .contactIconMob {
        text-align: left !important;
        background-size: auto 50px;
        min-height: 50px;
        background-repeat: no-repeat;
        background-position: right top;
    }
}

@media screen and (max-width: 600px) {
    .auth-link.btn-wide.facebook {
        margin: 0;
        margin-bottom: 10px;
    }

    .productDetailsDelivery .text-right {
        white-space: nowrap;
        position: absolute;
        right: 10px;
        border: 0;
    }

    .productDetailsDelivery .text-right.mtop-td {
        margin-top: 30px;
    }

    .productDetailsDelivery .text-left {
        padding-bottom: 33px;
        text-align: left;
    }

    .productDetailsDelivery .center-price-td {
        position: absolute;
        right: 80px;
    }
    .productPremium .productDetailsDelivery .text-right {
        right: 30px;
    }
    .productPremium .productDetailsDelivery .center-price-td {
        right: 120px;
    }
    .productPremium #products-subscriptions-form .col-sm-6 {
        width: 100%;
    }
    .clear-cart {
        clear: both;
        margin-bottom: 0;
    }
    #sendCartFormCont {
        float: none;
        width: 100%;
        clear: both;
        text-align: center;
    }
    .sendCartFormTrigger {
        margin-right: 0;
        margin-top: 0;
        float: none;
    }
    .show600 {
        display: inline-block;
        margin-bottom: 0;
    }
    .hide600 {
        display: none;
    }
    #sendCartForm {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .productTransports tr {
        display: block;
        height: auto;
        overflow: hidden;
    }
    .productTransports tr td {
        display: block;
        border: 0 !important;
    }
    .productTransports tr td.text-left {
        width: 100%;
        padding-bottom: 5px;
        padding-left: 0;
    }
    .productTransports tr td.text-right, .productTransports tr td.center-cnt-td {
        width: 33.333%;
        float: left;
        border-bottom: 1px solid #d9d9d9 !important;
        margin-top: 0 !important;
        height: 35px;
        position: relative !important;
        right: auto !important;
    }
    .productTransports tr td.center-cnt-td {
        padding-left: 0;
    }
    table.productTransports {
        border-bottom: 0;
    }
    .clear-cart.hide600 {
        display: none;
    }
    .clear-cart.show600 {
        display: inline-block;
    }
    #clipboard .buttons2 .btn-scroll {
        margin-right: 0px;
        float: left;
    }
    #clipboard .clear-cart {
        padding-right: 0;
    }
    .carouselSvgIcons .mobItems8 {
        width: 12.5%;
    }
    .carouselSvgIcons .mobItems7 {
        width: 14.28%;
    }
    .carouselSvgIcons .mobItems6 {
        width: 16.66%;
    }
    .carouselSvgIcons .mobItems5 {
        width: 20%;
    }
    .carouselSvgIcons .mobItems4 {
        width: 25%;
    }
    .carouselSvgIcons .mobItems3 {
        width: 33.33%;
    }
    .carouselSvgIcons .mobItems2 {
        width: 50%;
    }
    .carouselSvgIcons .sliderSvgIcons {
        margin: 0 0 10px;
    }
    .carouselSvgIcons {
        margin-left: -6px;
        margin-right: -6px;
    }
    .sliderSvgIcons a h3 {
        color: var(--mobile-svgIcon-title-color);
        font: var(--mobile-svgIcon-title-font);
    }

    .sliderSvgIcons a:hover h3 {
        color: var(--mobile-svgIcon-title-hover-color);
    }

    .sliderSvgIcons a h5 {
        color:var(--mobile-svgIcon-desc-color);
        font: var(--mobile-svgIcon-desc-font);
    }

    .sliderSvgIcons a:hover h5 {
        color:var(--mobile-svgIcon-desc-hover-color)
    }
    #productPremium .clickable-product-photos .photo-dynamic {
        width: calc(25% - 6px) !important;
    }
    #productPremium .clickable-product-photos .photo-dynamic:nth-child(n+5) {
        display: none !important;
    }
}
@media screen and (max-width: 599px) {
    #productDefault #photos .photo-dynamic {
        width: 25%;
    }
    #productDefault #photos .photo-dynamic:nth-child(n+5) {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    .deliveryTime, .freeTransport, .costTransport {
        background: none;
        padding: 0;
    }
    .buttonImg, .buttonImg:nth-child(4),
    .buttonImg:nth-child(3) {
        display: none;
    }
    .owl-item .buttonImg {
        display: block;
    }
    .buttonImg:nth-child(1),
    .buttonImg:nth-child(2) {
        display: inline-block;
    }
    .products-group .col-xl-2 {
        width: 50%;
    }
    .products-group .owl-item .col-xl-2 {
        width: 100%;
    }
    #promotion-clock-header {
        display: block;
        margin: 5px 0 10px 0;
    }
    #promotionFrame .btn-promo {
        margin-left: 0;
    }
    .productPremium .product-details .add-to-cart a.btn, .productPremium .amount-cont {
        margin-right: 0;
    }
    .productPremium .amount-cont {
        float: left;
    }
    .productPremium .product-details .add-to-cart a.add2clipboard, .productPremium .product-details .add-to-cart a.clipboard-remove {
        float: right;
    }
    .transports-logo {
        height: 30px;
        width: auto;
        margin-right: 5px;
        max-height: 50px;
    }
}

@media screen and (max-width: 500px) {
    .col-xs-6 .productBoxFooter > h4 {
        font-size: 16px;
    }
    .col-xs-6 .discount-circle {
        width: 35px;
        height: 35px;
        padding-top: 7px;
        font-size: 14px;
        right: 10px;
        top: 10px;
    }
    #products-subscriptions-form .col-sm-6 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .item-photo-image {
        min-height: 280px;
    }
    .item-photo-image .img-responsive {
        max-height: 260px;
    }
    .cart .logo {
        width: 50% !important;
        max-width: 45% !important;
    }
    .cart .navbarLogo a svg {
        max-width: 100%;
        width: auto;
    }
    #creatorForm .bg-padding-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .carousel-home-widget .gridWrapper .gridItem {
        width: 100%;
    }
    .carousel-home-widget .gridWrapper:not(.show-all-items) .gridItem:nth-child(n + 2) {
        display: none;
    }
    .productPremium .photos-container {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }
    .productPremium .owl-prev {
        width: 30px;
        left: -30px;
    }
    .productPremium .owl-next {
        width: 30px;
        right: -30px;
    }
    .productPremium .arrow-prev, .productPremium .arrow-next {
        width: 30px;
    }
    .productPremium .clickable-product-photos {
        padding-left: 0;
    }
    #orderForm .bg-padding-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .offerPaymentMob .left, .offerPaymentMob .right {
        width: 100%;
        float: none;
        height: auto;
        overflow: hidden;
    }
    .products-wide .gridItem .productBoxFooter h4 .text-black {
        font: var(--mobile-productBox-catalogPrice-font) !important;
    }
    .products-wide .gridItem .productBoxFooter h4 strike .text-black {
        font: var(--mobile-productBox-oldPrice-font) !important;
    }
    .products-wide .gridItem .productBoxFooter h4 .text-red {
        font: var(--mobile-productBox-promoPrice-font);
    }
    .productPremium .photo-dynamic {
        width: calc(33% - 10px);
    }
    .productPremium .owl-item .photo-dynamic {
        width: calc(100% - 10px);
        display: block !important;
    }
    .productPremium .photo-dynamic:nth-child(1n+4) {
        display: none;
    }
    #productPremium .clickable-product-photos .photo-dynamic {
        width: calc(33.333% - 6px) !important;
    }
    #productPremium .clickable-product-photos .photo-dynamic:nth-child(n+4) {
        display: none !important;
    }
    /* .responsive-x-768 {
        max-width: calc(100% - -20px);
    } */
}
@media screen and (max-width: 499px) {
    #productDefault #photos .photo-dynamic {
        width: 33.333%;
    }
    #productDefault #photos .photo-dynamic:nth-child(n+4) {
        display: none;
    }
}
@media screen and (max-width: 450px) {
    .cart-logo {
        max-height: 35px;
        margin-left: -140px;
    }
    .bg-transparent .logo {
        max-width: 190px;
    }
    .col-xs-6 .productBoxFooter > h4, .col-xs-6 .productBoxFooter > h4 .small-font, .owl-carousel .productBoxFooter > h4 * {
        font-size: 14px;
    }
    .products-group .col-xl-2 .tile .productBoxHeader .add2clipboard.clipboard-add, .products-group .col-xl-2 .tile .productBoxHeader .add2clipboard.clipboard-remove {
        display: none !important;
    }
    .products-group .col-xl-2 .tile .btn.add2clipboard.clipboard-add {
        display: inline-block !important;
    }
    .products-group .col-xl-2 .tile.in-clipboard .clipboard-remove {
        display: inline-block !important;
    }
    .products-group .col-xl-2 .tile.in-clipboard .btn.add2clipboard.clipboard-add {
        display: none !important;
    }
    .tile-add-to-cart .btn {
        width: 150px;
        max-width: calc(100% - 10px);
        padding-left: 0;
        padding-right: 0;
    }
    .cart-grey {
        padding: 20px 10px;
    }
    .cart-grey .col-left {
        padding-right: 0;
    }
    .productPremium .graph, .productPremium .resum {
        padding: 0;
    }
    .premiumAddReviewHeader {
        width: 100%;
        margin-left: 0px;
    }
    .reviewsListPremium {
        padding: 0;
    }
    .wizard .actions ul li:nth-child(1), .wizard .actions ul li:nth-child(2) {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .wizard .actions ul li:nth-child(2) {
        margin-right: 0;
    }
    .wizard .actions ul li:last-child {
        width: 100%;
    }
    .wizard .actions ul {
        width: 100%;
        padding-left: 0;
    }
    .premiumAddReviewHeader {
        height: auto;
        overflow: hidden;
        border-bottom: 0;
        margin-bottom: 10px;
    }
    .addReviewTrigger {
        margin: 10px auto 0;
        float: none !important;
        display: block;
    }
    .premiumAddReviewHeader p {
        padding-bottom: 10px;
        width: 100%;
        border-bottom: 1px solid #d7d7d7;
    }
    .orderReview-image .img-responsive {
        max-width: 200px;
        margin: 0 auto;
    }
    .productPremium .tab-content, .productPremium .tab-pane-padding {
        padding-left: 10px;
        padding-right: 10px;
    }
    #cboxLoadedContent .reviewsListPremium {
        padding: 10px;
    }
}

@media screen and (max-width: 400px) {
    #discounts h2 {
        font-size: 16px !important;
    }
    .cart-arrow-down, .cart-arrow-up {
        margin-left: 10px;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
    }
    .shopping-path {
        height: 30px;
        /* padding-left: 5px !important; */
    }
    .shopping-path .col-xs-4 span {
        text-align: center !important;
        width: 100%;
    }
    .cart-container h2.blog-title {
        margin-bottom: 0;
    }
    .order-login .bg-white {
        padding: 10px;
    }
    .activeboxLoginBoxForm {
        padding-left: 10px !important;
    }
    .item-photo-image {
        min-height: 260px;
    }
    .item-photo-image .img-responsive {
        max-height: 240px;
    }
    /* #clipboard .back-to-buying {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    #clipboard .clear-cart {
        width: auto;
        float: none;
        margin: 0 auto 10px;
        display: inline-block;
    } */
    /* #clipboard .buttons, #clipboard .buttons2 {
        text-align: center;
        padding: 0 30px;
    } */
    .productPremium .callAndOrder {
        background-size: 30px;
        padding-left: 30px;
        font-size: 16px;
    }
    .cart-container h1.blog-title {
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .wizard .form-radio, .wizard .form-check .featureInput {
        width: 100% !important;
        margin-right: 0;
    }
    .productPremium #photos {
        max-height: 80px;
    }
    .productPremium .owl-prev, .productPremium .owl-next {
        height: 80px;
    }
    .youSave {
        text-align: left;
    }
    .save {
        padding-right: 0 !important;
    }
    .productPremium .product-details a.add2clipboard, .productPremium .product-details a.clipboard-remove,
    .productPremium .clipboard-add.add2clipboard svg, .productPremium a.clipboard-remove svg {
        width: 25px;
    }
    .productPremium .product-details .add-to-cart a.btn {
        width: calc(100% - 170px);
    }
    .cartMethodsShipments .withLogo input[type="radio"] + .label-text::before, .cartMethodsPayments .withLogo input[type="radio"] + .label-text::before, .cartMethodsShipments .withLogo input[type="radio"]:checked + .label-text::before, .cartMethodsPayments .withLogo input[type="radio"]:checked + .label-text::before {
        margin-top: 8px;
    }
    .field-shopstransports-shtid .withLogo .label-text span.transports-price, .cartMethodsPayments .withLogo .label-text span.transports-price {
        margin-top: 2px;
    }
    .field-shopstransports-shtid .label-text span.delivery-info-day {
        width: calc(100% - -85px);
    }
    #productPremium .social-cart .col-sm-6.text-left, #productPremium .social-cart .col-sm-6.text-right {
        width: 100%;
        float: none !important;
        text-align: left !important;
        padding-left: 10px;
    }
    #productPremium .social-cart .col-sm-6.text-left {
        margin-bottom: 20px;
    }
    #productPremium .shareTitle {
        display: inline-block;
    }
    .blog-home .row.productsList {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #productsOfDayLink .countdown {
        font-size: 16px;
    }
    #clipboard .back-to-buying, #clipboard .buttons2 .btn-purple {
        width: 100%;
    }
    #clipboard .clear-cart {
        padding-right: 20px;
        float: none !important;
    }
    #clipboard .back-to-buying, #clipboard .btn-scroll {
        margin-bottom: 15px;
    }
    #clipboard .buttons2 {
        padding-top: 15px;
    }
    #clipboard .buttons {
        text-align: center;
    }
    #sendCartFormCont .formInput, #sendCartFormCont .formButton, #sendCartFormCont .formButton .btn-blue {
        width: 100%;
    }
    #sendCartFormCont .formInput {
        margin-bottom: 10px;
    }
    #productPremium .cart-grey a.clipboard-add {
        width: 30px !important;
    }
}

@media screen and (max-width: 360px) {
    .cart-grey {
        width: calc(100% - -20px);
        margin-left: -10px;
        margin-right: -10px;
    }
    .productPremium .product-details .add-to-cart a.btn.addToCart {
        padding-left: 7px;
        padding-right: 7px;
    }
    /* .productPremium .product-details .add-to-cart a img {
        width: 16px;
        height: 16px;
    } */
    .cartMethodsShipments input[type="radio"] + .label-text::before, .cartMethodsPayments input[type="radio"] + .label-text::before, .cartMethodsShipments input[type="radio"]:checked + .label-text::before, .cartMethodsPayments input[type="radio"]:checked + .label-text::before {
        margin-top: 7px;
    }
}

@media screen and (max-width: 359px) {
    .field-shopstransports-shtid .label-text span.delivery-name, .cartMethodsPayments .label-text span.delivery-name {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .buttonImg {
        width: auto;
    }
    .buttonImg, .buttonImg:nth-child(4),
    .buttonImg:nth-child(3),
    .buttonImg:nth-child(2) {
        display: none;
    }
    .owl-item .buttonImg {
        display: block;
    }
    .buttonImg:nth-child(1) {
        display: inline-block;
    }
    .shopping-path .col-xs-4 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .orderLogin-links .col-sm-6.text-left {
        padding-right: 0;
    }
    .orderLogin-links .col-sm-6.text-right {
        padding-left: 0;
    }
}


@media screen and (max-width: 330px) {
    .cart-logo {
        max-height: 35px;
        margin-left: -140px;
    }
    .bg-transparent .logo {
        max-width: 170px;
    }
}

/*#features-form .featureOptions:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    right: -10px;
    background: url('/themes/lilio/assets/img/icons/arrow-down.svg') 0% 0% / 16px 16px no-repeat;
}*/

.productDetailsDelivery .text-right {
    white-space: nowrap;
}


.program-el {
    overflow: hidden;
    display: block;
    padding: 40px;
}

.program-el .img {
    max-width: 50%;
    float: left;
}

.program-el .description {
    float: right;
    width: 48%;
}

.evenOdd .program-el:nth-of-type(even) .description {
    float: left;
}
.evenOdd .program-el:nth-of-type(even) .img {
    float: right;
}

.program-el .description p {
    display: block;
    margin-bottom: 25px;
}

.dev-info {
    position: relative;
    padding-top: 50px;
    border: 1px solid transparent;
}

.dev-info-box {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    border-left: 1px dashed #999;
    border-bottom: 1px dashed #999;
    line-height: 1;
    z-index: 10001;
    width: auto;
    min-width: 200px;
    text-align: left;
    min-height: 20px;
    height: auto;
    font-size: 16px;
    color: #666;
    background-color: #FFF;
}

.productTooltip {
    font-family: var(--font-family1), sans-serif !important;;
}

@media screen and (max-width: 900px) {
    .program-el .img {
        max-width: 100%;
        float: none;
        display: block;
    }

    .program-el .description {
        float: none;
        width: auto;
        display: block;
    }
}


.img-responsive {
    width: 100%;
}

.form-group.contact-rodo {
    height: auto;
    overflow: hidden;
}
#contactForm .form-group.contact-rodo .checkbox, #contactForm .form-group.contact-rodo {
    margin-top: 0;
    margin-bottom: 0;
}
#contactForm .form-group.contact-rodo .checkbox label {
    margin-bottom: 0;
}
#contactForm .form-group.contact-rodo:last-child .checkbox label {
    margin-bottom: 20px;
}
#contactForm .contact-rodo label {
    font: var(--contactForm-rodo-font);
    color: var(--contactForm-rodo-color);
}
.arrow-container .plus {
    display: block;
    fill: var(--burger-fill) !important;
    left: 0;
    right: 0;
    margin: auto;
    position: static;
}
.arrow-container .minus {
    display: none;
    fill: var(--burger-active-fill) !important;
    left: 0;
    right: 0 !important;
    margin: auto;
    position: static;
}
.arrow-container .plus:hover {
    fill: var(--burger-active-fill) !important;
}
.arrow-container .minus:hover {
    fill: var(--burger-active-fill) !important;
}
.arrow-container.hover.triggered .minus {
    display: block;
}
.arrow-container.hover.triggered .plus {
    display: none;
}

.contact-row iframe {
    position: relative;
    z-index: 99;
    border: 0;
}

.productBoxHeader > a.add2clipboard:hover {
    fill: #9d168d;
}

.productBoxHeader > a.add2clipboard, #productPremium .productBoxHeader > a.add2clipboard {
    position: absolute;
    right: 10px;
    fill: #666;
    height: 30px !important;
    width: 30px !important;
    background: var(--product-fav-icon-bck) !important;
    opacity: var(--product-fav-icon-opacity);
    max-height: none;
    align-items: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    display: flex;
}

.add2clipboard.clipboard-remove svg {
    fill: var(--product-fav-icon-fill-active);
}

.clipboard-add.add2clipboard svg {
    fill: var(--product-fav-icon-fill);
}

.add2clipboard.clipboard-remove svg,
.clipboard-add.add2clipboard svg {
    width: 20px;
    margin-top: 2px;
    opacity: var(--product-fav-icon-opacity);
}

.in-clipboard .productBoxHeader > a.add2clipboard {
    fill: #9d168d;
    display: block;
}

.gridItem:hover .productBoxHeader > a.add2clipboard {
    display: flex;
}

@media screen and (min-width: 1240px) {
    .productBoxHeader > a.add2clipboard {
        display: none;
    }

    .tile:hover .productBoxHeader > a.add2clipboard {
        display: flex;
    }
}

.add2clipboard:hover svg, #productPremium .productBoxHeader > a.add2clipboard:hover svg {
    fill: var(--product-fav-icon-hover-fill) !important;
}

.add-to-cart .clipboard-remove > span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-to-cart .clipboard-add > span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-to-cart .clipboard-remove span svg {
    margin-right: 5px;
    fill: var(--removeFromClipboard-btn-svg-color);
}
.add-to-cart .clipboard-add span svg {
    margin-right: 5px;
    fill: var(--addToClipboard-btn-svg-color);
}
.add-to-cart .clipboard-remove:hover span svg {
    margin-right: 5px;
    fill: var(--removeFromClipboard-btn-svg-hover-color);
}
.add-to-cart .clipboard-add:hover span svg {
    margin-right: 5px;
    fill: var(--addToClipboard-btn-svg-hover-color);
}
#activeboxClipboard svg {
    width: 20px;
}

.productDetailsRatings {
    cursor: pointer;
}

.grecaptcha-badge {
    visibility: hidden;
}
