@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-display: swap;
  src: url(RobotoSlab-Regular.eot); /* For IE6-8 */
  src: local('Signika'),
       local('Signika-Regular'),
       url(Signika-Regular.woff2) format('woff2'),
       url(Signika-Regular.woff) format('woff');
}

@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';
}

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

.breadcrumbs {
    padding: 20px 20px 10px 0;
    text-align: left;
    color: #474747;
    background: #f6f6f6;
}

.register .breadcrumbs {
    padding-lefT: 60px;
}

.register .form-title {
    padding-left: 60px;
    color: #fe0000;
}

.register .form-title a {
    color: #3c3c3c;
}

.breadcrumbs.product-breadcrumbs  {
    padding-left: 75px;
    padding-bottom: 20px;
}

.breadcrumbs a, .breadcrumbs span {
    color: #474747;
}

.background-product h1 {
    color: #002d48;
}

﻿/* 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: #3c3c3c
}

.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: #026390;
    position: fixed;
    z-index: 2000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border: solid 5px transparent;
    border-top-color: #026390;
    border-left-color: #026390;
    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;
}

@-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%;
}


/* 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
}

#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(../img/colorbox/loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
    background: url(../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(../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(../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(../img/icons/colorbox-close.svg) center center no-repeat;
    background-size: 40%;
    height: 50px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 50px;
}

#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: 13c3c3c;
}

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

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

}

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

.jAlertClose {
    background: transparent url(../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
}

.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(../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 {
    background: #9d168d;
    color: #fff;
    display: block;
    font: 20px/30px "Signika";
    margin: 0 40px 0 0;
    height: 40px;
    overflow: hidden;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase
}

.jAlertTitle:after, .modal-title: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: #ffffff;
    display: block;
    font-size: 22px;
    overflow: hidden;
    padding: 40px;
    text-align: center;
}

@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: #3c3c3c;
    /*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(../img/ring.gif) center bottom no-repeat;
    }
}

[data-pjax-container].pjax-loading:after {
    background: url(../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(../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: #3c3c3c;
    font-family: 'Signika', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
}

a {
    color: #026390;
    outline: none !important;
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: #3c3c3c;
    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: "Signika"
}

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="../img/svg/nophoto.svg"] {
    width: 75%;
}

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

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


/* Header */

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

.navbarLogo a {
    /* display: block; */
    height: 30px;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.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 {
    display: block;
    opacity: 0;
    height: 0;
    transition: all 300ms ease-in-out;
    width: 160px;
    height: 0;
}

.fixed .navbarLogo a .fixed-logo {
    opacity: 1;
    height: 40px;
}

.navbarLogo svg {
    width: 30px;
    display: inline-block;
    height:30px;
    /* float: left; */
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 10px;
}

.navbarLogo p {
    width: auto;
    font-weight: normal;
    font-size: 24px;
    /* display: inline-block; */
    /* float: left; */
    display: flex;
    margin-bottom: 0;
}

.navbarLogo p span {
    color: #e49c05;
}

/* 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: 50px 0 10px 20px;
    text-align: center;
    background: #f6f6f6;
}

.background-product h1,
.background-product h3 {
    color: #002d48;
    display: inline-block;
    font-size: 26px;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    max-width: 100%;
    font-weight: normal;
}

.owl-theme .owl-controls .owl-page span {
    background: #9d168d;
}


/* Helper Classes */

.vimeo-video {
    background: #3c3c3c;
    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: 'Signika', sans-serif;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 1px;
}

.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: 1px solid #ccc;
    color: black;
}

.frame-promotion {
    border: 1px solid rgba(255, 0, 0, .5);
    color: red;
}

.frame-novelty {
    border: 1px solid rgba(157, 22, 141, .5);
    color: #9d168d;
}

.frame-productOfDay {
    border: 1px solid #15a884;
    background: #15a884;
    color: #fff;
}

.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: normal;
}

.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;
}

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

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

.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 li.level2>a {
    padding: 10px 0;
    display: inline-block;
    color: #9f018c;
}

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

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

.card li.level3 a {
    color: #9f018c
}

.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;
}

.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: 410px; */
    //max-width: calc(25% - 20px);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    border: 1px solid transparent;
    transition: .5s;
    margin: 5px auto 30px;
    overflow: hidden;
    //-webkit-box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
    //-moz-box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
    //box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
}

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

.tile:hover {
    z-index: 10;
    border: 1px solid #d0d0d0;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(102,102,102,1);
-moz-box-shadow: 0px 2px 12px 0px rgba(102,102,102,1);
box-shadow: 0px 2px 12px 0px rgba(102,102,102,1);
}

.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: 50px;
    position: absolute;
    opacity: 0;
    transition: .5s;
    top: 10px;
    right: 10px;
}

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

.small-tile:hover .productBoxHeader .plus,
.tile:hover .productBoxHeader .plus,
.productBox:hover .productBoxHeader .plus {
    opacity: .2;
}

.small-tile .productBoxHeader .plus:hover,
.tile .productBoxHeader .plus:hover,
.productBox .productBoxHeader .plus:hover {
    opacity: 1;
    cursor: pointer;
}

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

.blog-content a {
    color: #9f018c;
}

.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: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.main-image>span {
    background: url(../img/icons/colorbox-arrow.svg) center center no-repeat;
    bottom: 0;
    content: "";
    display: block;
    opacity: 0.5;
    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.next {
    right: 0;
}

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

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

.tile h3 {
    margin: 0 7.5px;
    color: #3c3c3c;
    text-transform: none;
}

.tile h4 {
    color: #8f8f8f;
    text-transform: none;
}

.tile .productBoxFooter {
    top: 0;
    transition: .5s;
    z-index: -1;
}

.productBoxFooter .blue-link {
    font-weight: normal;
    font-size: 16px;
    color: #0685e6;
}

.productBoxFooter .pull-right {
    font-size: 12px;
}

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

/* Lightbox content */

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

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

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

.photo-mobile {
    display: 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;
    position: relative;
}

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

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

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;
}

.product-details .add2clipboard 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: #3c3c3c;
}

.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
}

/* 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: #333;
}

.text-grey {
    color: #a2a2a2;
}

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

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

.text-blue {
    color: #01c4fa !important;
}

.text-blue>a,
a.text-blue {
    color: #01c4fa !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;
}

.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 h2 {
    font-size: 16px;
    height: 41px;
    line-height: 1.2em;
    overflow: hidden;
    margin: 0;
    text-transform: none;
    margin-bottom: 8px;
}

.productBoxFooter h3 {
    font-size: 14px;
    color: #002b52;
    margin-left: 0;
    margin-bottom: 8px;
    height: 18px;
}

.col-md-2 .productBoxFooter h3 {
    height: 30px;
}

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

.productLink {
    font-size: 22px;
    color: #333;
    padding: 10px 0;
    text-align: center;
    font-family: "Signika";
}

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

.not-float {
    float: none;
}

.header {
    margin: 0 0 20px 0
}

.header-normal {
    font-weight: 500;
    color: #212121;
}

.bg-header {
    color: #3c3c3c;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
    background: #f6f6f6;
}

.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: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    transition: .5s;
}

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

.blog-card .table-cell-imitation,
.blog-background .overlay {
    background-color: rgba(0, 0, 0, .1);
    transition: .5s;
}

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

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

.blog-padding {
    padding: 10px
}

.table-cell-imitation {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, .1);
}

.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;
}
.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;
}

.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;
}

.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;
}

.product-form .form-control {
    color: #9a9a9a;
}

.form-control.input-lg {
    height: 48px;
}

.form-control:focus {
    border-color: #626e7e;
}

.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;
}

.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: #9D168D;
}

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;
}

.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;
}

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

.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: 0px;
}

.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: #3c3c3c !important;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
}

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

.btn-white {
    color: #3c3c3c;
    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: #3c3c3c;
    background-color: #efefef;
    border-color: #efefef;
}

.btn-grey {
    color: #3c3c3c;
    background-color: #efefef;
    border-color: #efefef;
    border-radius: 0px;
}

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

.btn-grey-border.jAlertClose {
    color: #333;
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 0px;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    display: inline-block;
    height: 40px;
    line-height: 1.5;
}

.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;
}

.jAlertContent .btn.bg-blue {
    height: 40px;
    line-height: 1.5;
}

.btn-green {
    color: #fff;
    background-color: #00bd3d;
    border-color: #00bd3d;
    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: #fff;
    background-color: #01c4fa;
    border-color: #01c4fa;
    border-radius: 0px;
}

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

.btn-blue-dark {
    background: #0086c0;
    color: #fff;
    border: 1px solid #0086c0;
}

.btn-blue-dark:hover, .btn-blue-dark:focus {
    background: #0086c0;
    color: #fff;
    border: 1px solid #0086c0;
}

.btn-red {
    color: #fff !important;
    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-login {
    padding: 15px 50px !important;
    font-size: 18px !important;
}

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

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

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

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

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

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

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

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

.bg-white-bordered {
    background: #ffffff;
    border: 1px solid #afafaf;
    color: #333;
}

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

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

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

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

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

.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%;
}

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

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

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

@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;
}

.giftbox2-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;
    }
}

@media (min-width: 768px) {
    .giftbox2 {
        padding-bottom: 35%;
    }
    .giftbox2-el {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .giftbox2-el:nth-child(1) {
        right: 50%;
    }
    .giftbox2-el:nth-child(2) {
        bottom: calc(50% + 10px);
        left: 50%;
    }
    .giftbox2-el:nth-child(3) {
        left: calc(50% + 20px);
        top: calc(50% + 10px);
    }

    .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;
    }
}

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

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

.stars,
.stars>span {
    font-size: 24px;
    height: 1em;
    margin: 0;
}

.stars {
    background: url(../img/icons/star-5.svg) 0 0 repeat-x;
    display: inline-block;
    width: 5em;
    transform: scale(.80);
    margin-left: -10px !important;
    vertical-align: top;
}

.stars>span {
    background: url(../img/icons/star-3.svg) 0 0 repeat-x;
    display: block;
    font-size: 24px !important;
}

.average .stars {
    transform: scale(1);
    width: calc(5em - 10px);
}

.responsive-relative {
    width: 100%;
    height: auto;
    position: relative;
}

#header-static ul.level2 {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    height: auto;
}

#header-static ul.level3 {
    position: absolute !important;
    top: 10px !important;
    left: 250px;
    width: 50%;
    background: none;
    //opacity: 0;
    //pointer-events: none;
    transition: .5s;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
    left: 50%;
    height: auto;
    max-height: 390px;
    overflow-y: scroll;
}

#header-static 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: none;
    left: 30px;
    position: absolute;
    z-index: 9;
    transition: all 200ms ease-in-out;
}

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

#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;
    color: #002b52;
    text-align: left;
    font-size: 16px;
    padding: 0 20px;
    transition: .5s;
    width: 100%;
}

#header-static a.level2:hover {
    color: #0086c0 !important;
}

#header-static, #header-static a.level3:hover {
    color: #0086c0 !important;
}

#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 {
        right: -100%;
        width: 100%;
        position: static !important;
    }
    #header-static li.level2 {
        width: 100%;
        position: relative;
        display: block;
        //height: auto;
    }
    .responsive-x-768 li.opened ul.level3::before {
        top: -10px !important;
    }
    .responsive-relative {
        width: 100%;
    }
}

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

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

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

.owl-dot span {
    background: #a2a2a2;
    border: 2px solid transparent;
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    margin: 5px;
    width: 20px;
}

.owl-dot.active span {
    background: #9d168d;
    border-color: transparent;
}

.carousel-home {
    position: relative;
}

.carousel-home-el {
    background: #fff url() center top no-repeat;
    background-size: cover;
    display: none;
    height: 450px;
    position: relative;
    font-family: 'Signika'
}

.carousel-home-el .btn {
    font-family: "Signika";
}

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

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

.carousel-home-el span.text {
    color: #fff;
    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;
}

.navbarIcon {
    /* display: block; */
    /* float: right; */
    display: flex;
}

.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;
    height: auto;
    display: flex;
    align-items: center;
}

.navbarIcon>a>span {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    /* top: 4px; */
}



/* <Stateful colors>*/

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

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


/* black */

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

.stateful-color-black:hover svg {
    fill: #3c3c3c;
    opacity: 1;
    cursor: pointer;
}

.stateful-color-black:focus svg {
    fill: #9d168d;
    opacity: 1;
}


/* white */

.stateful-color-white svg {
    fill: rgba(255, 255, 255, .8);
}

.stateful-color-white:hover svg,
.stateful-color-white.active svg {
    fill: rgba(255, 255, 255, 1);
}

.activebox .stateful-color-white:hover svg {
    fill: #bf38af
}

.navbarIcon.activebox .stateful-color-white:focus svg,
nav.stateful-color-white svg,
.activebox .stateful-color-white svg {
    fill: #9d168d;
}


/* </Stateful colors> */

.navbarIcon.activebox>a,
.navbarIcon:hover>a {
    opacity: 1;
}
.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: 60px;
    transition: all 200ms ease-in-out;
    z-index: 20;
}

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

.activeboxSearchBox {
    width: 600px;
}

.activeboxSearchBoxInput {
    padding: 20px;
}

.activeboxSearchBoxResults {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px 20px 20px;
}

.activeboxSearchBoxResults .entry {
    position: relative;
    margin-top: 10px
}

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

.activeboxSearchBoxResults .entry h3 {
    margin: 0 0 5px 0;
    line-height: 1.4em;
    text-decoration: none;
}

.activeboxSearchBoxResults .entry h3 a {
    color: #9d168d;
}

.activeboxSearchBoxResults .entry span {
    white-space: nowrap;
}

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

.main-font {
    font-family: "Signika" !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: #3c3c3c;
}

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

.header-font {
    font-family: "Signika";
}

.brutto-price {
    font-family: "Signika" !important;
    font-size: 18px;
    margin: 0;
}
.activeboxLoginBox {
    width: 500px;
}

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

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

.activeboxLoginBoxForm .col-xs-7 {
    padding-top: 8px;
}

.activeboxLoginBoxFooter {
    padding: 10px;
    background: #f4f4f4;
}

.activeboxLoginBoxFooter span {
    font: 16px;
    color: #3c3c3c;
    text-transform: uppercase;
}

#activeboxUser a {
    color: #3c3c3c;
}

.activeboxLoginBoxFooter .btn {
    //background: #e3e62e;
    color: #fff !important;
}

.activeboxAccountBox {
    width: 320px;
}

.activeboxAccountBoxLinks {
    padding: 10px;
}

.activeboxAccountBoxLinks>a {
    display: block;
    font: 16px/20px 'Signika';
    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: white;
    font-family: 'Signika', sans-serif
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
    color: black;
}

.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 .responsive-1300-x .nav>li>a:hover {
    background: transparent;
    color: white;
}

.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;
    color: white
}

.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: 'Signika', 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: 26px;
    background: white;
    width: 250px;
    margin: 0;
    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 {
    vertical-align: top;
    background: white;
    display: inline-block;
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
    padding-left: 50px;
    border: 1px solid #d0d0d0;
    font-size: 18px;
    position: relative;
    color: #3c3c3c;
}

.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: 'Signika', 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(../img/svg/menu3.svg);
    background-size: 70%;
}

.filters-el-icon.icon-list-rows {
    background-image: url(../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(../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(../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, #ddd 0%, #ddd 100%)
}

.slider-handle {
    background-image: linear-gradient(to bottom, #992386 0%, #992386 100%);
}

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

@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 0 3px 0;
        display: block;
        float: none !important;
    }
    .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(../img/svg/sort.svg);
    background-size: 75%;
}

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

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

fieldset .filters-el {
    padding: 0 0 5px 10px;
    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: #252525;
    display: block;
    font-family: "Signika";
    font-size: 18px;
    height: 36px;
    line-height: 34px;
    overflow: hidden;
    padding: 0 42px 0 10px;
    text-transform: none;
    position: relative;
    transition: .5s;
    border: 1px solid #d0d0d0;
}

fieldset .filters-el-btn {
    background: #f6f6f6;
    color: #002d48;
    display: block;
    font-family: "Signika";
    font-size: 16px;
    height: 20px;
    overflow: hidden;
    padding: 0 42px 0 20px;
    text-transform: none;
    position: relative;
    transition: .5s;
    border: 0;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    fieldset .filters-el-btn {
        height: 30px;
        line-height: 1.7;
    }
}

.filters-el-btn:hover,
.active>.filters-el-btn {
    color: #212121;
}


.filters-el-btn:after {
    background: transparent url(../img/icons/arrow.svg) center center no-repeat;
    content: '';
    display: none;
    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.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: 26px;
    left: -1px;
}

.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: 2000;
    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-text fieldset input {
    color: #002d48;
}

.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: #002d48;
    font-size: 16px;
    display: block;
    text-align: left;
}

.filters-el-dropdown-list-el>span {
    background: url(../img/filters-icons.png) no-repeat;
    position: absolute;
    height: 19px;
    left: 0;
    top: 0;
    width: 19px;
}

.filters-el-dropdown-list-el>span:hover {
    cursor: pointer;
}

.filters-el-dropdown-list-el[data-type="checkbox"]>span {
    background-position: 0px 0px;
}

.filters-el-dropdown-list-el.active[data-type="checkbox"]>span {
    background-position: 0px -19px;
}

.filters-el-dropdown-list-el[data-type="radio"]>span {
    background-position: -19px 0px;
}

.filters-el-dropdown-list-el.active[data-type="radio"]>span {
    background-position: -19px -19px;
}

#filters-el-menu .filters-el-dropdown-list-el.active {
    background: rgba(143, 13, 122, 1);
}

#filters-el-menu .filters-el-dropdown-list-el.active a {
    color: #fff;
}

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

.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%;
    position: relative;
}

.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(../img/pdf_ico.png);
    width: 25px;
    height: 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%;
}

.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: #3c3c3c;
}
.pageBigBoxFooter h3 a:hover {
    color: #01c4fa;
    text-decoration: none !important;
}

.pageBigBoxFooter .limited-paragraph {
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: justify;
}

.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(../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(../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;
    text-align: left;
    padding: 10px;
}

.productBoxFooter p {
    height: 64px;
    display: none;
    color: #3c3c3c;
    font-size: 14px;
    overflow:hidden;
}

.productBoxFooter>div,
.productBoxFooter>h4 {
    margin: 8px 0 0 7.6px;
}

.productBoxFooter>h4 {
    font-size: 14px;
    height: 1.4em;
    line-height: 1.4em;
    overflow: hidden;
    margin-left: 0;
    color: #002b52;
    font-weight: normal;
}

.productBoxFooter>div {
    height: 30px;
}

.productBoxFooterPrice {
    background: #fff;
}

.productBoxFooter span.btn-white {
    //box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    font-size: 21px;
    color: #01649f;
}

.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;
}

.productDetailsRatings>span {
    display: inline-block;
    vertical-align: middle;
}

.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(../img/icons/star-3.svg);
}

.rating-star,
.rating:hover .rating-star {
    background: url(../img/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 {
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 20px 0;
}

#reviews-form .rating {
    padding-top: 7px;
}

#reviews-list {}

.reviews-list-el {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}

.reviews-list-el-header {}

.reviews-list-el-content {
    padding: 1em 0;
}

.reviews-list-el-footer {}

.reviews-list-el-footer .stars {
    margin-top: 7px;
}

.reviews-list-el-footer .vote-up .glyphicon,
.reviews-list-el-footer .vote-down .glyphicon {
    margin-right: 10px;
}

.reviews-list-el-footer a.vote-up .glyphicon {
    color: #70ac13;
}

.reviews-list-el-footer a.vote-down .glyphicon {
    color: #d30000;
}

.historyTable>thead>tr>th {
    border-bottom: 0;
    color: #8693a2;
    font: 16px/21px 'Signika';
    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: none;
}

.userDocumentsList .green {
    color: #6faf03;
}

.userDocumentsList .purple {
    color: #9d168d;
}

.userDocumentsList .red {
    color: #d30000;
}

.userDocumentsList>.table>thead>tr>th {
    border-bottom: 4px solid #d6dadd;
    font-weight: 400;
    padding: 10px;
}

.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;
}

.userDocumentsRow2>td>div,
.userDocumentsRow2 {
    background: #fff;
    border: 1px solid #85898c;
}

.userDocumentsRow2 .table>thead>tr>th {
    border-bottom: none;
}

.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;
}

.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;
}


.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 'Signika';
    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 .btn {
    color: #3c3c3c;
}

.bg-newsletter {
    background: #787878;
    transition: all 300ms;
}

.bg-newsletter:hover {}

.contact-row .contactBox {
    background: #fff;
}

.contact-row a {
    color: #3c3c3c;
}

.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: 20px 0 0 0;
    font-family: "Signika";
}

.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-color: #fff;
    color: #fff;
    text-align: center;
    width: 302px;
    margin: 10px auto;
    transition: all 200ms;
}

.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: #fff;
    font: 16px 'Signika';
    margin: 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.1;
}

.newsletter-form label input[type=checkbox] {
    margin: 0;
    margin-left: -10px;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: top;
}

.rodo-row {
    width: 302px;
    margin: 0 auto 0 auto;
    line-height: 1;
    height: auto;
    overflow: hidden;
}

.rodo-row .checkbox {
    margin: 0;
    margin-bottom: 10px;
}

.newsletter-page label {
    color: #3c3c3c;
}

.bg-social {
    background: #d5d5d5;
}

.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: #121212;
    bottom: 0;
    left: 0;
    padding: 10px 45px 10px 10px;
    position: fixed;
    right: 0;
    text-align: left;
    z-index: 3000;
}

.cookies-text {
    color: #fff;
    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: #002b52;
    min-height: 200px;
}

.bg-footer h3 {
    color: #fff;
    font-size: 21px;
    margin: 0 0 10px 0;
    font-family: "Signika";
}

.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: #fff !important;
    padding: 5px 0;
    margin: 0;
    text-align: left;
    font-size: 16px;
    font-family: "Signika";
}

.bg-footer ul li a:hover {
    text-decoration: underline !important;
    color: #fff !important;
}

.footer-logo a {
    display: block;
    margin-right: 20%;
}

.bg-copyright {
    background-color: #e0e0e0;
}

.bg-copyright,
.bg-copyright a {
    color: #3c3c3c;
}

.bg-copyright a:hover {
    color: #3c3c3c;
    text-decoration: none;
}

#alertPin h3 {
    font: 16px/20px Play;
    height: 60px;
    margin: 10px 0 0 0;
    overflow: hidden;
}

#registrationFormMoreInfo+div {
    padding: 10px;
}

#registrationForm {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #registrationForm {
        width: 100%;
    }
}

/* CSS by Grzegorz :) */

.error-summary {
    margin-bottom: 30px;
    padding: 10px 35px 10px 10px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.gridSizer {
    display: none;
}

.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: 65px;
}

#header-static {
    position: relative;
    z-index: 2000;
}

#header-static>.container, #header-static2>.container {
    height: 130px;
}

#header-dynamic {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3000;
    transition: .5s;
    height: 60px;
}

#header-dynamic {
    /* background: #cee4f1; */
    background: var(--header-bck);
}
body:not(.home) #header-dynamic {
    background: var(--header-page-bck);
}
#header-dynamic.fixed {
    position: fixed;
    //background: rgba(0, 0, 0, .9);
    padding: 0;
}

#submenu-dynamic, #submenu-dynamic .navbar, #submenu-dynamic .row, #submenu-dynamic .container-fluid {
    height: 60px;
}

.menu-tip {
    float: left;
    /* padding-top: 20px; */
    color: #002b52;
    text-transform: uppercase;
}

.burger-container {
    width: 60px;
    height: 30px;
    position: relative;
    display: block;
    //padding: 30px 30px;
    //right: -11px;
    transition: .5s;
    transform: scale(.75);
    box-sizing: content-box;
    opacity: .8;
    float: left;
    //margin-left:5px;
    /* margin-top: 15px; */
}

.burger-container:hover,
.burger-container.open {
    opacity: 1;
}


.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 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #01c4fa;
    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 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;
}

.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 {
    overflow: hidden;
}

.contact-row>[class*="col-"] {
    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>img {
    width: 70px;
}

.contact-row .bg-newsletter {
    background: #a40192;
}

.bg-message {
    #fff;
}

.form-contact {
    margin: 0 auto;
    width: auto;
}

.form-contact td {
    padding: 0 10px;
    vertical-align: top;
}

.form-contact h3 {
    color: #3c3c3c;
    font-size: 28px;
    margin: 0;
}

.form-contact .form-control::-webkit-input-placeholder,
.form-contact .form-control:-moz-placeholder,
.form-contact .form-control::-moz-placeholder,
.form-contact .form-control:-ms-input-placeholder {
    color: #9a9a9a;
    transition: .5s
}

.form-contact p {
    color: #3c3c3c;
    font-size: 16px;
}

.form-contact input.form-control, .form-contact textarea.form-control {
    background: #fff;
    border-color: #b5b5b5;
    color: #9a9a9a;
    text-align: left;
    margin: 10px 0;
    border-radius: 2px;
}

.form-contact label {
    color: #3c3c3c;
    font: 16px "Signika";
    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;
}*/

.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;
}

.responsive-x-frame {
    /*overflow-x: hidden;*/
    /* position: relative; */
    /* width: 100%; */
    display: flex;
    align-items: center;
}
.responsive-x-768 {
    -webkit-transform: translateZ(0);
    background: #fff;
    display: none;
    max-width: 750px;
    min-height: 100%;
    height: auto;
    padding: 0;
    position: absolute;
    right: -500px;
    top: 60px;
    transition: .5s;
    width: 100%;
    z-index: 10000;
}
.responsive-x-768.active {
    left: 300px;
    display: block;
}
.responsive-x-768 .navbar-nav {
    margin: 0;
    padding: 0;
}

.responsive-x-768 .navbar-nav a {
    color: #002b52;
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.responsive-x-768 .navbar-nav a:hover {
    color: #0086c0;
}
.responsive-x-768 .navbar-nav svg {
    fill: #333;
    height: 44px;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 44px;
    display: none;
}
.responsive-x-768 ul.level2 {
    padding: 10px 0;
    text-align: left;
}
.responsive-x-768 a.level2 {
    padding: 0 20px 0 10px;
}

.responsive-x-768 a.level3 {
    padding: 5px 10px;
}

.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: #9d168d;
    border-color: #9d168d;
}

.pagination>li>a,
.pagination>li>span {
    color: #3c3c3c;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #222;
}

.carousel-promo .pagination {
    display: none !important;
}

.opinions {
    background: #f4f4f4;
    padding: 10px 20px 20px 20px;
}

.opinions .row {
    margin: 0;
}

.opinions .opinion {
    margin-top: 10px;
}

.opinions .categoryBox {
    padding: 15px;
    margin-bottom: 2px;
    background: #fff url(../img/icons/iconmonstr-quote-12.svg) no-repeat;
    background-size: 100px 100px;
    background-position: 95% 95%;
}

.opinions h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
    font-family: 'Signika', sans-serif;
}

.opinions span {
    color: #434343;
    font-style: italic;
    line-height: 1.2;
    font-family: 'Signika', sans-serif;
    font-size: 13px;
    text-align: justify;
    display: inline-block;
    height: 60px;
    overflow: hidden;
}

.opinions .owl-dot span {
    height: 20px;
}

@media screen and (max-width: 1024px) {
    .opinions span {
        height: 125px;
    }
}

@media screen and (max-width: 980px) {
    .opinions span {
        height: 46px;
    }
}

@media screen and (max-width: 800px) {
    .opinions span {
        height: 55px;
    }
}

@media screen and (max-width: 700px) {
    .opinions span {
        height: 70px;
    }
}

@media screen and (max-width: 600px) {
    .opinions span {
        height: 80px;
    }
}

@media screen and (max-width: 500px) {
    .opinions span {
        height: 115px;
    }
}

@media screen and (max-width: 360px) {
    .opinions span {
        height: 135px;
    }
}

@media screen and (max-width: 330px) {
    .opinions span {
        height: 155px;
    }
}

.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 .col-md-10 {
        padding: 0;
    }
    .sitemap .col-md-6 {
        padding: 0;
    }
    .sitemap-list ul.level2 {
        display: none;
    }
    .sitemap-list ul.nav {
        list-style: disc;
        padding-left: 15px;
    }
}

.background-product h1, .page-header {
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 500px) {
    .background-product h1, .page-header {
        padding: 10px 20px;
        min-width: 280px;
    }
}

.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+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 #f6f6f6;
    line-height: 1;
}
.about {
    background: #f6f6f6;
    padding-bottom: 20px;
}
.pc-offer .toggle:hover, .pc-offer .toggle2:hover{
    background: #aaa;
}
.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;
}

.fieldset-year label {
    width: 95px;
    z-index:1000;
}

.fieldset-power label {
    width: 76px;
    z-index:1000;
}

.fieldset-capacity label {
    width: 131px;
    z-index:1000;
    max-width: 200%;
}

.rigth {
    margin-left: 15px !important;
    float: right;
}

.blog-content img {
    margin: 0 3px 6px 3px;
}

.rodo-container {
    padding: 0 !important;
}

.recaptcha {
    width: 302px;
    margin: 10px auto;
}

.page-carosuel .productsList.row {
    margin: 0;
}

.ias-noneleft.hide {
    display: none !important;
}

.page-carousel .col-xs-12 {
    padding: 3px;
}

.contact-trigger-form {
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    opacity: 0;
}

.bg-message.contact-trigger-form {
    background: #fff;
}

.bg-message.contact-trigger-form label {
    color: #3c3c3c;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: normal;
}

.bg-message.contact-trigger-form * {
    color: #3c3c3c !important;
}

.productDetailsDelivery select.form-control, select.variants-select {
    background: url(../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: #3c3c3c !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) {
    .navbarIconBox {
        max-width: 100%;
        left: 0;
        right: auto;
        top: 71px;
    }
    .activeboxSearchBox,
    .activeboxCartBox,
    .activeboxLoginBox {
        max-width: 100%;
    }
    .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;
    }
}

@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;
    }
    .activeboxLoginBoxForm .col-xs-7 {
        padding-top: 0;
    }
}

@media (min-width: 628px) {
    .no-wrap {
        white-space: nowrap;
    }
    .navbar-nav>li {
        float: none;
    }
}

@media (max-width: 991px) {
    .productDetailsAction2 .btn,
    .productDetailsAction3 .btn {
        padding: 22px 10px;
    }
    .productDetailsAction2 .btn img,
    .productDetailsAction3 .btn img {
        margin-right: 10px;
    }
}

@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) {
    .background-product {
        //padding-top: 150px;
    }
    .tile:hover .productBoxFooter {
        top: 0;
    }
    #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;
        opacity: 1;
        pointer-events: auto;
    }
    #header-static ul.level3:before, #header-static2 ul.level3:before {
        left: 30px;
    }
    .home-video {
        height: 100%;
        object-fit: inherit;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .responsive-768-1300 {
        display: none
    }
}

@media screen and (max-width: 1200px) {
    .responsive-1300-x {
        display: none
    }
    /* .icons-navbar {
        width: 75%;
    } */
}

@media (max-width: 628px) {
    .contact-row .contactBox .col-sm-9 {
        text-align: center!important;
        border-radius: 5px;
        background: #fff;
        padding: 10px 0;
    }
}

@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: 75%;
    } */
    .background-product {
        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: 60px;
        right: 0;
    }
    .mixedBox img {
        width: 30px;
        top: 0;
    }
    .carousel-home .owl-controls {
        top: 40px;
    }
    .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;
    }
    #header-dynamic,
    #header-dynamic.fixed {
        //background: #3c3c3c;
        //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;
    }
    .mobile-block {
        display: block;
    }
    .extra-bottom-margin .productBoxFooter {
        position: relative;
        top: 0;
    }
    .nav-div a {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .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;
    }
    .card-content {
        height: 250px;
    }
    .blog-gallery {
        padding: 0px;
    }
    .blog-gallery-image {
        margin-bottom: 10px;
    }
    #header-static {
        margin-top: 50px;
    }
}

@media (max-width: 628px) {
    .activeboxLoginBox {
        width: 100%;
    }
    .navbarIconBox {
        top: 55px;
        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: 5px !important;
        padding-right: 5px !important;
    }
    .jAlertContent {
        padding: 15px !important;
    }
    .jAlertContent a {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 768px) {
    .kv-table-wrap tr > td:first-child {
        font-size: 14px;
    }
    /* #documents {
        padding-top: 65px;;
    } */
    .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;
        font-size: 14px;
    }
    .colorbox.filter-shift.filter-show {
        display: none;
    }
    .tile {
        max-width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .filters-el-btn, .filter-show-btn, .filters-el, .filters-button {
        font-size: 18px;
        margin: 0 0 3px 0;
        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;
    }
}

@media screen and (max-width: 400px) {
    .row.productsList [class*="col-"] {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
}

.app_footer {
    display: none;
}

#rodoPopup {
    width: 600px;
    height: 500px;
    padding: 0;
    margin: 0 auto;
}

.rodoContent {
    width: 100%;
    height: 370px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding: 0 10px 10px 10px;
}

.form-contact .contact-rodo label {
    text-transform: none !important;
}

.contact-rodo label span {
    padding-left: 30px;
    display: inline-block;
    text-transform: none;
    line-height: 1.1;
}

.contact-trigger-form .contact-rodo label span {
    padding-left: 0;
}

.contact-trigger-form div.required label::after, .contact-rodo.required label::after {
    top: -5px;
    position: absolute;
    left: 25px;
}

.contact-rodo.required label::after {
    top: 5px;
    left: 23px;
}

div.required label::after {
    position: relative !important;
    display: inline-block !important;
    color: #fe0000;
    margin-left: 5px;
}

@media screen and (max-width: 650px) {
	#rodoPopup {
    	width: 100%;
    	height: 450px;
        padding: 15px;
	}
	.rodoContent {
	    height: 300px;
	}
}
.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: #3c3c3c;
}

.app_footer .footerMenu h3 {
    margin-top: 10px;
    cursor: pointer;
    color: #3c3c3c;
    font-size: 21px;
    font-family: "Signika";
}

.app_footer .footerMenu span.plus-icon {
    background: url(../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(../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(../img/icons/colorbox-close.svg) no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -30px;
    padding: 0;
    border: 0;
    display: inline-block;
}

.activeboxSearchBoxResults strike {
    color: #3c3c3c;
}

#header-static .activeboxSearchBoxResults {
    color: #3c3c3c;
}

#orderForm[data-pjax-container].pjax-loading::after {
    background-position: center bottom !important;
}

#header-static .navbarIconBox {
    color: #3c3c3c;
}

.frame-product-of-day {
    border: 1px solid #15a884;
    background: #15a884;
    color: #fff;
    display: inline-block;
}

@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;
}

.giftbox2.productsOfDay {
    height: 300px;
    padding: 0;
    overflow: hidden;
    margin: 0;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .giftbox2.productsOfDay {
        height: 610px;
    }
}

.giftbox2.productsOfDay .giftbox2-el:nth-child(1) {
    background: #ffbb00 !important;
    color: #002a52;
    height: 300px;
    text-align: center;
    padding-top: 110px;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

@media screen and (min-width: 990px) {
    .giftbox2.productsOfDay .giftbox2-el:nth-child(1) {
        font-size: 30px;
    }
}

.line {
    width: 30%;
    display: block;
    height: 10px;
    background: #002a52;
    margin: 15px auto;
}

.giftbox2.productsOfDay .giftbox2-el:nth-child(2) {
    bottom: 0;
    background-size: 100%;
    background-position: center center;
    height: 300px;
    text-align: center;
}

.giftbox2.productsOfDay .giftbox2-el:nth-child(2) .line {
    display: none;
}

.giftbox2.productsOfDay .giftbox2-el:nth-child(3) {
    background: #15a884;
    height: 300px;
}

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

.giftbox2.productsOfDay .btn-announce {
    background-image: none;
    float: none;
    margin: 0 auto;
    display: inline-block;
    margin-top: 120px;
    padding: 15px 30px;
    font-weight: normal;
    font-size: 20px;
}

.giftbox2.productsOfDay .btn-white-border:hover {
    border: 2px solid #fff;
    color: #3c3c3c;
    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;
}

@media screen and (max-width: 768px) {
    .app_footer {
        display: block;
    }
    .www_footer {
        display: none;
    }
    .navbarIcon span.circle {
        position: absolute !important;
        width: 20px !important;
        height: 20px !important;
        right: -10px !important;
        top: 0px !important;
        margin-left: 0 !important;
        border-radius: 50% !important;
        background: #9d168d !important;
        font-size: 14px !important;
        text-align: center;
    }
    .navbarIcons {
        float: left;
    }

    .responsive-x-768 {
        position: fixed;
        top: 170px;
        right: 0;
        display: none;
        transition: 0.5s;
    }
    .responsive-x-768.fixed {
        top: 106px;
    }
    .responsive-x-768.fixed.noGoogle {
        top: 56px;
    }
    .responsive-x-768.active {
        display: block;
    }
    .burger-container {
        z-index: 2000;
    }
    .activeboxLoginBoxForm label {
        color: #3c3c3c;
    }
    .navbarIcons {
        width: 100%;
    }
    /* .navbarIcon {
        width: 16.666%;
    } */
    .burger-container.open {
        background: transparent;
    }
    .responsive-x-768 a.level2 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .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: 768px) and (min-width: 626px) {
    .responsive-x-768 {
        position: fixed;
        top: 114px;
        right: 0;
        display: none;
    }
    .responsive-x-768.noGoogle {
        margin-top: 60px;
        margin-left: -10px;
        righT: -10px;
        position: static;
    }
    .responsive-x-768.fixed {
        top: 110px;
    }
    .responsive-x-768.fixed.noGoogle {
        top: 60px;
    }
    .responsive-x-768.active {
        display: block;
        width: 215%;
        max-width: 215%;

    }
}

@media screen and (max-width: 639px) {
    .responsive-x-768 {
        position: absolute;
        top: 60px;
        right: 0;
        display: none;
    }
    .responsive-x-768.fixed {
        top: 110px;
    }
    .responsive-x-768.fixed.noGoogle {
        top: 60px;
    }
}

@media screen and (max-width: 628px) {
    .navbarIcon span.circle {
        right: 20% !important;
    }
}

@media screen and (max-width: 500px) {
    .navbarIcon span.circle {
        right: 10% !important;
    }
}

@media screen and (max-width: 400px) {
    .newsletter-form input.form-control {
        width: 100%;
    }
    .navbarIcon span.circle {
        right: 0 !important;
    }
}

.activeboxSearchBoxInput .form-control {
    width: calc(100% - 40px);
}

.contact-page {
    padding: 0 !important;
}

li.level3 {
    padding: 0 !important;
}

@media screen and (max-width: 1200px) and (min-width: 769px){
    #header-static li.level2:hover>ul.level3 {
        opacity: 1;
        pointer-events: auto;
    }
}

@media screen and (max-width: 1200px) {
    .responsive-x-768 {
        width: 600px;
    }
}

@media screen and (max-width: 990px) {
    .responsive-x-768 {
        left: -10px !important;
    }
}

@media screen and (max-width: 800px) {
    .responsive-x-768.active {
        left: 0;
        right: -10px;
    }
}

.www_hide {
    display: none;
}
.app_hide {
    display: block;
}

.btn-announce {
    background: #ffbb00 url(../img/icons/plus-blue.svg) no-repeat 10px center;
    border: none;
    /* float: right; */
    color: #002d48;
    background-size: 18px 18px;
    padding-left: 35px;
}

.btn-announce:hover {
    color: #fff;
}

.btn-yellow {
    background: #ffbb00;
    border: none;
    color: #3c3c3c;
}

.banner {
    width: 100%;
    height: auto;
}

.banner-overlay {
    background: rgba(0, 0, 0, 0.8);
    height:auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-slider {
    width: 60%;
    margin-left: 20%;
    top: 100px;
    position: absolute;
    text-align: center;
}

.banner-slider h1 {
    font-size: 38px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 50px;
}

.banner-slider h2 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.banner-slider .btn-blue {
    background: #e5e400;
    color: #3c3c3c;
    width: 70%;
    min-width: 370px;
    margin: 50px auto 0;
    font-size: 25px;
}

.banner-slider .button-absolute {
    position: absolute;
    z-index: 1000;
    top: 335px;

}

.banner-slider .btn-blue {
    padding: 5px 100px !important;
    width: calc(100% - 60px);

}

#activeboxSearch {
    background: rgba(0, 45, 72, 0.4);
    width: 60%;
    position: absolute;
    top: 340px;
    left: 20%;
    height: 220px;
    padding: 30px;
    z-index: 1000;
}

#activeboxSearch h2 {
    margin-top: 0;
    color: #fff;
    margin-bottom: 30px;
    font-weight: normal;
}

#activeboxSearch .form-control  {
    border: 1px solid #fff;
}

#activeboxSearch .advanced-search {
    margin-bottom: 20px;
}

#activeboxSearch .select2-container--krajee .select2-selection--single {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: 38px !important;
    bordeR: 1px solid #fff !important;
}

#activeboxSearch .nav-tabs svg {
    float: left;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    margin-top: 0;
    fill: #8f8f8f;
}

#activeboxSearch .nav-tabs li:first-child svg {
    float: left;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    margin-top: 1px;
}

#activeboxSearch .nav-tabs li:last-child svg {
    float: left;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    margin-top: -3px;
}

#activeboxSearch .nav-tabs > li > a {
    padding-bottom: 5px;
    color: #8f8f8f;
}

#activeboxSearch .nav-tabs > li > a:hover,
#activeboxSearch .nav-tabs > li.active > a,
#activeboxSearch .nav-tabs > li.active > a:focus,
#activeboxSearch .nav-tabs > li.active > a:hover {
    border-bottom: 3px solid #01c4fa;
    color: #01c4fa;
}

#activeboxSearch .nav-tabs > li > a:hover svg,
#activeboxSearch .nav-tabs > li.active > a svg,
#activeboxSearch .nav-tabs > li.active > a:focus svg,
#activeboxSearch .nav-tabs > li.active > a:hover svg {
    fill: #0086c0;
}

#activeboxSearch .tab-pane .radio {
    margin: 0;
}

#activeboxSearch .tab-pane .radio label {
    padding-left: 15px;
}

#activeboxSearch .tab-pane .radio input[type="radio"],
#activeboxSearch .tab-pane .radio-inline input[type="radio"] {
    margin-left: -25px;
}

#activeboxSearch .filters-el-dropdown {
    top: 55px;
}

#activeboxSearch .col-md-6 p {
    padding-top: 10px;
}

#activeboxSearch .col-md-6 .btn-red {
    width: 100%;
}

#activeboxSearch .filters-el-btn {
    font-size: 16px;
}

#activeboxSearch .btn-yellow {
    color: #fff;
    width: 100%;
    background: #01c4fa url(../img/icons/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    height: 38px;
}
#searchProductsTrigger {
    color: #026390;
    width: auto;
    /* background: url(../img/icons/search-icon.svg); */
    /* background-repeat: no-repeat; */
    /* background-position: 10px center; */
    height: 38px;
    display: flex;
    position: relative;
    padding-left: 30px;
    align-content: center;
    flex-wrap: wrap;
    padding-right: 20px;
    align-items: center;
}
#searchProductsTrigger>span {
    top: auto;
    margin-left: 0;
}
#searchProductsTrigger:before {
    mask-image: url(../img/icons/search-icon.svg);
    -webkit-mask-image: url(../img/icons/search-icon.svg);
    -o-mask-image: url(../img/icons/search-icon.svg);
    -ms-mask-image: url(../img/icons/search-icon.svg);

    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -o-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;

    mask-size: 22px 22px;
    -webkit-mask-size: 22px 22px;
    -o-mask-size: auto 22px 22px;
    -ms-mask-size: auto 22px 22px;
    
    mask-position: left center;
    -webkit-mask-position: left center;
    -o-mask-position: left center;
    -ms-mask-position: left center;

    background-color: #01c4fa;
    content: '';
    position: absolute;
    height: 38px;
    width: 22px;
    left: 0;
    top: 0;
}

#toogleSearchProducts {
    height: 80px;
    padding-top: 20px;
    display: none;
}
#productsList-cont {
    padding-top: 60px;
}

/* #toogleSearchProducts {
    transform: translateY(-200px);
}
#toogleSearchProducts.open {
    transform: translateY(0);
} */
/* #productsList-cont:not(.searchOpen) {
    padding-top: 80px;
} */
/* #toogleSearchProducts {
    max-height: 0;
}
#toogleSearchProducts.open {
    max-height: 80px;
} */

.banner {
    position: relative;
}

.link-grey {
    color: #8f8f8f;
    font-weight: normal;
}

.motor-container, .quad-container, .marks-container {
    padding-left: 120px;
    padding-right: 120px;
    height: auto;
    overflow: hidden;
    width: 100%;
    clear: both;
    background: #f6f6f6;
}

@media screen and (max-width: 630px) {
    .motor-container .tile, .quad-container .tile {
        margin-bottom: 5px;
    }

    .motor-container .btn-red, .quad-container .btn-red {
        margin-top: 20px;
    }
}

.required .checkbox label:before {
    content: " *";
    color: red;
    position: absolute;
    left: 20px;
}

.required .checkbox .text {
    padding-left: 10px;
}

div.required .checkbox label:after {
    display: none !important;
}

.quad-container {
    padding-top: 30px;
}

.quad-container h2.normal-home-header {
    margin-top: 30px;
}

.label-black {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    min-width: 50%;
    width: auto;
    text-align: left;
}

.btn-white {
    margin: 0 auto 20px;
    border: 1px solid #8f8f8f;
    display: inline-block;
    float: none;
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    color: #01649f;
    text-transform: none;
    background: #fff;
}

.btn-white:hover {
    border: 1px solid #8f8f8f;
    color: #01649f;
    background: #fff;
}

.btn-grey-link {
    color: #474747;
    text-transform: none;
    text-align: left;
    margin-right: 40px;
}

.normal-home-header {
    font-weight: normal;
    margin-top: 50px;
}

.normal-home-header span.last-word {
    color: #d30000;
}

.marks-slider {
    height: auto;
    overflow: hidden;
    clear: both;
}

.mark-cell {
    float: left;
    width: 14%;
    height: 30px;
    overflow: hidden;
}

.start-filter {
    background: #f6f6f6;
}

.product-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}

.product-item .image-manager {
    margin-bottom: 0;
}

.productBoxImage {
    width: 25%;
    float: left;
}

.productBoxDesc {
    text-align: left;
    width: 75%;
    float: left;
}

.productBoxDesc h2 {
    color: #01c4fa;
    text-transform: none;
    margin-top: 0;
    font-size: 24px;
}

.productBoxDesc span.cat, .product-details .name span.cat {
    font-size: 16px;
    color: #002a6b;
    font-weight: normal;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}

.productBoxDesc span.address, .product-details .name span.address {
    font-size: 18px;
    color: #3c3c3c;
    font-weight: normal;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}

.productBoxDesc span.position {
    display: inline-block;
    padding-top: 15px;
}
.productBoxDesc .desc {
    //height: 80px;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: normal;
    padding-top: 10px;
}

.productBoxDesc .price {
    font-size: 22px;
    font-weight: normal;
    color: #0086c0;
    padding-top: 5px;
    float: right;
    text-align: right;
}

.features-row {
    padding-top: 10px;
}

span.blue {
    color: #0086c0;
    font-size: 16px;
}

.contact-trigger, .phone-trigger, .phone-trigger2 {
    display: none;
    padding: 10px;
}

#colorbox .contact-trigger, #colorbox .phone-trigger, #colorbox .phone-trigger2 {
    display: block;
}

.contact-trigger .btn-blue, .phone-trigger .btn-blue, .phone-trigger2 .btn-blue {
    display: block;
    margin-bottom: 10px;
}

.right-banner {
    width: 150px;
    float: left;
}

.productsList {
    width: 100%;
}

.motor-container .productsList {
    width: 100%;
    margin-right: 0;
}

fieldset {
    border: 1px solid #8f8f8f;
    border-radius: 2px;
    position: relative;
    display: block;
    padding-top: 10px;
    margin-bottom: 30px;
}

fieldset.left {
    width: calc(50% - 2px);
    float: left;
    margin-right: 0 !important;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

fieldset.right {
    width: calc(50% - 1px);
    float: left;
    border-left: 0;
    margin-right: 0 !important;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

fieldset label {
    color: #474747;
    font-weight: normal;
    padding: 5px;
    position: absolute;
    top: -16px;
    left: 15px;
    background: #fff;
    font-size: 14px;
}

.filters fieldset label {
    background: #f6f6f6;
}

fieldset input[type=text], fieldset input[type=password] {
    width: calc(100% - 30px);
    background: none;
    border: 0;
    margin: 0 15px 5px;
    padding: 0;
    height: auto;
}

 fieldset input[type=password] {
     margin-top: 5px;
 }

fieldset span.filters-el {
    padding-left: 0;
}

.filters-footer .btn-announce {
    background-image: none;
    padding-left: 15px;
    position: fixed;
    bottom: 60px;
    width: 190px;
    left: 20px;
    z-index: 1000;
}

@media screen and (max-width: 1200px) {
    .filters-footer .btn-announce {
        position: relative;
        bottom: auto;
        left: auto;
    }
}

.product-title {
    background: #fff;
    padding: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 150px;
    padding-right: 150px;
}

.product-title h1 {
    font-size: 26px;
    font-weight: normal;
    width: auto;
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
    margin-right: 40px;
}

.product-title .col-md-8 span {
    font-size: 18px;
    color: #474747;
    line-height: 1;
    vertical-align: top;
    padding-top: 5px;
    display: inline-block;
    margin-right: 20px;
}

.product-title .col-md-4 span {
    font-size: 14px;
    color: #474747;
    line-height: 1;
    vertical-align: top;
    padding-top: 5px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 0;
    font-weight: normal;
}

.product-title .col-md-4 span.large-font, .product-title .col-md-4 span.small-font {
    font-size: 26px;
    font-weight: normal;
    color: #3c3c3c;
    padding: 0;
}

.product-title .col-md-8 .phone-number-short {
    background: url(../img/icons/phone.svg) left bottom no-repeat;
    background-size: 24px 24px;
    padding-left: 30px;
    color: #474747;
    padding-top: 0;
    font-weight: normal;
    font-size: 22px;
    line-height:26px;
    padding-top: 5px;
}

.product-title .btn-grey {
    background: #292929 url(../img/icons/mail-white.svg) 10px center no-repeat;
    color: #fff;
    padding-left: 40px;
    border: 1px solid #292929;
    height: 38px;
}

.btn-dark-grey {
    background: #292929;
    color: #fff;
    border: 1px solid #292929;
    height: 38px;
}

.btn-dark-grey:hover {
    background: #1e1e1e;
    color: #fff;
    border: 1px solid #1e1e1e;
    height: 38px;
}

.product-title .btn-red {
    height: 38px;
}

.product-details {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

.product-details .photos {
    width: 50%;
    float: left;
}

.product-details .description {
    width: calc(50% - 260px);
    margin-left: 40px;
    margin-right: 20px;
    float: left;
    background: #fff;
    padding: 20px;
    color: #3c3c3c;
    font-size: 16px;
}

.product-details .description p {
    font-size: 22px;
    font-weight: normal;
}

.product-details .description span {
    line-height: 40px;
    font-size: 16px;
    padding-left: 40px;
    background-size: 20px 20px;
    display:block;
}

.product-details .description span.type {

}

.product-details .description span.city {
    background: url(../img/icons/mark.svg) 10px center no-repeat;
}

.product-details .description span.phone {
    background: url(../img/icons/phone.svg) 10px 25px no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-details .description span.mail {
    background:url(../img/icons/mail-grey.svg) 10px center no-repeat;
}

.product-details .description .form-control {
    //border: 1px solid #9e9e9e;
    border: 0;
}

.red-link {
    color: #c30000;
}

.announce-footer {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.announce-footer span {
    font-size: 14px;
    padding-left: 25px;
    color: #9e9e9e;
}

.announce-footer span.time {
    background:url(../img/icons/time.svg) left center no-repeat;
    background-size: 18px 18px;
}

.announce-footer a {
    color: #3c3c3c;
    font-size: 14px;
    margin-left: 25px;
}

.product-description {
    background: #fff;
    height: auto;
    overflow: hidden;
    padding: 20px 150px 20px 150px;
    font-size: 16px;
}

.product-description .features {
    width: 57.5%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    min-width: 700px;
}

.product-description .desc {
    width: 57.5%;
}

.product-description ul {
    list-style: none;
    padding-left: 0;
}

.product-description ul li {
    width: 33.33%;
    float: left;
    background:url(../img/icons/check-mark.svg) left center no-repeat;
    padding-left: 25px;
    background-size: 18px;
}

.product-description p {
    font-size: 20px;
}

.similar {
    padding: 20px 160px 20px 160px;
}

.product-form-container {
    width: calc(100% - 600px);
    float: left;
    height: auto;
    overflow: hidden;
    margin-left: 150px;
}

.product-form {
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    margin-bottom: 50px;
}

.product-form fieldset {
    height: 45px;
    padding-top: 13px;
    border-color: #b5b5b5;
}

.product-form fieldset.text {
    height: auto;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.product-form fieldset input[type=text] {
    //margin-top: -3px;
    padding-top: 0;
    color: #9a9a9a;
}

.product-form fieldset textarea {
    border: 0;
    width: calc(100% - 20px);
    padding-top: 0;
    color: #9a9a9a;
}

.product-form fieldset.long-desc textarea {
    height: 170px;
}

.product-form .filters-el {
    position: relative;
}

.product-form .filters-el-dropdown {
    top: 49px;
    left:-1px;
    right: 0;
    border-color: #9e9e9e;
}

.product-form fieldset .filters-el-btn {
    padding-top: 3px;
    color: #3c3c3c;
}

.product-form .col-md-3 label {
    color: #474747;
    font-weight: normal;
    padding-top: 7px;
}

.product-form label {
    color: #474747;
    font-weight: normal;
}

.product-form #treeview label {
    color: inherit;
}

.radioBtn .notActive, .checkboxBtn .notActive {
    color: #474747;
    background-color: #f4f4f4;
    margin-right: 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
}

.radioBtn .active, .checkboxBtn .active, .radioBtn .notActive:hover, .checkboxBtn .notActive:hover {
    background: #fe0000;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #fe0000;
    margin-bottom: 10px;
}

.product-form label.btn  {
    color: #474747;
    background-color: #f4f4f4;
    margin-right: 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
}
.product-form label.btn.active  {
    background: #fe0000;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #fe0000;
}

.product-form .red-link {
    cursor: pointer;
    font-weight: normal;
    font-size: 18px;
}

.product-form .price fieldset.left {
    width: 30%;
}

.product-form .price fieldset.left input {
    margin-left: 0;
}

.product-form .price fieldset.right {
    width: 100px;
}

.product-form .price .filters-el-btn:after {
    display: block;
    top: -2px;
}

input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before {
	content: "\f0c8";
	font-family: "FontAwesome";
	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: #474747;
}

.form-radio input[type="radio"] + .label-text:before {
	content: "\f111";
	font-family: "FontAwesome";
	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: #474747;
}



input[type="checkbox"]:checked + .label-text:before, .label-text.checked:before {
	content: "\f14a";
	color: #01c4fa;
	animation: effect 250ms ease-in;

}

input[type="checkbox"] + .label-text.unchecked:before {
	content: "\f0c8";
    color: #474747;
}

.form-radio input[type="radio"]:checked + .label-text:before{
	content: "\f111";
	color: #01c4fa;
	animation: effect 250ms ease-in;
    font-weight: 900;
}

input[type="checkbox"]:disabled + .label-text{
	color: #474747;
}

input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #474747;
}

.register input[type="checkbox"] + .label-text::before {
    margin-left: -20px;
}

.form-contact input[type="checkbox"] + .label-text::before {
    margin-right: 15px;
}

.product-form .form-check {
    padding-top: 5px;
    padding-left: 30px;
}

.register .product-form {
    padding-top: 10px;
    padding-left: 0;
}


.form-title {
    padding: 20px 80px 20px 0;
    margin-top: 20px;
    margin-bottom: 40px;
    height: 80px;
    font-size: 20px;
}

.form-title fieldset label {
    background: #f5f5f5;
}

h2.form-header {
    padding-left: 0;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 18px;
    color: #04264c;
}

.form-title .filters-el-dropdown {
    top: 58px;
}

.form-title .filters-el-btn:after {
    display: block;
}

.advert {
    width: 250px;
    height: auto;
    float: left;
    min-height: 350px;
    //background: red;
    margin-left: 20px;
    margin-top: 10px;
}

.form-help {
    float: left;
    margin-left: 20px;
    border: 2px solid #cacaca;
    width: 250px;
    height: 300px;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.form-help::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: -20px;
    right: -60px;
    background: url(../img/icons/phone-light.svg) right bottom no-repeat;
    -webkit-transform: rotate(230deg);
    -moz-transform: rotate(230deg);
    -ms-transform: rotate(230deg);
    -o-transform: rotate(230deg);
    transform: rotate(230deg);
    background-size: 250px;
}

.form-help.info::before {
    background: url(../img/icons/profile-light.svg) right bottom no-repeat;
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: -20px;
    right: -60px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    background-size: 250px;
    z-index: 1;
}

.form-help h2 {
    font-size: 16px;
    color: #026390;
    margin-top: 0;
}

.form-help span {
    position: absolute;
    z-index:100;
    display: block;
}


.register .help-container {
    width: 58%;
    float: left;
}

.register .form-help {
    width: calc(50% - 10px);
    margin-top: 48px;
    min-height: 300px;
    min-width: 240px;
}

.form-help.info {
    margin-left: 0;
}

.form-title .cell {
    width: 25%;
    float: left;
    height: auto;
    color: #3c3c3c;
}

.stateful-color-white span {
    color: #3c3c3c;
}

.navbarLogo {
    max-width: 250px;
    float: left;
    margin-right: 50px;
}

.quad-container .productsList {
    width: 100%;
}

select:focus {
    outline: none;
}

.product-form-container select, .form-title select {
    background: none;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    outline: 0;
    height: 30px;
    max-width: 100% !important;
}

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

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: 0 !important;
}

.select2-container--krajee .select2-selection {
    box-shadow: none !important;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px !important;
    border-radius: 0 !important;
}

.select2-container--krajee .select2-selection--multiple {
    height: auto !important;
}

.select2-container--krajee .select2-dropdown {
    border-color: #8f8f8f !important;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #F7F8FB !important;
    color: #3c3c3c !important;
}

.select2-container--krajee.select2-container--open .select2-selection, .select2-container--krajee .select2-selection:focus {
    border-color: #8f8f8f !important;
}

.select2-container--krajee .select2-results__option[aria-selected="true"] {
    background-color: #F7F8FB !important;
    color: #3c3c3c !important;
}

fieldset .select2-container--krajee .select2-selection {
    border: 0 !important;
    background: none;
}

fieldset .select2-container--krajee .select2-dropdown, fieldset .form-group  {
    width: calc(100% + 2px) !important;
    margin-left: -1px !important;
    margin-right: -1px !important;
    background: none;
}

fieldset .select2-selection .select2-selection--single {
    background: none;
}

#activeboxSearch .tab-pane {
    display: none;
    overflow: hidden;
}

#activeboxSearch .tab-pane.active {
    display: block;
}

#activeboxSearch .label-text {
    font-weight: normal;
}

#activeboxSearch .form-radio {
    padding: 0;
}

.productBoxFooter > h4 {
    padding-bottom: 10px;
}

fieldset .field-announcementsmoto-mtomileage, fieldset .field-announcementsmoto-mtocapacity, fieldset .field-announcementsmoto-mtopower, fieldset .field-announcementsmoto-mtoprice {
    width: calc(100% - 30px) !important;
    float: left;
}

.tip {
    display: inline-block;
    float: left;
    color: #999;
}


.features2 {
    display: none;
}

.single-cat {
    display: none !important;
}

#catalogList .summary {
    display: none;
}
#submenu-dynamic .row {
    display: flex;
    
}
#submenu-dynamic .row .logo {
    width: auto;
    display: flex; 
    align-items: center;
}
#submenu-dynamic .row .icons-navbar {
    flex-grow: 1;
    display: flex;
}
#submenu-dynamic .row .navbarIcons {
    width: 100%;
    display: flex;
    margin: 0;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
}
.responsive-x-768.active {
    left: 0;
}
.navbarIcons-cont {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}
.navbarIcons-cont .btn-announce {
    line-height: 1;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}
@media screen and (min-width: 650px) {
    .navbarIcons-cont .btn-announce {
        height:38px;
    }
}
.responsive-x-768.active {
    max-height: calc(100vh - 60px);
    overflow: auto;
}
#catalogForm .select2-container--krajee-bs3 .select2-selection {
    border: 0;
    box-shadow: none;
    width: calc(100% - 2px);
    margin-left: 1px;
    background: none;
    margin-top: -15px;
    height: 45px;
    line-height: 1.42857143;
    padding-top: 15px;
    font-size: 16px;
    color: #9a9a9a;
}
#catalogForm .select2-container .select2-selection--single .select2-selection__rendered {
    color: #9a9a9a;
}
#catalogForm .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    height: 45px;
    color: #9a9a9a;
    font-size: 16px;
}
.catalogForm-cont, body > .header-margin {
    padding-top: 60px;
}

/* RWD */

@media screen and (max-width: 1600px) {
    .motor-container, .quad-container, .marks-container {
        padding-left: 60px;
        padding-right: 60px;
    }
    .product-form-container {
        width: calc(100% - 510px);
        margin-left: 60px;
    }
    .product-description {
        width: calc(100% - 60px);
        margin-left: 60px;
    }
    .product-title, .product-description {
        margin-left: 0;
        padding-left: 60px;
        width: 100%;
    }
    .product-title {
        padding-right: 60px;
    }

}

@media screen and (max-width: 1500px) {
    .productBoxFooter > h4 {
        height: auto;
    }
    .form-title .cell {
        width: 33.333%;
    }
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
    .menu {
        width: calc(50% + 60px);
        padding: 0;
    }
    .filters .menu {
        width: 100%;
    }
    /* .icons-navbar {
        float: right;
    }
    .logo {
        max-width: 100%;
    }
    .navbarIcon {
        width: auto;
    } */
}

@media screen and (max-width: 1250px) {
    .register .form-help {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .banner {
        margin-top: 60px;
    }
    .motor-container, .quad-container, .marks-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .product-form-container {
        margin-left: 40px;
        width: calc(100% - 350px);
    }
    .product-details .photos {
        width: 50%;
    }
    .product-details .description {
        width:  calc(50% - 100px);
    }
    .product-title h1 {
        width: 100%;
    }
    .product-title .col-md-8 {
        margin-bottom: 10px;
    }
    /* .icons-navbar {
        width: 50% !important;
    } */
    /* .icons-navbar {
        width: 33% !important;
    } */
}

@media screen and (max-width: 1199px) {
    .filters fieldset {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px !important;
        float: left;
    }
    .filters fieldset.right {
        border-left: 1px solid #8f8f8f;
    }
    .filters-footer {
        padding-left: 5px;
        padding-right: 5px;
    }
    .filters-footer .btn {
        width: 100% !important;
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        height: 38px;
    }
}

@media screen and (max-width: 1120px) {
    /* .icons-navbar {
        width: 50% !important;
    } */
    .freeAnnouncement {
        display: none;
    }
}

@media screen and (max-width: 1050px) {
    #activeboxSearch {
        width: calc(50% - 40px);
        top: 20px;
        left: 40px;
    }
    .banner-slider {
        width: calc(50% - 100px);
        margin-left: 50px;
        top: 20px;
        right: 50px;
    }
}

@media screen and (max-width: 950px) {
    #activeboxSearch {
        width: calc(50% - 20px);
        top: 10px;
        left: 20px;
    }
    .banner-slider {
        width: calc(50% - 70px);
        margin-left: 50px;
        top: 20px;
        right: 20px;
    }
    .motor-container, .quad-container, .marks-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-form-container {
        margin-left: 20px;
        width: calc(100% - 310px);
    }
    h2.form-header {
        padding-left: 30px;
    }
    .form-title {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1050px) {
    #activeboxSearch {
        width: calc(50% - 10px);
        top: 10px;
        left: 10px;
    }
    .banner-slider {
        width: calc(50% - 70px);
        margin-left: 50px;
        top: 20px;
        right: 20px;
    }
    /* .icons-navbar {
        position: absolute;
        right: 0;
    } */
    .navbarLogo {
        margin-right: 0;
    }
}

@media screen and (max-width: 990px) {
    .productBoxDesc .btn-contact, .productBoxDesc .btn-phone, .productBoxDesc .btn-phone2, .productBoxDesc .btn-www, .productBoxDesc .btn-map {
        width: calc(50% - 2px);
    }
}

@media screen and (max-width: 950px) {
    .banner-slider {
        width: 100%;
        margin-left: 0;
        top: auto;
        right: auto;
        bottom: 50px;
        text-align: center;
    }
    #activeboxSearch .col-sm-6 {
        width: 25%;
        margin: 0 !important;
    }
    #activeboxSearch .advanced-search, #activeboxSearch .button-search {
        width: 50%;
    }
    #activeboxSearch .col-sm-6 .col-sm-6 {
        width: 50%;
    }
    #activeboxSearch .col-md-4 {
        width: 20%;
    }
    .banner-slider .btn-yellow {
        width: 310px;
    }
    #activeboxSearch #parts .col-sm-6 {
        width: 50%;
    }
}

@media screen and (max-width: 900px) {
    .productBoxImage {
        width: 30%;
    }
    .productBoxDesc {
        width: 70%;
    }
    .productBoxDesc .col-md-4 {
        padding-top: 10px;
    }
    .register .product-form {
        width: 60%;
    }
    .advert {
        display: none;
    }
    .register .help-container {
        width: 40%;
    }
    .product-row-default .productBoxImage {
        width: 30%;
    }
    .product-row-default .productBoxDesc {
        width: 70%;
    }
    #searchProductsTrigger {
        padding-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    #activeboxSearch .col-sm-6 {
        width: 50%;
        margin: 0 !important;
    }
    #activeboxSearch .col-sm-6.advanced-search {
        margin-left: 0 !important;
    }
    #activeboxSearch .col-sm-6 .col-sm-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .filters-el-btn, .filter-show-btn {
        width: 100% !important;
    }
    /* .icons-navbar {
        position: absolute;
    } */
    .logo {
        width: 230px;
        /* float: left; */
        z-index:3000;
    }
    /* .navbarIcon {
        width: auto;
    } */
    .product-form fieldset, #catalogForm .select2-container--krajee-bs3 .select2-selection,
    #catalogForm .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
        height: 51px;
    }
    .form-help {
        display: none;
    }
    .product-form-container {
        width: calc(100% - 40px);
    }
    .product-form .price fieldset.right {
        width: 120px;
    }
    .product-title .btn-red {
        margin-bottom: 10px;
    }
    .product-description {
        padding-right: 60px;
    }
    .product-description .desc, .product-description .features {
        width: 100%;
        min-width: 100%;
    }
    .product-details .photos, .product-details .description {
        width: calc(100% - 60px);
        margin-left: 0;
    }
    .product-details .description span {
        width: 50%;
        float: left;
    }
    .product-title .btn-red {
        margin-top: 10px;
    }
    .product-title .col-md-8 .phone-number-short {
        padding-top: 20px;
    }
    .filters fieldset {
        width: calc(25% - 20px);
        height: 50px;
    }
    .productBoxDesc .col-md-8, .productBoxDesc .col-md-4 {
        width: 100%;
    }
    .productBoxDesc .col-md-8 p {
        height: auto;
    }
    .productBoxDesc .col-md-4 br {
        display: none;
    }
    .productBoxDesc .col-md-4 {
        text-align: left;
    }
    .productBoxDesc .col-md-4 a {
        float: right;
    }
    .productBoxDesc .col-md-4 span.position {
        float: left;
        padding-top: 10px;
    }
    .productBoxDesc {
        padding-bottom: 10px;
    }
    .help-container .form-help {
        display: block;
    }
    .form-title .cell {
        width: 100%;
    }
    .form-title {
        height: auto;
        overflow: hidden;
    }
    .form-title fieldset {
        margin-bottom: 0;
    }
    .right-banner {
        display: none;
    }
    .productsList {
        width: 100%;
    }
    .productBoxDesc .col-md-4 span.position {
        float: right;
    }
    .product-row-default .productBoxImage {
        width: 40%;
    }
    .product-row-default .productBoxDesc {
        width: 60%;
    }
    .productBoxDesc .col-md-8 a, .productBoxDesc .col-md-8 h3 {
        margin-top: 5px;
    }
    .filter-show-btn.icon-list-rows {
        padding-left: 35px;
    }
    .product-row-default .productBoxDesc h2, .product-row-default .productBoxDesc .price {
        margin-top: 10px;
        margin-bottom: 10px !important;
    }
    .similar {
        padding-left: 30px;
        padding-right: 30px;
    }
    .breadcrumbs {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .product-breadcrumbs {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .productBoxImage {
        width: 25%;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .productBoxDesc {
        width: 100%;
    }
    .productBoxDesc h2, .productBoxDesc span.cat, .productBoxDesc span.address, .productBoxDesc .desc {
        width: 70%;
    }
}

@media screen and (max-width: 700px) {
    .banner-slider .btn-yellow {
        width: 310px;
        margin-top: 30px;
    }
    .banner-slider {
        bottom: 30px;
    }
    .navbarIcon a span {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .filters-el-btn, .filter-show-btn, .filters-el, .filters-button {
        width: 100% !important;
    }
    #activeboxSearch .col-sm-6 .col-sm-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .icons-navbar .btn-announce {
        overflow: hidden;
        font-size: 14px;
        background-size: 14px 14px;
        padding: 10px 5px 8px 28px;
    }
    /* .icons-navbar {
        float: right;
    } */
    .register .product-form {
        width: 100%;
        padding-right: 0;
    }
    .register .help-container {
        width: 100%;
    }
    .product-row-default .features, .product-row-default .netto-brutto {
        display: none;
    }
    .product-row-default .features2 {
        display: block;
    }
    .productBoxDesc .desc {
        display: none;
    }
     .product-row-default .col-md-4 .position {
         float: none !important;
     }
     .productBoxDesc .col-md-12 {
         min-height: 120px;
     }
}

@media screen and (max-width:990px) {
    .www_footer .container {
        width: 100%;
    }
    .product-form .price fieldset.left {
        width: 50%;
        margin-right: 30px !important;
    }
    #contactForm label {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 630px) {
    .product-form .col-md-3 label {
        padding-top: 0;
    }
    .contact-row .contactBox .col-sm-9.contact-home {
        background: url(../img/icons/home-white.svg) right center no-repeat;
        background-size: auto auto;
        background-size: 70px 70px;
    }
    .contact-row .contactBox .col-sm-9.contact-phone {
        background: url(../img/icons/phone-white.svg) right center no-repeat;
        background-size: auto auto;
        background-size: 70px 70px;
        min-height: 70px;
    }
    .contact-row .contactBox .col-sm-9.contact-mail {
        background: url(../img/icons/mail-white.svg) right center no-repeat;
        background-size: auto auto;
        background-size: 70px 70px;
        min-height: 70px;
    }
}

@media screen and (max-width: 630px) {
    .filters fieldset {
        width: calc(50% - 20px);
    }
    .filters-el-btn {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
        max-width: 100% !important;
    }
    .filters-footer {
        max-width: 100%;
    }
    .filter-show-btn {
        width: 100% !important;
        max-width: 100% !important;
    }
    .products-wide {
        padding-left: 0;
        padding-right: 0;
    }
    .productsList {
        margin-right: 0;
        margin-left: 0;
    }
    .productsList .gridItem {
        padding-right: 10px;
    }

}

@media screen and (max-width: 628px) {
    .navbarIconBox {
        /* left: -100%; */
        /* width: 200%; */
        /* max-width: 200%; */
        left: -226px;
        width: 100vw;
        max-width: 100vw;   
    }
}

@media screen and (max-width: 600px) {
    .banner-slider .btn-yellow {
        width: 310px;
        margin-top: 15px;
    }
    .banner-slider {
        bottom: 20px;
    }
    .product-title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-details {
        margin-left: 20px;
        width: calc(100% - 40px);
    }
    .product-details .photos, .product-details .description {
        width: 100%;
    }
    .product-description {
        padding-right: 20px;
        padding-left: 20px;
    }
    .productsList {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .form-title {
        padding-right: 30px;
    }
    .breadcrumbs.product-breadcrumbs {
        padding-left: 30px;
    }
    .product-row-default .productBoxDesc h2, .product-row-default .productBoxDesc .price {
        margin-top: 0;
    }
    .product-row-default .productBoxDesc .col-md-4 {
        padding-top: 0;
    }
    .product-row-default .productBoxDesc {
        padding-top: 10px;
    }
    /* .search-productslist {
        height: 245px !important;
    } */
}

@media screen and (max-width: 550px) {
    #activeboxSearch .col-md-4 {
        width: 33%;
    }
    .banner-slider h1 {
        font-size: 26px;
    }
    .banner-slider h2 {
        font-size: 20px;
        margin-top: 5px;
    }
    .banner-slider .btn-yellow {
        margin-top: 5px;
    }
    .product-details .description span {
        width: 100%;
    }
    .motor-container, .quad-container {
        padding-left: 0;
        padding-right: 0;
    }
    .normal-home-header {
        padding-left: 10px;
    }
    .marks-container .normal-home-header {
        padding-left: 0;
    }
    .marks-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .productBoxDesc .desc {
        display: none;
    }
    .productBoxDesc .col-md-8 a, .productBoxDesc .col-md-8 h3 {
        margin-bottom: 0;
    }
    .productBoxDesc .col-md-4, .productBoxDesc .price {
        padding-top: 0;
    }
    .productBoxDesc .col-md-4 span.position {
        float: right;
    }
    .productBoxDesc .col-md-8 h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .productBoxDesc .col-md-8 a, .productBoxDesc .col-md-8 h3, .product-row-default .productBoxDesc .price {
        margin-bottom: 0 !important;
    }
    .product-description {
        padding-left: 0;
        padding-right: 0;
    }
    .productBoxDesc .col-md-12 {
        min-height: 100px;
        padding-right: 0;
        padding-left: 0;
    }
    .productBoxDesc h2 {
        font-size: 20px;
    }
    .productBoxDesc span.cat {
        font-size: 14px;
    }
    .productBoxDesc span.address {
        font-size: 16px;
    }
    .multi-cat {
        display: none !important;
    }
    .single-cat {
        display: block !important;
    }
}

@media screen and (max-width: 450px) {
    #activeboxSearch .col-xs-6 {
        width: 100%;
    }
    .logo {
        width: 200px;
    }
    .product-form .price fieldset.left {
        width: 100%;
        margin-right: 0 !important;
    }
    .product-description ul li {
        width: 50%;
    }
    .product-row-default .productBoxDesc .col-md-4 span.position {
        padding-top: 3px !important;
        vertical-align: top;
    }
    .product-row-default .price {
        font-size: 18px !important;
    }
    .productBoxDesc .btn-contact, .productBoxDesc .btn-phone, .productBoxDesc .btn-phone2, .productBoxDesc .btn-www, .productBoxDesc .btn-map {
        width: calc(50% - 2px);
    }
    .productBoxDesc .col-md-12 {
        padding-right: 0;
    }
}

@media screen and (max-width: 400px) {
    .product-description .features .col-md-6 .col-md-6:nth-child(even) {
        width: 40%;
        font-size: 15px;
    }
    .product-description .features .col-md-6 .col-md-6:nth-child(odd) {
        width: 60%;
        font-size: 15px;
    }
}

@media screen and (max-width: 380px) {
    .banner-slider {
        bottom: 10px;
    }
    .banner-slider .btn-yellow {
        width: 280px;
        font-size: 18px;
        padding: 5px;
        line-height: 1;
        min-width: 280px;
    }
    #activeboxSearch .nav-tabs > li > a {
        font-size: 13px;
    }
    #activeboxSearch .nav-tabs li:last-child svg {
        width: 15px;
        height: 15px;
    }
    #activeboxSearch .nav-tabs svg {
        width: 20px !important;
        height: 20px !important;
        margin-top: 0 !important;
    }

    .btn-white {
        padding-left: 20px;
        padding-right: 20px;
    }
    #activeboxSearch .label-text {
        font-size: 13px;
    }
    .product-row-default .productBoxDesc {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 360px) {
    .logo {
        width: 150px;
    }
    .product-description ul li {
        width: 100%;
    }
}

@media screen and (max-width: 340px) {
    .large-font {
        font-size: 19px;
    }
}

@media screen and (max-width: 339px) {
    .register .label-text .control-label {
        margin-top: -25px;
    }
}

.contact-box {
    width: 320px;
    height: auto;
    background: #f6f6f6;
    position: fixed;
    border: 1px solid #dbd9d9;
    bottom: 0;
    right: 15%;
    display: none;
    z-index: 3000;
    padding: 20px 10px 40px 10px;
    text-align: left;
}

.contact-box h5 {
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
    color: #474747;
    text-align: left;
    height: 30px;
}

.contact-box p {
    padding-top: 10px;
    font-size: 13px;
    color: #474747;
    margin: 0;
    padding: 0;
    height: auto;
    margin-bottom: 5px;
}

.contact-box p span {
    font-size: 18px;
    color: #FF0000;
    font-weight: normal;
}


.contact-box label {
    font-size: 14px;
    font-weight: normal;
    background: #f6f6f6;
    margin: 0;
    padding: 0 5px;
    top: -7px;
    left: 10px;
    line-height: 1;
}

.contact-box .row .col-md-3 {
    display: none;
}
.contact-box .row .col-md-6 {
    width: 100% !important;
}

.contact-box input[type=text]::placeholder {
    font-weight: normal;
}

.contact-box .contact-close {
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../img/icons/colorbox-close.svg) no-repeat;
    background-size: 15px 15px;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.contact-box .form-group {
    margin: 0;
}

.contact-box textarea.form-control {
    background: none !important;
}

@media screen and (max-width: 400px) {
    .contact-box {
        width: 100%;
        right: 0;
        left: 0;
    }
    .contact-box textarea.form-control {
        height: 80px;
    }
}

ul.filter-menu {
    list-style: none;
    padding-left: 0;
}

.filters-menu, .filters-menu:focus {
    padding: 5px 10px;
    height: 30px;
    display: inline-block;
    color: #002d48;
    margin:0 0 5px 0;
    vertical-align: top;
}

.filters-menu:hover {
    color: #01c4fa;
}

.filters-menu.active {
    background: #0083ef;
    padding: 5px 10px;
    height: 30px;
    display: block;
    color: #fff;
}

.filters-menu-svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    cursor: pointer;
}

.filters-menu-svg .hidden {
    display: none;
}

.filter-menu ul.level3 {
    list-style: none;
    height: 0;
    overflow: hidden;
}

.filter-menu ul.level3.open {
    height: auto;
    max-height: 150px;
    overflow: auto;
}

.filter-menu ul.level3 li.level3.active {
    background: #01c4fa;
}

.filter-menu ul.level3 a.filters-menu {
    height: auto;
    line-height: 1;
    margin-bottom: 0;
}

.filter-menu ul.level3 li.level3.active a.filters-menu {
    color: #fff;
}

.jAlertContent > .error-summary {
    font-size: 16px;
}
.jAlertTitle, .modal-title {
    background: #ff0000;
}

.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;
    display: inline-block;
    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(../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 #3c3c3c;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
	pointer-events: none;
}

.features .col-md-6 .col-md-6:nth-child(odd) {
    color: #474747;
}

.features .col-md-6 .col-md-6:nth-child(even) {
    color: #3c3c3c;
}

.bootstrap-dialog.type-warning .modal-header {
    background: #ff0000 !important;
}

.modal-body {
    min-height: 80px;
}

.modal-footer .btn-warning {
    background-color: #ff0000;
    border-color: #ff0000;
}

.profile label {
    width: 100%;
}

.profile .col-sm-3 {
    width: calc(100% - 40px);
    display: inline-block;
    float: none;
}

.activeboxLoginBoxForm input[type="checkbox"] + .label-text::before {
    margin-left: 10px;
}

.company {
    display: none;
}

.ui-widget-header {
    background: #cacaca !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #e6e6e6 !important;
}

.form-check .form-group {
    margin-bottom: 0;
}

.filters-el-dropdown.active {
    z-index: 3000;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    color: #9a9a9a !important;
}

.select2-container--krajee .select2-selection--single {
    padding-top: 0 !important;
}

h1 {
    padding: 0 !important;
}

.bg-header {
    padding: 30px !important;
}

.bg-header:hover {
    color: #3c3c3c !important;
}

#contactForm .btn-yellow {
    margin-bottom: 30px;
}

@media screen and (max-width: 990px) {
    .product-form .price fieldset.left {
        clear: both;
        float: none !important;
    }
}

.newsletter-form .form-group {
    margin-bottom: 0;
}

.ias-trigger a.btn {
    background: #d30000;
    border: 1px solid #d30000;
}

.thumbnail-trash {
    cursor: pointer;
}

#loader {
    width: 60px;
    height: 60px;
    background: url(../img/ring.gif) no-repeat;
    background-size: 60px 60px;
    display: none;
    margin: 0 auto 20px auto;
}

.add-photos {
    color: #fff;
    background: #01c4fa url(../img/icons/photo.svg) 10px center no-repeat;
    background-size: 25px 25px;
    height: 43px;
    display: inline-block;
    padding-left: 50px;
    padding-top: 7px;
    font-size: 20px;
    cursor: pointer;
    padding-right: 10px;
    margin-bottom: 10px;
}

.button-search .btn-blue-dark {
    width: 100%;
    height: 38px;
    background-image: url(../img/icons/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.home-header, .pc-offer h2 {
    color: #002d48;
    padding: 50px 0 20px 0;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    width: auto;
}

.pc-offer h2 {
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
}

.home-header .line {
    display: none;
}

.btn-category {
    background: #fff;
    display: block;
    height: 240px;
    padding-top: 20px;
    color: #01649f;
    margin-bottom: 20px;
}

.btn-category h3 {
    text-transform: uppercase;
    color: #002d48;
    font-weight: normal;
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 16px;
    margin-top: 0;
}

.btn-category svg {
    margin: 0 auto 10px;
    width: 70px;
    height: 70px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    fill: #a1b7c1;
    transition: 0.3s;
}

.btn-category:hover svg {
    fill: #0685e6;
    transition: 0.3s;
}

.marks-slider h4 {
    display: block;
    padding: 3px 10px;
    color: #002b52;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
}

.btn-category h3:hover, .marks-slider h4:hover {
    color: #0685e6;
}

.carousel-blog {
    width: 100%;
}
.arrow-left-grey {
    width: 30px;
    height: 30px;
    background: url(../img/icons/arrow-right3.svg) left center no-repeat;
    background-size: 30px 30px;
    display: block;
    transform: rotate(180deg);
    float: left;
    opacity: 0.8;
    position: absolute;
    left: 42%;
    bottom: -35px;
}

.arrow-right-grey {
    width: 30px;
    height: 30px;
    background: url(../img/icons/arrow-right3.svg) right center no-repeat;
    background-size: 30px 30px;
    display: block;
    float: right;
    opacity: 0.8;
    position: absolute;
    right: 42%;
    bottom: -35px;
}

.ias-noneleft {
    clear: both;
}
.pagesList {
    width: 100%;
}

.banner-slider .btn-blue {
    padding: 20px 100px;
    font-size: 21px;

}

.specification {
    width: 100%;
    margin-top: 20px;
    background: #fff;
    height: auto;
    overflow: hidden;
    padding: 20px;
}

.specification .img {
    width: 20%;
    float: left;
    height: auto;
}

.specification .desc {
    width: 80%;
    float: left;
    height: auto;
    overflow: hidden;
    padding-left: 30px;
}

.specification .desc h1 {
    color: #026390;
    width: 100%;
    float: left;
}

.specification .desc .name {
    width: 100%;
    float: left;
    height: auto;
}

span.blue {
    color: #01c4fa;
}

.specification .desc .price {
    width: 40%;
    float: left;
    height: 80px;
    text-align: right;
    display: none;
}
.specification .desc .price span {
    font-size: 26px;
    font-weight: normal;
    color: #026390;
}

.specification .desc .features {
    width: 60%;
    float: left;
    height: auto;
    overflow: hidden;
    color: #9a9a9a;
    font-size: 14px;
}
.specification .desc .featuresTags {
    position: relative;
    display: flex;
}
.featuresTags.withEllipsis .featuresTags-content {
    height: 20px;
    overflow: hidden;
    max-width: calc(100% - 50px);
    width: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .specification .desc .featuresTags-content:after {
    content: ' więcej';
    color: #0086c0;
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    display: block;
} */
.featuresTags:not(.withEllipsis) .featuresTags-content {
    height: auto;
    text-overflow: clip;
    white-space: normal;
}

#showMore, #showLess {
    height: 20px;
    /* position: absolute; */
    background: #fff;
    width: auto;
    text-align: right;
    /* right: 0; */
    /* bottom: 0; */
    padding-left: 10px;
    align-self: flex-end;
}
#ellipsisTags.withEllipsis #showLess, #ellipsisTags:not(.withEllipsis) #showMore {
    display: none;
}
.specification .desc .features.second {
    width: 40%;
}

.specification .desc .description {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    width: 100%;
}

.details-menu {
    width: 100%;
    height: 60px;
    padding: 10px 0;
}

.details-menu a {
    font-size: 26px;
    border-bottom: 3px solid transparent;
}

.details-menu div {
    display: inline-block;
    width: auto;
    margin-right: 50px;
}

.details-menu a:hover {
    border-bottom: 3px solid #01c4fa;
}

.details-row {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    padding-top: 0;
    heighT: auto;
    overflow: hidden;
}

.details-row img {
    margin-bottom: 20px;
}

.details-row h2 {
    margin-top: 0;
    padding-top: 20px;
}

.details-menu-container {
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
}

#header-dynamic.no-fixed {
    position:relative !important;
}

output#result div img {
    border: 1px solid #dcdcdc;
}

output#result div:first-child img {
    border: 1px solid #ffabab;
}

output#result div:nth-child(2) img {
    border: 1px solid #a4fcba;
}

.productBoxDesc .btn-contact {
    background: #fff url(../img/icons/mail-blue.svg) 10px center no-repeat;
    border: 1px solid #d7d7d7;
    color: #0086c0;
    padding-left: 40px;
    background-size: 20px;
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}

.productBoxDesc .btn-phone, .productBoxDesc .btn-phone2, .productBoxDesc .btn-www, .productBoxDesc .btn-map {
    background: #fff url(../img/icons/phone-blue.svg) 10px center no-repeat;
    border: 1px solid #d7d7d7;
    color: #0086c0;
    padding-left: 40px;
    background-size: 20px;
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}

.productBoxDesc .btn-www {
    background: #fff url(../img/icons/www-blue.svg) 10px center no-repeat;
}

.productBoxDesc .btn-map {
    background: #fff url(../img/icons/map-blue.svg) 10px center no-repeat;
}

.buttons .btn-contact:before, .buttons .btn-message:before, .buttons .btn-phone:before, 
.buttons .btn-phone2:before, .buttons .btn-www:before, .buttons .btn-map:before {
    mask-image: url(../img/icons/mail-blue.svg);
    -webkit-mask-image: url(../img/icons/mail-blue.svg);
    -o-mask-image: url(../img/icons/mail-blue.svg);
    -ms-mask-image: url(../img/icons/mail-blue.svg);

    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -o-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;

    mask-size: 20px 20px;
    -webkit-mask-size: 20px 20px;
    -o-mask-size: auto 20px 20px;
    -ms-mask-size: auto 20px 20px;
    
    mask-position: center center;
    -webkit-mask-position: center center;
    -o-mask-position: center center;
    -ms-mask-position: center center;

    background-color: #002d48;
    content: '';
    position: absolute;
    height: 100%;
    width: 50px;
    left: 0;
    top: 0;
}

.buttons .btn-contact, .buttons .btn-message, .buttons .btn-phone, .buttons .btn-phone2, .buttons .btn-www, .buttons .btn-map {
    /* background: #fff url(../img/icons/mail-blue.svg) 15px center no-repeat; */
    /* background-size: auto; */
    border: 1px solid #ffbb00;
    /* background: #fff; */
    background: #ffbb00 ;
    /* color: #0086c0; */
    color: #002d48;
    padding-left: 50px;
    padding-right: 30px;
    /* background-size: 20px; */
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-right: 10px;
    width: 140px;
    position: relative;
}
.buttons .btn-contact:hover, .buttons .btn-message:hover, .buttons .btn-phone:hover, 
.buttons .btn-phone2:hover, .buttons .btn-www:hover, .buttons .btn-map:hover {
    color: #fff;
}
.buttons .btn-phone:before, .buttons .btn-phone2:before {
    /* background: #ffbb00 url(../img/icons/phone-blue.svg) 15px center no-repeat; */
    mask-image: url(../img/icons/phone-blue.svg);
    -webkit-mask-image: url(../img/icons/phone-blue.svg);
    -o-mask-image: url(../img/icons/phone-blue.svg);
    -ms-mask-image: url(../img/icons/phone-blue.svg);
}

.buttons .btn-www:before {
    /* background: #ffbb00 url(../img/icons/www-blue.svg) 15px center no-repeat; */
    mask-image: url(../img/icons/www-blue.svg);
    -webkit-mask-image: url(../img/icons/www-blue.svg);
    -o-mask-image: url(../img/icons/www-blue.svg);
    -ms-mask-image: url(../img/icons/www-blue.svg);
}

.buttons .btn-map:before {
    /* background: #ffbb00 url(../img/icons/map-blue.svg) 15px center no-repeat; */
    mask-image: url(../img/icons/map-blue.svg);
    -webkit-mask-image: url(../img/icons/map-blue.svg);
    -o-mask-image: url(../img/icons/map-blue.svg);
    -ms-mask-image: url(../img/icons/map-blue.svg);
}
.buttons .btn-contact.btn-grey {
    color: #d7d7d7;
    border-color: #d7d7d7;
    /* background: #fff url(../img/icons/mail-grey.svg) 15px center no-repeat; */
    cursor: default;
    background: #fff;
}
.buttons .btn-contact.btn-grey:before {
    background-color: #d7d7d7;
    mask-image: url(../img/icons/mail-blue.svg);
    -webkit-mask-image: url(../img/icons/mail-blue.svg);
    -o-mask-image: url(../img/icons/mail-blue.svg);
    -ms-mask-image: url(../img/icons/mail-blue.svg);
}

.productBoxDesc .btn-contact.btn-grey {
    /* background: #fff url(../img/icons/mail-grey.svg) 10px center no-repeat; */
    background-color: #fff;
}
.productBoxDesc .btn-contact.btn-grey:before {
    background-color: #d7d7d7;
    mask-image: url(../img/icons/mail-blue.svg);
    -webkit-mask-image: url(../img/icons/mail-blue.svg);
    -o-mask-image: url(../img/icons/mail-blue.svg);
    -ms-mask-image: url(../img/icons/mail-blue.svg);
}

.buttons .btn-phone.btn-grey, .buttons .btn-phone2.btn-grey, .productBoxDesc .btn-phone.btn-grey, .productBoxDesc .btn-phone2.btn-grey {
    color: #d7d7d7;
    border-color: #d7d7d7;
    /* background: #fff url(../img/icons/phone-grey.svg) 15px center no-repeat; */
    background: #fff;
    cursor: default;
}
.buttons .btn-phone.btn-grey:before, .buttons .btn-phone2.btn-grey:before, .productBoxDesc .btn-phone.btn-grey:before, .productBoxDesc .btn-phone2.btn-grey:before {
    background-color: #d7d7d7;
    mask-image: url(../img/icons/phone-blue.svg);
    -webkit-mask-image: url(../img/icons/phone-blue.svg);
    -o-mask-image: url(../img/icons/phone-blue.svg);
    -ms-mask-image: url(../img/icons/phone-blue.svg);
}

.productBoxDesc .btn-phone.btn-grey, .productBoxDesc .btn-phone.btn-grey, .productBoxDesc .btn-phone2.btn-grey, .productBoxDesc .btn-phone2.btn-grey {
    background: #fff url(../img/icons/phone-grey.svg) 10px center no-repeat;
}
.productBoxDesc .btn-www.btn-grey {
    background: #fff url(../img/icons/www-grey.svg) 10px center no-repeat;
    color: #d7d7d7;
    cursor: default;
}

.productBoxDesc .btn-map.btn-grey {
    background: #fff url(../img/icons/map-grey.svg) 10px center no-repeat;
    color: #d7d7d7;
    cursor: default;
}

.buttons .btn-www.btn-grey {
    color: #d7d7d7;
    border-color: #d7d7d7;
    /* background: #fff url(../img/icons/www-grey.svg) 15px center no-repeat; */
    cursor: default;
    background: #fff;
}
.buttons .btn-www.btn-grey:before {
    background-color: #d7d7d7;
    mask-image: url(../img/icons/www-blue.svg);
    -webkit-mask-image: url(../img/icons/www-blue.svg);
    -o-mask-image: url(../img/icons/www-blue.svg);
    -ms-mask-image: url(../img/icons/www-blue.svg);
}
.buttons .btn-map.btn-grey {
    color: #d7d7d7;
    border-color: #d7d7d7;
    background: #fff;
    cursor: default;
}
.buttons .btn-map.btn-grey:before {
    background-color: #d7d7d7;
    mask-image: url(../img/icons/map-blue.svg);
    -webkit-mask-image: url(../img/icons/map-blue.svg);
    -o-mask-image: url(../img/icons/map-blue.svg);
    -ms-mask-image: url(../img/icons/map-blue.svg);
}

.copyEmailThanks, .copyPhoneThanks, .copyPhoneThanks2 {
    display: none;
    color: #666;
    text-align: center;
}

.search-productslist {
    position: relative;
    height: 140px;
    /* background: #cee4f1; */
    background: var(--search-bck);
    padding-top: 80px;
    overflow: hidden;
}
/* body:not(.home)  {
    background: var(--search-page-bck);
} */
.search-productslist #activeboxSearch {
    position: relative;
    top: auto;
    background: none;
    padding: 0;
}

#treeview_container input[type="checkbox"], #treeview_container input[type="radio"]{
	position: relative !important;
	right: auto !important;
}
.treeview.control-label {
    position: absolute;
    top: -5px;
    left: 35px;
    background: #fff;
    font-size: 14px;
    z-index: 2000;
    padding: 5px;
}

.treeview-border {
    border: 1px solid #b5b5b5;
    padding: 20px 10px 10px 10px;
    margin: 10px 10px;
    height: auto;
    max-height:400px;
    overflow:auto; width: calc(100% - 20px);
    margin-bottom: 20px;
}
.treeview-border .h-scroll.dropdown-menu {
    width: calc(100% - 50px);
    height: 240px;
}
#catalogForm .catalogFormFeatures .select2-container--krajee-bs3 .select2-selection {
    height: auto;
}
.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
    box-shadow:0 0 0;
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

.h-scroll {
    background-color: #fcfdfd;
    height: 260px;
    overflow-y: scroll;
}

fieldset::after {
    display: none;
}

fieldset .field-contacts-cntpassword input[type="password"] {
    margin-top: 0;
}

.captcha .col-sm-offset-3 {
    margin-left: 0;
}

.responsive-x-768 .navbar-nav svg {
    fill: #333;
    top: -20px;
    left: 45%;
    position: relative;
    height: 20px;
    width: 20px;
    padding: 0;
    transform: rotate(0);
    cursor: pointer;
}
.responsive-x-768 .navbar-nav svg.triggered {
    transform: rotate(180deg);
}
#header-static li.level2 {
    position: static;
    height: 25px;
    overflow: hidden;
}
#header-static li.level2.opened ul.level3 {
    display: block;
}

#header-static li.level2.opened a {
    color: #0086c0;
}

#header-static li.level2.opened li.level3 a {
    color: #002b52;
}

#header-static li.level2.opened li.level3 a:hover {
    color: #0086c0;
}

.search-productslist #activeboxSearch .advanced-search {
    width: 30%;
}

.search-productslist .search-selects {
    width: 70%;
}

.search-productslist #activeboxSearch {
    width: 70%;
    left: 15%;
}

.search-product {
    width: 100%;
    padding-top: 20px;
    height: 80px;
    overflow: visible;
}

.search-product #activeboxSearch {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    left: auto;
}

fieldset.required label:after, .required:after {
    content: ' * ';
    color: red;
}

.form-contact .required:after, .form-contact .form-group:after {
    display: none;
}

.select2-container--krajee .select2-results__option::first-letter, .select2-selection__rendered::first-letter {
    text-transform: uppercase;
}

#activeboxSearch .btn-blue {
    margin-top: 20px;
    width: 100%;
    font-size: 18px;
    background: #ffbb00;
    border-color: #ffbb00;
    color: #002d48;
}

.search-productslist #activeboxSearch .btn-blue {
    display: none;
}

.col-md-3 .productBoxFooter {
    height: 200px;
}

.col-md-2 .productBoxFooter {
    height: 125px;
}

.form-check label {
    padding: 0;
    top: 0 !important;
}
.form-horizontal .form-check .control-label {
    padding-top: 0;
}

.form-check label::after {
    display: none;
}

.input-group > .form-control.krajee-datepicker {
    height: 30px;
}
.bootstrap-timepicker.input-group > .form-control {
    height: 30px;
}

.input-group.date {
    width: 200px;
}

.reviews-form .kv-date-remove, .reviews-form .kv-date-picker {
    padding-top: 5px !important;
}

#contact-trigger-form {
    width: 450px;
    height: auto;
    overflow: hidden;
    position: fixed;
    right: -450px;
    top: 10%;
    background: #fff;
    bordeR: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 3000;
}

#contact-trigger-form .title {
    padding-left: 20px;
    font-size: 26px;
    color: #3c3c3c;
    margin-bottom: 20px;
}

#contact-trigger-form p {
    color: #3c3c3c;
}

#contact-trigger-form label {
    color: #3c3c3c;
    font-weight: normal;
}

#contact-trigger-form .form-group {
    margin-bottom: 5px;
}

#contact-trigger-form textarea {
    height: 100px;
}

#contact-trigger-form .col-md-offset-2 {
    margin-left: 0;
    width: 25%;
    padding-left: 10px;
}

#contact-trigger-form .col-md-6 {
    margin-left: 0;
    width: 75%;
    padding-left: 20px;
}

#contact-trigger-form .required .checkbox label::before {
    left: 27px;
}

#contact-trigger-form .col-md-offset-5 {
    margin-left: 25%;
}

#contact-trigger-form .col-md-offset-2.thanks {
    margin-left: 0;
    width: 100%;
    padding-left: 20px;
}

#contact-trigger-form .row {
    margin: 0;
}

#contact-trigger-form .form-close {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../img/icons/colorbox-close.svg) no-repeat;
    background-size: 15px 15px;
    cursor: pointer;
}

#contact-trigger-form .contact-rodo label span {
    padding-left: 10px;
}

#contact-trigger-form .required .checkbox .text {
    padding-left: 5px;
}

#contact-trigger-form .rodos .col-md-6 {
    width: 75%;
}

#contact-trigger-form .required::after {
    display: none;
}

.contact .checkbox .label-text .text {
    padding-left: 0;

}

.form-contact .rodos label {
    text-transform: none !important;
    margin-top: 0;
    padding-top: 0;
}

.form-contact .rodos .checkbox {
    margin-top: 0;
}

.product-form select {
    color: #9a9a9a;
}

.view-counter {
    color: #9a9a9a;
}

.order-header {
    margin-bottom: 40px;
    text-align: center;
}

.order-header h2 {
    margin: 10px 0 30px 0;
    text-transform: none;
    text-align: left;
    color: #04264c;
    border-bottom: 5px solid #ffbb00;
    padding-bottom: 7px;
    display: inline-block;
    width: auto;
    float: left;
}

.order-header a {
    color: #01c4fa;
}

.order-header p {
    margin: 0 0 20px 0;
}

.order-header a.btn {
    padding: 20px 100px;
}

.copyPhoneNumber, .copyPhoneNumberList, .copyPhoneNumber2, .copyEmail, .copyEmailList {
    font-size: 22px;
    color: #000000;
    font-weight: normal;
    padding-top: 0;
    background: url(../img/icons/phone-blue.svg) 50px center no-repeat;
    background-size: 35px 35px;
    height: 40px;
    text-align: left;
    padding-left: 95px;
    line-height: 1;
    padding-top: 4px;
    margin-top: 20px;
}

.copyEmail, .copyEmailList {
    background: url(../img/icons/mail-blue.svg) 50px center no-repeat;
    padding-top: 8px;
    margin-top: 0;
}

.emptySearch a {
    color: #01c4fa;
}

.gm-ui-hover-effect {
    display: none !important;
}

@media screen and (max-width: 1600px) {
    #activeboxSearch {
        left: 20%;
        width: 60%;
        top: 280px;
    }
    #activeboxSearch h2 {
        font-size:22px;
    }
    #activeboxSearch .select {
        width: calc(50% - 80px) !important;
    }
    #activeboxSearch .button-search {
        width: 160px !important;
    }

    .banner-slider {
        width: 60%;
        margin-left: 20%;
    }
    .banner-slider .button-absolute {
        margin-top: 0;
        top: 325px;
    }
}
@media screen and (max-width: 1400px) {
    .arrow-left-grey {
        left: 35%;
    }
    .arrow-right-grey {
        right: 35%;
    }
}
@media screen and (max-width: 1300px) {
    .banner-slider {
        top: 50px;
    }
    #activeboxSearch {
        top: 230px;
    }
}
@media screen and (max-width: 1200px) {
    #activeboxSearch {
        top: 220px;
    }
    .productBoxFooter p {
        height: 100px;
    }
    .productBoxFooter h3 {
        height: 30px;
    }
    .col-md-3 .productBoxFooter {
        height: 230px;
    }
    .btn-category {
        height: 280px;
        padding-top: 15px;
    }
}
@media screen and (max-width: 1100px) {
    .banner-slider {
        top: 0px;
    }
    #activeboxSearch {
        top: 160px;
    }
}
@media screen and (max-width: 1050px) {
    #activeboxSearch {
        width: calc(100% - 100px);
        left: 50px;
        right: 50px;
        height: 220px;
    }
    .banner-slider .button-absolute {
        top: 325px;
        width: 100%;
    }
    .banner-slider {
        width: calc(100% - 100px);
        margin-left: 0;
        left: 50px;
        position: absolute;
        text-align: center;
    }
    .menu-tip {
        display: none;
    }
    .search-productslist #activeboxSearch {
        width: 100%;
        left: 0;
    }
}
@media screen and (max-width: 990px) {
    .responsive-x-768 {
        width: 500px;
    }
    #header-static ul.level3 {
        position: relative !important;
        left: 0;
        height: 200px !important;
        width: 100%;
    }
    #header-static ul.level2 li.level2.opened {
        position: relative;
        height: auto;
        padding-bottom: 5px;
    }
    .responsive-x-768 .navbar-nav svg {
        transform: rotate(90deg);
        left: calc(100% - 40px);
    }
    .responsive-x-768 .navbar-nav svg.triggered {
        transform: rotate(270deg);
    }
    .filters fieldset {
        margin-left: 0;
    }
    .filters-button {
        display: block;
    }
    .filters {
        display: none;
    }
    .filters fieldset {
        width: calc(25% - 10px);
        height: 40px;
    }
    .filters .menu {
        width: calc(25% - 10px);
        height: auto;
    }
    .filters-footer .btn {
        width: calc(50% - 5px) !important;
    }
    .filters-footer .btn:first-child {
        margin-left: 0;
    }
    .filters-footer .btn:last-child {
        margin-right: 0;
    }
    .filters-footer {
        padding-left: 0;
        padding-right: 0;
    }
    .tiles .gridItem {
        padding: 0;
    }
    #contact-trigger-form .col-md-offset-2 {
        padding-left: 10px;
    }
    #contact-trigger-form .title {
        padding-left: 10px;
    }
    #contact-trigger-form {
        position: relative;
        top: auto;
        right: auto;
        height: 0;
        overflow: hidden;
        opacity: 0;
        padding: 0;
        width: 100%;
    }
    #contact-trigger-form .rodos .col-md-6 {
        width: 100%;
    }
    #contact-trigger-form .col-md-offset-5, #contact-trigger-form .checkbox {
        margin-left: 25%;
        padding-left: 13px !important;
    }
    #contact-trigger-form .col-md-offset-5 {
        padding-left: 20px !important;
    }
    #contact-trigger-form .col-md-3 {
        width: 25%;
    }
    #contact-trigger-form .col-md-6 {
        width: 75%;
    }
    .productBoxFooter h2 {
        height: 60px;
    }
    .productBoxFooter p {
        height: 120px;
    }
    .col-md-3 .productBoxFooter {
        height: 280px;
    }
    .col-md-2 .productBoxFooter {
        height: 165px;
    }
    .feature-last {
        padding-left: 0;
    }
    .btn-category {
        height: 250px;
    }
    /* .col-sm-6.text-left.logo {
        width: 45% !important;
    }
    .col-sm-6.relative-icons.icons-navbar {
        width: 55% !important;
    } */
}
@media screen and (max-width: 950px) {
    #activeboxSearch .advanced-search {
        width: 100%;
    }
    #activeboxSearch .col-md-4 {
        width: 33.3333%;
    }
    #activeboxSearch {
        padding: 20px;
        height: 200px;
        top: 140px;
    }
    #activeboxSearch h2 {
        margin-bottom: 20px;
    }
    .banner-slider h1 {
        margin-top: 15px;
    }
    .banner-slider {
        top: 0px;
    }
    .banner-slider .button-absolute {
        top: 285px;
    }
    .banner-slider .btn-blue {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 850px) {
    .details-menu a {
        font-size: 20px;
    }
    .specification .desc .features, .specification .desc .features.second {
        width: 100%;
    }
    .buttons .btn-contact, .buttons .btn-phone, .buttons .btn-phone2, .buttons .btn-www, .buttons .btn-map, .buttons .btn-message {
        width: calc(50% - 15px);
    }
    .banner-slider {
        top: 0px;
    }
    #activeboxSearch {
        top: 110px;
    }
    .col-xs-7.buttons .btn-message {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 780px) {
    .filters fieldset, .filters .menu {
        width: calc(33.333% - 10px);
    }
}
@media screen and (max-width: 768px) {
    .arrow-left-grey {
        left: 25%;
    }
    .arrow-right-grey {
        right: 25%;
    }
    #header-static {
        margin-top: 0;
    }
    .home-header {
        font-size: 21px;
    }
    fieldset.menu {
        height: auto;
    }
    #activeboxSearch {
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
        top: 90px;
    }
    .banner-slider h1 {
        font-size: 32px;
    }
    .banner-slider h2 {
        font-size: 22px;
        margin-top: 5px;
    }
    /* .navbarLogo {
        max-width: 230px;
        width: 230px;
        margin-right: 0;
    } */
    .navbarLogo p {
        font-size: 20px;
    }
    .navbarIcon>a>span {
        display: none;
    }
    #activeboxUser {
        margin-right: 30px;
    }
    .banner-slider {
        width: calc(100% - 40px);
        left: 20px;
    }
    .banner-slider .button-absolute {
        top: 275px;
    }
    .responsive-x-768.active {
        /* left: 0 !important; */
        /* top: 60px; */
        /* width: 100%; */
        width: 100vw;
        top: 60px;
        left: -216px !important;
        margin-top: 0 !important;
        position: absolute;
        right: 0 !important;
        max-height: calc(100vh - 60px);
        overflow: auto;
        /* position: static; */
    }
    .responsive-x-768 a.level2 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .filters-el-btn {
        height: 28px !important;
    }
    .filters-button .filters-el-btn {
        height: 36px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .treeview-border .dropdown {
        padding-left: 10px !important;
        padding-right: 0 !important;
    }
    .treeview-border .stylish-input-group .input-group-addon {
        padding-right: 0;
    }
    .treeview-border .h-scroll.dropdown-menu {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 700px) {
    .details-menu {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 10px;
    }
    .banner-slider h1 {
        font-size: 38px;
    }
    .banner-slider h2 {
        font-size: 28px;
    }
    .banner-slider {
        top: 60px;
    }
    #activeboxSearch {
        top: 110px;
    }
    .banner-slider .button-absolute {
        top: 245px;
    }
    #activeboxSearch {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
    }
    .btn-category {
        height: 270px;
    }
}
@media screen and (max-width: 650px) {
    .specification .img, .specification .desc {
        width: 100%;
        padding-left: 0;
    }
    .col-xs-7.buttons .btn-contact, .col-xs-7.buttons .btn-phone, .col-xs-7.buttons .btn-phone2, .col-xs-7.buttons .btn-www, .col-xs-7.buttons .btn-map, .col-xs-7.buttons .btn-message {
        width: 100%;
    }
    .col-xs-7.buttons .btn-message {
        margin-top: 5px !important;
    }
}
@media screen and (max-width: 627px) {
    #contact-trigger-form .col-md-offset-5, #contact-trigger-form .checkbox {
        margin-left: 0;
        padding-left: 13px !important;
    }
    #contact-trigger-form .col-md-offset-5 {
        padding-left: 20px !important;
    }
    #contact-trigger-form .form-group {
        margin-bottom: 10px;
    }
    #contact-trigger-form .col-md-6, #contact-trigger-form .col-md-3 {
        padding-left: 10px;
        width: 100%;
    }
    #contact-trigger-form .checkbox, #contact-trigger-form .rodos {
        padding-left: 0 !important;
    }
    #contact-trigger-form .required .checkbox label::before {
        left: 20px;
    }
    #contact-trigger-form .col-md-offset-5 {
        padding-left: 10px !important;
    }
    .productBoxFooter p {
        height: 90px;
    }
    .col-md-3 .productBoxFooter {
        height: 250px;
    }
    .col-md-2 .productBoxFooter {
        height: 150px;
    }
    .details-row .photo-dynamic {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    #activeboxSearch .btn-blue {
        width: calc(100% - 10px);
    }
    .banner-slider .button-absolute {
        top: 375px;
        z-index: 4000;
    }
    .banner-slider {
        top: 50px;
    }
    #activeboxSearch .col-sm-4 {
        width: 50%;
    }
    #activeboxSearch .button-search {
        width: 100%;
        padding-left: 0;
        padding-right: 10px !important;
    }
    .search-productslist #activeboxSearch .advanced-search {
        width: 100%;
    }
    .search-productslist #activeboxSearch .search-selects {
        width: 100%;
    }
    .search-product:not(#toogleSearchProducts) {
        height: 140px !important;
    }
    .banner-slider .button-absolute {
        top: 225px;
    }
    .banner-slider .btn-blue {
        width: 100%;
    }
    .banner-slider h1 {
        font-size: 34px;
    }
    .banner-slider h2 {
        font-size: 24px;
    }
    .search-selects {
        padding-right: 0;
    }
    /* .icons-navbar {
        width: 120px;
    }
    .logo {
        width: calc(100% - 150px);
    } */
    .filters fieldset, .filters .menu {
        width: calc(50% - 10px);
    }
    .start-filter .col-xs-12.col-md-3.col-lg-2.col-xl-2.margin-bottom {
        padding-left: 0;
        padding-right: 0;
    }
    .search-productslist, #toogleSearchProducts {
        height: 130px;
    }
    .search-productslist #activeboxSearch {
        max-height: 100%;
    }
}
@media screen and (max-width: 550px) {
    .product-form .photos p {
        font-size: 12px;
    }
    #submenu-dynamic .row .icons-navbar {
        width: 100% !important;
    }
    #submenu-dynamic .row .icons-navbar {
        width: 100% !important;
    }
    #submenu-dynamic .row {
        flex-wrap: wrap;
    }
    /* #header-static {
        height: 0;
    } */
    #header-static, #header-dynamic, #submenu-dynamic, #submenu-dynamic .navbar, #submenu-dynamic .row, #submenu-dynamic .container-fluid {
        height: 100px;
    }
    .responsive-x-frame .burger-container {
        position: absolute;
        top: -40px;
        right: 0;
    }
    #searchProdsTriggerCont {
        position: absolute;
        right: 60px;
        top: -43px;
    }
    .navbarIcon>a>span {
        display: block;
    }
    .navbarIcons-cont {
        justify-content: space-between;
    }
    #activeboxUser a {
        padding-left: 0;
    }
    .responsive-x-frame .burger-container {
        width: 40px;
        margin-right: 1px;
    }
    .responsive-x-768.active {
        left: 5px !important;
        top: 45px;
        padding-top: 10px;
    }
    #productsList-cont, .catalogForm-cont, body > .header-margin {
        padding-top: 0;
    }
    .navbarIconBox {
        left: 0;
        top: 45px;
    }
    .bg-grey > .banner:first-child {
        margin-top: 0;
    }
}
@media screen and (max-width: 500px) {
    .arrow-left-grey {
        left: 20%;
    }
    .arrow-right-grey {
        right: 20%;
    }
    #activeboxSearch {
        padding-left: 0;
        padding-right: 0;
        height: 240px;
    }
    .banner-slider {
        width: 100%;
        left: 0;
        top: 10px;
    }
    #activeboxSearch .select {
        width: 50% !important;
    }
    #activeboxSearch .button-search {
        width: 100% !important;
        margin-top: 10px;
    }
    .banner-slider .button-absolute {
        top: -40px;
    }
    .banner-slider h1 {
        margin-top: 50px;
    }
    .site, .site-name {
        width: 100%;
    }
    .site-name {
        padding-bottom: 5px !important;
    }
    .productBoxFooter p {
        height: 100px;
    }
    .col-md-3 .productBoxFooter {
        height: 270px;
    }
    #productDetails .details-row .col-xs-5, #productDetails .details-row .col-xs-3, #productDetails .details-row .col-xs-6 {
        width: 100%;
        padding-bottom: 5px !important;
    }
    #productDetails .details-row .col-xs-7, #productDetails .details-row .col-xs-9 {
        width: 100%;
    }
    .col-xs-7.buttons .btn-contact, .col-xs-7.buttons .btn-phone, .col-xs-7.buttons .btn-phone2, .col-xs-7.buttons .btn-www, .col-xs-7.buttons .btn-map, .col-xs-7.buttons .btn-message {
        width: calc(50% - 8px);
    }
    .col-xs-7.buttons .btn-message {
        margin-top: 0 !important;
        margin-right: 0 !important;
    }
    .search-product:not(#toogleSearchProducts) {
        height: 185px !important;
    }
    .search-productslist, #toogleSearchProducts {
        height: 180px;
    }
}
@media screen and (max-width: 470px) {
    #activeboxSearch h2 {
        font-size: 18px;
    }
    #activeboxSearch .col-md-4.select:nth-child(2) {
        padding-right: 0;
    }
}
@media screen and (max-width: 460px) {
    .specification .desc .name, .specification .desc .price {
        width: 100%;
    }
    .specification .desc .price {
        display: none;
    }
    .details-row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .details-row .col-sm-12 {
        padding: 0;
    }
    .navbarLogo p {
        font-size: 18px;
    }
    /* .navbarLogo {
        width: 200px;
    } */
    /* .icons-navbar {
        top: 45px !important;
        width: 100% !important;
    } */
    /* #header-dynamic {
        height: 100px;
    }
    #activeboxUser {
        float: left;
    }
    .burger-container {
        float: right;
    }
    .logo {
        width: 100%;
    } */
    .navbarLogo p {
        font-size: 24px;
    }
    #activeboxUser span {
        display: inline-block;
    }
    /* .navbarLogo {
        width: calc(100% - 80px);
        max-width: calc(100% - 80px);
    } */
    /* .responsive-x-768.active {
        left: -10px !important;
        width: calc(100% + 20px);
    } */
    /* .navbarIconBox {
        left: 0;
        width: 100%;
    } */
    .banner-slider h1 {
        font-size: 28px;
    }
    .banner-slider h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 450px) {
    .details-row .photo-dynamic {
        width: 100%;
        padding: 0;
    }
    .btn-category {
        height: 280px;
    }
    .navbarLogo p {
        font-size: 22px;
    }
    #searchProdsTriggerCont {
        right: 40px;
    }
}
@media screen and (max-width: 430px) {
    .navbarLogo p {
        font-size: 18px;
    }
}
@media screen and (max-width: 400px) {
    .banner-slider .btn-blue {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .details-menu div {
        width: 100%;
        display: block;
    }

    .banner {
        margin-top: 100px;
    }
    .burger-container {
        width: 30px;
    }
    #catalogForm {
        padding-top: 40px;
    }
    .banner-slider h1 {
        margin-top: 20px;
    }
    .banner-slider {
        padding-left: 15px;
        padding-right: 15px;
        top: 0;
    }
    .banner-slider .button-absolute {
        top: 0;
        left: 0;
    }
    .filters fieldset, .filters .menu {
        width: 100%;
        margin-right: 0;
    }
    .search-product:not(#toogleSearchProducts) {
        padding-top: 20px !important;
    }
    .search-productslist, .search-productslist, #toogleSearchProducts {
        height: 180px;  
    }
}
@media screen and (max-width: 380px) {
    #searchProductsTrigger>span {
        display: none;
    } 
}
@media screen and (max-width: 360px) {
    .buttons .btn-contact, .buttons .btn-phone, .buttons .btn-phone2, .buttons .btn-www, .buttons .btn-map, .buttons .btn-message {
        width: 100%;
        margin-right: 0;
    }
    .navbarLogo p {
        font-size: 20px;
    }
}
