#newsletter-popup-box-default {
    width: 750px;
    padding: 0px;
    background: #ffffff;
    font-family: 'Rubik', sans-serif;
    border-radius: 4px;
    border: 1px solid #e5d2c4;
    display: none;
    box-sizing: border-box; }
@media (max-width: 768px) {
    #newsletter-popup-box-default {
        width: 98%; } }
#newsletter-popup-box-default * {
    box-sizing: border-box; }
#newsletter-popup-box-default .fancybox-close-small {
    display: none; }
#newsletter-popup-box-default .alert {
    display: none; }
#newsletter-popup-box-default .popup-top .popup-head {
    background: #ef5526;
    padding: 26px 30px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5d2c4; }
#newsletter-popup-box-default .popup-top .popup-head .title span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500; }
#newsletter-popup-box-default .popup-top .popup-head .close-configurator {
    cursor: pointer;
    position: relative; }
#newsletter-popup-box-default .popup-top .popup-head .close-configurator::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    z-index: 99; }
#newsletter-popup-box-default .popup-top .popup-content {
    padding: 15px;
    position: relative; }
#newsletter-popup-box-default .popup-top .popup-content .checkbox {
    border: 1px solid #e5d2c4;
    border-radius: 50%; }
#newsletter-popup-box-default .popup-top .popup-content .checkbox.checked::after {
    content: '';
    display: block;
    border-radius: 50%;
    background: #ef5526;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
#newsletter-popup-box-default .popup-top .popup-content form {
    text-align: center; }
#newsletter-popup-box-default .popup-top .popup-content .newsletter-popup-title {
    text-align: left;
    font-weight: 500;
    margin-bottom: 15px; }
#newsletter-popup-box-default .popup-top .popup-content::after {
    content: '';
    display: block;
    clear: both; }
#newsletter-popup-box-default .popup-top .popup-content .form_error {
    float: right;
    padding: 3px 5px;
    background: #ff0000;
    color: #ffffff;
    border-radius: 4px;
    margin-top: 3px; }
#newsletter-popup-box-default .popup-top .popup-content label {
    line-height: 1;
    margin: 0px;
    color: #433c3a;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    display: block;
    margin-bottom: 10px; }
#newsletter-popup-box-default .popup-top .popup-content input {
    width: 100%;
    font-family: Rubik;
    height: 40px;
    border: 1px solid #eef1f1;
    padding: 0px 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 4px; }
#newsletter-popup-box-default .popup-top .popup-content input:hover, #newsletter-popup-box-default .popup-top .popup-content input:focus, #newsletter-popup-box-default .popup-top .popup-content input:active {
    border: 1px solid #433c3a;
    color: #433c3a;
    font-size: 16px;
    font-weight: 500; }
#newsletter-popup-box-default .popup-top .popup-content input.street {
    float: left;
    width: 48%; }
#newsletter-popup-box-default .popup-top .popup-content input.home_number {
    float: right;
    width: 48%; }
#newsletter-popup-box-default .popup-top .popup-content .error_description {
    float: right;
    padding: 4px 10px;
    font-size: 12px;
    color: #ffffff;
    background: #ff0000;
    margin-top: 4px;
    border-radius: 4px; }
#newsletter-popup-box-default .popup-top .popup-content ul {
    margin: 15px 0px 0px 0px;
    list-style-type: none; }
#newsletter-popup-box-default .popup-top .popup-content ul li {
    margin-bottom: 10px; }
#newsletter-popup-box-default .popup-top .popup-content ul li:last-child {
    margin-bottom: 0px; }
#newsletter-popup-box-default .popup-top .popup-content ul li::after {
    content: '';
    display: block;
    clear: both; }
#newsletter-popup-box-default .popup-top .popup-content ul li .checkbox {
    float: left; }
#newsletter-popup-box-default .popup-top .popup-content ul li span label {
    font-size: 12px;
    margin-left: 25px; }
#newsletter-popup-box-default .popup-top .popup-content .form_error {
    float: right;
    padding: 3px 5px;
    background: #ff0000;
    color: #ffffff;
    border-radius: 4px;
    margin-top: 3px; }
#newsletter-popup-box-default .popup-top .popup-content button {
    padding: 14px 50px !important;
    background: #ef5526;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    width: auto !important;
    height: auto !important;
    margin-top: 15px; }
@media (max-width: 480px) {
    #newsletter-popup-box-default .popup-top .popup-content button {
        padding: 15px;
        width: 100%;
        text-align: center; } }

/* TEXT PAGE ADDITIONAL ITEMS */
.minigallery {
    width: 100%;
    border-top: 1px dotted #7d7d7d;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center; }
.minigallery .thumb {
    display: inline-block;
    margin: 10px;
    text-align: center;
    cursor: pointer; }

.files {
    width: 100%;
    margin: 15px auto 15px auto; }
.files table {
    width: 100%; }
.files table tr {
    border-bottom: 1px dotted #7d7d7d; }
.files table tr td {
    padding: 4px 0px; }
.files table tr td:nth-child(2) {
    width: 30px; }

/* INSPIRATION PAGES - SHOW */
.inspiration-pin {
    cursor: pointer; }

.easypin-marker {
    margin: -25px; }

@media (max-width: 992px) {
    .easypin-marker {
        margin: 0; } }
@media (max-width: 550px) {
    .easypin-marker {
        margin: 0; } }
@media (max-width: 480px) {
    .easypin-marker {
        margin: 0; } }
@media (max-width: 992px) {
    .easypin-marker > img {
        width: 30px;
        height: 30px; } }
.popover-container {
    top: 0px;
    left: 50px; }
@media (max-width: 992px) {
    .popover-container {
        left: 30px; } }
@media (max-width: 550px) {
    .popover-container {
        left: 25px; } }
@media (max-width: 480px) {
    .popover-container {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 22px; } }
.popover-container a {
    width: 270px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    padding: 15px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    justify-content: center;
    align-items: center; }
@media (max-width: 1200px) {
    .popover-container a {
        padding: 10px; } }
@media (max-width: 992px) {
    .popover-container a {
        width: 160px; } }
@media (max-width: 550px) {
    .popover-container a {
        width: 90px; } }
@media (max-width: 480px) {
    .popover-container a {
        padding: 5px; } }
.popover-container a figure {
    position: relative;
    margin-right: 15px; }
.popover-container a figure img {
    max-height: 120px;
    max-width: 120px; }
@media (max-width: 1200px) {
    .popover-container a figure img {
        max-width: 100px;
        max-height: 100px; } }
@media (max-width: 992px) {
    .popover-container a figure img {
        max-width: 50px;
        max-height: 50px; } }
@media (max-width: 550px) {
    .popover-container a figure {
        display: none; } }
.popover-container a .content {
    width: -webkit-calc(100% - 135px);
    width: -moz-calc(100% - 135px);
    width: calc(100% - 135px);
    text-align: left; }
@media (max-width: 1200px) {
    .popover-container a .content {
        width: -webkit-calc(100% - 115px);
        width: -moz-calc(100% - 115px);
        width: calc(100% - 115px); } }
@media (max-width: 992px) {
    .popover-container a .content {
        width: -webkit-calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: calc(100% - 65px); } }
@media (max-width: 550px) {
    .popover-container a .content {
        width: 100%; } }
.popover-container a .content .title {
    color: #433c3a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px; }
@media (max-width: 992px) {
    .popover-container a .content .title {
        font-size: 10px;
        margin-bottom: 4px; } }
@media (max-width: 480px) {
    .popover-container a .content .title {
        font-size: 9px; } }
.popover-container a .content .price {
    color: #ff7940;
    font-size: 14px;
    line-height: 1;
    font-weight: 500; }
@media (max-width: 992px) {
    .popover-container a .content .price {
        font-size: 10px; } }
@media (max-width: 480px) {
    .popover-container a .content .price {
        font-size: 8px; } }
.popover-container a .content .price * {
    display: inline-block; }

.easypin-marker-default .box {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(https://siblo.co.uk/themes/2UXcXWFIBUDm6ik5/images/kropka.png) no-repeat center center;
    background-size: cover; }
.easypin-marker-default .box:hover {
    background: url(../../images/kropka_big.png) no-repeat center center;
    background-size: cover; }
@media (max-width: 992px) {
    .easypin-marker-default .box {
        margin: -15px;
        width: 30px;
        height: 30px; } }
@media (max-width: 550px) {
    .easypin-marker-default .box {
        margin: -12px;
        width: 25px;
        height: 25px; } }
@media (max-width: 480px) {
    .easypin-marker-default .box {
        margin: -10px;
        width: 20px;
        height: 20px; } }

.inspiration-page .inspiration-title {
    line-height: 1;
    margin: 0px 0px 24px 0px;
    color: #ff7940;
    font-size: 24px;
    font-weight: 300; }
.inspiration-page .inspiration-image {
    margin-bottom: 60px; }
.inspiration-page .text {
    text-align: center;
    color: #433c3a;
    font-size: 16px;
    font-weight: 300;
    margin: 0px auto 55px auto; }
@media (max-width: 1470px) {
    .inspiration-page .text {
        max-width: 100%; } }
.inspiration-page .text-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #eef1f1;
    margin-bottom: 34px; }
.inspiration-page .inspiration-products {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #7d7d7d; }
.inspiration-page .inspiration-products .section-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    float: left; }
.inspiration-page .inspiration-products .slider-controls {
    float: right;
    cursor: pointer; }
.inspiration-page .inspiration-products .slider-controls div {
    display: inline-block; }
.inspiration-page .inspiration-products .slider-controls div:first-child {
    margin-right: 13px; }
.inspiration-page .inspiration-products .slider-controls div img {
    opacity: 0.3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.inspiration-page .inspiration-products .slider-controls div img:hover {
    opacity: 1; }
.inspiration-page .inspiration-products .owl-stage {
    padding-bottom: 15px; }
.inspiration-page .inspiration-products .product-list {
    margin: 0px; }
.inspiration-page .inspiration-products .product-list .product-element {
    padding: 15px;
    margin-top: 15px; }
.inspiration-page .inspiration-products .product-list .product-element:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14); }
.inspiration-page .inspiration-products .product-list .product-element figure {
    position: relative;
    width: 100%;
    height: 210px;
    margin-bottom: 10px; }
@media (max-width: 1470px) {
    .inspiration-page .inspiration-products .product-list .product-element figure {
        height: 158px; } }
@media (max-width: 1200px) {
    .inspiration-page .inspiration-products .product-list .product-element figure {
        height: 204px; } }
@media (max-width: 992px) {
    .inspiration-page .inspiration-products .product-list .product-element figure {
        height: 210px; } }
@media (max-width: 650px) {
    .inspiration-page .inspiration-products .product-list .product-element figure {
        height: 175px; } }
@media (max-width: 550px) {
    .inspiration-page .inspiration-products .product-list .product-element figure {
        height: 145px; } }
@media (max-width: 480px) {
    .inspiration-page .inspiration-products .product-list .product-element figure {
        height: 210px; } }
.inspiration-page .inspiration-products .product-list .product-element figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto; }
.inspiration-page .inspiration-products .product-list .product-element figure .promotion-tag {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #ef5526;
    border-radius: 4px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 12px;
    line-height: 1; }
.inspiration-page .inspiration-products .product-list .product-element .title {
    color: #433c3a;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px; }
@media (max-width: 480px) {
    .inspiration-page .inspiration-products .product-list .product-element .title {
        margin-bottom: 10px; } }
.inspiration-page .inspiration-products .product-list .product-element .prices .price-promotion,
.inspiration-page .inspiration-products .product-list .product-element .prices .price-default {
    color: #433c3a;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block; }
.inspiration-page .inspiration-products .product-list .product-element .prices .price-promotion *,
.inspiration-page .inspiration-products .product-list .product-element .prices .price-default * {
    display: inline-block; }
.inspiration-page .inspiration-products .product-list .product-element .prices .old-price {
    display: block;
    margin-left: 0px;
    color: #7d7d7d;
    text-decoration: line-through; }
.inspiration-page .inspiration-products .product-list .product-element .prices .old-price * {
    display: inline-block;
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: line-through;
    text-transform: uppercase; }

/* INSPIRATION PAGES - LISTING */
.inspiration-list .inspiration-title {
    color: #433c3a;
    font-size: 36px;
    font-weight: 300;
    margin: 0px 0px 50px 0px; }
.inspiration-list .inspiration-list {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px dotted #7d7d7d; }
.inspiration-list .inspiration-list .inspiration-element {
    margin-bottom: 60px; }
.inspiration-list .inspiration-list .inspiration-element:last-child {
    margin-bottom: 0px; }
.inspiration-list .inspiration-list .inspiration-element .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    justify-content: center;
    align-items: center; }
@media (max-width: 992px) {
    .inspiration-list .inspiration-list .inspiration-element .row {
        display: block; } }
@media (max-width: 992px) {
    .inspiration-list .inspiration-list .inspiration-element .row .col-text {
        margin-top: 15px; } }
.inspiration-list .inspiration-list .inspiration-element .row .col-text .title {
    color: #433c3a;
    font-size: 36px;
    font-weight: 300;
    margin: 0px 0px 50px 0px; }
@media (max-width: 1200px) {
    .inspiration-list .inspiration-list .inspiration-element .row .col-text .title {
        font-size: 24px;
        margin-bottom: 15px; } }
.inspiration-list .inspiration-list .inspiration-element .row .col-text .text {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 55px;
    line-height: 30px; }
@media (max-width: 1200px) {
    .inspiration-list .inspiration-list .inspiration-element .row .col-text .text {
        margin-bottom: 15px; } }
.inspiration-list .inspiration-list .inspiration-element .row .col-text .button {
    color: #ffffff;
    margin-top:10px;
    background: #433c3a;
    border-radius: 4px;
    padding: 13px 24px;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.inspiration-list .inspiration-list .inspiration-element .row .col-text .button:hover {
    background: #ef5526; }
.inspiration-list .inspiration-list .inspiration-element.inspiration-element-changed .row {
    flex-direction: row-reverse; }



/* FROM DEFAULT */
/*----THEME STYLE----*/
body {
    max-width: 1920px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 300;
    text-transform: none; }

.container-nobckg {
    background: transparent; }

header {
    position: relative; }

header hr {
    margin: 0px; }

/*----FIX OSX PHONE NUMBERS FORMATTING----*/
a[href^="tel"] {
    color: inherit;
    text-decoration: none; }

/*----FIX OSX FORM FORMATTING----*/
textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0; }

input,
textarea,
select {
    font-family: 'Rubik', sans-serif; }

/*----FANCYBOX CUSTOM----*/
.fancybox-close-small:after {
    display: none; }

.fancybox-close-small {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #3c3c3c url(https://siblo.co.uk/themes/2UXcXWFIBUDm6ik5/images/close-fancybox.png) center center no-repeat !important;
    background-size: 70% !important;
    border: 1px solid #3c3c3c80;
    width: 30px !important;
    height: 30px !important; }

.fancybox-close-small:hover {
    background: #000000 url(https://siblo.co.uk/themes/2UXcXWFIBUDm6ik5/images/close-fancybox.png) center center no-repeat !important;
    background-size: 70% !important; }

.fancybox-slide > * {
    overflow: initial; }

* {
    box-sizing: border-box; }

.clear:after {
    content: '';
    display: block;
    clear: both; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
button {
    margin: 0px;
    padding: 0px; }

.panel {
    background: transparent;
    border: none;
    box-shadow: none; }

.no-margin {
    margin: 0px !important; }

li {
    margin: 0px;
    padding: 0px; }

label {
    font-weight: normal; }

a {
    color: #433c3a; }

a:hover {
    color: #ef5525; }

a,
a:hover,
a:focus,
a:active {
    outline: none !important;
    text-decoration: none; }

::-webkit-input-placeholder {
    color: #000; }

::-moz-placeholder {
    color: #000; }

:-ms-input-placeholder {
    color: #000; }

input:-moz-placeholder {
    color: #000; }

.checkbox.checked,
.checkbox-in.checked {
    background: #ffffff url(https://siblo.co.uk/themes/2UXcXWFIBUDm6ik5/images/checked.svg) center center no-repeat; }

.checkbox *,
.checkbox-in * {
    display: none; }

.main-content > .container {
    padding-top: 15px; }

.container.main-content {
    margin-top: 0px;
    padding-top: 15px; }

.wholehref {
    cursor: pointer; }

.container-wrapper {
    padding-right: 15px;
    padding-left: 15px; }

.multilevelpushmenu_wrapper {
    z-index: 999; }

#responsive_menu {
    height: 0px !important;
    min-height: 0px !important; }

@-webkit-keyframes slideeffect2 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); } }
@keyframes slideeffect2 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); } }
.slideeffect2 {
    -webkit-animation-name: slideeffect2;
    animation-name: slideeffect2; }

@-webkit-keyframes slideeffect12 {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); } }
@keyframes slideeffect12 {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); } }
.slideeffect12 {
    -webkit-animation-name: slideeffect12;
    animation-name: slideeffect12; }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }
@keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
    from {
        opacity: 1; }
    to {
        opacity: 0; } }
@keyframes fadeOut {
    from {
        opacity: 1; }
    to {
        opacity: 0; } }
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0; }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1; }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); } }
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0; }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1; }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); } }
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY; }

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1; }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0; } }
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1; }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0; } }
.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY; }

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    50% {
        opacity: 1; } }
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    50% {
        opacity: 1; } }
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn; }

@-webkit-keyframes zoomOut {
    from {
        opacity: 1; }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    to {
        opacity: 0; } }
@keyframes zoomOut {
    from {
        opacity: 1; }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    to {
        opacity: 0; } }
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut; }

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9); }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03); }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97); }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9); }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03); }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97); }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn; }

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9); }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9); }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut; }

/* ##### PRODUCT TITLES SETTINGS ON LISTING  ##### */
.resize-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1 !important;
    margin-top: 8px; }

.crop-title {
    display: block;
    line-height: 1 !important;
    padding: 8px 10px 0 10px !important; }

.owl-carousel .owl-item img {
    display: block;
    width: auto; }

/* ##### CART SUMMARY ##### */
.zagielon {
    width: 100%;
    border-bottom: solid 1px #fff;
    padding: 10px 0px 0px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }

.zagielon.with-variants {
    padding: 0px; }

.zagielon .title {
    margin-bottom: 10px; }

.zagielon a:nth-child(3) {
    padding-right: 15px; }

.zagielon a {
    display: inline-block;
    width: 50%;
    float: left; }

.zagielon a img {
    max-width: 100%; }

#blik_code_url {
    text-align: right;
    display: none;
    cursor: pointer; }

#blik_payment_code {
    margin-left: 20px;
    padding: 5px; }

#blik_payment {
    margin-top: 20px;
    display: none; }

#blik_payment input {
    padding: 3px;
    border: 1px solid #e0dfdf; }

.inpost_inputs {
    display: inline-block; }

.pp_point_label,
.dhl_point_label,
.ruch_point_label {
    font-size: smaller;
    display: inline-block;
    padding: 15px; }

.pocztapolska_inputs,
.dhl_inputs,
.ruch_inputs {
    display: block;
    padding: 15px; }

.pocztapolska_inputs .pp_point,
.ruch_inputs .ruch_point {
    overflow: hidden;
    display: block;
    float: left;
    width: 160px;
    height: 30px;
    padding: 0 15px;
    font-size: 18px;
    color: #000;
    margin-top: -4px;
    font-size: 14px;
    border: 1px solid #e0dfdf; }

.pocztapolska_inputs .search_point,
.dhl_inputs .search_point,
.ruch_inputs .search_point {
    margin-top: -4px;
    display: block;
    height: 30px;
    text-align: center;
    float: left;
    margin-left: 15px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    color: #ef5525;
    background: #433c3a;
    border: none; }

.dhl_map_frame {
    padding: 33px;
    margin-left: 20px;
    width: 700px;
    height: 600px; }

.pocztapolska_inputs .search_point:hover,
.dhl_inputs .search_point:hover,
.ruch_inputs .search_point:hover {
    color: #ef5525;
    opacity: 0.90;
    filter: alpha(opacity=90); }

/* ##### iRaty ##### */
div.widget1 {
    position: fixed;
    right: -300px;
    width: 300px;
    z-index: 1000;
    transition: all 0.8s ease-out; }

div.widget1:hover {
    right: 0; }

div.widget1 div.inside {
    width: 100%;
    height: auto;
    padding: 1% 6%;
    position: absolute;
    top: 0;
    left: 2px;
    background-color: #FFF;
    z-index: 1000; }

div.widget1 img.show {
    position: absolute;
    top: 0;
    left: -68px;
    max-height: 210px;
    z-index: 9999; }

div.widget1 div.inside p.header {
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    color: #24262b;
    font-weight: 300; }

div.widget1 div.inside p.header strong {
    font-size: 20px;
    font-weight: 500; }

div.widget1 div.inside a.button {
    background-color: #085485;
    color: #FFF;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    margin: 20px 0 0 0;
    display: table;
    padding: 8px 14px;
    border-radius: 5px; }

div.widget1 div.inside a.button:hover {
    background-color: #2a2a2a !important; }

div.widget1.prat-widget1 {
    background: #fff;
    top: 255px;
    height: 210px;
    z-index: 2004; }

div.widget1.prat-widget1 div.inside p.header strong {
    color: #75a23b; }

div.widget1.prat-widget1 div.inside a.button {
    background-color: #ea5e29; }

ul#plfin-links {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-table; }

ul#plfin-links li {
    display: inline-block;
    width: 50%;
    max-width: 193px;
    float: left; }

ul#plfin-links li a img {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 768px) {
    div.widget1 {
        display: none; } }


.social_login_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    align-items: center; }

@media (max-width: 1000px) {
    .social_login_box {
        flex-direction: column;
        align-items: center; }

    .social_link {
        margin-top: 15px; }

    .social_google_link {
        margin-left: 0px !important; }

    .social_login_box .box_remember {
        margin-right: 0px !important; }

    .social_login_box .btn-8 {
        float: none;
        margin-top: 15px;
        margin-left: 0px !important; }

    .social_login_box .box-right {
        width: auto; }

    .cart-login button {
        margin-left: 0px !important; }

    .social_link {
        width: 100%; } }
.social_link {
    box-shadow: 0px 1px 3px 1px #e4e4e4;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    height: 41px;
    padding: 5px;
    text-decoration: none !important; }

.social_facebook_link {
    background-color: #4267B2; }

.social_google_link {
    margin-left: 15px; }

.social_link span {
    height: 100%;
    padding: 5px;
    margin-left: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 100%; }

.social_facebook_link span {
    color: white; }

.social_google_link span {
    color: black; }

.cart-login button {
    padding: 11px;
    margin-top: 20px;
    width: 180px;
    margin-left: 10px; }

.social_login_box .pull-left {
    margin-right: 15px; }

.social_login_box .box_remember {
    margin-right: 15px; }

.social_login_box .btn-8 {
    height: 41px;
    line-height: 41px;
    padding: 0 35px;
    margin-left: 15px; }

.basket_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }

.basket_box .social_google_link {
    width: 149px; }

.basket_box .social_facebook_link {
    margin-left: 10px;
    width: 149px; }

@media (max-width: 992px) {
    .basket_box {
        align-items: center; }

    .basket_box .btn-6 {
        margin-top: 15px; }

    .basket_box .social_google_link {
        margin-left: 15px; } }
@media (max-width: 768px) {
    .basket_box {
        flex-direction: column;
        align-items: center; }

    .basket_box .social_link,
    .basket_box .btn-6 {
        width: 250px;
        margin-top: 15px;
        margin-left: 0 !important; } }


.opinion-box {
    border-bottom: 1px solid #D6D6D6;
    font-family: 'Rubik', sans-serif;
    padding: 16px 0;
}

.opinion-box:first-of-type {
    padding-top: 0;
}

.opinion-box .rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .opinion-box .rows {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    .opinion-box .rows {
        flex-wrap: wrap;
    }
}

.opinion-box .rows-row {
    display: flex;
    align-items: center;

}

@media screen and (max-width: 1199px) {
    .opinion-box .rows-row {
        width: 100%;
    }
}

.opinion-box .language {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-top: -4px;
}

.opinion-box .rows .name {
    font-size: 14px;
    line-height: 24px;
    color: #433C3A;
    margin-right: 12px;
}

.opinion-box .rows .date {
    font-size: 14px;
    line-height: 24px;
    color: #7D7D7D;
}

.opinion-box .verified {
    color: #32A071;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-right: 16px;
}

.opinion-box .verified-mobile {
    display: none;
    width: 100%;
    margin-bottom: 16px;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .opinion-box .verified-desktop {
        display: none;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .opinion-box .verified-mobile {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .opinion-box .verified-desktop {
        margin-right: auto;
    }
}



.opinion-box .rows .rate-box {
    display: flex;
    align-items: center;
}

.opinion-box .rows .rate-box img {
    margin-right: 4px;
}

.opinion-box .rows .rate-box img:last-of-type {
    margin-right: 0;
}

.opinion-box .txt {
    font-size: 12px;
    line-height: 24px;
    color: #433C3A;
}

@media screen and (max-width: 1199px) {
    .opinion-box .txt {
        line-height: 20px;
    }
}


.opinion-images {
    display: flex;
    margin-top: 16px;
    flex-wrap: wrap;
}

.opinion-images__box {
    margin-right: 24px;
    margin-bottom: 24px;
    max-width: 64px;
    cursor: pointer;
}

@media screen and (min-width: 1440px) {

    .opinion-images__box:nth-of-type(7n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {

    .opinion-images__box:nth-of-type(5n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
    .opinion-images__box:nth-of-type(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .opinion-images__box {
        margin-right: 12px;
        margin-bottom: 12px;
    }
}


.opinion-images__box .opinion-images__image {
    max-width: 100%;
}

.tkanins-tab td span {
    font-weight: bold; }

.tkanins-tab tr:nth-child(odd) td {
    padding: 10px !important; }

.tkanins-tab tr:nth-child(even) td {
    padding: 0 10px !important; }


.tkanins-tab p {
    padding: 10px; }

.tkanins-tab li {
    padding: 0 !important; }

.tkanins-tab .option-drawer-content {
    padding: 0 !important; }

.tkanins-tab table {
    table-layout: fixed; }

@media (max-width: 1200px) {
    .tkanins-tab table {
        width: 100% !important; } }
.tkanins-tab table td {
    width: auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word; }
#product_photos_carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 5px; }

#product_photos_carousel .owl-dot {
    height: 8px;
    width: 8px;
    margin: 0 3px;
    border: 1px solid #c3c3c3;
    border-radius: 8px; }

#product_photos_carousel .owl-dot.active {
    background-color: #ef5526;
    border: 1px solid #ef5526;}

@media (max-width: 768px) {
    #product_photos_carousel .owl-dots {
        display: none; } }
#menu_categories li.current > span > a {
    color: #433c3a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 13px; }

.second_image img {
    opacity: 0.5;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out; }

.second_image img:hover {
    opacity: 1.0;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out; }

/*# sourceMappingURL=style.css.map */
.banner-container .banner-recommended .product-slider .product .content .prices .price-default.mobile, .mainpage-banners-bottom .banner-container .banner-recommended .product-slider .product .content .prices .price-promotion.mobile, .mainpage-banners-bottom .banner-container .banner-recommended .product-slider .product .content .prices .old-price.mobile
{
    display: none;
}
@media (max-width: 768px)
{
    .banner-container .banner-recommended .product-slider .product .content .prices .price-default.mobile, .mainpage-banners-bottom .banner-container .banner-recommended .product-slider .product .content .prices .price-promotion.mobile, .mainpage-banners-bottom .banner-container .banner-recommended .product-slider .product .content .prices .old-price.mobile

    {
        display: block;
    }
    .banner-container .banner-recommended .product-slider .product .content .prices .price-default.desktop, .mainpage-banners-bottom .banner-container .banner-recommended .product-slider .product .content .prices .price-promotion.desktop, .mainpage-banners-bottom .banner-container .banner-recommended .product-slider .product .content .prices .old-price.desktop
    {
        display: none;
    }
}

.show_more_filters, .hide_more_filters
{
    background: #433c3a;
    margin-top: 10px;
    color: #ffffff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 12px 30px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: none;
}
.show_more_filters:hover, .hide_more_filters:hover
{
    background: #ef5526;
}
.more_five_filters
{
    display:none;
    margin-top: 15px;
}
#send_filter {
    transform: translateY(0px);
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
    padding: 9px 0;
    width: 100%;
    background: #ef5526;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    height: 36px;
}
.send-filtres-container
{
    bottom: 20px;
}
.listing-main .sidebar-listing .sidebar-box .title
{
    display: flex;
    justify-content: space-between;
}
.filter-color .ui-slider-handle
{
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #ef5526;
    border: none;
}
.filter-color .ui-slider-range
{
    background: #ef5526;
}
.filter-color .ui-slider-range {
    top: 0;
    height: 100%;
}
#width-slider, #deph-slider, #height-slider, #length-slider, #thick-slider
{
    height: 7px;
    border: 1px solid #eef1f1;
}

.easypin-marker-default .box
{
    display: none;
}

.easypin:hover .box
{
    display: block;
}

@media (max-width: 768px)
{
    .easypin-marker-default .box
    {
        display: block;
    }
}
.inspiration-page .text
{
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 55px;
    line-height: 30px;
}
.inspiration-list .inspiration-list .inspiration-element .row .col-text .text
{
    text-align: justify;
    margin-bottom: 10px;
}

.filter-color menu li
{
    width:47px;
    height: 47px;
    margin-bottom: 7px;
    margin-right: 3px;
}
.filter-color menu li img
{
    width: 100%;
}
.hide_more_filters
{
    display: none;
}
.resizator
{
    margin:0 auto;
    padding: 0 5px;
    text-align: justify;
    max-width: 100%;
}
.resizator .text p
{
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 30px;
    text-align: justify;
}
.resizator .text p span strong
{
    font-size: 20px;
}
.filter-color menu li
{
    padding: 4px;
    border-radius: 5px;
    margin:0 2px;
}
.filter-color menu li.current
{
    background: #EEEEEE;
}
.cat_image
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0px 0px 10px;
    height: calc(100% - 10px);
    min-height: calc(100% - 10px);
    object-fit: cover;
}
.products_cats figure {
    position: relative;
    width: 100%;
}
.products_cats figure:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.products_cats
{
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    grid-auto-rows: 1fr;
}
.products_cats::before {
    content: '';
    width: 0;
    padding-bottom: 100%;
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}
.products_cats > *:first-child {
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}

.over15_cat
{
    display: none;
}
.show_more_cats, .hide_more_cats
{
    display: block;
    margin-bottom: 15px;
    width: 150px;
    float: right;
    margin-top:30px;
    background: #ef5526;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    height: 36px;
    color: #FFFFFF;
    line-height: 18px;
    padding: 9px 0;
}
.cat_desc
{
    text-align: justify;
    padding-right: 20px;
}
.tkanins_container
{
    margin: 0 -10px 20px -10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    page-break-inside: avoid;
}
@media (max-width: 768px)
{
    .tkanins_container
    {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        page-break-inside: avoid;
    }
}

.tkanins_container .single_tkanin
{
    margin: 10px;
}
.tkanin_desc_box
{
    width: 100%;
}
.tkanin_desc_title
{
    font-weight: 500;
    font-size:18px;
    color: #433c3a;
}
.tkanin_desc_description
{
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
}
.mainpage-text .text, .tkanin_name
{
    text-align: justify;
}

.mobile_list_colors
{
    display: none;
}

@media (max-width: 768px)
{
    .mobile_list_colors
    {
        display: block;
    }
    .mobile_list_colors ul li img
    {
        max-width: 40px !important;
        max-height: 40px !important;
    }
    .desktop_list_color
    {
        display: none !important;
    }
}
@media (max-width: 480px)
{
    .mobile_list_colors ul li img
    {
        max-width: 50px !important;
        max-height: 50px !important;
    }
}
@media (max-width: 440px)
{
    .mobile_list_colors ul li img
    {
        max-width: 40px !important;
        max-height: 40px !important;
    }
}
@media (max-width: 360px)
{
    .mobile_list_colors ul li img
    {
        max-width: 30px !important;
        max-height: 30px !important;
    }
}
.filter-color menu li a
{
    display: block;
    height: 100%;
}
.fancy_dots
{
    display: flex;
    justify-content: center;
}
.fancy_dots .owl-dot
{
    height: 8px;
    width: 8px;
    margin: 0 3px;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
}
.fancy_dots .owl-dot.active
{
    background-color: #ef5526;
    border: 1px solid #ef5526;
}

.variant-menu-size li:nth-child(even) {
    border-radius: 0 !important;
    /*border-right: 1px solid #e5d2c4 !important;*/
}

.variant-menu-size li:hover
{
    border-radius: 4px !important;
}
.variant-menu-size li:nth-child(even):after{
    content: '';
    height: 100%;
    top:0;
    right:-1.2px;
    display: block;
    border-left: 1px solid #e5d2c4;
    position: absolute;
}
.variant-menu-size li.selected:nth-child(even):after{
    border-left: 1px solid #ef5526;
}
.variant-menu-size li:nth-child(even):hover:after{
    display: none;
}
.variant-menu-size li:nth-child(odd):before{
    content: '';
    height: 100%;
    top:0;
    left:-2px;
    display: block;
    border-left: 1px solid white;
    position: absolute;
    display: none;
}
.variant-menu-size li:nth-child(odd):hover:before
{
    display: block;
}
.clear-bilters-button
{
    background: #433c3a;
    width: 90px;
    height: 35px;
    text-align: center;
    box-shadow: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease-out;
}
.clear-bilters-button:hover
{
    background: #ef5526;
}
.rwd-title {
    padding: 0px 16px;
    height: 64px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D6D6D6;
}
.info_link
{
    justify-content: flex-start !important;
    align-items: center;
    position: relative;
}
.info_link img
{
    width: 25px;
    margin-right: 16px;
}
.info_link .number
{
    color: #ffffff;
    position: absolute;
    left: 22px;
    top: -2px;
    font-size: 10px;
    font-weight: 700;
    background: #00a651;
    padding: 2px 3px;
    line-height: 1;
    border-radius: 4px;
}
.step_title
{
    color:#7D7D7D;
    font-size: 14px;
    font-weight: 500;
}
@media (min-width: 768px)
{
    .top-bar .container
    {
        display: flex;
        justify-content: space-between;
    }
    .top-bar .container .left
    {
        width: 19%;
    }
    .top-bar .container .right
    {
        width: 23%;
    }
    .top-bar .container .center{
        width: 58%;
        display: flex;
        justify-content: center;
    }
    .top-bar .container .center form
    {
        margin-left: 0 !important;
        max-width: 100%;
    }
}

.mobile-filter-backward-image {
    margin-right: 6px;
    cursor: pointer;
}
.c-mobile-popup-header__headline {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #EE5426;
}
.c-mobile-menu-child {
    border-bottom: 1px solid #D6D6D6;
    padding: 4px 16px;
}
.c-mobile-menu-child:first-child {
    border-top: 1px solid #d6d6d6;
}
.c-mobile-popup-header__subline {
    margin: 16px !important;
    padding: 16px 5px;
    background: #F5F5F5;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 16px !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    color: #433C3A !important;
}
.c-mobile-popup-header__subline:hover {
    color: #ef5526 !important;
}
.c-mobile-popup-header__subline .c-link {
    font-size: 14px !important;
    line-height: 16px !important;
}

.mobile-filter-subcategories {
    display: none;
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -500px;
    z-index: 10;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.c-mobile-popup-body {
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 144px);
}
.c-mobile-popup-body::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}
.c-mobile-popup-body::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.1);
    border-radius: 3px;
}
.c-mobile-popup-body::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.2);
}
.c-mobile-popup-header {
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    min-height: 144px;
    max-height: 144px;
}
.c-mobile-menu-child__products--amount {
    color: #D6D6D6 !important;
}

.c-mobile-menu-child__icon, .show-submenu img {
    transform: translateX(15px);
}
.c-mobile-menu-child__link {
    width: 100%;
}
.c-mobile-menu-child__link.with-child{
    width: auto;
}

.rwd-cart-number {
    display: none;
}
.rwd-cart-number.active {
    display: block;
}
.rwd-wish-number {
    display: none;
    background: #ef5526 !important;
}
.rwd-wish-number.active {
    display: block;
}
.rwd-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 27, 27, 0.75);
    color: rgba(0, 0, 0, 0.75);
    z-index: 998;
}

footer .center-bar .footer-nav .columns
{
    columns:2;
}
footer .center-bar .footer-nav-half .columns li
{
    width: auto;
    float:none;
}
.form_contact form li
{
    margin:10px 0;
}
.form_contact form input
{
    font-size: 12px;
    font-weight: 400;
    color: #433c3a;
    height: 30px;
    border: 1px solid #eef1f1;
    border-radius: 4px;
    background: #ffffff;
    padding: 5px 10px;
    width: 100%;
}
.form_contact form textarea
{
    font-size: 12px;
    font-weight: 400;
    color: #433c3a;
    border: 1px solid #eef1f1;
    border-radius: 4px;
    background: #ffffff;
    padding: 5px 10px;
    width: 100%;
    height: 80px;
}
.form_contact form .checkbox
{
    margin-right: 10px;
}
.form_contact form select
{
    width: 100%;
}
.form_contact form button
{
    border:0;
    background: #433c3a;
    width: 150px;
    height: 35px;
    text-align: center;
    box-shadow: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease-out;
}
.form_contact form button:hover
{
    background: #ef5526;
}
.form-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}
.copy_footer
{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin: 0px auto 0px auto;
}
.copy_footer .insider
{
    width: 95%;
    text-align: center;
    font-family: Rubik, sans-serif;
    line-height: 30px;
    padding: 10px 0px;
    margin: 0px auto 0px auto;
    font-size:13px
}
.news-similar-carousel-container {
    margin: 10px 0px 0px 0px;
}
#configurator-popup .configurator-top .configurator-head .title_product
{
    font-size: 14px;
    line-height: 16px;
    color: #7D7D7D;
    padding-top:8px;
}
#configurator-popup .configurator-top .configurator-head .title span
{
    font-size: 24px;
    line-height: 32px;
    color: #433C3A;
}
#configurator-popup .configurator-top .configurator-content .configurator-finish-list
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#configurator-popup .configurator-top .configurator-content .configurator-finish-list li
{
    background: #FFFFFF;
    border: 1px solid #E5D2C4;
    box-sizing: border-box;
    border-radius: 4px;
    width: 23%;
    margin: 1% 1%;
    position: relative;
}
#configurator-popup .configurator-top .configurator-content .configurator-finish-list li .reset-button
{
    background: #EF5428;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    position: absolute;
    top:0;
    right: 0;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 3px 7px;

    color: #FFFFFF;
}
#configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-option a, #configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-color a, #configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-default a
{
    width: 100%;
}
#configurator-popup .configurator-top .configurator-content .configurator-finish-list li .configurator-element-reset
{
    z-index: 999999;
    cursor: pointer;
}
.configurator-element .parent_title
{
    display: none;
}
.configurator-finish-view .parent_title
{
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #433C3A;
}
.configurator-finish-view .title
{
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #433C3A;
}
.configurator-finish-view .parent_title, .configurator-finish-view .title
{
    text-align: center;
}
#configurator-popup
{
    border-radius: 16px;
}
#configurator-popup .topay
{
    font-size: 14px;
    line-height: 16px;
    color: #7D7D7D;
}
.options_config .title_photo
{
    font-size: 18px;
    line-height: 32px;
    color: #433C3A;
}
.options_config .options_box
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.options_config .options_box .single_box_photo
{
    width: 31%;
    margin:0 2% 2% 0;
    display: flex;
    align-items: center;
    border: 1px solid #E5D2C4;
    border-radius:4px;
    padding: 10px 10px;
}
.options_config .options_box .single_box_photo .left_box
{
    width: 45%;
    margin-right: 5%;
}
.options_config .options_box .single_box_photo .right_box
{
    width: 50%;
}
.options_config .options_box .single_box_photo .title_box_option
{
    font-size: 12px;
    line-height: 16px;
    color: #433C3A;
}
.options_config .options_box .single_box_photo .title_box_prop
{
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    color: #433C3A;
    word-break: break-word;
}
.configurator-bottom .topay
{
    font-size: 14px;
    line-height: 16px;
    color: #7D7D7D;
}
.configurator-bottom .configurator-price
{
    margin-right: 30px;
}
.configurator-bottom .boxel
{
    display: flex;
}
.configurator-bottom .valuetopay
{
    font-size: 24px;
    line-height: 32px;
    color: #433C3A;
}
#success-popup .configurator-bottom .button-right
{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#cart-container .title_basket
{
    font-size: 14px;
    line-height: 16px;
    color: #7D7D7D;
}
#cart-container .single_cart_box
{
    width: 10%;
    margin-right: 2.5%;
    margin-bottom: 2%;
    border: 1px solid #E5D2C4;
}
#cart-container .single_cart_box img
{
    max-width: 70%;
    margin-left: 15%;
}
#cart-container .single_cart_box .title_box_option
{
    font-size: 12px;
    line-height: 16px;
    color: #433C3A;
    text-align: center;
}
#cart-container .single_cart_box .title_box_prop
{
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #433C3A;
    text-align: center;
}
.cart_box_container
{
    display: flex;
    flex-wrap: wrap;
}
#cart
{
    border: 1px solid #E5D2C4;
    border-radius: 4px;
}
#cart tr, #cart td
{
    border: 0 !important;
}

.mobile_title, .photos_mobile, .close_all_options, .show_all_options, .mobile_menu_photos
{
    display: none;
}
@media (max-width: 768px) {
    .variant-menu-size li:nth-child(even):after {
        content: none;
    }

    #configurator-popup .configurator-top .configurator-content .configurator-finish-list li {
        width: 100%;
    }

    #configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-size a .box-size {
        width: 33% !important;
        padding-top:35px;
    }

    #configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-size a {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    #success-popup .configurator-bottom.configurator-active .button-left {
        display: none;
    }

    #success-popup .configurator-bottom.align-between {
        flex-direction: column;
        align-items: inherit;
    }

    .mobile_title {
        font-size: 18px;
        line-height: 32px;
        color: #433C3A;
        display: block;
        text-align: center;
    }

    #success-popup .image_config figure {
        max-width: 60%;
        margin: 0 auto;
        border: 1px solid #F5F5F5;
        padding: 20px;
        margin-bottom: 10px;
    }

    .photos_desktop
    {
        display: none;
    }
    .photos_mobile
    {
        display: block;
    }
    .show_all_options, .close_all_options
    {
        padding:12px 0;
        width:90%;
        margin:10px auto 0;
        background: #FAEFE8;
        border: 1px solid #E5D2C4;
        border-radius: 4px;
        display: flex;
        font-weight: bold;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        line-height: 24px;
        text-decoration-line: underline;
        color: #433C3A;
        text-align: center;
    }
    .close_all_options, .mobile_menu_photos
    {
        display: none;
    }
    #configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-option a .images, #configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-color a .images, #configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-default a .images
    {
        text-align: center;
    }
    #configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-option a,  #configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-color a, #configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-default a
    {
        margin-bottom: 0;
    }
    .mobile_menu_photos
    {
        width: 90%;
        margin: 10px auto 0;
    }
    .single_mobile_box
    {
        display: flex;
        flex-direction: row;
        border: 1px solid #E5D2C4;
        border-radius: 4px;
        max-width: 100%;
    }
    .single_mobile_box .title_box_option
    {
        font-size: 12px;
        line-height: 16px;
        color: #433C3A;
    }
    .single_mobile_box .title_box_prop
    {
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        color: #433C3A;
    }
    .single_mobile_box .col-xs-8
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .cart-variants
    {
        display: none;
    }
    #order-step-1 #cart tr td.column-image
    {
        width: 50%;
    }
    #order-step-1 #cart tr td.column-data
    {
        width: 25%;
    }

    .photos_mobile_cart .single_mobile_box .col-xs-3
    {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .photos_mobile_cart .single_mobile_box .title_box_option, .photos_mobile_cart .single_mobile_box .title_box_prop
    {
        text-align: left;
    }

}

.configurator-finish-view  .box-size
{
    width: 125px !important;
}

#configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-option a, #configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-default a, #configurator-popup .configurator-top .configurator-content .configurator-finish-list li.element-color a
{
    text-align: center;
}
@media(max-width: 768px)
{
    .configurator-bottom .boxel
    {
        flex-direction: column;
    }
    #configurator-popup .configurator-top .configurator-content .variant-default menu li
    {
        width: 50%;
    }
    #configurator-popup
    {
        margin:0 !important;
    }
}
.size-row
{
    display: none;
}
@media (max-width: 550px)
{
    .mainpage-icons .icon-box .text {
        width: 50%;
    }
    .mainpage-banners-bottom .banner-container .banner-recommended .product-slider .product .content .prices .old-price
    {
        margin-left: 0;
    }
}

.configurator-finish-list .top
{
    border-bottom: 0 !important;
}
.configurator-finish-list .bottom
{
    display: none;
}
.configurator-finish-list .value
{
    text-align: center;
}
.filter-color menu li.inactive
{
    opacity: 0.2;
}
.filter-color menu li.inactive span
{
    display: none;
}
.fancybox-caption-wrap
{
    pointer-events: auto !important;
}
footer .top-bar .footer-shop-info ul li img
{
    max-width: 75px;
    max-width: 100%;
}
@media (min-width: 768px)
{
    .configurator-finish-view .box-size:first-child
    {
        padding-top: 18px !important;
    }
}


.complaint-page-content .checkbox.checked, .checkbox-in.checked
{
    background: white !important;
}
.full-listing-text
{
    margin-top: 20px;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.configurator-finish-list li.element-option a .images img, .configurator-finish-list li.element-color a .images img, .configurator-finish-list li.element-default a .images img
{
    max-height: 75px;
}

.arrow_down_filter
{
    cursor: pointer;
}
.arrow_down_filter.active
{
    transform: rotate(180deg);
}
.configurator-finish-view a
{
    cursor: default;
}

@media (max-width: 768px)
{
    #configurator-popup .configurator-top .configurator-content .configurator-finish-list li .reset-button
    {
        font-size: 16px;
        height: 40px;
        min-width: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


.old-price-configurator
{
    text-decoration: line-through;
    display: inline-block;
    color: #7d7d7d;
    font-size: 16px;
    margin-left:10px;
}
.flex-config
{
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 768px)
{
    .flex-config
    {
        flex-direction: column;
        align-items: flex-start;
    }
    #configurator-popup .configurator-bottom
    {
        height: 100px;
    }
    .old-price-configurator
    {
        margin-left:0;
    }
}
.hamburger
{
    display: none !important;
}
@media (max-width: 768px)
{
    .hamburger
    {
        display: inline-block !important;
    }
}

footer .center-bar.polish-bar .footer-nav-half ul li
{
    width: 100%;
}

.special_cart_button
{
    background: #ef5526;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    padding: 14px;
    line-height: 1;
    float: right;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    border: none;
    cursor: pointer;
    text-align: center;
}


/* NEWSLETTER */
.siblo-newsletter
{
    display: none;
}
.fancybox-slide>.siblo-newsletter, .siblo-newsletter {
    max-width: 960px;
    padding: 0;
}

.siblo-newsletter__wrapper {
    display: flex;
}

.siblo-newsletter__figure {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.siblo-newsletter__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.siblo-newsletter__image[src*="lazy_loader"] {
    width: unset;
    height: unset;
    object-fit: contain;
}

.siblo-newsletter__content {
    width: 50%;
    padding: 64px 0 32px;
}

.siblo-newsletter__headline {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 32px;
    padding: 0 32px;
    font-weight: 300;
    margin-bottom: 32px;
}

.siblo-newsletter__headline-value {
    font-weight: bold;
    font-size: 48px;
    font-family: serif;
}

.siblo-newsletter__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}

.siblo-newsletter__form-input {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #000;
    border-left: none;
    background: white;
    font-weight: 300;
    text-align: center;
    margin: 8px 0 16px;
    font-size: 24px;
    font-family: 'Rubik', sans-serif !important;
    width: 280px;
}

.siblo-newsletter__form-input::placeholder {
    font-weight: 300;
    color: #757575;
}

.siblo-newsletter__form-button {
    border-radius: 20px;
    height: 40px;
    background: white;
    border: 1px solid #000;
    font-size: 18px;
    color: #000;
    padding: 0 24px;
    font-family: serif;
    text-transform: uppercase;
}

.siblo-newsletter__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    margin: 0 auto;
}

.siblo-newsletter__footer-logo {
    margin-bottom: 32px;
}

.siblo-newsletter__footer-text {
    font-size: 10px;
    line-height: 16px;
    text-align: justify;
}

@media (max-width: 1024px) {
    .siblo-newsletter {
        max-width: 90%;
    }

    .siblo-newsletter__figure {
        display: none;
    }

    .siblo-newsletter__content {
        width: 100%;
    }

}

@media (max-width: 500px) {

    .siblo-newsletter__content {
        padding: 32px 0;
    }

    .siblo-newsletter__headline {
        padding: 0 16px;
        font-size: 24px;
    }

    .siblo-newsletter__headline-value {
        font-size: 32px;
        line-height: 48px;
    }

    .siblo-newsletter__footer {
        width: 100%;
        padding: 0 16px;
        max-width: 320px;
    }
}

.breadcrumb-container .breadcrumb > li:last-child span, .breadcrumb-container .breadcrumb > li:last-child
{
    cursor: pointer;
}

footer .top-bar .footer-shop-info ul li img
{
    max-width: 100%;
}

.content-static {
    display: block;
}
.popup-overlay
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    color: white;
    z-index: 999;
}