:root {
    /*--color-primary: #e10024;*/
    --color-primary: #ff6200;
}

pre {
    position: relative;
    z-index: 1000;
    font-size: 13px !important;
}

body {
    color: #000;
    font-family: 'Muli', sans-serif;
    font-display: swap;
}

body > svg {
    display: none;
}

em {
    font-style: italic;
    /*display: inline-block;*/
    /*padding-right: 2px;*/
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

.opinion-form-element-container .checkboxradio-container + .alert-block .error {
    padding-left: 0;
    margin-left: 26px;
}

.opinion-form-element-container .alert-block .error {
    background: #fff;
    padding: 0 2px;
    color: var(--color-primary) !important;
    display: inline-block;
}

.opinion-form-element-container .form-control-feedback {
    display: none;
}

a {
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.page-title .title > * {
    margin: 0;
}

a:hover, a:focus {

    color: var(--color-primary);
}

header .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1620px;
}

.container {
    clear: both;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1670px;
    width: 100%;
}

.subpage {
    background-color: #f4f4f4;
}

.container.container-small {
    max-width: 1350px;
}

#page {
    overflow: hidden;
}

img {
    max-width: 100%;
}

.text {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #343536;
}

.text a {
    text-decoration: underline;
    color: var(--color-primary);
}

.text a:hover {
    color: #000;
}

.text p {
    margin-bottom: 15px;
}

footer .text p {
    margin-bottom: 0;
}

.text p:last-child {
    margin-bottom: 0;
}

.text ul {
    list-style: none;
}

.text ul, .text ol {
    padding-left: 32px;
}

.text ul li {
    position: relative;
    line-height: 1.6em;
    padding: 0.2em 0;
}

.text ul li:before {
    display: block;
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    left: -20px;
    top: 13px;
    background-color: var(--color-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/**
 * HEADER
 */

header {
    position: fixed;
    width: 100%;
    max-width: 1920px;
    top: 0;
    z-index: 1000;
}

.header-top {
    background: #262827;
    height: 50px;
}

.header-middle {
    background: var(--color-primary);
    height: 100px;
}

.header-bottom {
    height: 50px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.header-top .container {
    position: relative;
}

.header-top .logo {
    position: absolute;
    width: 214px;
    /*height: 202px;*/
    height: 199px;
    background: #fff;
    -webkit-box-shadow: 8px 14px 27px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 8px 14px 27px rgba(0, 0, 0, 0.05);
    box-shadow: 8px 14px 27px rgba(0, 0, 0, 0.05);
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -ms-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
    z-index: 1;
}

.header-top .logo a {
    width: inherit;
    height: inherit;
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    -ms-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
}

.header-top .logo a .logo-container {
    width: 200px;
    height: 200px;
    margin: auto;
}

@media screen and (min-width: 1140px) {
    .checkboxradio-container a:hover {
        color: #262827;
    }

    /*
    .header-top .logo:hover {
        height: 242px;
    }

    .header-top .logo:hover a {
        padding-top: 40px;
    }
    */
    .header-top .logo:hover a svg {
        fill: #262827;
    }
}

.header-wrapper {
    padding-left: 214px;
}

.header-top .header-wrapper .header {
    color: var(--color-primary);
    display: none;
}

.header-top .user-nav {
    float: right;
}

.header-top .user-nav > ul {
    font-size: 0;
}

.header-top .user-nav > ul > li {
    display: inline-block;
    /*padding: 10px 30px;*/
    padding: 10px 25px;
}

.header-top .user-nav > ul > li > a {
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;

    font-display: swap;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    color: #e6e7e8;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.header-top .user-nav > ul > li > a svg {
    fill: #fff;
    -webkit-transition: fill 0.4s;
    -moz-transition: fill 0.4s;
    -ms-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
}

.header-top .user-nav > ul > li > a .icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.header-top .user-nav > ul > li > a .link-text {
    display: inline-block;
    padding-left: 36px;
}

.header-top .basket-btn {
    float: right;
    padding: 10px 0 10px 25px;
}

.header-top .basket-btn > a {
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;

    font-display: swap;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    color: #e6e7e8;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.header-top .basket-btn > a svg {
    fill: var(--color-primary);
    -webkit-transition: fill 0.4s;
    -moz-transition: fill 0.4s;
    -ms-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
}

.header-top .basket-btn > a .icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.header-top .basket-btn > a .link-text {
    display: inline-block;
    padding-left: 40px;
}

.header-top .basket-btn > a .basket-price {
    padding-left: 10px;
    font-weight: bold;
}

.header-top a:hover {
    text-decoration: none;
}

@media screen and (min-width: 1140px) {
    .header-top .basket-btn > a:hover,
    .header-top .user-nav ul li > a:hover {
        color: var(--color-primary);
    }

    .header-top .user-nav ul li > a:hover svg {
        fill: var(--color-primary);
    }
}

.search-box {
    height: 50px;
    padding: 7px 0 7px 30%;
    float: left;
}

.search-box form.search-form {
    padding: 0;
}

.search-box button .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.search-box button {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    padding: 7px;
    font-size: 0;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.search-box .face-search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.search-box .face-search {
    width: 310px;
    position: relative;
}

.search-box .form.search-form .form-control {
    width: 100%;
    height: 36px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;

    font-display: swap;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 6px 51px 6px 15px;
    color: #343536;
}

.search-box button svg {
    fill: #fff;
    -webkit-transition: fill 0.4s;
    -moz-transition: fill 0.4s;
    -ms-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
}

.search-box button.search {
    display: none;
}

@media screen and (min-width: 1140px) {
    .search-box .face-search .search-submit:hover {
        background: #fff;
    }

    .search-box .face-search .search-submit:hover svg {
        fill: var(--color-primary);
    }
}

.logo {
    float: left;
}

.logo a {
    display: block;
}

.logo a svg {
    fill: var(--color-primary);
    -webkit-transition: fill 0.4s ease;
    -moz-transition: fill 0.4s ease;
    -ms-transition: fill 0.4s ease;
    -o-transition: fill 0.4s ease;
    transition: fill 0.4s ease;
}

.logo a img {
    display: block;
    float: left;
}

#main-menu ul {
    font-size: 0;
}

#main-menu ul li:first-child:last-child {
    width: 100%;
}

#main-menu ul li:first-child:nth-last-child(2),
#main-menu ul li:first-child:nth-last-child(2) ~ li {
    width: calc(100% / 2 - 0.01px);
    /* minus jedna setna piksela bo IE źle zaokrągla */
}

#main-menu ul li:first-child:nth-last-child(3),
#main-menu ul li:first-child:nth-last-child(3) ~ li {
    width: calc(100% / 3 - 0.01px);
    /* minus jedna setna piksela bo IE źle zaokrągla */
}

#main-menu ul li:first-child:nth-last-child(4),
#main-menu ul li:first-child:nth-last-child(4) ~ li {
    width: calc(100% / 4 - 0.01px);
    /* minus jedna setna piksela bo IE źle zaokrągla */
}

#main-menu ul li:first-child:nth-last-child(5),
#main-menu ul li:first-child:nth-last-child(5) ~ li {
    width: calc(100% / 5 - 0.01px);
    /* minus jedna setna piksela bo IE źle zaokrągla */
}

#main-menu ul li:first-child:nth-last-child(6),
#main-menu ul li:first-child:nth-last-child(6) ~ li {
    width: calc(100% / 6 - 0.01px);
    /* minus jedna setna piksela bo IE źle zaokrągla */
}

#main-menu ul li:first-child:nth-last-child(7),
#main-menu ul li:first-child:nth-last-child(7) ~ li {
    width: calc(100% / 7 - 0.01px);
    /* minus jedna setna piksela bo IE źle zaokrągla */
}

#main-menu ul li:first-child:nth-last-child(8),
#main-menu ul li:first-child:nth-last-child(8) ~ li {
    width: calc(100% / 8 - 0.01px);
    /* minus jedna setna piksela bo IE źle zaokrągla */
}

#main-menu ul li:first-child:nth-last-child(9),
#main-menu ul li:first-child:nth-last-child(9) ~ li {
    width: calc(100% / 9 - 0.01px);
    /* minus jedna setna piksela bo IE źle zaokrągla */
}

#main-menu ul li:first-child:nth-last-child(10),
#main-menu ul li:first-child:nth-last-child(10) ~ li {
    width: calc(100% / 10 - 0.01px);
    /* minus jedna setna piksela bo IE źle zaokrągla */
}

#main-menu ul li {
    position: relative;
    display: inline-table;
    vertical-align: top;
    text-align: center;
    width: 12.5%;
    height: 48px;
}

/*#main-menu ul li:last-of-type:after,*/
#main-menu ul li a:before {
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0.1);
}

#main-menu ul li a:before {
    right: 0;
}

#main-menu ul li:last-of-type a:before {
    display: none;
}

#main-menu ul li a {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-display: swap;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #343536;
    position: relative;
    padding: 0 15px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    text-transform: uppercase;
}

#main-menu ul li li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.rwdMenu .icon-wrapper svg,
#main-menu ul li li a .icon-wrapper svg {
    fill: var(--color-primary);
}

.rwdMenu .icon-wrapper,
#main-menu ul li li a .icon-wrapper {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

#main-menu ul li li a .icon-wrapper .icon {
    width: 100%;
    height: 100%;
}

.rwdMenu .icon-wrapper {
    left: 10px;
}

#main-menu ul li li a:before {
    display: none;
}

.rwdMenu .box-title {
    padding-left: 26px;
}

#main-menu ul li li a .box-title {
    padding-left: 42px;
}

#main-menu ul li li a {
    /*color: var(--color-primary);*/
    position: relative;
    background: #fff;
    font-size: 13px;
    line-height: 16px;
    /*font-weight: 900;*/
}

#main-menu ul li > a:hover {
    text-decoration: none;
}

#main-menu ul li.active > a {
    color: var(--color-primary);
}

@media screen and (min-width: 1140px) {

    #main-menu ul li.has-child:hover > a,
    #main-menu ul li > a:hover {
        color: var(--color-primary);
    }
}

#main-menu ul li ul li {
    height: 46px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-left: -1px;
    margin-top: -1px;
    text-align: left;
}

#main-menu ul li:hover .submenu {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#main-menu ul li:nth-last-of-type(1) .submenu,
#main-menu ul li:nth-last-of-type(2) .submenu {
    left: auto;
    right: 0;
}

#main-menu ul li .submenu {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.22, 1.02);
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.22, 1.02);
    -ms-transition: all 0.2s cubic-bezier(0, 0, 0.22, 1.02);
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.22, 1.02);
    transition: all 0.2s cubic-bezier(0, 0, 0.22, 1.02);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#main-menu ul li .two-columns {
    width: 560px;
}

#main-menu ul li .one-column {
    width: 280px;
}

#main-menu ul li .two-columns ul li {
    width: 50% !important;
}

#main-menu ul li .one-column ul li {
    width: 100% !important;
}

#main-menu ul li ul {
    /*display: none;*/
}

#main-menu ul li:hover ul {
    display: block;
}

.header-middle .left-quote {
    height: 100px;
    /*width: 30%;*/
    width: 100%;
    float: left;
}

.header-middle .text-boxes {
    width: 52%;
    float: left;
}

.header-middle .text-boxes ul {
    width: 100%;
    font-size: 0;
}

.header-middle .text-boxes ul li {
    width: 33.3334%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100px;
    padding: 0 5px;
}

.header-middle .text-boxes ul li .icon {
    font-size: initial;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 0;*/
    /*margin-top: -23px;*/
    display: inline-block;
    vertical-align: middle;
    height: 46px;
    width: 46px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header-middle .text-boxes ul li .icon svg,
.header-middle .text-boxes ul li .icon svg * {
    fill: var(--color-primary);
}

.header-middle .text-boxes ul li {
    font-size: 0;
}

.header-middle .text-boxes ul li:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 1px;
    margin-left: -1px;
    height: 100%;
}

.header-middle .text-boxes ul li .box-text {
    font-size: initial;
    /*position: relative;*/
    /*top: 50%;*/
    /*-webkit-transform: translate3d(0, -50%, 0);*/
    /*-moz-transform: translate3d(0, -50%, 0);*/
    /*-ms-transform: translate3d(0, -50%, 0);*/
    /*-o-transform: translate3d(0, -50%, 0);*/
    /*transform: translate3d(0, -50%, 0);*/
    padding-left: 24px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 46px);
}

.header-middle .text-boxes ul li .box-text .text p {
    margin: 0;
}

.header-middle .text-boxes ul li .box-text .text {
    padding: 5px 0;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
}

.header-middle .right-info {
    position: relative;
    width: 18%;
    float: left;
}

.header-middle .right-info:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
}

.header-middle .right-info .info-wrapper {
    float: right;
    height: 100px;
    padding-left: 65px;
    position: relative;
}

.header-middle .right-info .icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -30px;
}

.header-middle .right-info .icon svg {
    fill: #fff;
}

.header-middle .right-info .info-text {
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.header-middle .right-info .link-title {
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.header-middle .right-info .link-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.header-middle .right-info .link-text a {
    color: #fff;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.header-middle .right-info .link-text a:hover {
    text-decoration: none;
}

@media screen and (min-width: 1140px) {
    .header-middle .right-info .link-text a:hover {
        color: #343536;
    }
}

.header-middle .left-quote {
    height: 100px;
    padding-left: 25px;
}

.header-middle .left-quote .text-wrapper {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.header-middle .left-quote .line1 {
    font-size: 18px;
    font-weight: 300;
}

.header-middle .left-quote .line2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

/**
 * STICKY HEADER
 */

@media screen and (min-width: 1140px) {
    header.sticky {

    }

    .header-top .logo {
        -webkit-transition: height 0.4s, width 0.4s;
        -moz-transition: height 0.4s, width 0.4s;
        -ms-transition: height 0.4s, width 0.4s;
        -o-transition: height 0.4s, width 0.4s;
        transition: height 0.4s, width 0.4s;
    }

    header.sticky .header-top .logo {
        width: 114px;
        /*height: 102px;*/
        height: 99px;
    }

    /*header.sticky .header-top .logo:hover {*/
    /*height: 134px;*/
    /*}*/
    /*header.sticky .header-top .logo:hover a {*/
    /*padding-top: 32px;*/
    /*}*/
    .header-top .logo a .logo-container {
        -webkit-transition: height 0.4s, width 0.4s;
        -moz-transition: height 0.4s, width 0.4s;
        -ms-transition: height 0.4s, width 0.4s;
        -o-transition: height 0.4s, width 0.4s;
        transition: height 0.4s, width 0.4s;
    }

    header.sticky .header-top .logo a .logo-container {
        width: 102px;
        height: 102px;
    }

    .header-middle {
        overflow: hidden;
        -webkit-transition: height 0.4s;
        -moz-transition: height 0.4s;
        -ms-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    header.sticky .header-middle {
        height: 0;
    }

    .header-wrapper {
        -webkit-transition: padding 0.4s;
        -moz-transition: padding 0.4s;
        -ms-transition: padding 0.4s;
        -o-transition: padding 0.4s;
        transition: padding 0.4s;
    }

    header.sticky .header-wrapper {
        padding-left: 114px;
    }
}

/**
 * CONTENT
 */

#content {
    padding-top: 200px;
}

.text {
    overflow: hidden;
}

footer {
}

.section-title {
    padding: 30px 0;
}

.heading,
.page-title h1,
.page-title h2.heading,
.section-title h1,
.section-title h2 {
    display: inline-block;
    font-size: 36px;
    line-height: 50px;
    font-weight: 800;
    color: var(--color-primary);
    overflow: visible;
}

.page-title .h1 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 800;
    color: var(--color-primary);
    overflow: visible;
}

.page-title .h2,
.page-title h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    color: #262827;
    overflow: visible;
}

.size-x:before {
    content: '\f00d';
    font-family: fontAwesome;
    color: var(--color-primary);
}

.size-x {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 30px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    width: 36px;
    height: 36px;
}

.page-title h1 {
    min-width: 400px;
    padding-right: 30px;
}

.rwd-toggle-filters {
    display: none;
}

.page-title .subtitle {
    /*display: inline-block;*/
    vertical-align: bottom;
    padding-bottom: 3px;
}

.page-title .subtitle .text {
    font-size: 20px;
    line-height: 30px;
}

.page-title {
    padding: 20px 0 0;
}

.page-title .title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0;
}

.breadcrumb {
    padding: 8px 0;
    margin-bottom: 0;
    background-color: transparent;
}

.breadcrumb li {
    font-family: 'Open Sans', sans-serif;
    font-display: swap;
    font-size: 12px;
    line-height: 16px;
}

.breadcrumb a {
    color: #343536;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb > li:last-of-type {
    pointer-events: none;
}

.breadcrumb > li:last-of-type a {
    color: var(--color-primary);
}

@media screen and (min-width: 1140px) {
    .breadcrumb a:hover {
        color: var(--color-primary);;
    }
}

.breadcrumb > li + li:before {
    content: '>';
    color: #343536;
    padding: 0 10px;
}

.section-title .btn {
    float: right;
    margin: 2px 0;
}

/**
 * FORM
 */

form.form {
    padding: 0;
}

table.table {
    background-color: #fff;
}

.form .form-group {
    /*margin-bottom: 10px;*/
}

.form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.form .before-consent-row {

}

.form .after-consent-row {
    margin-bottom: 0;
}

.form .col-lg-1,
.form .col-lg-10,
.form .col-lg-11,
.form .col-lg-12,
.form .col-lg-2,
.form .col-lg-3,
.form .col-lg-4,
.form .col-lg-5,
.form .col-lg-6,
.form .col-lg-7,
.form .col-lg-8,
.form .col-lg-9,
.form .col-md-1,
.form .col-md-10,
.form .col-md-11,
.form .col-md-12,
.form .col-md-2,
.form .col-md-3,
.form .col-md-4,
.form .col-md-5,
.form .col-md-6,
.form .col-md-7,
.form .col-md-8,
.form .col-md-9,
.form .col-sm-1,
.form .col-sm-10,
.form .col-sm-11,
.form .col-sm-12,
.form .col-sm-2,
.form .col-sm-3,
.form .col-sm-4,
.form .col-sm-5,
.form .col-sm-6,
.form .col-sm-7,
.form .col-sm-8,
.form .col-sm-9,
.form .col-xs-1,
.form .col-xs-10,
.form .col-xs-11,
.form .col-xs-12,
.form .col-xs-2,
.form .col-xs-3,
.form .col-xs-4,
.form .col-xs-5,
.form .col-xs-6,
.form .col-xs-7,
.form .col-xs-8,
.form .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

/* INPUTY */
.form .form-control {
    /* font-size: 14px; */
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-display: swap;
    font-weight: 300;
}

.form .form-group-sm .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.basket-view .form-group:not(.form-group-quantity) .form-control[type="text"],
.form .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form .form-control + .form-control-feedback {
    height: 100%;
    position: absolute;
}

.form .form-control + .form-control-feedback:before {
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 20px;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

.form .form-group-lg .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #343536;
    opacity: 1; /* Firefox */
}

.form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #343536;
}

.form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #343536;
}

/* TEXTAREA */
.form textarea.form-control {
    /* height: 130px; */
}

/* KLAUZULE I ZGODY */
.form .before-consent-row .text,
.form .after-consent-row .text,
.form .consent-row .text label,
.form .consent-all {
    font-size: 12px;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.form .checkboxradio-container .form-control-feedback {
    line-height: 34px;
}

.form .consent-row .error {
    font-size: 12px;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

/* CAPTCHA */
.form .captcha-image-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1);
}

.form button.captcha-refresh {
    right: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.1);
    color: var(--color-primary);
}

.form button.captcha-refresh .fa.fa-spin {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

@media screen and (min-width: 1140px) {
    .form button.captcha-refresh:hover {
        border-color: var(--color-primary);
    }

    .form button.captcha-refresh:hover .fa.fa-spin {
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running;
    }
}

/**
 * MAP POINT
 */

.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: transparent url('../images/marker.png') no-repeat scroll center center;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background: red;
}

.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important;
}

/**
 * FOOTER
 */

.footer-bottom {
    background: var(--color-primary);
    padding: 10px 0;
}

.copyright {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.copyright-undicom {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.copyright-undicom svg {
    max-width: 15px;
    fill: currentColor;
}

.footer-top {
    background: url('../images/footer-bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 70px 0 60px;
    font-size: 0;
}

.footer-top .footer-column {
    font-size: 14px;
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.footer-top .footer-column:nth-of-type(2) {
    width: 30%;
}

.footer-top .footer-column:nth-of-type(3),
.footer-top .footer-column:nth-of-type(4) {
    width: 25%;
}

.footer-top .footer-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
}

.footer-top .link-list {
    padding-top: 15px;
}

.footer-top .link-list li {

}

.footer-top .link-list li a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    position: relative;
    color: #8e8e8e;
    padding-left: 20px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.footer-top .link-list li a:before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #8e8e8e;
    position: absolute;
    left: 0;
    top: 13px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.footer-top .link-list li a:hover {
    text-decoration: none;
}

@media screen and (min-width: 1140px) {
    .footer-top .link-list li a:hover {
        color: var(--color-primary);
    }

    .footer-top .link-list li a:hover:before {
        background-color: var(--color-primary);
    }
}

.footer-top .footer-opinions {
    margin: 0 -5px;
    padding-top: 10px;
    font-size: 0;
}

.footer-top .footer-opinions li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    max-width: 33.3334%;
    padding: 5px;
}

.footer-top .footer-opinions li a {
    display: block;
}

.footer-top .footer-opinions li a img {
    display: block;
    max-width: 100%;
}

.footer-top .logotypes-list {
    font-size: 0;
    margin: -5px;
    padding: 10px 0 20px;
    max-width: 350px;
    width: 80%;
}

.footer-top .logotypes-list li {
    padding: 5px;
    width: 33.3334%;
    display: inline-block;
    vertical-align: top;
}

.footer-top .logotypes-list li a {
    display: block;
    padding-bottom: 55%;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.footer-top .logotypes-list li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    max-width: 80%;
    max-height: 80%;
    /*-webkit-transition: all 0.4s;*/
    /*-moz-transition: all 0.4s;*/
    /*-ms-transition: all 0.4s;*/
    /*-o-transition: all 0.4s;*/
    /*transition: all 0.4s;*/
}

@media screen and (min-width: 1140px) {
    /*
    .footer-top .logotypes-list li a:hover img {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -o-transform: translate3d(-50%, -50%, 0) scale(1.1);
        transform: translate3d(-50%, -50%, 0) scale(1.1);
    }
    */
    .footer-top .logotypes-list li a:hover {
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
        transform: scale(1.06);
    }
}

.footer-top .socials {
    padding-top: 20px;
}

.footer-top .socials li {
    min-height: 60px;
    padding: 5px;
    display: inline-block;
}

.footer-top .socials li a {
    position: relative;
    /*display: table;*/
    display: block;
    /*width: 100%;*/
    min-height: 50px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #8e8e8e;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.footer-top .socials li a:hover {
    text-decoration: none;
}

.footer-top .socials li a .icon:before {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    content: '';
    display: block;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.footer-top .socials li a .icon {
    width: 50px;
    height: 50px;
    /*position: absolute;*/
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #000;
    top: 0;
    left: 0;
    padding: 7px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    overflow: hidden;
}

.footer-top .socials li a.social-facebook .icon {
    background-color: #416ec0;
}

.footer-top .socials li a.social-youtube-play .icon {
    background-color: var(--color-primary);
}

.footer-top .socials li a.social-twitter .icon {
    background-color: #27a7df;
}

.footer-top .socials li a.social-instagram .icon {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.footer-top .socials li a .icon .icon-wrapper {
    width: 36px;
    height: 36px;
    text-align: center;
}

.footer-top .socials li a .icon .icon-wrapper .fa {
    color: #fff;
    position: relative;
    z-index: 20;
    font-size: 32px;
    line-height: 36px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.footer-top .socials li a .icon svg {
    fill: #fff;
}

.footer-top .socials li a .link-text {
    padding-left: 70px;
    /*display: table-cell;*/
    vertical-align: middle;
    display: none;
}

.footer-top .footer-info {
    padding-top: 10px;
}

.footer-top .footer-info .address .text {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
}

.footer-top .footer-info .open-times .icon {
    position: absolute;
    /*top: 50%;*/
    top: 0;
    width: 150px;
    height: 150px;
    left: -25px;
    /*margin-top: -75px;*/
    margin-top: -20px;
}

.footer-top .footer-info .open-times .text-wrapper {
    padding-left: 130px;
}

.footer-top .footer-info .open-times .text {
    padding-bottom: 15px;
    color: #8e8e8e;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
}

.footer-top .footer-info .open-times {
    position: relative;
    /*margin-top: 40px;*/
}

.footer-top .footer-info .open-times a {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
}

.footer-top .footer-info .email .text {
    color: #8e8e8e;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
}

.footer-top .footer-info .email {
    padding-top: 60px;
}

.footer-top .footer-info .email a {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 900;
}

.footer-top .footer-info .open-times a:hover,
.footer-top .footer-info .email a:hover {
    text-decoration: none;
}

@media screen and (min-width: 1140px) {
    .footer-top .footer-info .open-times a:hover,
    .footer-top .footer-info .email a:hover {
        color: #fff;
    }

    /*.footer-top .socials li a:hover .icon {*/
    /*    background: var(--color-primary);*/
    /*}*/
    .footer-top .socials li a:hover {
        color: var(--color-primary);
    }

    .footer-top .socials li a:hover .icon .fa {
        font-size: 36px;
    }
}

/**
 * SLIDER
 */

.advice-boxes,
.faq-boxes,
.text-article {
    padding: 50px 0 40px;
}

/**
 *
 */

.logotypes-slider {
    background: #fff;
}

.logotypes-slider .slider .slick-list {
    padding: 0 10px;
}

.logotypes-slider .slider {
    position: relative;
    overflow: hidden;
}

/** dzięki safari */

/*.logotypes-slider .slider:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to right, #fff, transparent);
    z-index: 1;
}

.logotypes-slider .slider:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to left, #fff, transparent);
    z-index: 1;
}*/

.logotypes-slider .slider:not(.slick-initialized) .logotype {
    display: inline-block;
}

.logotypes-slider .slider:not(.slick-initialized) {
    overflow: hidden;
    white-space: nowrap;
}

.logotypes-slider .logotype {
    display: block;
}

.logotypes-slider .logotype a {
    display: block;
    position: relative;
    /*height: 0;*/
    height: 180px;
    /*padding-bottom: 80%;*/
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.logotypes-slider .logotype a > img {
    display: block;
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.logotypes-slider .logotype a .grayscale {
    opacity: 0.5 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media screen and (min-width: 1140px) {
    .logotypes-slider .logotype a .grayscale:hover {
        opacity: 1 !important;
    }
}

/**
 *
 */

.main-slider {
    padding: 20px 0;
}

.main-slider .big-link {
    float: left;
    width: 29.4%;
    padding-right: 10px;
}

.big-link a {
    display: block;
    font-size: 0;
}

.main-slider .slider {
    float: right;
    width: 70.6%;
    padding-left: 10px;
    position: relative;
}

.main-slider .slider:not(.slick-initialized) {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}

.main-slider .slider a {
}

.main-slider .slider .slick-arrow {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    /*font-size: 19px;*/
    font-size: 11px;
    line-height: 52px;
    text-align: center;
    color: #343536;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.4;
    z-index: 1;
    font-family: FontAwesome;
    cursor: pointer;
}

.main-slider .slider .slick-arrow.slick-next {
    left: 100px;
}

.main-slider .slider .slick-arrow.slick-prev:before {
    display: block;
    /*content: '\f104';*/
    content: '\f053';
}

.main-slider .slider .slick-arrow.slick-next:before {
    display: block;
    /*content: '\f105';*/
    content: '\f054';
}

@media screen and (min-width: 1140px) {
    .main-slider .slider .slick-arrow:hover {
        /*background: var(--color-primary);*/
        /*color: #fff;*/
        /*border-color: var(--color-primary);*/
        opacity: 1;
    }
}

.faq-boxes {

}

.faq-boxes > .container > ul {

}

.faq-boxes > .container > ul > li {
    padding: 5px 0;
}

.faq-boxes > .container > ul > li .faq-btn {
    padding: 13px 50px 13px 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    background-color: #262827;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.faq-boxes > .container > ul > li .faq-btn:after {
    display: block;
    content: '\f107';
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    -webkit-transition: all 0.6s cubic-bezier(0.4, -0.6, 0.6, 1.6);
    -moz-transition: all 0.6s cubic-bezier(0.4, -0.6, 0.6, 1.6);
    -ms-transition: all 0.6s cubic-bezier(0.4, -0.6, 0.6, 1.6);
    -o-transition: all 0.6s cubic-bezier(0.4, -0.6, 0.6, 1.6);
    transition: all 0.6s cubic-bezier(0.4, -0.6, 0.6, 1.6);
}

.faq-boxes > .container > ul > li.active .faq-btn {
    background: var(--color-primary);
}

.faq-boxes > .container > ul > li.active .faq-btn:after {
    /*-webkit-transform: rotate(-180deg);*/
    /*-moz-transform: rotate(-180deg);*/
    /*-ms-transform: rotate(-180deg);*/
    /*-o-transform: rotate(-180deg);*/
    /*transform: rotate(-180deg);*/
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

@media screen and (min-width: 1140px) {
    .faq-boxes > .container > ul > li .faq-btn:hover {
        background: var(--color-primary);
    }
}

.faq-boxes > .container > ul > li .faq-content {
    padding: 30px 0;
    display: none;
}

.mattress-boxes {
    padding-bottom: 50px;
}

.mattress-boxes .mattress-list {

}

.mattress-boxes .mattress-list ul {
    font-size: 0;
}

.mattress-boxes .mattress-list ul li {
    width: 33.3334%;
    display: inline-block;
}

.mattress-boxes .mattress-list ul li a {
    display: table;
    height: 100%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    padding: 25px 40px;
    position: relative;
    min-height: 130px;
    background: #fff;
    -webkit-transition: background 0.4s, border 0.4s;
    -moz-transition: background 0.4s, border 0.4s;
    -ms-transition: background 0.4s, border 0.4s;
    -o-transition: background 0.4s, border 0.4s;
    transition: background 0.4s, border 0.4s;

}

.mattress-boxes .mattress-list ul li:nth-last-child(1) a,
.mattress-boxes .mattress-list ul li:nth-last-child(2) a,
.mattress-boxes .mattress-list ul li:nth-last-child(3) a {
    border-bottom: 1px solid #dbdbdb;
}

.mattress-boxes .mattress-list ul li:nth-child(3n+3) a,
.mattress-boxes .mattress-list ul li:last-child a {
    border-right: 1px solid #dbdbdb;
}

/*
@media screen and (min-width: 1140px) {
    .mattress-boxes .mattress-list ul li a {
        -webkit-transition: background 0.4s, border 0.4s, transform 0.7s ease;
        -moz-transition: background 0.4s, border 0.4s, transform 0.7s ease;
        -ms-transition: background 0.4s, border 0.4s, transform 0.7s ease;
        -o-transition: background 0.4s, border 0.4s, transform 0.7s ease;
        transition: background 0.4s, border 0.4s, transform 0.7s ease;
    }

    .mattress-boxes .mattress-list ul li a {
        -webkit-transform: perspective(1500px) rotateX(-90deg);
        -moz-transform: perspective(1500px) rotateX(-90deg);
        -ms-transform: perspective(1500px) rotateX(-90deg);
        -o-transform: perspective(1500px) rotateX(-90deg);
        transform: perspective(1500px) rotateX(-90deg);
        transform-origin: 50% 0%;
    }

    .mattress-boxes .mattress-list ul li.anim a {
        -webkit-transform: perspective(1500px);
        -moz-transform: perspective(1500px);
        -ms-transform: perspective(1500px);
        -o-transform: perspective(1500px);
        transform: perspective(1500px);
    }
    .mattress-boxes .mattress-list ul li a {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        transform-origin: 50% 0%;
    }

    .mattress-boxes .mattress-list ul li.anim a {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
*/

.mattress-boxes .mattress-list ul li a .icon {
    position: absolute;
    top: 50%;
    /*margin-top: -39px;*/
    /*width: 78px;*/
    /*height: 78px;*/
    /*background: var(--color-primary);*/
    margin-top: -50px;
    margin-left: -10px;
    width: 100px;
    height: 100px;

    left: 0;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.mattress-boxes .mattress-list ul li a .icon svg {
    /*fill: #fff;*/
    fill: var(--color-primary);
    -webkit-transition: fill 0.4s;
    -moz-transition: fill 0.4s;
    -ms-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
}

.mattress-boxes .mattress-list ul li a .text-wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-left: 120px;
    position: relative;
}

.mattress-boxes .mattress-list ul li a .box-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    color: var(--color-primary);
}

.mattress-boxes .mattress-list ul li a .box-description {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #777777;
    padding-top: 10px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.mattress-boxes .mattress-list ul li a:hover {
    text-decoration: none;
}

@media screen and (min-width: 1140px) {
    .mattress-boxes .mattress-list ul li a[href]:hover {
        background-color: #252527;
        border-color: #252527;
    }

    .mattress-boxes .mattress-list ul li a[href]:hover .icon {
        background: #fff;
    }

    .mattress-boxes .mattress-list ul li a[href]:hover .icon svg {
        fill: var(--color-primary);
    }

    .mattress-boxes .mattress-list ul li a[href]:hover .box-description {
        color: #fff;
    }
}

.our-qualities {
    background: url('../images/qualities-bg.jpg') no-repeat center var(--color-primary);
    -webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0;
}

.our-qualities .qualities-title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.our-qualities .qualities-list {
    padding: 60px 0;
}

.qualities-list ul {
    font-size: 0;
}

.qualities-list ul li {
    width: 16.6666%;
    display: inline-block;
    position: relative;
    padding: 20px 10px;
}

.qualities-list ul li:not(:first-of-type):before {
    display: block;
    content: '';
    width: 1px;
    height: 64px;
    margin-top: -32px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
}

.qualities-list ul li .icon {
    width: 120px;
    height: 120px;
    margin: auto;
}

.qualities-list ul li .icon svg {
    fill: #fff;
}

.qualities-list ul li .text-wrapper {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding-top: 40px;
    text-transform: uppercase;
}

.qualities-list ul li .line1 {
    font-weight: 300;
}

.qualities-list ul li .line2 {
    font-weight: 900;
}

.promotion {
    padding-top: 50px;
}

.promotion .promotion-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: var(--color-primary);
}

.promotion .promo-list {
    padding: 30px 0;
}

.promo-list ul {
    font-size: 0;
    padding: 10px 0;
    margin: 0 -10px;
}

.promo-list ul li {
    padding: 10px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.promo-list ul li a {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.promo-list ul li a img {
    max-width: 100%;
}

.advice-boxes {

}

.advice-boxes .advice-list {

}

.advice-list ul {
    font-size: 0;
    margin: 0 -5px;
}

.advice-list ul > * {
    font-size: 16px;
}

.advice-list ul li {
    padding: 5px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.advice-list ul li .box-content {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 20px;
    font-size: 0;
    -webkit-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    -ms-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
}

.advice-list ul li .box-content a.full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.advice-list ul li .box-content .box-image {
    display: inline-block;
    position: relative;
    /*height: 230px;*/
    width: 35%;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: box-shadow 0.4s;
    -moz-transition: box-shadow 0.4s;
    -ms-transition: box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    overflow: hidden;
}

.advice-list ul li .box-content .box-image .image-wrapper {
    position: relative;
    height: 0;
    width: 100%;
    /*padding-bottom: 54%;*/
    padding-bottom: 100%;
    display: block;
}

.advice-list ul li .box-content .box-image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.advice-list ul li .box-content .box-text {
    display: inline-block;
    /*height: 230px;*/
    width: 65%;
    vertical-align: middle;
    padding: 10px 20px 70px;
    position: relative;
}

@media screen and (min-width: 640px) {
    .advice-list ul li .box-content .box-text:first-child {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.advice-list ul li .box-content .btn {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.advice-list ul li .box-content .text-wrapper {
    min-height: 120px;
    font-size: 15px;
    line-height: 30px;
    color: #343536;
}

.advice-list ul li .box-content .box-title {
    font-weight: 900;
    color: inherit;
    text-transform: uppercase;
}

.advice-list ul li .box-content .box-description {

}

@media screen and (min-width: 1140px) {
    .advice-list ul li .box-content:hover {
        border-color: var(--color-primary);
    }

    .advice-list ul li .box-content:hover .box-image {
        box-shadow: 4px 6px 18px rgba(0, 0, 0, 0.1);
    }
}

/**
 * PAGINATION
 */

.pagination-wrapper {
    /*max-width: 980px;*/
    max-width: 460px;
    margin: auto;
    padding: 20px 0 50px;
}

.load-more-wrapper {
    padding-bottom: 20px;
}

.pagination-wrapper ul {
    text-align: center;
    font-size: 0;
}

.pagination-wrapper ul li {
    display: inline-block;
    padding: 5px 15px;
    vertical-align: top;
}

.pagination-wrapper ul li.prev,
.pagination-wrapper ul li.next {
    padding: 0;
}

.pagination-wrapper ul li.prev a,
.pagination-wrapper ul li.next a {
    width: 50px;
    height: 50px;
    display: block;
    padding: 0;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    background-color: #fff !important;
}

.login-forgotPassword{
    text-align: left;
    margin-bottom: 18px;
}

.pagination-wrapper ul li.prev.disabled a,
.pagination-wrapper ul li.next.disabled a {
    opacity: 0;
    pointer-events: none;
}

.pagination-wrapper ul li.prev {
    float: left;
}

.pagination-wrapper ul li.next {
    float: right;
}

.pagination-wrapper ul li span,
.pagination-wrapper ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #343536;
    padding: 5px;
    display: block;
}

.pagination-wrapper ul li a:hover {
    text-decoration: none;
}

/**
 * PAGINATION ACTIVE
 */

.pagination-wrapper ul li.active a {
    color: var(--color-primary);
}

@media screen and (min-width: 1140px) {
    .pagination-wrapper ul li a:hover {
        color: var(--color-primary);
    }
}

.btn {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 12px;
    line-height: 18px;
    padding: 9px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: -3px 0;
}

.btn svg {
    -webkit-transition: fill 0.4s;
    -moz-transition: fill 0.4s;
    -ms-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {

}

.btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.btn-lg {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 35px;
}

.btn.btn-primary {
    color: #fff;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}

.btn.btn-primary svg {
    fill: #fff;
}

.btn.btn-default:not(.captcha-refresh) {
    color: #000;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn.btn-secondary {
    color: #000;
    border-color: #000;
    background-color: transparent;
}

.btn.btn-back {
    margin-bottom: 40px;
}

.btn.btn-default.active {
    color: #fff;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}

.btn.btn-default.active svg {
    fill: #fff;
}

.btn.btn-primary.active {
    color: #000;
    border-color: #000;
    background-color: transparent;
}

.btn.btn-primary.active svg {
    fill: #000;
}

.btn.btn-secondary.active {
    color: #fff;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}

.btn.btn-secondary.active svg {
    fill: #fff;
}

.btn.btn-link {
    color: var(--color-primary);
}

.btn.btn-link.active {
    color: #000;
    text-decoration: underline;
}

@media screen and (min-width: 1140px) {
    .btn.btn-link:focus,
    .btn.btn-link:hover {
        color: #000;
    }

    /*.btn:hover {
        color: #fff;
        border-color: var(--color-primary);
        background-color: var(--color-primary);
    }*/
    .btn.btn-default:focus,
    .btn.btn-default:hover {
        /*color: #fff;*/
        border-color: #000;
        /*border-color: var(--color-primary);*/
        /*background-color: var(--color-primary);*/
    }

    .btn.btn-default:focus svg,
    .btn.btn-default:hover svg {
        fill: #000;
    }

    .btn.btn-primary:focus,
    .btn.btn-primary:hover {
        color: var(--color-primary);
        border-color: var(--color-primary);
        background-color: transparent;
    }

    .btn.btn-primary:focus svg,
    .btn.btn-primary:hover svg {
        fill: var(--color-primary);
    }

    .btn.btn-secondary:focus,
    .btn.btn-secondary:hover {
        color: var(--color-primary);
        border-color: var(--color-primary);
        background-color: transparent;
    }

    .btn.btn-secondary:focus svg,
    .btn.btn-secondary:hover svg {
        fill: var(--color-primary);
    }
}

.text-article .article-img {
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 45%;
    margin-right: 30px;
    margin-bottom: 15px;
    font-size: 0;
}

.text-article .article-img img {
    max-width: 100%
}

.text-article .text {
    overflow: visible;
}

.gallery {
    padding-bottom: 40px;
}

.gallery ul {
    font-size: 0;
    margin: 0 -5px;
}

.gallery ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.3334%;
    padding: 5px;
}

.gallery ul li a {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.gallery ul li a img {
    max-width: 100%;
}

a.fancy {
    position: relative;
}

a.fancy .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

@media screen and (min-width: 1140px) {
    a.fancy:hover .img-hover {
        opacity: 1;
    }
}

@media screen and (max-width: 560px) {
    .gallery ul li {
        width: 50%;
    }
}

.about-us-main {
    background: url('../images/FDM.jpg') no-repeat center #f4f4f4;
    padding: 30px 0;
}

.about-us-main .about-us-img {
    width: 55%;
    padding-left: 30px;
    float: right;
}

.about-us-main .about-us-img img {
    max-width: 100%;
}

.about-us-main .text-wrapper {
    width: 45%;
    float: left;
    padding: 70px 0;
}

.about-us-main .text-wrapper .rwd-image {
    display: none;
}

.about-us-main .about-us-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-primary);
    padding-bottom: 40px;
}

.about-us-main .about-us-description {

}

.about-us-main .btn {
    margin-top: 40px;
}

/**
 * CONTACT FORM
 */

.contact-page .left-side {
    float: left;
    width: 60%;
    padding-right: 10%;
}

.contact-page .right-side {
    float: right;
    width: 40%;
}

.contact-form-container .form {
    padding: 0 0 10px;
}

.contact-page {
    padding: 40px 0;
}

.submit-btn-row {
    margin-top: 30px;
}

.map-container {
    height: 100vh;
    max-height: 650px;
    width: 100%;
}

.contact-page .contact-text {
    padding-bottom: 60px;
    font-size: 0;
    margin: 0 -5px;
}

.contact-text .text table {
    width: 100%;
}

.contact-text .contact-box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 30px;
}

.contact-text .contact-box-title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 900;
    color: var(--color-primary);
    text-transform: uppercase;
    padding-bottom: 30px;
}

.contact-text .text table th {

}

.contact-text-with-img .contact-links {
    padding: 5px 0 25px;
}

.contact-text-with-img .contact-links li {
    padding: 5px 0;
}

.contact-links li a {
    font-size: 36px;
    line-height: 48px;
    display: block;
    position: relative;
    color: #262827;
    letter-spacing: 0.05em;
    font-weight: 800;
    padding: 2px 0;
}

.contact-links li a:hover {
    text-decoration: none;
}

@media screen and (min-width: 1140px) {
    .contact-links li a:hover {
        color: var(--color-primary);
    }
}

.contact-links li a .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -8px;
}

.contact-links li a .icon svg,
.contact-links li a .icon svg * {
    fill: var(--color-primary);
}

.contact-links li a .icon + .link-text {
    padding-left: 50px;
}

.contact-text-with-img {
    position: relative;
}

.contact-text-with-img .text-wrapper {
    width: 70%;
}

.contact-text-with-img .image img {
    display: block;
}

.contact-text-with-img .image {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 38%;
    text-align: right;
    /*-webkit-transform: translate3d(0, -50%, 0);*/
    /*-moz-transform: translate3d(0, -50%, 0);*/
    /*-ms-transform: translate3d(0, -50%, 0);*/
    /*-o-transform: translate3d(0, -50%, 0);*/
    /*transform: translate3d(0, -50%, 0);*/
}

/**
 * FILTERS MAIN
 */

.filters-main {
    background: var(--color-primary);
    padding: 26px;
    font-size: 0;
}

.filters-main .side-img {
    width: 24%;
    padding: 0 50px 0 25px;
    display: inline-block;
    vertical-align: middle;
}

.filters-main .filters-container {
    width: 76%;
    display: inline-block;
    vertical-align: middle;
}

.filters-main .image-title {
    padding-bottom: 20px;
}

.filters-main .image-title .line1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
}

.filters-main .image-title .line2 {
    font-size: 54px;
    line-height: 36px;
    font-weight: 900;
    color: #fff;
    text-align: right;
}

.filters-main .side-img .img-wrapper {

}

.filters-main .side-img img {
    max-width: 150%;
    margin-left: -16%;
}

.filters-main .filters-container {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 30px;
    min-height: 172px;
}

.filters-main .filters-container .filters-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 36px;
    font-weight: 300;
    color: #252527;
}

.filters-main .filters-row {
    font-size: 16px;
    padding-top: 20px;
}

.filters-main .filters-row .row {
    margin-left: -5px;
    margin-right: -5px;
}

.filters-main .filters-row .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.filters-main form label,
.filters-main .prices-range .form-element-name {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-primary);
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 0 0 8px;
}

.filters-main .button-container,
.filters-main .prices-range {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.filters-main .button-container {
    padding-left: 20px;
}

.filters-main .prices-range {
    padding: 0 10px;
}

.filters-main .prices-range .form-element-name {
    color: #252527;
}

.filters-main .prices-range-container {
    margin: 0 -10px;
}

.filters-main .prices-range-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.filters-main .prices-range-wrapper label {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    color: #000;
    font-size: 11px;
    font-weight: normal;
}

.filters-main .prices-range-wrapper .input-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
}

.filters-main .prices-range-wrapper input {
    width: 100%;
    text-align: center;
}

.filters-main .submit-btn {
    background: #252527;
    color: #fff;
    margin-top: 29px;
    padding: 0;
    width: 34px;
    height: 34px;
}

.filters-main .submit-btn .caption {
    display: none;
    padding-right: 10px;
}

@media screen and (min-width: 1140px) {
    .filters-main .submit-btn:hover {
        background: var(--color-primary);
    }
}

/*
.select2-container .select2-selection--single {
    height: 40px;
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 18px;
    padding-top: 9px;
    padding-left: 16px;
    padding-right: 38px;
    padding-bottom: 9px;
}
*/

.select2-container .select2-selection--single {
    height: 34px;
    background: #fff;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2 + .form-control-feedback {
    height: 46px;
    line-height: 46px;
}

.form-group-sm .select2-container .select2-selection--single {
    height: 30px;
    line-height: 16px;
}

.form-group-lg .select2-container .select2-selection--single {
    height: 46px;
    line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    padding-left: 0;
    padding-right: 20px;
}

.form-group-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 18px;
    padding-right: 18px;
}

.form-group-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    padding-right: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    width: 32px;
}

.form-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    width: 28px;
}

.form-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    width: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    display: block;
    font-family: FontAwesome;
    /*content: '\f107';*/
    /*font-size: 14px;*/
    content: '\f078';
    font-size: 10px;
    line-height: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.form .select2-container .select2-selection--single {
    height: 46px;
    border-color: rgba(0, 0, 0, 0.1);
    padding: 10px 16px;
}

.form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

.form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

/**
 * PRODUCT
 */

.item-rating-container {
    /*font-size: 0;*/
}

.product-opinion .item-rating-container {
    display: inline-block;
    vertical-align: top;
}

.product-opinion .item-rating-count {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
}

.product-opinion .item-rating-star {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    color: #000;
}

.product-opinion .item-rating-star.full {
    color: var(--color-primary);
}

/*
.product-opinion .star:before {
    display: block;
    content: '\f005';
    font-family: FontAwesome;
    font-size: inherit;
    line-height: inherit;
}
*/

.product-list ul {
    margin: 0 -7px;
    font-size: 0;
}

.product-list ul li {
    padding: 7px;
    width: 33.3334%;
    display: inline-block;
    vertical-align: top;
}

.main-product-list {
    padding: 10px 0 40px;
}

.section-title + .main-product-list {
    padding-top: 0;
}

.new-products {
    background: rgba(0, 0, 0, 0.05);
}

.main-product-list ul {
    margin: 0 -7px;
    font-size: 0;
}

.main-product-list ul li {
    padding: 7px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.main-product-list ul li .product {
    font-size: 16px;
}

.product {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.product .product-image {
    position: relative;
    z-index: 0;
    /*padding-top: 24px;*/
    padding-top: 8px;
    background: #fff;
}

.product .product-labels-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.product .image-wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 75%;
}

.product .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    border: 0;
    background: #fff;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
}

.product .thumbnail img {
    position: relative;
    top: 50%;
    max-width: 90%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 2s cubic-bezier(0.15, 0.7, 0.35, 0.95);
    -moz-transition: all 2s cubic-bezier(0.15, 0.7, 0.35, 0.95);
    -ms-transition: all 2s cubic-bezier(0.15, 0.7, 0.35, 0.95);
    -o-transition: all 2s cubic-bezier(0.15, 0.7, 0.35, 0.95);
    transition: all 2s cubic-bezier(0.15, 0.7, 0.35, 0.95);
}

.product .product-box-title {
    display: table;
    width: 100%;
    padding: 25px;
    background: #4d4d4d;
    font-weight: 900;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.product .product-box-title .product-title-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.product .product-box-title .line1,
.product .product-box-title .line2 {
    display: block;
    width: 100%;
}

.product .product-box-title .line2 {
    font-weight: normal;
    font-size: 16px;
}

.product .product-box-title:hover {
    text-decoration: none;
}

.product .product-opinion {
    padding: 10px 25px;
    background: #fff;
}

.product .product-bottom {
    background: #f1f2f2;
    padding: 20px 25px;
}

.product .product-labels-wrapper {
    /*background: #fff;*/
    padding-right: 5px;
}

.product .product-labels {
    position: relative;
    /*position: absolute;*/
    pointer-events: none;
    /*font-size: 0;
    left: 0;
    top: 12px;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(270deg);
    -moz-transform: translate3d(-100%, 0, 0) rotate(270deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate(270deg);
    -o-transform: translate3d(-100%, 0, 0) rotate(270deg);
    transform: translate3d(-100%, 0, 0) rotate(270deg);*/
}

.product .product-labels .label-item {
    display: inline-block;
    vertical-align: top;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    padding: 3px 10px 4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 5px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.product .product-labels .label-item.img-label {
    font-size: 0;
    line-height: 0;
    padding: 0;
    background: transparent !important;
}

.product .product-labels .label-item:first-of-type {
    /*margin-left: 0;*/
}

.product .product-small-text {
    /*padding: 10px 0 20px;*/
    padding: 10px 0 0;
    font-size: 0;
}

.product .product-small-text .text {
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0;
    color: #04051a;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.product .product-buttons {
    margin: 0 -5px;
}

.product .btn-container {
    /*float: left;*/
    /*padding: 0 5px 10px;*/
    width: 50%;
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.product .btn-container:first-child:last-child {
    width: 100%;
}

.product .btn-container .btn {
    width: 100%;
    padding: 9px 10px;
}

.product .btn-container .btn .fa {
    padding-right: 10px;
}

.price-box .caption {
    font-size: 12px;
}

.product .product-price-container {
    position: relative;
}

.product .product-price {
    position: relative;
    padding-right: 60px;
    font-size: 0;
}

.product .product-price.no-icons {
    padding-right: 0;
}

.product .product-icons {
    width: 60px;
    position: absolute;
    right: -3px;
    top: -7px;
}

.product .product-icons .icon {
    width: 60px;
    height: 60px;
    float: right;
}

.product .product-icons .icon svg {
    fill: var(--color-primary);
}

.product .price {
    font-size: 28px;
    line-height: 34px;
    font-weight: 900;
    color: var(--color-primary);
    display: inline-block;
}

.product .price.price-old {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #04051a;
    text-decoration: line-through;
    width: 100%;
}

.product .price.shop-product-price-gross {
    padding: 10px 0;
}

.product .has-discount .price.shop-product-price-gross {
    padding: 0;
}

.product .price.price-new {

}

@media screen and (min-width: 1140px) {

    .product:hover .thumbnail img,
    .product:focus .thumbnail img,
    .product .thumbnail:hover img,
    .product .thumbnail:focus img,
    .product .thumbnail.active img {
        -webkit-transform: translate3d(0, -50%, 0) scale(1.1);
        -moz-transform: translate3d(0, -50%, 0) scale(1.1);
        -ms-transform: translate3d(0, -50%, 0) scale(1.1);
        -o-transform: translate3d(0, -50%, 0) scale(1.1);
        transform: translate3d(0, -50%, 0) scale(1.1);
    }

    /*
    .product .thumbnail:hover + .product-labels .label-item,
    .product .thumbnail:focus + .product-labels .label-item,
    .product .thumbnail.active + .product-labels .label-item {
        background: var(--color-primary);
    }
    */
    .product .product-box-title:hover {
        background: var(--color-primary);
    }
}

.product-list-sorting {
    padding-top: 50px;
}

.btn.btn-gray {
    color: #252527;
    background-color: #e6e7e8;
    border-color: #e6e7e8;
}

.product-list-sorting .btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    padding: 7px 20px;
    text-transform: uppercase;
    text-align: left;
}

.product-list-sorting .btn .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.product-list-sorting .btn .btn-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.product-list-sorting .select-wrapper {
    float: left;
    margin-bottom: 10px;
}

.product-list-sorting .select-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: var(--color-primary);
    font-family: 'Open Sans', sans-serif;
    padding-right: 15px;
}

.product-list-sorting .select2 {
    display: inline-block;
    vertical-align: middle;
    min-width: 230px;
}

.product-list-sorting .buttons-wrapper {
    float: right;
    font-size: 0;
}

.product-list-sorting .buttons-wrapper .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-list-sorting .buttons-wrapper .btn:last-of-type {
    margin-right: 0;
}

.btn.btn-gray svg {
    fill: var(--color-primary);
    -webkit-transition: fill 0.4s;
    -moz-transition: fill 0.4s;
    -ms-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
}

.btn.btn-gray.active {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn.btn-gray.active svg {
    fill: #fff;
}

@media screen and (min-width: 1140px) {
    .btn.btn-gray:hover {
        color: #fff;
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

    .btn.btn-gray:hover svg {
        fill: #fff;
    }
}

.category-boxes {
    padding-bottom: 43px;
}

.category-boxes ul {
    font-size: 0;
    padding-top: 1px;
    padding-right: 1px;
}

.category-boxes ul li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.category-boxes a {
    margin-top: -1px;
    margin-right: -1px;
    display: block;
    color: var(--color-primary);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 10px 17px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.category-boxes a .icon {
    /*width: 36px;*/
    /*height: 36px;*/
    width: 44px;
    height: 44px;
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    /*background: var(--color-primary);*/
    position: absolute;
    top: 50%;
    /*margin-top: -18px;*/
    margin-top: -22px;
    margin-left: -4px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.category-boxes a .box-title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 900;
    height: 36px;
    display: table-cell;
    vertical-align: middle;
}

.category-boxes a .icon-wrapper + .box-title {
    padding: 0 0 0 54px;
}

.category-boxes a svg {
    fill: var(--color-primary);
    -webkit-transition: fill 0.4s;
    -moz-transition: fill 0.4s;
    -ms-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
}

.category-boxes a:hover {
    text-decoration: none;
}

.category-boxes li.active a {
    background: #262827;
}

.category-boxes li.active a .icon {
    /*background: #fff;*/
}

.category-boxes li.active a svg {
    fill: var(--color-primary);
}

@media screen and (min-width: 1140px) {
    .category-boxes a:hover {
        background: #262827;
    }

    .category-boxes a:hover .icon {
        /*background: #fff;*/
    }

    .category-boxes a:hover svg {
        fill: var(--color-primary);
    }
}

/**/

.category-boxes ul.fixed a .icon-wrapper + .box-title > span {
    display: none;
}

@media screen and (max-width: 1139px) {
    .category-boxes ul.fixed {
        display: none;
    }
}

.category-boxes ul.fixed {
    position: fixed;
    top: 99px;
    left: 50%;
    width: 100%;
    max-width: 1920px;
    -webkit-transform: translate3d(-50%, -100%, 0);
    -moz-transform: translate3d(-50%, -100%, 0);
    -ms-transform: translate3d(-50%, -100%, 0);
    -o-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.category-boxes ul.fixed.active {
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.category-boxes ul.fixed li:first-child:nth-last-child(1) {
    width: 100%;
}

.category-boxes ul.fixed li:first-child:nth-last-child(2),
.category-boxes ul.fixed li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}

.category-boxes ul.fixed li:first-child:nth-last-child(3),
.category-boxes ul.fixed li:first-child:nth-last-child(3) ~ li {
    width: 33.3334%;
}

.category-boxes ul.fixed li:first-child:nth-last-child(4),
.category-boxes ul.fixed li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}

.category-boxes ul.fixed li:first-child:nth-last-child(5),
.category-boxes ul.fixed li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}

.category-boxes ul.fixed li:first-child:nth-last-child(6),
.category-boxes ul.fixed li:first-child:nth-last-child(6) ~ li {
    width: 16.6667%;
}

.category-boxes ul.fixed li:first-child:nth-last-child(7),
.category-boxes ul.fixed li:first-child:nth-last-child(7) ~ li {
    width: 14.2857%;
}

.category-boxes ul.fixed li:first-child:nth-last-child(8),
.category-boxes ul.fixed li:first-child:nth-last-child(8) ~ li {
    width: 12.5%;
}

.category-boxes ul.fixed li:first-child:nth-last-child(9),
.category-boxes ul.fixed li:first-child:nth-last-child(9) ~ li {
    width: 11.1112%;
}

.category-boxes ul.fixed li:first-child:nth-last-child(10),
.category-boxes ul.fixed li:first-child:nth-last-child(10) ~ li {
    width: 10%;
}

.category-boxes ul.fixed a .icon-wrapper + .box-title {
    padding: 0 0 0 40px;
}

.category-boxes ul.fixed a {
    padding: 5px 10px;
}

.category-boxes ul.fixed a .icon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: 0;
}

.category-boxes ul.fixed a .box-title {
    font-size: 12px;
    line-height: 15px;
    height: 30px;
}

@media screen and (max-width: 1600px) {
    .category-boxes ul.fixed li:first-child:nth-last-child(10),
    .category-boxes ul.fixed li:first-child:nth-last-child(10) ~ li {
        width: 20%;
    }
}

@media screen and (max-width: 1440px) {
    .category-boxes ul.fixed li:first-child:nth-last-child(9),
    .category-boxes ul.fixed li:first-child:nth-last-child(9) ~ li,
    .category-boxes ul.fixed li:first-child:nth-last-child(9) ~ li ~ li:nth-child(5) {
        width: 20%;
    }

    .category-boxes ul.fixed li:first-child:nth-last-child(9) ~ li:nth-child(5) ~ li {
        width: 25%;
    }
}

@media screen and (max-width: 1440px) {

    .category-boxes ul.fixed li:first-child:nth-last-child(8),
    .category-boxes ul.fixed li:first-child:nth-last-child(8) ~ li {
        width: 25%;
    }
}

/**/

.product-list-page {
    padding: 50px 0 0;
}

.product-list-page .left-side {
    width: 400px;
    float: left;
    padding-right: 75px;
    padding-bottom: 50px;
}

.product-list-page .right-side {
    width: calc(100% - 400px);
    float: right;
}

.product-list {
    padding-bottom: 33px;
}

.product-list-page .filters-main {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.product-list-page .filters-main .side-img {
    width: 100%;
    padding: 0;
}

.product-list-page .filters-main .side-img img {
    margin-left: -17%;
}

.product-list-page .filters-main form label {
    color: #fff;
}

.product-list-page .filters-main .image-title .line1 {
    color: #252527;
}

.product-list-page .filters-main .prices-range-wrapper label {
    color: #252527;
    padding-right: 7px;
    margin: 10px 0;
    float: left;
}

.product-list-page .filters-main .prices-range-wrapper .input-wrapper {
    display: block;
    width: auto;
    overflow: hidden;
}

.product-list-page .filters-main .prices-range {
    display: block;
    padding: 0;
}

.product-list-page .filters-main .prices-range-container {
    font-size: 0;
}

.product-list-page .filters-main .prices-range-wrapper {
    width: 50%;
}

.product-list-page .filters-main .filters-row .col-xs-12 {
    padding-top: 20px;
}

.product-list-page .filters-main .button-container {
    padding-left: 0;
    width: 100%;
}

.product-list-page .filters-main .submit-btn {
    width: 100%;
    margin-top: 25px;
}

@media screen and (min-width: 1140px) {
    .product-list-page .filters-main .submit-btn:hover {
        border-color: #fff;
    }
}

.product-list-page .filters-main .submit-btn .caption {
    display: inline-block;
    font-size: inherit;
}

.product-list-page .big-link {
    width: 100%;
    padding-top: 50px;
}

.product-list-page .product-list-sorting .buttons-wrapper {
    width: 100%;
}

.product-list-page .product-list-sorting .buttons-wrapper .btn {
    text-align: left;
    width: 100%;
    margin-right: 0;
}

.product-list-page .product-list-sorting .select-wrapper {
    width: 100%;
}

.product-list-page .product-list-sorting .select-title {
    float: left;
    margin: 7px 0;
}

.product-list-page .product-list-sorting .select2 {
    display: block;
    overflow: hidden;
}

.product-list-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    letter-spacing: 0.05em;
}

.select2-dropdown {
    border-color: rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--color-primary);
}

.mattress-stats {
    background: #262827;
    padding: 50px 0;
}

.stats-bar {
    width: 100%;
    height: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.stats-bar:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: inset 0px 0px 10px #000;
    -moz-box-shadow: inset 0px 0px 10px #000;
    box-shadow: inset 0px 0px 10px #000;
}

.stats-bar .bar-step {
    float: left;
    height: 100%;
    width: 12.5%;
    background: #545353;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.stats-bar .bar-step:not(:last-child) {
    border-right: 1px solid #b80720;
}

.stats-bar.anim .bar-step.full {
    background: var(--color-primary);
}

.stats-bar.anim .bar-step:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.stats-bar.anim .bar-step:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.stats-bar.anim .bar-step:nth-child(4) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.stats-bar.anim .bar-step:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.stats-bar.anim .bar-step:nth-child(6) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.stats-bar.anim .bar-step:nth-child(7) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.stats-bar.anim .bar-step:nth-child(8) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -ms-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.stats-list ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.stats-list li {
    font-size: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.stats-bar-title {
    width: 170px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 5px 15px 5px 0;
    vertical-align: middle;
    color: #282828;
}

.stats-bar-container {
    width: calc(100% - 170px);
    display: inline-block;
    vertical-align: middle;
    padding: 17px 0;
}

.mattress-stats .sheet-description {
    padding-top: 20px;
}

.mattress-stats .text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0;
    color: #282828;
    overflow: visible;
}

.mattress-stats .sheet-image {
    float: left;
    position: relative;
    max-width: 200px;
    width: 25%;
    margin-right: 40px;
    margin-bottom: 10px;
    font-size: 0;
}

.mattress-stats .sheet-image .image-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    height: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3);
}

.mattress-stats .sheet-image img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.mattress-stats .sheet-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #262827;
}

.mattress-stats .sheet-name {
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    color: var(--color-primary);
    text-transform: uppercase;
}

.mattress-stats .left-side {
    width: 50%;
    padding-right: 5px;
    float: left;
}

.mattress-stats .right-side {
    width: 50%;
    padding-left: 5px;
    float: right;
    position: relative;
}

.mattress-stats .left-wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    padding: 40px 50px;
}

.mattress-stats .right-wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #e7f2fe;
    /*padding: 40px 50px 240px;*/
    padding: 40px 50px 30%;
    background-image: url('../images/mattress-stats-bg.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: bottom center;
}

.product-description-section {
    padding: 40px 0 60px;
}

.product-page .add-opinion .section-title {
    text-align: left;
}

.product-page .section-title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    color: var(--color-primary);
    padding: 40px 0;
    text-align: center;
}

.product-page .product-description-section .section-title {
    padding: 0 0 35px;
    text-align: left;
}

.product-description-section .row {
    margin-left: -30px;
    margin-right: -30px;
}

.product-description-section .col-xs-12 {
    padding-left: 30px;
    padding-right: 30px;
}

.product-description-section .text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0;
    color: #282828;
}

.product-description-section .column-content > ul {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0;
    color: #282828;
}

.product-description-section .column-content > ul li {
    padding: 13px 0 13px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.product-description-section .column-content > ul li:before {
    display: block;
    content: '';
    background: var(--color-primary);
    width: 6px;
    height: 6px;
    left: 0;
    top: 22px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.product-page {
    background: #fff;
}

.mattress-stats .sheet-change.btn {
    margin-top: 40px;
    padding: 12px 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.mattress-stats .sheet-change.btn .icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: -20px 0;
    vertical-align: top;
}

.mattress-stats .sheet-change.btn .icon svg {
    -webkit-transition: fill 0.4s;
    -moz-transition: fill 0.4s;
    -ms-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
}

.mattress-stats .sheet-change.btn .fa {
    font-size: 16px;
    line-height: inherit;
    padding: 0 5px 0 8px;
    vertical-align: top;
}

.mattress-stats .sheet-change.btn .caption {
    padding: 0 10px;
    vertical-align: top;
}

@media screen and (min-width: 1140px) {
    .mattress-stats .sheet-change.btn:hover .icon svg {
        fill: #000;
    }
}

.sheets-list-title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    color: #fff;
    padding: 26px 0;
}

.sheet-box {
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 15px 20px;
}

.sheet-box .sheet-box-image {
    font-size: 0;
    margin: 5px 20px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    overflow: hidden;
    max-width: 30%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.sheet-box .sheet-box-price {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    font-weight: 900;
    color: var(--color-primary);
}

.sheet-box .sheet-box-price .price:before {
    display: inline;
    content: '+';
}

.sheet-box .sheet-box-image a {
    display: block;
    position: relative;
    max-width: 150px;
    width: 100%;
}

.sheet-box .sheet-box-image a img {
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sheet-box .sheet-box-image a .img-hover .check {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url('../images/icons/check_white.svg') no-repeat center center #262827;
    -webkit-background-size: 16px;
    background-size: 16px;
}

.sheet-box .sheet-box-image a .img-hover .check {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
    -moz-transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
    -ms-transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
    -o-transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
    transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
}

.sheet-box.active .sheet-box-image a .img-hover .check {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
    -moz-transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
    -ms-transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
    -o-transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
}

/*
.sheet-box:not(.active) .sheet-box-image a .img-hover .check {
    -webkit-animation: slideOut 0.5s cubic-bezier(0.5, 0, 0, 1) both;
    -o-animation: slideOut 0.5s cubic-bezier(0.5, 0, 0, 1) both;
    animation: slideOut 0.5s cubic-bezier(0.5, 0, 0, 1) both;
    opacity: 0;
}

.sheet-box.active .sheet-box-image a .img-hover .check {
    -webkit-animation: slideIn 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    -o-animation: slideIn 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: slideIn 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    opacity: 1;
}*/

@keyframes slideIn {
    0% {
        -webkit-transform: translateX(-500%) scaleX(2.5) scaleY(0.2);
        transform: translateX(-500%) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
}

@keyframes slideOut {
    0% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    100% {
        -webkit-transform: translateX(500%) scaleX(2.5) scaleY(0.2);
        transform: translateX(500%) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

.sheet-box .sheet-box-image a .img-hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    /*border: 3px solid transparent;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.35, 1);
    -moz-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.35, 1);
    -ms-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.35, 1);
    -o-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.35, 1);
    transition: all 0.4s cubic-bezier(0.1, 0.75, 0.35, 1);
}

.sheet-box .sheet-box-image a .img-hover:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sheet-box .sheet-box-image a .img-hover:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sheet-box.active .sheet-box-image a .img-hover:before,
.sheet-box.active .sheet-box-image a .img-hover:after {
    width: 100%;
    height: 100%;
    border-color: var(--color-primary);
}

@media screen and (min-width: 1140px) {
    .sheet-box .sheet-box-image a:hover .img-hover:before,
    .sheet-box .sheet-box-image a:hover .img-hover:after {
        width: 100%;
        height: 100%;
        border-color: var(--color-primary);
    }
}

.sheets-scroll li {
    padding-bottom: 10px;
}

.sheet-box .sheet-box-title {
    padding-bottom: 15px;
    overflow: hidden;
}

.sheet-box .text {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0;
    color: #fff;
    overflow: hidden;
}

.sheets-list {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #262827;
    padding: 0 40px;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.sheets-list.visible {
    pointer-events: all;
    opacity: 1;
}

.sheets-list .sheets-scroll {
    height: 100%;
    position: relative;
}

.sheets-list .sheets-table .sheets-scroll .viewport {
    /*height: calc(100% - 106px);*/
    /*margin: 20px 0;*/
}

.sheets-list .sheets-table {
    height: calc(100% - 130px);
}

.size-list .size-scroll .viewport,
.sheets-list .sheets-scroll .viewport {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.size-list .size-scroll .overview,
.sheets-list .sheets-scroll .overview {
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    top: 0;
}

.size-list .size-scroll .scrollbar,
.sheets-list .sheets-scroll .scrollbar {
    position: absolute;
    right: -36px;
    top: 32px;
    bottom: 32px;
}

.scrollbar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scrollbar.disable {
    display: none !important;
}

.scrollbar .track {
    position: relative;
}

.scrollbar .track:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    left: -1px;
    right: -1px;
}

.size-list .size-scroll .track,
.sheets-list .sheets-scroll .track {
    height: 100%;
    width: 3px;
    background: var(--color-primary);
    position: relative;
    cursor: n-resize;
}

.scrollbar .track .thumb {
    position: absolute;
}

.scrollbar .track .thumb:before {
    position: absolute;
    display: block;
    content: '';
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}

.size-list .size-scroll .thumb,
.sheets-list .sheets-scroll .thumb {
    left: -2px;
    width: 7px;
    position: absolute;
    background: #fff;
    z-index: 1;
}

.size-list .scrollbar .track .thumb:before,
.sheets-list .scrollbar .track .thumb:before {
    display: block;
    content: '';
    position: absolute;
    left: 1px;
    right: 1px;
    top: 50%;
    margin-top: -2px;
    height: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.size-list .scrollbar .track .thumb:after,
.sheets-list .scrollbar .track .thumb:after {
    display: block;
    content: '';
    position: absolute;
    left: 1px;
    right: 1px;
    top: 50%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}

/*
.size-list .scrollbar .track .thumb:before,
.sheets-list .scrollbar .track .thumb:before {
    position: absolute;
    display: block;
    content: '';
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: #fff;
    border-radius: 50%;
}
*/

.sheet-box .box-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.sheet-box .box-title:hover {
    text-decoration: none;
}

.sheet-box.active .box-title {
    color: var(--color-primary);
}

@media screen and (min-width: 1140px) {
    .sheet-box .box-title:hover {
        color: var(--color-primary);
    }
}

.btn.sheet-type-change {
    color: #fff;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 14px;
    padding: 8px 50px 8px 20px;
    font-weight: bold;
    position: relative;
    height: auto;
    text-transform: uppercase;
    float: right;
}

.sheet-box.active .btn.sheet-type-change .caption,
.sheet-box:not(.active) .btn.sheet-type-change .caption-active {
    display: none;
}

.sheet-box .btn.sheet-type-change .icon {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--color-primary);
    font-size: 14px;
    line-height: 16px;
}

.sheet-box .btn.sheet-type-change .icon-active {
    width: 100%;
    height: 100%;
    background: url('../images/icons/check_white.svg') no-repeat center center transparent;
    -webkit-background-size: 14px;
    background-size: 14px;
}

.sheet-box.active .btn.sheet-type-change .fa,
.sheet-box:not(.active) .btn.sheet-type-change .icon-active {
    display: none;
}

.sheet-box.active .btn.sheet-type-change {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
    pointer-events: none;
}

@media screen and (min-width: 1140px) {
    .btn.sheet-type-change:hover {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.1);
        background-color: transparent;
    }
}

/**/

.mattress-made-of {
    padding-bottom: 70px;
}

.mattress-made-of ul {
    margin: 0 -5px;
    font-size: 0;
}

.mattress-made-of ul li {
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.mattress-made-of .box-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.mattress-made-of .box-image {
    float: left;
    margin: 3px 40px 10px 0;
    width: 150px;
    max-width: 25%;
}

.mattress-made-of .box-image .image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.mattress-made-of .box-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 0;
    color: var(--color-primary);
    text-transform: uppercase;
}

.mattress-made-of .box-description {

}

.mattress-made-of .box-description .text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0;
    color: #000;
}

.why-us {
    background: var(--color-primary);
    padding: 20px 0 70px;
}

.why-us .difference-list {
    padding-top: 20px;
}

.why-us .difference-list > ul {
    margin: 0 -50px;
    font-size: 0;
}

.why-us .difference-list > ul > li {
    width: 33.3334%;
    padding: 0 50px;
    display: inline-block;
    vertical-align: middle;
}

.why-us .difference-list > ul > li:not(:first-of-type) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.why-us .box-description {
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
}

.why-us .box-description strong {
    font-weight: 900;
    color: #fff;
}

.why-us .text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #e6a4ae;
}

.why-us .icon-wrapper {
    background: var(--color-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    -webkit-box-shadow: 10px 2px 24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 2px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 2px 24px rgba(0, 0, 0, 0.2);
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.why-us .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
}

.why-us .icon svg {
    fill: #fff;
}

.product-page .why-us .section-title {
    color: #fff;
}

/**/

.product-page .extras-sliders .section-title {
    color: #fff;
    padding: 40px 100px 30px;
}

.extras-sliders {
    background: #262827;
    padding-bottom: 60px;
}

.extras-sliders .extras-sets {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.extras-sliders .extras-single {
    width: 50%;
    float: left;
    padding-left: 5px;
}

.extras-sliders .extras-single.extras-full {
    width: 100%;
}

.extras-sliders .product-small {
    border-bottom: none;
}

.extras-sliders .products-container {
    font-size: 0;
    background: #fff;
    text-align: center;
}

.extras-sliders .extras-single .products-container {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.extras-sliders .set-slider,
.extras-sliders .single-slider {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.extras-sliders .set-slider:not(.slick-initialized),
.extras-sliders .single-slider:not(.slick-initialized) {
    white-space: nowrap;
    overflow: hidden;
}

.set-box .product-small:not(:last-of-type):before {
    display: block;
    content: '';
    position: absolute;
    width: 3px;
    right: -2px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    background: #262827;
    z-index: 1;
}

.set-box .product-small:not(:last-of-type):after {
    display: block;
    content: '';
    position: absolute;
    right: -13px;
    width: 26px;
    height: 3px;
    top: 50%;
    margin-top: -1px;
    background: #262827;
    z-index: 1;
}

.product-small {
    background: #fff;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    position: relative;
    white-space: normal;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.set-box .product-small:last-of-type {
    border-right: 0;
}

.product-small .product-image {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 65%;
}

.product-small .product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.product-small .product-title-wrapper {
    color: #262827;
}

.product-small .product-title-wrapper:hover {
    text-decoration: none;
}

@media screen and (min-width: 1140px) {
    .product-small .product-title-wrapper:hover {
        color: var(--color-primary);
    }
}

.product-small .product-title {
    font-size: 14px;
    line-height: 18px;
    /*height: 36px;*/
    font-weight: normal;
    /*color: #262827;*/
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-small .product-subtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    /*color: #262827;*/
}

.product-small .product-price {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    color: var(--color-primary);
    padding-bottom: 15px;
}

.product-small .product-button {
    margin: 10px 0 0;
    padding: 20px 0 10px;
}

.extras-sliders .set-button .btn.btn-primary,
.product-small .btn {
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-primary);
    border-color: var(--color-primary);
    background: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.extras-sliders .set-button .btn.btn-primary {
    color: #fff;
    border-color: var(--color-primary);
    background: var(--color-primary);
}

.extras-sliders .set-button .btn.btn-primary .icon,
.product-small .btn .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: -4px 8px -4px 0;
    vertical-align: top;
}

.extras-sliders .set-button .btn.btn-primary .icon svg {
    fill: #fff;
    -webkit-transition: fill 0.4s;
    -moz-transition: fill 0.4s;
    -ms-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
}

.product-small .btn .icon svg {
    fill: var(--color-primary);
    -webkit-transition: fill 0.4s;
    -moz-transition: fill 0.4s;
    -ms-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
}

@media screen and (min-width: 1140px) {
    .product-small .btn:hover {
        color: #fff;
        border-color: var(--color-primary);
        background: var(--color-primary);
    }

    .product-small .btn:hover .icon svg {
        fill: #fff;
    }
}

.extras-sliders .set-box {
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.extras-sliders .set-box:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid var(--color-primary);
    pointer-events: none;
}

.extras-sliders .set-pricing {
    background: #262827;
    padding: 20px;
    overflow: hidden;
}

.extras-sliders .set-pricing .price-box {
    display: inline-block;
    padding-left: 10px;
}

.extras-sliders .set-price {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.extras-sliders .set-pricing .price {
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: var(--color-primary);
}

.extras-sliders .set-pricing .price.price-old {
    font-size: 14px;
    color: #fff;
    text-decoration: line-through;
    padding-right: 5px;
}

.slider-container {
    position: relative;
}

.slider-container .arrows-container {
    position: absolute;
    font-size: 0;
    top: -72px;
    right: 0;
}

.slider-container .slick-arrow.slick-hidden {
    display: none;
}

.slider-container .slick-arrow {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #262827;
    font-size: 10px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.slider-container .slick-arrow.slick-disabled {
    opacity: 0.1;
    pointer-events: none;
}

.slider-container .slick-arrow.slick-prev {
    margin-right: 10px;
}

@media screen and (min-width: 1140px) {
    .extras-sliders .set-button .btn.btn-primary:hover {
        color: var(--color-primary);
        border-color: var(--color-primary);
        background: transparent;
    }

    .extras-sliders .set-button .btn.btn-primary:hover svg {
        fill: var(--color-primary);
    }

    .slider-container .slick-arrow:hover {
        background: var(--color-primary);
        color: #fff;
    }
}

.extras-sliders .set-saving {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    padding-left: 25px;
}

.extras-sliders .set-saving .price-saved {
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding-left: 10px;
    display: inline-block;
}

.extras-sliders .set-button {
    float: right;
}

/**/

.opinion-section .form .before-consent-row,
.opinion-section .form .consent-row {
    margin-bottom: 0;
}

.opinion-section {
    background: #262827;
    padding-bottom: 55px;
}

.opinion-section .section-title {
    color: #fff;
}

.opinion-section .add-opinion {
    float: left;
    width: 480px;
    padding-right: 10px;
}

.opinion-section .add-opinion-container {
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: url('../images/add-opinion-bg.jpg') no-repeat center bottom #dd0221;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 40px 45px;
}

.opinion-section .alert-success {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.opinion-section .add-opinion-container form.form {
    padding: 0;
}

.opinion-section .client-opinion {
    float: right;
    width: calc(100% - 480px);
}

.opinion-section .slider-container {
    /*display: table;*/
    /*width: 100%;*/
}

.opinion-full .item-rating-container,
.opinion-section .opinion-box .item-rating-container {
    width: 92px;
    float: right;
    color: #dd0221;
    margin-top: -3px;
    white-space: nowrap;
}

.opinion-full .opinion-text {
    clear: both;
}

.opinion-full .opinion-title,
.opinion-section .opinion-box .opinion-title {
    width: calc(100% - 92px);
    float: left;
}

.opinion-section .opinion-slider {
    background: #fff;
    padding: 10px 5px;
    /*display: table;*/
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    font-size: 0;
    height: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.opinion-description {
    clear: both;
}

.opinion-section .opinion-box {
    padding: 32px 35px 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
}

.opinion-section .opinion-box .opinion-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    /*font-weight: bold;*/
    color: #262827;
    padding-bottom: 15px;
}

.opinion-section .opinion-box .opinion-description .text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0;
    text-align: justify;
    color: #262827;
    height: 54px;
}

.opinion-section .opinion-box .opinion-bottom {
    padding: 0 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.opinion-box .opinion-bottom .item-rating-star {
    font-size: 12px;
    padding-right: 10px;
    color: rgba(38, 40, 39, 0.3);
}

.opinion-box .opinion-bottom .item-rating-star.full {
    color: var(--color-primary);
}

.opinion-section .opinion-box .see-more {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #df0121;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

@media screen and (min-width: 1140px) {
    .opinion-section .opinion-box .see-more:hover {
        color: #262827;
    }
}

.opinion-section .opinion-slider-top {
    overflow: hidden;
}

.opinion-section .opinion-slider-top .section-title {
    float: left;
}

.opinion-section .opinion-slider-top .item-rating-star-container .item-rating-star {
    font-size: 20px;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.3);
}

.opinion-section .opinion-slider-top .item-rating-star-container .item-rating-star.full {
    color: var(--color-primary);
}

.opinion-section .opinion-slider-top .product-rating {
    padding: 40px 100px 40px 0;
    text-align: center;
}

.opinion-section .opinion-slider-top .item-rating-star-container {
    display: inline-block;
    vertical-align: middle;
}

.opinion-section .opinion-slider-top .item-rating-count {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
}

.opinion-section .slider-container .arrows-container {
    top: -82px;
}

.opinion-section .opinion-box .item-rating-star-container {
    display: inline-block;
    vertical-align: top;
}

.opinion-section .opinion-box .item-rating-count {
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #262827;
    padding-left: 10px;
}

.opinion-section .add-opinion-container {
    position: relative;
}

.opinion-section .add-opinion .add-opinion-stars {
    padding-bottom: 30px;
    position: relative;
}

.opinion-section .add-opinion .add-opinion-stars .add-opinion-title {
    padding: 15px 0 12px;
}

.opinion-section .add-opinion .item-rating-star-container {
    display: inline-block;
    margin: 0 -10px;
    vertical-align: top;
    padding: 0;
}

.opinion-section .add-opinion .item-rating-star-container .item-rating-star {
    font-size: 20px;
    padding: 0 10px;
    cursor: pointer;
}

.opinion-section .add-opinion .item-rating-star-container .item-rating-star {
    color: #fff;
}

.opinion-section .add-opinion .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.opinion-section .add-opinion .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.opinion-section .add-opinion .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.opinion-section .form .form-control {
    height: 40px;
}

.opinion-section .add-opinion .form-control {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    /*font-size: 14px;*/
    /*line-height: 24px;*/
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

.opinion-section .add-opinion textarea.form-control {
    height: 96px;
}

.opinion-section .add-opinion .form-element-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 10px;
}

.opinion-section .add-opinion .form-element-rating .form-element-name {
    display: block;
    float: left;
    width: calc(100% - 193px);
}

.opinion-section .add-opinion .form-element-rating .element-row {
    margin-top: -4px;
    float: right;
    width: 193px;
}

.form .form-control + .form-control-feedback {
    display: none;
}

/*.opinion-section .add-opinion .form-element-rating {*/
/*    width: 225px;*/
/*}*/
.checkboxradio-container a {
    /*color: #fff;*/
    /*text-decoration: underline;*/
}

.opinion-section .add-opinion .item-rating-container {
    color: #fff;
}

.opinion-section .add-opinion .form-required-mark {
    color: #fff;
}

.opinion-section .form .before-consent-row .text,
.opinion-section .form .after-consent-row .text,
.opinion-section .form .consent-row .text label,
.opinion-section .form .consent-all {
    color: #fff;
}

.opinion-section .form .form-group-lg .captcha-image-wrapper {
    margin-bottom: 15px;
}

.opinion-section .has-error .form-control-feedback {
    color: #fff;
}

.opinion-section .opinion-form-element-container {
    position: relative;
}

.opinion-section .add-opinion .btn-container {
    padding-top: 10px;
}

.opinion-section .add-opinion .btn-container .btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    border-color: #262827;
    background: #262827;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}

.opinion-section .add-opinion .btn-container .btn svg {
    fill: #fff;
    -webkit-transition: fill 0.4s;
    -moz-transition: fill 0.4s;
    -ms-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
}

.opinion-section .add-opinion .btn-container .btn .icon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: -5px 0;
}

.opinion-section .add-opinion .btn-container .btn .caption {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.opinion-section .add-opinion .btn-container .btn .arrow-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
}

@media screen and (min-width: 1140px) {
    .opinion-section .add-opinion .btn-container .btn:hover {
        border-color: var(--color-primary);
        background: var(--color-primary);
        color: #fff;
    }

    .opinion-section .add-opinion .btn-container .btn:hover svg {
        fill: #fff;
    }
}

.opinion-section .add-opinion .fdm-logo {
    position: absolute;
    top: -20px;
    right: -22px;
    width: 140px;
    height: 140px;
    pointer-events: none;
}

.opinion-section .add-opinion .fdm-logo svg {
    fill: #fff;
}

/**/

.product-perks {
    font-size: 0;
    margin-top: 5px;
    float: right;
    width: 100%;
}

.search-box .error {
    background: #fff;
    padding: 1px 3px;
    border: 1px solid #a94442;
}

.product-perks ul {
    border: 1px solid #e6e7e8;
    -webkit-border-radius: 6px;
    width: 100%;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.product-perks li {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 20px;
}

.product-perks .icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.product-perks .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: -13px;
}

.product-perks .icon svg {
    fill: #fff;
}

.product-perks .caption {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #343536;
    text-transform: uppercase;
}

.product-perks .caption span {
    font-weight: 800;
}

.big-product-title {
    padding-top: 20px;
}

.big-product-title .container:after {
    display: block;
    content: '';
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.big-product-title .title {
    padding: 10px 0;
    float: left;
}

.big-product-title h1 {
    font-size: 36px;
    line-height: 34px;
    font-weight: 900;
    color: var(--color-primary);
    overflow: visible;
}

.big-product-title h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    color: #262827;
    overflow: visible;
}

/**/

.big-product-sheets ul .slick-arrow,
.big-product-size ul .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border: 0;
    padding: 0;
    background: #262827;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -20px;
    /*margin-top: -8px;*/
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media screen and (min-width: 1140px) {
    .big-product-sheets ul .slick-arrow:hover,
    .big-product-size ul .slick-arrow:hover {
        background: var(--color-primary);
    }
}

.big-product-sheets ul .slick-arrow.slick-disabled,
.big-product-size ul .slick-arrow.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.big-product-sheets ul .slick-arrow.slick-prev,
.big-product-size ul .slick-arrow.slick-prev {
    right: 5px;
    margin-right: 25px;
}

.big-product-sheets ul .slick-arrow.slick-next,
.big-product-size ul .slick-arrow.slick-next {
    right: 5px;
}

.big-product-sheets ul .slick-arrow.slick-prev:before,
.big-product-size ul .slick-arrow.slick-prev:before {
    display: block;
    font-family: FontAwesome;
    content: '\f104';
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding-right: 2px;
}

.big-product-sheets ul .slick-arrow.slick-next:before,
.big-product-size ul .slick-arrow.slick-next:before {
    display: block;
    font-family: FontAwesome;
    content: '\f105';
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding-left: 1px;
}

.big-product-sheets ul.slick-slider,
.big-product-size ul.slick-slider {
    position: relative;
}

.big-product-size ul {
    margin: 0 -5px;
    font-size: 0;
}

.big-product-size ul:not(.slick-initialized) {
    position: relative;
    height: 88px;
    overflow: hidden;
}

.big-product-size ul:not(.slick-initialized):before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
}

.big-product-size ul:not(.slick-initialized):after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border-left: 3px solid var(--color-primary);
    border-top: 3px solid var(--color-primary);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-animation: fa-spin 2s linear infinite;
    -o-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    z-index: 1;
}

.big-product-size li {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.big-product-size .size-box {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    padding: 6px;
    text-align: center;
    position: relative;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
    color: #343536;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
}

.big-product-size .size-box.active {
    border-color: var(--color-primary);
    background: var(--color-primary) !important;
    color: #fff !important;
}

@media screen and (min-width: 1140px) {
    .big-product-size .size-box:hover {
        border-color: var(--color-primary);
        background: var(--color-primary);
        color: #fff;
    }
}

.big-product-size .size-box.active:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
    -moz-transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
    -ms-transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
    -o-transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
}

.big-product-size .size-box:after {
    display: block;
    content: '';
    /*width: 18px;*/
    /*height: 18px;*/
    /*margin-top: -9px;*/
    /*margin-left: -9px;*/
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -10px;

    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url('../images/icons/check_white.svg') no-repeat center center #262827;
    -webkit-background-size: 16px;
    background-size: 16px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
    -moz-transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
    -ms-transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
    -o-transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
    transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
    pointer-events: none;
}

.big-product {

}

.big-product .big-product-size .details-container {
    padding-bottom: 25px;
}

.big-product .details-container {
    width: 100%;
}

.big-product .details-list {
    width: 71.4285%;
    float: left;
}

.big-product .details-list-more {
    width: 28.5715%;
    padding: 5px 0 5px 10px;
    float: right;
    display: table;
}

.big-product .big-product-details {
    padding-left: 50px;
}

.big-product .details-list-more .more-btn {
    width: 100%;
    height: 76px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url('../images/more-btn-bg.png') no-repeat bottom center #262827;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    cursor: pointer;
}

.big-product .details-list-more .more-btn .line1 {
    font-weight: 300;
}

.big-product .details-list-more .more-btn .line2 {
    font-weight: bold;
}

.big-product .left-side {
    float: left;
    width: calc(50% + 45px);
    padding-right: 45px;
    position: relative;
}

/**/

.big-product .product-slider-container {
    position: relative;
    width: 100%;
    padding: 40px 0;
    height: 637px; /* nienawidze samego siebie za takie coś */
}

.big-product .product-slider,
.big-product .product-slider .slick-list,
.big-product .product-slider .slick-track {
    height: 100%;
}

.big-product .product-slider .slide {
    height: 100%;
}

.big-product .product-slider:not(.slick-initialized) {
    overflow: hidden;
}

.big-product .product-slider .slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    /*height: 0;*/
    /*padding-bottom: 70%;*/
}

.big-product .product-slider .slide a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.big-product .product-slider-nav {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    font-size: 0;
    text-align: center;
}

.big-product .product-slider-discount {
    position: absolute;
    top: 40px;
    left: 0;
    width: 140px;
    height: 140px;
    background: var(--color-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 36px;
    line-height: 140px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 10px 2px 24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 2px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 2px 24px rgba(0, 0, 0, 0.2);
}

.big-product .product-slider-nav .nav-slide {
    display: inline-block;
    /*position: absolute;*/
    padding: 0 5px;
}

.big-product .product-slider-nav .image-wrapper {
    position: relative;
    /*width: 100%;*/
    height: 0;
    padding-bottom: 77%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 130px;
    background: #fff;
    cursor: pointer;
}

.big-product .product-slider-nav .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 95%;
    max-height: 95%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.big-product .product-slider-opinion {
    position: absolute;
    top: 40px;
    right: 0;
}

.big-product .product-slider-opinion .item-rating-container {
    display: inline-block;
    vertical-align: middle;
}

.big-product .product-slider-opinion .item-rating-container {
    display: inline-block;
    vertical-align: middle;
    color: #343536;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    padding-left: 10px;
}

.big-product .product-slider-opinion .item-rating-star-container .item-rating-star {
    color: #000;
    opacity: 0.3;
    padding-right: 10px;
}

.big-product .product-slider-opinion .item-rating-star-container .item-rating-star.full {
    color: var(--color-primary);
    opacity: 1;
}

.big-product .product-slider-nav {
    padding: 0 52px;
}

.big-product .product-slider-nav .slick-arrow {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #262827;
    font-size: 10px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    top: 50%;
    margin-top: -22px;
}

.big-product .product-slider-nav .slick-arrow.slick-prev {
    left: 0;
}

.big-product .product-slider-nav .slick-arrow.slick-next {
    right: 0;
}

@media screen and (min-width: 1140px) {
    .big-product .product-slider-nav .slick-arrow:hover {
        background: var(--color-primary);
        color: #fff;
    }
}

/**/

.big-product .right-side {
    float: right;
    width: calc(50% - 45px);
    position: relative;
}

.big-product .details-list-more .more-btn.active {
    background-color: var(--color-primary);
}

@media screen and (min-width: 1140px) {
    .big-product .details-list-more .more-btn:hover {
        background-color: var(--color-primary);
    }
}

.big-product .details-list .sheet-box-small .img-hover:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.big-product .details-list .sheet-box-small .img-hover:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.big-product .details-list .sheet-box-small.active .img-hover:before,
.big-product .details-list .sheet-box-small.active .img-hover:after {
    width: 100%;
    height: 100%;
    border-color: var(--color-primary);
}

@media screen and (min-width: 1140px) {
    .big-product .details-list .sheet-box-small:hover .img-hover:before,
    .big-product .details-list .sheet-box-small:hover .img-hover:after {
        width: 100%;
        height: 100%;
        border-color: var(--color-primary);
    }
}

.big-product-sheets ul {
    margin: 0 -5px;
    font-size: 0;
}

.big-product-sheets li {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.big-product .details-list .sheet-box-small {
    display: block;
    width: 100%;
    cursor: pointer;
}

.big-product .details-list .sheet-box-small.active,
.big-product .details-list .sheet-box-small:active,
.big-product .details-list .sheet-box-small:hover {
    text-decoration: none;
}

.big-product .details-list .sheet-box-small .img-hover .check {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url('../images/icons/check_white.svg') no-repeat center center #262827;
    -webkit-background-size: 16px;
    background-size: 16px;
}

.big-product .details-list .sheet-box-small .img-hover {
    display: block;
    position: relative;
    width: 100%;
    height: 76px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    pointer-events: none;
    overflow: hidden;
    /*border: 3px solid transparent;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.35, 1);
    -moz-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.35, 1);
    -ms-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.35, 1);
    -o-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.35, 1);
    transition: all 0.4s cubic-bezier(0.1, 0.75, 0.35, 1);
}

.big-product .details-list .sheet-box-small .img-hover .check {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
    -moz-transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
    -ms-transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
    -o-transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
    transition: all 0.4s cubic-bezier(0.6, -0.4, 0.4, 0.6);
}

.big-product .details-list .sheet-box-small.active .img-hover .check {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
    -moz-transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
    -ms-transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
    -o-transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0.4, 1.6);
}

/*
.big-product .details-list .sheet-box-small .img-hover .check {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.big-product .details-list .sheet-box-small:not(.anim) .img-hover .check {
    opacity: 0 !important;
}

.big-product .details-list .sheet-box-small:not(.active) .img-hover .check {
    -webkit-animation: slideOut 0.5s cubic-bezier(0.5, 0, 0, 1) both;
    -o-animation: slideOut 0.5s cubic-bezier(0.5, 0, 0, 1) both;
    animation: slideOut 0.5s cubic-bezier(0.5, 0, 0, 1) both;
    opacity: 0;

}

.big-product .details-list .sheet-box-small.active .img-hover .check {
    -webkit-animation: slideIn 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    -o-animation: slideIn 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: slideIn 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    opacity: 1;
}
*/

.big-product .big-product-size,
.big-product .big-product-sheets {
    padding-top: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.big-product .details-list .sheet-box-small .caption {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    color: #262827;
    padding: 7px 5px 2px;
}

.big-product .details-list .sheet-box-small .sheet-price {
    font-weight: bold;
    font-size: 11px;
    color: var(--color-primary);
    padding-top: 2px;
}

.big-product .details-list .sheet-box-small .sheet-price .price:before {
    display: inline;
    content: '+';
}

.big-product .big-product-details .product-section-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: normal;
    color: var(--color-primary);
    padding-bottom: 5px;

}

/**/

.big-product .big-product-purchase {
    padding: 40px 0;
}

.big-product .add-to-basket.btn {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 9px 15px;
}

.big-product .add-to-basket.btn .icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.big-product .add-to-basket.btn .caption {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}

.shop-quantity-box {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 12px;
    background: #f1f2f2;
    position: relative;
    width: 170px;
}

.shop-quantity-box .input-qty {
    height: 36px;
    border-color: transparent;
    background-color: transparent;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #343536;
}

.shop-quantity-box .input-qty:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.shop-quantity-box .qty-down,
.shop-quantity-box .qty-up {
    position: absolute;
    top: 12px;
    height: 36px;
    width: 36px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 34px;
    background: #fff;
    color: #000;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 1140px) {
    .shop-quantity-box .qty-down:hover,
    .shop-quantity-box .qty-up:hover {
        color: #fff;
        background: var(--color-primary);
        border-color: var(--color-primary);
    }
}

.shop-quantity-box .qty-up {
    right: 12px;
}

.shop-quantity-box .qty-down {
    left: 12px;
}

.big-product .form-group.quantity {
    margin-bottom: 0;
}

.form-group.quantity label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #262827;
    padding-right: 10px;
}

.big-product .big-product-amount {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.big-product .big-product-button {
    width: 50%;
    float: right;
}

.big-product .big-price {

}

.big-product .price-description {

}

.big-product .price-description .text {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #343536;
}

.big-product .big-product-price {
    position: relative;
    padding-left: 50px;
}

.big-product .big-price {
    float: left;
    width: 45%;
    padding-top: 25px;
}

.big-product .big-price .price {
    font-size: 42px;
    line-height: 54px;
    font-weight: 900;
    color: var(--color-primary);
}

.big-product .big-price .discount {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: var(--color-primary);
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
}

.big-product .big-price .price.price-old {
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    color: #262827;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-decoration: line-through;
}

.big-product .discount-container {
    padding-top: 10px;
    font-size: 0;
}

.big-product .price-description {
    float: right;
    width: 55%;
    padding-top: 30px;
}

.big-product .big-product-price:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(50vw - 45px);
    background: rgba(38, 40, 39, 0.03);
    pointer-events: none;
}

.big-product .big-product-price:after {
    display: block;
    content: '';
    height: 3px;
    width: 100%;
    background: var(--color-primary);
    margin-top: 20px;
}

.big-product .right-side:after {
    display: block;
    content: '';
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.big-product .product-variants {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    pointer-events: none;
}

/**/

.other-products {
    padding-top: 7px;
}

/**/

.rate-product {
    position: fixed;
    display: block;
    background: #262827;
    top: 300px;
    left: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(270deg);
    -moz-transform: translate3d(-100%, 0, 0) rotate(270deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate(270deg);
    -o-transform: translate3d(-100%, 0, 0) rotate(270deg);
    transform: translate3d(-100%, 0, 0) rotate(270deg);
    padding: 15px 20px;
    -webkit-box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.rate-product .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 30px;
    color: var(--color-primary);
    text-shadow: -1px 0 #fff, 1px 0 #fff, 0 -1px #fff, 0 1px #fff;
    padding-right: 35px;
}

.rate-product .caption {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}

.rate-product .icon:before {
    display: block;
    content: '\f005';
    font-family: FontAwesome;
}

@media screen and (min-width: 1140px) {
    .rate-product:hover {
        background: var(--color-primary);
    }
}

/**/

.size-list {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #262827;
    padding: 0 40px;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    overflow: hidden;
}

.size-list.visible {
    pointer-events: all;
    opacity: 1;
}

.size-list-title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    color: #fff;
    padding: 26px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.size-list-title .fdm-logo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: -15px;
}

.size-list-title .fdm-logo:before {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 50%;
    -webkit-box-shadow: 1px 1px 43px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 43px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 43px 40px rgba(0, 0, 0, 0.2);
}

.size-list-title .fdm-logo img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.size-table .list-title {
    font-size: 0;
    margin: 0 -5px;
    padding-top: 30px;
}

.size-table .size-title,
.size-table .price-title,
.size-table .price-new-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px;
}

.size-table .size-title,
.size-table .price-title {
    width: 16.6667%;
}

.size-table .price-new-title {
    width: 66.6666%;
}

.size-table .size-scroll {
    height: 358px;
}

.size-table ul {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
}

.size-table ul li {
    padding: 3px 0;
}

.size-table ul li:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.size-table ul li .size-box {
    margin: 0 -5px;
    font-size: 0;
}

.size-table ul li .size,
.size-table ul li .price,
.size-table ul li .button-container {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}

.size-table ul li .size,
.size-table ul li .price {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0;
    color: #fff;
}

.size-table ul li .price.price-old {
    text-decoration: line-through;
}

.size-table ul li .price.price-new {
    font-size: 18px;
    font-weight: 800;
    color: var(--color-primary);
}

.size-table ul li .price {
    width: 50%;
}

.size-table ul li .value-title {
    display: none;
}

.size-table ul li .size,
.size-table ul li .price.price-old {
    width: 16.6667%;
}

.size-table ul li .price.price-new {
    width: 33.3334%;
}

.size-table ul li .button-container {
    width: 33.3334%;
    text-align: right;
}

.size-table ul li .btn {
    /*background: var(--color-primary);*/
    /*border-color: var(--color-primary);*/
    /*color: #fff;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-size: 11px;*/
    /*line-height: 16px;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*padding: 4px 15px;*/
    margin: 5px 0;

    color: #fff;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 14px;
    padding: 8px 50px 8px 20px;
    font-weight: bold;
    position: relative;
    height: auto;
    text-transform: uppercase;
    float: right;
}

.size-table ul li .btn.active .caption-active,
.size-table ul li .btn:not(.active) .caption {
    display: inline-block;
    /*vertical-align: middle;*/
}

.size-table ul li .btn:not(.active) .caption-active,
.size-table ul li .btn.active .caption {
    display: none;
}

.size-table ul li .btn .icon {
    /*    width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        vertical-align: middle;
        background: var(--color-primary);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    */
    color: #fff;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--color-primary);
    font-size: 13px;
    line-height: 16px;
}

.size-table ul li .btn .icon .icon-active {
    width: 100%;
    height: 100%;
    background: url(../images/icons/check_white.svg) no-repeat center center transparent;
    -webkit-background-size: 14px;
    background-size: 14px;
}

.size-table ul li .btn.active {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
    pointer-events: none;
}

.size-table ul li .btn.active .icon .fa,
.size-table ul li .btn:not(.active) .icon .icon-active {
    display: none;
}

.size-table ul li .btn .icon svg {
    fill: #fff;
    -webkit-transition: fill 0.4s;
    -moz-transition: fill 0.4s;
    -ms-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
}

@media screen and (min-width: 1140px) {
    .size-table ul li .btn:not(.active):hover {
        color: var(--color-primary);
        background: #fff;
        border-color: #fff;
    }
}

@media screen and (min-width: 1441px) {
    .sheets-list,
    .size-list {
        padding: 0 70px;
    }
}

/**/

.top-box-wrapper {
    position: relative;
}

/*
.top-box-wrapper:hover .top-box,
.top-box-wrapper .top-box:hover {
    display: block;
}*/

.top-box.visible {
    display: block;
}

.top-box {
    display: none;
    position: absolute;
    /*overflow: hidden;*/
    z-index: 10;
    background: #fff;
    top: 100%;
    right: 0;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px;

    width: 370px;
    margin-top: 10px;
}

.top-box.no-container {
    border: 0;
    background: transparent;
    padding: 0;
    width: 250px;
    right: 50%;
    margin-right: -125px;
}

.top-box:before {
    display: block;
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 20px;
}

.top-box .top-box-heading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: var(--color-primary);
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-box .top-box-product-list {
    /*margin-top: 10px;*/
}

.top-box .tinyscrollbar {
    position: relative;
}

.top-box .tinyscrollbar .viewport {
    /*height: 300px;*/
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.top-box .tinyscrollbar .viewport .overview {
    padding: 10px 0;
    /*position: absolute;*/
    position: relative;
    width: 100%;
}

.top-box .tinyscrollbar .scrollbar {
    position: absolute;
    top: 0;
    right: -12px;
}

.top-box .tinyscrollbar .scrollbar.disable {
    display: none;
}

.top-box .tinyscrollbar .scrollbar .track {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    width: 3px;
}

.top-box .tinyscrollbar .scrollbar .track .thumb {
    background: var(--color-primary);
    margin: 0 -1px;
    width: 5px;
    position: absolute;
}

.top-box .top-box-product {
    padding: 15px 0;
}

.top-box-product .top-box-product-image {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.top-box-product .top-box-product-image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top-box-product .top-box-product-image .shop-item-count {
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 0 3px;
    height: 18px;
    background: var(--color-primary);
    font-size: 10px;
    line-height: 18px;
    z-index: 1;
    color: #fff;
    font-weight: 800;
    text-align: center;
    pointer-events: none;
}

.top-box-product .top-box-product-image a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    max-width: 95%;
    max-height: 95%;
}

.top-box-product .top-box-right {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.top-box .top-box-product .product-name {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 800;
    color: #262827;
}

@media screen and (min-width: 1140px) {
    .top-box .top-box-product .product-name:hover {
        color: var(--color-primary);
    }
}

.top-box-product .top-box-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 8px;
    padding-top: 3px;
}

.top-box-product .top-box-bottom .caption {
    float: left;
    font-size: 14px;
    line-height: 24px;
}

.top-box-product .top-box-bottom .price-box {
    float: right;
    text-align: right;
}

.top-box-product .top-box-bottom .price-box .price {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.top-box-product .top-box-bottom .retail-price .price-box .price-old {
    padding-top: 0;
}

.top-box-product .top-box-bottom .price-box .price-old {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    padding-top: 4px;
}

.top-box-product .top-box-bottom .retail-price {
    display: block;
    padding: 5px 0;
    float: left;
    width: 100%;
}

.top-box-product .top-box-bottom .retail-price .caption {
    font-size: 12px;
    line-height: 16px;
    float: left;
    padding-right: 10px;
}

.top-box-product .top-box-bottom .retail-price .val {
    float: right;
    font-size: 14px;
    line-height: 16px;
}

.top-box-product .top-box-bottom .retail-price .val.price-old {
    font-size: 12px;
    line-height: 16px;
    text-decoration: line-through;
    margin-left: 20px;
}

.top-box-product .top-box-bottom .retail-price .val + .val {
    text-align: right;
    width: 100%;
}

.top-box-total {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.top-box-total .summary {
    padding: 15px 0;
}

.top-box-total .summary .caption {
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
}

.top-box-total .price {
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
}

.top-box-total .btn {
    width: 100%;
}

.top-login-box {
    padding-top: 10px;
}

.top-login-box .forgot-password a {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    color: var(--color-primary);
}

@media screen and (min-width: 1140px) {
    .top-login-box .forgot-password a:hover {
        color: #000;
    }
}

.top-login-box .forgot-password {
    display: block;
    padding-bottom: 10px;
}

.top-login-box .forgot-password a:hover {
    text-decoration: underline;
}

.top-login-box form.login-form {
    padding: 0;
}

.top-login-box .form.login-form .form-control {
    width: 100%;
    height: 36px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 6px 51px 6px 15px;
    color: #343536;
}

.top-login-box .form-alerts {
    font-size: 12px;
}

/* BASKET START */

@media screen and (min-width: 1140px) {
    .basket-table .only-mobile {
        display: none !important;
    }
}

.basket-table {
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

.basket-table th,
.basket-table td {
    padding: 18px 20px;
    vertical-align: middle;
}

.basket-table th {
    font-size: 15px;
    font-weight: 500;
}

.basket-table td.product-image {
    width: 100px;
    padding-left: 0;
    padding-right: 20px;
    vertical-align: top;
}

.thumbnail {
    border-radius: 0;
}

.basket-table .image {
    display: inline-block;
    height: 100px;
    overflow: hidden;
    vertical-align: middle;
    width: 100px;
    position: relative;
}

/*.basket-table .image .thumbnail.thumbnail-2{
    position: absolute;
    top: 12px;
    left: 12px;
}
.basket-table .image .thumbnail.thumbnail-3{
    position: absolute;
    top: 18px;
    left: 18px;
}
.basket-table .image .thumbnail.thumbnail-4{
    position: absolute;
    top: 24px;
    left: 24px;
}*/

.basket-table .basket-set {
    padding: 10px 0;
}

.basket-set-header {
    font-size: 16px;
}

.basket-table .basket-set .name a.title {
    font-size: 14px;
}

.basket-table .image.thumbnail {
    border: none;
}

.basket-table .image a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.basket-table .image a img {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.basket-table .name {
    display: inline-block;
    vertical-align: middle;
}

.basket-table .name a.title {
    font-size: 18px;
}

.basket-table .name a.basket-update {
    float: left;
    display: block;
    font-size: 12px;
    text-decoration: underline;
}

.shop-basket-product-name-info {
    display: table-footer-group;
}

.shop-basket-product-name-info .variant {
    display: block;
    width: 100%;
    float: left;
}

.basket-table .input-counter {
    float: none;
}

.basket-table .input-counter input {
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width: 720px) {
    #basket-total .col-xs-8 {
        width: 100%;
        margin-bottom: 20px;
    }

    #basket-total .col-xs-6 {
        padding: 0;
    }

    #basket-total .col-xs-4 {
        width: 100%;
    }

    .basket-table th, .basket-table td {
        padding: 10px 14px;
    }

    .basket-table .name {
        display: inline;
    }
}

@media screen and (max-width: 520px) {

    .basket-table .input-counter {
        /*width: 100%;*/
    }

    .basket-table thead {
        display: none;
    }

    .basket-table td {
        display: block;
        float: left;
    }
}

/****************************/

.basket-table th, .basket-table td {
    border-bottom: 1px solid #C5C5C5;
}

.basket-table tbody tr:nth-child(odd) {
    /*background-color: #fafafa;*/
    background-color: #fff;
}

.basket-table tbody tr:nth-child(even) {
    /*background-color: #fdfdfd;*/
    background-color: #f9f9f9;
}

.basket-table .input-counter .action {
    /*width: 26px;*/
    /*height: 36px;*/
    /*line-height: 36px;*/
    cursor: pointer;
}

.basket-table .input-counter input {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 36px;
    line-height: 26px;
}

.basket-table span.qty-minus.qty-down:after,
.basket-table span.qty-plus.qty-up::after {
    top: 9px;
}

.basket-table {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
    border-spacing: 0;
}

.basket-table .form-group {
    margin-bottom: 0;
}

.order-history-table {
    table-layout: fixed;
}

@media screen and (min-width: 1140px) {
    .basket-table td:last-child .btn {
        display: inline-block;
        max-width: 100%;
        white-space: normal;
        padding: 0;
        width: 36px;
        height: 36px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: relative;
    }

    .basket-table td:last-child .btn:before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -8px;
        margin-left: -1px;
        width: 2px;
        height: 16px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -ms-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }

    .basket-table td:last-child .btn:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -8px;
        margin-left: -1px;
        width: 2px;
        height: 16px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -ms-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }
}

.basket-table td:last-child .btn {
    color: #000;
    border-color: rgba(0, 0, 0, 0.1);
    background: transparent;
}

.basket-table td:last-child .btn:after,
.basket-table td:last-child .btn:before {
    background: #000;
}

.basket-table td:last-child .btn:hover {
    /*color: #000;*/
    /*border-color: #000;*/
    /*background: transparent;*/
    color: #fff;
    background-color: #8b0000;
    border-color: #8b0000;
}

.basket-table td:last-child .btn:hover:after,
.basket-table td:last-child .btn:hover:before {
    background: #fff;
}

.basket-table .price {
    text-align: center;
}

.basket-table td.product-info-box {
    /*width: 301px;*/
    text-align: left;
}

.basket-table th,
.basket-table td {
    border: none;
    text-align: center;
}

.basket-table th {
    padding: 24px 0;
}

.basket-table td {
    position: relative;
    padding: 16px 0;
}

.basket-table td.lp {
    width: 40px;
}

.basket-table th.lp {
    text-align: left;
}

.basket-table th.quantity {
    width: 162px;
}

.basket-table .remove-column {
    width: 91px;
}

@media screen and (min-width: 1140px) {
    .basket-table tbody td {
        border-top: 1px solid #dbdbdb;
    }
}

.basket-table tbody .lp {
    padding: 0;
    color: #e30613;
    font-weight: bold;
    font-size: 12px;
}

.basket-table th.lp {
    width: 40px;
}

.basket-table th {
    background-color: transparent;
    color: #000000;
    font-weight: 300;
    font-size: 18px;
}

.basket-table th .caption {
    display: block;
    float: left;
    width: 100%;
}

.basket-page-top-first-step .text {
    max-width: 520px;
}

.basket-table .image {
    float: left;
    padding: 0;
    border: 1px solid #C5C5C5;
}

.thumbnail {
    margin-bottom: 0;
    border-color: #C5C5C5;
}

.basket-table .name {
    display: table;
    float: left;
    padding-right: 13px;
    width: 100%;
    font-size: 12px;
}

.basket-table .name > * {
    clear: both;
}

.basket-table .name a.title {
    display: table-cell;
    margin-bottom: 5px;
    color: #000000;
    vertical-align: middle;
}

.shop-basket-list-product-set-parts-name.product-name.name a.title {
    font-size: 14px;
}

.basket-table .name a.title:hover,
.basket-table .name a.title:focus {
    color: #000;
}

.basket-table .name .product-name-more {
    display: block;
    font-size: 12px;
}

.basket-table .name a.basket-update {
    display: block;
    margin: 3px 0;
}

.basket-table .quantity .val {
    display: block;
    font-size: 20px;
}

.basket-table .discount,
.basket-table .price-new {
    display: block;
    text-align: center;
    font-size: 20px;
}

.basket-table .val.price {
    font-size: 16px;
}

.basket-table .price-old {
    display: inline-block;
    float: none;
    margin-right: 0;
    font-size: 14px;
}

.basket-table .input-counter {
    display: inline-block;
    /*width: 114px;*/
}

.price-old {
    text-decoration: line-through;
}

/**/

.page-title.basket-title .title {
    border-bottom: 0;
}

.basket-title .step-list {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.step-list {
    font-size: 0;
    margin: 0 -5px;
}

.step-list .step {
    display: inline-block;
    width: 25%;
    padding: 5px;
}

.step-list .step .step-inner a {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    background: transparent;
    padding: 7px 15px;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.step-list .step .step-inner a:hover {
    text-decoration: none;
}

/*
.step-list .step .step-inner.active a {
    background: var(--color-primary);
    border-color: transparent;
    color: #fff;
}
*/

.step-list .step.active .step-inner a {
    background: transparent;
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.basket-view {
    padding-top: 20px;
}

.basket-view .page-heading {
    margin-bottom: 20px;
}

.basket-view .page-heading {

}

/**/

.basket-view .basket-summary {
    margin: 0 0 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 0;
}

.basket-summary .summary-row {
    position: relative;
    display: table;
    padding: 18px 0 19px;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.basket-summary .summary-row .price {
    color: inherit;
    color: #000000;
    font-weight: normal;
    font-size: 20px;
}

.basket-summary .summary-row .caption {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}

.basket-summary .summary-row .val {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: right;
    font-size: 24px;

}

.basket-summary .summary-row.summary-value {
    border-bottom: 0;
}

.basket-summary .summary-row .price-new {
    float: right;
    color: #000000;
    font-size: 36px;
}

.basket-summary .summary-row .val-lg {
    font-size: 20px;
}

.basket-summary .form-element.form-element-radio,
.basket-summary .price-and-discount-container {
    padding: 15px 20px;
}

.basket-summary .price-and-discount-container {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0;
}

.basket-view .summary-box .form-element-name,
.basket-view .summary-box h3,
.filter-grid h2 {
    margin: 0;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: var(--color-primary);
    padding: 12px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.basket-summary .price-and-discount-container .table > tbody > tr:first-child > td,
.basket-summary .price-and-discount-container .table > tbody > tr:first-child > th {
    border-top: 0;
}

.container.container-basket {
    max-width: 1350px;
}

.basket-view .summary-box .shop-basket-total-price {
    font-weight: 800;
    color: var(--color-primary);
}

.basket-view .order-summary-data .basket-summary {
    margin-bottom: 20px;
}

.basket-view .order-summary-data .basket-summary .table {
    margin-bottom: 0;
    font-size: 13px;
}

.basket-view legend {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.basket-view legend h2 {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: var(--color-primary);
    overflow: visible;
    margin: 0;
}

.shop-order-login .btn-container {
    margin-bottom: 30px;
}

.shop-order-login-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-order-login-box .text {
    margin-bottom: 15px;
}

.shop-order-login-box .match {
    display: table;
    width: 100%;
}

.shop-order-login-box .match .match-inner {
    display: table-cell;
    /*vertical-align: middle;*/
    vertical-align: top;
    padding-bottom: 50px;
    position: relative;
}

.shop-order-login-box .match .match-inner .btn {
    position: absolute;
    bottom: 0;
}

.basket-view h2 {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: var(--color-primary);
    overflow: visible;
    margin: 0;
}

.basket-view .confirmation-box {
    padding-bottom: 40px;
}

@media screen and (max-width: 1139px) {
    .basket-view .page-heading h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .basket-view .page-heading {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 950px) {
    .basket-view .page-heading h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media screen and (max-width: 767px) {
    .basket-view .page-heading {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 639px) {
    .basket-view .page-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media screen and (max-width: 480px) {
    .basket-view .page-heading h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

.container .container {
    padding-left: 0;
    padding-right: 0;
}

.form-with-fixed {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.form-with-fixed .form-wrapper {
    width: 60%;
    float: left;
    /*padding: 15px;*/
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    /*background: #fff;*/
}

.fixed-offset {
    padding-bottom: 20px;
}

.fixed-offset .panel .panel-body {
    max-width: 800px;
}

.form-with-fixed .fixed-offset .btn .fa.fa-arrow-right {
    padding-left: 8px;
}

.form-with-fixed .fixed-offset .btn .fa.fa-arrow-left {
    padding-right: 8px;
}

.form-with-fixed .right-column {
    width: 40%;
    float: right;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
}

.form-with-fixed .fixed-right {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 100%;
    pointer-events: none;
}

.form-with-fixed .fixed-right .basket-summary {
    margin-bottom: 0;
    pointer-events: all;
}

.form-with-fixed .fixed-right.affix-top {
    position: absolute;
    top: 0;
}

.form-with-fixed .fixed-right.affix {
    position: fixed;
    top: 100px;
}

.form-with-fixed .fixed-right.affix-bottom {
    position: absolute;
    bottom: 0;
}

.basket-view .payment-methods,
.basket-view .delivery-methods {
    margin: 0;
}

.basket-view .basket-summary tfoot th {
    font-size: 1.5rem;
    line-height: 24px;
    vertical-align: middle;
}

.basket-view .basket-summary tfoot td {
    font-size: 24px;
    line-height: 40px;
    vertical-align: middle;
}

*[class*="form-element-collection"] > .form-element-name {
    /*font-size: 1.2em;*/
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: var(--color-primary);
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 12px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

*[class*="form-element-collection"] > .form-element-name .form-required-mark {
    display: none;
}

*[class*="form-element-collection"] .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
}

.collection-row-wrapper > .panel {
    margin-bottom: 5px;
}

*[class*="form-element-collection"] .panel.panel-default {
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.basket-view-bottom {
    /*margin-bottom: 0;*/
}

.basket-view .icheckbox_minimal-custom {
    margin-top: 0;
}

.basket-view .alert.alert-info.alert-dismissible > .close {
    display: none;
}

.basket-view .order-summary-data .text-right {
    font-weight: normal;
}

.basket-view .basket-coupon-container > label {
    float: left;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 20px 7px 0;
}

.basket-view .basket-coupon-box {
    overflow: hidden;
}

.basket-view .input-group .form-control {
    background: #fff;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 16px;
    height: 38px;
}

.basket-view .basket-coupon-code {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    color: #e2001a;
    padding: 7px 20px 7px 0;
    vertical-align: top;
}

.basket-view .basket-coupon-box .btn {
    display: inline-block;
    vertical-align: top;
}

/* BASKET END */

/* USER */

.top-box .list-group h3 {
    display: none;
}

.top-box .submenu ul li.list-group-item:hover,
.top-box .submenu ul li.active a,
.top-box .submenu ul li a:hover {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    color: var(--color-primary);
}

.user-info-page .submenu h3 {
    display: none;
}

.user-info-page .list-group-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.1);
}

.order-history-view h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 8px;
}

.order-history-view .table-bordered > tbody > tr > td,
.order-history-view .table-bordered > tbody > tr > th,
.order-history-view .table-bordered > tfoot > tr > td,
.order-history-view .table-bordered > tfoot > tr > th,
.order-history-view .table-bordered > thead > tr > td,
.order-history-view .table-bordered > thead > tr > th {
    /*border-color: rgba(0, 0, 0, 0.1);*/
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td {
    border-top: 0;
}

/* USER END */

.login-box .panel {
    /*margin: 0;*/
}

.login-box .title {
    padding: 12px 20px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.login-box .title h1,
.login-box .title h2 {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: var(--color-primary);
    overflow: visible;
}

.login-box .panel .panel-body,
.login-box .panel .row,
.login-box .panel .col-xs-12 {
    height: 100%;
}

.login-box .panel .match .row,
.login-box .panel .match .col-xs-12 {
    height: auto;
}

.login-box .stick-to-bottom {
    /*margin-bottom: 15px;*/
}

.panel-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: var(--color-primary);
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 12px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel.panel-default {
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel .panel-body {
    position: relative;
    padding: 15px 20px;
}

.panel.panel-default label {
    margin-bottom: 8px;
    font-weight: bold;
}

.form-elements .form-element-container {
    padding-bottom: 15px;
}

/**/

.select2-results__option {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 20px;
    padding: 9px 15px;
    /*font-size: 14px;*/
}

.select2-container .caption {
    display: inline-block;
    vertical-align: top;
}

.select2-container .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: -5px 0;
}

.search-product-img-contener img {
    max-width: 100%;
    vertical-align: middle;
}

.search-product-img-contener {
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    font-size: 0;
    margin-right: 10px;
    padding: 0;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

/*WSZUKIWARKA*/
.ui-menu .ui-menu-item a:hover, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    font-weight: normal;
    color: #fff;
}

.ui-menu .ui-menu-item a {

    padding: 6px 19px 6px 10px;
    overflow: hidden;
    transition: color, background 0.6s;
    text-overflow: ellipsis;
    position: relative;
}

/*
.ui-menu .ui-menu-item {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
 */

span.search-product-label.undefined {
    font-size: 12px;
    /*display: inline-block;*/
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    padding-left: 65px;
    height: 50px;
    font-weight: bold;
}

span.search-product-label.undefined .search-product-subname {
    display: block;
    font-weight: normal;
}

.dropdown-menu {
    padding: 0;
    overflow: hidden;
    margin-top: 6px !important;
}

.alert {
    margin-top: 15px;
}

.submenu h3 {
    margin-bottom: 15px;
}

.submenu ul li {
    padding: 0;
    transition: all 0.6s;
}

.submenu ul li a {
    color: #343536;
    text-decoration: none;
    padding: 10px 10px;
    display: block;
    transition: all 0.6s;
    font-size: 14px;
}

.submenu ul li.active {
    overflow: hidden;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
}

/*
.submenu ul li.active:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.submenu ul li.active:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}
*/
.submenu ul li.list-group-item:hover,
.submenu ul li.active a,
.submenu ul li a:hover {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    display: block;
}

.sidebar .page-title .title {
    margin-bottom: 20px;
}

form.form.perpage-form {
    padding: 0;
}

form.form.filter-form .form-elements {
    margin-bottom: 15px;
}

.filter-grid {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 20px;
    /*border-radius: 4px;*/
}

.filter-grid form {
    padding: 15px 20px;
}

.crud-wrapper table {
    background: #fff;
    font-size: 14px;
}

.crud-wrapper .table-bordered > thead > tr > td,
.crud-wrapper .table-bordered > thead > tr > th {
    font-weight: 800;
    /*color: var(--color-primary);*/
}

.order-history-view table {
    font-size: 14px;
}

/*
.list-group.submenu {
    margin-top: 154px;
}*/
.flag-icon {
    outline: 1px solid rgba(0, 0, 0, 0.25);
    outline-offset: -1px;
}

.input-group-addon {
    border-radius: 0;
}

.vertical-padding {
    padding-top: 15px;
    padding-bottom: 50px;
}

.stick-to-bottom {
    position: absolute;
    left: 15px;
    bottom: 0;
}

.login-box-wrapper {
    margin-bottom: 30px;
}

.login-box-wrapper .form {
    /*max-width: 400px;*/
}

.login-box-wrapper form .text {
    line-height: 38px;
}

.top-box .tinyscrollbar .viewport.no-items .overview {
    width: 100%;
    position: relative;
}

.top-box .tinyscrollbar .viewport.no-items {
    height: auto;
}

.top-box .tinyscrollbar .viewport.no-items + .scrollbar {
    display: none;
}

.opinion-full {
    display: none;
    max-width: 500px;
    padding: 30px;
}

.top-box .tinyscrollbar .viewport.no-items .alert {
    margin-bottom: 0;
}

.select2-results__option {
    font-size: 14px;
}

.form-control {
    background: #fff;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.form-control:focus {
    border-color: rgba(0, 0, 0, 0.3);
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.login-box-wrapper .login-box {
    margin-top: 20px;
    margin-bottom: 30px;
}

.register-form-container {
    padding: 30px 0;
}

.category-desc {
    padding-bottom: 30px;
}

.progressbar {
    background-color: var(--color-primary);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.product-section-image {
    font-size: 0;
}

.user-info-page {
    padding-bottom: 40px;
}

.user-info-page .alert-container .alert:first-of-type {
    margin-top: 0;
}

.basket-view .thumbnail:hover,
.basket-view .thumbnail:focus {
    border-color: var(--color-primary);
}

.product-small .product-price .price-box {
    position: relative;
}

.product-small .product-price .price-old {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    text-decoration: line-through;
    color: #000;
}

.password-reset-container {
    padding: 30px 0;
}

#hidden {
    display: none;
}

.mini-basket-box .alert.alert-dismissible {
    padding-right: 15px;
}

.mini-basket-box .alert.alert-dismissible .close {
    display: none;
}

.modal-title {
    font-weight: 800;
    /*color: var(--color-primary);*/
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
    background-color: var(--color-primary);
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 16px !important;
    padding: 11px 0;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: var(--color-primary);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
}

.password-reset-container .match {
    display: table;
    width: 100%;
}

.password-reset-container .match .match-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.password-policy-description .text {
    font-size: 14px;
    line-height: 22px;
}

.password-policy-description .text ul {
    margin: 4px 0;
}

.password-policy-description .text ul li {
    padding: 1px 0;
}

.password-policy-description .text ul li:before {
    top: 12px;
}

.no-results {
    padding-bottom: 50px;
}

.order-product-list .table .title {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.filter-grid .btn {
    margin-top: 0;
}

/**/

.form-required-mark,
.form .form-required-mark {
    color: #e10121;
}

.form .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.section-title.promotion-title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    color: var(--color-primary);
    padding: 40px 0;
    text-align: center;
}

.opinion-form .form-required-mark {
    display: none;
}

.search-box .info-text {
    overflow: hidden;
}

.search-box .link-text a {
    color: #fff;
}

.search-box .link-title {
    display: none;
}

.search-box .info-wrapper .icon svg {
    fill: #fff;
}

.search-box .info-wrapper .icon {
    float: left;
    width: 36px;
    height: 36px;
}

.search-box .info-wrapper {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 20px;
    line-height: 36px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 20px;
    font-weight: bold;
}

.search-box {
    position: relative;
}

.category-desc-wrapper {
    padding-bottom: 10px;
    text-align: left;
}

.category-desc-more {
    margin-top: -20px;
    text-align: center;
    padding-bottom: 30px;
}

.category-desc-toggle {
    padding: 2px 20px;
    float: right;
}

.product-param {
    float: left;
    padding-right: 10px;
}

.product-param-values {
    overflow: hidden;
    font-weight: bold;
}

.size-x:hover {
    /*background: var(--color-primary);*/
    color: #fff
}

.size-x {
    /*color: #fff;*/
    color: var(--color-primary);
    /*border: 1px solid #fff;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 15px;
    right: 15px;
}

.size-x:before {
    color: inherit;
    position: relative;
    top: -2px
}

.basket-coupon {
    text-align: left;
    clear: both;
    width: 50%;
    margin-top: -76px;
    float: left;
    /*padding-bottom: 30px;*/
}

/*.basket-coupon.basket-coupon-activated {*/
/*    margin-top: -86px;*/
/*}*/
.basket-table .orderItemsValue {
    font-weight: 700;
    float: right;
}

.purchase-value {
    font-weight: 900;
    font-size: 22px;
    color: var(--color-primary);
    padding-left: 5px;
}

input.noPlaceholder::-webkit-input-placeholder {
    color: transparent !important;
}

input.noPlaceholder::-moz-placeholder {
    color: transparent !important;
}

input.noPlaceholder:-ms-input-placeholder {
    color: transparent !important;
}

input.noPlaceholder:-moz-placeholder {
    color: transparent !important;
}

.product-variants .scrollbar {
    /*display: none;*/
}

.big-product .left-side {
    padding-right: 10px;
}

.size-table .list-title {
    padding-top: 0;
}

.scroll-plus:before {
    /*content: '\f106';*/
    content: '\f077';
}

.scroll-minus:before {
    /*content: '\f107';*/
    content: '\f078';
}

.scroll-btn:before {
    display: block;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-family: fontAwesome;
}

.scroll-btn.disabled:before {
    opacity: 0.2;
}

.scroll-btn.disabled {
    pointer-events: none;
    opacity: 0.8;
}

.scroll-btn {
    position: absolute;
    right: -51px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff;
    /*color: var(--color-primary);*/
    /*font-size: 40px;*/
    font-size: 12px;
    /*position: relative;*/
    cursor: pointer;
    display: block;
    /*width: 100%;*/
    border: 1px solid #4e4e4e;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #4e4e4e;
}

/*
.scroll-plus:after {
    content: '';
    display: block;
    background: var(--color-primary);
    width: 3px;
    position: absolute;
    left: 14px;
    height: 19px;
    bottom: 0;
}

.scroll-minus:after {
    content: '';
    display: block;
    background: var(--color-primary);
    width: 3px;
    position: absolute;
    left: 14px;
    height: 19px;
    top: 0;
}
*/

.scroll-btn.scroll-plus {
    top: 0;
}

.scroll-btn.scroll-minus {
    bottom: 0;
}

.size-table .size-scroll {
    height: 350px;
    margin-bottom: 10px;
    position: relative;
}

@media screen and (min-width: 1140px) {
    .scroll-btn:hover {
        background: #262827;
    }

    .clear-map .btn.btn-default:hover {
        color: #fff;
        border-color: var(--color-primary);
        background-color: var(--color-primary);
    }
}

.search-list-container {
    margin: 20px 0;
}

.search-list-container section {
    margin: 5px 0;
}

.search-list-container section h2 {
    margin: 0 0 10px 0;
}

.form-element.form-element-captcha .col-xs-12 {
    width: 50%;
}

.opinion-section .add-opinion .form-element.form-element-captcha button.captcha-refresh {
    width: 40px;
    height: 40px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.opinion-section .add-opinion .form-element-captcha-container .captcha-image-wrapper {
    background: #fff;
    color: #000;
}

.panel-default .checkboxradio-container a,
.register-form-container .checkboxradio-container a {
    color: var(--color-primary);
}

.opinion-form-element-container .before-consent-row .text a:hover {
    color: #000;
}

.opinion-form-element-container .before-consent-row .text a {
    color: #fff;
    text-decoration: underline;
}

.opinion-form-element-container .before-consent-row .text {
    line-height: 1.6;
}

.step-list .step .step-inner a {
    overflow: hidden;
    padding: 0;
    line-height: 38px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: left;
    border: 0;

}

.step-list .step.active .step-inner a {
    background: #fff;
    color: var(--color-primary);
    /*background: #262827;*/
    /*border-color: #262827;*/
    /*color: #fff;*/
}

.step-list .step.active svg {
    fill: var(--color-primary);
    /*fill: #fff;*/
}

.step-inner .caption {
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
}

.step-inner .caption-icon {
    width: 26px;
    margin-left: 10px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.step-inner .step-text {
    width: 100%;
    line-height: 40px;
    padding-left: 42px;
    padding-right: 6px;
    overflow: hidden;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
    height: 42px;
    display: block;
}

.step-inner .nb {
    float: left;
    font-size: 18px;
    margin-right: -42px;
    width: 42px;
    line-height: 42px;
    height: 42px;
    background: var(--color-primary);
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#page .rwd-menu .basket-btn a,
#page .rwd-menu .user-nav a,
#page .rwd-menu .basket-btn,
#page .rwd-menu .user-nav li,
#page .rwd-menu .user-nav {
    padding: 0;
    float: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    margin: 0;
    height: 50px;
    clear: both;
    background: #fff;
    overflow: hidden;
}

#page .rwd-menu .basket-btn .link-text,
#page .rwd-menu .user-nav .link-text {
    display: block;
    position: relative;
    padding: 13px 15px 13px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    line-height: 24px;
}

#page .rwd-menu .basket-btn a,
#page .rwd-menu .user-nav a {
    padding: 0 15px;
}

#page .rwd-menu .user-nav {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#page .rwd-menu .basket-btn {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#page .rwd-menu .basket-btn .icon svg,
#page .rwd-menu .user-nav .icon svg {
    fill: var(--color-primary);
}

#page .rwd-menu .basket-btn .icon,
#page .rwd-menu .user-nav .icon {
    width: 40px;
    float: left;
    height: 40px;
    margin: 5px 0;
}

.map-list-container .select2-container .select2-selection--single {
    height: 40px;
    line-height: 18px;
    text-align: center;
}

.map-list-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
}

.map-list-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.map-list-container a.btn-4 {
}

.map-list-container #googleMap {
    margin: 30px 0;
}

.locations-title {
    display: inline-block;
    font-size: 36px;
    line-height: 50px;
    font-weight: 800;
    color: #000;
    overflow: visible;
}

.locations-list .location-item {
    padding: 20px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #343536;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.locations-list {
    padding-bottom: 45px;
}

.locations-list h2 {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 15px;
    font-weight: 800;
    color: var(--color-primary);
    overflow: visible;
}

.location-title {
    display: block;
    width: 100%;
    font-weight: 700;
    padding-bottom: 11px;
    padding-top: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.select-city-btn .icon {
    margin: -3px -10px -3px 10px;
}

.clear-map .btn.btn-default {
    border-color: #000;
}

.clear-map .fa,
.btn-location .fa {
    font-size: 20px;
    vertical-align: middle;
    line-height: 28px;
    margin: -8px -10px -5px 10px;
}

.search-content {
    padding-top: 15px;
}

span.captionFrom {
    font-size: 14px;
    padding-right: 6px;
}

/**/

.top-box.mini-basket-box .basket-set-header {
    font-size: 14px;
}

.top-box.mini-basket-box .top-box-product .basket-set .product-name {
    font-size: 12px;
}

.mini-basket-box .basket-set > *[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.mini-basket-box .basket-set .fa {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

.basket-table td.product-info-box *[class*='col-'] {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.basket-table td.product-info-box .basket-set {
    padding-left: 5px;
    padding-right: 5px;
}

.basket-table td.product-info-box .basket-set *[class*='col-'] {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.basket-table td.product-info-box .basket-set .basket-set-icon {
    width: 5%;
}

/**/

.alert {
    position: relative;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    top: 6px;
    right: 9px;
}

.product-slider {
    position: relative;
}

.product-slider .arrows-container {
    position: absolute;
    font-size: 0;
    top: -72px;
    right: 0;
}

.product-slider .slick-arrow.slick-hidden {
    display: none;
}

.product-slider .slick-arrow {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #262827;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 10px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.product-slider .slick-arrow.slick-disabled {
    opacity: 0.1;
    pointer-events: none;
}

.product-slider .slick-arrow.slick-prev {
    margin-right: 10px;
}

@media screen and (min-width: 1140px) {
    .product-slider .slick-arrow:hover {
        background: var(--color-primary);
        border-color: var(--color-primary);
        color: #fff;
    }
}

/**/
.basket-table th {
    padding: 20px 0;
}

.basket-view .order-summary-data {
    margin-bottom: 0;
}

.basket-view .order-summary-data .basket-summary {
    margin-bottom: 25px;
}

.preview-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
}

.preview-cover img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 1139px) {
    .copyright-undicom {
        position: static !important;
    }
}


.productLimited {
    display: block;
    position: relative;
    text-align: center;
}
.productLimited.productLimited {
    text-decoration: none;
}
.productLimited.productLimited {
    font-size: 1rem;
    color: #262827;
}
.productLimited::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.productLimited-inner > * {
    padding: 6px 25px;
}
.productLimited-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 55px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.productLimited-header {
    display: table;
    width: 100%;
}
.productLimited-header.productLimited-header {
    padding-top: 20px;
}
.productLimited-header > * {
    display: table-cell;
    vertical-align: top;
}
.productLimited-price {
    padding-left: 10px;
    text-align: right;
    white-space: nowrap;
}
.productLimited-heading {
    width: 100%;
    text-align: left;
}
.productLimited-title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 900;
    transition: all 0.3s;
}
.productLimited-name {
    font-size: 17px;
    font-weight: 900;
}
.productLimited-subname {
    font-weight: 400;
    font-size: 16px;
}
.productLimited-price .price {
    display: block;
    transition: all 0.3s;
}
.productLimited-price .price-old {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}
.productLimited-price .price:not(.price-old) {
    font-size: 24px;
    font-weight: 900;
    color: inherit;
}
.productLimited-price .price.price-old {
    color: #262827;
}
.productLimited-price .price-box.price-box {
    padding: 0;
}

/*.productLimited-media {*/
/*    max-width: 90%;*/
/*}*/
.productLimited-media {
    position: relative;
}
.productLimited-img {
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.productLimited-progress {
    position: relative;
    height: 5px;
    background-color: #f1f2f2;
}
.productLimited-progress::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.productLimited-progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-primary);
}

.productLimited-quantity {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /*margin-bottom: 8px;*/
    font-weight: 300;
}
/*.productLimited-quantity::after {*/
/*    content: "";*/
/*    display: table;*/
/*    clear: both;*/
/*}*/
.productLimited-quantity > * {
    /*width: 50%;*/
}
.productLimited-quantity > *:first-child {
    /*float: left;*/
    text-align: left;
}
.productLimited-quantity > *:last-child {
    /*float: right;*/
    text-align: right;
}
.productLimited-quantity > * span {
    font-weight: 900;
}

.productLimited-quantity-sold {
    font-size: 13px;
}
.productLimited-quantity-left {
    font-size: 20px;
}

.productLimited-label {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 46px;
    line-height: 44px;
    padding-right: 10px;
    text-align: right;
    font-weight: 900;
    transition: all 0.3s;
}
.productLimited-label-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.productLimited-label-content > * {
    display: block;
}
.productLimited-label-edge {
    position: absolute;
    display: block;
    right: 100%;
    bottom: 0;
    border-style: solid;
    border-width: 23px;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
    transition: all 0.3s;
}
.productLimited-label-caption {
    font-size: 11px;
}
.productLimited-label-value {
    margin-left: -13px;
    font-size: 20px;
}

.productLimited-quantity,
.productLimited-progress {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.productLimited-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}
.productLimited-btn.productLimited-btn {
    padding: 0 15px;
}

.countdownBox {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1600ms, visibility 1600ms;
    transition: opacity 1600ms, visibility 1600ms;
}
.countdownBox.countdownBox--initialized {
    visibility: visible;
    opacity: 1;
}
.countdownBox.countdownBox--finished {
    opacity: 0.4;
}

.countdownBox-time {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
}

.countdownBox-time > * {
    align-self: center;
}

.countdownBox-time-block {
    position: relative;
    padding: 0 3px;
    font-size: 38px;
    color: #fff;
    background-color: #262827;
}

.countdownBox-time-symbol {
    min-width: 1em;
}

.countdownBox-time-separator:before {
    content: ":";
    display: inline-block;
    margin: 0 0.3em 0.25em 0.3em;
}

.countdownBox-time-label {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -2px;
    font-size: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.big-product-size .size-box .fa {
    font-size: 12px;
}
.big-product-size .size-box:after {
    margin-left: -8px;
}

.size-table ul li .size-box .fa {
    vertical-align: middle;
    font-size: 14px;
    margin-left: 4px;
    margin-bottom: 2px;
}

.size-table ul li .size-inner {
    padding: 10px 12px;
    border-radius: 3px;
}
.size-table ul li .size-inner::after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 1140px) {
    .productLimited:hover .productLimited-inner {
        border-color: var(--color-primary)!important;
    }
    .productLimited:hover .productLimited-btn.productLimited-btn {
        background-color: var(--color-primary)!important;
    }
    .productLimited:hover .productLimited-title,
    .productLimited:hover .productLimited-price {
        color: var(--color-primary)!important;
    }
    .productLimited:hover .productLimited-label {
        background-color: var(--color-primary)!important;
    }
    .productLimited:hover .productLimited-label-edge {
        border-right-color: var(--color-primary)!important;
        border-bottom-color: var(--color-primary)!important;
    }
}

#content > .container:not(:empty) {
    padding-top: 30px;
}


#content > .container:last-child:not(:empty) {
    padding-bottom: 30px;
}

.payment-info {
    margin-bottom: 0;
}

.payment-info h3 {
    color: var(--color-primary);
}

.payment-info table {
    margin-top: 30px;
    background: none;
}

.payment-info table > tbody > tr > th {
    padding-left: 0;
}

.payment-info table > tbody > tr:last-child > th,
.payment-info table > tbody > tr:last-child > td {
    border-bottom: 1px solid #ddd;
}

.payment-link {
    position: relative;
    word-break: break-all;
}

.payment-link-wrapper {
    margin-top: 30px;
    width: calc(100% + 30px);
    background: #fff;
    padding: 15px;
    position: relative;
    left: -15px;
    border-radius: 4px;
}

.payment-link-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.payment-link-content {
    position: relative;
    padding-right: 90px;
}

.payment-link-copy {
    position: absolute;
    right: 0;
    bottom: 0;
}

.grid-counter {
    line-height: 46px;
}

.grid-counter .table-perpage .form-inline .select2-container {
    position: relative;
    top: -2px;
}

.ui-state-active .text-muted {
    color: #eee;
}

.payment-link-content a,
.item-preview a,
.table-value a {
    color: var(--color-primary);
}

.payment-link-content a:hover,
.item-preview a:hover,
.table-value a:hover {
    text-decoration: underline;
    color: #000;
}

.header-top .user-nav {
    line-height: 50px;
    padding-right: 20px;
    font-weight: bold;
}

.header-top .user-nav a {
    color: #fff;
}

.header-top .user-nav a:hover {
    color: var(--color-primary);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background-color: var(--color-primary);
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: var(--color-primary);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px var(--color-primary);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px var(--color-primary)
}



.filter-grid .form-elements > .row .btn.btn-primary{
    margin-top: 25px;
}

.filter-grid .form-elements > .row .btn.btn-primary,
.filter-grid .form-elements > .row .btn.btn-link {
    display: block;
    width: inherit;
    margin-left: auto;
    margin-right: 0;
    min-width: 115px;
}

.filter-grid .form-elements > .row  .col-xs-6{
    min-width: initial !important;
}

.login-box-container{
    display: flex;
    justify-content: center;
}

.login-box-container .login-box{
    max-width: 460px;
}

.bootstrap-switch.bootstrap-switch-wrapper{
    height: 46px;
    width: 92px !important;
    border-radius: 0;
    border-color: rgba(0,0,0,0.1);
}

.bootstrap-switch-label,
.bootstrap-switch-handle-on,
.bootstrap-switch-handle-off{
    height: 46px !important;
    width: 46px !important;
    line-height: 38px !important;
}

.crud-results .table-value a{
    word-break: break-all;
}

.preview-table .error-row > td,
.alert-table .error-row > td {
    /*background: rgba(255, 0, 0, 0.3);*/
}

.table-title {
    font-weight: bold;
    padding-bottom: 10px;
}

.preview-table td.error-cell,
.alert-table td.error-cell {
    text-align: center;
    background: rgba(255, 0, 0, 1);
}