.row [class*="col-"] {
    padding-lefT: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

/**
 * GLOBAL VARIABLES
 */
:root {
    /** UNIVERSAL **/
    --space-60: 60px;
    --space-50: 50px;
    --space-40: 40px;
    --space-25: 25px;

    --font-48: 48px;
    --font-36: 36px;
    --font-30: 30px;
    --font-24: 24px;

    /** SPECIFIC **/
    --color-accent: #008bd2;
    --red: #f4941d;
    --blue: #19213c;
    --light-blue: #008bd2;
}

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

/**
 * BASIC
 */

em {
    padding-right: 2px;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

.btn,
button,
a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

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

/**
 * EXTRA
 */
/* Animations lib */
.animationDuration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

/* Mourning class added to body */
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/**
 * PAGE
 */

#page,
#content {
    overflow: hidden;
}

.container {
    clear: both;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1670px;
    width: 100%;
}

.container-small {
    max-width: 1350px;

}

/**
 * TEXT
 */

.text {
    overflow: visible;
}

.text a {
    text-decoration: underline;
    color: var(--light-blue)
}

.text a:hover {
    color: var(--blue);
}

body.sticky-footer #page {
    margin-bottom: 0;
    padding-bottom: 0;
}

/** Text list custom dots **/
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
}

.text ol {
    padding-left: 18px;
}

.text ul > li {
    left: 40px;
    position: relative;
    padding-right: 40px;
}

.text > ul > li > p,
.text > ol > li > p {
    display: inline;
}

.text ul > li::before {
    content: "•";
    display: inline-block;
    width: 10px;
    left: -10px;
    margin-left: -10px;
    font-family: sans-serif;
    position: relative;
    font-weight: 900;
    font-size: 1em;
    line-height: 1em;
}

/** Text table **/
.text table {
    margin: 30px 0;
}

.text table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.text table td {
    padding: 12px 12px;
    border: 1px solid #ddd;
}

/**
 * HEADER
 */
header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    /*position: relative;*/
    /*z-index: 100;*/
    background: #fff;
}

#content {
    padding-top: 260px;
}

.header-mid {
    position: relative;
    z-index: 100;
    background: #fff;
}

.logo {
    float: left;
}

.logo a {
    display: flex;
    align-items: center;
}

.logo a .img img {
    display: block;
    width: 100%;
}

.logo a .img {
    display: block;
    width: 136px;
    font-size: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.logo-caption {
    font-weight: 700;
    font-style: italic;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding: 10px 10px 10px 21px;
}

#main-menu ul {
    font-size: 0;
}

#main-menu a span {
    display: inline-block;
    padding: 0px 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#main-menu .home a .icon {
    padding: 0;
}

#main-menu .active a {
    fill: #fff;
    stroke: #fff;
    background: var(--light-blue);
    color: #fff;
}

#main-menu a .icon,
#main-menu a svg path,
#main-menu a svg g,
#main-menu a svg {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

#main-menu a g {
    fill: inherit;
    stroke: inherit;
}

#main-menu a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: transparent;
    font-weight: 500;
    color: var(--blue);
    fill: var(--blue);
    stroke: var(--blue);
    padding: 0px 10px;
    position: relative;
    z-index: 10;
}

#main-menu a .icon .home-hover {
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

#main-menu li {
    padding: 10px 19px;
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

#main-menu li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

#main-menu li > ul > li > ul {
    top: 0;
    left: 100%;
}

#main-menu li:hover > ul {
    display: block;
}

.btn-basket svg {
    fill: inherit;
}

.btn-basket {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
    fill: #fff;
}

.basket-box .price .price {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.basket-box .price .currency-code {
    color: inherit;
    font-weight: inherit;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.basket-box .price {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: inherit;
    font-weight: bold;
}

.basket-box .top-box .price-old {
    padding-left: 5px;
}

.basket-box .top-box .val,
.basket-box .top-box .caption {
    display: inline-block;
    vertical-align: middle;
}

.top-box .top-box-product .retail-price {
    padding-bottom: 0px;

}

.basket-box .shop-basket-quantity {
    position: absolute;
    top: 50%;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    min-width: 32px;
    margin-top: -16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    line-height: 22px;
    font-size: 12px;
    color: var(--red);
    text-align: center;
}

.basket-box .price-box {
    padding-left: 10px;
    text-align: right;
}

header .basket-box > a {
    height: 46px;
}

.basket-box > a {
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: var(--red);
    border: 2px solid var(--red);
    color: #fff;
    fill: #fff;
}

.shop-basket-circle svg {
    fill: inherit;
}

.shop-basket-circle .icon {
    width: 40px;
    height: 40px;
    margin: -7px;
    top: -2px;
}

.shop-basket-circle {
    padding-right: 5px;
    line-height: 42px;
    text-align: center;
}

/**
 * FOOTER
 */
footer {
}

/* FOOTER BAR */

.footer-bar {
    padding: 10px 0;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: 14px;
    color: #f4f4f4;
    background-color: #0d1e3d;
}

.footer-bar-content::after {
    content: "";
    display: table;
    clear: both;
}

.footer-bar-content > * {
    float: left;
}

.footer-bar-content > *:not(:last-child) {
    margin-right: 30px;
}

.footer-bar-links {
    font-size: 0;
    text-transform: uppercase;
}

.footer-bar-links > li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 8px;
    font-size: 14px;
    line-height: 24px;
}

.footer-content a {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

.footer-bar-links a {
    color: inherit;
    text-decoration: underline;
}

.copyright-undicom {
    float: right;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
}

/**
 * FORM
 */

/* INPUTY */
.form .form-control,
.form .form-group-sm .form-control,
.form .form-group-lg .form-control {
    /*position: relative;*/
    /* font-size: 14px; */
    /* color: #000; */
    /* -webkit-border-radius: 0; */
    /* -moz-border-radius: 0; */
    /* border-radius: 0; */
    /* -webkit-box-shadow: none; */
    /* -moz-box-shadow: none; */
    /* box-shadow: none; */
}

/* TEXTAREA */
.form textarea.form-control:not([rows]) {
    /* height: 130px; */
}

/* KLAUZULE I ZGODY */
.form .before-consent-row .text,
.form .after-consent-row .text,
.form .consent-row .text label,
.form .consent-all {
    /* font-size: 12px; */
    /* letter-spacing: 0; */
}

.form .consent-row .error {
    /* font-size: 12px; */
    /* letter-spacing: 0; */
}

/* CAPTCHA */
.form .captcha-image-wrapper,
.form .form-group-sm .captcha-image-wrapper,
.form .form-group-lg .captcha-image-wrapper {
    /* -webkit-border-radius: 0; */
    /* -moz-border-radius: 0; */
    /* border-radius: 0; */
    /* -webkit-box-shadow: none; */
    /* -moz-box-shadow: none; */
    /* box-shadow: none; */
}

.form button.captcha-refresh {
    /* -webkit-border-radius: 0; */
    /* -moz-border-radius: 0; */
    /* border-radius: 0; */
}

/* KOLOR GWIAZDKI WYMAGANEGO POLA */
.form .form-required-mark {
    /* color: #a94442; */
}

/**
 * MAP POINTS
 */

.map-point .custom-map-wrapper {
    position: relative;
}

.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: transparent url('../images/marker.png') no-repeat scroll center center;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background: red;
}

.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important;
}

.h2,
.h3,
.h1 {
    margin: 0;
    padding: 0;
}

.sidebar-side-right .submenu h3,
.sidebar-side .submenu h3 {
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0;
    color: #fff;
    font-weight: bold;
    padding: 39px 27px;
}

.heading.heading-hasright .heading-title {
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 0;
    color: var(--blue);
    font-weight: bold;
}

.submenu .h1,
.h1 {
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0;
    color: var(--blue);
    font-weight: bold;
}

.h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    color: var(--light-blue);
    font-weight: bold;
}

.h2.white,
.h1.white {
    color: #fff;
}

.text h2 {
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: bold;
    color: var(--light-blue);
    padding-bottom: 16px;
}

.text h3 {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: bold;
    color: var(--light-blue);
    padding-bottom: 16px;
}

.text h4 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: bold;
    color: var(--light-blue);
    padding-bottom: 16px;
}

.text {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
}

.basket-view .page-heading {
    margin: 0;
}

.page-heading {
    padding-bottom: 28px;
}

.page-title {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.page-heading.with-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.delivery-address-fieldset .select2-container--default .select2-selection--single {
    width: 100%;
}

.modal-footer .btn {
    float: left;
}

.modal-footer .btn + .btn {
    float: right;
}

/**
 * BREADCRUMB
 */

.breadcrumb-container {
    margin: 15px 0 6px;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb > li {
    position: relative;
    display: inline;
    color: #6d6e71;
}

.breadcrumb > li > a {
    font-size: 14px;
    color: #06112f;
}

.breadcrumb > li + li:before {
    content: '>';
    font-size: 12px;
    padding: 0 15px;
    color: inherit;
}

/**
 * LOGOTYPES SLIDER
 */
.logotypes {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 156px;
    padding: 28px 0;
}

.logotypes .logotypes-title {
    float: left;
    padding-right: 30px;
    font-size: 22px;
    line-height: 100px;
    vertical-align: middle;
}

.logotypes-slider-container {
    height: 100px;
}

.logotype-slider {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
}

.logotype img {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}

/**
 * SOCIALS
 */
.social-list {
    float: left;
}

.social-list > ul {
    font-size: 0;
    margin: 1px -4px;
}

.social-list > ul > li {
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    text-align: center;
    font-size: 1rem;
}

.social-icon .icon svg {
    fill: inherit;
}

.social-icon .icon {
    width: 20px;
    height: 20px;
    position: static;
    margin: 0;
}

.social-icon {
    display: block;
    width: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 32px;
    line-height: 30px;
    font-size: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    fill: #fff;
}

.social-icon > * {
    vertical-align: middle;
}

.social-icon .fa {
    line-height: inherit;
    font-size: 16px;
}

.header-right {
    float: right;
}

.header-left {
    float: left;
}

.header-top {
    /*background: -moz-linear-gradient(0deg, rgba(24, 32, 60, 1) 0%, rgba(18, 45, 89, 1) 100%); !* ff3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(24, 32, 60, 1)), color-stop(100%, rgba(18, 45, 89, 1))); !* safari4+,chrome *!*/
    /*background: -webkit-linear-gradient(0deg, rgba(24, 32, 60, 1) 0%, rgba(18, 45, 89, 1) 100%); !* safari5.1+,chrome10+ *!*/
    /*background: -o-linear-gradient(0deg, rgba(24, 32, 60, 1) 0%, rgba(18, 45, 89, 1) 100%); !* opera 11.10+ *!*/
    /*background: -ms-linear-gradient(0deg, rgba(24, 32, 60, 1) 0%, rgba(18, 45, 89, 1) 100%); !* ie10+ *!*/
    /*background: linear-gradient(90deg, rgba(24, 32, 60, 1) 0%, rgba(18, 45, 89, 1) 100%); !* w3c *!*/
    background-color: var(--color-accent);
}

.header-bot {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    /*background: -moz-linear-gradient(0deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%); !* ff3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(7, 15, 44, 1)), color-stop(46%, rgba(7, 15, 44, 1)), color-stop(100%, rgba(12, 39, 85, 1))); !* safari4+,chrome *!*/
    /*background: -webkit-linear-gradient(0deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%); !* safari5.1+,chrome10+ *!*/
    /*background: -o-linear-gradient(0deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%); !* opera 11.10+ *!*/
    /*background: -ms-linear-gradient(0deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%); !* ie10+ *!*/
    /*background: linear-gradient(90deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%); !* w3c *!*/
    background-color: var(--color-accent);
}

.header-right .dropdown-menu {
    left: auto;
    right: 0;
}

.header-right .dropdown-menu > li li a {
    padding: 5px 15px 5px 25px;
    background: rgb(235 235 235);
}

.header-right .dropdown-menu > li a span {
    display: block;
}

.header-right .dropdown-menu > li a {
    padding: 8px 15px;
    line-height: 20px;
    color: #000;
    word-break: break-word;
    white-space: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-right .open > .dropdown-menu {
    width: 221px;
}

.header-links {
    float: left;
}

.header-links .icon {
    width: 36px;
    height: 36px;
    margin-right: -5px;
}

.header-links a {
    color: #fff;
    fill: #fff;
    display: block;
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 6px 15px 3px 9px;
    position: relative;
}

.header-links a:before {
    left: 0;
    width: 1px;
    background: rgba(255, 255, 255, 1);
}

/**
 * LANGUAGES MENU
 */
.langs-menu {
    position: relative;
    float: right;
    margin: 25px 0 25px 20px;
    border-radius: 6px 6px 0 0;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001;
}

.langs-menu ul {
    opacity: 0;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 6px 6px;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
}

.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}

.langs-menu a {
    display: block;
    transition: background-color 0.4s;
}

.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lang {
    padding: 5px 15px;
    font-size: 0;
}

.lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
}

.lang .langs-menu-long {
    display: none;
}

.lang-button {
    position: relative;
    cursor: pointer;
}

.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    transition: all 0.4s;
    font-size: 20px;
    line-height: 12px;
}

.langs-menu.active .lang-button .arrow {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.langs-menu-icon img {
    max-width: 100%;
}

.flag-icon {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

/**
 * ARTICLE
 */
.article {
    overflow: hidden;
    padding-bottom: 43px;
}

.article-content::after {
    content: "";
    display: table;
    clear: both;
}

.article-image {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    float: left;
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 20px;
}

.article-image img {
    max-width: 100%;
}

.article-subtitle {
    padding-bottom: 30px;
}

.article-date {
    font-weight: bold;
}

.article-text {
    margin-bottom: 30px;
}

/**
 * PAGINATION
 */
.pagination-wrapper ul li.active a {
    color: var(--light-blue);
}

@media screen and (min-width: 1140px) {
    .pagination-wrapper ul li a:hover {
        color: var(--light-blue);
    }
}

.pagination-wrapper ul li span.icon {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
}

/**
 * GALLERY
 */
.gallery {
    background: #f6f6f6;
    padding: 40px 0;
}

.gallery-list ul {
    margin: -5px;
    padding: 40px 0;
    font-size: 0;
}

.gallery-list ul > * {
    font-size: initial;
}

.gallery-list img {
    display: block;
    max-width: 100%;
}

.hover-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: url("../images/icons/searchWhite.svg") no-repeat center center /50px rgba(25, 33, 60, 0.85);
}

.gallery-list a {
    position: relative;
    display: block;
}

.gallery-list li {
    vertical-align: top;
    display: inline-block;
    width: 25%;
    padding: 5px;
}

.gallery-list-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 5px;
}

.gallery-picture {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}

.gallery-picture > img {
    display: block;
    max-width: 100%;
}

.gallery-picture-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s;
}

.gallery-picture-hover > * {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (min-width: 1140px) {
    .gallery-picture:hover .gallery-picture-hover {
        opacity: 1;
    }
}

/** LOGIN **/
.login-box .panel {
    border-radius: 0;
}

.login-box .panel-heading {
    padding: 12px 15px;
    margin: 0;
    background: #fff;
    font-weight: 700;
}

.login-box .panel-heading h1,
.login-box .panel-heading h2 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #000;
}

.login-box .panel-body {
    position: relative;
}

.login-box .login-submitRow {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.login-info-content {
    padding: 0 8.33333333%;
}

.login-info-content .text-base {
    padding-bottom: 61px;
}

.login-info-content .btn-base {
    position: absolute;
    right: calc(8.33333333% + 15px);
    bottom: 15px;
}

.password-reset-info .panel-heading {
    border-bottom: none;
}

.userpanel-container h1 {
    font-size: var(--font-36);
    padding-bottom: 19px;
    font-weight: 900;
}

/** SUBMENU **/
.submenu h3 {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 20px;
}

.sidebar-side .submenu h3 {
    line-height: 45px;
}

.submenu ul li {
    transition: all 0.6s;
}

.submenu ul li:not(:first-child) {
    border-top: none;
}

.submenu ul li.active > a:not(:last-child):before {
    content: '\f107';
}

.submenu ul li a:not(:last-child):before {
    position: absolute;
    right: 20px;
    content: '\f105';
    font-family: FontAwesome;
    display: block;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.submenu ul .active > ul {
    display: block;
}

.submenu ul ul {
    display: none;
}

.submenu ul li a:not(:last-child) {
    position: relative;
}

.submenu ul li a {
    color: #343536;
    text-decoration: none;
    padding: 14px 15px;
    display: block;
    transition: all 0.6s;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.submenu ul li:not(:first-child) a {
    border-top: none;
}

.container .user-info-page .container {
    padding-left: 0;
    padding-right: 0;
}

.submenu ul li.active {
    overflow: hidden;
    position: relative;
}

/*
.submenu ul li.active:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.submenu ul li.active:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}
*/
.submenu ul li.list-group-item:hover,
.submenu ul li.active > a {
    color: #fff;
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    display: block;
}

.submenu ul li.active li.active > a {
    color: var(--light-blue);
    display: block;
}

.submenu ul li.active ul {
    background: #e6e6e6;
}

.submenu ul li.active li:first-child a,
.submenu ul li li:first-child a {
    border-top: 0;
}

.submenu ul li.active li.active li a,
.submenu ul li li li a {
    padding: 8px 15px 8px 76px;
    background: #d7d7d7;
}

.submenu ul li.active li.active li.active a {
    background-color: #cbd7e5;
    border-color: #cbd7e5;
}

.submenu ul li.active li a,
.submenu ul li li a {
    color: #000;
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    padding-left: 56px;
}

.social-list {
    padding-right: 19px;
    position: relative;
}

.social-list:before {
    right: 0;
    width: 1px;
    background: #fff;
}

.top-box-container:before {
    width: 1px;
    left: -20px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
}

.top-box-container {
    margin-left: 20px;
}

.header-links a:before,
.top-box-container:before,
.nav-pills:before,
.nav-pills > li + li:before {
    top: 17px;
    bottom: 17px;
    opacity: 0.4;
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
}

.nav-pills:before {
    left: 0;
    right: 0;
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);
}

.nav-pills {
    position: relative;
}

header .nav-pills > li + li:before {
    width: 1px;
    left: 0;
    border-left: 1px solid rgba(255, 255, 255, 1);

}

header .nav-pills > li + li:before,
header .nav-pills:before {
    top: 0;
    bottom: 0;
}

header .nav-pills > li + li {
    position: relative;
    margin: 0;
}

header .nav-pills > li a svg {
    fill: inherit;
}

header .nav-pills > li a {
    fill: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 6px 50px;
}

.nav-pills > li .btn-default {
    color: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 10px;
}

.nav-pills > li .forgot-password a {
    display: inline-block;
    padding: 0;
    font-weight: bold;
    color: var(--blue);
}

.search-header-wrapper {
    background: #f1f1f1;
    padding: 10px 0;
    margin-top: 20px;
}

.search-header-wrapper .h2 {
    font-size: 40px;
    text-align: center;
}

.search-form .form-group {
    margin: 0;
}

.search-result-container {
    padding: 40px 0;
}

.search-result-container .shop-category-box {
    width: 25%;
}

.header-mid-right,
.header-mid-left {
    display: flex;
    align-items: center;
}

.search-form {
    width: 346px;
    border: 2px solid #000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-left: 54px;
}

.sticky {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.sticky .header-mid-items {
    padding: 3px 0;
}

.sticky .header-bot {
    padding: 0;
}

.sticky .logo a .img {
    padding-right: 30px;
}

.sticky.rollup .header-bot {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.sticky .header-bot {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.header-mid-items {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 19px 0;
}

.search-form .element-row .form-control {
    height: 42px;
    border: 0;
    font-size: 14px;
    line-height: 30px;
    padding: 6px 20px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.search-form .element-row .form-element-search-container {
    width: calc(100% - 44px);
    float: left;
}

.search-form .element-row .alert-block .error {
    position: absolute;
    z-index: 10;
    padding-left: 20px;
}

.search-form .element-row .form-control-feedback {
    top: 4px;
    opacity: 0.6;
}

.search-form .element-row .topsearch-submit i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.fancybox-inner .search-form .element-row .topsearch-submit {
    background: #fff;
}

.search-form .element-row .topsearch-submit {
    padding: 3px 0 0;
    width: 44px;
    height: 42px;
    background: transparent;
    color: var(--blue);
    float: left;
    border: 0;
}

.search-form .search-product-label {
    width: calc(100% - 42px);
    display: block;
    padding-left: 10px;

    font-size: 12px;
    line-height: 16px;
}

.search-form .search-product-img-contener {
    width: 42px;
    height: 42px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.search-form .ui-menu-item-wrapper {
    width: 100%;
    white-space: normal;
    display: flex;
    align-items: center;
    padding: 2px 5px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0;
    padding: 2px 5px;
    margin: 0;
}

.search-form .dropdown-menu {
    z-index: 10000;
    width: 270px;
    padding-bottom: 0;
}

.search-form .all-search-results a {
    margin-top: 5px;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
}

.search-form .category {
    font-weight: bold;
    font-size: 16px;
    background: #dddddd;
    padding: 7px 15px;
    margin: 7px 0;
}

.footer-logo svg,
.logo svg {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px;
    top: -2px;
    position: relative;
}

.icon.scale-1 {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.top-box-heading,
.top-box .top-box-product-list > h3,
.top-box .submenu h3 {
    color: var(--blue);
    font-weight: 900;
}

.header-bot-list a {
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 20px;
    padding: 4px 10px;
}

.header-bot-list li {
    display: block;
    padding: 11px 5px;
}

.header-bot-list ul {
    display: flex;
    justify-content: space-between;
}

.header-bot-list {
    display: block;
    width: 100%;
}

.main-slider-section {
    position: relative;
}

.main-slider .slick-track {
    display: flex;
}

.main-slider .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.main-slider {
    background: url("../images/sliderBg.jpg") no-repeat center center /cover;
}

.main-slide-photo,
.main-slide-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slide-content {
    padding: 50px 0 27px;
    display: flex;
    align-items: center;
    height: 100%;
}

.main-slide-photo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;

}

/*
.main-slide .main-slide-vr:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 59%;
    background: url(../images/sliderVr.png) no-repeat left top /contain;
}
*/

.main-slide-label {
    text-align: center;
    font-size: 0.7vw;
    line-height: 1.6vw;
    letter-spacing: 0.2em;
    color: #fff;
    padding-left: 15%;
}

.main-slide .main-slide-vr {
    max-width: 666px;
    margin: 0 6% 50px;
    display: block;
    text-align: right;
    text-transform: uppercase;
}

.main-slide-dots li.slick-active a {
    background: var(--light-blue);
}

.main-slide-dots li a {
    display: block;
    width: 84px;
    text-align: center;
    padding: 2px;
    cursor: pointer;
}

.m-slide-dot {
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.3em;
    color: #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    padding: 0 0 0 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.main-slide-dots {
    font-size: 0;
    text-align: right;
    position: absolute;
    z-index: 999;
    left: 50%;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    max-width: 1670px;
    bottom: 8%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    pointer-events: none;
}

.main-slide-dots li {
    display: inline-block;
    font-size: initial;
    pointer-events: initial;
}


@media screen and (min-width: 1140px) {
    .main-slider .slick-track .slick-slide:before {
        content: '';
        width: 100%;
        padding-top: 31.5%;
        display: block;
    }

    .main-slider .slick-track .slick-slide .container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.footer-main {
    /*background: url("../images/footerBg.webp") no-repeat top center /cover;*/
    background: var(--color-accent);
}

.footer-boxes > * {
    font-size: initial;
}

.footer-boxes {
    font-size: 0;
    padding: 46px 0 25px;
}

.footer-box {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.footer-box.box-big {
    width: 33%;
    padding-right: 4.5%;
}

.footer-box.box-last {
    text-align: right;
    width: 27%;
}

.footer-title {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-toggle a,
.footer-toggle .text {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
}

.footer-toggle a {
    display: block;
}

.footer-toggle {
    padding: 17px 0;
}

.box-big .footer-toggle ul > * {
    font-size: initial;
}

.box-big .footer-toggle ul {
    font-size: 0;
}

.box-big .footer-toggle li {
    width: 50%;
    display: inline-block;
}

.footer-links .phone-icon {
    background: url("../images/icons/phoneWhite.svg") no-repeat left center /contain;
}

.footer-links .mail-icon {
    background: url("../images/icons/messageWhite.svg") no-repeat left center /contain;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a span {
    position: absolute;
    left: -7px;
    top: 0;
    bottom: 0;
    width: 40px;
    display: block;
}

.footer-links {
    padding-bottom: 16px;
}

.footer-links a {
    position: relative;
    font-size: 20px;
    padding-left: 42px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
}

.footer-delivery-list ul > * {
    font-size: initial;
}

.footer-delivery-list ul {
    margin: -12px;
    font-size: 0;
    padding-top: 13px;
}

.footer-delivery-list li {
    width: 50%;
    max-width: 174px;
    padding: 12px;
    display: inline-block;
}

.footer-delivery-item {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    padding-top: 37.4%;
}

.footer-delivery-item img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    max-width: 100%;
    max-height: 100%;
}

.footer-logo img {
    display: block;
    width: 100%;
}

.footer-logo a {
    display: inline-block;
    max-width: 100%;
}

.footer-logo {
    text-align: center;
    padding-left: 25%;
    padding-top: 36px;
}

.footer-bot .text:before {
    content: '';
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 1px;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
}

.footer-bot .social-list {
    padding-top: 3px;
}

.footer-bot .text {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
}

.footer-bot {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px 0;
}

.about-us-big-boxes {
    overflow: hidden;
}

.about-us-big-box:nth-of-type(even) .big-box-text {
    text-align: right;
    width: 50%;
}

.big-box-text .text {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.about-us-big-box .img {
    position: relative;
    width: 50%;
    font-size: 0;
}

.big-box-text {
    overflow: auto;
    color: #000;
    position: relative;
    vertical-align: middle;
    padding: 10px 4.4vw;
}

.big-box-text-inside strong {
    line-height: 1.2em;
}

.about-us-big-box .img,
.big-box-text {
    height: 30.125vw;
}

.big-box-text .overview {
    position: relative;
}

.big-box-text .viewport + .scrollbar {
    position: absolute;
    top: 10px;
    right: 8px;
    bottom: 0;
}

.big-box-text .viewport + .scrollbar .track {
    position: relative;
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.big-box-text .viewport + .scrollbar .track .thumb {
    background: var(--light-blue);
    margin: 0 -1px;
    width: 3px;
    position: absolute;
}

.big-box-text .viewport {
    overflow: hidden;
    max-height: calc(30.125vw - 20px);
}

.big-box-text-inside {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    overflow: auto;
    left: 0;
    max-height: 100%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding: 10px 4.4vw;
}

.about-us-big-box {
    clear: both;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.big-box-yt {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.about-us-big-box:nth-of-type(even) .img {
    float: right;
}

.about-us-big-box:nth-of-type(odd) .img {
    float: left;
}

.contact-map-wrapper {
    width: 50%;
    float: right;
    padding-left: 5px;
}

.basket-table .image a {
    border: none;
    background: transparent;
    position: relative;
    z-index: 20;
}

.contact-map {
    display: flex;
    justify-content: center;
    /*flex-direction: row-reverse;*/
    margin-bottom: var(--space-40);
}

.contact-map-boxes {
    padding-right: 5px;
    overflow: hidden;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.basket-table .product-column-price .price {
    padding: 0;
}

.basket-table .name a.title, .basket-table tbody .lp, .basket-table .price:not(.price-old) {
    margin-left: 0 !important;
    font-size: 16px;
}

.contact-box {

}

.basket-table .image a img {
    max-width: 90%;
    max-height: 90%;
}

.contact-box.image-box {
    height: 0 !important;
}

.contact-box,
.contact-box.text-box {
    display: table;
}

.contact-box .text {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    display: table-cell;
}


.contact-box-item {
    color: var(--color-accent);
    font-weight: 700;
    text-align: center;
    display: block;
}

.contact-box-item .icon {
    margin-right: 2px;
}

.contact-box-item svg {
    fill: #e9436d;
}

.contact-box-item + .contact-box-item {
    margin-top: 4px;
}

.contact-box .text,
.contact-box.text-box .text,
.contact-box .contact-box-inner-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.contact-box .text a[href^="mailto:"] {
    display: block;
    width: 100%;
    color: #000;
    padding-left: 38px;
    margin: 5px 0 0;
    background: url("../images/icons/emailBlue.svg") no-repeat left -10px center /40px;
}

.contact-box .text a[href^="tel:"] {
    margin: 14px 0 0;
    display: block;
    width: 100%;
    color: #000;
    padding-left: 38px;
    background: url("../images/icons/phoneBlue.svg") no-repeat left -10px center /40px;
}

.social-box .title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-bottom: 6px;
}

.social-box .title2 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
}

.social-box {
    padding: 28px 50px;
    min-height: 328px;
    text-align: center;
    background: url('../images/contactSocialsBg.jpg') no-repeat right bottom #0092dd;
    color: #fff;
}

.social-box .social-list {
    float: left;
    padding: 20px 8px;
}

.social-box .social-list > ul > li {
    display: block;
    overflow: hidden;
    float: none;
    padding: 8px 8px 12px;
}

.social-box .social-icon .fa {
    font-size: 22px;
}

.social-box .social-icon {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 48px;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
}

.social-texts .line1 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
    display: block;
}

.social-link {
    display: block;
}

.social-texts {
    padding: 5px 20px;
    text-align: left;
    overflow: hidden;
    float: left;
}

.social-texts .line2 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: bold;
    display: block;
}

/*.text-box:after {*/
/*content: '';*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*width: 1px;*/
/*height: 272px;*/
/*}*/
.text-box .text {
    /*margin-right: -1px;*/
    display: inline-block;
    vertical-align: middle;
}

.image-box:before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    content: '';
    display: block;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 20px solid #f6f6f6;
}

.image-box {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.form .form-group-lg .captcha-image-wrapper,
.form-group-lg .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form .form-element-name {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: bold;
    color: #0092dd;
    margin-bottom: 6px;
}

.form .form-group-lg button.captcha-refresh {
    right: 5px;
    color: #0092dd;
    letter-spacing: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.before-consent-row {
    margin-top: 6px;
}

.contact-form-section .h2 {
    text-align: center;
}

.contact-form-section {
    padding: 46px 0;
    background: url("../images/contactFormBg.jpg") no-repeat right top /cover;
}

.contact-form {
    padding-top: 60px;
}

.contact-form .row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.contact-form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.contact-form .form {
    padding-top: 52px;
    max-width: 1270px;
    margin: auto;
}

.checkboxradio-container,
.checkbox {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.after-consent-row,
.before-consent-row {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.form-footer .btn {
    padding: 13px 20px;
}

.form-footer {
    padding-top: 32px;
}

.container .container {
    padding: 0;
}

.panel-page .select2-container--default .select2-selection--single {
    width: 100%;
}

.form .form-control {
    height: 46px;
    border-radius: 0;
}

.btn {
    padding: 12px 33px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #fff;
}

.modal .btn {
    padding: 10px 16px;
    /*padding: 6px 12px;*/
    font-size: 13px;
}

.btn-default {
    border-color: rgba(0, 0, 0, 0.1);
}

.btn-small {
    font-size: 11px;
    padding: 10px 24px;
    line-height: 14px;
}

.btn-primary,
.btn-blue {
    background-color: #0092dd;
    border-color: #0092dd;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    border-color: #0092dd;
    color: #0092dd;
}

.btn-red .icon {
    width: 40px;
    height: 40px;
    margin: -6px 0 -6px -16px;
}

.btn-red {
    padding: 10px 33px;
    fill: #fff;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
    background-color: var(--red);
    border-color: var(--red);
    color: #fff;
}

.btn-white-black {
    border-color: rgba(0, 0, 0, 0.1);
    color: #000;
}

.sidebar-side-right {
    background: url("../images/submenuBg.webp") no-repeat center left /360px;
    background-attachment: fixed;
}

@media screen and (min-width: 1921px) {
    .sidebar-side-right {
        background: var(--blue);
    }
}

.submenu {
    padding-top: 11px;
    padding-bottom: 40px;
}

.submenu a {
    border-left: 0 !important;
    border-right: 0 !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.submenu > ul > li > a {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    padding: 12px 50px 11px 30px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.submenu > ul > li.active > a {
    border-left: 0;
    border-right: 0;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.submenu ul li.active ul {
    background: transparent;
}

.submenu ul li.active li a, .submenu ul li li a,
.submenu > ul > li > ul > li > a {
    background: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 50px 11px 50px;
    color: #fff;
}

.submenu-top {
    padding: 39px 27px;

}

.pagination-wrapper {
    padding: 31px 0 13px;
    width: 511px;
}

.product-list > * {
    font-size: initial;
}

.product-list {
    font-size: 0;
    margin: -14px -20px;
    padding-bottom: 50px;
}

.shop-product-box {
    padding: 20px;
    width: 25%;
    vertical-align: top;
    display: inline-block;
}

.pagination-wrapper ul li.next a:hover,
.pagination-wrapper ul li.prev a:hover {
    fill: #fff;
    stroke: #fff;
    border-color: var(--light-blue);
    background: var(--light-blue);
}

.pagination-wrapper ul li.next a,
.pagination-wrapper ul li.prev a {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 46px;
    text-align: center;
    fill: var(--light-blue);
    stroke: var(--light-blue);
}

.shop-product-box-inside:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid var(--blue);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.product-container .product-actions .btn-basket {
    position: relative;
    z-index: 101;
}

.product-container {
    /*position: relative;*/
    /*z-index: 10;*/
}

.product-comparison {
    position: absolute;
    top: 8px;
    right: 8px;
}

.compareLink .icon {
    margin: -2px;
    top: 0;
    width: 30px;
    height: 30px;
}

.compareLink svg {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.compareLink.compare-add svg,
.compareLink.compare-delete svg {
    fill: rgba(7, 15, 44, 1);
    stroke: transparent;
    stroke-width: 10px;
}

.product-view-comparison a {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
}

.product-comparison a {

    position: relative;
    z-index: 101;
    display: block;
    font-size: 10px;
    text-align: center;
    padding: 2px 5px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

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

.shop-product-box-inside {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    max-width: 100%;
    max-height: 100%;
    z-index: -2;
}

.product-image {
    z-index: 10;
    position: relative;
    width: 100%;
    padding-top: 79.7%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-labels {
    position: absolute;
    top: 10px;
    left: 0;
}

.product-label {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 2px 11px;
}

.product-texts {
    padding: 16px;
}

.product-title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000;
    height: 60px;
    overflow: hidden;
}

.product-actions .btn-basket .icon path {
    stroke-width: 2px;
}

.product-actions .btn-basket .icon {
    width: 40px;
    height: 40px;
    top: -1px;
}

.product-actions .btn-basket {
    padding: 0;
    width: 46px;
    height: 46px;
    border: 2px solid var(--red);
    fill: var(--red);
    stroke: var(--red);
    background: transparent;
}

.product-actions,
.product-box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-box-bottom {
    padding-top: 7px;
}

.dot path {
    stroke-width: 4px;
}

.dot {
    width: 46px;
    height: 46px;
    fill: var(--blue);
    stroke: var(--blue);
    border: 1px solid var(--blue);
    margin-right: 10px;
}

.product-box-bottom .price {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: var(--blue);
    letter-spacing: 0;
}

.product-box-bottom .price-gross {
    display: flex;
    flex-direction: column-reverse;
}

.product-box-bottom .price.price-old {
    font-weight: normal;
    text-decoration: line-through;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 14px;
}

.heading-right {
    padding-top: 18px;
}

.shop-sort .form-element-text {
    padding-right: 20px;
    font-size: 15px;
    font-weight: 300;
}

.shop-sort .form-element-container {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 230px;
    height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 300;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    content: '\f106';
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\f107';
    font-family: FontAwesome;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    line-height: 44px;
    color: var(--light-blue);
    text-align: center;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
}

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.product-top {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.prod-description {
    padding-bottom: 40px;
}

.product-right {
    width: 48.6%;
    margin-top: -8px;
}

.product-left {
    width: 48.2%;
}

.product-slide-image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.product-photo .product-label {
    font-size: 14px;
    line-height: 22px;
}

.product-photo {
    position: relative;
}

.product-photo-wrapper {
    position: relative;
}

.product-slide-image {
    width: 100%;
    display: block;
    /*padding-top: 100%;*/
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-product-view .page-heading {
    padding-bottom: 8px;
}

.product-right .h2 {
    color: var(--blue);
    padding-bottom: 32px;
}

.product-photo-actions {
    position: absolute;
    bottom: 33px;
    right: 30px;
    display: flex;
}

.product-slider-arrow .icon {
    width: 40px;
    height: 40px;

}

.product-slider-arrow {
    width: 46px;
    height: 46px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 10px;
    cursor: pointer;
    background-color: #fff;
}

.product-slider-counter {
    height: 46px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    letter-spacing: 0;
    padding: 8px 10px 5px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-product-offer-box {
    /*margin-top: 42px;*/
    border: 2px solid var(--blue);
}

.prod-box-wrapper {
    display: flex;
    width: 100%;
    /*align-items: center;*/
    align-items: stretch;
    padding: 22px 20px;
}

.shop-box-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shop-box-caption {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
}

.shop-quantity-box .qty-up {
    right: 0;
}

.shop-quantity-box .qty-down {
    left: 0;
}

.shop-box-right .btn {
    width: 100%;
}

.shop-quantity-box {
    padding: 12px 0;
    width: 100%;
}

.shop-box-right {
    padding: 0 24px 0 35px;
    width: 53%;
    position: relative;
}

.shop-box-left {
    width: 47%;
    padding: 0 6px;

}

.shop-box-left .text {
    padding-right: 20px;
}

.shop-box-left.no-price {
    justify-content: center;
}

.shop-box-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.shop-box-left .price {
    font-size: 44px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: var(--blue);
}

.shop-box-left .price-old {
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: line-through;
}

.shop-box-left .price-gross {
    /*display: flex;*/
    /*flex-direction: column-reverse;*/
}

.product-slider:not(.slick-initialized),
.main-slider:not(.slick-initialized) {
    white-space: nowrap;
    overflow: hidden;
}

.product-slider:not(.slick-initialized) .product-slide,
.main-slider:not(.slick-initialized) .main-slide {
    white-space: normal;
    width: 100%;
    display: inline-block;
}

.top-box-basket-wrapper .price {
    font-size: 14px;
}

.top-box-basket-wrapper .price.price-old {
    font-weight: normal;
    font-size: 12px;
}

.section-products-list-slider {
    padding-bottom: 60px;
}

.section-products-list-slider:nth-child(even) {
    background: #fff;
}

.section-products-list-slider:nth-child(odd) {
    background: #f6f6f6;
}

.section-heading-title {
    color: var(--light-blue);
}

.section-heading {

}

.section-heading-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.section-heading.hasRight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
}

.product-list-slider-arrows .btn .icon {
    width: 40px;
    height: 40px;
}

.product-list-slider-arrows .product-list-slider-next {
    margin-left: 10px;
}

.product-list-slider-arrows {
    padding-right: 50px;
    font-size: 0;
}

.product-list-slider-arrows .btn {
    background: var(--light-blue);
    border: 1px solid var(--light-blue);
    fill: #fff;
}

.product-list-slider-arrows .btn {
    width: 46px;
    height: 46px;
    padding: 0;
    line-height: 44px;
    text-align: center;
}

.product-list-innerWrapper {
    margin: -20px;
}

.main-about-us {
    padding: 50px 0 70px;
    background: url("../images/mainBg.webp") no-repeat center center /cover;
}

.main-about-texts {
    padding: 20px 0;
    width: 50%;
}

.main-about-image img {
    display: block;
    max-width: 100%;
}

.main-about-image {
    width: 50%;
    padding-left: 8%;
}

.main-about-wrapper {
    display: flex;
    align-items: center;
}

.main-about-title {
    color: #fff;
}

.main-about-title,
.section-heading-title {
    font-size: 60px;
    line-height: 80px;
    letter-spacing: 0;
    font-weight: bold;
}

.main-about-text {
    padding-top: 25px;
}

.main-about-text + .btn {
    margin-top: 42px;
}

.main-about-text .text {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.05em;
    color: #fff;
}

.shortcut-list > * {
    font-size: initial;
}

.shortcut-list {
    margin: -5px;
    font-size: 0;
    padding: 32px 0;
}

.shortcut-box {
    padding: 5px;
    width: 20%;
    display: inline-block;
}

/*.shortcut-elem:before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    content: '';*/
/*    -webkit-transition: all 0.4s;*/
/*    -moz-transition: all 0.4s;*/
/*    -ms-transition: all 0.4s;*/
/*    -o-transition: all 0.4s;*/
/*    transition: all 0.4s;*/
/*    display: block;*/
/*    background: url("../images/mainShortcutBg.jpg") no-repeat center center /cover;*/
/*}*/
.shortcut-elem {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
    color: #fff;
    fill: #fff;
    stroke: #fff;
    background-color: var(--color-accent);
}

.shortcut-box:nth-child(5n+2) .shortcut-elem {
    background-color: #e62958;
}

.shortcut-box:nth-child(5n+3) .shortcut-elem {
    background-color: #fdc300;
}

.shortcut-box:nth-child(5n+4) .shortcut-elem {
    background-color: #5756a2;
}

.shortcut-box:nth-child(5n+5) .shortcut-elem {
    background-color: #172f53;
}

.shotcut-section {
    padding: 32px 0;
}

.shortcut-box-inside {
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.shortcut-svg img {
    display: block;
    max-width: 100%;
}

.shortcut-svg svg {
    fill: inherit;
}

.shortcut-svg {
    display: block;
    margin: auto;
    width: 140px;
    max-width: 50%;
}

.shortcut-title {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    color: inherit;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 0px 10px 20px;
}

.shortuct-arrow svg {
    stroke-width: 4px;
}

.shortuct-arrow {
    display: block;
    width: 40px;
    height: 16px;
    margin: auto;
    margin-bottom: 24px;
}

/*.shortcut-border:after {*/
/*    border-bottom: 1px solid var(--blue);*/
/*    border-right: 1px solid var(--blue);*/
/*    bottom: 0;*/
/*    right: 0;*/
/*}*/

/*.shortcut-border:before {*/
/*    border-top: 1px solid var(--blue);*/
/*    border-left: 1px solid var(--blue);*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

.shortcut-border:after,
.shortcut-border:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
}

.shortcut-border {
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.search-section:nth-child(even) {
    background: #fff;
}

.search-section:nth-child(odd) {
    background: #f6f6f6;
}

.search-section .section-heading-title {
    font-size: 40px;
    line-height: 50px;
}

.shop-product-set .product-box-bottom {
    display: none;
}

.shop-product-set .product-title {
    font-size: 14px;
    line-height: 20px;
    height: auto;
}

.shop-product-set .product-title {
    font-size: 14px;
    line-height: 20px;
    height: auto;
    display: flex;
    align-items: center;
}

.shop-product-set .shop-product-box:first-child:nth-last-child(n + 4) .product-title,
.shop-product-set .shop-product-box:first-child:nth-last-child(n + 4) ~ div .product-title {
    font-size: 12px;
    line-height: 16px;
}

.shop-product-set .product-image {
    padding-top: 78%;
}

.shop-product-set .shop-product-box-inside {
    border: 0;
    max-width: 194px;
    margin: auto;
}

.shop-product-sets {
    margin-top: -10px;
}

.shop-product-set {
    margin-top: 50px;
    background: url("../images/setsBg.jpg") no-repeat right center /cover;
}

.set-container {
    display: flex;
}

.product-set-items-list .shop-product-box:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '+';
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    -webkit-transform: translate3d(50%, -50%, 0);
    -moz-transform: translate3d(50%, -50%, 0);
    -ms-transform: translate3d(50%, -50%, 0);
    -o-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
}

.product-set-items-list .shop-product-box:not(:last-child) {
    position: relative;
}

.product-set-items-list .shop-product-box {
    width: 100%;
}

.product-set-items-list {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 29px 14px;
}

.product-set-infos:before {
    content: '';
    display: block;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    top: 30px;
    bottom: 30px;
    left: 0;
    position: absolute;
}

.product-set-infos {
    width: 35%;
    padding: 3.6%;
    position: relative;
}

.prod-section {

    padding: 42px 0;
}

.prod-section:nth-child(odd) {
    background: #f6f6f6;
}

.product-set-price-diff {
    padding-bottom: 6%;
}

.product-set-content {
    padding-bottom: 10%;
}

.product-set-infos .price {
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    font-size: 40px;
    margin-top: -8px;

}

.product-set-infos label {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff;
}

.prod-section .h2 {
    color: #000;
}

.shop-product-slider {
    padding: 10px 0;
}

.shop-product-list-arrows .slick-prev {
    margin-right: 56px;
}

.shop-product-list-arrows .slick-arrow .icon {
    top: 0;
    width: 40px;
    height: 40px;
}

.shop-product-list-arrows .slick-arrow {
    font-size: 0;
    display: inline-block !important;
    position: absolute;
    width: 46px;
    height: 46px;
    padding: 0;
    line-height: 44px;
    text-align: center;
    background: var(--light-blue);
    border: 1px solid var(--light-blue);
    fill: #fff;
    z-index: 20;
    top: -26px;
    right: 15px;
}

.shop-product-list-arrows .slick-arrow.slick-hidden,
.shop-product-list-arrows .slick-arrow.slick-hidden {
    display: none !important;
}

.shop-product-list {
    position: relative;
    padding: 50px 0 0;
}

.shop-product-list-arrows {
    position: relative;
}

.top-box-product .top-box-bottom > *:first-child {
    text-align: right;
}

.alert-container .top-box-product:first-child {
    border: 0;
}

.compare-button-wrapper .fa {
    width: 20px;
}

.compare-button-wrapper a {
    cursor: pointer;
}

.compare-button-wrapper {
    padding-top: 10px;
}

.prod-stat {
    padding-bottom: 10px;
}

.prod-stat.availability {
    margin-top: 40px;
}

.prod-stat a {
    color: var(--red);
    text-decoration: underline;
}

.pillLink-list .btn {
    margin-right: 10px;
}

.pillLink-list {
    padding-top: 10px;
    font-size: 0;
}

.store-wrapper {
    padding-bottom: 30px;
}

.comp-product-price .price-box div.price:not(.price-old) {
    font-size: 20px;
    font-weight: bold;
}

.badge {
    padding: 3px 4px 3px 6px;
}

.comp-product-options > .comp-product-action-remove:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.comp-product-options > .comp-product-action-remove {
    line-height: 28px;
}

@media screen and (min-width: 1140px) {
    .btn-primary.btn-pay:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .product-view-comparison a:hover {
        background: var(--light-blue);
        color: #fff;
    }

    .comp-product-name:hover[href] {
        color: var(--red);
    }

    .compare-button-wrapper a:hover {
        color: var(--red);
    }

    .prod-stat a:hover {
        text-decoration: none;
    }

    .compareLink.compare-add:hover svg,
    .compareLink.compare-delete:hover svg {
        fill: #fff;
        stroke: transparent;
        stroke-width: 10px;
    }

    .product-comparison a:hover {
        background: var(--light-blue);
        color: #fff;
    }

    .shop-product-list-arrows .slick-arrow:hover {
        background: #fff;
        fill: var(--light-blue);
    }

    .shortcut-elem:hover {
        color: var(--color);
        fill: var(--color);
        stroke: var(--color);
    }

    .shortcut-elem:hover:before {
        opacity: 0;
    }

    .product-list-slider-arrows .btn:hover {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        fill: var(--light-blue);
    }

    .shop-quantity-box .qty-down:hover, .shop-quantity-box .qty-up:hover {
        color: #fff;
        background: var(--light-blue);
        border-color: var(--light-blue);
    }

    .nav-pills > li .forgot-password a:hover {
        background: transparent;
        color: var(--light-blue);
    }

    .product-slider-arrow:hover {
        border-color: var(--light-blue);
        background: var(--light-blue);
        fill: #fff;
    }

    .shop-product-box-inside:hover:before {
        opacity: 1;
    }

    .product-actions .btn-basket:hover {
        background: var(--red);
        fill: #fff;
        stroke: #fff;
    }

    .submenu > ul > li > a:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .submenu > ul > li > ul > li > a:hover {
        color: #0092dd;
    }

    .btn-white-black:hover,
    a:hover .btn-white,
    .btn-white:hover {
        background-color: #0092dd;
        border-color: #0092dd;
        color: #fff;
    }

    .btn-red:hover {
        background-color: #fff;
        border-color: var(--red);
        color: var(--red);
        fill: var(--red);
    }

    .btn-primary:hover,
    a:hover .btn-blue,
    .btn-blue:hover {
        background-color: transparent;
        border-color: #0092dd;
        color: #0092dd;
    }

    .social-list > ul > li > a:hover .social-icon {
        background: #fff;
        border-color: #fff;
        color: #0092dd;
    }

    .gallery-list a:hover .hover-mask {
        opacity: 1;
    }

    .contact-box .text a:hover {
        color: var(--light-blue);
    }

    .footer-content a:hover,
    .footer-toggle a:hover {
        text-decoration: underline;
    }

    .main-slide-dots li a:hover .m-slide-dot {
        color: var(--light-blue);
    }

    .header-bot-list a:hover,
    #main-menu li:not(.home) a:hover {
        background: var(--red);
        color: #fff;
        stroke: #fff;
        fill: #fff;
    }

    .search-form .element-row .topsearch-submit:hover {
        background: var(--light-blue);
        fill: #fff;
    }

    .basket-box > a:hover {
        background: var(--light-blue);
        border-color: var(--light-blue);

    }

    .nav-pills > li a:hover,
    .social-icon:hover,
    .header-links a:hover {
        color: #fff;
        background: var(--red);
        text-decoration: none;
    }

    .desktop-none {
        display: none;
    }

    .top-box-product .product-name[href]:hover {
        color: var(--light-blue);
    }

    #main-menu .home:not(.active) a:hover {
        fill: var(--light-blue);
        stroke: var(--light-blue);
    }

    #main-menu .home a:hover .icon .home-hover {
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        -o-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    .product-top .valuesTable-value a:hover {
        text-decoration: underline;
    }

    .asidedPage-aside-btns .reset-filters:hover {
        background: var(--red);
        color: #fff;
    }
}

.rwd-menu .submenu ul li.active a {
    background-color: transparent;
}

.shop-product-list:last-child {
    padding-bottom: 30px;
}

.heading-description + .shop-product-list {
    padding-top: 30px;
}

.heading-description.category-text {
    padding: 30px 0;
}

.page-heading + .shop-product-list {
    padding-top: 12px;
}

.asidedPage-aside-section .form > *,
.heading-right > * {
    float: left;
}

.asidedPage-aside-btns {
    margin: 0;
    font-size: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding-left: 15px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 44px;
    margin: -5px;
    line-height: 44px;
    font-size: 15px;
    font-weight: 300;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    height: 34px;
    margin: 5px;
    line-height: 32px;
    font-size: 15px;
    font-weight: 300;

}

.select2-results__option {
    padding: 10px 20px;
    font-size: 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--blue);
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 210px;
    height: 46px;
}

.asidedPage-aside-subtitle {
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 300;
}

.product-top .valuesTable-value a img {
    display: block;
    max-width: 100px;
    max-height: 40px;
    margin-left: 6px;
}

.product-top .valuesTable-value a {
    display: inline-block;
}

.product-top .valuesTable-value {
    font-weight: bold;
    padding-left: 5px;
}

.product-top .valuesTable {
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
    line-height: 24px;
}

.product-top .valuesTable {
    padding-bottom: 15px;
}

.product-top .valuesTable-cell {
    width: 50%;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
}

.product-top .valuesTable-cell > * {
    display: flex;
    align-items: center;
}

.values-section .h2 {
    padding-bottom: 15px;
}

.valuesTable.color-black {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.valuesTable.color-black .valuesTable-cell:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
}

.valuesTable.color-black .valuesTable-cell {
    display: table-row;
}

.valuesTable.color-black .valuesTable-cell > *:last-child {
    font-weight: bold;
}

.valuesTable.color-black .valuesTable-cell > * {
    border: 1px solid #F5F5F5;
    display: table-cell;
    padding: 10px;
}

.filter-container .filter-elements {
    width: 77%;
    padding-right: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.filter-container .select2-container--default .select2-selection--multiple {
    width: 100%;
}

.filter-container .asidedPage-aside-subheader {
    width: 100px;
}

.filter-container .customCheck-list {
    width: calc(100% - 100px);
}

.filter-container {
    background: #f6f6f6;
    padding: 20px 20px 10px;
}

.asidedPage-aside-subsection.asidedPage-aside-subsection-btns {
    width: 23%;
}

.asidedPage-aside-subsection {
    width: 50%;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.asidedPage-aside-btns {
    width: 100%;
}

.asidedPage-aside-btns .btn {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    width: 100%;
    padding: 11px 5px 13px 8px;
}

.asidedPage-aside-btns .reset-filters {
    padding: 2px;
    font-size: 10px;
    margin: 0;
    line-height: 14px;
    color: var(--red);
    background: #fff;
}

.page-header {
    padding: 18px 0 26px;
    margin: 0 0 10px;
    background: url("../images/pageHeaderBg.jpg") no-repeat center center /cover;
}

.news .section-subtitle {
    color: #000;
}

.news {
    background: #f6f6f6;
}

.news-box a {
    display: block;
    overflow: hidden;
    width: 100%;
}

.news-list ul {
    font-size: 0;
}

.news-list ul > * {
    font-size: 1rem;
}

.news-box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.news-img:before {
    position: absolute;
    right: 0;
    top: 30px;
    content: '';
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 16px solid #f6f6f6;
}

.news-img {
    position: relative;
    display: block;
    width: 48%;
    float: left;
    height: 0;
    padding-top: 48%;
    background-size: cover;
    background-position: center center;
}

.news-texts {
    overflow: hidden;
    padding: 20px 30px;
}

.news-date:before {
    position: absolute;
    height: 1px;
    width: 40px;
    content: '';
    display: block;
    left: 1px;
    background: #000;
    top: 50%;
}

.news-date {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.2em;
    color: #000;
    font-weight: 300;
    position: relative;
    padding-left: 61px;
}

.news-title {
    color: #0092dd;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 24px;
    font-weight: bold;
    padding: 19px 0;
}

.news-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #000;
    font-weight: 300;
}

.news {
    padding-bottom: 48px;
}

.news-more {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    letter-spacing: 0.3em;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    color: #000;
    line-height: 24px;
    padding: 4px 21px 5px;
    margin-top: 7px;
}

.news-box a {
    border: 1px solid transparent;
}

.news-box .news-more,
.news-box .news-img:before {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.return-btn {
    padding: 30px 0;
}

@media screen and (max-width: 1139px) {

    .news-box a:hover .news-more {
        border-color: #0092dd;
        background: #0092dd;
        color: #fff;
    }

    .news-box a:hover .news-img:before {
        border-right: 16px solid #0092dd;
    }

    .news-box a:hover {
        background: #fff;
        border-color: rgba(0, 0, 0, 0.1);
    }

}

.news-page-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    color: #0092dd;
    padding: 30px 0;
    text-align: center;
}

.news-page-title + .page-description {
    padding-top: 0;
}

.page-header .h1 {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.set-section {
    padding: 0 0 42px 0;
}

.main-slider-section .main-slider-arrows {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    padding: 0;
}

.main-slider-section .main-slider-arrows .btn {
    margin: 0 5px;
}

.main-slider-section .main-slide-text-bg-wrapper {
    position: relative;
    z-index: 0;
}

.main-slider-section .main-slide-text-bg {
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
}

.basket-set-image {
    width: 50px;
    display: inline-block;
    vertical-align: middle;

}

.basket-set-icon {
    display: inline-block;
    vertical-align: middle;
}

.basket-set-name {
    display: inline-block;
    vertical-align: middle;
}

.basket-set-row {
    margin-top: 5px;
}

/* Lista producentów */


/*.page-manufacturer .product-list {*/
/*padding-top: 0;*/
/*margin: -19px;*/
/*}*/

.manufacturer-list {
    margin: 0 -19px;
    font-size: 0;
}

.main-box-element {
    width: 16.66666%;
    display: inline-block;
    vertical-align: top;
    padding: 19px;
}

.main-boxes-categories .main-box-element {
    padding: 6px;
}

.main-box:before {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    content: '';
    display: block;
    pointer-events: none;
    border: 2px solid var(--primary);
    z-index: 200;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.main-box-element-product .main-box:before {
    border-color: var(--secondary);
}

.main-box {
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.main-box-element.noIcon .main-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-box-icon {
    width: 122px;
    max-width: 64%;
    margin: auto;
    position: relative;
}

.main-box-icon:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 158%;
}

.main-box-element-product .main-box-icon:before,
.main-about-content .main-box-icon:before {
    padding-top: 100%;
}

.main-boxes-categories .main-box-icon:before {
    display: none;
}

.main-box-element-product .main-box-icon-wrapper:after,
.main-about-content .main-box-icon-wrapper:after {
    content: '';
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
}

.page-search .main-box-element-product .main-box-icon-wrapper:after {
    display: none;
}

.main-box-element-product .main-box-icon-wrapper:before,
.main-about-content .main-box-icon-wrapper:before {
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: calc(100% - 40px);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 2px;
    display: block;
    background: var(--primary);
    position: absolute;
}

.page-search .main-box-element-product .main-box-icon-wrapper:before {
    display: none;
}

.main-box-element-product .main-box-icon-wrapper:before {
    /*background: var(--secondary);*/
}

.main-box-icon-wrapper {
    display: block;
    position: relative;
    padding-bottom: 2px;
}

.page-search .main-box-element-product .main-box-icon-wrapper,
.main-box-element.noIcon .main-box-icon-wrapper {
    display: none;
}

.main-box-icon svg,
.main-box-icon img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 6px;
}

.main-box-icon svg {
    /*fill: var(--secondary);*/
}

.main-box-text {
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    width: 100%;
}

.main-box-element-product .main-box-text {
    font-size: 17px;
    line-height: 21px;
}

.main-box-element.noIcon .main-box-text {
    font-size: 17px;
}

.main-box-bottom .hover .btn {
    /*background: var(--primary);*/
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.main-box-bottom .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: none;
}

.main-box-bottom {
    height: 74px;
    align-items: center;
    position: relative;
    display: none;
}

.main-box-element.noIcon .main-box-bottom {
    display: flex;
}

.shop-product-history-price-before-discount {
    font-size: 13px;
    font-weight: 400;
    color: #6d6d6d;
    margin-bottom: 20px;
    padding-top: 10px;
    letter-spacing: -0.2px;
}


.shop-product-price.reverse-price {

}

.shop-box-left .shop-product-price.reverse-price .price-box {
    display: flex;
    flex-direction: column-reverse;
}

.shop-box-left .shop-product-price.reverse-price .price.shop-product-price-net,
.shop-box-left .shop-product-price:not(.reverse-price) .price.shop-product-price-gross {
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
}

.shop-product-box .product-box-bottom .price-net {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.shop-product-box .product-box-bottom .price-net .caption {
    order: -1;
}

.heading-title:has(.shop-heading-product-count) {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.shop-heading-product-count {
    padding: 5px;
    background-color: var(--blue);
    color: #fff;
}

.product-view-tiles-list{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: var(--space-25) 0;
}

.product-view-tiles-item{
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    /*border-radius: 5px;*/
}

.product-view-tiles-item strong{
    color: var(--color-accent);
}

.logo .img img.logo-mobile{
    display: none;
}

.product-subtitle{
    font-size: 14px;
    color: var(--color-accent);
    margin: 5px 0;
}

.header-mid-text-mobile{
    display: none;
}

.header-mid-text{
    margin-left: var(--space-40);
}