a,
abbr,
acronym,
address,
blockquote,
body,
caption,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
label,
legend,
li,
object,
ol,
p,
pre,
q,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
}
* {
    box-sizing: border-box;
}
body {
    font-family: "Inter", sans-serif;
    background: #fff;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13px;
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
    color: #000;
    position: relative;
    line-height: 20px;
}
a:link {
    color: #000;
}
a:visited {
    color: #000;
}
a:hover {
    text-decoration: none;
}
p {
    line-height: 20px;
}
img {
    transition: opacity 0.5s ease;
}
.dropdown-menu {
    border-top: 0;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 6px;
    z-index: 999;
}
.open > .dropdown-menu {
    padding: 10px;
}
.dropdown .hidden {
    display: none;
}
.nav-tabs > li.bt {
    border: 0;
}
#box-filtr-m {
    display: none;
}
.btn {
    font-size: 13px;
    padding: 10px 12px;
}
#box-list-top-filtrs .btn {
    background-color: #fff;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downNew.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
}
#box-list-top-filtrs .btn[aria-expanded="true"] {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/upNew.svg);
    border-radius: 6px 6px 0 0;
    border-bottom: 0;
}
.nav-tabs .dropdown-menu {
    border-radius: 0 0 6px 6px;
    margin-top: 0;
    border-top: 0;
    box-shadow: none;
    z-index: 99;
}
.nav-tabs > li.bt span {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    float: left;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    text-transform: lowercase;
    font-size: 13px;
    cursor: pointer;
    color: #000;
}
.iconSearch {
    background: #f2f2f2;
    padding: 0 10px;
}
.topBarHeader {
    width: 100%;
    text-align: center;
    background: #000;
    padding: 0;
    color: #7b7571;
}
#topBarHeaderLeft ul li,
#topBarHeaderRight ul li {
    font-size: 11px;
    display: inline;
    line-height: 40px;
    color: #7b7571;
    font-weight: 300;
    list-style: none;
    padding: 0 10px;
    border-top: 0 solid #333;
}
#topBarHeaderLeft ul li.active {
    background: #fff;
}
#topBarHeaderLeft span,
#topBarHeaderLeft span:last-child,
#topBarHeaderRight ul li svg {
    display: inline-block;
    vertical-align: middle;
}
#topBarHeaderLeft span {
    line-height: 40px;
    float: left;
    padding: 0 5px;
    letter-spacing: 0.22px;
    color: #7b7571;
}
#topBarHeaderLeft span:last-child {
    padding-top: 0;
    line-height: 40px;
    text-decoration: underline;
}
#topBarHeaderLeft ul li {
    float: left;
    text-align: left;
}
#topBarHeaderRight {
    float: right;
}
#topBarHeaderRight ul li {
    float: left;
    letter-spacing: 0.22px;
    text-transform: uppercase;
    padding-left: 10px;
}
#topBarHeaderRight ul li a span,
#topBarHeaderRight ul li span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #fff;
    text-transform: none;
}
#topBarHeaderRight ul li a:link,
#topBarHeaderRight ul li a:visited {
    color: #fff;
}
#topBarHeaderRight ul li a:hover {
    color: #000;
}
#box-cashbox {
    width: 100%;
    background: #fafafa;
}
.fs {
    text-align: center;
    max-width: 800px;
    max-width: 800px;
    display: inline-flex;
    margin: 0 auto;
}
.offer-list-pic {
    padding: 10px 20px;
}
.box-pay-value {
    float: right;
    color: #0e7b00;
    font-weight: 500;
    padding-right: 10px;
}
#box-delivery {
    border: 0 solid #e8e8e8;
    border-radius: 4px;
    padding: 10px 0;
}
#box-pay {
    border: 0 solid #e8e8e8;
    border-radius: 4px;
}
.box-cart-li {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 25px 10px 10px;
}
.box-cart-img {
    float: left;
    width: 25%;
    max-width: 140px;
}
.box-cart-img img {
    border-radius: 20px;
    padding: 10px;
    max-width: 130px;
}
.box-cart-detalist {
    float: left;
    margin-left: auto;
    width: 100%;
    padding: 10px;
}
.box-cart-detalist-name {
    float: left;
    width: 60%;
}
.box-cart-detalist-name a span {
    padding: 0;
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    padding-bottom: 10px;
}
.box-cart-detalist-name span {
    display: block;
    font-size: 10px;
    color: #707070;
}
.box-cart-detalist-wrap {
    width: 100%;
    display: inline-block;
    padding-top: 5px;
}
.box-cart-detalist-price {
    float: left;
    width: 50%;
    text-align: right;
    font-weight: 500;
}
.box-cart-detalist-info {
    float: left;
    width: 50%;
}
.box-cart-detalist-info span {
    font-size: 11px;
    padding-right: 10px;
    width: 100%;
    text-align: left;
    display: block;
}
.box-cart-detalist-remove {
    float: left;
    width: 20%;
    text-align: right;
}
.box-cart-detalist-qun {
    float: left;
    width: 20%;
}
.box-cart-right-wrap-li {
    width: 100%;
    display: inline-block;
    color: #000;
    padding-bottom: 10px;
    font-size: 13px;
}
.box-cart-right-wrap-li-total {
    width: 100%;
    display: inline-block;
    color: #000;
    padding-bottom: 20px;
    padding-top: 15px;
    font-size: 18px;
    font-weight: 500;
    border-top: 1px solid #dfdfdf;
}
.fourth-step-paymant-wrap .box-cart-right-wrap-li-total {
    padding: 20px 0 10px;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
}
.box-cart-right-wrap-li-label {
    float: left;
    width: 50%;
    text-align: left;
}
.box-cart-right-wrap-li-value {
    float: left;
    width: 50%;
    text-align: right;
}
.box-cart-right-wrap-li-value span {
    padding-right: 5px;
}
.box-cart-wrap-li {
    display: table;
}
#first-step-paymant-box-right-box .checkbox {
    background: #e8e8e8;
    padding: 10px 0;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}
#box-home-newsletter-bg {
    background-image: url(https://cdn.wojas.eu/media/images/pl/banner/SS2020/newsletter.jpg);
    height: 320px;
}
.sm_menu_outer .mobile_menu a {
    font-size: 13px;
    font-weight: 500;
}
#box-dynamic-banner {
    padding: 0;
    width: 100%;
    display: inline-block;
}
#menu-logo a {
    display: block;
}
#menu-logo a img {
    width: 100%;
    max-width: 220px;
    vertical-align: middle;
}
#box-dynamic-banner-wrap {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}
#box-dynamic-banner-wrap .item {
    width: 33.333%;
    float: left;
    position: relative;
}
#box-dynamic-banner-wrap .item img {
    width: 100%;
    height: auto;
    display: block;
}
#box-profil .breadcrumbs {
    background: none;
    text-align: left;
    font-size: 14px;
    text-transform: inherit;
    padding-bottom: 20px;
    font-weight: 600;
    color: #000;
}
#box-profil .breadcrumbs a:link,
.breadcrumbs a:visited {
    font-size: 13px;
    font-weight: 500;
}
#box-profil .slide h2 {
    font-size: 14px;
    padding: 0 0 5px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#box-profil .slide .box-promo-price span {
    font-size: 14px;
}
#box-profil div.box-promo-price {
    text-align: left;
}
#box-profil .slide span {
    display: block;
    text-align: center;
    font-size: 13px;
    padding-bottom: 0;
}
.box-profil-wrap {
    border: 1px solid #f5f5f5;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
#box-profil li.col4 {
    width: 25%;
}
#box-information-right-wrap .box-profil-wrap p {
    padding: 10px 20px;
}
.box-profil-heading th {
    padding: 0 20px;
    font-weight: 500;
    color: #000;
    font-size: 12px;
}
#box-profil td img {
    padding: 10px;
}
.box-profil-heading {
    font-weight: 300;
    padding: 0 20px;
    font-size: 19px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fafafa;
}
#box-profil-form {
    max-width: 400px;
}
#box-profil-form .login-form {
    width: 100%;
}
#box-profil-form-return {
    max-width: 500px;
}
#box-profil-form-return .login-form {
    width: 100%;
    padding: 0;
}
#box-profil-form-return .login-form label.error {
    color: #d96a6a;
}
#box-profil-form-return label {
    font-size: 13px;
    line-height: 12px;
    color: #707070;
}
#box-profil-form label {
    font-size: 13px;
    line-height: 12px;
    color: #707070;
}
#box-profil-form .login-form label.error {
    color: #d96a6a;
}
.box-profil-title {
    text-transform: none;
    padding: 0;
    font-weight: 600;
    color: #000;
    text-align: left;
}
#box-profil td {
    color: #000;
}
#box-profil-wpc {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    position: relative;
}
.box-profil-wpc-info {
    position: absolute;
    top: 0;
    padding: 50px 25px;
}
#box-profil-wpc .box-profil-wpc-info h2 {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.54px;
    font-size: 24px;
}
#box-profil-wpc .box-profil-wpc-info p {
    color: #000;
}
.wpc-d {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    padding: 10px 13px;
    color: #fff;
    text-align: center;
    background: #454545 0 0 no-repeat padding-box;
    border: 1px solid#707070;
    opacity: 1;
}
a.wpc-button:link {
    border: 1px solid #fff;
    color: #000;
    max-width: 250px;
    background: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-top: 20px;
}
.box-profil {
    display: inline-block;
    width: 100%;
    padding: 0;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.box-profil-address {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}
.box-profil-address-bt {
    padding: 5px;
    font-size: 13px;
    display: flex;
}
.box-profil a.gl-button:link {
    width: 200px;
    margin: 5px;
    font-size: 13px;
    border-radius: 4px;
}
.box-profil-address-bt a.gl-button:link {
    width: 200px;
    margin: 5px;
    font-size: 13px;
}
.box-profil-address label {
    font-weight: 500;
    padding-left: 5px;
}
.box-profil-h {
    display: revert;
}
.box-profil-s {
    display: none;
}
#table-order td h2 {
    font-size: 13px;
    padding-bottom: 10px;
}
#table-order td span {
    text-align: left;
    display: block;
}
#table-order td img {
    padding: 10px;
    max-width: 150px;
}
#table-order td {
    width: 20%;
}
#table-order .col20 {
    text-align: left;
}
#table-order .col20 div {
    padding: 0 15px 15px;
    text-align: left;
}
#table-order input {
    border: 1px solid #000;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.28px;
    text-align: center;
}
#table-order select {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 5px;
    background-color: #fff;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downNew.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    text-transform: uppercase;
    font-size: 11px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    min-width: 150px;
}
.table-order td {
    width: 20%;
    font-size: 13px;
}
.link-button {
    color: #000;
    text-decoration: underline;
    padding: 10px;
    display: block;
    min-width: 150px;
    font-weight: 500;
}
a.gl-button-table:link {
    border: 1px solid #707070;
    color: #000;
    max-width: 350px;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.28px;
}
input.gl-button {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    min-width: 250px;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.28px;
}
#box-information-right .box-p {
    padding: 10px 20px 0;
}
.my-0 {
    font-size: 13px;
    color: #000;
}
a.button-back2 {
    color: #fff;
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 8px;
    text-align: center;
    background: #000;
    max-width: 200px;
    display: block;
    letter-spacing: 0;
    text-transform: uppercase;
}
.ss-delivery {
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    font-size: 13px;
    color: #54a852;
}
.ss-delivery_bold {
    font-weight: 500;
}
.ss-delivery svg {
    margin-right: 7px;
}
.ss-availability {
    font-weight: 500;
    color: #d96a6a;
    font-size: 11px;
    text-align: left;
    padding: 10px;
}
.wrap-page-product-img-thumb {
    max-width: 90px;
    min-width: 90px;
    padding: 0;
}
.bx-wrapper {
    display: flex;
    flex-direction: row-reverse;
}
.bx-wrapper .bx-viewport {
    margin-left: 0;
}
.bxslider {
    height: 100%;
}
.bx-wrapper .bx-prev {
    left: 0;
}
.bx-wrapper .bx-next {
    right: 0;
}
.3d {
    width: 90%;
    float: right;
}
.pager-top {
    background: none center no-repeat;
    background-image: none;
    background-size: auto;
    background-size: 20px 20px;
    border: none;
    display: block;
    height: 25px;
    outline: none;
    width: 100%;
}
.pager-bottom {
    background: none center no-repeat;
    background-image: none;
    background-size: auto;
    background-size: 20px 20px;
    border: none;
    display: block;
    height: 25px;
    padding-top: 20px;
    outline: none;
    width: 100%;
}
#bx-pager {
    display: block !important;
    max-height: 480px;
    overflow: hidden;
    padding: 0 !important;
    position: static;
    scroll-behavior: smooth;
}
th {
    font-weight: 400;
}
.box-list-category {
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
}
.box-list-category-wrap {
    position: absolute;
    background: #fff;
    padding: 15px;
    color: #000;
    z-index: 99;
    bottom: 0;
    margin-left: 50px;
    margin-bottom: 30px;
}
.box-list-category-wrap span {
    padding: 0;
    text-align: left;
    margin: 0;
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
    font-size: 16px;
}
.box-list-category-wrap span:last-child {
    padding: 0;
    text-align: left;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.26px;
    display: block;
}
.box-list-category-wrap p {
    margin: 0;
    font-size: 10px;
}
.slick-slide img {
    margin-right: 5px;
}
.masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 0.85em;
}
.item2 {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.item2 img {
    max-width: 100%;
}
@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
.slick-1:not(:first-child) {
    visibility: hidden;
}
.slick-initialized.slick-1 {
    visibility: visible;
}
#category-slick {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}
#category-slick img {
    padding: 10px;
}
#category-slick span {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    text-transform: capitalize;
    display: block;
}
#typ-slick {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0;
}
#typ-slick a:link {
    border-radius: 4px;
    color: #000;
    min-width: 120px;
    padding: 5px 7px;
    font-size: 13px;
    display: block;
    text-align: center;
}
#typ-slick a:link span {
    border: 1px solid #000;
    border-radius: 17px;
    color: #000;
    margin: 0;
    padding: 7px;
    font-size: 13px;
    display: block;
    text-align: center;
}
#typ-slick a:link span.selected {
    background: #000;
    color: #fff;
}
#typ-slick a:visited span.selected {
    background: #000;
    color: #fff;
}
#group-slick {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0;
}
#group-slick a:link {
    border-radius: 4px;
    color: #000;
    min-width: 120px;
    padding: 5px 7px;
    font-size: 13px;
    display: block;
    text-align: center;
}
#group-slick a:link span {
    border: 1px solid #000;
    border-radius: 15px;
    padding: 7px;
    color: #000;
    margin: 0;
    font-size: 13px;
    display: block;
    text-align: center;
}
#group-slick a:link span.selected {
    background: #000;
    color: #fff;
}
#group-slick a:visited span.selected {
    background: #000;
    color: #fff;
}
#size-slick {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0;
}
#size-slick a:link {
    border-radius: 4px;
    color: #000;
    min-width: 120px;
    padding: 5px 7px;
    font-size: 13px;
    display: block;
    text-align: center;
}
#size-slick a:link span {
    border: 1px solid #000;
    border-radius: 15px;
    padding: 7px;
    color: #000;
    margin: 0;
    font-size: 13px;
    display: block;
    text-align: center;
}
#size-slick a:link span.selected {
    background: #000;
    color: #fff;
}
#size-slick a:visited span.selected {
    background: #000;
    color: #fff;
}
.wrap-slick {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0;
}
.wrap-slick a:link {
    border-radius: 4px;
    color: #000;
    min-width: 120px;
    padding: 5px 7px;
    font-size: 13px;
    display: block;
    text-align: center;
}
.wrap-slick a:link span {
    border: 1px solid #000;
    border-radius: 15px;
    padding: 7px;
    color: #000;
    margin: 0;
    font-size: 13px;
    display: flex;
    text-align: center;
}
.wrap-slick a:link span:hover {
    text-decoration: none;
}
.wrap-slick a:link span.selected {
    background: #000;
    color: #fff;
}
.wrap-slick a:visited span.selected {
    background: #000;
    color: #fff;
}
.mb-3,
.my-3 {
    margin-bottom: 0;
}
.content {
    max-width: 1366px;
}
#box-home-group {
    position: relative;
    background: #fff;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.home-group-item {
    position: relative;
    border: 0 solid #fff;
    margin: 2%;
    overflow: hidden;
}
.home-group-item img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.home-group-item img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: #000;
    opacity: 0.9;
}
.home-group-item-static {
    position: absolute;
    width: 100%;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: left;
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    margin-top: -20px;
    transition: all 0.2s ease-in-out;
}
.home-group-item img:hover.home-group-item-static {
    transform: scale(1.1);
    font-size: 24px;
}
#box-home-group-m {
    position: relative;
    background: #fff;
    display: inline-block;
    width: 100%;
}
#box-home-group-m .home-group-item-static {
    position: relative;
    color: #000;
    padding: 20px 0;
    margin-top: 0;
}
#box-home-group-m a.gl-button:link {
    margin: 0 auto;
}
#box-home-info {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
}
.home-info-item {
    padding: 10px;
    text-align: center;
}
.home-info-item img {
    width: 30px;
    height: 30px;
}
.home-info-item span {
    display: block;
    color: #000;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 0;
}
#box-home-blog h2 {
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 10px;
}
#box-home-blog span:first-child {
    font-size: 14px;
    padding-bottom: 0;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
#box-home-blog {
    position: relative;
    background: #fff;
    display: inline-block;
    width: 100%;
    background: #fafafa;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
}
#box-home-blog a.gl-button:link {
    margin: 0 auto;
}
#box-home-club {
    position: relative;
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}
.box-home-club {
    padding: 40px;
    text-align: center;
}
.home-club-item img {
    width: 30px;
    height: 30px;
    margin-top: 40px;
}
.home-club-item h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #000;
    text-transform: uppercase;
    padding: 0 15px;
    margin-top: 30px;
}
.home-club-item p {
    color: #707070;
    font-size: 14px;
    max-width: 250px;
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 20px;
}
.home-blog-item a:hover {
    text-decoration: none;
}
.home-club-item a:hover {
    text-decoration: none;
}
.home-group-item a:hover {
    text-decoration: none;
}
#box-home-club a.gl-button:link {
    margin: 0 auto;
    text-transform: uppercase;
}
.nav-tabs {
    border: 0;
}
.nav-pills .nav-link {
    color: #707070;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    border-bottom: 1px solid #000;
    color: #000;
    background: none;
    border-radius: 0;
}
.tab-content {
    padding-bottom: 40px;
}
#accordion h3 {
    text-align: left;
    margin: 0;
    font-size: 13px;
    padding: 20px 0;
    font-weight: 500;
    color: #000;
}
#login-form-wrap {
    max-width: 550px;
    margin: 0 auto;
}
#login-form-wrap .login-form {
    width: 100%;
}
#login-form-wrap-consensus {
    text-align: left;
}
#wrap-page-login input[type="checkbox"] {
    margin-top: 0;
    padding-top: 0;
}
#login-form-wrap-consensus #validation-news {
    padding: 5px;
}
#login-form-wrap-consensus #validation-req {
    padding: 5px;
}
#login-form-wrap-consensus #validation-req LABEL.error {
    position: absolute;
    margin-bottom: -12px;
    bottom: 0;
    left: 0;
}
#login-form-wrap-consensus #validation-news LABEL.error {
    position: absolute;
    margin-bottom: -12px;
    bottom: 0;
    left: 0;
}
#wrap-page-login-bt {
    padding: 20px 0;
}
.group-section-mobile {
    width: 100%;
    position: relative;
}
.group-section-mobile img {
    width: 100%;
    height: auto;
}
.cookiepolicy {
    z-index: 9999;
    background: #fff;
    bottom: 0;
    left: 0;
    padding: 15px 50px;
    font-size: 11px;
    position: fixed;
    right: 0;
    text-align: center;
}
.cookiepolicy .button-cookie {
    background: #000;
    border-radius: 4px;
    font-weight: 12px;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
    padding: 5px 10px;
}
a.button-cookie:hover {
    background: #404040;
}
.cookiepolicy a:not([href]):not([tabindex]) {
    color: #fff;
}
.tag-text {
    position: relative;
    width: 66.666%;
    float: left;
    margin-top: 40px;
}
.tag-text p {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
}
.les-1 {
    display: flex;
    align-items: normal;
    justify-content: center;
}
.les-1-1 {
    float: left;
    width: 60%;
}
.les-1-2 {
    float: left;
    width: 40%;
    padding: 20px;
}
.les-1-2 img {
    padding: 10px;
}
.les-2 {
    display: flex;
    align-items: normal;
    justify-content: center;
}
.les-2 img {
    padding: 10px;
}
.les-2-1 {
    width: 60%;
    float: left;
}
.les-2-2 {
    width: 40%;
    float: left;
}
.les-2-2-1 {
    width: 50%;
    float: left;
    position: relative;
}
.les-2-2-2 {
    width: 50%;
    float: left;
    position: relative;
}
.les-2-2-3 {
    width: 100%;
    float: left;
    position: relative;
}
.les-3 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.les-3 img {
    padding: 10px;
}
.les-3-1 {
    width: 60%;
    float: left;
}
.les-3-2 {
    width: 40%;
    float: left;
}
.les-3-1-1 {
    width: 33.333%;
    float: left;
    position: relative;
}
.les-3-1-2 {
    width: 66.666%;
    float: left;
    position: relative;
}
.les-4 {
    display: flex;
    align-items: normal;
    justify-content: center;
}
.les-4 img {
    padding: 10px;
}
.les-4-1 {
    width: 40%;
    float: left;
}
.les-4-2 {
    width: 60%;
    float: left;
}
.les-4-1-1 {
    width: 50%;
    float: left;
    position: relative;
}
.les-5 img {
    padding: 10px;
}
.les-5 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.les-5-1 {
    width: 60%;
    float: left;
}
.les-5-2 {
    width: 40%;
    float: left;
}
.les-5-1-1 {
    width: 100%;
    float: left;
    position: relative;
}
.les-5-2-1 {
    width: 100%;
    float: left;
    position: relative;
}
.les-5 img {
    padding: 10px;
}
.les-6 {
    display: flex;
    align-items: normal;
    justify-content: center;
}
.les-6 img {
    padding: 10px;
}
.les-6-1 {
    width: 40%;
    float: left;
}
.les-6-2 {
    width: 60%;
    float: left;
}
.les-6-1-1 {
    width: 100%;
    float: left;
    position: relative;
}
.les-6-2-1 {
    width: 100%;
    float: left;
    position: relative;
}
.les-tag {
    color: #000;
    text-align: center;
    padding: 6px;
    right: 0;
    position: absolute;
    top: 0;
    margin-top: 20px;
    margin-right: 20px;
}
.tag-p {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    background: #000;
    color: #fff;
    right: 0;
    left: 0;
    top: 50%;
    margin-top: -20px;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
}
#box-profil input {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #d2d2d2;
    font-weight: 400;
    color: #000;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    font-size: 14px;
}
#box-profil input[type="submit"] {
    color: #fff;
    max-width: 250px;
}
#box-profil-user-con label {
    font-size: 13px;
    color: #000;
    padding: 10px 0;
    line-height: 18px;
}
.activity img {
    padding: 40px;
}
.activity span {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 20px 0;
}
#box-information-right-wrap.company img {
    padding: 20px;
}
#cart-empty {
    text-align: center;
    color: #8b8b8b;
    padding: 20px 0 40px;
}
#box-information-newsletter .col50 label {
    width: 100%;
}
#first-step-paymant-box-right-box input.error {
    border-bottom: 1px solid #d96a6a;
}
#first-step-paymant-box-right-box input.valid {
    border-bottom: 1px solid #0e7b00;
}
#first-step-paymant-box-right-box textarea.error {
    border-bottom: 1px solid #d96a6a;
}
.club-input-sms input.error {
    border: 1px solid #d96a6a;
}
.address label.error {
    color: #bc0000;
    line-height: 18px;
    margin: 0;
    padding-top: 5px;
    font-size: 9px;
    text-transform: uppercase;
}
#box-user-password input.error {
    border: 1px solid #d96a6a;
}
.box-header-slider {
    padding: 12px 0;
    width: 100%;
    position: relative;
    font-size: 13px;
}
.box-cart-right {
    width: 35%;
    display: table-cell;
    background: #fff;
}
.box-cart-left {
    width: 65%;
    display: table-cell;
}
.hedCart_login_right {
    border: 1px solid #d9d9d9;
}
.offer-product-list-wrap .box-list-product-price span {
    padding-bottom: 20px;
}
.offer-product-list-wrap span {
    color: #bababa;
}
.offer-product-list-wrap .box-list-product-price span {
    color: #000;
}
a.pass:link {
    color: #000;
    font-size: 13px;
    float: right;
    padding: 15px 0;
}
a.pass:hover {
    text-decoration: underline;
}
a.pass:visited {
    color: #000;
}
.box-login-modal-title {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 20px 0;
    text-transform: none;
}
.box-login-modal-register {
    background: #fafafa;
    padding: 20px 0;
}
.box-login-modal-register span {
    padding-top: 0;
}
#box-login-modal {
    padding: 20px 20px 0;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.box-login-modal-register a:link {
    color: #000;
    font-weight: 500;
    max-width: 250px;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
.box-login-modal-register a:visited {
    color: #000;
}
.box-login-modal-register a:hover {
    color: #7b7571;
}
.box-login-modal input[type="submit"] {
    background: #000;
    border: 1px solid #000;
    font-size: 14px;
    max-width: 250px;
    text-transform: none;
    margin: 0 auto;
    font-weight: 500;
}
.box-login-modal input[type="submit"]:hover {
    background: #b40000;
    border: 1px solid #b40000;
}
.cashbox-wrap {
    margin: 0 20px;
}
.box-pay-de {
    display: inline-block;
    width: 100%;
}
.box-pay-login-wrap {
    padding: 20px;
}
#box-information li.selected {
    font-weight: 500;
}
label.error {
    color: #d96a6a;
    line-height: 18px;
    margin: 0;
    padding-top: 5px;
    font-size: 11px;
}
#box-contact-bottom input.error {
    border: 1px solid #d96a6a;
}
#box-contact-bottom select.error {
    border: 1px solid #d96a6a;
}
#box-contact-bottom textarea.error {
    border: 1px solid #d96a6a;
}
.summary-basket {
    padding-top: 0;
    margin-bottom: 15px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}
.summary-basket span:first-child {
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 13px;
    color: #000;
}
.summary-basket span:nth-last-child(1) {
    font-size: 11px;
    color: #000;
    padding-bottom: 5px;
}
.summary-basket span:nth-last-child(2) {
    font-size: 11px;
    color: #000;
    padding-bottom: 5px;
}
.summary-basket span {
    display: block;
    font-size: 10px;
    color: #707070;
    padding-bottom: 5px;
}
.summary-basket div {
    float: left;
    width: 33.333%;
    font-size: 13px;
    display: table-row;
}
.fourth-step-paymant-wrap {
    padding: 20px 40px 40px;
    background: #fff;
    font-size: 13px;
}
.box-pay-de div:first-child {
    color: #c61d17;
    float: left;
    line-height: 27px;
    padding-right: 10px;
    padding-left: 30px;
}
.box-pay-de div:last-child {
    color: #c61d17;
    font-size: 13px;
    float: left;
    line-height: 27px;
}
.box-pay-op {
    line-height: 50px;
}
.pickup {
    padding: 10px;
}
.pickup select {
    border: 1px solid #e8e8e8;
    height: 38px;
    color: #000;
    width: 100%;
    display: block;
    padding: 4px;
    font-size: 13px;
    border-radius: 2px;
    box-shadow: 0 14px 7px -18px #ccc inset;
}
.inpost {
    padding: 10px;
}
.store {
    padding: 20px 10px;
}
#cart-empty-back a:link {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: 0 solid #707070;
    display: block;
    color: #000;
    font-size: 13px;
}
#cart-empty-back a:hover {
    color: #7b7571;
}
.show-3d {
    display: inline-block;
}
.show-video {
    display: inline-block;
}
.add-big span {
    display: none;
}
.active .dot {
    background-color: #717171;
}
.dot {
    height: 12px;
    width: 12px;
    background-color: #d9d9d9;
    border-radius: 50%;
    display: inline-block;
}
.rwd-cart-name {
    padding-top: 15px;
    padding-bottom: 5px;
}
.rwd-cart-detali {
    padding-bottom: 5px;
}
.rwd-cart-price {
    padding-bottom: 5px;
}
.rwd-cart-qun {
    padding-bottom: 15px;
}
.box-cart-left-wrap {
    padding: 10px 90px 0 20px;
}
.list-product-seo {
    padding-bottom: 20px;
    width: 100%;
    position: relative;
    display: inline-block;
}
.list-product-seo p {
    color: #000;
    font-size: 13px;
    text-align: left;
    padding: 5px 0;
}
.list-product-seo h1 {
    font-size: 18px;
    text-align: left;
    padding: 10px 0 20px;
    margin: 0;
    text-transform: none;
    font-weight: 600;
    width: 100%;
    float: left;
}
.list-product-seo h2 {
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
    margin: 0;
    text-transform: none;
    width: 100%;
    color: #000;
    font-weight: 600;
}
.list-product-seo h3 {
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
    margin: 0;
    text-transform: none;
    width: 100%;
    color: #000;
    font-weight: 600;
}
.list-product-seo h4 {
    font-size: 14px;
    text-align: left;
    padding: 10px 0;
    margin: 0;
    text-transform: none;
    width: 100%;
    color: #000;
    font-weight: 600;
}
.fancybox-show-infobar .fancybox-bg {
    background: #fff;
    opacity: 1;
}
.fancybox-button--play {
    display: none;
}
.fancybox-button--fullscreen {
    display: none;
}
.fancybox-button--thumbs {
    display: none;
}
.bx-wrapper img {
    max-width: 500px;
    margin: 0 auto;
}
#nav-top-wrap ul {
    float: right;
}
.offer-product-list-look div.box-promo-price {
    border-bottom: 0;
}
#drop-filtr-h .nav-tabs > li {
    background: #fff;
    border: 1px solid #d8d8d8;
    color: #fff;
    width: 100%;
    border-radius: 6px;
}
.img-l {
    padding: 20px;
}
.box-menu-banner {
    float: left;
    margin-top: 0;
    max-width: 174px;
    margin-right: 40px;
}
.div img {
    width: 100%;
    height: auto;
    padding: 5px 0;
    max-width: 170px;
}
#home-slider-static-3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
}
.home-slider-static-2 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    margin-bottom: 60px;
    display: inline-grid;
}
.home-slider-static-2.gender {
    margin-bottom: 0;
    top: 40%;
    bottom: auto;
}
.home-slider-static-2 h2 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.44px;
    text-transform: uppercase;
}
#home-slider-static {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30%;
    margin-top: -40px;
}
#home-slider-static h1 {
    color: #fff;
    font-size: 43px;
    max-width: 400px;
    margin: 0 auto;
    letter-spacing: 2.94px;
}
#home-slider-static a.gl-button {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    background: none;
    min-width: 160px;
    text-transform: uppercase;
}
#home-slider-static a.gl-button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    text-decoration: none;
}
#box-dynamic-banner-wrap a.gl-button {
    display: inline-block;
    border: 1px solid #fff;
    color: #000;
    background: #fff;
    min-width: 160px;
    margin: 0 auto;
}
#box-dynamic-banner-wrap a.gl-button:visited {
    border: 1px solid #fff;
    color: #000;
    background: #fff;
}
#box-dynamic-banner-wrap a.gl-button:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.home-slider-static-2 span:first-child {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
}
.home-slider-static-2 span {
    color: #fff;
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 500;
}
#home-slider-static-3 a.gl-button:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
#home-slider-static-3 a.gl-button {
    display: inline-block;
    border: 1px solid #fff;
    color: #000;
    background: #fff;
    min-width: 160px;
}
#cd-cart-h {
    display: flex;
    width: 100%;
    padding: 20px;
    position: relative;
    font-weight: 600;
}
#topBarHeaderRight .btn-primary {
    background: none;
    border: none;
    color: #fff;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 10px;
}
#topBarHeaderRight .dropdown-menu > li > a {
    text-align: center;
    padding: 5px;
    color: #fff;
}
#topBarHeaderRight .dropdown-menu {
    padding: 0;
}
#box-home-section-1 {
    padding-bottom: 40px;
}
#box-home-section-2 {
    padding-bottom: 40px;
    max-width: 1240px;
    margin: 0 auto;
}
#box-home-section-3 {
    padding-bottom: 0;
    max-width: 1240px;
    margin: 0 auto;
}
#box-home-section-4 {
    padding-bottom: 0;
    max-width: 1240px;
    margin: 0 auto;
}
#cd-cart-h {
    border-bottom: 1px solid #f5f5f5;
}
.box-shopping-cart-product td {
    height: 90px;
}
.box-header-slider div {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.footer-box-left {
    width: 25%;
    float: left;
}
.login-form select {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background: none;
    color: #000;
    display: table-cell;
    font-size: 13px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-top: 12px;
    width: 100%;
}
a.gl-button:link {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    max-width: 200px;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 13px;
    text-transform: none;
    border-radius: 4px;
}
a.gl-button:visited {
    color: #fff;
}
a.gl-button:hover {
    background: #b40000;
    border: 1px solid #b40000;
    color: #fff;
    text-decoration: none;
}
#box-home-collection {
    padding-bottom: 40px;
    max-width: 1240px;
    margin: 0 auto;
}
#box-home-product div.box-promo-price {
    border: none;
}
#box-home-product a.gl-button {
    margin: 0 auto;
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
#box-home-product a.gl-button:hover {
    border: 1px solid #b40000;
    background: #b40000;
    color: #fff;
}
#box-home-limited a.gl-button {
    margin: 0 auto;
    color: #fff;
    border: 1px solid B40000;
    max-width: 300px;
}
#box-home-limited a.gl-button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.bl-title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 21px;
    display: block;
    padding-top: 40px;
}
.bl-text {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
}
#box-home-newsletter {
    text-align: center;
    width: 100%;
    padding: 0;
    clear: both;
    background: #fff 0 0 no-repeat padding-box;
    opacity: 0.9;
    display: inline-block;
    max-width: 600px;
    padding: 20px;
    margin: 30px 50px;
}
#box-home-newsletter a.gl-button {
    margin: 0 auto;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    max-width: 200px;
    width: 100%;
    float: left;
    font-weight: 500;
    text-transform: none;
}
#box-home-newsletter a.gl-button:hover {
    background: #b40000;
    border: 1px solid #b40000;
    color: #fff;
}
.bn-title {
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 21px;
    display: block;
    padding-top: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.bn-text {
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #000;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}
#box-home-campagne a.gl-button {
    text-transform: uppercase;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #000;
    background: #000;
    max-width: 300px;
}
#box-home-campagne a.gl-button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.bc-title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 21px;
    display: block;
    padding-top: 40px;
}
.bc-text {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
}
#homeBox-4-product {
    text-align: center;
    padding: 0 20px;
}
#homeBox-4-product a.gl-button {
    display: inline-block;
    min-width: 200px;
    margin: 0 15px;
}
#homeBox-4-product h1 {
    font-size: 51px;
    color: #e8e5e4;
    border-bottom: 1px solid #e8e5e4;
    font-weight: 500;
    letter-spacing: 4.5px;
    max-width: 500px;
    padding-top: 0;
    margin: 0 auto;
}
#homeBox-4-product p {
    text-align: center;
    padding-bottom: 20px;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 20px;
}
#homeBox-4-product-2 {
    text-align: center;
    padding: 0 20px;
    width: 100%;
    margin-top: -30px;
}
#homeBox-4-product-2 a.gl-button {
    display: inline-block;
    min-width: 200px;
    background: #fff;
    margin: 0 15px;
}
#homeBox-4-product-2 a.gl-button:hover {
    background: #363636;
    border: 1px solid #363636;
    color: #fff;
}
.group-section-1 img:first-child {
    padding-right: 5px;
}
.group-section-1 img:last-child {
    padding-left: 5px;
}
a.add-cart,
a.add-cart-holder {
    color: #fff;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    font-weight: 600;
}
a.add-cart:link {
    color: #fff;
}
a.add-cart:not([href]):not([tabindex]) {
    color: #fff;
}
#bt-availability,
.panel-title > a:active,
.panel-title > a:focus,
.panel-title > a:hover,
.read-more,
a.nav-toggle-footer,
a.nav-toggle-reg,
a:hover.add-cart,
a:hover.add-cart-holder {
    text-decoration: none;
}
.iconSearch:hover input#bns-input,
.read-more,
.remove-whishlist,
a.add-cart {
    cursor: pointer;
}
.cls-1,
.cls-2 {
    fill: #fff;
}
a:focus,
img,
input:focus {
    outline: 0;
}
a.add-cart {
    background: #000;
    font-size: 13px;
    border: 1px solid #000;
}
a:hover.add-cart {
    background: #b40000;
    border: 1px solid #b40000;
}
a.add-cart-holder {
    background: #000;
    font-size: 13px;
    border: 1px solid #000;
}
.box-cam-l-1,
.box-cam-l-2 {
    width: 50%;
    float: left;
}
a:hover.add-cart-holder {
    background: #a62824;
    border: 1px solid #242424;
}
.box-cam-l-2 {
    position: relative;
    margin-top: 60px;
    margin-left: -40px;
}
.box-cam-l-3,
.box-cam-l-3-r {
    margin-top: 190px;
}
.box-cam-l-2-w {
    position: absolute;
    max-width: 300px;
}
.box-cam-l-3 {
    position: relative;
    width: 100%;
    float: left;
    display: block;
}
.box-cam-l-3-l,
.box-cam-l-3-r,
.box-cam-r-8-lb {
    width: 50%;
    float: left;
}
.box-cam-r-8-lb {
    margin-top: -30px;
}
.box-cam-l-4 {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    margin-left: 90px;
}
.box-cam-l-4-w {
    margin-top: -90px;
}
.box-cam-l-4-l {
    width: 50%;
    float: left;
    margin-top: 90px;
}
.box-cam-l-4-l-w {
    margin-left: 40px;
}
.box-cam-l-4-r {
    width: 50%;
    float: left;
    position: relative;
    margin-top: 40px;
    margin-left: 0;
}
.box-cam-l-4-r-w {
    position: absolute;
    maegin-left: -50px;
    margin-left: 50px;
    margin-top: -150px;
}
.box-cam-l-5,
.box-cam-l-6,
.box-cam-l-6-r,
.box-cam-l-7,
.box-cam-l-8 {
    position: relative;
}
.box-cam-l-5 {
    width: 100%;
    float: left;
    display: block;
    margin-top: 30px;
}
.box-cam-l-5-l {
    width: 50%;
    float: left;
}
.box-cam-l-5-l-w1 {
    float: left;
    width: 70%;
}
.box-cam-l-5-l-w2 {
    float: left;
    width: 30%;
    margin-top: 50%;
    padding-left: 30px;
}
.box-cam-l-5-r {
    width: 50%;
    float: left;
    margin-top: -30px;
}
.box-cam-l-5-r-w1 {
    float: left;
    width: 30%;
    padding-right: 30px;
}
.box-cam-l-5-r-w2 {
    float: left;
    width: 70%;
}
.box-cam-l-6,
.box-cam-l-6-l {
    width: 100%;
    float: left;
}
.box-cam-l-6 {
    display: block;
}
.box-cam-l-6-l-w1 {
    float: left;
    width: 50%;
    padding-right: 30px;
    margin-top: 50px;
}
.box-cam-l-6-l-w2 {
    float: left;
    width: 40%;
}
.box-cam-l-6-r-w2 {
    float: left;
    width: 50%;
    margin-top: 350px;
    padding-left: 40px;
}
.box-cam-l-7-w3 {
    float: left;
    width: 40%;
}
.box-cam-l-8-l-w2 {
    float: left;
    width: 30%;
    margin-top: 50%;
    padding-left: 30px;
}
.box-cam-l-8-l {
    width: 50%;
    float: left;
}
.box-cam-l-8-l-w1 {
    float: left;
    width: 70%;
    margin-top: 90px;
}
.box-cam-l-8-l-w3 {
    float: left;
    width: 70%;
    margin-top: 40px;
}
.box-cam-l-6-r {
    width: 100%;
    float: left;
    margin-top: -150px;
    margin-left: -40px;
}
.box-cam-l-6-r-w1 {
    float: left;
    width: 50%;
}
.box-cam-l-7 {
    width: 100%;
    float: left;
    display: block;
}
.box-cam-l-7-wl {
    width: 80%;
    float: right;
    margin-top: 50px;
}
.box-cam-l-7-w2 {
    float: left;
    width: 60%;
}
.box-cam-l-8 {
    width: 100%;
    float: left;
    display: block;
    margin-top: 30px;
}
.box-camp-model {
    padding-bottom: 30px;
    padding-top: 0;
}
.box-camp-model h2 {
    color: #000;
    font-size: 15px;
    text-align: left;
    padding-bottom: 0;
}
.box-camp-model h3 {
    font-weight: 100;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: left;
    font-size: 13px;
    color: #8b8b8b;
}
.box-camp-model span {
    color: #000;
    font-size: 14px;
    text-align: left;
}
.box-camp-model a:link {
    border: 1px solid #000;
    color: #000;
    padding: 7px;
    display: block;
    width: 120px;
    margin-top: 5px;
}
.box-camp-model a:hover {
    background: #000;
    color: #fff;
}
.box-camp-model.camp-left h2,
.box-camp-model.camp-left h3 {
    text-align: right;
}
.box-camp-model.camp-left span {
    text-align: right;
    display: block;
}
#box-information-right-wrap img {
    padding: 0;
}
#left-menu-con a.nav-toggle-footer {
    color: #000;
}
.offer-product-list-wrap span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 190px;
    margin: 0 auto;
    display: block;
    font-size: 13px;
}
.location-icon,
.whishlist-icon,
.cart-icon,
.sizes-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-grid;
    left: 0;
    cursor: pointer;
}
.whishlist-icon {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/fav.svg);
}
.cart-icon {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/bag_w.svg);
}
.whishlist-icon.red {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/favC.svg);
}
.location-icon {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/location_g.svg);
}
.sizes-icon {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/sizes.svg);
    margin: 0;
    width: 18px;
    height: 16px;
}
#list-product-page-wrap {
    padding: 0 15px;
    margin-top: 20px;
}
#box-information-club,
#box-information-newsletter {
    max-width: 1240px;
    border-top: 0 solid #dfdfdf;
    border-bottom: 0 solid #dfdfdf;
    margin: 0 auto;
    width: 100%;
    display: block;
    font-size: 13px;
    color: #000;
}
#product-desc,
.list-wrap-product {
    width: 100%;
    border-bottom: 0 solid #d8d8d8;
}
#box-information-club p {
    padding: 10px 0;
    max-width: 250px;
    margin: 0 auto;
    min-height: 100px;
}
#box-information-newsletter .col50 label img {
    margin-right: 30px;
}
#box-information-newsletter .col50 label {
    padding-bottom: 20px;
}
#results {
    margin-left: -150px;
    position: absolute;
    margin-top: 51px;
    background: #fff;
    min-width: 450px;
}
a.bt-look:link {
    color: #000;
    text-transform: uppercase;
    padding: 20px 0;
    display: block;
    max-width: 250px;
    margin: 0 auto;
}
#view-look h2 {
    font-size: 13px;
    font-weight: 400;
    padding: 15px 0 5px;
    letter-spacing: 1px;
    color: #000;
}
#view-look span {
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    color: #8b8b8b;
}
#product-desc {
    padding-top: 20px;
}
#results-promo {
    border-right: 1px solid #f3f3f3;
}
#results-promo .results-promo-h {
    background: #f3f3f3;
    padding: 15px 0;
    width: 100%;
    display: #000;
    margin: 0;
    font-size: 13px;
    color: #868686;
}
#results-promo .results-promo-name,
#results-promo .results-promo-price {
    color: #000;
    width: 100%;
    display: block;
    padding: 2px 0;
    font-size: 13px;
}
#results-promo .results-promo-model {
    color: #868686;
    width: 100%;
    display: block;
    padding: 2px 0;
    font-size: 10px;
}
#results-promo .results-promo-bt {
    color: #000;
    font-size: 13px;
    padding: 20px 0;
}
#wpc_landing h1,
#wpc_landing h4 {
    padding-top: 20px;
    padding-bottom: 40px;
    max-width: 900px;
    margin: 0 auto;
    text-transform: lowercase;
    font-weight: 500;
    text-align: center;
}
#results-promo img {
    padding: 0 20px;
}
#wpc_landing h1 {
    font-size: 29px;
}
#wpc_landing h3 {
    text-transform: lowercase;
    padding-top: 20px;
    font-weight: 500;
}
#wpc_landing h2 {
    font-size: 13px;
    max-width: 900px;
    margin: 0 auto;
}
#wpc_landing h4 {
    font-size: 29px;
}
#box-information-left-i {
    position: relative;
}
#box-information-left-i ul {
    margin: 0 auto;
    display: table;
}
#box-information-right-i {
    float: right;
}
.list-wrap-product {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 10;
    background: #fff;
    border-left: 0 solid #dfdfdf;
}
.list-wrap-product.bw {
    left: 0;
}
span.variants-sizes-h {
    color: ##bababa;
    font-size: 13px;
    padding: 10px 0;
    display: block;
    text-transform: lowercase;
}
.variants-color img {
    max-width: 50px;
    width: 100%;
    height: auto;
    display: inline-block;
}
.variants-sizes-list {
    padding: 10px 0;
    text-align: left;
}
.variants-sizes-list a:link {
    color: #000;
    padding: 0 5px;
    font-size: 11px;
}
.variants-sizes-list a:hover {
    color: #000;
}
.variants-sizes-list a:visited {
    color: #bababa;
}
.variants-sizes-list span {
    padding: 0;
}
.list-wrap:hover .list-wrap-product {
    display: block;
}
.group-section-1 {
    position: relative;
    overflow: hidden;
    width: 50%;
}
#topBarHeaderLeft {
    float: left;
    width: 33.333%;
}
#topBarHeaderRight {
    width: 33.333%;
}
#topBarHeaderCenter {
    float: left;
    width: 33.333%;
}
#topBarHeaderCenter span {
    line-height: 40px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1.5px;
    color: #d0d0d0;
}
#topBarHeaderCenter span:hover,
#topBarHeaderLeft span:last-child:hover,
#topBarHeaderRight ul li a:hover {
    color: #d0d0d0;
}
#topBarHeaderCenter ul li {
    list-style: none;
    float: left;
    font-weight: 400;
    font-size: 10px;
    color: #d0d0d0;
    display: inline;
    text-align: center;
    width: 100%;
}
.bc-h1,
.bc-h2,
.bc-h3,
.cart-empty {
    display: block;
}
#box-home-product .nav-tabs > li {
    background: #fff;
    border: 0;
    color: #ababab;
}
#box-home-product .nav-tabs > li > a {
    color: #ababab;
}
#box-home-product .nav-tabs > li > a:hover {
    background: #fff;
}
.bc-h1,
.bc-h2,
.bc-h3,
.cart-empty {
    width: 100%;
}
#box-catalog {
    width: 100%;
    padding-top: 150px;
    color: #fff;
}
.bc-h1 {
    font-size: 50px;
    font-weight: 400;
}
.bc-h2 {
    font-size: 30px;
    padding-bottom: 50px;
}
.bc-h3 {
    font-size: 20px;
    padding-bottom: 40px;
}
#box-home-product .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
}
#box-home-product .nav-tabs > li.active > a {
    border-bottom: 1px solid #000;
    color: #000;
}
.parallax-window-campagne,
.parallax-window-limited {
    min-height: 250px;
    background: 0 0;
}
.caretList,
.caretList.up {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downMenu.svg);
}
#menu-logo {
    line-height: 65px;
}
#drop-filtr-h {
    width: 20%;
    float: left;
}
#drop-filtr {
    width: 80%;
    float: left;
}
.logou-wrap {
    float: left;
    min-width: 180px;
    text-align: center;
}
.caretList,
.caretListW {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30%;
    width: 20px;
    height: 20px;
    display: inline-grid;
    float: right;
}
.caretListW {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/upMenuW.svg);
}
.caretListW.up {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downMenuW.svg);
}
.nav-tabs > li > a:hover {
    background: #7b7571;
    border: 0 solid #f5f5f5;
}
.nav-toggle-sidebar::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    transition: all 0.2s ease;
}
.nav-toggle-sidebar span,
.nav-toggle-sidebar.up span {
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 20%;
    width: 20px;
    height: 20px;
}
.post-header a,
.read-more {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.nav-toggle-sidebar span {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/LeftMenu.svg);
}
.nav-toggle-sidebar.up span {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/RightMenu.svg);
}
.section-sidebar h4 {
    font-size: 13px;
    margin: 0;
    color: #000;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
    text-align: left;
    border: 0 solid #d1d1d1;
    padding: 10px 12px 0;
    width: 100%;
}
#list-product-page .nav-tabs > li > a {
    text-align: left;
}
.nav-tabs > li > a:hover {
    background: #f6f6f6;
    color: #000;
    border: 0 solid #d1d1d1;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: none;
    color: #000;
    border: 0 solid #fafafa;
}
#drop-filtr.nav-tabs .dropdown-menu {
    background: #fff;
    padding: 10px;
    z-index: 888;
}
#drop-filtr .filter-j-color-box li {
    border: 1px solid #fafafa;
}
#nav-top-wrap #results ul {
    list-style: none;
    padding: 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
#results ul li {
    float: left;
    width: 100%;
    letter-spacing: 1px;
}
#results ul li a:link {
    padding: 6px 0;
    font-size: 13px;
    color: #000;
    text-align: left;
}
#box-sorting select {
    padding: 10px 5px;
    background-color: #fff;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downNew.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    text-transform: uppercase;
    font-size: 11px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: 1px solid #eaeaea;
    min-width: 150px;
}
.f-check:hover,
.nav-tab-menu a {
    background: #fff;
}
.box-menu-line {
    border-top: 1px solid #dfdfdf;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
}
#topBarHeaderLocation {
    float: right;
    padding-right: 0;
    width: auto;
}
#topBarHeaderLocation ul {
    width: auto;
}
#topBarHeaderLocation ul li {
    list-style: none;
    float: left;
    font-weight: 400;
    font-size: 10px;
    color: #d0d0d0;
    text-align: left;
    display: inline;
    line-height: 40px;
}
#topBarHeaderLocation ul li span {
    font-size: 11px;
    margin-right: 10px;
    color: #d0d0d0;
}
.list-wrap {
    border-bottom: 0 solid #dfdfdf;
}
.f-check {
    padding: 10px 12px;
    border: 1px solid #6e001e;
    text-align: center;
    border-radius: 6px;
    float: left;
    margin: 2px;
    font-size: 13px;
}
.f-check span {
    display: inline-flex;
    font-weight: 400;
}
.f-check img {
    display: inline-flex;
    padding: 2px;
    margin-left: 5px;
}
.f-check a:link,
.f-check a:visited {
    color: #6e001e;
}
.f-check:hover {
    opacity: 0.6;
}
.nav-tab-menu a {
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.nav-tab-menu a:hover {
    background: 0 0;
    color: #a6a6a6;
}
.nav-tab-menu a:visited {
    background: #fff;
    color: #000;
}
.group-section-1:hover .promo-product-f-stage-bt {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
#menu-ham {
    display: none;
    float: left;
    text-align: center;
}
#menu-ham button {
    display: inline-block;
    background-color: transparent;
    border: none;
    padding-top: 22px;
    line-height: 0;
    float: left;
    position: relative;
    z-index: 501;
}
.storelocator-panel .location-search input {
    width: 100%;
}
#box-instagram span,
#box-instagram span:first-child {
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
}
#box-instagram span:first-child {
    font-size: 14px;
    padding-bottom: 0;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
#box-instagram span {
    font-size: 24px;
    padding-bottom: 0;
    font-weight: 500;
    padding-top: 10px;
    text-transform: uppercase;
}
.wrap-backstage,
.wrap-blog {
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
}
#box-contact-top {
    margin: 0 auto;
    max-width: 1240px;
}
.wrap-backstage span:first-child,
.wrap-blog span:first-child {
    color: #000;
    letter-spacing: 2px;
    font-size: 40px;
    display: block;
}
.wrap-backstage {
    top: 0;
}
.wrap-blog {
    bottom: 0;
}
.variants-bg img {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
}
.wrap-backstage span:first-child {
    padding-bottom: 0;
    width: 100%;
    padding-left: 70px;
    padding-top: 70px;
}
.wrap-backstage span {
    color: #000;
}
.wrap-blog span:first-child {
    width: 100%;
    padding-left: 90px;
    padding-bottom: 60px;
}
.box-contac-stage-0 h4,
.box-contac-stage-1 h4 {
    text-align: left;
    color: #000;
    font-size: 15px;
    padding: 20px 0;
    font-weight: 500;
}
.wrap-blog span {
    color: #000;
}
.box-contac-stage-0 {
    width: 100%;
    float: left;
    text-align: left;
}
.box-contac-stage-1 {
    width: 50%;
    text-align: left;
    float: left;
}
#contact #box-information {
    border-top: 0;
}
#box-whishlist-empty {
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    padding-bottom: 70px;
}
#box-whishlist-empty span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #8b8b8b;
}
#box-whishlist-info {
    border-top: 0 solid #dfdfdf;
    padding-top: 40px;
    padding-bottom: 80px;
}
#box-whishlist-info span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #4a4a4a;
}
#box-whishlist-info a {
    background: #363636;
    padding: 12px 0;
    letter-spacing: 0;
    width: 100%;
    color: #fff;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    max-width: 250px;
    margin: 40px auto 0;
    border: 1px solid #363636;
}
#box-whishlist-info a:hover {
    background: #242424;
    border: 1px solid #242424;
}
.promo-product-f-stage-1 {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 60px;
    text-align: center;
}
.promo-product-f-stage-2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 60px;
    text-align: center;
}
.group-section-1 a,
.group-section-5 a {
    position: relative;
    display: block;
    overflow: hidden;
}
.promo-product-f-stage-name {
    display: block;
    font-size: 21px;
    color: #363636;
}
#more-info,
#more-info-a {
    font-size: 11px;
}
.promo-product-f-stage-model {
    display: block;
    color: #8b8b8b;
    padding-top: 10px;
}
.promo-product-f-stage-bt {
    border: 1px solid #363636;
    color: #363636;
    width: 120px;
    display: block;
    padding: 10px;
    font-weight: 400;
    left: 0;
    margin-left: 40px;
}
#more-info,
#more-info-a,
.read-more,
.read-more:hover {
    color: #000;
}
.promo-product-f-stage-bt.right {
    right: 0;
    float: right;
    margin-right: 40px;
}
.group-section-1 img {
    height: auto;
    width: 100%;
    display: block;
}
#minicart-wrap,
#nav-box-user {
    -webkit-overflow-scrolling: touch;
}
.group-section-5 img {
    height: auto;
    width: 100%;
    display: block;
}
#box-information-menu-f ul li:before,
#box-information-menu-s ul li:before {
    content: "";
    height: 100%;
    vertical-align: middle;
}
#more-info-a {
    width: 100%;
    display: block;
}
#more-info {
    display: none;
    width: 100%;
}
.read-more {
    transition: all 0.5s ease-in-out;
    font-weight: 500;
}
.owl-carousel-wrap {
    max-width: 600px;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 666;
}
.owl-carousel-wrap h2 {
    text-align: center;
    color: #000;
    letter-spacing: 1.5px;
}
.owl-carousel-wrap h3 {
    text-align: center;
    color: #725747;
    margin: 0;
    font-size: 39px;
    padding-top: 0;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
}
#slide-new h1,
#slide-premium h1,
#slide-sale h1 {
    padding: 10px 0;
    margin: 0;
    letter-spacing: 1.5px;
    text-align: center;
}
#slide-new h1,
#slide-premium h1 {
    font-size: 19px;
    color: #000;
}
#slide-new span,
#slide-premium span {
    text-align: center;
    color: #725747;
    margin: 0;
    font-size: 39px;
    padding-top: 0;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
    display: block;
}
#slide-sale h1 {
    color: #fff;
    font-size: 19px;
}
#slide-sale span {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 39px;
    padding-top: 0;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
    display: block;
}
#slide-sale a,
#slide-sale a:link,
#slide-sale a:visited {
    color: #630a10;
}
#slide-premium h2 {
    color: #000;
    font-size: 18px;
}
#slide-premium a,
#slide-premium a:visited {
    color: #fff;
}
#slide-premium a:link {
    color: #fff;
    background: #725747;
}
#slide-premium a:hover {
    background: #242424;
}
#slide-action a,
#slide-action a:link,
#slide-action a:visited {
    color: #fff;
    background: #875115;
}
#slide-action a:hover {
    color: #fff;
    background: #ce7c00;
}
#slide-bt-1 a,
#slide-bt-1 a:link,
#slide-bt-1 a:visited {
    color: #000;
    background: #fff;
}
#slide-bt-1 a:hover {
    color: #000;
    background: #d6d6d6;
}
#slide-bt-2 a,
#slide-bt-2 a:link,
#slide-bt-2 a:visited {
    color: #fff;
    background: #c40000;
}
#slide-bt-2 a:hover {
    color: #fff;
    background: #970000;
}
#slide-bt-3 a,
#slide-bt-3 a:link,
#slide-bt-3 a:visited {
    color: #fff;
    background: #363636;
}
#slide-bt-3 a:hover {
    color: #fff;
    background: #000;
}
.owl-carousel-wrap a:link,
.owl-carousel-wrapa:visited {
    background: #eae8e4;
    color: #725747;
}
.owl-carousel-wrap a {
    color: #725747;
}
.owl-carousel-wrap a:link {
    width: 150px;
    display: inline-block;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 10px 0;
    margin: 0 10px;
    font-weight: 400;
    text-transform: uppercase;
}
#box-user-login h2,
#box-user-login p {
    padding-bottom: 0;
    padding-top: 20px;
    text-align: left;
    font-size: 13px;
}
#box-user-login p {
    padding-bottom: 20px;
    font-weight: 500;
}
.owl-carousel-wrap a:hover {
    background: #a6a6a6;
    color: #fff;
}
.swiper-pagination-bullet {
    opacity: 1;
    background: #a3998d;
}
#minicart-bg,
#nav-box-user-bg {
    left: 0;
    z-index: 9998;
    opacity: 0.2;
}
#box-user-login {
    max-width: 400px;
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}
.bpuc-wrap,
.bpuc-wrap-l,
.bpuc-wrap-r {
    float: left;
}
#box-user-login input {
    border-bottom: 1px solid #dfdfdf;
    background: 0 0;
    padding: 15px 10px;
    width: 100%;
    margin: 0 auto;
    color: #717171;
    text-align: left;
    display: block;
}
#box-user-login input[type="submit"] {
    background: #000;
    text-transform: none;
    font-weight: 500;
    border: 1px solid #000;
    padding: 12px 0;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    display: block;
    text-align: center;
    max-width: 200px;
    cursor: pointer;
    float: none;
}
#box-user-login input[type="submit"]:hover {
    background: #b40000;
    border: 1px solid #b40000;
    color: #fff;
}
#box-user-password input {
    font-size: 13px;
    border-bottom: 1px solid #dfdfdf;
    background: 0 0;
    padding: 15px 10px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    text-align: left;
    display: block;
}
#box-user-password input[type="submit"] {
    background: #000;
    text-transform: none;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 12px 0;
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: center;
    max-width: 200px;
    cursor: pointer;
    float: none;
}
#box-user-password input[type="submit"]:hover {
    background: #b40000;
    border: 1px solid #b40000;
    color: #fff;
}
#box-user-password h2 {
    font-size: 20px;
    padding-bottom: 0;
    font-weight: 500;
    color: #767676;
    font-weight: 500;
    text-align: center;
    padding-bottom: 40px;
}
#box-user-login h2 {
    font-size: 20px;
    padding-bottom: 0;
    font-weight: 500;
    color: #767676;
    text-align: center;
    padding-bottom: 40px;
}
#box-profil-user-header {
    width: 100%;
    padding: 20px 0;
}
.bpuc-wrap-l img,
.bpuc-wrap-r {
    padding: 20px;
}
.bpuc-wrap {
    width: 50%;
}
.bpuc-wrap-r span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
}
.bpuc-wrap-r p {
    font-size: 13px;
    padding: 10px 0;
}
.bpuc-wrap-r a:link,
.bpuc-wrap-r a:visited {
    background: #000;
    border: 1px solid #000;
    padding: 5px 0;
    color: #fff;
}
.bpuc-wrap-r a {
    color: #fff;
    background: #363636;
    border: 1px solid #363636;
}
.bpuc-wrap-r a:link {
    display: inline-grid;
    width: 150px;
    text-align: center;
}
.bpuc-wrap-r a:visited {
    display: block;
}
#box-information-menu ul li,
#box-information-menu-c ul li {
    text-align: center;
    padding: 20px 0;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
}
.bpuc-wrap-r a:hover {
    background: #404040;
    border: 1px solid #404040;
    text-decoration: none;
    color: #fff;
}
#box-footer-newsletter input[type="submit"],
#box-footer-newsletter input[type="submit"]:hover {
    background: #363636;
    border: 1px solid #363636;
}
#box-footer-newsletter input {
    border-bottom: 1px solid #363636;
    background: 0 0;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    color: #363636;
    text-align: center;
    display: block;
}
#box-footer-newsletter input[type="submit"] {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}
#box-footer-newsletter input::-webkit-input-placeholder {
    color: #000;
}
#box-footer-newsletter input::-moz-placeholder {
    color: #000;
}
input#bns-input::-webkit-input-placeholder {
    font-size: 11px;
    color: #b2b2b2;
    font-weight: 400;
    padding: 0;
    margin: 0;
    text-align: left;
}
input#bns-input::-moz-placeholder {
    font-size: 11px;
    font-weight: 400;
    color: #b2b2b2;
    padding: 0;
    margin: 0;
    text-align: left;
}
.iconSearch:hover input#bns-input::-webkit-input-placeholder {
    color: #a6a6a6;
}
.iconSearch:hover input#bns-input::-moz-placeholder {
    color: #a6a6a6;
}
.iconSearch:hover input#bns-input:focus::-webkit-input-placeholder {
    color: transparent;
}
.iconSearch:hover input#bns-input:focus::-moz-placeholder {
    color: transparent;
}
.iconSearch:hover input#bns-input:focus {
    border-bottom: 0 solid #a6a6a6;
}
#box-information,
#box-information-menu-wrap {
    border-bottom: 0 solid #dfdfdf;
    display: block;
    width: 100%;
}
input#bns-input {
    text-align: left;
    line-height: 14px;
    margin: 0 10px;
    min-width: 280px;
    padding: 10px 5px 10px 0;
}
#box-footer-newsletter label {
    color: #363636;
}
.zoom {
    cursor: url(https://cdn.wojas.eu/media/images/pl/svg/zoom.svg), auto;
}
#box-information-header h2 {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    color: #000;
    letter-spacing: 0.8px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}
#cart h2 {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #000;
    letter-spacing: 0.8px;
    font-size: 15px;
    font-weight: 500;
}
#box-information-menu {
    width: 100%;
}
#box-information-menu-wrap {
    max-width: 1366px;
    margin: 0 auto;
}
#box-information-menu ul li {
    width: 16.666%;
    font-size: 13px;
}
#box-information-menu ul li a:link,
#box-information-menu ul li a:visited {
    color: #000;
}
#box-information-menu ul li a:hover,
#box-information-menu ul li.selected a:link,
#box-information-menu ul li.selected a:visited {
    color: #ae8863;
}
#box-information {
    border-top: 0 solid #dfdfdf;
    font-size: 13px;
    color: #000;
}
#box-information p {
    padding: 10px 0;
}
#box-information-menu-f,
#box-information-menu-s {
    width: 100%;
}
#box-information-menu-f ul li {
    float: left;
    text-align: center;
    width: 14.285%;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    display: block;
    height: 60px;
}
#box-information-menu-f ul li:before {
    display: inline-block;
}
#box-information-menu-f ul li a:link {
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
#box-information-menu-f ul li.selected a:link,
#box-information-menu-f ul li.selected a:visited {
    color: #ae8863;
}
#box-information-menu-s ul li {
    float: left;
    text-align: center;
    width: 25%;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    display: block;
    height: 60px;
}
#box-information-menu-s ul li:before {
    display: inline-block;
}
#box-information-menu-s ul li a:link {
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
#box-information-menu-s ul li a:visited {
    color: #000;
}
#box-information-menu-s ul li a:hover,
#box-information-menu-s ul li.selected a:link,
#box-information-menu-s ul li.selected a:visited {
    color: #ae8863;
}
#box-information-menu-c {
    width: 100%;
}
#box-information-menu-c ul li {
    width: 25%;
    font-size: 13px;
}
#box-information-menu-c ul li a:link,
#box-information-menu-c ul li a:visited {
    color: #000;
}
#box-information-menu-c ul li a:hover,
#box-information-menu-c ul li.selected a:link,
#box-information-menu-c ul li.selected a:visited {
    color: #ae8863;
}
#bpat h2,
#bpat h3 {
    padding: 0 0 20px;
    text-align: left;
    color: #000;
    font-weight: 500;
}
#minicart-wrap,
#nav-box-user-wrap {
    max-width: 400px;
    top: 0;
    z-index: 999999999;
    opacity: 1;
}
#bpat {
    width: 100%;
}
#bpat h2 {
    font-weight: 500;
    font-size: 14px;
}
#bpat h3 {
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    color: #4a4a4a;
}
.bpati {
    color: #000;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.box-filtr-list {
    float: left;
    width: 25%;
}
.box-filtr-list-wrap {
    padding: 20px;
}
.bflw-h {
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.filtr-product-label,
.sort-product-label {
    line-height: 35px;
    width: auto;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #8c644f;
}
.sort-product-label {
    float: left;
    padding-right: 10px;
}
.select-filtr,
.select-sort-by {
    float: right;
    padding: 10px 0;
}
.filtr-product-label {
    float: left;
    padding-right: 15px;
}
.filtr-product-label a:link,
.filtr-product-label a:visited {
    color: #8c644f;
}
#box-filtr {
    width: 100%;
    background: #f6f4f3;
    min-height: 130px;
    position: absolute;
    z-index: 888;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
    display: none;
    margin-top: 55px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.popover {
    background: #242424;
    color: #9c9c9c;
    font-size: 11px;
}
.popover.bottom .arrow:after {
    border-bottom-color: #242424;
}
.popover.bottom .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
#box-club-form {
    width: 400px;
    margin: 0 auto;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
}
.box-club-p1 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
    margin: 0;
}
.box-club-p2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}
#premium-club h1 {
    font-size: 29px;
    font-weight: 500;
    padding: 40px 0;
}
#premium-club h2 {
    font-size: 15px;
    margin: 0;
}
#premium-club h3 {
    padding-top: 20px;
}
#premium-club .col30 p {
    min-height: 90px;
}
.cls-2 {
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 6px;
}
#validation-news LABEL.error,
#validation-req LABEL.error {
    color: #bc0000;
    font-size: 9px;
    line-height: 18px;
    width: 100%;
    float: none;
    padding: 0;
    margin-left: 0;
    text-transform: uppercase;
}
.dot {
    color: #6e001e;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin: 0 3px;
}
.checkbox label,
.radio label {
    padding-left: 0;
    font-size: 11px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-right: 10px;
    position: relative;
    margin-left: 0;
}
#validation-req LABEL.error {
    position: absolute;
    margin-bottom: -15px;
    bottom: 0;
    left: 0;
}
#validation-news LABEL.error {
    position: absolute;
    margin-bottom: -25px;
    bottom: 0;
}
#validation-newsletter-home {
    max-width: 900px;
    margin: 0 auto;
    clear: both;
    padding-top: 25px;
}
#validation-newsletter-home label {
    width: 100%;
    font-size: 10px;
    line-height: 14px;
}
.l1,
.l2 {
    width: 100%;
    text-align: center;
    text-transform: none;
}
.l1,
.l3 {
    padding-top: 30px;
    padding-bottom: 20px;
}
#validation-newsletter-home label.error {
    color: #d96a6a;
    position: relative;
    margin: 10px 0;
    bottom: 0;
}
#validation-newsletter-home input {
    margin-right: 10px;
}
.contact-reg label {
    float: none;
}
.l3 {
    float: left;
    width: 10%;
}
.l4 {
    float: left;
    width: 30%;
}
.box-log-step-wrap {
    padding-right: 40px;
    text-align: center;
}
.box-pay-login p {
    font-size: 11px;
    padding-top: 20px;
}
.box-login-modal input {
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    color: #8b8b8b;
    display: table-cell;
    font-size: 13px;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 10px;
    width: 100%;
    text-align: left;
}
.box-login-modal input[type="submit"] {
    background: #000;
    text-align: center;
    cursor: pointer;
    float: none;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 14px;
    border: 1px solid #000;
    cursor: pointer;
}
.box-login-modal input.error {
    border: 1px solid #d96a6a;
}
.first-step-paymant {
    display: table-cell;
    width: 65%;
    padding-bottom: 40px;
}
.second-step-paymant-box-right {
    display: table-cell;
    width: 50%;
    padding: 0;
}
.fourth-step-paymant {
    display: table-cell;
    width: 35%;
    padding: 0;
    background: #fff;
}
.hedCart_login_right ul {
    list-style: none;
}
.hedCart_login_right ul li {
    float: left;
    width: 20%;
}
.header-pay span {
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #dfdfdf;
    text-transform: none;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 20px;
    font-size: 14px;
    padding-top: 20px;
    display: block;
}
a.bt-login,
a:visited.bt-login {
    color: #000;
    border: 0;
}
.box-pay-check {
    float: left;
    width: 20%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    min-height: 50px;
    max-width: 40px;
}
.box-pay-login {
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}
.box-pay-information {
    width: 30%;
    float: right;
    text-align: center;
}
a.bt-login {
    padding: 12px 0;
    width: 100%;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
}
.svg-a-1,
.svg-a-2,
.svg-a-3,
.svg-email-0 {
    display: none;
}
a:hover.bt-login {
    text-decoration: underline;
    color: #7b7571;
}
#box-product-landing h1 {
    color: #8c8a90;
    max-width: 300px;
    margin: 0 auto;
    letter-spacing: 2px;
    font-size: 30px;
    padding: 30px 0 20px;
    text-align: center;
    clear: both;
}
#box-product-landing h2 {
    text-transform: lowercase;
    color: #8c8a90;
    font-size: 25px;
    text-align: center;
    font-weight: 100;
    clear: both;
    padding: 0 0 30px;
}
#box-product-landing h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    color: #8c8a90;
    padding: 30px 0;
}
.remodal {
    background: #fff;
}
.remodal h1 {
    text-align: left;
    padding: 0 0 10px;
    font-size: 18px;
    border-bottom: 1px solid #000;
}
#load-modal {
    padding: 20px 0;
}
.remodal p {
    padding: 10px 0;
}
.minicart-header,
.nav-box-user-header {
    padding: 20px;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.svg-phone {
    fill: #fff;
    height: 40px;
}
#minicart-bg,
#minicart-wrap,
#nav-box-user-bg,
#nav-box-user-wrap {
    position: fixed;
    bottom: 0;
    height: 100%;
    right: 0;
}
.svg-fb,
.svg-fb-1,
.svg-inst {
    fill: #fff;
}
.svg-fb-2 {
    fill: #bfbec4;
}
.svg-ue {
    fill: #65666e;
}
.svg-white {
    fill: #fff;
}
.svg-email-0 {
    fill: #999;
}
.svg-email-1 {
    fill: #666;
}
.svg-plus-0,
.svg-plus-1,
.svg-plus-2,
.svg-plus-3,
.svg-plus-4 {
    fill: #bfbec4;
}
.svg-plus-1 {
    clip-path: url(#SVGID_2_);
}
.svg-plus-2 {
    clip-path: url(#SVGID_4_);
}
.svg-plus-3 {
    clip-path: url(#SVGID_6_);
}
.svg-plus-4 {
    clip-path: url(#SVGID_8_);
}
.svg-y-0 {
    fill: #fff;
}
.svg-y-1 {
    fill: #ede6e7;
}
.svg-prin-0,
.svg-y-2,
.svg-y-4 {
    fill: #bfbec4;
}
.svg-y-3 {
    clip-path: url(#SVGID_4_);
}
.svg-y-4 {
    clip-path: url(#SVGID_6_);
}
.svg-prin-1 {
    fill: #fff;
}
.svg-ins-0 {
    fill: #bfbec4;
}
.svg-ins-1 {
    fill: none;
    stroke: #fff;
    stroke-width: 3.1181;
    stroke-miterlimit: 10;
}
.svg-ins-2 {
    fill: none;
    stroke: #fff;
    stroke-width: 2.8346;
    stroke-miterlimit: 10;
}
.svg-ins-3 {
    fill: #fff;
}
.svg-a-0,
.svg-a-1 {
    fill: #65666e;
}
.svg-a-2 {
    fill: #fff;
}
.svg-a-3 {
    fill: none;
    stroke: #65666e;
    stroke-width: 0.9921;
    stroke-miterlimit: 10;
}
.svg-a-4 {
    fill: none;
    stroke: #65666e;
    stroke-width: 1.3717;
    stroke-miterlimit: 10;
}
.svg-right {
    fill: #868686;
}
.svg-close {
    fill: #fff;
}
#nav-box-user-bg.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}
#nav-box-user {
    right: -100%;
    background: #fff;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    overflow-y: auto;
}
#nav-box-user.show {
    right: 0;
}
.nav-box-user {
    display: none;
}
.nav-box-user .show {
    display: block;
}
#nav-box-user-bg {
    background: #000;
    width: 100%;
}
#nav-box-user-wrap {
    background: #fff;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}
.nav-box-user-header {
    background: #bc0000;
    text-align: left;
}
#minicart-bg.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}
#minicart-wrap.show {
    right: 0;
}
.minibasket {
    display: none;
}
.minibasket .show {
    display: block;
}
#minicart-bg {
    background: #000;
    width: 100%;
}
#minicart-wrap {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    background: #fff;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: auto;
}
.minicart-header {
    background: #bc0000;
    text-align: left;
}
#box-backstage-left p,
#box-campagne-right p {
    max-width: 170px;
    min-height: 150px;
    color: #636363;
}
#box-colection-on-wrap,
#box-colection-ona-wrap {
    position: absolute;
    width: 250px;
    z-index: 888;
    margin-bottom: 40px;
    bottom: 0;
}
#box-backstage-left h3,
#box-campagne-right h3 {
    margin: 0;
    font-size: 35px;
    color: #363238;
    letter-spacing: 2px;
}
#box-backstage-right,
#box-campagne-left {
    position: relative;
    width: 60%;
}
#box-backstage-left,
#box-campagne-right {
    position: relative;
    width: 40%;
    margin-top: 10%;
}
#box-backstage-right div,
#box-campagne-left div {
    padding: 30px;
}
#box-campagne-right h3 {
    padding: 40px 0 0;
}
#box-campagne-right p {
    padding: 10px 0 60px;
    margin: 0;
}
#box-backstage-left p {
    padding: 80px 0 0;
    margin: 0;
    float: right;
}
#box-backstage-left h3 {
    padding: 10px 0 30px;
    float: right;
}
#bx-pager {
    text-align: center;
    margin-top: 20px;
}
#box-colection-ona {
    position: relative;
    float: right;
    width: 50%;
}
#box-colection-ona-wrap {
    margin-left: -180px;
}
#box-colection-ona-wrap h2 {
    padding: 0;
    text-align: left;
    font-size: 29px;
    letter-spacing: 2px;
    color: #363238;
}
#box-colection-ona-wrap h3 {
    padding: 0 0 40px;
    text-align: right;
    font-size: 38px;
    letter-spacing: 2px;
    color: #363238;
}
#box-colection-ona-wrap a.bt-primary {
    max-width: 150px;
    display: block;
    text-align: center;
}
#box-colection-on {
    position: relative;
    float: left;
    width: 50%;
}
#box-colection-on-wrap {
    margin-right: -180px;
    float: right;
    right: 0;
}
.button,
a.bt-primary {
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    overflow: hidden;
}
#box-colection-on-wrap h2 {
    padding: 0;
    text-align: right;
    font-size: 29px;
    letter-spacing: 2px;
    color: #363238;
}
#box-colection-on-wrap h3 {
    padding: 0 0 40px;
    text-align: left;
    font-size: 38px;
    letter-spacing: 2px;
    color: #363238;
}
#box-colection-on-wrap a.bt-primary {
    width: 150px;
    display: block;
    text-align: center;
}
#collapse4 p {
    font-size: 13px;
}
.block-left-baner {
    float: left;
    width: 50%;
}
.block-right-baner {
    float: right;
    width: 50%;
}
a.btn-default,
a.btn-default:hover {
    padding: 7px 5px;
    border: 1px solid #393743;
    background: #393743;
    color: #fff;
}
#box-campagne .button {
    float: left;
}
#box-backstage .button {
    float: right;
}
#box-search-shop {
    background: #3c3b40;
}
#box-search-shop h2 {
    color: #fff;
    max-width: 300px;
    margin: 0 auto;
    letter-spacing: 2px;
    padding: 30px 0;
}
.button,
.select-sort-by select,
a.bt-primary {
    padding: 7px 5px;
    text-transform: uppercase;
}
a.bt-primary {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 10px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    transition: 0.3s;
}
.button,
.button a:link,
.button a:visited {
    color: #363238;
}
.button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: 1px solid #363238;
    transition: 0.3s;
    width: 150px;
    float: left;
    font-weight: 400;
}
.button.colection-right {
    float: right;
}
.button:after {
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    width: 0;
    bottom: 0;
    background: #363238;
    height: 120%;
    left: -10%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: -1;
    color: #fff;
}
.button:hover a {
    color: #fff;
}
.button:hover:after {
    left: -10%;
    width: 120%;
    color: #fff;
}
.ui-widget-content {
    z-index: 0;
}
.select-sort-by select {
    border: 1px solid #c2b5ac;
    background-color: #f2eeed;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downNew.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    width: 100%;
    font-size: 11px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-size: 10px 10px;
    color: #836654;
    min-width: 140px;
}
.panel-title > a::before {
    content: "-";
    padding-right: 5px;
    float: right;
}
.panel-title > a.collapsed::before {
    content: "+";
    padding-right: 5px;
    float: right;
}
a.show-tab-size:link,
a.show-tab-size:visited {
    color: #d80000;
}
a.show-tab-size:hover {
    color: #000;
}
#box-product-delivery img {
    max-width: 90px;
    margin: 0 auto;
}
.panel-default > .panel-heading {
    background: 0 0;
}
.panel-heading {
    padding: 10px 0;
}
.panel-heading h4 {
    font-weight: 100;
    color: #8c8a90;
}
.box-list-product-color,
.box-list-product-size {
    max-width: 350px;
    margin: 0 auto;
}
.box-list-product-color span a:link {
    color: #000;
    font-size: 13px;
    padding: 0;
    margin: 2px;
    border: 0 solid #dfdfdf;
    display: inline-block;
}
.panel-group .panel {
    border-radius: 0;
}
.box-list-product-size span a:visited {
    border: 1px solid #dfdfdf;
    color: #000;
}
.panel {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #dfdfdf;
    box-shadow: none;
}
.box-list-product-size div a:link,
.box-list-product-size span a:link {
    font-size: 13px;
    padding: 7px;
    margin: 2px;
    border: 0 solid #dfdfdf;
    display: inline-block;
}
.box-list-product-size span a:link {
    color: #000;
}
.box-list-product-size span a:hover {
    color: #8c8a90;
}
.box-list-product-size div a:link,
.box-list-product-size div a:visited {
    color: #000;
}
.box-list-product-size div a:hover {
    color: #8c8a90;
}
.iReg label,
.login-form label.error {
    color: #d96a6a;
    line-height: 18px;
    margin: 0;
    padding-top: 5px;
}
.list-variants {
    display: none;
    padding-bottom: 10px;
}
.variants-bg {
    display: none;
}
.list-wrap:hover .list-variants,
.list-wrap:hover .variants-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    right: 0;
    bottom: 0;
}
.list-wrap:hover .variants-bg {
    background: #fff;
    opacity: 0.8;
    z-index: 999999;
}
.list-variants-wrap {
    width: calc(100% - 80px);
    float: left;
}
.list-product,
.list-wrap {
    position: relative;
}
.login-form label.error {
    font-size: 11px;
    width: 100%;
}
.iReg label {
    font-size: 13px;
    width: 100%;
}
#first-step-paymant,
#fourth-step-paymant {
    padding: 30px 0;
}
#third-step-paymant,
#two-step-paymant {
    padding: 30px 0;
    max-width: 1100px;
    margin: 0 auto;
}
#first-step-paymant input {
    border: 1px solid #dfdfdf;
    color: #464646;
    font-size: 11px;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 10px;
    width: 100%;
}
#first-step-paymant input.button {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 13px;
    height: auto;
    letter-spacing: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#first-step-paymant h3,
#first-step-paymant h4 {
    border-top: 0 solid #dfdfdf;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding-top: 20px;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
}
#first-step-paymant h3 {
    text-transform: none;
}
#first-step-paymant-box-right-box input,
#first-step-paymant-box-right-box textarea {
    border-bottom: 1px solid #e8e8e8;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: none;
    color: gray;
    display: table-cell;
    font-size: 13px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-top: 15px;
}
#first-step-paymant-box-right-box input {
    width: 100%;
}
#first-step-paymant-box-right-box textarea {
    min-height: 100px;
    width: 100%;
    resize: vertical;
}
#first-step-paymant-box-right-box h2,
#first-step-paymant-box-right-box h3 {
    text-align: left;
    padding-top: 0;
    font-size: 13px;
    text-transform: uppercase;
}
#first-step-paymant-box-right-box h2 {
    padding-bottom: 0;
}
#first-step-paymant-box-right-box h3 {
    padding-bottom: 20px;
}
.first-step-paymant-box-left,
.first-step-paymant-box-right {
    width: 50%;
    display: table-cell;
}
#box-newsletter,
.btn-remove {
    float: right;
}
.st0 {
    fill: #e3ceb1;
}
.st1 {
    fill: #fff;
}
.st2 {
    fill: #7e0b0b;
}
.st3 {
    fill: #8b5434;
}
.st4 {
    fill: #c77e45;
}
.st5 {
    fill: #ccb79d;
}
.st6 {
    fill: #643920;
}
.st7 {
    fill: #7e7e7e;
}
.st8 {
    fill: url(#SVGID_1_);
}
.st9 {
    fill: #ec0100;
}
.st10 {
    fill: #f0e3cc;
}
.st11 {
    fill: #a61d5e;
}
.st12 {
    fill: #5e5e5e;
}
.st13 {
    fill: #27316d;
}
.st14 {
    fill: #e8d6bd;
}
.st15 {
    fill: #ad7655;
}
.st16 {
    fill: #a9def6;
}
.st17 {
    fill: #c7c7c7;
}
.st18 {
    fill: #f7d6e1;
}
.st19 {
    fill: #65524a;
}
.st20 {
    fill: #ff5147;
}
.st21 {
    fill: #a5decb;
}
.st22 {
    fill: #7dcaed;
}
.st23 {
    fill: #a88d43;
}
.st24 {
    fill: #e06c02;
}
.st25 {
    fill: #b0b0b0;
}
.st26 {
    fill: #f0a6bd;
}
.st27 {
    fill: #e78006;
}
.st28 {
    fill: #029875;
}
.st29 {
    fill: #7ec9cc;
}
.st30 {
    fill: #218c2c;
}
.st31 {
    fill: #ffea5e;
}
.st32 {
    fill: url(#SVGID_2_);
}
.sv-auto-0 {
    fill: none;
    stroke: #000;
    stroke-width: 3.4054;
    stroke-miterlimit: 10;
}
.sv-auto-1 {
    stroke: #000;
    stroke-width: 1.0478;
    stroke-miterlimit: 10;
}
.sv-auto-w-0 {
    fill: none;
    stroke: #fff;
    stroke-width: 3.4054;
    stroke-miterlimit: 10;
}
.sv-auto-w-1 {
    fill: #fff;
    stroke: #fff;
    stroke-width: 1.0478;
    stroke-miterlimit: 10;
}
.sv-30-0,
.sv-eu-0,
.sv-pl-w-0 {
    fill: #fff;
}
.sv-30-1 {
    fill: none;
    stroke: #fff;
    stroke-width: 2.6211;
    stroke-miterlimit: 10;
}
.sv-pl-0 {
    fill: #fff;
}
.sv-search-0 {
    fill: #888;
}
.sv-bag-0,
.sv-user-0 {
    fill: #000;
}
.sv-fb-0 {
    fill: #bfbec4;
}
a:hover .svg-fb-2,
a:hover .svg-ins-0,
a:hover .svg-prin-0,
a:hover .svg-y-4 {
    fill: #393743;
}
.sv-print-0,
.sv-print-1 {
    fill: #bfbec4;
}
.sv-yt-0 {
    fill: #fff;
}
.sv-yt-1 {
    fill: #bfbec4;
}
.sv-yt-2 {
    clip-path: url(#SVGID_2_y);
}
.sv-yt-3 {
    clip-path: url(#SVGID_4_y);
    fill: #ccc;
}
.sv-google-0 {
    clip-path: url(#SVGID_10_);
    fill: #bfbec4;
}
.sv-google-1 {
    clip-path: url(#SVGID_12_);
    fill: #bfbec4;
}
.sv-google-2 {
    clip-path: url(#SVGID_14_);
    fill: #bfbec4;
}
.sv-google-3 {
    clip-path: url(#SVGID_16_);
    fill: #bfbec4;
}
.sv-ins-0 {
    fill: #fff;
}
.sv-remove-0 {
    fill: none;
    stroke: #c1272d;
    stroke-width: 3.1181;
    stroke-miterlimit: 10;
}
.sv-remove-1 {
    fill: #c1272d;
}
.owl-theme .owl-controls {
    top: none;
    margin-top: 0;
    z-index: 666;
}
.owl-next,
.owl-prev {
    top: 50%;
    margin-top: -35px;
    position: absolute;
}
#loader,
.tip {
    z-index: 1000;
}
.owl-next {
    right: 0;
}
.btn-remove:hover .sv-remove-0 {
    fill: none;
    stroke: #c1272d;
    stroke-width: 3.1181;
    stroke-miterlimit: 10;
}
.box-list-product-name div.more-product {
    display: none;
}
.box-filtr {
    background: #f4f4f4;
    margin: 15px 0;
}
.box-filtr-title {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
    text-transform: uppercase;
}
label {
    font-weight: 400;
}
#box-newsletter a,
#box-newsletter span {
    font-weight: 500;
    text-transform: uppercase;
}
.separator-zoom {
    display: none;
}
.product-left a.example-image-link {
    position: relative;
    cursor: zoom-in;
}
#search,
#top-menu,
.navbar-toggle {
    margin-right: 0;
}
.dropdown-menu {
    border-radius: 0;
    margin: 0;
    min-width: auto;
    padding-left: 0;
}
.dropdown-menu > li > a {
    text-align: left;
}
.btn .caret {
    margin-left: 10px;
    margin-top: 0;
}
#box-newsletter span {
    color: #fff;
    padding-right: 25px;
    font-size: 15px;
    letter-spacing: 1.5px;
}
#box-newsletter a {
    background: #fff;
    color: #242424;
    padding: 10px 12px;
}
#box-information,
.container-wrap {
    max-width: 1366px;
    margin: 0 auto;
    padding: 20px 0;
}
#box-information li {
    float: left;
    width: 100%;
    text-align: center;
}
#information-delivery span,
#information-payment span {
    float: left;
    line-height: 50px;
    padding-right: 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #707070;
    letter-spacing: 1.5px;
}
.box-information-pic {
    float: left;
}
.box-information-pic img {
    margin: 0 5px;
}
*,
ol,
ul {
    margin: 0;
}
.box-information-text {
    float: left;
    width: 70%;
    text-align: left;
}
.box-information-text h5 {
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    color: #a7836d;
    padding: 5px 0;
}
.box-information-text span {
    font-weight: 400;
    color: #a5948a;
    font-size: 13px;
}
#topBarHeaderLeft svg {
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 8px;
}
* {
    padding: 0;
}
input::-webkit-input-placeholder {
    line-height: 1.5em;
    font-size: 11px;
}
input:-moz-placeholder {
    line-height: 1.5em;
    font-size: 11px;
}
input::-moz-placeholder {
    line-height: 1.5em;
    font-size: 11px;
}
input:-ms-input-placeholder {
    line-height: 1.5em;
    font-size: 11px;
}
#first-step-paymant-box-right-box input::-webkit-input-placeholder {
    color: gray;
}
#first-step-paymant-box-right-box input:-moz-placeholder {
    color: gray;
}
#first-step-paymant-box-right-box input::-moz-placeholder {
    color: gray;
}
#first-step-paymant-box-right-box input:-ms-input-placeholder {
    color: gray;
}
#first-step-paymant-box-right-box textarea::-webkit-input-placeholder {
    color: gray;
}
#first-step-paymant-box-right-box textarea:-moz-placeholder {
    color: gray;
}
#first-step-paymant-box-right-box textarea::-moz-placeholder {
    color: gray;
}
#first-step-paymant-box-right-box textarea:-ms-input-placeholder {
    color: gray;
}
#first-step-paymant-box-right-box .login-form select {
    color: gray;
}
ol,
ul {
    list-style: none;
}
s {
    padding-right: 10px;
}
td {
    font-size: 13px;
}
small {
    font-size: 13px;
}
h1,
h2 {
    font-size: 21px;
    color: #000;
    text-align: center;
}
h2 {
    padding: 20px 0;
}
.store .title,
a.show-product-catalog {
    font-weight: 400;
    text-transform: uppercase;
}
#loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.loader-wrap {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    top: 50%;
    z-index: 1001;
    text-align: center;
}
.offer-list-action {
    clear: both;
    display: block;
    margin: 0;
    padding: 0 0 40px;
    position: relative;
    transform: translateZ(0);
    width: 100%;
}
.offer-list-action li {
    width: 25%;
    border: 1px solid #dfdfdf;
    float: left;
    margin: -1px -1px 0 0;
}
.open-cart-toggle {
    cursor: pointer;
}
.box-campagne-menu {
    width: 100%;
    position: relative;
    padding: 40px 0;
    text-align: center;
}
.box-campagne-menu a:link,
.box-campagne-menu a:visited {
    padding: 12px;
    width: 180px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-transform: uppercase;
}
.box-campagne-menu a.active-menu:link,
.box-campagne-menu a.active-menu:visited {
    padding: 12px;
    width: 180px;
    border: 1px solid #393743;
    background: #393743;
    color: #fff;
}
.footer-info-rwd {
    display: none;
}
.navbar-nav > li {
    float: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav > li > a {
    color: #000;
}
.navbar-collapse {
    padding: 0;
    width: 100%;
}
.navbar-toggle {
    padding-left: 10px;
}
.navbar-nav .open .dropdown-menu > li > a {
    color: #000;
    text-align: center;
}
.dropdown-menu {
    width: 100%;
}
.box-footer-delivery,
.box-footer-pay {
    padding-top: 20px;
    display: block;
    clear: both;
}
.storelocator-panel .store-list {
    padding: 0;
}
.storelocator-panel .directions-panel,
.storelocator-panel .store-list li {
    width: 100%;
    padding: 0 15px;
    margin: 0;
    min-height: 0;
    border-top: 1px solid #efeff0;
}
.store .title {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}
li.highlighted {
    background: #f5f5f5;
}
#map-canvas {
    margin-top: 0;
}
.storelocator-panel .location-search input {
    padding: 15px 10px;
    font-size: 13px;
    text-align: left;
}
#panel {
    min-height: auto;
}
a.show-product-catalog {
    display: none;
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    background: #363636;
    padding: 10px 8px;
}
a.show-product-catalog:visited {
    color: #fff;
}
a.show-product-catalog:hover {
    color: #fff;
    background: 0 0;
}
#content-load-1 {
    transition: all 0.3s ease;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #000;
    border: 1px solid #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.ui-widget-content {
    background: #888;
    border: 0 solid #363636;
    height: 1px;
    border-radius: 0;
}
.ui-widget-header {
    background: #888;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -2px;
    top: -6px;
}
.owl-carousel {
    background: #fff;
}
.owl-carousel .owl-item img {
    background: #fff;
    transform-style: inherit;
}
.owl-nav {
    background: #fff;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.icon-list-product {
    position: absolute;
    text-align: right;
    z-index: 999;
    margin-left: -2px;
}
#box-checkout ul {
    width: 100%;
    list-style: none;
}
#box-checkout {
    padding: 40px 0;
}
#box-checkout ul li {
    width: 33.333%;
    float: left;
    border-bottom: 0 solid;
    padding-bottom: 15px;
    color: #dfdfdf;
    font-size: 21px;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
}
.img-right,
.nav-login {
    text-align: center;
}
#box-checkout ul li.step {
    color: #000;
}
#login-user {
    margin-top: 40px;
}
#bg-login {
    height: 100%;
    min-height: 100%;
}
.tab-content {
    padding-bottom: 40px;
}
.img-right {
    float: left;
    width: 30%;
}
.text-left {
    float: left;
    width: 70%;
    margin-top: 15px;
}
.text-left span {
    color: #000;
    font-weight: 400;
}
.text-left p {
    font-size: 13px;
    text-transform: lowercase;
}
#login-user .boxLogin {
    max-width: 1100px;
    background: #fff;
}
#register-user #wrap-page-login {
    position: relative;
    background: #fff;
    margin-top: 0;
    top: 0;
    padding: 20px 0;
}
.border {
    border-left: 1px solid #ccc;
}
.boxLogin-wrap {
    width: 50%;
    float: left;
}
.boxLogin-wrap div:first-child {
    padding: 10px 50px;
}
.clear-wrap {
    padding-bottom: 0;
}
.log-fb a:link,
.log-register a:link {
    padding: 12px 0;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.log-register a:link {
    border: 1px solid #980000;
    background: #bc0000;
    max-width: 300px;
    margin: 0 auto;
}
.log-register a:visited {
    color: #fff;
}
.log-register a:hover {
    border: 1px solid;
    background: #a62824;
}
.log-fb a:link {
    float: right;
    border: 1px solid;
    background: #3338aa;
}
.log-fb a:hover {
    border: 1px solid;
    background: #2e4b80;
}
#left-menu-con,
#tips {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
#left-menu-con h2 {
    clear: both;
    font-size: 18px;
    margin: 0;
    color: #000;
    padding: 15px 0;
    font-weight: 600;
    display: block;
    text-transform: none;
    text-align: left;
    border-bottom: 0 solid #eaeaea;
}
span#cart-badge {
    position: absolute !important;
    right: -4px;
    top: 2px;
}
#cart-badge span {
    background: #000;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 16px;
    left: 0;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 8px;
    transform: scale(1);
    transition: all 0.3s ease 0;
    width: 16px;
    padding: 0;
}
.topBarHeaderRightWrap {
    padding-left: 25px;
    float: left;
}
.topBarHeaderLeftWrap-bartek {
    text-align: left;
    margin: 0 auto;
    padding: 0 30px;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/brand/bartek.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.topBarHeaderLeftWrap-bartek:hover {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/brand/bartek_c.svg);
}
.topBarHeaderLeftWrap-relaks {
    text-align: left;
    margin: 0 auto;
    padding: 0 30px;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/brand/relaks.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.topBarHeaderLeftWrap-relaks:hover {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/brand/relaks_c.svg);
}
.topBarHeaderLeftWrap {
    margin: 0 auto;
}
#box-rwd-search {
    display: none;
    float: left;
    width: 100%;
}
#homeBox-3,
#homeBox-4 {
    background: #fff;
}
#box-rwd-search input {
    width: 90%;
    float: left;
}
#box-rwd-search a {
    display: inline-block;
    float: left;
    line-height: 50px;
}
.group-section-5 {
    width: 33.333%;
    float: left;
}
.box-backstage,
.box-campagne {
    width: 50%;
}
.group-section-6 {
    width: 50%;
    float: left;
}
.nav-tabs > li {
    width: 100%;
    max-width: 190px;
    text-align: left;
    background: #fff;
    color: #000;
    border: 0 solid #d8d8d8;
    margin: 0 8px 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}
.nav-tabs > li > a {
    color: #000;
    font-size: 13px;
    padding: 12px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #000;
    font-weight: 100;
}
.section-category-sex {
    float: left;
}
#navi .section-category-sex span {
    font-size: 45px;
    padding: 0;
}
#box-product-delivery,
#box-product-size {
    padding: 10px;
}
#box-list-top-filtrs {
    display: flex;
    padding: 0 20px 20px;
}
#box-list-top-filtrs .btn {
    width: 100%;
    text-align: left;
    height: 50px;
}
#box-list-top {
    display: flex;
    padding: 10px 20px;
}
#box-breadcrumbs-bottom {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
}
.tab-content > .active {
    border-bottom: 0 solid #000;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
}
#box-product-atrybute {
    max-width: 500px;
    padding: 20px 0;
}
#box-product-delivery h5 {
    color: #000;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 0;
    font-weight: 100;
}
.box-product-cart-wrap,
.lengList {
    text-align: center;
}
#box-product-atrybute ul li {
    width: 100%;
    list-style: none;
    border-bottom: 0 solid #dfdfdf;
    float: left;
}
.nav-register span {
    padding-bottom: 20px;
    color: #252525;
}
.nav-register a:link {
    top: 60px;
    border: 1px solid #bc0000;
    padding: 12px 0;
    background: #bc0000;
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    width: 100%;
}
.nav-register a:visited {
    border: 1px solid #bc0000;
    color: #fff;
}
.nav-register a:hover {
    color: #fff;
    background: #a62824;
}
.nav-register div {
    max-width: 350px;
    margin: 0 auto;
    padding-top: 40px;
}
.col50 {
    width: 50%;
    float: left;
}
.col30 {
    width: 33.333%;
    float: left;
}
.col25 {
    width: 25%;
    float: left;
}
.col20 {
    width: 20%;
    float: left;
}
.col100 {
    width: 100%;
    float: left;
}
.lengList {
    display: block;
    opacity: 1;
    filter: alpha(opacity=30);
}
.lengList.current {
    opacity: 1;
    filter: alpha(opacity=100);
}
.lengList:hover {
    opacity: 0.6;
    filter: alpha(opacity=100);
}
.lengList span {
    display: block;
    width: 100%;
    top: 10px;
}
.box-shopping-product-wrap {
    float: left;
    width: 55%;
    border-right: 1px solid #000;
}
.box-shopping-cart-product {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.box-shopping-cart-product ul li {
    float: left;
    width: 33.333%;
}
.box-shopping-cart-product img {
    padding: 5px;
    border-radius: 20px;
    max-width: 90px;
}
.box-shopping-cart-product h3 {
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}
.box-shopping-cart-product a {
    font-weight: 500;
    color: #000;
    font-size: 13px;
    padding-top: 10px;
    display: block;
}
.box-shopping-cart-product span {
    color: #707070;
    font-size: 10px;
}
.box-shopping-cart-product span:nth-last-child(1) {
    display: block;
    font-weight: 400;
    font-size: 11px;
    color: #000;
    padding-bottom: 5px;
}
.box-shopping-cart-product span:nth-last-child(2) {
    display: block;
    font-weight: 400;
    font-size: 11px;
    color: #000;
    padding-bottom: 5px;
}
.box-shopping-cart-price {
    width: 45%;
    float: left;
    text-align: center;
}
a.box-shopping-back,
a.box-shopping-show {
    width: 100%;
    font-weight: 500;
    max-width: 250px;
    text-align: center;
    text-decoration: none;
}
.box-shopping-cart-price span {
    top: 0;
    display: block;
    font-size: 19px;
}
a.box-shopping-back,
a.box-shopping-clear,
a.box-shopping-show {
    margin: 15px auto 0;
    font-size: 13px;
    padding: 12px 0;
    display: block;
}
a:link.box-shopping-show {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 13px;
    border-radius: 4px;
    max-width: 200px;
}
a:visited.box-shopping-show {
    color: #fff;
}
a.box-shopping-show:hover {
    color: #fff;
    background: #b40000;
    border: 1px solid #b40000;
}
a.box-shopping-back {
    background: 0 0;
    color: #000;
    border: 1px solid #000;
}
#cd-cart a.box-shopping-back:hover {
    color: #7b7571;
    text-decoration: underline;
}
a.box-shopping-clear {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    width: 200px;
}
#box-home-premium h2,
#box-home-premium h3 {
    color: #000;
    max-width: 1240px;
    text-transform: inherit;
    text-align: center;
    letter-spacing: 2px;
}
#homeBox-2 {
    padding-bottom: 5px;
    padding-top: 5px;
}
#homeBoxShops {
    max-width: 760px;
    margin: 0 auto;
}
#homeBoxShops select {
    width: 100%;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px;
    border: 0 solid #b2b2b2;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    color: #fff;
    border-bottom: 1px solid #767577;
    cursor: pointer;
}
#homeBoxShops select option {
    color: #000;
}
#homeBoxShops input[type="submit"] {
    border: 1px solid #fff;
    padding: 12px 8px;
    width: 100%;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #363238;
    text-transform: uppercase;
    line-height: 18px;
    margin: 0 10px;
}
#homeBoxShops input[type="submit"]:hover {
    background: #363238;
    border: 1px solid #363238;
    color: #fff;
}
#box-home-campagne {
    text-align: center;
    width: 100%;
    padding: 0;
    clear: both;
}
#box-home-premium {
    text-align: center;
    width: 100%;
    padding: 40px 0;
    clear: both;
    position: relative;
    background: #fff;
}
#box-home-premium h2 {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 5px;
    font-size: 29px;
}
#box-home-premium h3 {
    margin: 0 auto;
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 0;
}
#box-home-premium.col50 {
    text-align: center;
}
#box-home-premium input {
    border-bottom: 1px solid #a6a6a6;
    background: 0 0;
    padding: 12px 0;
    width: 50%;
    font-size: 13px;
    font-weight: 400;
    display: block;
    text-align: center;
    color: #a6a6a6;
    line-height: 18px;
    text-transform: lowercase;
    max-width: 250px;
    margin: 0 auto;
}
#box-home-premium input[type="submit"] {
    border: 1px solid #363636;
    padding: 12px 8px;
    width: 50%;
    background: #363636;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto;
}
#box-home-premium input[type="submit"]:after {
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    width: 0;
    bottom: 0;
    background: #363238;
    height: 120%;
    left: -10%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: -1;
    color: #fff;
}
#box-offer-product:after,
.offer-list-s::after,
.offer-list-search::after,
.offer-list::after {
    content: "";
}
#box-home-premium input[type="submit"]:hover {
    border: 1px solid #242424;
    color: #fff;
    background: #242424;
}
#box-home-premium input[type="submit"]:hover:after {
    color: #fff;
    left: -10%;
}
#box-home-premium input::-webkit-input-placeholder {
    color: #000;
}
#box-home-premium input::-moz-placeholder {
    color: #000;
}
.box-home-campagne {
    text-align: center;
}
.box-home-campagne a:link,
.box-home-campagne a:visited {
    padding: 12px 14px;
    border: 1px solid #fff;
    color: #fff;
    width: 150px;
    display: block;
    margin: 0 auto;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.box-home-campagne a:link {
    background: #f4f3f2;
    border: 1px solid #c4c4c4;
    color: #000;
}
.box-home-campagne a:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
#city select:first-child,
#country select:first-child,
#region select:first-child {
    color: gray;
}
#city,
#country {
    padding: 0 10px;
}
#region {
    padding-left: 5px;
}
input.searchShops[type="button"] {
    border: 1px solid #000;
    padding: 12px 8px;
    width: 150px;
    display: block;
    margin: 30px auto 0;
    background: 0 0;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
}
.active-x,
.show_menu_mobile {
    display: none;
}
.nav-toggle-reg {
    color: #000;
    font-size: 22px;
    margin-top: 20px;
    display: none;
    position: relative;
    float: left;
    margin-right: 25px;
}
.filter-j-size-box li,
.filter-j-x-hed a:link,
.filtr-button input {
    text-transform: uppercase;
    font-size: 10px;
}
a.nav-toggle-reg {
    cursor: pointer;
}
.list-wrap img {
    margin: 0 auto;
}
.active-x {
    background: url(https://cdn.wojas.eu/media/images/pl/iconXcb.png) center
        center no-repeat;
    height: 24px;
    padding: 0;
    position: absolute;
    width: 24px;
    top: -2px;
    left: 50%;
    margin-left: -12px;
}
.active-c,
.active-d,
.active-u {
    display: block;
    height: 24px;
    padding: 0;
    position: absolute;
    width: 24px;
    top: 3px;
    right: 0;
}
.active-d {
    background: url(https://cdn.wojas.eu/media/images/pl/iconDownA.png) center
        center no-repeat;
}
.active-u {
    background: url(https://cdn.wojas.eu/media/images/pl/iconUpA.png) center
        center no-repeat;
}
.active-c {
    background: url(https://cdn.wojas.eu/media/images/pl/iconXA.png) center
        center no-repeat;
}
.box-filter-j-cat {
    float: right;
    max-width: 170px;
    width: 170px;
    margin-left: 10px;
    z-index: 777;
    position: relative;
}
.filter-j-cat-hed {
    background: #f2f2f2;
    text-align: left;
    color: #000;
    padding: 6px;
    font-weight: 500;
}
.filter-j-cat-box {
    display: none;
    background: #f2f2f2;
    border-top: 2px solid #fff;
    position: absolute;
    width: 170px;
}
.filter-j-color-box a.active .active-x,
.filter-j-color-box svg {
    display: inline-block;
}
.price-box-range {
    margin: 15px 15px 15px 0;
}
.box-filter-j-x {
    float: left;
    width: 100%;
    margin-left: 0;
    z-index: 0;
    position: relative;
}
.box-filter-j-color,
.box-filter-j-price,
.box-filter-j-size {
    float: left;
    z-index: 777;
    position: relative;
}
.box-filter-j-x a:link {
    color: #363636;
    width: 100%;
    display: block;
}
.box-filter-j-x a:visited {
    color: #363636;
}
.box-filter-j-price {
    width: 100%;
}
.filter-j-price-hed {
    background: #f2f2f2;
    text-align: left;
    color: #000;
    padding: 6px;
    font-weight: 500;
}
.filter-j-x-hed {
    background: #fff;
    text-align: center;
    color: #363636;
    border: 1px solid #fff;
    padding: 8px 0;
    margin-bottom: 15px;
}
.filter-j-x-hed:hover {
    background: #fff;
    border: 1px solid #363636;
    color: #8a7d77;
}
.filter-j-x-hed a:link {
    color: #363636;
}
.filter-j-color-box ul {
    list-style: none;
    padding: 5px 0;
    width: 100%;
    display: inline-block;
}
.filter-j-color-box li {
    float: left;
    width: 25%;
    margin: -1px -1px 0 0;
    border: 1px solid #fff;
    text-align: center;
}
.filter-j-color-box li.selected img {
    border: 1px solid #474747;
    border-radius: 50%;
}
.filter-j-size-box li a:link,
.filter-j-size-box li a:visited {
    color: #000;
    border: 1px solid #dfdfdf;
}
.filter-j-color-box li img {
    padding: 5px;
    width: 100%;
    height: auto;
}
.filter-j-color-box a.active {
    opacity: 0.8;
    position: relative;
}
#list-product-page .filter-j-color-box li {
    width: 16.666%;
}
.box-filter-j-size {
    width: 100%;
}
.filter-j-size-box ul {
    list-style: none;
    padding: 5px 0;
    display: inline-block;
    width: 100%;
}
.filter-j-size-box li {
    position: relative;
    font-weight: 400;
    line-height: 35px;
    width: 25%;
    text-align: center;
    float: left;
    display: block;
    padding: 2px;
    font-size: 10px;
}
#topBarHeaderRight ul li svg,
.footer-main svg {
    line-height: normal;
}
.filter-j-size-box li a:link {
    background: 0 0;
    display: block;
}
.filter-j-color-hed,
.filter-j-size-hed {
    background: #f2f2f2;
    text-align: left;
    color: #000;
    padding: 6px;
    font-weight: 500;
}
.filter-j-size-box li span {
    color: #ddd;
    border: 1px solid #dfdfdf;
    display: block;
}
.filter-j-size-box li a:hover {
    color: #000;
    border: 1px solid #000;
}
.filter-j-size-box li:hover {
    color: #000;
    border: 0 solid #000;
}
.filter-j-size-box li.selected a {
    color: #000;
    display: block;
    border: 1px solid #000;
}
.filter-j-size-box {
    display: block;
    float: left;
    width: 100%;
}
.box-filter-j-color {
    width: 100%;
}
#list-product-page .filter-j-size-box li {
    width: 25%;
}
.filter-j-color-box {
    display: inline-block;
    width: 100%;
}
.filtr-button {
    padding-top: 10px;
}
.filtr-button input {
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #fff;
    display: block;
    background: #363636;
    border: 1px solid #363636;
    font-weight: 400;
}
#f-color,
#f-price,
#f-size,
#f-type {
    position: relative;
    padding-bottom: 10px;
    float: left;
}
.filtr-button input:hover {
    background: #a3a3a3;
    border: 1px solid #a3a3a3;
}
#f-color,
#f-size,
#f-type {
    width: 100%;
}
#f-size ul,
#f-type ul {
    list-style: none;
    width: 100%;
}
#f-size ul li {
    float: left;
    line-height: 22px;
}
#f-size ul li a:link {
    color: #000;
    font-size: 13px;
    display: block;
}
#f-size ul li a:visited {
    color: #000;
    padding: 3px;
}
#f-type ul li.f-color-label {
    width: 30%;
    font-weight: 400;
    border: none;
    font-size: 13px;
}
#f-type ul li {
    float: left;
    border: 0 solid #dfdfdf;
}
#f-type ul li.f-link-remove {
    width: 70%;
    text-transform: capitalize;
}
#f-color ul li.f-color-label,
#f-size ul li.f-color-label {
    width: 30%;
    border: none;
    font-weight: 400;
    font-size: 13px;
}
#f-color ul li {
    float: left;
}
#f-type ul li a:link {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: block;
}
#f-type ul li a:visited {
    color: #000;
}
#f-color ul {
    list-style: none;
}
#f-color li {
    float: left;
}
#f-color ul li a:link {
    color: #000;
    font-size: 13px;
    display: block;
}
#f-color ul li a:visited {
    color: #000;
}
#f-color ul li.f-link-remove {
    width: 70%;
    text-transform: lowercase;
}
#f-price {
    width: 100%;
}
#f-price ul {
    list-style: none;
    width: 100%;
}
#f-price ul li {
    float: left;
    border: 0 solid #dfdfdf;
}
#f-price ul li img {
    height: 20px;
}
#f-price ul li a:link {
    color: #000;
    font-size: 13px;
    display: block;
}
#f-price ul li a:visited {
    color: #000;
}
#f-price ul li.f-color-label {
    width: 30%;
    font-weight: 400;
    border: none;
    font-size: 13px;
}
#f-price ul li.f-link-remove,
#f-size ul li.f-link-remove {
    width: 70%;
    text-transform: capitalize;
}
#box-company h1,
.btn-primary,
span.button-bay {
    text-transform: uppercase;
}
.row {
    margin: 0;
    padding: 0;
}
.rwd {
    display: none;
}
.no-rwd {
    display: block;
}
.nav-toggle-footer {
    color: #c9c9c9;
    font-size: 22px;
    margin-top: 0;
    display: none;
    position: absolute;
    right: 0;
}
a.nav-toggle-footer {
    cursor: pointer;
    color: #9c9c9c;
    width: 100%;
    text-align: right;
}
.btn-primary {
    font-weight: 400;
    font-size: 11px;
    color: #000;
    padding: 10px 6px;
}
.box-search-toogle {
    float: left;
    padding-left: 20px;
    padding-right: 0;
    width: 100%;
}
.box-search-left {
    float: left;
    margin: 0;
    padding: 0;
    width: 70%;
}
.box-search-left input {
    background: 0 0;
    width: 100%;
    display: block;
    border: 0 solid #dfdfdf;
    line-height: 66px;
    color: #333;
    font-size: 16px;
}
.box-search-right {
    float: right;
    padding-left: 10px;
    padding-top: 0;
    width: 30%;
}
.pagination-search {
    float: left;
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 15px 0;
    width: 100%;
    background: #eeeae7;
    text-align: center;
}
.pagination-search img {
    border: 0 solid #dfdfdf;
    margin-top: -6px;
}
#step-1-con,
#step-2-con,
#step-3-con,
.box-cart-product-buy,
.box-news,
.box-news-date,
.step-2-pay {
    border-bottom: 1px solid #dfdfdf;
}
.box-news {
    width: 100%;
}
.toogle-down,
.toogle-up {
    width: 25px;
    height: 13px;
    background-repeat: no-repeat;
    display: inline-flex;
    margin-left: 15px;
}
.box-news h2 {
    letter-spacing: 1.5px;
    min-height: 40px;
    text-align: left;
}
#box-company p {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: justify;
    line-height: 20px;
    font-size: 15px;
    font-size: 13px;
}
#box-company h1 {
    color: #000;
    font-size: 23px;
    font-weight: 100;
    padding: 30px 0;
    text-align: center;
}
.box-news-date {
    padding-top: 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.toogle-down {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downNew.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}
.toogle-up {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/upNew.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}
.rwd-show {
    display: none;
}
.cart-table {
    width: 20%;
}
.cart-table-name {
    width: 30%;
}
.remove-cart {
    width: 10%;
}
.box-cart-product-buy h3 {
    font-weight: 500;
    text-transform: none;
    font-size: 11px;
    padding: 12px;
    text-align: left;
    color: #bc0000;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    border-radius: 4px;
}
.box-cart-product-buy h4 {
    padding: 0;
    margin: 0;
    min-height: 35px;
}
.list-cart-left {
    width: 30%;
    float: left;
}
.list-cart-right {
    width: 70%;
    float: left;
}
span.button-bay {
    background: #d80000;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 400;
}
#step-1-header,
#step-2-header,
#step-3-header {
    background: #f5f5f5;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    clear: both;
}
.box-cart-product-price {
    color: #000;
    font-size: 14px;
    font-weight: 100;
    padding: 0;
    text-align: left;
}
.box-company-inner {
    padding: 5px;
}
.box-company-inner-rwd {
    display: none;
}
#box-order-step-1 {
    width: 100%;
    padding-bottom: 25px;
}
#step-1-header {
    width: 100%;
}
#step-1-con {
    width: 100%;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.box-step-1-left,
.box-step-1-right {
    float: left;
    width: 50%;
}
#step-1-header h3 {
    color: #000;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
#box-order-step-2 {
    width: 100%;
    padding-bottom: 25px;
}
#step-2-header {
    width: 100%;
}
#step-2-con {
    width: 100%;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.step-2-pay {
    display: block;
    float: left;
    height: auto;
    min-height: 250px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 50%;
}
.step-2-pay .inner {
    padding: 10px;
}
.box-pay-op h3 {
    padding: 0;
    margin: 0;
    text-transform: none;
    font-size: 16px;
}
#box-company h3,
.box-promo-product-list-new,
.box-promo-product-list-sale {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}
.box-pay-op h4 {
    font-size: 16px;
    padding-top: 10px;
}
.box-pay-op h4 span {
    color: #ba0307;
}
.box-pay-op p {
    padding-top: 0;
}
.box-pay-logo {
    width: 20%;
    float: left;
    text-align: center;
}
.box-pay-op {
    float: left;
    width: 100%;
    display: contents;
}
.box-pay-input {
    width: 10%;
    float: left;
    display: table-cell;
    vertical-align: middle;
}
#step-2-header h3,
#step-3-header h3 {
    color: #000;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
#box-order-step-3 {
    width: 100%;
    padding-bottom: 25px;
}
#step-3-header {
    width: 100%;
}
#step-3-con {
    width: 100%;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
#bel-delivery-info,
#bel-promo-info {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.error_show {
    color: red;
    margin-left: 10px;
}
.collapse {
    display: none;
}
#box-company h3 {
    font-weight: 400;
    text-align: center;
    font-size: 25px;
    padding-top: 20px;
    color: #363238;
    letter-spacing: 2px;
}
#bel-promo-info {
    background: #cd0b0b;
}
#bel-promo-info img {
    height: 60px;
    margin: 10px;
}
#bel-delivery-info {
    background: #fafafa;
}
.formRegister label,
.vLogin label,
.vNewsletter label,
.vSms label {
    text-align: left;
    float: left;
    display: block;
}
#bel-delivery-info img {
    height: 30px;
    margin: 10px;
}
button,
input,
select,
textarea {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    line-height: normal;
}
table {
    font-size: 13px;
}
::-webkit-input-placeholder {
    font-size: 11px;
    color: #000;
    font-weight: 100;
}
:-moz-placeholder {
    font-size: 11px;
    color: #000;
    opacity: 1;
    font-weight: 100;
}
:-ms-input-placeholder {
    font-size: 11px;
}
::-moz-placeholder {
    opacity: 1;
}
.vLogin label {
    padding-right: 8px;
    padding-top: 4px;
    color: #000;
    width: 100px;
}
.vLogin LABEL.error {
    color: #d96a6a;
    margin-top: 5px;
    margin-left: 0;
    position: relative;
    padding: 0;
    width: 100%;
    font-size: 11px;
    line-height: 18px;
}
.formRegister LABEL.error,
.vNewsletter LABEL.error {
    margin-left: 0;
    position: absolute;
}
.vSms label {
    padding-right: 8px;
    padding-top: 4px;
    color: #000;
    width: 100px;
}
.vSms LABEL.error {
    color: #d80000;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    width: auto;
    font-size: 10px;
}
.vNewsletter label {
    padding-right: 8px;
    padding-top: 4px;
    color: #000;
    width: 100px;
}
.vNewsletter LABEL.error {
    color: #d80000;
    margin-top: 50px;
    padding: 0;
    width: auto;
    font-size: 11px;
}
.formRegister label {
    padding-right: 8px;
    padding-top: 4px;
    color: #000;
    width: 100px;
}
.box-header-title h3,
.box-list-product-name {
    text-align: center;
    color: #bababa;
    font-size: 13px;
}
.formRegister LABEL.error {
    color: #d80000;
    margin-top: 0;
    padding: 0;
    width: auto;
    font-size: 10px;
}
#slide-rwd-1 {
    display: none;
}
#slide-rwd-none-1 {
    display: block;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
.box-header-title h2 {
    color: #000;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.box-header-title h3 {
    font-weight: 400;
    padding-top: 0;
}
.box-list-product-code {
    color: #bc1f1c;
    text-align: left;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 500;
}
.box-list-product-model {
    font-size: 10px;
    color: #7c7c7c;
}
.box-list-product-name {
    min-height: 40px;
    font-weight: 100;
    text-transform: uppercase;
    width: 100%;
}
.box-list-product-buy {
    width: 40%;
    float: right;
    text-align: right;
}
.box-list-product-name h2 {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 5px 0;
    margin: 0 auto;
    min-height: 40px;
    text-transform: initial;
}
.box-list-product-name h3 {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    padding: 0;
    color: #a7a7a7;
    text-align: center;
}
.box-list-product-price {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    color: #8b8b8b;
}
.offer-list-search::after {
    clear: both;
    display: table;
}
.offer-list-search {
    clear: both;
    display: block;
    margin: 0;
    padding: 0 0 40px;
    position: relative;
    transform: translateZ(0);
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.offer-list-search li {
    width: 25%;
    border: 1px solid #dfdfdf;
    float: left;
    margin: -1px -1px 0 0;
}
.offer-list,
.offer-list-s {
    margin: 0;
    padding: 0;
    position: relative;
    transform: translateZ(0);
    width: 100%;
    clear: both;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.offer-list::after {
    clear: both;
    display: table;
}
.offer-list-s::after {
    clear: both;
    display: table;
}
.offer-list-s {
    display: block;
}
.offer-list li,
.offer-list-s li {
    border: 0 solid #ebebeb;
    margin: -1px -1px 0 0;
    float: left;
}
.offer-list li {
    width: 33.333%;
}
.offer-list-s li {
    width: 50%;
}
.icon-list-product {
    width: 25%;
}
.offer-list-s .icon-list-product {
    width: 50%;
}
.offer-list-s-wrap {
    width: 50%;
    float: left;
}
.list-wrap {
    max-width: 308px;
    margin: 10px;
}
#box-offer-product h2,
#box-offer-product-buy h2 {
    font-size: 20px;
    margin: 0 auto;
    max-width: 350px;
    background: #fff;
    padding: 40px 0;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.list-wrap img.lazy {
    height: auto;
    width: 100%;
    display: block;
}
.box-list-product-price span {
    clear: both;
    display: block;
    text-align: left;
}
.box-list-product-price img {
    display: inline;
}
.col4 {
    float: left;
    width: 25%;
}
.col3 {
    float: left;
    width: 33.333%;
}
#box-offer-product {
    display: block;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
    float: left;
}
#box-offer-product:after {
    border-bottom: 0 solid #bdc7cb;
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 600px;
    z-index: -1;
}
.offer-product-list img,
.offer-product-list-look img {
    height: auto;
    width: 100%;
    padding: 0;
}
#box-offer-product h2 {
    color: #000;
}
#box-offer-product-buy {
    clear: both;
    display: block;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
#box-offer-product-buy h2 {
    color: #8c8a90;
}
.offer-product-list {
    float: left;
    width: 25%;
}
.offer-product-list-look {
    float: left;
    width: 33.333%;
}
.offer-product-list-cart {
    float: left;
    width: 25%;
}
.offer-product-list div {
    padding: 0 15px;
    border-bottom: 0;
}
.offer-product-list-look div {
    padding: 15px;
}
#box-offer-product .offer-product-list h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    margin: 0;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 15px 0 5px;
}
#box-offer-product-buy .offer-product-list h2 {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0;
    color: #000;
}
h3 {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}
.box-profil-menu h2 {
    text-align: left;
}
.profil-wrap input {
    background: #f2f2f2;
}
.profil-wrap textarea {
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #8b8b8b;
    display: block;
    float: left;
    height: 80px;
    padding: 4px;
    width: 100%;
}
#profil-menu {
    float: left;
    width: 20%;
}
#profil-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
#profil-menu li {
    white-space: nowrap;
    list-style: none;
    color: #000;
    vertical-align: middle;
    padding: 5px;
    font-size: 13px;
    margin-left: 0;
    margin-right: 8px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 1px;
}
#profil-menu li a:link {
    color: #000;
}
#profil-menu li.selected,
#profil-menu li.selected a {
    color: #fff;
    background: #000;
}
#profil-menu li.selected a:hover,
#profil-menu li.selected a:visited {
    color: #fff;
}
#profil-menu li a:visited {
    color: #000;
}
#save {
    text-align: center;
}
#save input.cart-button {
    background: #363636;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: auto;
    letter-spacing: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
}
.box-club h2,
.box-club h3 {
    color: #8c8a90;
    padding: 20px 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
}
#save input.cart-button:hover {
    background: #242424;
}
.box-club {
    float: left;
    width: 50%;
}
.box-club h2 {
    letter-spacing: 2px;
    font-size: 24px;
}
.box-club h3 {
    font-size: 13px;
}
.box-club p {
    color: #000;
    font-weight: 400;
    font-size: 13px;
}
.box-club-wrap {
    padding: 20px;
}
a.club-bt-register:link,
a.club-bt-register:visited,
a.club-bt:link,
a.club-bt:visited {
    border: 1px solid #000;
    padding: 12px 20px;
    width: 250px;
    font-size: 13px;
    text-align: center;
    margin: 0 20px;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
}
a.club-bt:link,
a.club-bt:visited {
    background: #000;
    color: #fff;
}
a.club-bt-register:link,
a.club-bt-register:visited {
    background: #fff;
    color: #000;
}
.club-input-sms {
    padding-bottom: 20px;
}
.club-input-sms input {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #dfdfdf;
    color: #8b8b8b;
    display: block;
    padding: 12px 0;
    width: 100%;
}
.box-order-back a:link,
.box-order-back a:visited,
.club-button input {
    background: none;
    color: #000;
    font-size: 13px;
    border: 1px solid #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.club-button input {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    max-width: 200px;
}
.club-button input:hover {
    background: #b40000;
    border: 1px solid #b40000;
    color: #fff;
}
#box-order-date {
    color: #8d8d8d;
    font-weight: 400;
    font-size: 13px;
}
#box-order-date span {
    font-weight: 5000;
    color: #000;
}
.box-order-back a:hover {
    background: #000;
    color: #fff;
}
.box-order-back a#p24:link {
    background: #000;
    color: #fff;
    font-size: 13px;
    border: 1px solid #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 0 auto;
}
.box-order-back a#p24:hover {
    background: #404040;
    color: #fff;
    font-size: 13px;
    border: 1px solid #404040;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.club-button input {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    font-weight: 500;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    font-size: 14px;
    text-transform: none;
}
.box-order-wrap {
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.box-order-wrap .table th,
.table td {
    border: 0;
}
.box-order-back {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.box-order-back a:link,
.box-order-back a:visited {
    padding: 12px 20px;
    width: 280px;
}
.box-order-back a:hover {
    background: #242424;
    border: 1px solid #242424;
}
.box-order-value {
    font-weight: 500;
}
.box-order-bg {
    background: #fafafa;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
#box-order-header {
    width: 100%;
    background: #fafafa;
    padding: 60px 0;
    text-align: center;
    color: #000;
    letter-spacing: 1.5px;
}
#box-order-footer {
    width: 100%;
    background: #fafafa;
    padding: 60px 0;
    text-align: center;
    color: #000;
    letter-spacing: 1.5px;
}
#box-order-header h2 {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
}
#box-order-header h3,
#box-order-number h4 {
    font-size: 15px;
    font-weight: 100;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 500;
    text-align: center;
    color: #000;
}
#box-order-number {
    max-width: 100%;
    text-align: center;
    padding: 30px 0;
    font-weight: 100;
    background: #fff;
}
#box-order-number h4 {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 0;
}
#box-order-number h5 {
    color: #000;
    font-size: 21px;
    text-align: center;
    padding: 20px 0;
}
.box-order-info {
    padding: 20px 0;
    font-weight: 500;
    font-size: 14px;
}
.box-order-info a:link {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-decoration: underline;
}
.box-order-info a:visited {
    color: #000;
}
.box-order-info a:hover {
    color: #404040;
}
.box-order-info p {
    text-align: center;
    font-size: 14px;
    color: #000;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px 0;
}
.box-pay-adrees {
    float: left;
}
#box-address-button {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    float: right;
}
.back-to-shop {
    float: right;
    margin-right: 20px;
}
.back-to-shop a:link,
.back-to-shop a:visited {
    background: #f2f2f2;
    color: #000;
    padding: 12px;
    width: 250px;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    text-align: center;
}
.next-step {
    float: right;
}
.address label {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    padding: 5px;
    margin: 0;
}
.form-item-cent {
    margin: 0;
    color: #000;
    font-size: 11px;
}
.form-item2-cent {
    font-size: 13px;
}
.form-item-cent-adres {
    float: left;
    margin: 0;
    color: #000;
    font-size: 11px;
}
#hedCash-item-cent input#next-step,
input.cart-cupon-button,
input.cart-cupon-input {
    line-height: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.form-item2-cent-adres {
    font-size: 13px;
}
#hedCash-item-cent input {
    border: 1px solid #dfdfdf;
    background: #fff;
    color: #8b8b8b;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 13px;
    width: 95%;
    display: table-cell;
    text-indent: 10px;
}
#hedCash-item-cent input.invalid {
    border: 1px solid red;
}
#hedCash-item-cent input.valid {
    border: 1px solid green;
}
#hedCash-item-cent input.error {
    border: 1px solid #d80000;
}
#hedCash-item-cent input.empty {
    width: 100px;
    border: 1px solid #c61d17;
    height: 18px;
}
#hedCash-item-cent input.check {
    width: 20px;
    height: 18px;
}
#hedCash-item-cent textarea {
    width: 100%;
    float: left;
    display: block;
    color: #8b8b8b;
    height: 80px;
    padding: 4px;
    border: 1px solid #dfdfdf;
    background: #fff;
}
#hedCash-item-cent input#next-step {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 12px 0;
    text-transform: uppercase;
    width: 250px;
}
#box-information-header h1 {
    padding: 20px 0;
    font-size: 19px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.9px;
    font-weight: 500;
}
#box-information-left {
    width: 25%;
    height: auto;
    float: left;
}
#box-information-right {
    float: right;
    width: 75%;
    color: #565656;
    font-size: 11px;
}
#box-information-right-wrap {
    float: left;
    width: 100%;
    padding: 30px;
}
#box-information-right-wrap h2 {
    text-align: left;
    margin: 0;
    font-size: 17px;
    padding: 0 0 20px;
    text-transform: none;
    font-weight: 600;
    color: #000;
}
#box-information-right-wrap p {
    padding: 0;
    font-size: 13px;
    color: #000;
}
#box-information-img-wrap img {
    width: 100%;
    height: auto;
}
#box-information-img-wrap {
    float: right;
    width: 30%;
}
.section-sidebar ul {
    display: block;
    list-style: none;
    width: 100%;
    padding: 12px;
}
.section-sidebar li {
    color: #000;
    text-align: left;
    position: relative;
    font-size: 11px;
    height: 24px;
    line-height: 25px;
    padding-left: 25px;
}
#box-promo-product:after,
.section-sidebar li a::after,
.section-sidebar li.selected::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
}
#wrap-page-login h2,
#wrap-page-login p {
    font-weight: 400;
}
#box-list-top-filtrs .section-sidebar li a::after {
    width: 12px;
    height: 12px;
    margin: auto;
    border: 1px solid #afafaf;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
#box-list-top-filtrs .section-sidebar li a:hover::after {
    border: 1px solid #000;
}
.section-sidebar li img {
    height: 20px;
    background: #000;
}
.section-sidebar li a:link {
    color: #000;
    text-decoration: none;
    font-size: 11px;
    padding-left: 0;
    width: 100%;
    display: block;
}
.section-sidebar span {
    color: #ddd;
}
.section-sidebar li a:hover {
    color: #000;
    text-decoration: underline;
}
.section-sidebar li a:visited {
    color: #000;
}
#box-filters .section-sidebar li a:link {
    font-size: 13px;
}
#box-filters .section-sidebar li {
    height: 30px;
}
#box-list-top-filtrs .section-sidebar li.selected::after {
    background: #000;
    width: 4px;
    height: 4px;
    margin: auto auto auto 4px;
    border: 1px solid #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.section-sidebar li.selected a {
    color: #000;
    font-weight: 500;
}
#box-information .section-sidebar-menu ul li {
    float: left;
    text-align: left;
    padding: 8px 0;
    border-bottom: 0 solid #eaeaea;
    font-size: 13px;
}
#box-information .section-sidebar-menu ul li a:link {
    padding: 5px 0;
    color: #000;
    text-transform: none;
}
#box-information .section-sidebar-menu ul li a:visited {
    color: #000;
}
#box-information .section-sidebar-menu ul li a:hover {
    text-decoration: underline;
    color: #7b7571;
}
#wrap-page-login h2,
#wrap-page-login h3 {
    color: #000;
    padding-top: 20px;
    text-transform: uppercase;
}
.content-box {
    padding-left: 30px;
    padding-right: 30px;
}
#content-wrap-login {
    width: 100%;
    background: #fff;
    opacity: 0.9;
}
#wrap-baner-login {
    width: 65%;
    float: left;
}
#wrap-baner-login img {
    width: 100%;
    height: auto;
}
#wrap-page-login {
    position: relative;
    left: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
#wrap-page-login h2 {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #767676;
}
#wrap-page-login p {
    color: #252525;
    text-align: center;
    clear: both;
    padding: 15px 0;
    margin: 0;
}
#wrap-page-login h3,
#wrap-page-login input,
#wrap-page-login span {
    font-weight: 100;
    text-align: center;
}
#wrap-page-login span {
    color: #8c8c8c;
    font-size: 13px;
}
#wrap-page-login h3 {
    font-size: 16px;
    padding-bottom: 30px;
    border-top: 0 solid #dfdfdf;
}
#wrap-page-login input {
    border-bottom: 1px solid #dfdfdf;
    color: #464646;
    font-size: 13px;
    padding: 15px 10px;
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -o-calc(100% - 10px);
    width: calc(100% - 10px);
    text-align: left;
}
#wrap-page-login input.invalid {
    border: 1px solid red;
}
#wrap-page-login input.valid {
    border: 1px solid #54c754;
}
#wrap-page-login input.error {
    border: 1px solid #d96a6a;
}
.login-form {
    width: 50%;
    float: left;
    padding-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
}
.login-form label {
    font-size: 11px;
    font-weight: 400;
    color: #000;
    line-height: 36px;
    float: left;
    padding-left: 0;
    padding-right: 10px;
}
.box-login {
    padding: 40px;
}
.button-no-register a:link,
.button-no-register a:visited {
    background: #f2f2f2;
    color: #000;
    padding: 12px;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    text-align: center;
}
#login-button input.button {
    background: #928378;
    color: #fff;
    border: none;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 100%;
    height: auto;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}
#wrap-page-login input.button,
#wrap-page-login input.button-register,
a:link.button {
    font-size: 13px;
    text-transform: none;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
#wrap-page-login input.button-register {
    background: #000;
    border-radius: 4px;
    color: #fff;
    max-width: 150px;
    height: auto;
    border: 1px solid #000;
    cursor: pointer;
    font-weight: 500;
    margin: 0 auto;
    display: block;
}
#wrap-page-login input.button-register:hover {
    background: #b40000;
    border: 1px solid #b40000;
}
a:hover.button,
a:link.button {
    background: #363238;
    color: #fff;
}
a:link.button {
    border: 0 solid #363238;
    letter-spacing: 0;
    display: block;
    margin-top: 0x;
    width: 100%;
}
a:active.button,
a:visited.button {
    color: #fff;
}
#wrap-page-login input.button {
    background: #363636;
    color: #fff;
    border: 1px solid #363636;
    letter-spacing: 0;
    height: auto;
    width: 100%;
    float: right;
    cursor: pointer;
}
.iNes,
.iReg {
    font-size: 11px;
    color: #8b8b8b;
}
.iNes span,
.iNews span,
.iReg span {
    padding: 10px;
}
.iNews {
    font-size: 13px;
    color: #000;
}
.product-title,
.section-sidebar h3 {
    font-size: 14px;
}
.section-sidebar {
    width: 100%;
    float: left;
}
.section-sidebar h3 {
    margin: 0;
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 12px;
    width: 100%;
}
.section-sidebar h3:hover,
.section-sidebar h4:hover {
    cursor: pointer;
}
.wrap-page-product-img-thumb {
    float: left;
    width: 15%;
}
.wrap-page-product-img-thumb img {
    width: 90px;
    opacity: 0.6;
    margin: 0;
    padding: 5px;
}
.wrap-page-product-img-big {
    box-sizing: border-box;
    float: left;
    margin: 0;
    display: block;
    padding: 0;
    width: 100%;
}
.box-product-big {
    visibility: hidden;
    margin: 0 auto;
    max-width: 500px;
}
h2#product-name {
    text-align: left;
    font-size: 15px;
}
h3#prduct-symbol,
h3#product-rate {
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    color: #8e8e8e;
}
h3#prduct-symbol {
    text-align: left;
    font-weight: 400;
}
h3#product-rate {
    text-align: left;
    font-weight: 500;
}
.product-title,
a.tab-size-link {
    color: #8b8b8b;
    text-align: left;
    text-transform: uppercase;
}
.wrap-page-product-img-thumb a.active img {
    opacity: 1;
}
a.tab-size-link {
    border: 0 solid #dfdfdf;
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 5px;
}
.product-title {
    border: 0 solid #dfdfdf;
    font-weight: 100;
    padding-top: 12px;
    padding-bottom: 10px;
}
#box-contact-bottom {
    padding-bottom: 30px;
    max-width: 900px;
    margin: 0 auto;
}
#box-contact-top h2 {
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-size: 21px;
    font-weight: 400;
    padding-top: 40px;
    padding-bottom: 30px;
}
#box-contact-top p {
    color: #000;
    font-size: 11px;
    padding: 0 5px;
    line-height: 18px;
}
#box-contact-top p.box-contact-ri {
    padding: 40px 0;
    color: #8b8b8b;
    text-align: center;
    font-size: 11px;
}
#box-contact-bottom input,
#box-contact-bottom select,
#box-contact-bottom textarea {
    background: none;
    color: #000;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
    padding: 12px 10px;
    width: 100%;
    display: block;
    text-align: left;
}
#box-contact-top a:link,
#box-contact-top a:visited {
    color: #000;
    font-weight: 500;
}
#box-contact-top a:hover,
#box-contact-top i {
    color: #000;
}
#box-contact-bottom h2 {
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 40px 0;
    letter-spacing: 1.5px;
}
#box-contact-bottom textarea {
    min-height: 140px;
}
#box-contact-bottom input.contact-button {
    background: #000;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    height: auto;
    letter-spacing: 0;
    padding: 12px;
    text-align: center;
    text-transform: none;
    border: 1px solid #000;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    width: 200px;
    border-radius: 4px;
}
#box-contact-bottom .contact-reg input {
    margin-right: 10px;
    display: inline;
}
#box-contact-bottom input.contact-button:hover {
    color: #fff;
    border: 1px solid #b40000;
    background: #b40000;
}
#box-promo-product-list h2 {
    color: #a7836d;
    letter-spacing: 2px;
    font-size: 29px;
    padding-bottom: 0;
}
#bppl-h {
    letter-spacing: 1.5px;
}
#box-promo-product-list .slide h2 {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    padding: 0;
    color: #000;
    text-align: center;
    min-height: 30px;
    letter-spacing: 0;
}
#box-promo-product-list .slide h3 {
    font-size: 13px;
    font-weight: 300;
    padding: 0;
    text-align: center;
}
#box-promo-product {
    clear: both;
    display: block;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
#box-promo-product:after {
    border-bottom: 0 solid #bdc7cb;
    height: 1px;
    margin: auto;
    right: 0;
    max-width: 600px;
    z-index: -1;
}
#box-promo-product h2 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 21px;
    margin: 0 auto;
    max-width: 650px;
    background: #fff;
    padding: 20px 0;
    font-weight: 400;
}
.box-header-slider .slide div {
    padding: 0;
}
.offer-product-list a:hover {
    text-decoration: none;
}
.list-wrap a:hover {
    text-decoration: none;
}
.slide a,
.slide a:link {
    color: #000;
}
.slide a,
.slide a:hover {
    text-decoration: none;
}
.slide h2 {
    font-size: 14px;
    color: #000;
    padding: 15px 0 5px;
    font-weight: 500;
    text-transform: none;
}
.slide span {
    font-size: 14px;
    color: #8b8b8b;
}
#owl-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
div.box-promo-price {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-align: center;
    padding: 3px 0 15px;
    border-bottom: 0 solid #d8d8d8;
}
.box-promo-price s {
    color: #000;
}
.block-left-baner {
    padding: 0;
}
.block-right-baner {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.group-section-3 {
    float: left;
    width: 25%;
    position: relative;
}
.group-section-8 {
    width: 50%;
    position: relative;
    float: left;
}
.group-section-2 {
    width: 50%;
    float: left;
}
#header,
.fix,
.logo {
    width: 100%;
}
#header {
    height: auto;
}
#header.smaller.logo img {
    left: 0;
    margin-left: 15px;
}
#header-line {
    border-bottom: 1px solid #dfdfdf;
    padding-top: 15px;
    padding-bottom: 15px;
}
#header-line.smaller {
    border-bottom: 0 solid #dfdfdf;
    padding: 0;
    width: 100%;
    display: block;
}
#clear-line {
    clear: both;
}
#clear-line.smaller {
    display: none;
}
.fix {
    position: relative;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #d9d9d9;
}
#logo.smaller img,
#nav {
    position: relative;
    left: 0;
}
.clear100 {
    clear: both;
    height: 105px;
}
.clear60 {
    clear: both;
    height: 91px;
}
.clear50 {
    clear: both;
    height: 50px;
}
.clear30 {
    clear: both;
    height: 30px;
}
.clear25,
.homeClear25 {
    clear: both;
    height: 25px;
}
.clear20 {
    clear: both;
    height: 20px;
}
.clear15 {
    clear: both;
    height: 15px;
}
#box-nav-search ul li {
    float: left;
    list-style: none;
    font-size: 10px;
    text-transform: uppercase;
}
#box-nav-search ul li:hover span {
    color: #a6a6a6;
}
#box-nav-search li {
    display: flex;
    align-items: center;
    height: 65px;
}
#box-nav-search li span {
    font-size: 10px;
    font-weight: 400;
    padding: 0 15px;
    letter-spacing: 1.5px;
    color: #000;
}
.logo {
    z-index: 300;
}
#logo {
    float: left;
    width: 30%;
}
#logo img {
    margin: 0 auto 0 -95px;
    left: 50%;
    position: absolute;
    text-align: center;
    width: 171px;
    height: auto;
}
#logo.smaller img {
    margin: 0 auto;
    text-align: left;
    width: 168px;
    height: auto;
    float: left;
}
#nav-top-wrap li,
#nav-wrap,
.inSearch input,
.lengLink {
    text-align: center;
}
.box-nav-search > #nav-top-wrap input {
    height: 32px;
}
.box-nav-search button {
    border: 1px solid #dfdfdf;
    height: 32px;
    padding: 0 5px;
    line-height: 30px;
}
.iconBasket,
.iconFav,
.iconOut,
.iconUser,
.iconSearch {
    height: 65px;
    margin: 0 8px;
}
.box-nav-log {
    padding-bottom: 0;
}
.box-nav-log-fb {
    max-width: 300px;
    margin: 15px auto 0;
}
.box-nav-log-fb a:link {
    top: 60px;
    border: 1px solid #3c5c97;
    padding: 12px 0;
    width: 300px;
    background: #3c5c97;
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
#nav-box-user-wrap .box-nav-log input {
    border: 1px solid #dfdfdf;
    color: #000;
    text-align: center;
    font-size: 11px;
    padding-bottom: 12px;
    padding-top: 12px;
    min-width: 300px;
    line-height: 18px;
    background: #fff;
    margin-bottom: 10px;
}
#nav-box-user-wrap .box-nav-log input[type="submit"] {
    border: 1px solid #363636;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: #363636;
    text-transform: uppercase;
    padding-bottom: 12px;
    padding-top: 12px;
    min-width: 300px;
    line-height: 18px;
}
#nav-box-user-wrap .box-nav-log input[type="submit"]:hover {
    background: #363636;
    color: #fff;
}
#nav-top-wrap li {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    transition: all 0.3s ease 0;
    display: flex;
    align-items: center;
}
#nav-top-wrap li:hover {
    opacity: 0.5;
}
#nav-top-wrap li span {
    top: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
#nav-top-wrap li > a {
    display: block;
    color: #000;
}
#nav-top-wrap li > a:link,
#nav-top-wrap li > a:visited {
    color: #000;
}
#nav-top-wrap li:hover span {
    color: #fff;
    background: #000;
    border-radius: 50%;
}
.inSearch input {
    background: 0 0;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 150px;
    color: #8b8b8b;
    text-indent: 0;
    text-transform: uppercase;
}
.iconBasket:hover,
.iconUser:hover {
    background-size: 18px 18px;
    transition: all 0.2s ease;
}
.lengLink,
.topBasket {
    font-size: 13px;
    padding-top: 15px;
}
.lengLink {
    text-transform: uppercase;
}
.iconUser:hover {
    color: #a6a6a6;
}
.iconUser:hover .sv-user-0 {
    fill: #acaab2;
}
.iconBasket:hover svg,
.iconFav:hover svg,
.iconLocation:hover svg,
.iconOut:hover svg,
.iconSearch:hover svg,
.iconUser:hover svg {
    fill: #a6a6a6;
}
.iconUser:hover li span {
    color: #a6a6a6;
}
.iconFav svg {
    float: left;
    margin: 0 0 0 10px;
}
.iconOut svg,
.iconUser svg {
    margin-left: 10px;
    float: left;
}
.iconBasket svg {
    float: left;
    margin-left: 15px;
}
.iconLocation svg {
    float: left;
}
.iconLocation a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slideTogglebox,
.slideToggleboxLeng {
    display: none;
    position: absolute;
    max-width: 250px;
    background-color: #fff;
    right: 0;
}
.iconSearch svg {
    float: left;
    margin-top: 8px;
}
.topBasket {
    color: #000;
    float: left;
}
.slideTogglebox table,
.topBasket span {
    font-size: 11px;
    color: #8b8b8b;
}
.slideToggleboxLeng {
    width: 40px;
    border-radius: 0;
    border: 0 solid #e7e7e7;
    padding: 0 3px 3px;
    top: 65px;
}
.slideToggleboxLeng ul {
    list-style: none;
    padding-top: 5px;
}
.slideToggleboxLeng ul li {
    width: 100%;
}
.slideTogglebox {
    width: 250px;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    padding: 0 3px 3px;
    top: 60px;
}
#cart-button-slide,
.slideTogglebox h5 {
    font-size: 13px;
    padding-bottom: 10px;
}
.slidetogglebox a: {
    color: #000;
    text-transform: uppercase;
}
.slideTogglebox a:link,
.slideTogglebox a:visited {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}
.club-box6-page-bg h2,
.slideTogglebox h5 {
    text-transform: uppercase;
    font-weight: 100;
}
.slideTogglebox span {
    color: #000;
}
.slideTogglebox img {
    position: relative;
    left: 0;
    padding: 0;
}
.slide-wrap-button,
.slide-wrap-button-prezent,
.slide-wrap-button-wyprzedaz {
    margin-top: 230px;
    position: absolute;
    top: 0;
}
.slideTogglebox #hoverCartCont {
    background: #fff;
    padding: 5px;
    height: auto;
    z-index: 999999;
}
#cart-button-slide {
    text-align: left;
    padding-top: 10px;
    color: #c72209;
    width: 100%;
    border-top: 1px solid #dfdfdf;
}
#cart-button-slide a.show-cart {
    border: 0 solid #000;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #d80000;
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0;
}
.block-left-ban,
.block-right-ban {
    padding-top: 5px;
    padding-bottom: 10px;
}
.slideTogglebox a.show-cart:link,
.slideTogglebox a:link.show-cart {
    color: #fff;
}
.slide-home-prezent {
    z-index: 777;
}
.slide-wrap-button-prezent {
    margin-left: 30px;
    left: 50%;
    z-index: 666;
}
.slide-wrap-button-prezent a,
.slide-wrap-button-wyprzedaz a {
    float: left;
}
.slide-wrap-button-wyprzedaz {
    margin-left: 0;
    left: 15%;
    z-index: 666;
    float: left;
}
.slide-home {
    margin-left: 185px;
    z-index: 777;
}
.slide-button-1 {
    margin-left: 15%;
}
.slide-wrap-button {
    margin-left: 30px;
    z-index: 666;
}
.block-right-ban {
    padding-right: 10px;
}
.block-left-ban {
    padding-left: 10px;
}
.block-cent-ban {
    padding: 5px 5px 10px;
}
.club-box6-page-bg h2 {
    font-size: 40px;
    padding-left: 0;
    color: #fff;
}
.box-clear-cart {
    padding-top: 10px;
    font-size: 11px;
    text-align: left;
    margin-left: 30px;
}
#hedCart-item-cent-line select,
#navi select {
    height: 31px;
    padding: 7px;
    text-transform: uppercase;
    color: #000;
    border: none;
}
#contact-form-info h3,
#contact-form-info h4 {
    font-size: 14px;
    font-weight: 400;
}
#toggleText0 span {
    text-transform: lowercase;
}
#all-price {
    height: auto;
    font-size: 13px;
    border-top: 0 solid #dfdfdf;
    width: auto;
    color: #4a4a4a;
    float: right;
    text-align: right;
}
#hedCart-item-cent-line select {
    float: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 11px;
    width: 50px;
}
#navi select {
    background: #f2f2f2;
    float: left;
    font-weight: 400;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 140px;
    font-size: 11px;
    cursor: pointer;
}
.topBar {
    background: #3e3e3e;
    height: 40px;
    width: 100%;
}
.group-section-1,
.group-section-2,
.homeBaner li {
    float: left;
}
.homeBaner li a:link {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    height: 0;
    position: relative;
    text-indent: -99999px;
}
.fade {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
}
.fade:hover {
    opacity: 0.8;
    z-index: 888;
}
.lazy:hover {
    opacity: 1;
    z-index: 888;
}
input {
    color: #000;
}
input[type="checkbox"]:not(old),
input[type="radio"]:not(old) {
    background: 0 0;
}
::-webkit-input-holder {
    color: gray;
    font-weight: 400;
}
::-moz-placeholder {
    color: gray;
    font-weight: 400;
}
:-ms-input-placeholder {
    color: gray;
    font-weight: 400;
}
input:-moz-placeholder {
    color: gray;
    font-weight: 400;
}
.show_menu_inf1 ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.show_menu_inf1 li {
    color: #737373;
    text-align: center;
    font-size: 11px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.show_menu_inf1 li a:link {
    color: #737373;
    text-decoration: none;
    padding-left: 5px;
}
.show_menu_inf1 li a:hover {
    color: #737373;
    text-decoration: underline;
}
.show_menu_inf1 li a:visited {
    color: #737373;
}
.show_menu_inf2 ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.show_menu_inf2 li {
    color: #737373;
    text-align: center;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.show_menu_inf2 li a:link {
    color: #737373;
    text-decoration: none;
    padding-left: 5px;
}
.show_menu_inf2 li a:hover {
    color: #737373;
    text-decoration: underline;
}
.show_menu_inf2 li a:visited {
    color: #737373;
}
.show_menu_inf3 ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.show_menu_inf3 li {
    color: #737373;
    text-align: center;
    font-size: 11px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.show_menu_inf3 li a:link {
    color: #737373;
    text-decoration: none;
    padding-left: 5px;
}
.show_menu_inf3 li a:hover {
    color: #737373;
    text-decoration: underline;
}
.show_menu_inf3 li a:visited {
    color: #737373;
}
.show_menu_inf4 ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.show_menu_inf4 li {
    color: #737373;
    text-align: center;
    font-size: 11px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.show_menu_inf4 li a:link {
    color: #737373;
    text-decoration: none;
    padding-left: 5px;
}
.show_menu_inf4 li a:hover {
    color: #737373;
    text-decoration: underline;
}
.show_menu_inf4 li a:visited {
    color: #737373;
}
.show_menu_inf5 ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.show_menu_inf5 li {
    color: #737373;
    text-align: center;
    font-size: 11px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.show_menu_inf5 li a:link {
    color: #737373;
    text-decoration: none;
    padding-left: 5px;
}
.show_menu_inf5 li a:hover {
    color: #737373;
    text-decoration: underline;
}
.show_menu_inf5 li a:visited {
    color: #737373;
}
.show_menu_inf6 ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.show_menu_inf6 li {
    color: #737373;
    text-align: center;
    font-size: 11px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.show_menu_inf6 li a:link {
    color: #737373;
    text-decoration: none;
    padding-left: 5px;
}
.show_menu_inf6 li a:hover {
    color: #737373;
    text-decoration: underline;
}
.show_menu_inf6 li a:visited {
    color: #737373;
}
.navi-wrap-right {
    float: right;
    padding: 0;
    margin-right: 10px;
    margin-top: 1px;
}
.information-menu-mobile {
    background: #f2f2f2;
    color: #000;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.box-cart-wrap,
.box-pay-cart {
    position: relative;
    color: #565656;
    text-align: justify;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    font-size: 11px;
}
.hed-margin {
    margin-left: 30px;
}
.pay-info-txt {
    font-size: 11px;
    display: inline-block;
    width: 100%;
    padding: 0 30px;
}
.box-pay-wrap {
    float: left;
    width: 100%;
    clear: both;
    border-right: 0 solid #dfdfdf;
}
.box-pay-cart {
    padding-left: 700px;
    width: 100%;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
}
#list-product-page,
.box-cart-wrap {
    margin: 0;
    -moz-box-sizing: border-box;
}
.box-adrees-wrap,
.box-adrees-wrap-left {
    float: left;
    width: 100%;
}
.box-adrees-wrap-left {
    border-right: 0 solid #dfdfdf;
    margin-left: 0;
}
.box-cart-wrap {
    width: 100%;
    box-sizing: border-box;
    float: none;
}
.show_search {
    position: absolute;
    z-index: 9999;
    height: 66px;
    top: 110px;
    width: 100%;
    background: #fafafa;
}
#bg-s {
    background: #fff;
    height: 95px;
}
.navi-bac {
    font-size: 11px;
}
.box-plk-form {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.box-plk-form input {
    border: 0 solid #a6a5a5;
    color: #666;
    font-size: 11px;
    height: 28px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-indent: 5px;
    width: 100%;
}
.add-plk label {
    display: block;
    float: left;
    color: #666;
    text-align: left;
    width: 120px;
}
#club-page input.contact-button {
    background: #9a9898;
    border: 1px solid #9a9898;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 7px;
    width: 100%;
}
.fileContainer {
    overflow: hidden;
    position: relative;
    background: #9a9898;
    float: left;
    padding: 0.5em;
}
.fileContainer [type="file"] {
    display: block;
    font-size: 13px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    cursor: pointer;
}
#hedCart-item-plk2,
.content-news-H {
    min-height: 90px;
}
#nav .nav-sub ul > li a:active .nav-sub,
#nav li:hover .nav-sub {
    left: -1px;
    top: 35px;
}
.news-img,
.news-text {
    float: left;
}
.navi-back a {
    color: #7d1e1e;
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
}
#box-filters {
    float: left;
    width: 20%;
}
#list-product-page {
    width: 77%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding-bottom: 20px;
}
#nav .nav-sub ul > li,
.nav-sub li:hover {
    text-align: center;
    position: relative;
    margin-top: 4px;
    border: none;
    font-size: 10px;
    display: block;
}
#cart-promotion-mini,
#content-news,
#content-right-info2,
#img-info,
#offer-product,
#product-baner,
.b,
.content-news-item,
.tiles {
    -moz-box-sizing: border-box;
}
#list-product-page.full {
    width: 100%;
    float: left;
}
#gh-news {
    background-image: url(../pl/images/icon/iconBgC.png);
    border: none;
    background-repeat: repeat;
    color: #fff;
}
#nav .nav-sub ul {
    list-style: none;
    height: 43px;
    padding: 0 5px;
    color: #000;
    width: 100px;
}
#nav .nav-sub ul > li {
    float: left;
    width: 100%;
}
.nav-sub li:hover {
    float: left;
    width: 100%;
    color: #3e3e3e;
}
#nav .nav-sub ul > li a {
    float: left;
    font-weight: 400;
    color: #5e5d5d;
    font-size: 10px;
    letter-spacing: 0.1ex;
    line-height: 18px;
    background: 0 0;
    text-decoration: none;
    margin: 0;
    display: block;
    outline: 0;
    padding: 0 5px;
}
#nav .nav-sub ul > li a:hover {
    color: #7d1e1e;
}
#nav li:active .nav-sub {
    left: -1px;
    top: 35px;
    transition-delay: 0.3s;
    visibility: visible;
}
.nav-sub {
    background: #fff;
    border-top: medium none;
    float: left;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 9999;
    transition: visibility 0 ease 0.3s, opacity 0.1s ease 0;
    visibility: hidden;
}
.nav-sub h3 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 20px;
}
img,
input {
    border: none;
}
#content,
.content {
    position: relative;
}
.page-login,
.page-register {
    width: auto;
    float: right;
}
#wrap-page-register h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 100;
}
#wrap-page-register input {
    border: 1px solid #e4e4e4;
    color: #464646;
    font-size: 11px;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 190px;
}
#wrap-page-register input.cart-button {
    background: #d80000;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 9px;
    height: auto;
    width: auto;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0;
}
#login-link {
    padding: 0;
    font-size: 15px;
}
#navi-title {
    margin-left: 15px;
    padding-top: 25px;
}
#navi-title h3 {
    color: #595959;
    font-size: 16px;
    font-weight: 100;
}
.quartic_name,
.quartic_name a:hover,
.quartic_name a:link,
.quartic_name a:visited {
    font-size: 18px;
    color: #908e8e;
}
.content-news-item-specjal-two {
    width: 25%;
    float: left;
}
.content-news-item-specjal {
    width: 50%;
    float: left;
}
@media (min-width: 955px) {
    .fit_container {
        width: 960px;
    }
    .fit_box,
    .list-box {
        width: 33.333%;
    }
}
.tiles {
    float: left;
}
.tiles div {
    padding: 6px;
}
.titles img {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.clear-5 {
    clear: both;
    height: 5px;
}
.clear-10 {
    clear: both;
    height: 10px;
}
.clear-20 {
    clear: both;
    height: 20px;
}
.clear-30 {
    clear: both;
    height: 30px;
}
.main-content {
    padding-top: 60px;
    padding-left: 6px;
    padding-right: 6px;
}
.page-content {
    padding-top: 60px;
    padding-left: 12px;
    padding-right: 12px;
}
.group-section-100 div,
.group-section-25 div,
.group-section-50 div {
    padding: 6px;
}
.group-section,
.group-section-25 {
    float: left;
}
.group-section-100,
.group-section-50,
.group-section-50-50 {
    float: left;
}
form {
    margin: 0;
    padding: 0;
    display: inline;
    vertical-align: bottom;
}
.quartic_header {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
    margin-left: 15px;
    margin-top: 15px;
}
.quartic_product img {
    width: 160px;
    height: 160px;
    padding: 2px;
}
.quartic_content ul {
    list-style: none;
}
.quartic_content li {
    float: left;
    width: 160px;
    list-style: none;
    margin-right: 25px;
}
#content-news,
#content-wrap,
#content-wrap-shops {
    margin-left: auto;
    margin-right: auto;
}
.quartic_name {
    text-align: left;
}
.quartic_price {
    font-size: 20px;
    color: #000;
}
.quartic_price_2 {
    text-decoration: line-through;
    font-size: 15px;
    color: #000;
}
.quartic_description li.quartic_name {
    width: 120px;
    float: left;
}
.quartic_description li .quartic_2 li,
.quartic_description li .quartic_price li {
    width: 60px;
    float: left;
}
.class_inpost_machines_dropdown,
.class_store_droplist {
    border: 1px solid #e8e8e8;
    height: 38px;
    color: #000;
    width: 100%;
    display: block;
    padding: 4px;
    font-size: 13px;
    border-radius: 2px;
    box-shadow: 0 14px 7px -18px #ccc inset;
}
#hedCart-bottom,
#hedCart-item-bottom,
#top-filtr {
    border-bottom: 1px solid #dfdfdf;
}
#menu {
    width: 380px;
    float: left;
    padding-top: 8px;
}
#order-background {
    background: url(../pl/media/files/order.jpg) no-repeat fixed;
    width: 100%;
    position: fixed;
    z-index: 99;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
}
#content-wrap-shops {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
    position: absolute;
}
#content-wrap {
    max-width: 1280px;
    padding: 0;
    clear: both;
}
.b1 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.regular {
    color: #000;
    font-weight: 500;
}
.sale,
.sale2,
.sale3 {
    color: #bc0000;
}
#top-filtr {
    background: #fff;
    width: 100%;
    height: 25px;
    position: fixed;
    margin-top: 69px;
    z-index: 100;
}
#top-filtr ul {
    display: block;
    list-style: none;
    margin: 0 0 0 200px;
    padding: 4px 0 0;
    font-size: 13px;
    height: 100%;
    color: #8e8e8e;
}
#top-filtr ul li {
    display: inline;
    white-space: nowrap;
    list-style: none;
    vertical-align: middle;
    float: left;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.b {
    float: left;
}
#content-news {
    padding: 10px;
    width: 100%;
    height: auto;
}
.content-news-H {
    background: #02146c;
    background: -moz-linear-gradient(
        left,
        #02146c 0,
        #044aaa 44%,
        #0792fd 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #02146c),
        color-stop(44%, #044aaa),
        color-stop(100%, #0792fd)
    );
    background: -webkit-linear-gradient(
        left,
        #02146c 0,
        #044aaa 44%,
        #0792fd 100%
    );
    background: -o-linear-gradient(left, #02146c 0, #044aaa 44%, #0792fd 100%);
    background: -ms-linear-gradient(left, #02146c 0, #044aaa 44%, #0792fd 100%);
    background: linear-gradient(to right, #02146c 0, #044aaa 44%, #0792fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02146c',endColorstr='#0792fd',GradientType=1);
    color: #fff;
}
.content-news-H p {
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
}
.content-news-item {
    float: left;
    color: #464646;
    margin: 0;
    display: inline-block;
}
#content-baner,
#content-v-bar,
#cookie {
    margin-left: auto;
    margin-right: auto;
}
#hedCart {
    width: 100%;
    float: left;
}
#cart-promotion {
    -moz-box-sizing: border-box;
}
#cart-promotion-mini {
    float: right;
    width: 30%;
}
#hedCart-item-top {
    width: 80%;
    height: 12px;
}
#hedCart-item-cent {
    min-height: 60px;
    font-size: 11px;
}
#hedCart-bottom {
    padding: 20px 0;
}
#cookie,
.close-cart {
    background: #fff;
}
#all-price strong {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
#hedCart-item-bottom {
    height: 1px;
}
#product-baner {
    float: left;
}
#cookie {
    width: 100%;
    padding: 10px;
    border-top: 2px solid #000;
    position: fixed;
    bottom: 0;
    z-index: 101;
}
#cookie p {
    text-align: center;
    padding: 5px;
    font-size: 10px;
    color: #000;
}
.clear {
    clear: both;
}
.close-cart a,
.close-cart a:link {
    background: #fff;
    color: #fff;
}
#content-v-bar {
    height: 3px;
}
#content-v-bar-l {
    background-repeat: repeat-x;
    height: 3px;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding: 2px;
}
#content {
    margin: 0 auto;
    min-width: 990px;
    width: 100%;
}
#content-baner {
    min-width: 990px;
    max-width: 990px;
}
#top-menu {
    margin-top: 0;
    float: right;
    font-size: 14px;
    width: auto;
}
#top-menu-wrap {
    width: auto;
    margin-right: 20px;
}
#wrapper {
    min-width: 990px;
    overflow: auto;
    font-weight: 400;
}
#top-menu-cart {
    float: right;
    color: #000;
    font-size: 13px;
}
#top-menu-cart ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 40px;
}
#top-menu-cart li {
    display: inline;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 12px;
}
#top-menu-cart li a {
    line-height: 16px;
    margin: 0;
    font-size: 11px;
    color: #fff;
}
#top-menu-cart li a:link {
    color: #fff;
}
#top-menu-cart li a:hover {
    color: #fff;
    text-decoration: underline;
}
#top-menu-cart li.selected {
    color: #000;
}
#top-menu-cart li.selected a,
#top-menu-cart li.selected a:hover {
    color: #000;
    text-decoration: underline;
}
#cart-next {
    float: right;
    margin-right: 100px;
}
#cart-next input.cart-button {
    background: #c8100e;
    color: #fff;
    border: none;
    padding: 4px;
    width: auto;
    height: auto;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}
#cart-next2 {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}
#cart-next2 input.cart-button {
    background: #d80000;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 15px;
    padding: 9px;
    height: auto;
    text-align: center;
    text-transform: uppercase;
}
#cart-next3 {
    float: left;
    margin-top: 5px;
}
#cart-next3 input.cart-button,
#cart-order input.cart-button {
    color: #fff;
    margin-top: 15px;
    text-align: center;
    letter-spacing: 0;
}
#cart-next3 input.cart-button {
    background: #b40000;
    font-size: 14px;
}
#cart-order {
    padding: 20px 0 30px;
}
#cart-order input.cart-button {
    background: #000;
    border: 1px solid #000;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 600;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    display: block;
    padding: 12px 0;
}
#cart-order input.cart-button:hover {
    background: #b40000;
    border: 1px solid #b40000;
}
#search {
    float: right;
    font-size: 11px;
    color: #4b4a4a;
    margin-top: 2px;
}
.search00 {
    display: none;
}
.click {
    display: block;
    z-index: 999;
    background: #fff;
    position: absolute;
    margin-left: -250px;
}
.none {
    display: none;
}
input.input-search {
    border: 1px solid #dfdfdf;
    color: #666;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    width: 250px;
}
#hedCash-item-top,
#scrollbar {
    height: 12px;
}
#headerMenu {
    height: 32px;
    width: 100%;
}
#headerMenu-wrap {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}
#hoverCartCont a:link,
.slideTogglebox #hoverCartCont a:visited {
    font-size: 13px;
    color: #666;
}
#hoverCartCont a:hover {
    color: #fff;
}
#hedCash-item-cent {
    min-height: 60px;
    color: #000;
    font-size: 11px;
}
#hedCash-cent h2 {
    font-weight: 400;
    font-size: 27px;
    color: #464646;
    padding-left: 10px;
    margin-left: 8px;
    padding-top: 0;
    width: 600px;
    float: left;
}
.hedCash-title {
    color: #000;
    font-size: 15px;
    padding-top: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #dfdfdf;
    background: #f5f5f5;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.hedCash-title span {
    padding-left: 15px;
}
input.button_link_01 {
    background: #d80000;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    padding: 9px;
    text-align: center;
}
a.button_link_01 {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    margin: 0 auto;
    max-width: 200px;
}
a.button-bay,
a:link.button_link_01 {
    color: #fff;
    font-size: 13px;
    display: block;
}
a:link.button_link_01 {
    background: #000;
    text-align: center;
    text-decoration: none;
}
a.button-bay {
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: center;
}
a:visited.button_link_01 {
    color: #fff;
}
a:hover.button_link_01 {
    background: #b40000;
    border: 1px solid #b40000;
}
a.button-bay {
    background: #cb4441;
    padding-top: 15px;
    width: 100%;
    height: 50px;
    max-width: 300px;
}
#product-size select {
    height: 45px;
    width: 100%;
    cursor: pointer;
}
a:hover.button-bay {
    background: #a62824;
}
a.button-back2 {
    color: #fff;
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 8px;
    text-align: center;
    background: #000;
    max-width: 200px;
    display: block;
    letter-spacing: 0;
    text-transform: uppercase;
}
a.tab,
a:link.tab {
    color: #fff;
    font-size: 13px;
    margin-top: 15px;
    padding: 15px 50px;
    text-align: center;
}
#product-size ul,
#single2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a:visited.tab {
    color: #fff;
}
#product-size li {
    float: left;
    text-align: center;
    padding: 2px;
}
#product-size li a:link {
    width: 25px;
    height: 20px;
    margin: 5px 3px;
    font-size: 11px;
    color: #000;
    background: #fff;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
    cursor: pointer;
}
#product-size li a:hover {
    background: #000;
}
#product-size li a:visited {
    color: #fff;
    cursor: pointer;
}
#product-size li a.selected {
    color: #fff;
    background: #000;
}
#product-size li a.selected:link {
    background: #d3d1d1;
    color: #000;
}
#single2 li a,
#single2 li a:link {
    margin: 5px 3px;
    background: #fff;
    vertical-align: middle;
    color: #000;
}
#single2 li {
    float: left;
    text-align: center;
    padding: 2px;
}
#single2 li a {
    width: 40px;
    height: 20px;
    font-size: 11px;
    border: 1px solid #d3d1d1;
    white-space: nowrap;
    display: table-cell;
    padding: 4px;
    cursor: pointer;
    text-decoration: none;
}
#single2 li a:link,
#single2 li.none {
    width: 40px;
    height: 35px;
    font-size: 11px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    display: table-cell;
    padding: 4px;
}
#single2 li a:hover {
    background: #d3d1d1;
}
#single2 li a:visited {
    color: #000;
    cursor: pointer;
}
#single2 li a.selected {
    color: #000;
    background: #d3d1d1;
}
#single2 li a.selected:link,
#single2 li a.selected:visited {
    background: #000;
    color: #fff;
}
#single2 li.none {
    color: #777;
    margin: 2px 3px;
    border: 1px solid #d3d1d1;
    background: #fff;
    vertical-align: middle;
}
#headerMenu-Tab-list li,
#headerMenu-log li,
#headerMenu-menu li {
    display: inline;
    white-space: nowrap;
    vertical-align: middle;
}
#headerMenu-Tab-list ul,
#headerMenu-log ul,
#headerMenu-menu ul {
    display: block;
    padding: 0;
    list-style: none;
}
#headerMenu-menu {
    font-weight: 400;
    color: #888;
    font-size: 15px;
    height: 40px;
    float: left;
    width: auto;
}
#headerMenu-menu ul {
    margin: 0;
    height: 100%;
}
#headerMenu-menu li {
    list-style: none;
    float: left;
    padding-top: 0;
    padding-left: 7px;
    padding-right: 7px;
}
#headerMenu-menu li.selected {
    background: #888;
    height: 40px;
    color: #fff;
}
#headerMenu-menu li.selected a {
    height: 52px;
    color: #888;
}
#headerMenu-menu li.selected a:hover {
    background: #888;
    height: 40px;
    color: #fff;
}
#headerMenu-menu li a {
    height: 40px;
    color: #888;
}
#headerMenu-menu li a:hover {
    background: #888;
    height: 50px;
    color: #fff;
}
#headerMenu-search {
    float: right;
    width: auto;
    padding-top: 0;
    height: 25px;
}
#headerMenu-cart {
    margin-top: -5px;
    float: left;
}
#top-menu-social .headerMenu-cart-link a.hover {
    background: url(../images/upload/icon/icon_bag.png) 0 -3px no-repeat;
    height: 26px;
    width: 27px;
}
#headerMenu-log {
    float: left;
    color: #7e7e7e;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 11px;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
}
#headerMenu-log ul {
    margin: 0;
}
#headerMenu-log li {
    padding: 3px;
}
#headerMenu-log li.selected {
    background: #353535;
    color: #bfbfbf;
}
#headerMenu-log li.selected a {
    color: #bfbfbf;
}
#headerMenu-log li.selected a:hover {
    color: #bfbfbf;
    text-decoration: underline;
}
#headerMenu-log li a {
    color: #504f4f;
    text-decoration: none;
}
#headerMenu-log li a:hover {
    color: #504f4f;
    text-decoration: underline;
}
#headerMenu-Tab-wrap {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}
#headerMenu-Tab {
    background: url(../../images/bg/bg_menu.png) no-repeat;
    width: 480px;
    height: 29px;
    float: right;
    margin-top: -3px;
    color: #d8d8d8;
    font-size: 11px;
}
#headerMenu-Tab-list ul {
    margin: 0 0 0 60px;
    float: left;
    font-size: 10px;
}
#headerMenu-Tab-list li {
    padding-left: 9px;
    padding-right: 5px;
    padding-top: 6px;
    float: left;
    font-size: 11px;
}
#headerMenu-Tab-list li a:hover,
#headerMenu-Tab-list li a:link,
#headerMenu-Tab-list li a:visited {
    color: #7d7d7d;
    font-size: 10px;
    text-decoration: none;
}
#headerMenu-Tab-list li.navMenu,
#headerMenu-Tab-list li.navMenu a:hover,
#headerMenu-Tab-list li.navMenu a:link,
#headerMenu-Tab-list li.navMenu a:visited {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
}
#headerMenu-Tab-list li.navMenu {
    width: 34px;
    background: url(../../images/jz2012/arrowSmall.png) -3px 9px no-repeat;
}
#navigation a:hover,
#textInfo a:hover {
    text-decoration: underline;
}
#box-left-offer-product {
    float: left;
    width: 20%;
    clear: both;
}
#box-left-offer-product-two {
    float: left;
    width: 200px;
    height: 80%;
    padding-right: 10px;
    border-right: 0 solid #dfdfdf;
}
#left-menu-top {
    border-top: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    height: 3px;
}
#left-menu-bottom {
    background-image: url(../../images/jz2012/iMenuBottom.png);
    width: 200px;
    height: 3px;
    border-bottom: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#left-menu-promo {
    background-image: url(../../images/jz2012/bg_promo.png);
    width: 200px;
    height: 40px;
}
#left-menu-promo span {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 10px;
}
#navigation-wrap {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}
#navigation {
    float: left;
    font-size: 10px;
    color: #757475;
    padding-bottom: 10px;
}
#navigation span {
    background: url(../images/upload/icon/icon_arrow-nav.png) 50% 2px no-repeat;
    color: #fff;
    padding: 0 10px;
    text-indent: -99999px;
}
#navigation a:link.navLink,
#navigation a:visited.navLink {
    color: #c72209;
}
#navigation a:hover.navLink {
    color: #c72209;
    text-decoration: underline;
}
#navigation a:hover,
#navigation a:link,
#navigation a:visited {
    color: #8e8e8e;
}
.contMenu {
    color: #000;
    text-align: left;
    padding-left: 25px;
    text-transform: uppercase;
}
#h3-product,
#product-size {
    color: #666;
    font-size: 13px;
}
#content-H,
#hedInfo h2,
#pagination,
#product-size,
#product-tab,
.input-item,
.product-item {
    text-align: center;
}
.contMenu h2 {
    font-size: 18px;
    font-weight: 400;
}
.menu-v-bar {
    height: 3px;
    width: 205px;
    margin-left: 10px;
}
#content-right-top {
    width: 730px;
    height: 3px;
}
#content-right-bottom {
    width: 730px;
    height: 1px;
}
#textInfo a:link,
#textInfo a:visited {
    text-decoration: none;
    color: #565656;
}
#nav-footer,
#nav3 {
    width: 720px;
    border: 1px solid #dfdfdf;
    height: 35px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#pagination {
    margin-left: 2px;
}
#pagination li {
    list-style: none;
    float: left;
    margin-right: 2px;
    padding: 1px;
    color: #fff;
}
#pagination li:hover {
    color: #fe0900;
    cursor: pointer;
}
#loading {
    height: 100%;
}
#offer-product {
    float: left;
}
#title-product {
    color: #908e8e;
    font-size: 13px;
    text-transform: uppercase;
}
#product-size {
    padding-top: 5px;
    width: calc(100% - 80px) !important;
    width: 200px;
    margin: 0;
    float: left;
}
#product-tab {
    font-weight: 500;
}
.input-item {
    border: 1px solid #e4e4e4;
    height: 23px;
    font-size: 13px;
    width: 50px;
    margin-top: 2px;
}
#section-sidebar-color,
#section-sidebar-price,
#section-sidebar-size {
    width: 200px;
    padding-left: 20px;
    padding-top: 10px;
}
.product-item {
    font-weight: 400;
}
.product-description {
    color: #3e3e40;
    margin-right: 5px;
    font-size: 11px;
}
#section-sidebar-size li a:link,
#section-sidebar-size li a:visited {
    color: #fff;
    cursor: pointer;
    background: #888;
}
#section-sidebar-color ul,
#section-sidebar-size ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#section-sidebar-size li {
    float: left;
    text-align: right;
    padding: 2px;
}
#section-sidebar-size li a:link {
    width: 25px;
    height: 20px;
    margin: 5px 3px;
    font-size: 11px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
}
#content-right-contact-form input,
#content-right-contact-form textarea {
    border: 1px solid #dfdfdf;
    color: #666;
    width: 300px;
}
#section-sidebar-size li a:hover {
    background: #ea0000;
}
#section-sidebar-size li.size_selected a,
#section-sidebar-size li.size_selected a:link {
    background: #ea0000;
    color: #fff;
}
#progil_login {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.link00 {
    font-weight: 500;
    padding-left: 3px;
    padding-right: 3px;
}
.window {
    float: left;
    width: 220px;
    margin-left: 20px;
    height: 300px;
    border: 1px solid #dfdfdf;
}
.offer-list-item,
.offer-list-itemHover {
    width: 180px;
    text-align: center;
    float: left;
}
.widnow a:link,
.widnow a:visited {
    color: #4e4e4e;
    text-decoration: none;
}
.up a:hover,
.widnow a:hover,
a:hover.button-back {
    text-decoration: underline;
}
.widnow a:hover {
    color: #4e4e4e;
}
.up,
.up a:hover,
.up a:link,
.up a:visited {
    color: #565656;
}
.up {
    padding-left: 20px;
}
.offer-list-item {
    height: 210px;
    padding-bottom: 10px;
}
.list-item-color {
    display: none;
}
.offer-list-itemHover {
    min-height: 200px;
    z-index: 99999999;
    background: #fff;
    padding-bottom: 5px;
    border: 1px solid #dfdfdf;
}
.offer-list-itemHover .list-item-color {
    position: absolute;
    display: block;
    margin-left: 0;
    border: 0 solid #dfdfdf;
    background: #fff;
    z-index: 99999999;
    text-align: left;
}
.zoomThumbActive img {
    opacity: 1;
}
.rest img {
    opacity: 0.4;
}
@media (min-width: 0) and (max-width: 1024px) {
    input#bns-input {
        text-align: left;
        line-height: 14px;
        margin: 0 10px;
        min-width: 170px;
        padding: 20px 0;
    }
    #box-dynamic-banner {
        margin-top: 0;
    }
    #left-menu-con h2 {
        padding: 5px 0;
    }
    #box-user-login {
        padding: 40px 15px;
        margin-left: 0;
        max-width: 100%;
    }
    .group-section-1 img {
        max-width: 100%;
    }
    .row {
        display: inline-block;
        flex-wrap: none;
        margin-right: 0;
        margin-left: 0;
    }
    .col-6 {
        float: left;
        flex: none;
    }
    .box-breadcrumbs {
        width: 100%;
    }
    .add-big span {
        display: block;
    }
    #box-information-left-i {
        width: 100%;
    }
    #box-information-right-i {
        width: 100%;
        float: left;
    }
    #information-delivery span,
    #information-payment span {
        width: 100%;
        padding: 20px 0;
    }
    .box-cart-left {
        width: 65%;
    }
    .box-cart-right {
        width: 35%;
    }
    .filter-j-color-box li img {
        padding: 15px;
    }
    #hedCart-bottom,
    .blo {
        display: none;
    }
    .filter-j-color-box li {
        width: 10%;
    }
    .box-order-info,
    .class_inpost_machines_dropdown,
    .class_store_droplist,
    .pay-info-txt {
        width: 100%;
    }
    .border {
        border: none;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav > li > a {
        font-weight: 400;
        font-size: 15px;
    }
    .massage {
        font-size: 11px;
    }
    .block-cent-ban,
    .block-left-ban,
    .block-right-ban {
        padding: 5px;
    }
    .slide-button-1 {
        margin-left: 10%;
    }
    .slide-wrap-button {
        margin-left: 30px;
        margin-top: 0;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 666;
    }
    .box-pay-op,
    .hed-margin {
        margin-left: 0;
    }
    #content-wrap-shops {
        overflow: hidden;
    }
    #botCart-item-bottom {
        margin-left: 0;
        height: auto;
    }
    .box-pay-cart {
        padding: 0;
        float: left;
    }
    .box-pay-op {
        float: left;
    }
    .box-adrees-wrap,
    .box-pay-wrap {
        float: none;
        width: 100%;
    }
    #product-con,
    .box-adrees-wrap-left {
        margin-left: 10px;
        margin-right: 10px;
    }
    .box-pay-wrap {
        border-right: 0 solid #dfdfdf;
    }
    .mobile_link {
        color: #000;
        font-size: 18px;
        display: block;
        background: #f2f2f2;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 500;
    }
    #cart-promotion-mini,
    #product-baner,
    .box-cart-wrap,
    .mobile,
    .navi-wrap-right,
    li.mobile {
        display: none;
    }
    li.mobile {
        padding: 0;
    }
    .clear-30 {
        height: 0;
    }
    .box-adrees-wrap-left {
        width: 100%;
        border-right: 0;
    }
    #hedCash-bottom {
        width: 100%;
    }
    #hedCash-item-cent,
    #hedCash-item-cent textarea {
        width: 100%;
    }
    #product-con {
        padding-left: 0;
    }
    #hedCash-item-cent input {
        width: 120px;
    }
    .wrap-page-product-img-big {
        float: left;
        padding-left: 0;
        width: 100%;
    }
    .product-left__wrapper .breadcrumbs {
        padding: 0 20px;
    }
    .wrap-page-product-img-thumb img {
        width: 50px;
    }
    #hedCart,
    .club-box1-page,
    .club-box6-page,
    .news-img,
    .news-text {
        width: 100%;
    }
    .clear-offer {
        clear: both;
        height: 58px;
    }
    #hedCart {
        float: none;
    }
    .massage {
        margin-left: 0;
    }
    .list-symbol {
        float: left;
        clear: both;
    }
    .news-img {
        float: left;
    }
    .page-login,
    .page-register {
        background: #cfcfcf;
        float: none;
        padding: 10px;
        margin: 20px;
    }
    .club-box-wrap {
        width: 85%;
    }
    .club-box-wrap2 {
        width: 90%;
    }
    .club-info-box1 {
        padding: 0 10px;
    }
    .show_menu_mobile {
        display: block;
    }
    .group-section-3 {
        width: 33.333%;
        position: relative;
    }
    #box-left-offer-product {
        display: block;
        width: 100%;
    }
    #contact-page-b,
    #img-info,
    #nav,
    .club-box4-page,
    .club-box5-page,
    .link-credit {
        display: none;
    }
    #content-right-con {
        width: 100%;
    }
    #hedInfo {
        height: auto;
        margin-top: 0;
        padding-top: 0;
    }
    .box-contact-info {
        float: left;
        text-align: left;
        margin-left: 5px;
        padding-bottom: 10px;
        color: #5e5d5d;
    }
    .box-contact-form {
        float: none;
        margin-left: 0;
    }
    .respons-menu {
        float: right;
        padding-top: 35px;
        margin-right: 15px;
    }
    #contact-page-ba {
        width: 100%;
        float: left;
    }
    .wrap-contact-page-ba {
        margin: 0;
    }
    .group-section-100,
    .group-section-25,
    .group-section-50 {
        width: 50%;
    }
    .group-section,
    .group-section-100-tiles {
        width: 100%;
    }
    .tiles {
        width: 50%;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .box-pay-information,
    .club-box4-page,
    .information-menu-mobile,
    .mobile_link,
    .respons-menu {
        display: none;
    }
    .box-pay-login {
        width: 100%;
    }
    .slide-button-1 {
        margin-left: 15%;
    }
    .clear-offer {
        clear: both;
        height: 58px;
    }
    .list-symbol {
        float: right;
    }
    .page-login {
        margin-right: 150px;
        width: 200px;
    }
    .page-register {
        width: 500px;
        margin-right: 100px;
    }
    .icon-list-product {
        width: 25%;
    }
    #contact-page {
        width: 30%;
    }
    #content-right-con {
        width: 60%;
    }
    #contact-page-ba {
        width: 70%;
    }
    .box-contact-form {
        float: left;
        width: 300px;
    }
    .club-box1-page {
        width: 100%;
    }
    .club-box6-page {
        width: 33.333%;
    }
    .club-box-wrap {
        width: 31%;
    }
    .club-box-wrap2 {
        width: 33.333%;
    }
    .club-box5-page {
        width: 66.667%;
    }
    .group-section-25 {
        width: 25%;
    }
    .group-section-100,
    .group-section-50 {
        width: 50%;
    }
    .group-section-100-tiles {
        width: 100%;
    }
    .group-section {
        width: 50%;
    }
    .tiles {
        width: 16.666%;
    }
    #box-offer-product,
    #offer-product,
    .news-img,
    .news-text {
        width: 100%;
    }
    .news-img {
        float: left;
    }
    .box-product-big {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1281px) and (max-width: 1599px) {
    .information-menu-mobile,
    .mobile_link,
    .respons-menu {
        display: none;
    }
    .clear-offer {
        clear: both;
        height: 58px;
    }
    .list-symbol {
        float: right;
    }
    .page-login {
        margin-right: 250px;
        width: 200px;
    }
    .page-register {
        width: 500px;
        margin-right: 150px;
    }
    #contact-page {
        width: 30%;
    }
    #content-right-con {
        width: 60%;
    }
    #contact-page-ba {
        width: 70%;
    }
    .box-contact-form {
        float: left;
        width: 180px;
    }
    .club-box1-page {
        width: 100%;
    }
    .club-box6-page {
        width: 50%;
    }
    .club-box4-page {
        width: 25%;
    }
    .club-box5-page {
        width: 75%;
    }
    .club-box-wrap {
        width: 23%;
    }
    .club-box-wrap2,
    .group-section-25 {
        width: 25%;
    }
    .group-section-100,
    .group-section-50 {
        width: 50%;
    }
    .group-section-100-tiles {
        width: 100%;
    }
    .group-section {
        width: 50%;
    }
    .tiles {
        width: 16.666%;
    }
    #box-offer-product,
    #offer-product,
    .news-img,
    .news-text {
        width: 100%;
    }
    .news-img {
        float: left;
    }
    .box-product-big {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1600px) and (max-width: 2990px) {
    .information-menu-mobile,
    .mobile_link,
    .respons-menu {
        display: none;
    }
    .clear-offer {
        clear: both;
        height: 58px;
    }
    .list-symbol {
        float: right;
    }
    .page-login {
        margin-right: 300px;
        width: 200px;
    }
    .page-register {
        width: 500px;
        margin-right: 200px;
    }
    #content-right-con {
        width: 60%;
    }
    .box-contact-form {
        float: left;
        width: 250px;
    }
    .group-section-100 {
        width: 100%;
    }
    #contact-page {
        width: 30%;
    }
    #contact-page-ba {
        width: 70%;
    }
    .club-box1-page {
        width: 100%;
    }
    .club-box6-page {
        width: 55%;
    }
    .club-box4-page {
        width: 25%;
    }
    .club-box5-page {
        width: 75%;
    }
    .club-box-wrap {
        width: 23%;
    }
    .club-box-wrap2,
    .group-section-25 {
        width: 25%;
    }
    .group-section,
    .group-section-50 {
        width: 50%;
    }
    .group-section-100-tiles {
        width: 100%;
    }
    .tiles {
        width: 16.666%;
    }
    #box-offer-product,
    #offer-product,
    .news-img,
    .news-text {
        width: 100%;
    }
    .news-img {
        float: left;
    }
}
.container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.wrap,
.wrap-back {
    pwidth: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#head-tittle h2 {
    color: #01438e;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 15px;
}
#bg-contact {
    width: 100%;
    z-index: 999;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.msq-false,
.msq-true {
    width: 100%;
    font-size: 14px;
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    margin-top: 0;
    text-align: center;
}
.msq-true {
    border: 1px solid #d5efc2;
    background: #d5efc2;
    color: #2e5014;
}
.msq-false {
    border: 0 solid #dedede;
    background: #b80000;
}
#contact-page {
    float: left;
    color: #5e5d5d;
}
#contact-page-ba {
    float: right;
}
.wrap-contact-page-ba {
    margin-left: 25px;
    margin-top: 15px;
}
#contact-page h3 {
    font-size: 29px;
    font-weight: 100;
    color: #d1d0cf;
    text-transform: uppercase;
}
#contact-form input,
#contact-form select,
#contact-form textarea {
    border: 0 solid #a6a5a5;
    color: #666;
    padding-top: 7px;
    font-size: 11px;
}
#contact-form-info {
    width: 770px;
}
#contact-form input {
    width: 100%;
    padding-bottom: 7px;
    text-indent: 5px;
    height: 20px;
}
#contact-form select {
    width: 100%;
    padding-bottom: 7px;
    height: 34px;
    background: #fff;
    float: left;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
#contact-form textarea {
    width: 100%;
    text-indent: 5px;
    resize: none;
    height: 80px;
}
#contact-form input.contact-button {
    background: #d80000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0;
    padding: 9px;
    text-align: center;
    text-transform: uppercase;
    height: 40px;
    width: 100%;
}
.box-contact-form {
    width: 300px;
    float: left;
}
.box-contact-info {
    float: right;
    font-size: 11px;
    text-align: right;
    margin-left: 25px;
    color: #5e5d5d;
}
.profil-wrap {
    margin-left: 20px;
    margin-right: 20px;
}
.box2-contact-info {
    float: left;
    font-size: 11px;
    text-align: left;
    width: 33.33%;
}
.box3-contact-info {
    float: right;
    font-size: 11px;
    text-align: right;
    width: 33.33%;
}
.box-contact-info a,
.box-contact-info a:link,
.box3-contact-info a,
.box3-contact-info a:link {
    color: #5e5d5d;
}
.contact-reg {
    color: #969697;
    font-size: 11px;
    padding: 12px 0;
    text-align: justify;
    width: 100%;
    position: relative;
}
.box-contact-gpw {
    text-align: justify;
    font-size: 9px;
}
#navi-bottom {
    padding-top: 20px;
}
#navi-bottom a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
#navi-bottom a:hover {
    color: #000;
}
#navi-bottom span {
    padding-left: 5px;
    padding-right: 5px;
}
.logo-specjal {
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}
#bg-order {
    clear: both;
}
.club-box9-page {
    width: 45%;
}
#form_panel {
    width: 100%;
}
.news-text h2 {
    color: #000;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
}
.news-img-wrap {
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 25px;
}
.news-text-wrap {
    padding-left: 140px;
    padding-right: 140px;
    padding-top: 25px;
    text-align: center;
}
.news-data {
    padding-top: 5px;
    padding-left: 15px;
    font-size: 17px;
    line-height: 24px;
    color: #000;
}
.cart-tab {
    padding: 0;
    display: table;
    width: 100%;
}
.cart-tab select {
    cursor: pointer;
    padding: 7px 5px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downNew.svg);
    background-repeat: no-repeat;
    background-position: 80% 50%;
    width: 40px;
    text-transform: uppercase;
    font-size: 11px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}
.list-inspiration {
    width: 50%;
    background: #d3d2d0;
    float: left;
    min-height: 200px;
}
.profil-list {
    width: 80%;
    float: left;
}
.box-tab-size {
    width: 100%;
    max-width: 500px;
    min-width: 300px;
}
.box-tab-size table {
    width: 100%;
    padding: 10px 25px 10px 10px;
    font-size: 13px;
    color: #000;
}
.box-tab-size table tr td {
    border-bottom: 1px solid #dedddd;
    border-right: 1px solid #dedddd;
    padding: 5px;
    text-align: center;
}
.box-tab-size ul {
    width: 50%;
    float: left;
}
.box-tab-size li {
    width: 100%;
    list-style: none;
    color: #000;
    text-align: center;
    font-size: 13px;
    padding: 6px 0;
}
.inspiration-box-right h1,
.inspiration-box-right h3 {
    color: #595959;
    margin-left: 40px;
    text-transform: uppercase;
    font-weight: 400;
}
.box-tab-size li.bg-size {
    background: #fafafa;
}
.box-tab-size li span {
    text-transform: uppercase;
}
.group-section-4 {
    width: 25%;
    float: left;
}
.inspiration-box-left,
.inspiration-box-right {
    width: 50%;
    float: left;
}
.inspiration-box-right h3 {
    font-size: 20px;
    padding-top: 90px;
}
.inspiration-box-right h1 {
    font-size: 30px;
    padding-top: 10px;
}
.inspiration-box-right p {
    font-size: 13px;
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
}
@media (min-width: 0) and (max-width: 1024px) {
    #box-filters {
        display: none;
    }
    #drop-filtr {
        z-index: 200;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        display: none;
        background: #fff;
        z-index: 999;
        padding-bottom: 80px;
    }
    #drop-filtr-sort {
        z-index: 200;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        display: none;
        background: #fff;
        z-index: 999;
    }
    #box-list-top {
        display: none;
    }
    .filter__header {
        text-align: center;
        position: relative;
        max-width: 100%;
        padding: 18px 15px;
        z-index: 1;
        border-bottom: 1px solid #f5f5f5;
        background: #f5f5f5;
        text-align: left;
        display: block;
        cursor: pointer;
    }
    .filter__header img {
        margin-right: 10px;
    }
    .filter__content {
        padding: 20px;
        box-sizing: border-box;
        height: 100%;
        overflow: scroll;
    }
    .category-scroll {
        border: solid #e0e0e0;
        border-width: 0;
        display: flex;
        flex-wrap: nowrap;
        margin: 0 -15px;
        overflow: auto;
        padding: 0;
        position: static;
        scroll-behavior: smooth;
        width: auto;
        display: flex !important;
        padding: 20px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        text-transform: capitalize;
    }
    .category-scroll__link {
        height: 32px;
        display: inline-block;
        padding: 0 12px;
        line-height: 30px;
        margin: 0 8px 0 0;
        color: #1a1a1a;
        outline: none;
        text-decoration: none;
        white-space: nowrap;
        background-color: #fff;
        border: 1px solid #d8d8d8;
        border-radius: 6px;
        transition: border-color 0.2s ease-out;
    }
    #box-filters .section-sidebar {
        border: solid #e0e0e0;
        border-width: 1px 0;
        display: flex;
        flex-wrap: nowrap;
        margin: 20px -15px 0;
        overflow: auto;
        padding: 0;
        position: static;
        scroll-behavior: unset;
        width: auto;
        display: flex !important;
    }
    .box-list-category-wrap {
        position: relative;
        margin: 0;
    }
    #box-sorting {
        margin: 0;
    }
    .nav-tabs > li {
        background: #fff;
        border: 0 solid #d8d8d8;
        color: #fff;
        width: 100%;
        border-radius: 6px;
        max-width: 100%;
    }
    #drop-filtr-h.nav-tabs > li a:hover {
        background: #fff;
    }
    #nav-top-wrap ul {
        display: inline-block;
        float: none;
    }
    #header .wrap {
        padding: 0;
    }
    #bt-menu2 {
        float: none;
    }
    #box-sorting,
    #box-sorting select {
        width: 50%;
        display: none;
    }
    .offer-list li {
        width: 33.333%;
    }
    #box-limit,
    #cart-promotion,
    #list-product-page .nav-tabs,
    .login-img,
    .logo-specjal {
        display: none;
    }
    #list-product-page-wrap {
        padding: 0;
    }
    .tag-sale {
        padding-top: 15px;
    }
    #wrap-page-login {
        position: relative;
        background: #fff;
        margin-top: 0;
        top: 0;
    }
    .boxLogin-wrap div:first-child {
        padding: 10px 0;
    }
    .offer-list-search li {
        width: 50%;
    }
    .offer-list-action li {
        width: 33.333%;
    }
    .icon-list-product {
        width: 50%;
    }
    #box-filters {
        float: left;
        width: 100%;
    }
    #bg-contact {
        background: #f5f5f5;
    }
    .contact-reg {
        width: 100%;
        padding-bottom: 25px;
    }
    .contact-reg label {
        float: none;
    }
    .b {
        width: 50%;
    }
    .content-news-item {
        width: 100%;
        height: 100%;
    }
    #img-info {
        width: 35%;
    }
    #cart-promotion {
        margin-left: 20px;
        width: 270px;
        float: left;
        padding-top: 20px;
    }
    .imgr {
        margin-left: 60px;
    }
    .group-section-1 {
        width: 50%;
    }
    .group-section-5 {
        width: 33.333%;
    }
    .box-backstage,
    .box-campagne,
    .group-section-2 {
        width: 100%;
    }
    .logo {
        margin-left: 0;
    }
    #contact-form {
        width: 100%;
    }
    .wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    #list-product-page,
    .box-adrees-wrap,
    .box-adrees-wrap-left {
        width: 100%;
    }
    #list-product-page {
        padding-bottom: 20px;
    }
    .news-img-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-text-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    #hedCash-item-cent input,
    .cart-tab {
        padding-left: 0;
        padding-right: 0;
    }
    #navi div {
        margin-left: 0;
        padding-top: 10px;
    }
    .club-box6-page-bg,
    .contMenu {
        padding: 0;
    }
    #wrap-page-login,
    .login-form {
        width: 100%;
    }
    .club-box9-page,
    .list-inspiration {
        width: 100%;
    }
    #profil-menu,
    .profil-list {
        width: 100%;
    }
    .profil-wrap {
        margin: 0;
    }
    .inspiration-box-left,
    .inspiration-box-right {
        width: 100%;
        float: left;
    }
    #contact-form-info,
    .box2-contact-info,
    .box3-contact-info {
        width: 100%;
    }
    .wrap-page-product-img-thumb img {
        float: none;
    }
    .box-info-delivery img {
        width: 100%;
        height: auto;
        display: none;
    }
    #all-price {
        width: 100%;
        min-width: 100%;
    }
    #hedCash-item-cent input {
        width: 100%;
        display: block;
    }
    .slide-button-1 {
        display: none;
    }
}
@media (min-width: 1024px) and (max-width: 1260px) {
    #box-menu-banner {
        display: none;
    }
    .block-left-baner {
        width: 100%;
    }
    .b,
    .content-news-item {
        width: 33.333%;
    }
    #img-info {
        width: 35%;
    }
    #cart-promotion {
        margin-left: 20px;
        width: 270px;
        float: left;
        padding-top: 20px;
    }
    .imgr {
        margin-left: 80px;
    }
    .group-section-1 {
        width: 50%;
    }
    .group-section-2 {
        width: 66.6666%;
    }
    .box-adrees-wrap {
        width: 700px;
    }
    .box-cart-wrap {
        padding-left: 700px;
    }
}
#wrap-page-login input.button-black,
input.button-bay,
input.button-bay:hover {
    font-size: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
@media (min-width: 1281px) and (max-width: 1599px) {
    .b,
    .content-news-item {
        width: 33.333%;
    }
    #img-info {
        width: 35%;
    }
    #cart-promotion {
        width: 40%;
        float: right;
    }
    .imgr {
        margin-left: 110px;
    }
    .group-section-1 {
        width: 50%;
    }
    .group-section-2 {
        width: 66.6666%;
    }
}
@media (min-width: 1600px) and (max-width: 2990px) {
    .b,
    .content-news-item {
        width: 33.333%;
    }
    #img-info {
        width: 35%;
    }
    #cart-promotion {
        width: 50%;
        float: right;
    }
    .imgr {
        margin-left: 110px;
    }
    .group-section-1 {
        width: 50%;
    }
    .group-section-2 {
        width: 66.6666%;
    }
}
input.button-black:visited {
    color: #fff;
}
#wrap-page-login input.button-black {
    background: #000;
    width: 100%;
}
input.button-bay {
    background: #d80000;
    width: 100%;
}
input.button-bay:hover {
    background: #000;
    width: 100%;
}
input.button-bay-w {
    background: #363636;
    padding: 12px 0;
    letter-spacing: 0;
    width: 100%;
    color: #fff;
    font-weight: 400;
    display: block;
    margin-top: 0x;
    text-transform: uppercase;
    max-width: 250px;
    font-size: 14px;
    text-align: center;
}
input.button-bay-w:hover {
    background: #242424;
    color: #fff;
}
.owl-buttons {
    top: 45%;
    height: 50px;
    width: 100%;
    margin-top: -35px;
    position: absolute;
}
.owl-next,
.owl-prev {
    height: 30px;
    text-indent: -9999px;
    width: 30px;
    background-repeat: no-repeat;
}
.owl-prev {
    float: left;
    margin-left: 0;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/left.svg);
    background-position: 100% 100%;
}
.owl-next {
    float: right;
    margin-right: 0;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/right.svg);
}
.icon-slide_left,
.icon-slide_right {
    color: #fff;
    outline: 0;
    display: block;
    width: 54px;
    height: 57px;
    text-indent: -9999px;
    cursor: pointer;
    text-decoration: none;
}
.icon-slide_left {
    background: url(../pl/media/slide/i_left.png) 0 -3px no-repeat;
}
.icon-slide_right {
    background: url(../pl/media/slide/i_right.png) 0 -3px no-repeat;
}
.slide-25 {
    margin-left: 130px;
    z-index: 777;
}
@media (min-width: 0) and (max-width: 980px) {
    #box-profil li.col4 {
        width: 33.333%;
    }
    .box-list-sale {
        position: relative;
        background: #fff;
        padding: 20px;
        color: #000;
        z-index: 99;
        bottom: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
    #topBarHeaderLeft,
    .box-pay-information,
    .iconFav,
    .iconLeng {
        display: none;
    }
    #information-delivery span,
    #information-payment span {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
    #box-newsletter {
        display: block;
        width: 100%;
        text-align: center;
    }
    #box-newsletter span {
        display: block;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    #box-information-left-i,
    #box-information-right-i {
        float: left;
        width: 100%;
    }
    .box-information-pic img {
        margin: 0;
        padding: 5px;
    }
    .box-pay-check {
        width: 10%;
        float: left;
        text-align: center;
    }
    .box-pay-logo {
        width: 30%;
        float: left;
        text-align: center;
    }
    .box-pay-op {
        float: left;
        width: 60%;
    }
    .first-step-paymant {
        float: left;
        width: 100%;
        padding: 0;
    }
    .first-step-paymant-box-right,
    .second-step-paymant-box-right {
        display: table-cell;
        width: 50%;
        padding: 0;
    }
    .fourth-step-paymant {
        float: left;
        width: 100%;
        padding: 0;
    }
    .box-pay-login {
        width: 100%;
    }
    #wrap-page-login h3 {
        padding: 10px 0;
    }
    #wrap-page-login h2,
    h2 {
        padding: 40px 0 20px;
    }
    #login-user .boxLogin {
        max-width: 500px;
    }
    #topBarHeaderRight {
        float: right;
        width: auto;
        padding: 0;
        text-align: right;
    }
    #logo img,
    #logo.smaller img,
    #nav-wrap.smaller {
        float: left;
        position: relative;
    }
    .show_search {
        top: 100%;
    }
    .box-search-toogle {
        padding-left: 0;
    }
    .box-search-right {
        padding-left: 0;
        width: 50%;
    }
    .box-search-left {
        width: 50%;
    }
    #topBarHeaderRight ul {
        margin: 0 auto;
        width: auto;
    }
    .box-list-product-price {
        width: 100%;
    }
    .box-list-product-buy {
        width: 30%;
    }
    .h2 {
        min-height: 50px;
    }
    #logo img {
        left: 0;
        margin: 0;
        right: 0;
    }
    #logo.smaller img {
        left: 0;
        text-align: left;
        width: 171px;
        height: auto;
    }
    #nav-wrap.smaller {
        padding-top: 0;
    }
}
@media (min-width: 0) and (max-width: 1240px) {
    #nav-wrap {
        float: left;
        margin-left: 10px;
    }
    #nav-wrap li.cent {
        padding: 0;
    }
    .homeClear25 {
        clear: both;
        height: 0;
    }
    .navbar-toggle {
        display: block;
        padding-top: 22px;
    }
    #logo {
        width: 190px;
        float: left;
    }
    #logo img {
        position: relative;
        left: 0;
        margin: 0;
        max-width: 190px;
    }
    .navbar-nav {
        width: 100%;
    }
    #header-line {
        border-bottom: 0 solid #dfdfdf;
    }
}
@media (min-width: 0) and (max-width: 1024px) {
    #nav-wrap,
    .l1 {
        display: none;
    }
    .l1 {
        display: block;
        width: 100%;
    }
    .box-pay-login-wrap {
        background: none;
        border: 0;
    }
    #box-company p,
    .login-form label {
        line-height: 18px;
    }
    #logo img,
    .fix,
    .offer-list-action {
        position: relative;
    }
    .logou-wrap {
        float: left;
        width: 80%;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }
    #nav-top-wrap {
        width: 10%;
        text-align: center;
    }
    #box-information-menu-f ul li,
    #box-information-menu-s ul li {
        width: 100%;
        height: 40px;
    }
    #box-information-menu ul li {
        width: 50%;
    }
    .block-left-baner,
    .box-filtr-list,
    .section-sidebar li,
    .storelocator-panel .directions-panel,
    .storelocator-panel .store-list li {
        width: 100%;
    }
    #box-backstage-left h3,
    #box-campagne-right h3 {
        font-size: 25px;
    }
    .l2 {
        width: 45%;
    }
    .l3 {
        width: 10%;
    }
    .l4 {
        width: 45%;
    }
    #box-home-club {
        width: 100%;
    }
    #box-home-premium input[type="submit"] {
        max-width: 250px;
        margin: 0 auto;
        float: none;
        width: 100%;
    }
    #homeBoxShops input[type="submit"] {
        margin-bottom: 20px;
        max-width: 250px;
        margin-top: 20px;
        color: #fff;
        background: #393743;
        border: 1px solid #393743;
    }
    #box-search-shop {
        background: #fff;
    }
    #box-search-shop h2 {
        color: #363238;
    }
    #box-home-premium input {
        margin-bottom: 30px;
    }
    .offer-list-action {
        clear: both;
        display: block;
        margin: 0;
        padding: 40px 0 0;
        transform: translateZ(0);
        width: 100%;
    }
    .offer-list-action li {
        width: 50%;
        border: 1px solid #dfdfdf;
        float: left;
        margin: -1px -1px 0 0;
    }
    .box-pay-op {
        width: auto;
    }
    .login-form {
        padding-bottom: 5px;
    }
    #box-company p {
        font-size: 13px;
    }
    .footer-info-rwd {
        display: block;
        width: 100%;
        padding-top: 20px;
        clear: both;
    }
    #box-home-campagne-bg,
    #breadcrumbs,
    .rwd-false {
        display: none;
    }
    .col50 {
        width: 100%;
    }
    .img-right img {
        width: 100%;
        height: auto;
        padding-right: 15px;
    }
    #box-product-atrybute ul li {
        width: 100%;
    }
    #box-product-delivery {
        padding: 0;
    }
    #box-rwd-search {
        display: block;
        float: left;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
    }
    #nav-top-wrap li.iconSearch,
    #slide-new span,
    #slide-premium h1,
    #slide-sale span,
    .iconSearch,
    .topBarHeader {
        display: none;
        padding: 0 15px;
    }
    #box-rwd-search a {
        height: 50px;
        background: #fafafa;
        width: 10%;
        text-align: center;
    }
    #box-rwd-search svg {
        margin-top: 1px;
    }
    #box-rwd-search input {
        background: #fafafa;
        border: 0 solid #ebebeb;
        color: #b2b2b2;
        line-height: 50px;
        margin-right: 0;
        font-weight: 400;
        text-align: center;
        font-size: 13px;
        text-align: left;
        padding: 0 25px;
    }
    #box-rwd-search input::-webkit-input-placeholder {
        color: #b2b2b2;
        font-size: 13px;
    }
    #box-rwd-search input::-moz-placeholder {
        color: #b2b2b2;
        font-size: 13px;
    }
    #box-offer-product-buy .offer-product-list h2 {
        min-height: 50px;
    }
    .box-filtr-list-wrap {
        padding: 0 10px;
    }
    .filtr-button input {
        margin-bottom: 10px;
    }
    #slide-premium span {
        font-size: 19px;
    }
    #slide-new h1,
    #slide-sale h1 {
        padding-bottom: 20px;
    }
    .owl-carousel-wrap a:link {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .swiper-info {
        margin-top: 30px;
        top: 50%;
    }
    .swiper-info a:link {
        margin: 10px 0;
    }
    #menu-ham {
        display: block;
    }
    #nav-wrap {
        width: 20%;
    }
    #nav-wrap nav ul li.cent {
        display: none;
    }
    #nav-wrap nav ul li#menu-logo {
        display: block;
        width: 100%;
    }
    #homeBannerNone,
    #nav-top-wrap li.iconBasket span.ib_title,
    #nav-top-wrap li.iconFav,
    #nav-top-wrap li.iconOut,
    #nav-top-wrap li.iconUser,
    .filtr_no_rwd {
        display: none;
    }
    #nav-top-wrap li span {
        top: 0;
    }
    .group-section-3 {
        width: 25%;
        position: relative;
    }
    .group-section-8 {
        width: 50%;
        position: relative;
    }
    .box-filter-j-cat,
    .box-filter-j-color,
    .box-filter-j-price,
    .box-filter-j-size,
    .box-filter-j-x {
        float: left;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .filter-j-cat-box,
    .filter-j-color-box,
    .filter-j-price-box,
    .filter-j-size-box {
        width: 100%;
        position: relative;
    }
    .rwd {
        display: block;
    }
    .no-rwd {
        display: none;
    }
    .nav-toggle-footer {
        display: block;
    }
    .collapse-category,
    .collapse-color,
    .collapse-info,
    .collapse-line,
    .collapse-size,
    .collapse1,
    .collapse2,
    .collapse3,
    .collapse4 {
        display: none;
    }
    .collapse5,
    .collapse6,
    .collapse7 {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
    .collapse8 {
        width: 100%;
        border-top: 0 solid #ccc;
        padding-bottom: 10px;
    }
    #logo img {
        float: none;
        left: 0;
        margin: 0;
        right: 0;
    }
    .box-search-left,
    .box-search-right {
        width: 50%;
    }
    .topBasket span {
        color: #8b8b8b;
        font-size: 10px;
    }
    .clear60 {
        clear: both;
        height: 0;
    }
    .list-cart-left,
    .list-cart-right {
        width: 100%;
        float: left;
    }
    .cart-table,
    .cart-table-name {
        width: 25%;
    }
    .rwd-show {
        display: block;
        width: 33.333%;
        float: left;
    }
    .box-company-inner,
    .rwd-hidden {
        display: none;
    }
    .box-company-inner-rwd {
        display: block;
        padding: 5px;
    }
    #box-information-img-wrap,
    #slide-rwd-none-1,
    .inSearch {
        display: none;
    }
    .box-adrees-wrap-left {
        padding: 0;
        margin: 0;
    }
    .next-step {
        float: left;
        width: 100%;
        padding-bottom: 20px;
    }
    .back-to-shop {
        float: left;
        margin: 0;
        width: 100%;
    }
    #hedCash-item-cent input#next-step,
    .back-to-shop a:link,
    .back-to-shop a:visited {
        width: 100%;
    }
    #bel-promo-info img {
        height: 50px;
        margin: 0;
    }
    #bel-delivery-info img {
        height: 25px;
        margin: 0;
    }
    .clear100 {
        height: 66px;
    }
    #navi div {
        line-height: 20px;
    }
    #top-menu-cart li {
        padding-left: 2px;
        padding-right: 2px;
    }
    #logo {
        float: left;
        clear: both;
    }
    #nav-top-wrap {
        float: right;
    }
    #header-line {
        border-bottom: 0 solid #dfdfdf;
        padding-top: 0;
        padding-bottom: 0;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    #slide-rwd-1 {
        display: block;
    }
    .block-left-baner {
        padding: 5px;
    }
    #box-information-right-wrap p,
    .block-right-baner,
    .box-product-big,
    .content-box {
        padding: 0;
    }
    #wrap-baner-login,
    #wrap-page-login {
        width: 100%;
    }
    #box-information-left,
    .col3 {
        width: 100%;
    }
    #box-information-right-wrap {
        width: 100%;
        padding-left: 0;
        border: 0;
    }
    #box-information-right {
        width: 100%;
        border: 0;
    }
    .col4,
    .offer-list li,
    .offer-list-s li {
        width: 33.333%;
    }
    #box-information-right-wrap h2 {
        padding-left: 0;
        padding-right: 0;
    }
    .col4 {
        min-height: 180px;
    }
    .offer-list-s-wrap {
        width: 100%;
    }
    .icon-list-product,
    .offer-product-list,
    .offer-product-list-cart {
        width: 50%;
    }
    .offer-product-list div {
        padding: 5px;
    }
    .box-club {
        width: 100%;
    }
    .box-club-wrap {
        padding: 10px;
    }
    .group-section-4 {
        width: 50%;
    }
    .slideTogglebox {
        left: 0;
    }
    .hedCart_login_left,
    .hedCart_login_right {
        width: 100%;
    }
}
.navbar-toggle .icon-bar {
    background: #000;
    border-radius: 0;
}
@media (min-width: 0) and (max-width: 768px) {
    #box-dynamic-banner-wrap a.gl-button {
        margin: 10px auto;
    }
    #box-dynamic-banner-wrap .item {
        width: 100%;
    }
    .box-cart-wrap-li {
        display: inline-block;
    }
    .box-cart-left {
        display: inline-block;
        width: 100%;
    }
    .box-cart-right {
        display: inline-block;
        width: 100%;
    }
    .tag-text {
        position: relative;
        width: 66.666%;
        float: left;
        margin-top: 0;
    }
    .tag-text p {
        max-width: 500px;
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
    }
    .home-group-item {
        padding-bottom: 20px;
    }
    .home-group-item img:hover {
        transform: none;
    }
    #list-product-page-wrap {
        padding: 0;
        margin: 0;
    }
    #list-product-page .box-breadcrumbs {
        display: none;
    }
    .box-breadcrumbs {
        text-align: center;
    }
    .box-breadcrumbs ul {
        float: none;
        list-style: none;
        display: inline-block;
    }
    #list-product-page-wrap {
        padding-top: 0;
    }
    #box-sorting label {
        width: 50%;
    }
    #box-sorting select {
        width: 50%;
    }
    .offer-list li,
    .offer-list-s li {
        border: 0 solid #ebebeb;
        margin: -1px -1px 0 0;
        float: left;
    }
    .col25 {
        width: 50%;
    }
    .box-cart-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .box-cart-left-wrap {
        padding: 0;
    }
    .box-cart-right {
        width: 100%;
    }
    .section-sidebar h3 {
        background: #fff;
        border-bottom: 1px solid #d1d1d1;
        border-left: 0 solid #d1d1d1;
        border-right: 0 solid #d1d1d1;
        border-top: 0 solid #d1d1d1;
    }
    .ui-slider-horizontal .ui-slider-handle {
        top: -7px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
    }
    #box-information li,
    .box-contac-stage-1 {
        width: 100%;
    }
    #box-club-form {
        position: relative;
        width: 100%;
        margin: 0;
    }
    #box-backstage-left,
    #box-campagne-right {
        margin-top: 0;
        width: 50%;
    }
    #box-backstage-right,
    #box-campagne-left {
        width: 50%;
    }
    #box-backstage-left p,
    #box-campagne-right h3 {
        padding-top: 0;
    }
    #box-campagne-right p {
        padding-bottom: 0;
        min-height: 80px;
    }
    #box-backstage-left p {
        min-height: 80px;
    }
    #cart-empty-back a,
    #cart-empty-back a:link {
        width: 100%;
        display: block;
        font-size: 13px;
    }
    .owl-theme .owl-controls {
        margin-top: -20px;
    }
    .owl-next,
    .owl-prev {
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
    }
    #nav-top-wrap nav ul div.drop,
    #nav-top-wrap nav ul li:hover > div.drop,
    #nav-wrap nav ul div.drop ul li,
    .drop {
        display: none;
    }
}
@media (min-width: 0) and (max-width: 1240px) {
    #nav-wrap nav ul li a {
        padding: 0 10px;
    }
    #nav-wrap.smaller nav ul li a {
        padding: 0 10px;
    }
    .wrap-home-baner-outlet h3,
    .wrap-home-baner-premium h3 {
        padding: 20px 0;
        font-size: 16px;
    }
    .wrap-home-baner-fb h3 {
        padding-top: 0;
        font-size: 16px;
    }
    .wrap-home-baner-stylisation h3 {
        padding: 20px 0;
        font-size: 16px;
    }
}
@media (min-width: 0) and (max-width: 1024px) {
    .box-cart-left-wrap {
        padding: 10px 20px 0;
    }
    .box-profil-s {
        display: block;
    }
    .box-profil-h {
        display: none;
    }
    #box-profil-menu ul {
        border-width: 1px 0;
        display: flex;
        flex-wrap: nowrap;
        margin: 20px -15px 0;
        overflow: auto;
        padding: 0;
        position: static;
        scroll-behavior: smooth;
        width: auto;
        display: flex !important;
    }
    #box-profil-menu.section-sidebar-menu ul li {
        width: auto;
        min-width: 150px;
        text-align: center;
    }
    .box-profil {
        padding: 10px 0;
    }
    #box-profil-wpc {
        padding: 0 0 20px;
    }
    .pay-info-txt {
        display: none;
    }
    .home-group-item img:hover {
        transform: none;
    }
    #box-information,
    .container-wrap {
        padding-top: 0;
    }
    #list-product-page.full .offer-list li {
        width: 33.333%;
        border: 0 solid #ebebeb;
    }
    .list-wrap {
        border: 0;
    }
    #homeBox-4-product {
        padding: 20px;
    }
    #homeBox-4-product-2 {
        padding: 20px;
    }
    .slide div {
        padding: 0;
    }
    #home-slider-static {
        top: 35%;
        margin-top: -80px;
    }
    #home-slider-static img {
        width: 100%;
        height: auto;
    }
    #home-slider-static a.gl-button {
        width: 100%;
        margin: 10px 0;
    }
    #home-slider-static h1 {
        color: #fff;
        font-size: 33px;
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        letter-spacing: 4px;
    }
    .group-section-1 img:last-child {
        padding: 20px;
    }
    .group-section-1 img:first-child {
        padding: 20px;
    }
    .box-information-pic {
        width: 100%;
    }
    .box-information-text {
        width: 100%;
        text-align: center;
    }
    .box-information-text h5 {
        text-align: center;
    }
    .box-information-text span {
        line-height: 40px;
    }
    .wrap-home-baner-outlet h3,
    .wrap-home-baner-premium h3 {
        padding: 20px 0;
        font-size: 14px;
    }
    .wrap-home-baner {
        top: 40%;
    }
    .wrap-home-baner h2 {
        font-size: 50px;
    }
    .wrap-home-baner h3 {
        font-size: 29px;
    }
    a.baner-button {
        width: 100px;
        padding: 5px 0;
    }
    .wrap-home-baner-campagne h2 {
        top: 20%;
        font-size: 21px;
    }
    .wrap-home-baner-catalog h2 {
        font-size: 24px;
        text-align: center;
        padding-left: 0;
    }
    .wrap-home-baner-catalog h3 {
        font-size: 14px;
        text-align: center;
        padding: 0;
    }
    .wrap-home-baner-outlet h3 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
    .wrap-home-baner-fb h3 {
        padding-top: 0;
        font-size: 14px;
    }
    .wrap-home-baner-stylisation h3 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
}
@media (min-width: 0) and (max-width: 767px) {
    .home-group-item-static {
        padding-bottom: 20px;
    }
    #box-information-right {
        float: left;
    }
    #box-home-group-m .home-group-item-static {
        margin-top: 0;
    }
    #box-campagne .row {
        width: 100%;
    }
    #box-campagne .col-6 {
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
    #box-campagne .col-5 {
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
    #box-campagne .col-3 {
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
    #box-campagne .col-7 {
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
    .fs {
        display: block;
    }
    .col30 {
        width: 100%;
    }
    #box-home-newsletter {
        text-align: center;
        width: 100%;
        padding: 0;
        clear: both;
        background: #fff 0 0 no-repeat padding-box;
        opacity: 0.9;
        display: inline-block;
        max-width: 400px;
        padding: 20px;
        margin: 30px;
    }
    #box-rwd-search a {
        width: 15%;
    }
    #box-rwd-search input {
        width: 85%;
    }
    .logou-wrap {
        width: 70%;
    }
    #nav-top-wrap {
        width: 15%;
    }
    .list-wrap:hover .list-variants,
    .list-wrap:hover .list-wrap-product,
    .sort-product-label {
        display: none;
    }
    .box-cam-l-1,
    .box-cam-l-2 {
        width: 100%;
        margin: 0;
    }
    .box-cam-l-2-w {
        position: relative;
        margin: 0;
    }
    .box-cam-l-3-l {
        width: 100%;
    }
    .box-cam-l-3,
    .box-cam-l-3-r,
    .box-cam-l-4 {
        margin: 0;
    }
    .box-cam-l-4-l {
        width: 100%;
        margin: 0;
    }
    .box-cam-l-4-l-w {
        margin: 0;
        width: 100%;
    }
    ..box-cam-l-4-l-w,
    .box-cam-l-4-r {
        width: 100%;
    }
    .box-cam-l-4-w {
        margin: 0;
    }
    .box-cam-l-5-l {
        width: 100%;
    }
    .box-cam-l-5-l-w2 {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .box-cam-l-5-r-w2 {
        width: 100%;
    }
    .box-cam-l-5-r-w1 {
        width: 100%;
        padding: 0;
    }
    .box-cam-l-5-l-w1,
    .box-cam-l-5-r {
        width: 100%;
    }
    .box-cam-l-6-l-w1,
    .box-cam-l-8-l-w3 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .box-cam-l-6-r-w1,
    .box-cam-l-7-w3,
    .box-cam-r-8-lb {
        width: 100%;
    }
    .box-cam-l-6-r {
        padding: 0;
        margin: 0;
    }
    .box-cam-l-6-l-w2 {
        width: 100%;
    }
    .box-cam-l-6-r-w2 {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .box-cam-l-7-wl {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .box-cam-l-7-w2,
    .box-cam-l-8-l {
        width: 100%;
    }
    .box-cam-l-8-l-w1,
    .box-cam-l-8-l-w2 {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .bpuc-wrap {
        width: 100%;
    }
    .bpuc-wrap-r a:link {
        width: 100%;
        margin: 10px 0;
    }
    .bpuc-wrap-l,
    .bpuc-wrap-r {
        width: 100%;
    }
    .promo-product-f-stage-1 {
        padding-top: 10px;
    }
    .promo-product-f-stage-2 {
        padding-bottom: 10px;
    }
    .select-sort-by {
        width: 50%;
        float: left;
    }
    .select-sort-by li,
    .select-sort-by select {
        width: 100%;
    }
    .list-wrap:hover .list-variants {
        left: 0;
    }
    .box-information-text span {
        line-height: 40px;
        padding-bottom: 10px;
        display: block;
    }
    .wrap-home-baner-outlet h3,
    .wrap-home-baner-premium h3 {
        padding: 20px 0;
    }
    .wrap-home-baner {
        top: 30%;
    }
    .wrap-home-baner h2 {
        font-size: 44px;
    }
    .wrap-home-baner h3 {
        font-size: 22px;
    }
    a.baner-button {
        width: 100px;
        padding: 5px 0;
    }
    .wrap-home-baner-campagne h2 {
        top: 20%;
        font-size: 21px;
    }
    .wrap-home-baner-catalog h2 {
        font-size: 24px;
        text-align: center;
        padding-left: 0;
    }
    .wrap-home-baner-catalog h3 {
        font-size: 14px;
        text-align: center;
        padding: 0;
    }
    .wrap-home-baner-outlet {
        position: absolute;
        top: 30%;
        width: 100%;
        z-index: 998;
    }
    .wrap-home-baner-outlet h3 {
        font-size: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wrap-home-baner-fb h3 {
        padding-top: 0;
    }
}
@media (min-width: 0) and (max-width: 1024px) {
    .home-slider-static-2 a.gl-button {
        display: block;
        margin: 10px auto;
    }
    .fourth-step-paymant {
        margin-top: 20px;
    }
    input.cart-cupon-button {
        display: block;
        margin: 0 auto;
        float: none;
    }
    #box-profil-form-return .login-form {
        width: 100%;
        padding: 0;
    }
    #box-profil li.col4 {
        width: 50%;
    }
    .pager-top {
        display: none;
    }
    .pager-bottom {
        display: none;
    }
    .wrap-page-product-img-thumb {
        max-width: 100%;
        width: 100%;
    }
    #bx-pager {
        border: solid #e0e0e0;
        border-width: 1px 0;
        display: flex;
        flex-wrap: nowrap;
        margin: 20px -15px 0;
        overflow: auto;
        padding: 0;
        position: static;
        scroll-behavior: smooth;
        width: auto;
        display: flex !important;
    }
    .bx-wrapper {
        width: 100%;
        float: left;
    }
    .wrap-page-product-img-thumb img {
        border: 0;
        width: 100%;
        height: 100%;
    }
    .wrap-page-product-img-thumb a.active img {
        border: 0;
        width: 100%;
        height: 100%;
    }
    .wrap-page-product-img-thumb img {
        padding: 0;
    }
    .add-big {
        display: block;
        margin: 5px 10px;
        max-width: calc(22.222% - 20px);
        min-width: calc(22.222% - 20px);
    }
    .tag-text {
        position: relative;
        width: 100%;
        float: left;
        margin-top: 0;
    }
    .les-1 {
        display: inline-block;
    }
    .les-1-1 {
        width: 100%;
    }
    .les-1-2 {
        width: 100%;
    }
    .les-2 {
        display: inline-block;
    }
    .les-2-1 {
        width: 100%;
    }
    .les-2-2 {
        width: 100%;
    }
    .les-3 {
        display: inline-block;
    }
    .les-3-1 {
        width: 100%;
    }
    .les-3-2 {
        width: 100%;
    }
    .les-4 {
        display: inline-block;
    }
    .les-4-1 {
        width: 100%;
    }
    .les-4-2 {
        width: 100%;
    }
    .les-5 {
        display: inline-block;
    }
    .les-5-1 {
        width: 100%;
    }
    .les-5-2 {
        width: 100%;
    }
    .les-6 {
        display: inline-block;
    }
    .les-6-1 {
        width: 100%;
    }
    .les-6-2 {
        width: 100%;
    }
    .cashbox-wrap {
        margin: 0;
    }
    #all-price {
        padding: 20px;
    }
    .group-section-3 {
        width: 100%;
        text-align: center;
    }
    .group-section-8 {
        width: 100%;
    }
    .filter-j-color-box li img {
        padding: 5px;
    }
    .filter-j-color-box li {
        width: 10%;
    }
    .group-section-1,
    .group-section-5,
    .l2,
    .l3,
    .l4,
    .offer-product-list-look,
    .storelocator-panel .directions-panel,
    .storelocator-panel .store-list li {
        width: 100%;
    }
    a.club-bt-register:link,
    a.club-bt:link {
        margin: 10px 0;
    }
    .header-pay span {
        font-weight: 500;
        color: #000;
        border-bottom: 1px solid #dfdfdf;
        text-transform: none;
        margin-bottom: 20px;
        text-align: left;
        padding-bottom: 20px;
        font-size: 14px;
        padding-top: 20px;
    }
    .box-log-step-wrap {
        padding: 0;
    }
    #first-step-paymant-box-right-box input,
    #first-step-paymant-box-right-box textarea {
        text-indent: 0;
        text-align: left;
    }
    .first-step-paymant,
    .first-step-paymant-box-right,
    .fourth-step-paymant,
    .second-step-paymant-box-right {
        float: left;
        width: 100%;
        padding: 0;
    }
    .box-information-text span {
        line-height: 40px;
    }
    .wrap-home-baner-outlet h3,
    .wrap-home-baner-premium h3 {
        padding: 20px 0;
    }
    .wrap-home-baner {
        top: 30%;
    }
    .wrap-home-baner h2 {
        font-size: 44px;
    }
    .wrap-home-baner h3 {
        font-size: 22px;
    }
    a.baner-button {
        width: 100px;
        padding: 5px 0;
    }
    .wrap-home-baner-campagne h2 {
        top: 20%;
        font-size: 21px;
    }
    .wrap-home-baner-catalog h2 {
        font-size: 24px;
        text-align: center;
        padding-left: 0;
    }
    .wrap-home-baner-catalog h3 {
        font-size: 14px;
        text-align: center;
        padding: 0;
    }
    .wrap-home-baner-outlet {
        position: absolute;
        top: 30%;
        width: 100%;
        z-index: 998;
    }
    .wrap-home-baner-outlet h3 {
        font-size: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wrap-home-baner-fb h3 {
        padding-top: 0;
    }
}
@media (min-width: 0) and (max-width: 460px) {
    .box-cart-img {
        width: 40%;
    }
    .box-cart-detalist {
        width: 60%;
    }
    .home-info-item span {
        font-size: 13px;
        min-height: 60px;
    }
    .home-group-item-static {
        padding-bottom: 20px;
    }
    .home-slider-static-2 span {
        font-size: 22px;
    }
    #box-home-newsletter {
        position: relative;
        margin: 0;
    }
    .bn-title {
        text-align: center;
    }
    .bn-text {
        text-align: center;
    }
    #box-home-newsletter a.gl-button {
        float: none;
        margin: 0 auto;
        display: block;
    }
    #box-home-newsletter-bg {
        background-image: none;
        height: auto;
    }
    #box-information-right-wrap {
        padding: 20px 0;
    }
    .les-2-1-1 {
        width: 100%;
    }
    .les-2-2-1 {
        width: 100%;
    }
    .les-2-2-2 {
        width: 100%;
    }
    .les-3-1-1 {
        width: 100%;
    }
    .les-3-2-1 {
        width: 100%;
    }
    .les-4-1-1 {
        width: 100%;
    }
    .les-4-2-1 {
        width: 100%;
    }
    .les-5-1-1 {
        width: 100%;
    }
    .les-5-2-1 {
        width: 100%;
    }
    .les-3-1-2 {
        width: 100%;
    }
    .offer-list li {
        width: 50%;
    }
    #list-product-page.full .offer-list li {
        width: 50%;
    }
    .filter-j-color-box li {
        width: 20%;
    }
    #box-home-premium input,
    #homeBoxShops input[type="submit"],
    .group-section-1,
    .group-section-5,
    .group-section-6,
    .icon-list-product,
    .offer-list li,
    .offer-list-s .icon-list-product,
    .offer-list-s li,
    .offer-list-s-wrap,
    .offer-product-list {
        width: 50%;
    }
    #box-checkout ul li,
    .btn-primary,
    .footer-main-socjal,
    .wrap-home-baner-catalog h3 {
        text-align: center;
    }
    #box-checkout ul li span,
    .box-footer-delivery,
    .box-footer-pay {
        display: none;
    }
    #box-home-premium input[type="submit"] {
        max-width: 100%;
    }
    #topBarHeaderRight {
        float: right;
        padding-right: 0;
        width: 50%;
    }
    #box-home-premium {
        padding-bottom: 20px;
    }
    .wrap-home-baner {
        top: 20%;
    }
    .wrap-home-baner h2 {
        font-size: 32px;
    }
    .wrap-home-baner h3 {
        font-size: 18px;
    }
    a.baner-button {
        width: 100px;
        padding: 5px 0;
    }
    .offer-list-action li,
    .section-sidebar li,
    .storelocator-panel .directions-panel,
    .storelocator-panel .location-search,
    .storelocator-panel .location-search input,
    .storelocator-panel .store-list li {
        width: 100%;
    }
    .wrap-home-baner-campagne h2 {
        top: 20%;
        font-size: 21px;
    }
    .wrap-home-baner-catalog h2 {
        font-size: 27px;
        text-align: center;
        padding-left: 0;
    }
    .wrap-home-baner-catalog h3 {
        font-size: 14px;
        padding: 0;
    }
    .wrap-home-baner-outlet {
        top: 10%;
    }
    .wrap-home-baner-outlet h3 {
        font-size: 17px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #wrap-page-login,
    .clear-wrap {
        padding: 0;
    }
    .wrap-home-baner-fb h3 {
        padding-top: 0;
    }
    .footer-main-socjal {
        width: 100%;
    }
    #box-checkout,
    #hedInfo h2,
    #wrap-page-login h2 {
        padding: 20px 0;
    }
    #login-user {
        margin-top: 0;
    }
    #logo {
        width: 100px;
    }
    #logo.smaller img {
        width: 100px;
        margin-top: 10px;
    }
    #box-contact-bottom input.contact-button {
        width: 100%;
        float: left;
        display: block;
    }
    .col4 {
        width: 100%;
    }
    .topBarHeaderRightWrap {
        padding-left: 0;
    }
    #box-rwd-search {
        float: left;
        width: 100%;
    }
    #box-rwd-search input {
        width: 85%;
        float: left;
    }
    #box-rwd-search a {
        display: inline-block;
        float: left;
        line-height: 50px;
        width: 15%;
    }
    .footer-box-left h3 {
        font-size: 15px;
        padding: 5px 0;
        color: #605a57;
    }
}
@media (min-width: 0) and (max-width: 320px) {
    .summary-basket {
        width: 100%;
    }
    .summary-basket div {
        width: 100%;
    }
    .box-cart-img {
        width: 100%;
    }
    .box-cart-detalist {
        width: 100%;
    }
    #box-profil li.col4 {
        width: 100%;
    }
    .les-2-1-1 {
        width: 100%;
    }
    .les-2-2-1 {
        width: 100%;
    }
    .les-2-2-2 {
        width: 100%;
    }
    .les-3-1-1 {
        width: 100%;
    }
    .les-3-2-1 {
        width: 100%;
    }
    .les-4-1-1 {
        width: 100%;
    }
    .les-4-2-1 {
        width: 100%;
    }
    .les-5-1-1 {
        width: 100%;
    }
    .les-5-2-1 {
        width: 100%;
    }
    .les-3-1-2 {
        width: 100%;
    }
    #box-home-premium input,
    #homeBoxShops input[type="submit"],
    .group-section-1,
    .group-section-5,
    .group-section-6,
    .icon-list-product,
    .offer-list li,
    .offer-list-s .icon-list-product,
    .offer-list-s li,
    .offer-list-s-wrap,
    .offer-product-list {
        width: 100%;
    }
    #list-product-page.full .offer-list li {
        width: 100%;
    }
}
.FTChat_window > .FTChat_scrollbox > .FTChat_poll label {
    font-size: 13px;
}
.sort-catalog label {
    width: auto;
    line-height: 40px;
    padding-right: 10px;
    letter-spacing: 1.5px;
    font-size: 13px;
}
.sort-catalog select {
    height: 40px;
    min-width: 200px;
    text-indent: 10px;
    padding: 7px 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downNew.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    text-transform: uppercase;
    font-size: 11px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-size: 20px 20px;
}
.box-list-product-name span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    text-align: left;
}
#slide-bt-5 a,
#slide-bt-5 a:link,
#slide-bt-5 a:visited {
    color: #fff;
    background: #8bbb41;
    width: 200px;
}
#slide-bt-5 a:hover {
    color: #fff;
    background: #6a9725;
}
.footer-bob-bottom {
    padding: 10px 0;
    padding: 10px 0;
    background: #fff;
    display: inline-block;
    width: 100%;
}
#h1 {
    font-size: 20px;
    padding-bottom: 0;
    font-weight: 500;
    color: #000;
    text-transform: none;
}
.selectedForYou div.box-promo-price {
    border: 0;
}
.menu-midsale {
    width: 100%;
    display: inline-block;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.menu-midsale a:link {
    color: #bc0000;
    border: 1px solid #bc0000;
    padding: 10px;
    margin: 5px;
}
.menu-midsale a:visited {
    color: #bc0000;
}
.menu-midsale a:hover {
    color: #fff;
    border: 1px solid #bc0000;
    background: #bc0000;
    text-decoration: none;
}
@media (min-width: 0) and (max-width: 460px) {
    .menu-midsale a:link {
        width: 100%;
        float: left;
        display: block;
        margin: 10px 0;
    }
}
.box-cart-product-buy {
    width: 100%;
    display: inline-block;
    border: 0;
}
.box-cart-product-buy h3 {
    color: #000;
    margin-bottom: 10px;
}
a.add-cart-clear-basket {
    background: #000;
    font-size: 13px;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
    padding: 9px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
}
a:link.add-cart-clear-basket {
    background: #000;
    padding: 9px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
}
a:hover.add-cart-clear-basket {
    background: #b90000;
    border: 1px solid #b90000;
}
.box-cart-product-buy .box-cart-li {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 10px;
    padding: 0;
}
..box-cart-product-buy {
    margin-bottom: 20px;
}
.box-cart-price {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 5px 0 20px;
}
.box-cart-price span {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    color: #bc0000;
    font-size: 13px;
}
#box-cms-info #box-information-right table th {
    border: 1px solid #bfbfbf;
    height: 60px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
#box-cms-info #box-information-right table td {
    border: 1px solid #bfbfbf;
    color: #000;
    text-align: left;
    padding: 10px;
}
#box-cms-info #box-information-right table {
    margin: 20px 0;
    position: static;
    scroll-behavior: smooth;
    width: 100%;
    flex-wrap: nowrap;
    overflow: auto;
}
#box-cms-info #box-information-right table td span {
    color: #108d00;
    font-weight: 500;
}
#box-cms-info #box-information-right table td img {
    text-align: center;
}
@media (min-width: 0) and (max-width: 460px) {
    #box-cms-info #box-information-right table {
        display: flex !important;
    }
}
#box-cms-info #box-information-right a:link {
    color: #000;
    font-weight: 500;
}
#box-cms-info #box-information-right a:visited {
    color: #000;
    font-weight: 500;
}
#box-cms-info #box-information-right a:hover {
    text-decoration: underline;
}
#box-home-lp a.gl-button:link {
    margin: 0 auto;
    border: 1px solid #e3b500;
    background: #e3b500;
    color: #000;
}
#box-home-lp a.gl-button:visited {
    margin: 0 auto;
    border: 1px solid #e3b500;
    background: #e3b500;
    color: #000;
}
#box-home-lp a.gl-button:hover {
    margin: 0 auto;
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
#box-home-lp-wrap {
    padding-bottom: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
}
#box-home-lp-wrap a.gl-button:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
#box-home-lp-wrap .box-campagne-item {
    padding: 30px 20px;
}
@media (min-width: 0) and (max-width: 760px) {
    #box-home-lp-wrap .box-campagne-item:first-child {
        padding: 20px 20px 0;
    }
    #box-home-lp-wrap .box-campagne-item {
        padding: 20px;
    }
}
#box-home-lp-footer a.gl-button:link {
    padding: 20px;
    background: #e3b500;
    color: #000;
    border: 1px solid #e3b500;
    max-width: 100%;
}
#box-home-lp-footer a.gl-button:visited {
    border: 1px solid #e3b500;
    color: #000;
}
#box-home-lp-footer a.gl-button:hover {
    padding: 20px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    max-width: 100%;
}
#box-home-lp-footer {
    width: 100%;
    display: inline-block;
    padding: 0 20px 30px;
}
a.log-fb:link {
    max-width: 250px;
    background: #fff;
    border: none;
    color: gray;
    font-size: 11px;
    margin: 0 auto;
    margin-top: 20px;
}
a.log-fb:visited {
    background: #fff;
    color: gray;
    border: none;
}
a.log-fb:hover {
    max-width: 250px;
    margin-top: 20px;
}
#profil table {
    display: block;
}
.gift .box-pay-blik-wrap {
    display: none;
    padding-bottom: 20px;
}
.gift .box-pay-blik-wrap.show {
    display: inline-block !important;
}
.gift .box-pay-blik-wrap span {
    display: block;
    width: 100%;
}
.box-pay-blik-wrap {
    margin: 0;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.box-pay-blik-wrap input {
    float: left;
    width: 100%;
    padding: 15px;
    max-width: 250px;
    border: 1px solid #e4e4e4;
}
.box-pay-blik-wrap span {
    font-size: 12px;
    float: left;
    text-align: left;
    padding-bottom: 10px;
}
#box-pay label {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
#box-delivery label {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.box-pay-logo img {
    width: 50px;
    height: 50px;
}
.box-pay-p24-wrap {
    padding: 0 20px;
}
.box-pay-p24-wrap img {
    height: 60px;
    width: 95px;
    text-align: center;
    padding: 10px;
}
.box-pay-p24-wrap .col50 {
    background: #fff;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    width: 50%;
    margin: -1px -1px 0 0;
}
.blik-valid {
    width: 100%;
    font-size: 13px;
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #b60500;
    text-align: center;
    text-transform: uppercase;
    background: #ffe0db;
    border: 1px solid #ffe0db;
    max-width: 600px;
    margin: 50px auto 0;
}
.blik-true {
    border: 1px solid #d5efc2;
    background: #d5efc2;
    color: #2e5014;
}
a.club-bt:hover {
    background: #fff;
    color: #000;
}
a.club-bt-register:hover {
    background: #000;
    color: #fff;
}
.box__banner__wrapper__inner a.gl-button:link {
    display: block;
    border: 1px solid #000;
    color: #000;
    background: transparent;
    min-width: 200px;
    margin: 20px auto;
}
.topBarHeaderLeftWrap-wjs {
    text-align: left;
    margin: 0 auto;
    padding: 0 30px;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/brand/wjs.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.topBarHeaderLeftWrap-wjs:hover {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/brand/wjs_c.svg);
}
.topBarHeaderLeftWrap-doppler {
    text-align: left;
    margin: 0 auto;
    padding: 0 30px;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/brand/doppler.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.topBarHeaderLeftWrap-doppler:hover {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/brand/doppler_c.svg);
}
img.lazy {
    height: auto;
    width: 100%;
    display: block;
}
.list-product-seo-text {
    max-width: 70%;
    float: left;
}
.list-product-seo-picture {
    max-width: 30%;
    float: right;
}
.summary .cart-right {
    width: 100%;
}
.cart-left__wrapper {
    padding: 0;
    display: table;
    width: 100%;
}
.cart-left__item {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    background: #fff;
    border-radius: 10px;
}
.cart-left__image img {
    width: 100%;
    height: auto;
}
.cart-left__image {
    float: left;
    width: 25%;
    max-width: 100px;
}
.cart-left__detalist {
    float: left;
    margin-left: auto;
    width: 100%;
    padding: 5px 0 5px 20px;
}
.cart-left__detalist-item {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
}
.cart-left__qun {
    padding-top: 10px;
}
.cart-left__name span {
    display: block;
    font-size: 10px;
    padding-bottom: 10px;
    color: #707070;
}
.cart-left__name a span {
    padding: 0;
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    padding-bottom: 0;
}
.cart-left__price {
    float: right;
    width: 100%;
    text-align: right;
    font-weight: 500;
}
.cart-left__price.promo {
    color: #bc0000;
}
.cart-left__price s {
    display: block;
}
.cart-left__info span {
    font-size: 11px;
    padding-right: 10px;
    width: 100%;
    text-align: left;
    display: block;
}
.cart-left__detalist select {
    cursor: pointer;
    padding: 7px 5px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downNew.svg);
    background-repeat: no-repeat;
    background-position: 80% 50%;
    width: 40px;
    text-transform: uppercase;
    font-size: 11px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    min-width: 60px;
}
.cart-left__remove {
    float: right;
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 0;
}
.cart-left__remove button {
    font-size: 11px;
}
.cart-left__remove button svg {
    height: 10px;
    margin-left: 10px;
}
.open-cart-toggle {
    cursor: pointer;
}
.cart-left__item .parent {
    width: 100%;
}
.cart-left__item h3 {
    font-weight: 500;
    text-transform: none;
    font-size: 11px;
    padding: 12px;
    text-align: left;
    color: #000;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
}
.cart-left__buy {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.cart-left__buy a {
    font-size: 13px;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
    padding: 9px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    background: #000;
}
.cart-left__variant-item {
    width: 100%;
}
.cart-left__variant-item select {
    padding: 10px 0;
    margin-bottom: 10px;
    width: 100%;
    background: none;
    border-bottom: 2px solid #f6f6f6;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-weight: 500;
}
.cart-left__variant-item label {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
    align-items: top;
    cursor: pointer;
    padding: 5px 0;
}
.cart-left__variant-item .cart-left__name span:first-child {
    font-size: 13px;
}
.cart-left__variant-item .cart-left__name span {
    padding: 0;
    color: #000;
    font-weight: 400;
    font-size: 12px;
}
.cart-left__variant-item .selected .cart-left__name span:first-child {
    font-size: 13px;
    font-weight: 600;
}
.cart-left__variant-item .selected img {
    border: 1px solid #000;
}
.cart-left__check {
    width: 10%;
}
.cart-left__check input {
    margin-top: 15px !important;
}
.cart-left__logo {
    width: 15%;
}
.cart-left__logo img {
    height: 44px;
}
.cart-left__variant-item .cart-left__name {
    width: 65%;
    margin-top: 10px;
}
.cart-left__op {
    width: 10%;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
}
.selected .cart-left__op {
    font-weight: 500;
}
.cart-left__paymethod .cart-left__variant-item .cart-left__name {
    width: 65%;
    margin-top: 10px;
}
.cart-total__item {
    width: 100%;
    display: inline-block;
    color: #000;
    padding-bottom: 10px;
    font-size: 13px;
}
.cart-total__item-label {
    float: left;
    width: 50%;
    text-align: right;
}
.cart-total {
    display: flex;
}
.cart-total__list {
    margin-left: auto;
    max-width: 280px;
}
.cart-total__item-value {
    float: left;
    width: 50%;
    text-align: right;
    font-weight: 500;
}
.total .cart-total__item-label {
    font-size: 14px;
}
.total .cart-total__item-value {
    font-size: 14px;
    font-weight: 700;
}
.cart-right__basket-total {
    text-align: right;
}
.cart-right__item {
    width: 100%;
    display: inline-block;
    color: #000;
    padding-bottom: 10px;
    font-size: 13px;
}
.cart-right__clear {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.cart-right__item-label {
    float: left;
    width: 50%;
    text-align: left;
}
.cart-right__item-value {
    float: left;
    width: 50%;
    text-align: right;
}
.total .cart-right__item-label {
    font-size: 14px;
}
.total .cart-right__item-value {
    font-size: 14px;
    font-weight: 700;
}
.cart-right__delivery-time {
    padding: 10px 0;
    text-align: left;
    font-size: 11px;
}
.cart-right__delivery-time span {
    color: #54a852;
    font-weight: 500;
}
.cart-right__button {
    padding-top: 10px;
}
.cart-right__button a:link,
.cart-right__button a:visited {
    background: #6e001e;
    border: 1px solid #6e001e;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border-radius: 4px;
    margin: 0 auto;
    max-width: 250px;
    display: block;
}
.cart-right__button a:hover {
    background: #480014;
    border: 1px solid #480014;
}
.cart-right__button input {
    background: #6e001e;
    border: 1px solid #6e001e;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border-radius: 4px;
    margin: 0 auto;
    max-width: 250px;
    display: block;
}
.cart-right__button input:hover {
    background: #480014;
    border: 1px solid #480014;
}
.cart-left__alert {
    display: flex;
    font-weight: 500;
    font-size: 11px;
}
.cart-left__poin-name {
    font-weight: 400 !important;
    padding: 10px 0 !important;
}
.cart-left__poin-checked {
    font-weight: 600 !important;
    padding: 0 !important;
}
.cart-left__poin-change {
    color: #6e001e !important;
    padding: 10px 0 0;
    cursor: pointer;
}
.cart-left__alert img {
    padding-right: 15px;
}
/* .cart__progressbar {
    counter-reset: step;
    display: block;
    width: 100%;
    margin-top: 40px;
}
.cart__progressbar ul li {
    list-style-type: none;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    font-size: 12px;
}
.cart__progressbar ul li:first-child:after {
    content: none;
}
.cart__progressbar ul li::after {
    width: 80%;
    height: 1px;
    content: "";
    position: absolute;
    border-top: 1px solid #aaa;
    top: 15px;
    left: -40%;
    z-index: 1;
}
.cart__progressbar ul li span:first-child {
    display: block;
    padding: 5px;
    height: 25px;
    width: 25px;
    line-height: 14px;
    margin: 0 auto 10px;
}
.cart__progressbar ul li span img {
    position: relative;
    z-index: 888;
}
.cart__progressbar ul li.active span:first-child {
    background: #000;
    color: #fff;
} */
 .cart__progressbar {
    display: block;
    width: 100%;
    margin-top: 40px
}

.cart__progressbar-wideTitleBar {
    display: none
}

.cart__progressbar ul {
    padding: 0 30px
}

.cart__progressbar ul li {
    list-style-type: none;
    width: 25%;
    float: left;
    color: #ce0b10;
    padding: 0 10px
}

.cart__progressbar ul li * {
    font: normal normal normal 15px/10px Inter;
    display: block;
    padding: 0;
    height: 25px;
    letter-spacing: 0;
    font-weight: 500
}

.cart__progressbar-prev {
    border-bottom: 2px solid #038b00
}

.cart__progressbar-current {
    border-bottom: 2px solid #272727
}

.cart__progressbar-next {
    border-bottom: 1px solid #505050
}

.cart__progressbar ul li div span {
    color: #505050;
    font-weight: 100
}

.cart__progressbar ul li div a {
    color: #038b00;
    font-weight: 500
}

.cart__progressbar-current span {
    color: #272727 !important;
    font-weight: 500 !important
}
.cart-summary {
    display: inline-block;
    width: 100%;
}
.cart-summary__wrapper {
    display: flex;
    width: 100%;
    padding-top: 40px;
}
.cart-summary__item {
    width: 50%;
    float: left;
    background: #fff;
    padding: 20px;
    margin: 0 10px;
}
.cart-summary__item.first {
    width: calc(50% - 15px);
    margin-left: 0;
}
.cart-summary__item.second {
    width: calc(50% - 15px);
}
.cart-summary__header h2 {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #dfdfdf;
    text-transform: none;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 20px;
    font-size: 16px;
    padding-top: 20px;
}
.cart-summary__title img {
    height: 50px;
    margin-right: 10px;
}
.cart-summary__title {
    font-weight: 700;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: left;
}
.cart-summary__item.first .cart-summary__info.paymant {
    color: #54a852;
    font-weight: 500;
    font-size: 13px;
}
.cart-summary__item.first .cart-left__point {
    padding: 10px !important;
}
.cart-summary__info {
    padding: 0 10px;
}
.cart-left__point {
    padding: 10px 0 !important;
}
.cart-left__poin-name {
    display: block;
}
.cart-left__poin-checked {
    display: block;
}
.cart-summary__info.paymant {
    font-size: 12px;
}
.cart-summary__header h2 a:link {
    float: right;
}
.cart__bottom {
    padding-top: 20px;
    padding-bottom: 60px;
}
.cart-bottom__wrapper {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #fff;
}
.cart__clause {
    padding-top: 30px;
}
.cart-clause__link {
    color: #6e001e;
}
.cart-gift {
    width: 100%;
    display: inline-block;
}
.cart-gift__item {
    float: left;
    width: 50%;
    padding: 5px;
}
.cart-gift__list {
    display: inline-block;
    width: 100%;
}
.cart-gift__item.disabled {
    background: #f6f6f6;
    border-radius: 4px;
    opacity: 0.6;
}
.cart-gift__name {
    padding: 5px 30px;
    font-size: 11px;
}
.cart-gift__check {
    padding: 0 20px;
    font-weight: 700;
}
.cart-gift__check input {
    margin-right: 10px !important;
}
.cart-gift__logo {
    text-align: center;
}
.cart-gift__logo img {
    height: 80px;
}
.cart-gift-option__picture {
    float: left;
    width: 20%;
}
.cart-gift-option__list {
    float: right;
    width: 70%;
    padding-top: 30px;
}
.cart-gift-option__item {
    padding-bottom: 10px;
}
.gift .checkbox-wrapper__label.all {
    padding: 5px;
}
.gift .cart-left__alert {
    font-size: 10px;
    opacity: 0.6;
}
.cart-gift-option__item input {
    width: 125px;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0;
    border: 1px solid #cecece;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 5px 0;
}
.cart-gift-option__item input.error {
    border: 1px solid #bc0000;
}
.cart-gift-option__item input.valid {
    border: 1px solid #54a852;
}
.cart-gift-option__item select {
    width: 120px;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0;
    border: 1px solid #cecece;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 5px 0;
}
.cart-gift-option__item span {
    min-width: 300px;
    display: inline-block;
}
.checkbox-wrapper__label.all {
    font-weight: 600;
    color: #000;
    font-size: 13px;
    margin-left: 0;
    padding: 5px 0;
}
.checkbox-wrapper__label {
    margin-left: 0;
    padding: 5px 20px;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}
.toogle-down {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downNew.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}
.toogle-up {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/upNew.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}
.toogle-down,
.toogle-up {
    width: 25px;
    height: 13px;
    background-repeat: no-repeat;
    display: inline-flex;
    margin-left: 15px;
}
header.nav-down {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    transition: all 0.2s ease;
}
.header-title {
    background: #f6f6f6;
    margin-bottom: 60px;
}
.header-title__wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0;
}
.header-title h1 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.header-title p {
    text-align: center;
    padding-top: 10px;
}
.user-password {
    padding-bottom: 60px;
}
.user-password__wrapper {
    max-width: 400px;
    width: 100%;
    float: none;
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center;
}
.user-password__button {
    display: inline-block;
    width: 100%;
    padding-top: 40px;
}
.user-login {
    padding-bottom: 60px;
}
.user-login__wrapper {
    max-width: 400px;
    width: 100%;
    float: none;
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center;
}
.user-login__button {
    display: inline-block;
    width: 100%;
    padding-top: 40px;
}
.user-login__register-title {
    padding-top: 20px;
}
.user-login__register-title span {
    font-size: 14px;
    font-weight: 500;
}
.user-login__register-link {
    padding-top: 20px;
}
.user-login__password {
    padding-top: 40px;
}
a:link.user-login__password-link {
    font-size: 11px;
    color: gray;
}
.user-login__register-link a:link {
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    padding: 12px;
    font-size: 13px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    font-weight: 500;
}
.user-register {
    padding-bottom: 60px;
}
.user-register__wrapper {
    max-width: 600px;
    width: 100%;
    float: none;
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center;
}
#wrap-page-login .user-register__login-title {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
#wrap-page-login .user-register__login-title span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
#wrap-page-login .user-register__register-link {
    padding-top: 20px;
}
#wrap-page-login .user-register__login-link a:link {
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    padding: 12px;
    font-size: 13px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    font-weight: 500;
}
.inspiration-links__heading {
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 18px;
}
.inspiration-links__list {
    padding-bottom: 20px;
}
.inspiration-links__item {
    width: 20%;
    float: left;
    padding: 10px;
}
.inspiration-links__link span {
    padding-right: 10px;
}
.current-filter {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
}
.current-filter__item {
    padding: 5px 8px;
    border: 1px solid #6e001e;
    text-align: center;
    border-radius: 6px;
    float: left;
    margin: 2px;
    font-size: 13px;
}
a:link.current-filter__link {
    color: #6e001e;
    font-size: 11px;
}
a:visited.current-filter__link {
    color: #6e001e;
}
.current-filter__link img {
    padding-left: 5px;
}
.promo-bar {
    background: #000;
}
.promo-bar__wraper {
    width: 100%;
    max-width: 100%;
    position: static;
    transform: none;
    height: auto;
    text-align: center;
}
.promo-bar__wraper-title {
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.promo-bar__wraper-title .toogle-down {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downW.svg);
    background-position: 95% 50%;
}
.promo-bar__wraper-title.active .toogle-down {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/upW.svg);
    background-position: 95% 50%;
}
.promo-bar__list {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 20px 0;
    z-index: 99;
}
.promo-bar.mobile {
    position: fixed;
    width: 100%;
    z-index: 888;
    bottom: 0;
    height: auto;
    display: block;
}
.promo-bar.mobile .promo-bar__list {
    position: relative;
}
.promo-bar.mobile .promo-bar__wraper {
    display: inline-grid;
}
.promo-bar.mobile .promo-bar__item {
    width: 50%;
    float: left;
}
.promo-bar__inner {
    padding: 10px;
}
.promo-bar__inner p {
    text-align: left;
    font-size: 10px;
}
.promo-bar__item {
    width: 25%;
    float: left;
}
.promo-bar__list-wraper {
    max-width: 1024px;
    margin: 0 auto;
}
.promo-bar__title {
    padding: 10px;
    border-radius: 0 0 4px 4px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    font-size: 11px;
    cursor: pointer;
}
#box-sorting {
    margin-left: auto;
}
#box-sorting .nav-tabs > li {
    max-width: 200px;
    min-width: 150px;
}
.breadcrumbs {
    justify-content: left;
    display: flex;
}
.breadcrumbs ul li {
    float: left;
}
.breadcrumbs {
    background: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 11px;
    padding-top: 0;
    line-height: 50px;
}
.breadcrumbs a {
    margin: 0 4px;
}
.breadcrumbs a:link,
.breadcrumbs a:visited {
    color: #000;
    font-size: 14px;
}
.box-breadcrumbs {
    float: right;
    width: 33.333%;
}
.box-breadcrumbs ul {
    float: right;
    list-style: none;
}
.box-breadcrumbs ul li {
    float: left;
    padding: 0;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    list-style-position: inside;
    border: 1px solid #d8d8d8;
}
.box-breadcrumbs ul li:first-child {
    border-radius: 5px 0 0 5px;
}
.box-breadcrumbs ul li:last-child {
    border-radius: 0 5px 5px 0;
}
.box-breadcrumbs ul li a:link {
    float: left;
    color: #000;
    display: block;
    width: 100%;
    font-size: 11px;
}
.box-breadcrumbs ul li a:visited {
    color: #000;
}
.box-breadcrumbs ul li.selected a:link {
    font-weight: 400;
    color: #000;
}
.box-limit {
    float: left;
    margin: 0 0 0 auto;
    font-size: 13px;
}
.box-limit ul {
    max-width: 250px;
    margin: 0 auto;
    list-style: none;
}
.box-limit ul li {
    padding: 0 5px;
    float: left;
    line-height: 50px;
    font-size: 11px;
}
.box-clear-filter {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
}
.box-limit ul li a:link {
    float: left;
    color: #8e8e8e;
}
.box-limit ul li a:visited {
    color: #8e8e8e;
}
.box-limit ul li.selected a:link,
#box-limit ul li.selected a:visited {
    color: #000;
}
.box-sorting {
    float: right;
    width: 20%;
}
.box-sorting ul {
    float: right;
    min-width: 170px;
}
.box-sorting label {
    font-size: 13px;
    float: left;
    width: auto;
    line-height: 40px;
    padding-right: 5px;
}
.product-list__wishlist {
    position: absolute;
    right: 0;
    padding: 10px;
}
.product-list__specjal {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 10px 0 5px;
    font-size: 11px;
}
.product-list__model {
    display: block;
    padding: 10px 0;
    padding: 0 0 10px;
    color: #707070;
    font-size: 10px;
}
.product-list__name h2 {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 10px 0;
    margin: 0 auto;
    min-height: 40px;
    text-transform: initial;
}
.product-list__picture {
    position: relative;
}
.product-list__sale {
    font-size: 11px;
    position: absolute;
    top: 0;
    background: #bc0000;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
    margin: 5px 0;
    padding: 4px;
}
.product-list__tag {
    position: absolute;
    top: 0;
    margin: 5px 0;
    padding: 0;
}
.header {
    border-bottom: 1px solid #e0e0e0;
}
.header.no-border {
    border-bottom: 0 solid #e0e0e0;
    padding: 20px 0;
}
.header.no-border .header-content__logo {
    margin: 0 auto;
}
.header.no-border .header-content__back {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header.no-border .header-content__back span {
    margin-left: 10px;
}
.header-top-bar {
    width: 100%;
    text-align: center;
    background: #f6f6f6;
    padding: 0;
    display: block;
    height: 40px;
    color: #7b7571;
}
.header-top-bar__wraper {
    padding: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.header-top-bar__left {
    float: left;
    width: 33.333%;
}
.header-top-bar__center {
    float: left;
    width: 33.333%;
    text-align: center;
}
.header-top-bar__right {
    float: right;
    width: 33.333%;
}
.header-top-bar__list {
    float: left;
}
.header-top-bar__right .header-top-bar__list {
    float: right;
}
.header-top-bar__center .header-top-bar__list {
    float: none;
}
.header-top-bar__item {
    font-size: 11px;
    display: inline;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    list-style: none;
}
.header-top-bar__list__item.left {
    float: left;
}
.header-top-bar__right .header-top-bar__item {
    margin-left: 10px;
}
.header-content {
    max-width: 1280px;
    width: 100%;
    min-width: 320px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    margin: 15px auto;
}
.header-content__logo img {
    display: block;
    height: 33px;
    width: auto;
    margin-top: -5px;
}
.header-content-menu__list {
    margin: 0 auto;
}
.header-content-menu__item {
    display: inline;
    line-height: 40px;
    list-style: none;
}
.header-content__menu.top {
    padding-left: 30px;
}
.header-content__menu.top nav ul li a {
    color: #000;
    display: block;
    padding: 0;
    padding: 0 15px;
    text-decoration: none;
    line-height: 40px;
    font-weight: 500;
    font-size: 13px;
}
.header-content__menu.top nav ul li a.header-content-menu__item-link:link {
    color: #aaa;
}
.header-content__menu.top nav ul li a.header-content-menu__item-link:visited {
    color: #aaa;
}
.header-content__menu.top nav ul li a.header-content-menu__item-link:hover {
    color: #000;
    border: 0;
}
.header-content__menu.top nav ul li a.header-content-menu__item-link.active {
    color: #000;
}
.header-content__utility {
    margin-left: auto;
}
.header-content-utility__list {
    margin: 0 auto;
}
.header-content-utility__item {
    display: inline;
    padding: 10px 8px;
    list-style: none;
    position: relative;
}
.header-content-utility__badge {
    top: 0;
    left: 20px;
    width: 17px;
    height: 17px;
    margin-left: -5px;
    border-radius: 20px;
    background: #000;
    color: #fff;
    font-size: 9px;
    line-height: 18px;
    position: absolute;
    text-align: center;
}
.header-content__menu nav ul div.drop ul.menu-h li a {
    text-transform: uppercase;
    font-weight: 500;
}
.header-content__menu h3 a:link {
    color: #000;
    font-size: 11px;
    font-weight: 500;
}
.header-content__menu h3 a:visited {
    color: #000;
}
.header-content__menu nav ul .box-menu-line ul {
    float: left;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.header-content__menu nav ul .box-menu-line ul li span {
    padding: 0 10px;
    list-style: none;
    background: #fff;
    float: left;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.header-content__menu nav ul .box-menu-line ul li a:link {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: auto;
}
.header-content__menu {
    float: left;
}
.header-content__menu li.cent {
    padding: 0 15px;
}
.header-content__menu nav,
.header-content__menu nav ul ul {
    padding: 0;
    width: 100%;
    text-align: center;
}
.header-content__menu nav {
    background: 0 0;
    margin: 0;
}
.header-content__menu nav ul {
    background: 0 0;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-table;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header-content__menu nav ul li {
    display: inline-block;
}
.header-content__menu nav ul li a {
    color: #000;
    display: block;
    padding: 0;
    text-decoration: none;
    line-height: 40px;
    font-weight: 500;
    font-size: 13px;
}
.header-content__menu nav ul li.red a {
    color: #d80000;
}
.header-content__menu nav ul li:hover {
    color: #000;
    background: #fff;
}
.header-content__menu nav ul li:hover > a {
    color: #000;
    border-bottom: 1px solid #000;
}
.header-content__menu nav ul li:hover > div.drop,
.header-content__menu nav ul li:hover > ul {
    display: block;
}
.header-content__menu nav ul ul {
    background: #000;
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
}
.header-content__menu nav ul ul li a {
    color: #000;
}
.drop .div h3,
.drop .div h3 a:link {
    padding: 0;
    font-size: 13px;
}
.drop .div h3 {
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}
.drop .div h3 a:link {
    color: 6f6f6f;
}
.header-content__menu nav ul div.drop {
    background: #f6f6f6;
    padding: 0 0 20px;
    text-align: center;
    display: none;
    z-index: 9999;
    width: 100%;
    position: absolute;
    margin-top: 0;
    left: 0;
    border-top: 1px solid #e0e0e0;
}
.header-content__menu nav ul div.drop ul {
    display: block;
    position: relative;
    top: 0;
    clear: both;
    height: auto;
    line-height: 18px;
    background: #fff;
}
.header-content__menu nav ul div.drop ul li {
    display: block;
}
.header-content__menu nav ul div.drop ul li a {
    float: left;
    font-weight: 400;
    line-height: 12px;
    font-size: 11px;
    padding: 5px 0;
    display: block;
    width: 140px;
    text-align: left;
    text-transform: none;
    height: auto;
    color: #000;
}
.header-content__menu nav ul div.drop ul li a:hover {
    color: #000;
    -moz-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
    border-bottom: 0;
    text-decoration: underline;
}
#nav-top-wrap nav ul li:hover > div.drop {
    display: block;
}
#nav-top-wrap nav ul div.drop {
    background: #fff;
    padding: 0 0 20px;
    text-align: center;
    display: none;
    z-index: 9999;
    width: 100%;
    position: fixed;
    margin-top: 16px;
    left: 0;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}
.header-content__search {
    margin-left: auto;
    border: 3px solid #f6f6f6;
    background: #f6f6f6;
    padding: 0 10px;
    position: relative;
}
.header-content__search input {
    text-align: left;
    line-height: 14px;
    margin: 0 10px;
    min-width: 170px;
    padding: 12px 5px;
    font-size: 11px;
    background: #f6f6f6;
}
.header-content__search-result {
    position: absolute;
    z-index: 9999;
    background: #fff;
    width: 980px;
    right: 0;
    display: flex;
}
.header-content__search-result.active {
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    margin-top: 4px;
    margin-right: -3px;
    padding-bottom: 25px;
}
.header-content__search-left {
    width: 65%;
    float: left;
}
.header-content__search-right {
    width: 35%;
    float: left;
}
.header-content__search-list {
    padding: 20px;
    display: inline-block;
}
.header-content__search-item {
    width: 33.333%;
    float: left;
    padding: 5px;
}
.header-content__search-category-link {
    width: 100%;
    display: block;
    padding-bottom: 5px;
}
.header-content__search-button {
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
}
.header-content__search-category {
    padding: 20px;
}
.header-content__search-product {
    width: 60%;
    float: left;
}
.header-search-item {
    float: left;
    width: 25%;
    display: block;
    text-align: center;
}
.header-search-item img {
    border-radius: 16px;
    max-width: 300px;
}
.header-search-item__model {
    padding: 0 5px;
}
.header-search-item__name {
    padding: 0 5px;
    text-align: left;
}
.header-content__search-title {
    font-weight: 500;
    padding-bottom: 10px;
}
.header-content__search-empty {
    padding: 20px;
}
.header-search-item__price {
    padding: 0 5px;
    text-align: left;
}
.header-search-item__model span {
    display: block;
    padding: 5px 0;
    color: #4b4b4b;
    font-size: 10px;
    text-align: left;
}
.header-search-item__name span {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 10px 0;
    margin: 0 auto;
    min-height: 40px;
    text-transform: initial;
}
.header-search-item__price span {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-align: left;
    display: block;
    border-bottom: 0 solid #d8d8d8;
}
.header-search-item__price-sale span {
    color: #6e001e;
}
.header-search-item__price-sale small {
    color: #000;
}
.header-content__search input::-webkit-input-placeholder {
    font-size: 11px;
}
.header-content__search input::-moz-placeholder {
    font-size: 11px;
}
.header-content__search input:-ms-input-placeholder {
    font-size: 11px;
}
.header-content__search input:-moz-placeholder {
    font-size: 11px;
}
#nav {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 -6px;
}
#nav ul li {
    float: left;
    list-style: none;
    font-size: 14px;
    text-transform: uppercase;
}
#nav ul li a,
#nav ul li a:link {
    display: block;
    color: #3e3e3e;
    text-decoration: none;
    padding: 20px 35px;
}
#nav ul li a,
#nav ul li a:hover {
    color: #88b0ca;
}
#nav ul li a,
#nav ul li a:active {
    display: block;
    color: #3e3e3e;
    text-decoration: none;
}
#nav-top-wrap input,
.box-nav-search button {
    background: #fff;
    display: inline-block;
    font-size: 11px;
    position: relative;
}
#nav-top-wrap {
    right: 0;
    float: right;
    margin-top: 0;
    width: 35%;
    height: 65px;
}
#nav-top-wrap input {
    float: left;
    border: 0;
    background: none;
    border-bottom: 0 solid #dfdfdf;
    color: #888;
    text-indent: 10px;
    font-weight: 400;
    width: calc(100% - 50px);
    padding: 0;
    margin: 0;
}
.campagne {
    padding: 0;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding-top: 60px;
}
.campagne_wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}
.campagne__heading h1 {
    font-weight: 500;
    font-size: 22px;
    padding: 40px 30px;
}
.box__lp {
    padding: 0;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.start .box__banner__wrapper__inner {
    display: block;
}
.box__lp .box__banner__wrapper__inner span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 38px;
    padding-top: 10px;
}
.box__lp__wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}
.box__lp__content__inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.box__lp__header {
    padding: 20px 0;
}
.box__lp__header h1 {
    font-weight: 500;
    font-size: 28px;
}
.box__lp__header h2 {
    font-weight: 500;
    font-size: 28px;
}
.box__lp__text {
    padding: 60px 0 20px;
}
.box__lp__text p {
    font-size: 14px;
    text-align: center;
}
.box__lp__group {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 24px 16px;
}
.box__lp__group.col-1 {
    grid-template-columns: none;
    justify-content: center;
}
.box__lp__image {
    padding: 40px;
}
.box__lp .box-recomendation__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
#box-campagne-header {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
}
#box-campagne-header a:link {
    padding: 10px;
    margin: 0 10px;
    color: #fff;
    text-transform: uppercase;
    color: #707070;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
#box-campagne-header a:hover {
    transform: scale(1.1);
    font-size: 18px;
    color: #000;
}
span.box-campagne {
    display: block;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    width: 100%;
}
.campagne .row {
    padding-bottom: 30px;
}
.campagne__item {
    max-width: 340px;
    margin: 0 auto;
}
.campagne__image img {
    width: 100%;
    height: auto;
}
.campagne__item.max {
    max-width: 790px;
    margin: 0 auto;
}
.campagne .col-6 {
    text-align: center;
}
.campagne .col {
    text-align: center;
}
.campagne__info {
    padding-right: 5px;
    margin: 0;
    display: inline-block;
    float: left;
    max-width: 180px;
}
.campagne__info a.gl-button:link {
    margin: 0;
    float: left;
    background: #fff;
    color: #000;
    font-size: 13px;
    border-radius: 4px;
    min-width: 150px;
    max-width: 150px;
}
.campagne__info a.gl-button:visited {
    background: #fff;
    color: #000;
}
.campagne .campagne__info a.gl-button.disabled:link {
    margin: 0;
    float: left;
    background: #fff;
    color: #aaa;
    font-size: 13px;
    border-radius: 4px;
    min-width: 150px;
    border: 1px solid #AAAAA !important;
}
.campagne .campagne__info a.gl-button.disabled:visited {
    border: 1px solid #AAAAA !important;
    color: #aaa;
}
.campagne .campagne__info a.gl-button.disabled:hover {
    border: 1px solid #AAAAA !important;
    color: #aaa;
}
.campagne__info .name {
    width: 100%;
    display: block;
    text-align: left;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 10px;
    min-height: 50px;
}
.campagne__info .model {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 10px;
    color: #707070;
    padding-top: 10px;
    padding-bottom: 10px;
}
.campagne__info .price {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 13px;
    color: #000;
    padding-bottom: 5px;
    font-weight: 500;
    padding-top: 0;
    min-height: 30px;
}
.campagne__info-wrap {
    max-width: 450px;
    margin: 0 auto;
}
.box__banner {
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.box__banner.category {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: #b90652;
    padding: 20px;
}
.box__banner span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.box__banner img {
    width: 100%;
    height: auto;
}
.box__banner__wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
}
.box__banner__wrapper__item {
    width: 33.333%;
    float: left;
    position: relative;
}
.box__banner__wrapper__inner {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 35%;
    display: inline-grid;
}
.box__banner__wrapper__inner.bottom {
    bottom: 0;
    top: initial;
    margin-bottom: 40px;
}
.box__banner__wrapper__item .box__banner__content__inner {
    width: 100%;
    text-align: center;
    bottom: 0;
    margin-bottom: 60px;
    top: auto;
}
.box__banner__wrapper__item img {
    width: 100%;
    height: auto;
    display: block;
}
.box__banner__wrapper__inner span:first-child {
    line-height: 40px;
    color: #fff;
    display: block;
    font-size: 38px;
    margin-bottom: 0;
    font-weight: 500;
    padding: 0 20px 20px;
}
.box__banner__wrapper__inner span {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 400;
}
span.box__banner__text-bold {
    font-size: 28px;
    font-weight: 500;
}
.box__banner__wrapper__inner h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.box__banner__wrapper__inner a.gl-button:link {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background: transparent;
    min-width: 200px;
    margin: 20px auto;
}
.box__banner__wrapper__inner a.gl-button:visited {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.box__banner__wrapper__inner a.gl-button:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
.box__banner__wrapper__inner.bottom a.gl-button:link,
.box__banner__wrapper__inner.bottom a.gl-button:visited {
    background: #fff;
    color: #000;
    min-width: 200px;
    border: 1px solid #fff;
    margin: 10px auto;
}
.box__banner__wrapper__inner.bottom a.gl-button:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.box__banner__wrapper__inner.bottom h2 {
    padding-bottom: 0;
}
.box-group {
    width: 100%;
    display: block;
}
.box-group.c1 {
    background: #d3b8aa;
    padding-top: 40px;
}
.box-group.c3 {
    background: #c5d7e2;
    padding-top: 40px;
}
.box-group.c4 {
    background: #9fd8ef;
    padding-top: 40px;
}
.box-group.c5 {
    background: #bc9e88;
    padding-top: 40px;
}
.box-group.c6 {
    background: #5fcee3;
    padding-top: 40px;
}
.box-group.c7 {
    background: #d0a795;
    padding-top: 40px;
}
.box-group.flex .box-group__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.box-group__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
.box-group__item {
    position: relative;
}
.box-group__image {
    padding: 0 10px;
}
.box-group__item.col50.no-pading .box-group__image {
    padding: 0;
}
.box-group__content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}
.box-group__content.rel {
    position: relative;
}
.box-group__content-position-left-bottom {
    margin: auto auto 30px 0;
}
.box-group__content-position-left-bottom.block {
    max-width: 570px;
}
.box-group__content.rel .box-group__heading h2 {
    text-align: left;
}
.box-group__heading h2 {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    padding: 20px 0 10px;
}
.box-group__description {
    padding: 20px 0;
    font-size: 13px;
}
.box-group__content.rel .box-group__description {
    padding: 20px 0 10px;
    font-size: 13px;
    text-align: left;
    max-width: 560px;
}
.box-group__link {
    padding: 10px 0;
}
.box-group__content.rel .box-group__link {
    text-align: left;
}
.box-group__link a.gl-button:link,
.box-group__link a.gl-button:visited {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    background: transparent;
    max-width: 200px;
    width: 100%;
    margin: 10px auto;
}
.box-group__link a.gl-button:hover {
    background: #000;
    color: #fff;
}
.box-group__bottom {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}
.box-group__bottom a.gl-button:link {
    max-width: 100%;
    line-height: 40px;
}
.box-recomendation {
    padding: 0 0 40px;
    width: 100%;
    display: inline-block;
}
.box-recomendation__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.box-recomendation__heading h1 {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    color: #454545;
    padding: 40px 10px;
}
.box-recomendation__heading h2 {
    font-weight: 400;
    font-size: 22px;
    padding: 40px 30px;
}
.box-recomendation__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-recomendation__inner.slide {
    align-items: flex-start;
    justify-content: center;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.box-recomendation__inner.slide .box-recomendation__item {
    float: left;
    max-width: 308px;
    margin: 5px;
    flex-shrink: 0;
    scroll-snap-align: end;
}
.box-recomendation__inner.slide .box-recomendation__item:first-child {
    margin-left: 0;
}
.c2 .box-recomendation__inner {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.c2 .box-recomendation__item {
    float: left;
    max-width: 308px;
    margin: 5px;
    flex: 1 0 40%;
    white-space: nowrap;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.box-recomendation__bottom {
    width: 100%;
    display: inline-block;
    padding: 20px 0 0;
}
.box-recomendation__item {
    float: left;
    max-width: 308px;
    margin: 5px;
}
.box-recomendation__item img {
    border-radius: 0;
    max-width: 308px;
}
.box-recomendation__model {
    padding: 0;
}
.box-recomendation__name {
    padding: 0;
    text-align: left;
}
.box-recomendation__price {
    padding: 0;
    text-align: left;
}
.box-recomendation__image {
    position: relative;
}
.box-recomendation__tag {
    position: absolute;
    top: 0;
    margin: 5px 0;
    padding: 0;
}
.box-recomendation__tag .new {
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #037100;
    background: #037100;
    padding: 5px;
    font-size: 9px;
    line-height: 10px;
    float: left;
    margin: 10px 5px 0 0;
}
.box-recomendation__tag .sale {
    color: #fff;
    border-radius: 2px;
    border: 1px solid #bc0000;
    padding: 5px;
    font-size: 9px;
    line-height: 10px;
    float: left;
    margin: 10px 5px 0 0;
    background: #bc0000;
    font-weight: 500;
}
.box-recomendation__tag .other {
    color: #000;
    border-radius: 2px;
    background: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 5px;
    font-size: 9px;
    margin: 10px 5px 0 0;
    float: left;
    line-height: 10px;
}
.box-recomendation__tag .outlet {
    color: #000;
    border-radius: 2px;
    background: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 5px;
    font-size: 9px;
    margin: 10px 5px 0 0;
    float: left;
    line-height: 10px;
}
.box-recomendation__model span {
    display: block;
    padding: 5px 0;
    padding: 1px0 0 10px;
    color: #4b4b4b;
    font-size: 10px;
    text-align: left;
}
.box-recomendation__name span {
    white-space: normal;
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 10px 0;
    margin: 0 auto;
    min-height: 40px;
    text-transform: initial;
}
.box-recomendation__price span {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-align: left;
    display: block;
    border-bottom: 0 solid #d8d8d8;
    padding-top: 10px;
}
.box-recomendation__price-sale span {
    color: #6e001e;
}
.box-recomendation__price-sale small {
    color: #000;
    font-weight: 500;
}
.box-brands {
    padding: 0 0 40px;
    width: 100%;
    display: inline-block;
}
.box-brands__heading h2 {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    padding: 40px 10px;
    max-width: 1280px;
    margin: 0 auto;
    color: #454545;
}
.box-brands img {
    max-height: 100px;
}
.box-brands .owl-next,
.owl-prev {
    margin-top: -15px;
}
.box-brands__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.box-blog {
    padding: 0;
    width: 100%;
    display: inline-block;
    background: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
}
.box-blog__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.box-blog__content {
    padding: 0 10px;
    width: 100%;
    display: block;
}
.box-blog__content span {
    padding: 0 30px 20px;
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.box-blog__header h3 {
    font-weight: 600;
    font-size: 22px;
    padding: 0 10px 20px;
    text-transform: capitalize;
    text-align: left;
    color: #454545;
}
.box-blog__item {
    padding: 8px;
    text-align: center;
}
.box-blog__item img {
    width: 100%;
    height: auto;
}
.box-blog__item div {
    background: #f4f4f4;
    position: relative;
}
.box-blog__item h4 {
    font-size: 18px;
    min-height: 100px;
    font-weight: 500;
    text-transform: none;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 15px;
    width: 100%;
    text-align: left;
    background: transparent linear-gradient(180deg, #00000 0%, #000 100%) 0 0
        no-repeat padding-box;
    opacity: 0.9;
    display: flex;
    align-items: center;
    line-height: 18px;
}
.box-blog__link {
    text-align: center;
    text-align: right;
    display: inline-block;
    width: 100%;
    padding: 30px 20px 0;
}
.box-blog__link-button {
    display: block;
    background: none;
    padding: 0;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    padding: 0 0 20px 15px;
}
.box-blog__link a.gl-button:link,
.box-blog__link a.gl-button:visited {
    display: inline-block;
    border: 1px solid #000;
    font-size: 13px;
    color: #000;
    background: transparent;
    min-width: 170px;
    width: 100%;
    border-radius: 4px;
}
.box-blog__link a.gl-button:hover {
    background: #000;
    color: #fff;
}
.box-instagram {
    padding: 0;
    width: 100%;
    display: block;
}
.box-instagram__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 0 10px;
}
.box-instagram__heading h5 {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    padding: 30px 0 10px;
    color: #454545;
}
.box-instagram__description {
    padding: 0 0 20px;
    font-size: 13px;
    text-align: left;
}
.box-instagram__item img {
    width: 100%;
    padding: 5px;
    height: auto;
}
.box-instagram__list {
    display: flex;
}
.box-instagram__item {
    flex-grow: 1;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.box-instagram__item.big {
    flex: 0 0 40%;
}
.box-instagram__list div {
    flex-grow: 1;
}
.box-instagram__list div + div {
    margin-top: 0;
}
.box-instagram__item:hover .variants-bg,
.box-instagram__item:hover .variants-bg {
    position: absolute;
    background: #fff;
    opacity: 0.9;
    top: 0;
    right: 0;
    z-index: 888;
    left: 0;
    bottom: 0;
    display: block;
}
.box-benefit {
    padding: 40px 0;
    width: 100%;
    display: inline-block;
}
.box-benefit__wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 0 10px;
}
.box-benefit__list {
    display: flex;
    flex-wrap: wrap;
}
.box-benefit__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 21%;
}
.box-benefit__text {
    margin-left: 10px;
}
.box-benefit__text span {
    display: block;
    width: 100%;
    text-align: left;
}
.box-benefit__text span:first-child {
    font-weight: 600;
}
.box-newsletter {
    padding: 0;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.box-newsletter__wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}
.box-newsletter__item {
    position: relative;
}
.box-newsletter__image {
    padding: 0;
}
.box-newsletter__content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 40px;
}
.box-newsletter__content-position-center {
    width: 100%;
    text-align: center;
    position: static;
    align-self: center;
    text-align: center;
}
.box-newsletter__heading h2 {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    padding: 30px 30px 10px;
    color: #fff;
}
.box-newsletter__description {
    padding: 0 30px;
    font-size: 13px;
    color: #fff;
}
.box-newsletter__link {
    padding: 10px 30px;
}
.box-newsletter__link a.gl-button:link,
.box-newsletter__link a.gl-button:visited {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    max-width: 200px;
    width: 100%;
    margin: 20px auto;
}
.box-newsletter__link a.gl-button:hover {
    background: #fff;
    color: #000;
}
.filter__item {
    border: solid #e0e0e0;
    border-width: 0;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -15px;
    overflow: auto;
    padding: 0;
    position: static;
    scroll-behavior: smooth;
    width: auto;
    display: flex !important;
    padding: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.filter__error {
    background: url(../../bg5.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
}
.filter__link {
    height: 40px;
    display: inline-block;
    padding: 0 12px;
    line-height: 40px;
    margin: 0 8px 0 0;
    color: #1a1a1a;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    transition: border-color 0.2s ease-out;
    cursor: pointer;
    display: block ruby;
}
.filter__link-block {
    height: 40px;
    display: inline-block;
    padding: 0 12px;
    line-height: 40px;
    margin: 0 8px 0 0;
    color: #aaa;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    background-color: #f5f5f5;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    transition: border-color 0.2s ease-out;
    display: block ruby;
}
.filter__link.selected {
    background-color: #6e001e;
    border: 1px solid #6e001e;
    color: #fff;
}
.filter__link img {
    width: 20px;
    display: inline-table;
    padding-right: 5px;
}
.filter__link-block img {
    width: 20px;
    display: inline-table;
    padding-right: 5px;
}
.filter__header {
    display: none;
}
.filter__content-inner {
    padding-bottom: 90px;
}
.filter__heading {
    color: #000;
}
.filter__result {
    position: fixed;
    width: 100%;
    position: fixed;
    width: 100%;
    z-index: 9998;
    bottom: 0;
    text-align: center;
    background: #000;
    color: #fff;
    margin: 0;
    padding: 0;
    left: 0;
    padding: 20px 0;
    cursor: pointer;
}
.box-home-category {
    padding: 0;
    width: 100%;
    display: inline-block;
}
.box-home-category__wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}
.box-home-category__inner {
    padding: 0 30px;
    display: inline-block;
    width: 100%;
}
.box-home-category__list {
    margin: 0 0 40px;
}
.box-home-category__heading h1 {
    text-align: center;
    font-weight: 500;
    padding: 40px 0;
    width: 100%;
    font-size: 20px;
}
.box-home-category__list {
    width: 20%;
    float: left;
}
.box-home-category__list li {
    font-size: 13px;
    width: 100%;
    padding: 5px 0;
}
.box-home-category__list a:link,
.box-home-category__list a:visited {
    font-size: 13px;
    color: #000;
}
.box-home-category__list a:hover {
    font-size: 13px;
    color: #000;
    text-decoration: underline;
}
.footer-bg {
    display: inline-block;
    background: #f6f6f6;
    width: 100%;
}
.footer-top {
    padding: 40px 0;
    width: 100%;
    display: inline-block;
}
.footer-top__wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
}
.footer-top__item {
    width: 100%;
    position: relative;
}
.footer-newsletter {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
.footer-newsletter p {
    padding-bottom: 10px;
    font-size: 9px;
}
.footer-newsletter p:first-child {
    text-align: center;
    font-size: 13px;
}
.footer-newsletter p a:link {
    color: #000;
    text-decoration: underline;
}
.footer-newsletter input {
    border: 1px solid #989898;
    background: none;
    height: 46px;
    width: 100%;
    padding: 0 20px;
    font-size: 13px;
}
.footer-newsletter input[type="checkbox"] {
    height: auto;
}
.footer-newsletter input::-webkit-input-placeholder {
    line-height: 46px;
}
.footer-newsletter input::-moz-placeholder {
    line-height: 46px;
}
.footer-newsletter input:-ms-input-placeholder {
    line-height: 46px;
}
.footer-newsletter input:-moz-placeholder {
    line-height: 46px;
}
.footer-newsletter input[type="submit"] {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    width: 100%;
    max-width: 150px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
}
.footer-newsletter input[type="submit"]:hover {
    background: none;
    color: #000;
}
.footer-newsletter__form {
    padding: 15px 0;
    display: flex;
    max-width: 480px;
    margin: 0 auto;
}
.footer-newsletter label {
    font-size: 10px;
}
.footer-contact__wrapper span {
    display: block;
    font-size: 10px;
}
.footer-contact__content li {
    padding: 5px 0;
    font-size: 11px;
}
.footer-contact__content li a:link {
    color: #000;
}
.footer-contact__content li a:visited {
    color: #000;
}
.footer-contact__content li a:hover {
    color: #000;
    text-decoration: underline;
}
.footer-contact__content span {
    margin-right: 15px;
}
.footer-location {
    width: 20%;
    float: left;
}
.footer-location__link {
    width: 100%;
    max-width: 200px;
    padding-bottom: 20px;
}
.footer-location__link a:link {
    border: 1px solid #000;
    width: 100%;
    display: block;
    padding: 10px 20px;
}
.footer-location__link a:hover {
    background: #fff;
}
.footer-location__link span {
    float: right;
}
.footer-location__payment {
    margin-left: auto;
}
.footer-location__payment-item {
    display: inline-block;
    width: 50px;
}
.footer-location__heading h3 {
    text-align: left;
    font-weight: 500;
    color: #000;
    font-size: 13px;
    padding-bottom: 10px;
}
.footer-newsletter__heading h3 {
    text-align: left;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
}
.footer-newsletter__information {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-newsletter__information label {
    max-width: 150px;
    cursor: pointer;
    padding: 5px;
}
.footer-newsletter__information input[type="checkbox"] {
    margin: 0 10px 0 0;
}
.footer {
    display: inline-block;
    padding-top: 40px;
    width: 100%;
}
.footer__wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
}
.footer__item {
    width: 20%;
    float: left;
}
.footer__heading h3 {
    text-align: left;
    font-weight: 500;
    color: #000;
    font-size: 13px;
    padding-bottom: 10px;
    text-transform: none;
}
.footer__list ul li {
    padding: 2px 0;
    line-height: 20px;
}
.footer__list a:link,
.footer__list a:visited {
    color: #000;
    font-size: 11px;
}
.footer__list a:hover {
    text-decoration: underline;
    color: #888;
}
.footer-location__production {
    width: 20%;
    float: left;
    text-align: center;
}
.footer__social {
    margin-left: auto;
}
.footer__social ul {
    margin: 0 auto;
    display: block;
}
.footer__social ul li {
    float: left;
    text-align: center;
}
.footer__social img {
    height: 48px;
    padding: 10px;
}
.footer__menu {
    float: left;
    width: 50%;
}
.footer__menu ul li {
    float: left;
    text-align: left;
    list-style: none;
}
.footer__menu ul li a:link,
.footer__menu ul li a:visited {
    color: #707070;
    font-size: 11px;
    padding-right: 10px;
}
.footer__menu ul li a:hover {
    color: #000;
    text-decoration: underline;
}
.footer-bottom {
    padding: 20px 0 10px;
    width: 100%;
    display: inline-block;
    background: #fff;
}
.footer-bottom__wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.footer-bottom__production {
    float: left;
    width: 20%;
}
.footer-bottom__production-item {
    text-align: center;
}
.footer-bottom__location {
    display: flex;
    float: left;
    width: 20%;
    line-height: 50px;
}
.footer-bottom__location label {
    font-size: 13px;
    padding-right: 10px;
}
.footer-bottom__location img {
    width: 20px;
    height: 20px;
}
.footer-bottom__payment {
    float: left;
    width: 60%;
    text-align: center;
    line-height: 50px;
}
.footer-bottom__payment-item {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 3px;
}
.footer-bottom__copyright {
    float: left;
}
.footer-bottom__copyright.ssl {
    margin-left: auto;
}
.footer-bottom__copyright p {
    font-size: 9px;
    color: #aaa;
}
.product__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.product-left {
    width: 65%;
    float: left;
    height: 590px;
    align-self: flex-start;
    padding: 40px 20px 0 0;
}
.product-left__wrapper {
    position: relative;
}
.product-left a.example-image-link {
    position: relative;
    cursor: zoom-in;
}
.product-left__tag {
    text-align: left;
    float: right;
    z-index: 888;
    position: absolute;
    right: 0;
}
.header-menu {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.header-menu__wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 20px;
}
.header-menu__item {
    float: left;
    padding: 0 8px;
    width: 20%;
}
.header-menu__item-list span {
    text-align: left;
    display: block;
}
.header-menu__item-list2 {
    padding-left: 40px;
    display: inline-block;
    width: 100%;
}
.header-menu__item-list {
    padding-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.header-menu__item-header {
    font-weight: 500;
}
.header-menu__item p {
    font-weight: 500;
    text-align: left;
    padding: 10px 5px;
}
#box-menu .header-menu__item-header a:link {
    height: auto;
    line-height: 20px;
    text-align: left;
    padding-bottom: 10px;
}
.empty {
    padding: 30px 0;
    text-align: center;
}
.product-list__wrapper {
    padding: 0;
}
.product-list__tag .new {
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #037100;
    background: #037100;
    padding: 5px;
    font-size: 9px;
    line-height: 10px;
    float: left;
    margin: 10px 5px 0 0;
}
.product-list__tag .online {
    color: #fff;
    border-radius: 2px;
    background: #053b77;
    border: 1px solid #053b77;
    padding: 5px;
    font-size: 9px;
    line-height: 10px;
    float: left;
    margin: 10px 5px 0 0;
    font-weight: 500;
}
.product-list__tag .sale {
    color: #fff;
    border-radius: 2px;
    border: 1px solid #bc0000;
    padding: 5px;
    font-size: 9px;
    line-height: 10px;
    float: left;
    margin: 10px 5px 0 0;
    background: #bc0000;
    font-weight: 500;
}
.product-list__tag .outlet {
    color: #fff;
    border-radius: 2px;
    border: 1px solid #ae4d08;
    background: #ae4d08;
    font-weight: 500;
    padding: 5px;
    font-size: 9px;
    line-height: 10px;
    float: left;
    margin: 10px 5px 0 0;
}
.product-left__tag-percent {
    width: 100%;
    text-align: right;
}
.product-left__tag-percent span {
    background: #bc0000;
    color: #fff;
    padding: 5px 10px;
    margin-top: 5px;
    display: inline-block;
}
.product-right {
    width: 35%;
    float: right;
    max-width: 430px;
    position: relative;
}
.product-right__wrapper {
    padding: 20px 30px 40px;
    display: inline-block;
    background: #f6f6f6;
}
.product-right__name {
    float: left;
    width: 90%;
}
.product-right__list {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
.product-right__tag {
    float: left;
    margin-right: 5px;
    color: #000;
    border-radius: 2px;
    border: 1px solid #fff;
    padding: 5px;
    font-size: 9px;
    background: #fff;
    font-weight: 500;
    line-height: 10px;
}
.product-right__tag.sale {
    color: #fff;
    border-radius: 2px;
    border: 1px solid #bc0000;
    padding: 5px;
    font-size: 9px;
    background: #bc0000;
    font-weight: 500;
}
.product-right__tag.online {
    color: #fff;
    border-radius: 2px;
    border: 1px solid #053b77;
    padding: 5px;
    background: #053b77;
}
.product-right__tag.new {
    color: #fff;
    border-radius: 2px;
    border: 1px solid #037100;
    padding: 5px;
    font-size: 9px;
    background: #037100;
    font-weight: 500;
}
.product-right__tag.percent {
    color: #fff;
    background: #bc0000;
    border-radius: 2px;
    border: 1px solid #bc0000;
    padding: 5px;
    font-size: 9px;
    font-weight: 500;
}
.product-right__name h1 {
    padding-bottom: 5px;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-align: left;
}
.product-right__whishlist {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -20px;
}
.product-right__model {
    color: #909090;
    font-size: 10px;
    display: inline-block;
}
.product-right__sale {
    background: #bc0000;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    margin: 10px;
    padding: 4px;
}
.product-right__price {
    font-size: 18px;
    color: #000;
    padding: 5px 0;
    font-weight: 500;
    text-align: left;
    padding-top: 5px;
}
.product-right__variants {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
}
.product-right__variants-thumb {
    border-bottom: 0 solid #ebebeb;
    width: 50px;
    height: auto;
    padding: 0 5px;
}
.product-right__variants-thumb-active {
    border-bottom: 1px solid #ebebeb;
    width: 50px;
    height: auto;
    padding: 0 5px;
}
.product-right__variants-size {
    padding: 15px 0;
}
.product-right__variants-size select {
    background-color: #fff;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: 1px solid #d9d9d9;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 10px;
    width: 100%;
    border-radius: 4px;
    text-align: left;
    text-transform: lowercase;
}
.product-right__sizetable {
    float: left;
    width: 50%;
    padding: 3px 0;
}
.product-right__sizetable-link {
    font-size: 11px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: #000;
    cursor: pointer;
}
a.product-right__sizetable-link:visited {
    color: #000;
}
a.product-right__sizetable-link:hover {
    text-decoration: underline;
    color: #000;
}
.product-right__sizetable span {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/sizes.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 25px;
    height: 30px;
    display: inline-grid;
    left: 0;
    margin-right: 5px;
}
.product__availability {
    width: 100%;
    padding: 10px 0;
    float: left;
    position: relative;
}
.product__availability span {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/location.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 97%;
    width: 12px;
    height: 16px;
    display: inline-grid;
    margin-left: 5px;
    left: 0;
    margin-right: 15px;
}
.product__availability-link {
    color: #000;
    font-size: 13px;
    background: #fff;
    padding: 12px 10px;
    border-radius: 4px;
    width: 100%;
    display: flex;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    justify-content: center;
}
a.product__availability-link:visited {
    color: #000;
}
a.product__availability-link:hover {
    text-decoration: underline;
    color: #000;
}
.product-right__status {
    width: 50%;
    float: left;
    line-height: 30px;
}
.product__add-to-cart {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.product__benefits {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
.product__description {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}
.product__benefits-item {
    padding: 3px 0;
    font-size: 11px;
}
.product__benefits-item.green {
    color: #0b9508;
}
.product__benefits-item img {
    margin-right: 10px;
}
.product__description-content {
    display: none;
}
.product__description h2 {
    font-size: 13px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    text-transform: none;
    font-weight: 500;
}
.product__description p {
    text-align: left;
    font-size: 13px;
}
.product__description-heading {
    font-size: 13px;
    color: #000;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/plus.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    cursor: pointer;
}
.product__description-heading.active {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/minus.svg);
}
.product__detalist {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}
.product__detalist-content {
    display: none;
}
.product__detalist-heading {
    font-size: 13px;
    color: #000;
    padding: 0 0 10px;
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/plus.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    cursor: pointer;
}
.product__detalist-heading.active {
    background-image: url(https://cdn.wojas.eu/media/images/pl/svg/minus.svg);
}
.product-atr-left,
.product-atr-right {
    width: 100%;
    font-size: 13px;
    padding: 0;
    text-align: left;
    color: #000;
    float: left;
}
.product-atr-left {
    font-weight: 400;
}
.product-atr-right {
    font-weight: 500;
    font-size: 13px;
    padding: 5px 0;
}
.block-left-baner img {
    opacity: 1;
}
.block-left-baner:hover img {
    opacity: 0.8;
}
.product-look {
    padding: 0 0 40px;
    width: 100%;
    display: inline-block;
}
.product-look__wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}
.product-look__heading span {
    font-weight: 600;
    font-size: 22px;
    padding: 20px 30px;
    display: block;
}
.product-look__inner {
    padding: 0 20px;
    width: 100%;
    display: block;
}
.product-look__item {
    float: left;
    width: 25%;
    display: block;
    text-align: center;
    max-width: 308px;
    padding: 5px;
}
.product-look__item img {
    border-radius: 0;
    max-width: 308px;
}
.product-look__model {
    padding: 0 5px;
}
.product-look__name {
    padding: 0 5px;
}
.product-look__price {
    padding: 0 5px;
}
.product-look__price-regular {
    text-align: left;
}
.product-look__model span {
    font-size: 10px;
    color: #707070;
    display: block;
    text-align: left;
    padding: 10px 0;
}
.product-look__name span {
    font-size: 13px;
    display: block;
    text-align: left;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 5px 0;
    margin: 0 auto;
    text-transform: initial;
}
.product-look__price span {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-align: left;
    border-bottom: 0 solid #d8d8d8;
}
.product-look__price-sale span {
    color: #6e001e;
}
.product-look__price-sale small {
    color: #000;
}
.product-recomendation {
    padding: 0 0 40px;
    width: 100%;
    display: inline-block;
}
.product-recomendation__wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}
.product-recomendation__heading span {
    font-weight: 600;
    font-size: 22px;
    padding: 20px 30px;
    display: block;
}
.product-recomendation__inner {
    padding: 0 20px;
}
.product-recomendation__item {
    position: relative;
    float: left;
    width: 25%;
    display: block;
    text-align: center;
    max-width: 308px;
    padding: 5px;
}
.product-recomendation__item img {
    border-radius: 0;
    max-width: 308px;
}
.product-recomendation__model {
    padding: 0 5px;
}
.product-recomendation__name {
    padding: 0 5px;
}
.product-recomendation__price {
    padding: 0 5px;
}
.product-recomendation__model span {
    font-size: 10px;
    color: #707070;
    display: block;
    text-align: left;
    padding: 10px 0;
}
.product-recomendation__name span {
    font-size: 13px;
    display: block;
    text-align: left;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 5px 0;
    margin: 0 auto;
    text-transform: initial;
}
.product-recomendation__price span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-align: left;
    display: block;
    padding: 3px 0 0;
    border-bottom: 0 solid #d8d8d8;
}
.product-recomendation__price-sale span {
    color: #6e001e;
}
.product-recomendation__price-sale small {
    color: #000;
}
.product-clean {
    padding: 0 0 40px;
    width: 100%;
    display: inline-block;
}
.product-clean__wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}
.product-clean__heading span {
    font-weight: 600;
    font-size: 22px;
    padding: 0 30px 20px;
    display: block;
}
.product-clean__inner {
    padding: 0 20px;
}
.product-clean__item {
    float: left;
    width: 25%;
    display: block;
    text-align: center;
    max-width: 308px;
    padding: 5px;
}
.product-clean__item img {
    border-radius: 0;
    max-width: 308px;
    width: 100%;
    height: auto;
}
.product-clean__model {
    padding: 0 5px;
}
.product-clean-regular {
    text-align: left;
}
.product-clean__name {
    padding: 0 5px;
}
.product-clean__price {
    padding: 0 5px;
}
.product-clean__model span {
    font-size: 10px;
    color: #707070;
    display: block;
    text-align: left;
    padding: 10px 0;
}
.product-clean__name span {
    font-size: 13px;
    display: block;
    text-align: left;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 5px 0;
    margin: 0 auto;
    min-height: 40px;
    text-transform: initial;
}
.product-clean__price span {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-align: left;
    border-bottom: 0 solid #d8d8d8;
}
.product-clean__price-sale span {
    color: #6e001e;
}
.product-clean__price-sale small {
    color: #000;
}
.product-clean__add-to-cart {
    text-align: left;
    padding: 10px 0 0;
}
a.add-cart-clear {
    display: block;
    border: 1px solid #000;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 600;
    background: #000;
    max-width: 180px;
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
}
a.add-cart-clear:hover {
    background: #fff;
    color: #000;
}
.cart {
    width: 100%;
    background: #f6f6f6;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.cart__wrapper {
    padding: 0 20px 40px;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    flex: 1;
}
.cart-left__header h1 {
    font-weight: 600;
    text-align: left;
    padding: 20px 0;
    text-transform: none;
    font-size: 16px;
    border-bottom: 1px solid #fafafa;
}
.cart-left__header h2 {
    font-weight: 600;
    text-align: left;
    padding: 20px 0;
    text-transform: none;
    font-size: 16px;
    border-bottom: 1px solid #fafafa;
}
.cart__left {
    width: 65%;
    float: left;
}
.login .cart__left {
    width: 50%;
    float: left;
}
.login .cart__right {
    width: 50%;
    float: left;
}
.login .cart-right__inner {
    padding: 20px 40px;
    margin: 40px 0 0 40px;
    background: #fff;
    width: 100%;
    display: inline-block;
}
.cart-right__content {
    padding: 20px;
}
.cart-right__content p {
    font-size: 13px;
    line-height: 24px;
}
.cart-right__register a:link,
.cart-right__register a:visited {
    background: #6e001e;
    border: 1px solid #6e001e;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border-radius: 4px;
    margin: 10px auto;
    max-width: 250px;
    display: block;
}
.cart-right__register a:hover {
    background: #480014;
    border: 1px solid #480014;
}
.cart-right__guest a:link,
.cart-right__guest a:visited {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border-radius: 4px;
    margin: 10px auto;
    max-width: 250px;
    display: block;
}
.cart-left__adress {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.address .cart-left__form {
    flex-basis: 48%;
    position: relative;
}
.address .cart-left__form.phone {
    display: flex;
    justify-content: right;
    align-items: flex-start;
}
.address .cart-left__form.phone div {
    float: left;
    margin-left: auto;
    width: 100%;
}
.address .cart-left__form.phone div input {
    width: 100%;
}
.address .cart-left__form.country,
.address .cart-left__form.info {
    flex-basis: 100%;
}
.country select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cecece;
    padding: 15px 10px;
    margin: 10px 0;
    background: #fff;
}
.phone select {
    width: 100px;
    border: 0;
    border-bottom: 1px solid #cecece;
    padding: 15px 10px;
    margin: 10px 0;
    background: #fff;
    height: 47px;
}
.info textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cecece;
    margin: 10px 0;
    padding: 15px 10px;
    resize: vertical;
}
.login .cart-left__form {
    text-align: center;
}
.cart-left__password {
    text-align: center;
    padding: 10px 0;
}
.cart-left__fb {
    text-align: center;
    padding: 10px 0;
}
.cart-left__form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cecece;
    padding: 15px 10px;
    max-width: 400px;
    margin: 10px 0;
    height: 47px;
}
.cart-left__button {
    margin: 20px 0;
    display: flex;
}
.cart-left__button input[type="submit"] {
    background: #6e001e;
    border: 1px solid #6e001e;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border-radius: 4px;
    margin: 0 auto;
    max-width: 250px;
    text-transform: none;
    display: block;
}
.cart-left__button input[type="submit"]:hover {
    background: #480014;
    border: 1px solid #480014;
}
.cart-left__inner {
    padding: 20px 40px;
    margin: 40px 40px 0 0;
    background: #fff;
}
.cart__right {
    width: 35%;
    display: table-cell;
    float: left;
}
.cart-right__inner {
    padding: 20px 40px;
    background: #fff;
    font-size: 13px;
    margin-top: 40px;
    width: 100%;
    display: inline-block;
}
.cart-right__header h2 {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #dfdfdf;
    text-transform: none;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 20px;
    font-size: 16px;
    padding-top: 20px;
}
.cart-right__basket {
    width: 100%;
    display: inline-block;
}
.cart-right__basket-item {
    width: 100%;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    justify-content: space-between;
}
.cart-right__basket-name {
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding-top: 0;
}
.cart-right__basket-model {
    color: #707070;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 11px;
    display: block;
}
.cart-right__basket-color {
    font-size: 12px;
    display: block;
}
.cart-right__basket-el {
    font-size: 12px;
    display: block;
}
.cart-right__basket-size {
    font-size: 10px;
    display: block;
}
.cart-right__basket-qun {
    font-size: 10px;
    display: block;
}
.cart-right__basket-item div:first-child {
    max-width: 90px;
    margin-right: 40px;
}
.cart-right__basket-item div:last-child {
    margin-right: 0;
}
.cart-right__basket-item div {
    flex: 1;
}
.cart-right__basket-item div:last-child-child {
    flex: 0;
    font-weight: 500;
    font-size: 13px;
}
.cart-right__cupon {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.cart-right__cupon-inner {
    padding: 20px 0 0;
    width: 100%;
    display: inline-block;
}
.cart-right__cupon span {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    padding-bottom: 10px;
    display: block;
}
.cart-right__cupon-inner p {
    padding-bottom: 15px;
    font-size: 13px;
}
.cart-right__cupon {
    font-size: 13px;
    padding-bottom: 20px;
    color: #000;
    margin: 0;
    border-top: 1px solid #dfdfdf;
    margin-top: 10px;
}
.cart-left__form input.error {
    border-bottom: 1px solid #bc0000;
}
.cart-left__form input.valid {
    border-bottom: 1px solid #54a852;
}
.cart-left__form label.valid:after {
    content: "✔";
    display: block;
    position: absolute;
    top: 32px;
    right: 0;
    color: #54a852;
    font-size: 8px;
}
.cart-left__form label.error:after {
    content: "x";
    display: block;
    position: absolute;
    top: 32px;
    right: 0;
    color: #bc0000;
    font-size: 8px;
}
.cart-left__form input:focus {
    outline: 0 solid orange;
}
.cart-left__form label.error {
    color: #bc0000;
    font-weight: 400;
    text-align: right;
    text-align: right;
    float: right;
    font-size: 9px;
    text-transform: uppercase;
}
input.cart-cupon-input {
    border: 1px solid #989898;
    color: #707070;
    font-size: 11px;
    width: 65%;
    padding: 12px 10px;
    float: left;
    text-align: left;
    background: none;
    border-radius: 4px 0 0 4px;
    height: 46px;
}
input.cart-cupon-input::-webkit-input-placeholder {
    color: #707070;
}
input.cart-cupon-input::-moz-placeholder {
    color: #707070;
}
input.cart-cupon-button {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    width: 100%;
    max-width: 150px;
    float: right;
    padding: 12px 0;
    cursor: pointer;
    width: 35%;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0 4px 4px 0;
    height: 46px;
}
input.cart-cupon-button:hover {
    background: #b40000;
    color: #fff;
    border: 1px solid #b40000;
}
input.cart-cupon-button:disabled {
    background: #c6c5c4;
    color: #fff;
    border: 1px solid #c6c5c4;
}
#scrollToTop {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 60px;
    cursor: pointer;
}
.category-scroll {
    display: none;
}
#box-filtr-sort-m {
    display: none;
}
#drop-filtr-sort {
    display: none;
}
@media (min-width: 0) and (max-width: 1024px) {
    .box-recomendation__inner.slide {
        justify-content: flex-start;
    }
    .header-content__search-result {
        width: 100%;
        margin-right: 0;
    }
    .header-content__search-result.active {
        margin-right: 0;
    }
    .box-recomendation__inner.slide .box-recomendation__item {
        max-width: 240px;
    }
    .c2 .box-recomendation__inner.slide {
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        flex-wrap: none;
    }
    .c2 .box-recomendation__item.slide {
        float: left;
        max-width: 308px;
        margin: 5px;
        flex-shrink: 0;
        scroll-snap-align: end;
        flex: auto;
    }
    .footer-bg {
        padding-bottom: 0;
    }
    .footer-newsletter {
        width: 100%;
    }
    .footer-contact {
        width: 100%;
    }
    .footer-location {
        width: 100%;
    }
    .footer-location.mobile {
        padding: 20px 30px;
        background: #fff;
        display: block;
    }
    .footer-contact.mobile {
        padding: 20px 30px;
        display: block;
    }
    .box__lp__content__inner {
        padding: 0 20px;
    }
    .box__lp__image {
        padding: 10px;
    }
    .cart__wrapper {
        padding: 0;
    }
    .cart-left__header h1 {
        padding: 20px 0;
    }
    .cart-left__inner {
        padding: 20px;
    }
    .cart-right__button {
        padding: 20px 0;
    }
    .footer-bottom__copyright.ssl {
        display: none;
    }
    .footer__menu {
        display: none;
    }
    .cart-left__qun {
        position: relative;
        margin-top: 10px;
    }
    .cart__progressbar ul li span {
        font-size: 10px;
    }
    .cart-left__name a span {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .cart-left__image {
        width: 33.333%;
    }
    .cart-left__remove button {
        padding: 10px 0;
    }
    .cart-left__buy {
        position: relative;
    }
    .filter__header {
        position: relative;
        display: inline-block;
        width: 100%;
        line-height: 40px;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .filter__header .filter__link {
        font-size: 13px;
    }
    .filter__back {
        float: left;
    }
    .filter__clear {
        float: right;
        padding: 0;
    }
    #box-list-top-filtrs {
        display: inline-block;
        width: 100%;
        padding: 0;
        display: flex;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        background: #fff;
        z-index: 999;
    }
    #box-clear-filter {
        padding: 10px 0;
    }
    .nav-tabs .dropdown-menu {
        position: relative;
        border: 0;
    }
    #drop-filtr .nav-tabs > li {
        max-width: 100%;
    }
    #box-filtr-m {
        display: block;
        width: 50%;
        float: left;
    }
    #box-filtr-m .btn {
        color: #fff;
        background-color: #000;
        border: 1px solid #000;
        background-repeat: no-repeat;
        background-position: 75% 50%;
        background-image: url(https://cdn.wojas.eu/media/images/pl/svg/filtr.svg);
        border-radius: 0 10px 0 0;
        padding: 0 40px;
    }
    #box-filtr-sort-m .btn {
        background-color: #f2f2f2;
        border: 1px solid #f2f2f2;
        background-repeat: no-repeat;
        background-position: 75% 50%;
        background-image: url(https://cdn.wojas.eu/media/images/pl/svg/sort.svg);
        border-radius: 10px 0 0 0;
        padding: 0 40px;
    }
    #box-list-top-filtrs .btn {
        border: 0;
    }
    #box-filtr-sort-m {
        display: block;
        width: 50%;
        float: left;
    }
    #drop-filtr-h {
        width: 100%;
        float: left;
        margin-top: 0;
    }
    #drop-filtr {
        width: 100%;
        float: left;
        display: none;
    }
}
@media (min-width: 0) and (max-width: 1024px) {
    .product__wrapper {
        display: block;
    }
    .product-right__whishlist {
        margin-top: 20px;
    }
    .product-left {
        width: 100%;
        padding: 0;
        height: auto;
    }
    .bx-wrapper {
        width: 100%;
        float: none;
    }
    .product-right {
        width: 100%;
        max-width: 100%;
    }
    .product__wrapper {
        padding: 0;
    }
    .header-content__logo {
        margin: 0 auto;
    }
    .header-content__utility {
        margin-left: 0;
    }
    .header-content__search {
        margin-left: 0;
        width: 100%;
        border-left: 0;
        border-right: 0;
    }
    .header-content__search ul {
        padding: 0 20px 0 0;
    }
    .header-content__search li {
        display: flex;
        align-items: center;
    }
    .header-content__search input {
        width: 100%;
        margin: 0;
        padding: 20px 0;
    }
    .header-content:nth-last-child(2) {
        padding: 0;
    }
    .header-content {
        margin: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .header-top-bar {
        display: none;
    }
    .header-content__menu {
        display: none;
    }
    .header-content__menu.top {
        display: none;
    }
    .header-content-utility__item {
        display: none;
    }
    .header-content-utility__item.basket {
        display: block;
    }
}
@media (min-width: 1023px) and (max-width: 1240px) {
    .product-right__whishlist {
        margin-right: 15px;
    }
    input.cart-cupon-input {
        width: 50%;
    }
    input.cart-cupon-button {
        max-width: 100%;
        width: 50%;
    }
    .cart__left {
        width: 60%;
    }
    .cart__right {
        width: 40%;
    }
    .cart-left__inner {
        padding: 10px 20px 0 0;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .box__lp__image {
        padding: 10px;
    }
    .box__banner__wrapper__item {
        width: 100%;
    }
    .cart__left {
        width: 100%;
        display: inline-block;
    }
    .cart__right {
        width: 100%;
        display: inline-block;
    }
    .cart-right__inner {
        padding: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .box__banner__wrapper__item {
        width: 100%;
    }
    input.cart-cupon-input {
        width: 50%;
    }
    input.cart-cupon-button {
        max-width: 100%;
        width: 50%;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .cart-right__basket-item.header {
        display: none;
    }
    .box-group__content.center .box-group__description {
        padding: 20px;
    }
    .header.no-border .header-content__logo {
        margin: 0 0 0 auto;
    }
    .box-group__wrapper {
        padding: 0;
    }
    .box-group__image {
        padding: 0;
    }
    .promo-bar__item {
        width: 50%;
    }
    .footer-location__production {
        width: 100%;
    }
    .footer__social {
        width: 100%;
    }
    .footer-location__payment {
        width: 100%;
        padding-top: 20px;
    }
    .cart__left {
        width: 100%;
    }
    .cart__right {
        width: 100%;
    }
    .box__banner__wrapper__item {
        width: 100%;
    }
    .box-home-category__list {
        width: 50%;
    }
    .box-group__content {
        display: block;
        position: relative;
        padding: 20px 0 30px;
    }
    .box-group__content-position-left-bottom.block {
        max-width: 100%;
    }
    .box-group__link a.gl-button:link {
        margin: 0 auto;
        display: block;
        font-weight: 600;
        font-size: 13px;
    }
    .box-group__description {
        padding: 20px 30px;
    }
    .box-group__content-position-left-bottom {
        margin: 0;
    }
    .box-instagram__item img {
        padding: 5px;
    }
    .footer__item {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ede8e5;
        background: #eaeaea;
    }
    .footer__list {
        display: none;
        padding: 0 20px 10px;
        max-width: 320px;
        margin: 0 auto;
    }
    .footer__list.open {
        display: block;
    }
    .footer__wrapper {
        padding: 0;
    }
    .footer__heading {
        cursor: pointer;
    }
    .footer__heading h3 {
        text-align: left;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 30px;
        background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downNew.svg);
        background-repeat: no-repeat;
        background-position: 90% 50%;
    }
    .footer__heading.active h3 {
        background-image: url(https://cdn.wojas.eu/media/images/pl/svg/upNew.svg);
        background-repeat: no-repeat;
        background-position: 90% 50%;
    }
    .footer-bottom__production {
        width: 100%;
        text-align: center;
    }
    .footer-bottom__production-item {
        text-align: center;
    }
    .footer-bottom__payment {
        width: 100%;
        text-align: center;
    }
    .footer-bottom__location {
        width: 100%;
        text-align: center;
        display: block;
    }
    .footer__social {
        padding: 40px 0 20px;
    }
    .box-recomendation__heading h2 {
        padding: 20px;
    }
    .box-recomendation__item {
        width: 50%;
    }
    .product__wrapper {
        display: block;
    }
    .product-left {
        display: contents;
        width: 100%;
    }
    .product-right {
        width: 100%;
        max-width: 100%;
        padding-top: 20px;
    }
    .product-recomendation__item {
        width: 50%;
    }
    .product-clean__item {
        width: 50%;
    }
    .product-look__item {
        width: 50%;
    }
    .cart__left {
        width: 100%;
        display: inline-block;
    }
    .cart__right {
        width: 100%;
        display: inline-block;
    }
    .campagne .col-6 {
        max-width: 100%;
    }
    .campagne .col-7 {
        max-width: 100%;
    }
    .campagne .col-5 {
        max-width: 100%;
    }
    .campagne .col-3 {
        max-width: 100%;
    }
    .campagne .col-4 {
        max-width: 100%;
    }
    .product-look__heading span {
        padding: 20px 30px;
    }
    input.cart-cupon-input {
        width: 50%;
    }
    input.cart-cupon-button {
        max-width: 100%;
        width: 50%;
    }
    .cart-right__inner {
        padding: 20px;
    }
}
@media (min-width: 0px) and (max-width: 1366px) {
    .header-content {
        padding: 0 20px;
    }
    .header-top-bar__wraper {
        padding: 0 20px;
    }
    .wrap,
    .wrap-back {
        padding: 0 20px;
    }
    .footer-bottom {
        padding: 40px 20px 0;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .cart-left__variant-item {
        padding: 10px 0;
    }
    .cart-left__variant-item span {
        font-size: 12px;
    }
    .list-product-seo-text {
        max-width: 100%;
    }
    .list-product-seo-img {
        max-width: 100%;
        display: none;
    }
    .box-group.flex .box-group__wrapper {
        display: inline-block;
        grid-gap: 24px 16px;
        width: 100%;
    }
    .box-group__content-position-left-bottom {
        margin: 0 auto;
    }
    .box-group__content.rel .box-group__link {
        text-align: center;
    }
    .box-recomendation__heading h1 {
        text-align: center;
        color: #000;
    }
    .box-group__content.rel .box-group__heading h2 {
        text-align: center;
    }
    .box-group__content.rel .box-group__description {
        padding: 20px 20px 10px;
    }
    .box-brands__heading h2 {
        text-align: center;
        color: #000;
    }
    .box-blog__header h3 {
        text-align: center;
        color: #000;
        padding: 0 0 20px;
    }
    .box-instagram__heading h5 {
        text-align: center;
        color: #000;
    }
    .box-instagram__description {
        text-align: center;
        color: #000;
        padding: 0 20px 20px;
    }
    .header-content {
        padding: 0 20px;
    }
    .box-benefit__item {
        flex: 0 0 100%;
        justify-content: left;
        padding-bottom: 15px;
    }
    .box-benefit__icon {
        width: 80px;
        text-align: center;
    }
    .box-benefit__list {
        max-width: 320px;
        margin: 0 auto;
    }
    .box-benefit__text {
        margin-left: 20px;
    }
    .footer-bottom__copyright {
        flex: 0 0 100%;
        order: 2;
        padding-top: 20px;
    }
    .footer-bottom__copyright.ssl {
        margin-left: auto;
    }
    .box-instagram__list {
        display: block;
    }
    .box-instagram__item {
        display: flex;
        flex-direction: row;
    }
    .footer {
        padding-top: 0;
    }
    .footer-bottom__wrapper {
        flex-direction: column;
    }
    .footer-contact__wrapper {
        padding: 0 20px;
        text-align: center;
    }
    .footer__social {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-location__payment {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cart__progressbar ul li span {
        font-size: 7px;
    }
    .cart-left__header h1 {
        padding: 10px 0 20px;
    }
    .cart-left__header h2:first-child {
        padding: 10px 0 20px;
    }
    .cart-left__item {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .cart-left__alert {
        padding-top: 20px;
    }
    .cart-left__detalist-item .cart-left__name a span {
        padding-top: 0;
    }
    .cart-right__header h2 {
        padding-top: 0;
    }
    .address .cart-left__form {
        width: 100%;
    }
    .address .cart-left__form.phone {
        flex-basis: 100%;
        position: relative;
    }
    .cart-summary__wrapper {
        display: block;
    }
    .cart-summary__item.first {
        width: 100%;
    }
    .cart-summary__item.second {
        width: 100%;
    }
    .cart-summary__item {
        margin: 10px 0;
    }
    .cart__bottom {
        padding-top: 0;
    }
    .cart-summary__wrapper {
        padding-top: 0;
    }
}
@media (min-width: 321px) and (max-width: 480px) {
    .product-left__wrapper .breadcrumbs ul {
        display: none;
    }
    .footer-newsletter__information {
        display: block;
        padding-bottom: 10px;
    }
    .footer-newsletter__information label {
        max-width: 100%;
    }
    .header.no-border .header-content__logo {
        margin: 0 0 0 auto;
    }
    .product__wrapper {
        padding: 0;
    }
    .box-group__wrapper {
        padding: 0;
    }
    .box-group__image {
        padding: 0;
    }
    .box-recomendation__price {
        padding: 0 5px;
    }
    .box-recomendation__name {
        padding: 0;
    }
    .box-group__wrapper {
        padding: 0;
    }
    .promo-bar__item {
        width: 100%;
    }
    .footer-top {
        padding-bottom: 0;
    }
    .footer-location__payment-item {
        padding: 5px;
    }
    .footer-location__production {
        width: 100%;
    }
    .footer__social {
        width: 100%;
    }
    .footer-location__payment {
        width: 100%;
        padding-top: 0;
    }
    .box__banner__wrapper__item {
        width: 100%;
    }
    .box-home-category__list {
        width: 50%;
    }
    .box-group__content {
        display: block;
        position: relative;
        padding: 20px 0 30px;
    }
    .box-group__content-position-left-bottom.block {
        max-width: 100%;
    }
    .box-group__link a.gl-button:link {
        margin: 0 auto;
        display: block;
    }
    .box-group__description {
        padding: 20px 30px;
    }
    .box-group__heading h2 {
        padding: 0 30px;
        text-align: center;
    }
    .box-group__content-position-left-bottom {
        margin: 0;
    }
    .box-instagram__item img {
        padding: 0;
    }
    .footer__item {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ede8e5;
        background: #eaeaea;
    }
    .footer__list {
        display: none;
        padding: 0 20px 10px;
        max-width: 320px;
        margin: 0 auto;
    }
    .footer__list.open {
        display: block;
    }
    .footer__wrapper {
        padding: 0;
    }
    .footer__heading {
        cursor: pointer;
    }
    .footer__heading h3 {
        text-align: left;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 30px;
        background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downNew.svg);
        background-repeat: no-repeat;
        background-position: 90% 50%;
    }
    .footer-bottom__location {
        width: 100%;
        text-align: center;
        display: block;
    }
    .footer__heading.active h3 {
        background-image: url(https://cdn.wojas.eu/media/images/pl/svg/upNew.svg);
        background-repeat: no-repeat;
        background-position: 90% 50%;
    }
    .footer-bottom__production {
        width: 100%;
        text-align: center;
    }
    .footer-bottom__payment {
        width: 100%;
        text-align: center;
    }
    .footer-bottom__location {
        width: 100%;
        text-align: center;
    }
    .footer__social {
        padding: 20px 0;
    }
    .box-recomendation__item {
        width: 50%;
    }
    .box-recomendation__heading h2 {
        padding: 20px;
    }
    .product__wrapper {
        display: block;
    }
    .product-left {
        width: 100%;
        top: 0;
        position: relative;
        height: auto;
    }
    .product-right {
        width: 100%;
        max-width: 100%;
        padding-top: 20px;
    }
    .product-recomendation__item {
        width: 50%;
    }
    .product-clean__item {
        width: 50%;
    }
    .product-look__item {
        width: 50%;
    }
    .box-recomendation__model {
        padding: 0 5px;
    }
    .box-recomendation__name {
        text-align: left;
    }
    .cart__left {
        width: 100%;
        display: inline-block;
    }
    .cart__right {
        width: 100%;
        display: inline-block;
    }
    .campagne .col-6 {
        max-width: 100%;
    }
    .campagne .col-7 {
        max-width: 100%;
    }
    .campagne .col-5 {
        max-width: 100%;
    }
    .campagne .col-3 {
        max-width: 100%;
    }
    .campagne .col-4 {
        max-width: 100%;
    }
    .product-look__heading span {
        padding: 40px 30px;
    }
    input.cart-cupon-input {
        width: 60%;
        text-align: center;
    }
    input.cart-cupon-button {
        max-width: 40%;
        width: 100%;
    }
    .cart-right__inner {
        padding: 20px;
    }
    .checkbox-wrapper__label.all {
        padding: 5px 0;
    }
}
@media (min-width: 0) and (max-width: 380px) {
    .product-left__wrapper .breadcrumbs ul {
        display: none;
    }
    .box-recomendation__price-sale small {
        width: 100%;
    }
}
@media (min-width: 0) and (max-width: 320px) {
    input.cart-cupon-input {
        width: 100%;
        text-align: center;
        border-radius: 4px 4px 4px 4px;
    }
    input.cart-cupon-button {
        max-width: 100%;
        width: 100%;
        border-radius: 4px 4px 4px 4px;
        margin-top: 10px;
    }
    .footer-newsletter__information {
        display: block;
        padding-bottom: 10px;
    }
    .footer-newsletter__information label {
        max-width: 100%;
    }
    .header.no-border .header-content__logo {
        margin: 0 0 0 auto;
    }
    .product__wrapper {
        padding: 0;
    }
    .box-recomendation__price-sale small {
        width: 100%;
        display: block;
    }
    .box-group__wrapper {
        padding: 0;
    }
    .box-group__image {
        padding: 0;
    }
    .promo-bar__item {
        width: 100%;
    }
    .footer-top {
        padding-bottom: 0;
    }
    .footer-location__payment-item {
        padding: 5px;
    }
    .footer-newsletter__form {
        display: inline-block;
    }
    .footer-newsletter input[type="submit"] {
        max-width: 100%;
        margin-top: 10px;
        border-radius: 4px;
    }
    .footer-location__production {
        width: 100%;
    }
    .footer__social {
        width: 100%;
    }
    .footer-location__payment {
        width: 100%;
        padding-top: 0;
    }
    .box__banner__wrapper__item {
        width: 100%;
    }
    .box-home-category__list {
        width: 100%;
    }
    .box-group__content {
        display: block;
        position: relative;
        padding: 20px 0 30px;
    }
    .box-group__content-position-left-bottom.block {
        max-width: 100%;
    }
    .box-group__link a.gl-button:link {
        margin: 0 auto;
        display: block;
    }
    .box-group__description {
        padding: 20px 30px;
    }
    .box-group__heading h2 {
        padding: 0 30px;
        text-align: center;
    }
    .box-group__content-position-left-bottom {
        margin: 0;
    }
    .box-instagram__item img {
        padding: 0;
    }
    .box-instagram__item:last-child {
        display: none;
    }
    .footer__item {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ede8e5;
    }
    .footer__list {
        display: none;
        padding: 0 20px 10px;
        max-width: 320px;
        margin: 0 auto;
    }
    .footer__list.open {
        display: block;
    }
    .footer__wrapper {
        padding: 0;
    }
    .footer__heading {
        cursor: pointer;
    }
    .footer__heading h3 {
        text-align: left;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 30px;
        background-image: url(https://cdn.wojas.eu/media/images/pl/svg/downNew.svg);
        background-repeat: no-repeat;
        background-position: 90% 50%;
    }
    .footer__heading.active h3 {
        background-image: url(https://cdn.wojas.eu/media/images/pl/svg/upNew.svg);
        background-repeat: no-repeat;
        background-position: 90% 50%;
    }
    .footer-bottom__production {
        width: 100%;
        text-align: center;
    }
    .footer-bottom__payment {
        width: 100%;
        text-align: center;
    }
    .footer-bottom__location {
        width: 100%;
        text-align: center;
        width: 100%;
        text-align: center;
        display: block;
    }
    .footer__social {
        padding: 20px 0;
    }
    .box-newsletter__content {
        padding: 20px;
    }
    .box-newsletter__description {
        padding: 0;
    }
    .box-recomendation__item {
        width: 50%;
    }
    .box-recomendation__heading h2 {
        padding: 20px;
    }
    .product__wrapper {
        display: block;
    }
    .product-left {
        width: 100%;
        top: 0;
        position: relative;
        height: auto;
    }
    .product-right {
        width: 100%;
        max-width: 100%;
        padding-top: 20px;
    }
    .product-recomendation__item {
        width: 50%;
    }
    .product-clean__item {
        width: 50%;
    }
    .product-look__item {
        width: 50%;
    }
    .box-recomendation__model {
        padding: 0;
    }
    .box-recomendation__name {
        padding: 0;
    }
    .box-recomendation__price {
        padding: 0;
    }
    .cart__left {
        width: 100%;
        display: inline-block;
    }
    .cart__right {
        width: 100%;
        display: inline-block;
    }
    .campagne .col-6 {
        max-width: 100%;
    }
    .campagne .col-7 {
        max-width: 100%;
    }
    .campagne .col-5 {
        max-width: 100%;
    }
    .campagne .col-3 {
        max-width: 100%;
    }
    .campagne .col-4 {
        max-width: 100%;
    }
    .product-look__heading span {
        padding: 40px 30px;
    }
    input.cart-cupon-input {
        width: 100%;
        text-align: center;
    }
    input.cart-cupon-button {
        max-width: 100%;
        width: 100%;
    }
    .cart-right__inner {
        padding: 20px;
    }
}
.msq-error {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #b60500;
    margin-top: 0;
    text-align: center;
    background: #ffe0db;
    border: 1px solid #ffe0db;
}
.msq-danger {
    top: 0;
    position: fixed;
    width: 100%;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #8a6d50;
    margin-top: 0;
    text-align: center;
    background: #fcf8e3;
    border: 1px solid #fcf8e3;
    z-index: 999;
}
.msq-close {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}
.msq-true {
    top: 0;
    position: fixed;
    z-index: 999;
}
.panel-title {
    font-size: 13px;
}
.box__banner__wrapper__inner.special {
    top: 60%;
}
.none {
    height: 25px;
    display: block;
}
#box-list-back {
    padding: 15px 10px 0;
}
#box-list-back span {
    font-weight: 500;
    padding-left: 10px;
}
#box-list-back a:link span {
    color: #000;
    font-size: 14px;
}
#box-list-back a:hover span {
    color: #000;
}
#box-list-back a:visited span {
    color: #000;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.overflow-hidden {
    overflow: hidden;
}
a {
    color: #000;
    text-decoration: none;
}
#cd-cart {
    z-index: 9999;
}
#cd-cart2 {
    z-index: 9999;
}
.cd-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.cd-container::after {
    content: "";
    display: table;
    clear: both;
}
.cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
    #logo {
        padding-top: 20px;
        position: absolute;
        left: 2.4em;
        top: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
#cd-hamburger-menu,
#cd-cart-trigger {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 9999;
}
#cd-hamburger-menu a,
#cd-cart-trigger a {
    width: 60px;
    height: 100%;
}
#cd-hamburger-menu {
    left: 0;
}
#cd-hamburger-menu a {
    background: #26292f url(../img/cd-hamburger-menu.svg) no-repeat center
        center;
}
@media only screen and (min-width: 1200px) {
    #cd-hamburger-menu {
        display: none;
    }
}
#cd-cart-trigger {
    right: 0;
    z-index: 9999;
}
#cd-cart-trigger a {
    background: #26292f url(../img/cd-cart.svg) no-repeat center center;
}
@media only screen and (min-width: 1200px) {
    #cd-cart-trigger {
        right: 0;
    }
    #cd-cart-trigger a {
        position: relative;
        width: 100px;
        border-left: none;
        background-color: #26292f;
    }
}
#main-nav,
#cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
    z-index: 9999;
}
#main-nav,
#cd-cart2 {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
    z-index: 9999;
}
@media only screen and (min-width: 768px) {
    #main-nav,
    #cd-cart2 {
        max-width: 400px;
        padding-top: 0;
        width: 100%;
    }
}
#main-nav {
    left: -100%;
    background: #fff;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
}
#main-nav.speed-in {
    left: 0;
}
#main-nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 1em;
    border-bottom: 1px solid #e0e6ef;
}
#main-nav ul .current {
    box-shadow: inset 3px 0 #435779;
}
@media only screen and (min-width: 1200px) {
    #main-nav {
        position: absolute;
        height: auto;
        width: auto;
        left: auto;
        right: 8em;
        padding-top: 0;
        top: 0;
        background: transparent;
        box-shadow: none;
        line-height: 80px;
        z-index: 4;
    }
    #main-nav li {
        display: inline-block;
        margin-left: 1em;
    }
    #main-nav ul a {
        display: inline-block;
        height: auto;
        line-height: 1;
        padding: 1em 1.4em;
        border-bottom: none;
        color: rgba(255, 255, 255, 0.8);
        border-radius: 0.25em;
    }
    #main-nav ul a.current {
        box-shadow: none;
        background: #435779;
        color: #fff;
    }
    .no-touch #main-nav ul a:hover {
        background: #435779;
        color: #fff;
    }
}
.no-js #main-nav {
    position: fixed;
}
#cd-cart {
    right: -100%;
    background: #f6f6f6;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}
#cd-cart2 {
    right: -100%;
    background: #fff;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}
#cd-cart.speed-in {
    right: 0;
}
#cd-cart2.speed-in {
    right: 0;
}
#cd-cart > * {
    padding: 0;
}
#cd-cart2 > * {
    padding: 0 1em;
}
#cd-cart h2 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 15px;
    text-align: left;
}
#cd-cart .cd-cart-items {
    padding: 0;
}
#cd-cart .cd-cart-items li {
    position: relative;
    padding: 1em;
    border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
    border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty,
#cd-cart .cd-price {
    color: #a5aebc;
}
#cd-cart .cd-price {
    margin-top: 0.4em;
}
#cd-cart .cd-item-remove {
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../img/cd-remove-item.svg) no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
    padding: 2em;
}
#cd-cart .cd-cart-total span {
    float: right;
}
#cd-cart .cd-cart-total::after {
    content: "";
    display: table;
    clear: both;
}
#cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #000;
    color: #fff;
    text-align: center;
}
.no-touch #cd-cart .checkout-btn:hover {
    background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
    border: 0;
    font-weight: 500;
    text-align: center;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
    text-decoration: none;
    right: 0;
    top: 0;
    float: right;
    font-size: 13px;
}
#cd-cart .cd-go-to-cart a {
    text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
    #cd-cart > * {
        padding: 0;
    }
    #cd-cart2 > * {
        padding: 0 1em;
    }
    #cd-cart .cd-cart-items li {
        padding: 1em 2em;
    }
    #cd-cart .cd-item-remove {
        right: 2em;
    }
}
main {
    position: relative;
    min-height: 100%;
    background: #eeeff7;
    padding-top: 70px;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    main {
        padding-top: 90px;
    }
}
@media only screen and (min-width: 1200px) {
    main {
        padding-top: 120px;
    }
}
#cd-gallery-items li {
    margin-bottom: 1.5em;
}
#cd-gallery-items li img {
    width: 100%;
    display: block;
    border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
    #cd-gallery-items li {
        width: 48%;
        float: left;
        margin-bottom: 2em;
        margin-right: 4%;
    }
    #cd-gallery-items li:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    #cd-gallery-items li {
        width: 31%;
        float: left;
        margin-bottom: 2.5em;
        margin-right: 3.5%;
    }
    #cd-gallery-items li:nth-child(2n) {
        margin-right: 3.5%;
    }
    #cd-gallery-items li:nth-child(3n) {
        margin-right: 0;
    }
}
#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    z-index: 2;
    display: none;
    z-index: 9999;
}
#cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}
@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#cd-menu {
    width: 100%;
}
#cd-menu ul {
    width: 100%;
    padding: 0 15px;
}
#cd-menu ul li {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 65px;
    align-items: center;
    height: 65px;
    border: 0;
}
#cd-menu ul li a:link {
    padding: 0;
}
.box-minicart {
    padding: 0 20px;
    background: #fff;
    display: inline-block;
    width: 100%;
}
.box-shopping-cart-product-total {
    padding: 20px 40px;
    font-size: 14px;
    font-weight: 500;
}
.product-list__tag .other {
    color: #000;
    border-radius: 2px;
    background: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 5px;
    font-size: 9px;
    margin: 10px 5px 0 0;
    float: left;
    line-height: 10px;
}
@media (min-width: 0px) and (max-width: 1280px) {
    .product-right__whishlist {
        margin-right: 25px;
        z-index: 999;
    }
}
.line .header-menu__item {
    width: 16.666%;
}
.user-register__login-link {
    text-align: center;
}
.box-group__content.center {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    right: 0;
    display: block;
}
.box-group__content.center .box-group__description {
    padding: 80px 20px 20px;
    font-size: 18px;
}
@media (min-width: 0px) and (max-width: 768px) {
    .address .cart-left__form.email {
        flex-basis: 100%;
        position: relative;
    }
    .cart-left__form input {
        max-width: 100%;
    }
    .cart-left__op {
        font-size: 12px;
    }
    .inpost {
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    .pickup {
        padding: 20px 0 0;
        display: inline-block;
        width: 100%;
    }
    .store {
        padding: 20px 0 0;
        display: inline-block;
        width: 100%;
    }
    .cart-left__logo img {
        height: 35px;
    }
    .cart-left__variant-item .cart-left__name span:first-child {
        font-size: 12px;
    }
    .cart-left__variant-item label {
        align-items: center;
    }
    .cart-left__logo {
        width: 25%;
    }
    .cart-left__variant-item .cart-left__name {
        width: 45%;
    }
    .cart-left__op {
        width: 20%;
    }
    .cart-left__check input {
        margin-top: 0 !important;
    }
    .cart-left__variant-item .cart-left__name {
        margin-top: 0;
    }
    .login .cart__left {
        width: 100%;
    }
    .login .cart__right {
        width: 100%;
    }
    .login .cart-left__inner {
        margin: 0;
    }
    .login .cart-right__inner {
        padding: 20px;
        margin: 0;
        background: none;
    }
    .login .cart-right__content {
        display: none;
    }
    .cart-right__guest a:link,
    .cart-right__guest a:visited {
        background: none;
    }
    .product-look__model {
        padding: 0 10px;
    }
    .product-look__price {
        padding: 0 10px;
    }
    .product-look__name {
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    s {
        font-size: 10px;
        padding-right: 5px;
    }
    .product-recomendation__model {
        padding: 0 10px;
    }
    .product-recomendation__price {
        padding: 0 10px;
    }
    .product-recomendation__name {
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-right__wrapper {
        padding: 20px 30px 40px;
    }
    .product-list__name h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .current-filter {
        padding: 0 5px;
    }
    .box-instagram__wrapper {
        padding: 0;
    }
    .fourth-step-paymant-wrap {
        padding: 20px 20px 40px;
    }
}
@media (min-width: 0px) and (max-width: 320px) {
    .box-group__content.center .box-group__description {
        padding: 20px;
    }
    .product-recomendation__price s {
        display: block;
    }
    .product-look__price s {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    #main-nav,
    #cd-cart {
        width: 350px;
    }
    #main-nav,
    #cd-cart2 {
        width: 350px;
    }
}
.offer-list-pic {
    padding: 10px 5px;
}
.category-title {
    width: 100%;
    display: flex;
    padding: 0 20px 25px;
    align-items: center;
}
.category-title span {
    padding-left: 20px;
    font-size: 16px;
    align-self: flex-end;
}
.category-pages {
    padding: 0 20px;
}
.category-title a {
    padding-right: 15px;
}
@media (min-width: 0px) and (max-width: 1024px) {
    .cart-left__inner {
        margin: 40px 0 0;
        padding: 10px 20px;
    }
    .category-title {
        width: 100%;
        display: flex;
        padding: 25px 10px 5px;
        align-items: center;
    }
    .box-group__content.center .box-group__description {
        padding: 20px;
    }
    .box-group__content.center {
        position: relative;
    }
}
.product-right__availability {
    color: #bc0000;
    font-size: 13px;
    margin: 0;
    padding: 10px 0 5px;
    text-align: left;
}
#loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
@media (min-width: 0px) and (max-width: 480px) {
    .header.no-border .header-content__back img {
        height: 15px;
    }
    .header.no-border .header-content__back span {
        display: none;
    }
    .cart-left__wrapper {
        display: block;
    }
    .cart-gift__item {
        width: 100%;
    }
    .address .cart-left__form {
        flex-basis: 100%;
        position: relative;
    }
    .header-content__search-result {
        display: block;
    }
    .header-content__search-left {
        width: 100%;
    }
    .header-content__search-right {
        width: 100%;
    }
    .box__banner__wrapper__inner a.gl-button:link {
        display: block;
    }
    .product-list__tag {
        width: 100px;
    }
}
.box-profil-recommendation {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
@media (min-width: 0px) and (max-width: 682px) {
    .cart-right__basket-total {
        display: none;
    }
    .cart-gift-option__picture {
        display: none;
    }
    .cart-gift-option__list {
        width: 100%;
        float: left;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .inspiration-links__item {
        width: 50%;
    }
    .box-profil-recommendation .box-recomendation__item {
        width: auto;
        max-width: 50% !important;
        margin: 0;
        padding: 5px;
    }
    .box-profil-recommendation .box-recomendation__item img {
        max-width: 100%;
    }
}
.inspiration-links {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}
.inspiration-links__item span {
    margin-left: 10px;
}
.inspiration-links__item a:hover {
    text-decoration: underline;
}
@media (min-width: 0px) and (max-width: 520px) {
    .cart-total__edit {
        text-align: right;
        padding-bottom: 10px;
    }
    .cart-right__header {
        display: flex;
    }
    .cart-right__header h2 {
        width: 100%;
    }
    .cart-right__header h2 a:link {
        float: right;
    }
    .cart-total {
        display: inline-block;
        width: 100%;
    }
    .cart-right__basket-color {
        font-size: 10px;
    }
    .cart-right__basket-size {
        font-size: 10px;
    }
    .cart-right__basket-el {
        font-size: 10px;
    }
    .cart-total__list {
        margin-left: 0;
        max-width: 100%;
        padding-top: 10px;
    }
    .inspiration-links__item {
        width: 100%;
    }
}
.close {
    opacity: 1;
    text-shadow: none;
}
.cart-summary {
    float: right;
    max-width: 320px;
}
.cart-summary .cart-right__item-label {
    text-align: right;
}
.cart__picture {
    text-align: center;
    padding: 40px 0 20px;
}
.cart__empty p {
    text-align: center;
    padding: 20px;
}
.cart__empty-link {
    text-align: center;
    padding: 20px;
}
.cart__empty-link a:link {
    margin: 0 auto;
    background: transparent;
    border: 1px solid #000;
    color: #000;
}
.cart__empty-link a:visited {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}
.cart__empty-link a:hover {
    background: #000;
    color: #fff;
}
.cart-left__voucher-form input.cart-cupon-button {
    border-radius: 4px;
    max-width: 25% !important;
}
.cart-left__voucher-form input.cart-cupon-input {
    width: 75%;
    border-radius: 4px;
}
.cart-left__voucher-item svg {
    margin-left: 10px;
}
.cart-left__voucher-item {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}
.cart-left__voucher-item div {
    width: 50%;
}
.cart-left__voucher-item span {
    display: block;
    padding: 5px 0;
}
.cart-left__voucher-item button {
    display: flex;
    font-size: 11px;
    float: right;
}
.cart-left__voucher-item label {
    min-width: 100px;
}
.cart-left__voucher-item div:last-child {
    align-self: flex-end;
    margin-bottom: 10px;
    float: right;
}
.cart-left__voucher-form {
    margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 480px) {
    .cart-left__voucher-form input.cart-cupon-button {
        width: 100%;
        max-width: 100% !important;
    }
    .cart-left__voucher-form input.cart-cupon-input {
        width: 100%;
        max-width: 100% !important;
    }
}
.cart-left__voucher-form {
    display: inline-block;
    width: 100%;
}
#gift-alert {
    border-radius: 4px;
    border: 1px solid #d96a6a;
    padding: 10px;
    color: #d96a6a;
    margin-top: 10px;
    display: none;
    font-size: 12px;
}

.remodal__title {
    font-size: 16px;
    display: block;
    text-align: left;
    font-weight: 600;
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
.cart_address__item {
    border: 1px solid #ebebeb;
    text-align: left;
    padding: 20px;
    cursor: pointer;
}
.cart-left__change {
    display: flex;
    align-items: center;
    justify-content: right;
    color: #6e001e;
    padding-top: 20px;
}
.cart-left__change img {
    margin-left: 10px;
}
.cart-left__change svg {
    fill: #6e001e;
    stroke: #6e001e;
}
.cart-left__form select {
    width: 100%;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #cecece;
    padding: 15px 10px;
    max-width: 250px;
    margin: 10px 0;
    height: 47px;
    background: none;
}
.dicount__wrapper {
    background: #214269;
    padding: 20px;
    border-radius: 4px;
    margin-top: 0px;
}
.dicount__title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.dicount__code {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: left;
}
.dicount__code button {
    color: #214269;
    background: #fff;
    border: 1px solid #fff;
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    margin-left: 20px;
}
.dicount__info {
    color: #fff;
    font-size: 11px;
}
.dicount__wrapper .code {
    position: absolute;
    z-index: -999;
    opacity: 0;
}
.cart-button-authorize {
    background: #6e001e;
    border: 1px solid #6e001e;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border-radius: 4px;
    margin: 0 auto;
    max-width: 250px;
    cursor: pointer;
    display: block;
}
.cart-button-authorize:hover {
    background: #480014;
    border: 1px solid #480014;
}
.cart-right__button button {
    background: #6e001e;
    border: 1px solid #6e001e;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border-radius: 4px;
    margin: 0 auto;
    max-width: 250px;
    display: block;
}
.cart-right__button button:hover {
    background: #480014;
    border: 1px solid #480014;
}

.cart-left__button button:hover {
    background: #480014;
    border: 1px solid #480014;
}
.cart-left__button button {
    background: #6e001e;
    border: 1px solid #6e001e;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border-radius: 4px;
    margin: 0 auto;
    max-width: 250px;
    text-transform: none;
    display: block;
}

.cart-right__register button {
    background: #6e001e;
    border: 1px solid #6e001e;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border-radius: 4px;
    margin: 10px auto;
    max-width: 250px;
    display: block;
}
.cart-right__register button:hover {
    background: #480014;
    border: 1px solid #480014;
}
.cart-right__guest button {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border-radius: 4px;
    margin: 10px auto;
    max-width: 250px;
    display: block;
}
.cart-right__guest button:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.login__social {
    position: relative;
    margin-top: 40px;
}
.login__social__header {
    position: relative;
    text-align: center;
}
.login__social__header::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 0;
}
.login__social__header span {
    background: #fff;
    font-weight: 400;
    position: relative;
    color: #000;
    display: inline-block;
    padding: 0 25px;
}
.login__social__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    gap: 24px;
}
.login__social__button {
    flex-grow: 1;
}
.login__social__button button {
    width: 100%;
    gap: 8px;
    padding-left: 24px;
    padding-right: 24px;
    background: none;
    border: 1px solid #000;
    border-radius: 4px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}
.login__social__button button:hover {
    background: #000;
    color: #fff;
}
