/*
Theme Name: storefront-child
Theme URI: http://e-svet.si/Milex/wordpress
Description: This is a child theme
Author: Kristian LEV
Author URI:
Template: storefront
Version: 0.1
*/

/** PLACED TO CORRECT POSITION */
#step-summary {
    width: 100%;
}

#step-summary .container {
    display: flex;
    justify-items: center;
}

#step-summary .container div {
    flex: 1;
}

#step-summary .placement-summary .placement-blocks {
    background-color: #efefef;
    border: 1px solid #dddddd;
}

#materialsContainer .color .owl-carousel .item, #legsContainer .legs .owl-carousel .item {
    border: 7px solid transparent;
}

#materialsContainer .color .owl-carousel .item.selected, #legsContainer .legs .owl-carousel .item.selected {
    border: 7px solid #dcbf64;
}

#step-summary .material-legs-container {
    display: flex;
    flex-direction: column;
}


/*KRISTIAN LEV CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    padding-left: 20px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus, button:focus, a:focus {
    outline: none;
}

strong, b {
    font-weight: 500;
}

img {
    width: auto;
    max-width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

a {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    color: #216f7b;
    text-decoration: underline;
    color: #dcbf64;
}

a:hover {
    text-decoration: none;
}

/* BOX SIZING */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/***********************************************
***************** COLORS ***********************
************************************************
GOLD - #dcbf64
GREY - #404449

/*font-family*
font-family: 'Roboto', sans-serif;
*/
/* CLEAR */
body:after, ul:after, ul li:after, .clear:after, .wp1520:after, .wp1315:after, #singleProduct #monthAction .col1_2.gold #text ul li:after {
    content: ".";
    display: block;
    height: 0px;
    font-size: 0;
    clear: both;
    visibility: hidden;
    line-height: 0px;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    line-height: 25px;
    font-weight: 300;
    color: #000000;
}


#footer {
    font-weight: 300;
}

.wp1520 {
    max-width: 1520px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.wp1315 {
    max-width: 1315px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

h1 {
    font-size: 45px;
    line-height: 70px;
    margin-top: 0;
    padding-top: 0;
    font-weight: 100;
}

h2 {
    font-size: 35px;
    line-height: 45px;
    margin-top: 0;
    padding-top: 0;
    font-weight: 100;
}

h3 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 0;
    padding-top: 0;
    font-weight: 100;
}

h4 {
    font-size: 18px;
    line-height: 27px;
    margin-top: 0;
    padding-top: 0;
    font-weight: 100;
}

p {
    margin-bottom: 30px;
}

body {
    background: url(images/backgroundLine.jpg) no-repeat top center;

}

#header {
    position: relative;
}

#header #topBorder {
    width: 100%;
    height: 60px;
    background: #dcbf64;
    position: absolute;
    top: 0;
}

nav#menu ul {
    float: right;
    list-style-type: none;
    line-height: 40px;
}

nav#menu li {
    float: left;
    padding: 10px;
    padding-right: 0;
}

nav#menu li.current_page_item  {
    float: left;
    padding: 10px;
    padding-right: 0;
}

nav#menu li a {
    text-decoration: none;
    color: #404449;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 3px;
    padding: 0 15px;
    font-weight: 300;
}

nav#menu li a.outlet {
    color: #931d1d;
}

@media (min-width: 1680px) {
    nav#menu.closedMenu {
        width: 100%;
        position: absolute;
        z-index: 5;
        max-width: 790px;
        right: 50%;
        margin-right: -780px;

        display: flex;
        align-content: center;
    }

    nav#menu.closedMenu ul {
        padding-left: 0;
    }

    nav#menu.closedMenu .language-header {
        padding: 0;
        padding-left: 20px;
        width: 140px;

        li {
            padding: 0;

            a {
                padding: 0;
            }
        }
    }
}

a.js-menu-button {
    display: none;
}

#header #coverPic {
    height: 710px;
    background: url(images/cover.jpg) no-repeat right bottom;
    background-size: cover;
}

#header #diagonalBackground {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(images/greyDiagonal.png) no-repeat 0 0;
    z-index: 1;
}

#header #diagonalBackground a#logo {
    width: 250px;
    display: block;
    margin-top: 30px;
}

#header #diagonalBackground a#logo img {
    max-width: 250px;
    width: 100%;
}

#header #diagonalBackground h1 {
    line-height: 50px;
    padding-top: 20px;
    color: #fff;
}
#header #diagonalBackground h1 strong {
    display: block;
}

#header #diagonalBackground #leftMove {
    position: relative;
}


#header.headerProduct #diagonalBackground {
    width: 100%;
    position: relative;
    background: #dcbf64 url(images/greyDiagonal.png) no-repeat 0;
    z-index: 1;
    padding: 30px 0;
}
#header.headerProduct #diagonalBackground  a#logo{
    margin-top: 0;
}


    /*mesecne akije */
#wrapper2 {
    background: #dcbf64;
    position: relative;
}

#wrapper2 #whiteBackground {
    width: 50%;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
}

#monthAction {
    min-height: 250px;
    width: auto;
    display: flex;
    position: relative;
    overflow: hidden;
}

#monthAction #rotatedDIv {
    transform: rotate(-36deg);
    position: absolute;
    top: 0;
    background: #dcbf64;
    bottom: 0;
    left: calc(50% - 840px);
    right: 0;
    z-index: 2;
    height: 340px;
}


#monthAction .col1_2 {
    width: 50%;
    background: #fff;
}


#monthAction .col1_2#white {
    border-bottom: 1px solid #dcbf64;
}

#monthAction .col1_2.gold {
    background: #dcbf64;
    display: flex

}

#monthAction .col1_2.gold #text {
    max-width: 760px;
    width: 100%;
    padding: 30px 0;
    position: relative;
    z-index: 3;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#monthAction .col1_2.gold #text h1 {
    line-height: 63px;
}

#monthAction .col1_2.gold #text h1 strong {
    color: #fff;
    text-transform: uppercase;
}

#monthAction .col1_2.gold #text h3 {
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 35px;
    text-transform: uppercase;
}

#monthAction .col1_2.gold #text h3 strong {
    color: #fff;
    text-transform: uppercase;
}


#monthAction .col1_2 #image {
    max-width: 760px;
    width: 100%;
}

#monthAction .col1_2 #image .owl-carousel.owl-three {
    max-width: 520px;
    float: right;
}

/*#monthAction .col1_2 #image .owl-carousel.owl-three .owl-nav {display: block; font-size: 50px; width: 70px; margin: 0 auto; margin-top: 20px;}*/
#monthAction .col1_2 #image .owl-carousel.owl-three .owl-nav button.owl-prev {
    padding-right: 30px !important;
}

#monthAction .col1_2 #image .owl-carousel.owl-three .owl-nav {
    display: block;
    font-size: 50px;
    width: 70px;
    margin: 0 auto;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -35px;
}

#monthAction .col1_2 #image .owl-carousel.owl-three {
    min-height: 300px;
    margin-top: 50px;
}

#monthAction .col1_2 #image .owl-carousel.owl-three .owl-dots {
    display: none;
}

#servies .owl-carousel .owl-dots {
    display: none;
}

#createYourself h2 {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 63px;
}

#createYourself h3 {
    font-size: 25px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    margin-top: 40px;
}

#createYourself span.subTitle {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    display: block;
    padding-top: 10px;
}

#createYourself #tabs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    border-bottom: 1px solid #36302f;
    padding-bottom: 10px;
}

#createYourself #tabs ul#subMenu {
    list-style-type: none; /*max-width: 545px;*/
    display: none;
}

#createYourself #tabs ul#subMenu li {
    float: left;
}

#createYourself #tabs ul#subMenu li a {
    text-decoration: none;
    padding: 10px 15px;
    color: #36302f;
}

#createYourself #tabs ul#subMenu li a:hover {
    background: #dcbf64;
}

#createYourself #tabs ul#subMenu li.ui-tabs-active a {
    color: #fff;
    background: #36302f;
}


#createYourself #tabs .tabContent {
    max-width: 100%;
    min-height: 720px;
    position: relative;
    padding-bottom: 80px;
}

#createYourself #tabs .tabContent .owlTabsWrapper {
    max-width: 100%;
    width: 1520px;
    padding: 40px 0;
}

#createYourself #tabs .tabContent .owlTabsWrapper #chooseLeg .legs .owl-carousel {max-width: 1000px; width: 100%; margin: 0 auto;}
#createYourself #tabs .tabContent .owlTabsWrapper #chooseLeg .legs .owl-carousel .owl-item .item.leg img {max-width: 184px; width: 100%; height: 130px; display: block;}
#createYourself #tabs .tabContent .owlTabsWrapper #chooseLeg .legs .owl-carousel .owl-nav {display: block;}
#createYourself #tabs .tabContent .owlTabsWrapper #chooseLeg button.remove-selection {position: absolute; left: 50%; margin-left: -100px; bottom: 100px;}

#createYourself #tabs .tabContent .owlTabsWrapper .owl-carousel.owl-sixth .item h4 {
    line-height: 36px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

#createYourself #tabs .tabContent .owlTabsWrapper .owl-carousel.owl-sixth .owl-nav {
    display: block;
}

#createYourself #tabs .tabContent .owlTabsWrapper .owl-carousel.owl-sixth .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -40px;
}

#createYourself #tabs .tabContent .owlTabsWrapper .owl-carousel.owl-sixth .owl-nav button.owl-next {
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -40px;
}

#createYourself #tabs .tabContent .owlTabsWrapper .owl-carousel.owl-sixth .owl-nav button span {
    font-size: 60px;
}

#createYourself #tabs .tabContent .owlTabsWrapper .owl-carousel.owl-seventh {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

#createYourself #tabs .tabContent .owlTabsWrapper .owl-carousel.owl-seventh .owl-nav {
    display: block;
}

#createYourself #tabs .tabContent .owlTabsWrapper .owl-carousel.owl-seventh .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
    top: 65px;
}

#createYourself #tabs .tabContent .owlTabsWrapper .owl-carousel.owl-seventh .owl-nav button.owl-next {
    position: absolute;
    right: -20px;
    top: 65px;
}

#createYourself #tabs .tabContent .owlTabsWrapper .owl-carousel.owl-seventh .owl-nav button span {
    font-size: 60px;
}

#createYourself #tabs .tabContent .owlTabsWrapper #chooseMaterial, #allChooseMaterial {
    max-width: 365px;
    margin: 0 auto;
}

#createYourself #tabs .tabContent .owlTabsWrapper #chooseMaterial span:first-child, #allChooseMaterial span:first-child {
    padding-right: 40px;
}

#createYourself #tabs .tabContent .owlTabsWrapper #chooseMaterial span, #allChooseMaterial span {
    float: left;
    padding-bottom: 50px;
    border: 1px solid #dcbf64;
    color: #dcbf64;
    cursor: pointer;
}

#createYourself #tabs .tabContent .owlTabsWrapper #chooseMaterial span:hover, #allChooseMaterial span:hover {
    color: #fff;
    border: 1px solid #404449;
}

#createYourself #tabs .tabContent .owlTabsWrapper #chooseMaterial span.selected, #allChooseMaterial span.selected {
    color: #fff;
    border: 1px solid #dcbf64;
    background: #dcbf64;
}

#materialsContainer #chooseMaterial, #allMaterialsContainer #allChooseMaterial {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#materialsContainer #chooseMaterial span:first-child, #allMaterialsContainer #allChooseMaterial span:first-child {
    padding-right: 40px;
}

#materialsContainer #chooseMaterial span, #allMaterialsContainer #allChooseMaterial span {
    float: left;
    padding-bottom: 50px;
    border: 1px solid #dcbf64;
    color: #dcbf64;
    cursor: pointer;
}

#materialsContainer #chooseMaterial span:hover, #allMaterialsContainer #allChooseMaterial span:hover {
    color: #fff;
    border: 1px solid #404449;
}

#materialsContainer #chooseMaterial span.selected, #allMaterialsContainer #allChooseMaterial span.selected {
    color: #fff;
    border: 1px solid #dcbf64;
    background: #dcbf64;
}

#createYourself #tabs .tabContent#step-summary .material-legs-container .leg-summary img {max-width: 150px; width: 100%; display: block;}


#createYourself #tabs .tabContent#step-model .owlTabsWrapper {
    /*overflow: hidden;*/
    padding: 0;
    margin-top: 20px;
}

#createYourself #tabs .tabContent#step-model .owlTabsWrapper .owl-carousel .owl-nav {display: block;}

div.wpforms-field-hp {
    display: none;
}

#otherProducts {
    margin-bottom: 40px;
    margin-top: 0px;
}

#otherProducts h2 {
    text-align: center;
    line-height: 60px;
    padding-bottom: 20px;
}

#otherProducts .owl-carousel .item a h4 {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    text-align: right;
    color: #404449;
}

.owl-carousel .owl-nav {
    display: block;
    font-size: 50px;
}
.owl-carousel .owl-nav.disabled {
    display: none !important;
    font-size: 50px;
}

.owl-carousel .owl-nav button {
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
    top: 50%;
    margin-top: -42.5px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
    top: 50%;
    margin-top: -42.5px;
}

#servies .owl-carousel .owl-nav button.owl-next {
    right: -10px;
}

#placement-placed-blocks .blocks .icon-block small.titleShape {
    position: absolute;
    bottom: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

/*#otherProducts .owl-carousel .item a:hover img {background:red;}*/

#aboveFooter {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    position: relative;
}

#aboveFooter .col1_3 {
    width: 33.33%;
    padding-left: 40px;
    float: left;
}

#aboveFooter .col1_3 .inline {
    min-height: 755px;
    border: 1px solid #dcbf64;
    padding: 30px;
    background: #fff;
}

#aboveFooter .col1_3 .inline#mapCont {
    padding: 0;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#aboveFooter .col1_3 .inline#mapCont:hover {-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0); -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;}

#aboveFooter .col1_3 .inline#mapCont iframe {
    min-height: 755px;
    display: block;
}

#aboveFooter .col1_3 .inline#contactData {
    background: #dcbf64 url(images/goldPattern.jpg) no-repeat center;
}

#aboveFooter .col1_3 .inline .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    font-size: 50px;
    top: -5px;
    right: 10px;
}

#aboveFooter .col1_3 h2 {
    text-transform: uppercase;
    line-height: 36px;
    padding-bottom: 10px;
}

#aboveFooter .col1_3 span#underTitle {
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
    padding-bottom: 25px;
    display: block;
    margin-top: 20px;
}
#aboveFooter .col1_3 span#underTitle strong {
    display: block;
}

#aboveFooter .col1_3 .owl-carousel span#shortDescription {
    font-size: 18px;
    line-height: 24px;
    color: #404449;
    padding-bottom: 35px;
    display: block;
    text-transform: none;
    font-weight: 100;
}

#aboveFooter .col1_3 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

#aboveFooter .col1_3 ul li,
#aboveFooter .col1_3 ul li a {
    color: #333333;
    font-weight: 300;
    font-size: 19px;

}
#aboveFooter .col1_3 ul li a:hover {
    text-decoration: underline;
}

#aboveFooter .col1_3 ul#where {
    padding-bottom: 40px;
}

#aboveFooter .col1_3 ul#contact {
    padding-bottom: 30px;
}
#aboveFooter .col1_3 ul#contact li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
#aboveFooter .col1_3 ul#contact li span.icon {
    position: absolute;
    left: 0;
    font-size: 28px;
    top: 2px;
}

.time_open {
    width: 100%;

}
.time_open li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.time_open li label {
}

.time_open li  span {
    margin-left: auto;
    font-weight: 600;
}


#aboveFooter .col1_3 a {
    text-decoration: none;
}

#aboveFooter .col1_3 h3 {
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 0;
}

#aboveFooter .col1_3 .owl-carousel h4 {
    text-transform: uppercase;
    color: #dcbf64;
    font-weight: 500;
    padding-top: 20px;
}

#aboveFooter .col1_3 .owl-carousel a {
    width: 160px;
    height: 50px;
    display: block;
    float: right;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #dcbf64;
    font-weight: 300;
}

#aboveFooter .col1_3 .inline#contactData span#contactUs {
    max-width: 230px;
    width: 100%;
    height: 50px;
    display: block;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px;
    background: #333333;
    color: #fff;
    cursor: pointer;
}

#aboveFooter .col1_3 .inline#contactData #contactForm {
    display: none;
    position: absolute;
    top: 0;
    left: 69.2%;
    right: 0;
    bottom: 0;
    background: #dcbf64 url(images/goldPattern.jpg) no-repeat center;
    padding: 40px;
}

#aboveFooter .col1_3 .inline#contactData #contactForm.open {
    display: block;
    overflow-y: hidden;
    overflow-x: hidden;
}

#aboveFooter .col1_3 .inline#contactData #contactForm.open span#closeButton {position: absolute; right: 40px; top: 40px; font-weight: 300; cursor: pointer;}

#aboveFooter .col1_3 .inline#contactData #contactForm.open p {margin-bottom: 5px;}
#aboveFooter .col1_3 .inline#contactData #contactForm.open p span textarea {height: 100px; background: #fff; border: none;}
#aboveFooter .col1_3 .inline#contactData #contactForm.open p span input {background: #fff; border: none; margin-bottom: 20px;}
#aboveFooter .col1_3 .inline#contactData #contactForm.open form input.wpcf7-submit {width: 100%; background: #333333; color: #fff; margin-top: 90px;}

#aboveFooter .col1_3 .inline#contactData #map {
    position: absolute;
    left: 0;
    right: 33.3%;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin-left: 40px;
    display: none;
}

#footer hr#black {
    width: 100%;
    height: 1px;
    border: none;
    margin: 40px 0;
    padding: 0;
    background: #404449;
}

#footer #subMenu {
    padding: 0 100px;
    margin-left: -50px;
}

#footer .col1_4 {
    width: 25%;
    float: left;
    padding-left: 50px;
}

#footer .col1_4 ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

#footer .col1_4 h4 {
    font-weight: bold;
    text-transform: uppercase;
}

#footer .col1_4 ul li a {
    font-size: 16px;
    text-decoration: none;
    line-height: 25px;
    color: #404449;
}

#footer .col1_4 ul li a:hover {
    text-decoration: underline;
}

#footer #links {
    width: 125px;
    margin: 0 auto;
    margin-top: 50px;
}

#footer #links h4 {
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

#footer #links a {
    float: left;
    margin-bottom: 15px;
    max-width: 50px;
    width: 100%;
    display: block;
}

#footer #links a#instagram {
    margin-right: 25px;
}

#footer #links a:hover img {
    opacity: .7;
}

#bottomFooter .col1_2 {
    width: 50%;
    float: left;
}

#bottomFooter .col1_2.black {
    border-bottom: 5px solid #404449;
}

#bottomFooter .col1_2.gold {
    border-bottom: 5px solid #dcbf64;
}

#bottomFooter #finePrint span {
    text-align: center;
    display: block;
    font-size: 11px;
    line-height: 36px;
    padding-top: 30px;
    padding-bottom: 40px;
}

#bottomFooter #finePrint span a:hover {text-decoration: underline;}


/***************************************
***************************************
************PRODUCT PAGE****************
****************************************
****************************************
****************************************/
#chooseCategory h2.chooseShape {
    text-align: center;
    padding-top: 40px;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 63px;
}

#chooseCategory h2.chooseShape strong {
    color: #dcbf64;
}

#categoryTagFilter h2 {
    font-size: 25px;
    display: block;
    text-align: center;
    font-weight: 300;
}

#categoryTagFilter h2 strong {
    font-weight: 300;
}

#categoryTagFilter ul {
    margin-left: -50px;
}

#categoryTagFilter ul li {
    width: 150px;
    height: 80px;
    cursor: pointer;
}

#categoryTagFilter ul li:last-child img {
    height: 30px;
}

#categoryTagFilter ul#chooseSofaShape {
    max-width: 480px;
    margin: 20px auto;
}


ul#chooseSofaCategory {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin: 50px auto;
    margin-bottom: 90px;
    max-width: 600px;
    width: 100%;
}

ul#chooseSofaShape {
    list-style-type: none;
    padding: 0;
    display: flex;
    max-width: 700px;
    margin: 50px auto;
}

ul#chooseSofaCategory li {
    padding-right: 0;
    cursor: pointer;
}

#categoryTagFilter ul#chooseSofaShape li {
    padding-right: 0;
}

ul#chooseSofaShape li {
    padding-right: 120px;
}

ul#chooseSofaCategory li:last-child,
ul#chooseSofaShape li:last-child {
    padding-right: 0;
}

#categoryTagFilter ul#chooseSofaShape li.L-shape {
    background: url(images/leftLSofa.svg) no-repeat top;
}

#categoryTagFilter ul#chooseSofaShape li.U-shape {
    background: url(images/Usofa.svg) no-repeat top;
}

#categoryTagFilter ul#chooseSofaShape li.I-shape {
    background: url(images/straightSofa.svg) no-repeat top;
}

#categoryTagFilter ul#chooseSofaShape li.L-shape.selected {
    background: url(images/leftLSofaActive.svg) no-repeat top;
}

#categoryTagFilter ul#chooseSofaShape li.U-shape.selected {
    background: url(images/UsofaActive.svg) no-repeat top;
}

#categoryTagFilter ul#chooseSofaShape li.I-shape.selected {
    background: url(images/straightSofaActive.svg) no-repeat top;
}

ul#chooseSofaCategory li a {
    width: 150px;
    height: 50px;
    display: block;
    position: relative;
}

ul#chooseSofaCategory li a#sedezneGarniture {
    background: url(images/kategorijeSedezna.svg) no-repeat top;
    background-size: auto 50px;
}

ul#chooseSofaCategory li.selected a#sedezneGarniture,
ul#chooseSofaCategory li a#sedezneGarniture:hover {
    background: url(images/kategorijeSedeznaActive.svg) no-repeat bottom;
    background-size: auto 50px;
}

ul#chooseSofaCategory li a#postelje {
    background: url(images/kategorijePostelja.svg) no-repeat top;
    background-size: auto 50px;
}

ul#chooseSofaCategory li.selected a#postelje,
ul#chooseSofaCategory li a#postelje:hover {
    background: url(images/kategorijePosteljaActive.svg) no-repeat bottom;
    background-size: auto 50px;
}

ul#chooseSofaCategory li a#pocivalniki {
    background: url(images/kategorijePocivalnik.svg) no-repeat top;
    background-size: auto 50px;
}

ul#chooseSofaCategory li.selected a#pocivalniki,
ul#chooseSofaCategory li a#pocivalniki:hover {
    background: url(images/kategorijePocivalnikActive.svg) no-repeat bottom;
    background-size: auto 50px;
}

ul#chooseSofaCategory li a#tabureji {
    background: url(images/kategorijeTabure.svg) no-repeat top;
    background-size: auto 50px;
}

ul#chooseSofaCategory li.selected a#tabureji,
ul#chooseSofaCategory li a#tabureji:hover {
    background: url(images/kategorijeTabureActive.svg) no-repeat bottom;
    background-size: auto 50px;
}

ul#chooseSofaCategory li a#fotelji_stoli {
    background: url(images/kategorijeStol.svg) no-repeat top;
    background-size: auto 50px;
}

ul#chooseSofaCategory li.selected a#fotelji_stoli,
ul#chooseSofaCategory li a#fotelji_stoli:hover {
    background: url(images/kategorijeStolActive.svg) no-repeat bottom;
    background-size: auto 50px;
}

ul#chooseSofaCategory li a#barskiStoli {
    background: url(images/kategorijeBarskiStol.svg) no-repeat top;
    background-size: auto 50px;
}

ul#chooseSofaCategory li.selected a#barskiStoli,
ul#chooseSofaCategory li a#barskiStoli:hover {
    background: url(images/kategorijeBarskiStolActive.svg) no-repeat bottom;
    background-size: auto 50px;
}

ul#chooseSofaCategory li a#dekorativneBlazine {
    background: url(images/kategorijeDekor.svg) no-repeat top;
    background-size: auto 50px;
}

ul#chooseSofaCategory li.selected a#dekorativneBlazine,
ul#chooseSofaCategory li a#dekorativneBlazine:hover {
    background: url(images/kategorijeDekorActive.svg) no-repeat bottom;
    background-size: auto 50px;
}

ul#chooseSofaCategory li a h4 {
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    line-height: 13px;
}

ul#chooseSofaCategory li a#postelje h4 {
    bottom: -53px;
}

/*
ul#chooseSofaCategory li a:hover h4,
ul#chooseSofaCategory li.selected a h4 {
    color: #dcbf64;
}
*/

ul#products {
    list-style-type: none;
    padding: 0;
    margin-left: -60px;
    display: flex;
    flex-wrap: wrap;
}

ul#products li {
    width: 50%;
    float: left;
    padding-left: 60px;
    padding-bottom: 60px;
}

ul#products li .border {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background: #fff;
    padding: 30px;
    min-height: 300px;
    position: relative;
}

ul#products li .border .odprodaja {
    background: #931d1d;
    position: absolute;
    top: 0; left: 0;
    z-index: 10;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

ul#products li .owl-carousel.owl-four {
    width: 65%;
    float: left;
}

ul#products li .owl-carousel.owl-four .owl-nav {
    font-size: 30px;
    max-width: 70px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
}

ul#products li .owl-carousel.owl-four .owl-nav button.owl-prev {
    padding-right: 50px !important;
}

ul#products li #dataProduct {
    width: 35%;
    float: left;
    text-align: right;
}

ul#products li #dataProduct h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
}

ul#products li #dataProduct #shortDescription span {
    font-size: 14px;
    display: block;
}

ul#products li #dataProduct a.btn2 {
    width: 185px;
    height: 40px;
    border: 1px solid #dcbf64;
    text-decoration: none;
    text-align: center;
    float: right;
    margin-top: 13px;
    line-height: 40px;
    position: relative;
    z-index: 1010;
}

#productsPage #footer #otherProducts {
    margin-top: 0;
}

#createYourself h2 {
    text-align: center;
    color: #dcbf64;
    margin-top: 30px;
}

#createYourself #tabs .tabContent span.subtitle {
    text-align: center;
    display: block;
    padding: 10px 0;
}

#createYourself .buttons {
    width: 290px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -145px;
}

#createYourself .buttons button.step-shape-next {
    background: #dcbf64;
    color: #fff;
}

#createYourself .buttons button.step-shape-next:hover {
    color: #131315;
}

#createYourself .buttons button.step-shape-previous {
    margin-right: 50px;
}

#createYourself #tabs #step-shape ul li svg {
    max-width: 200px;
    width: 100%;
}

#createYourself #tabs #step-shape ul li:first-child svg {
    height: 110px;
}

#createYourself #tabs #step-shape ul li:hover svg,
#createYourself #tabs #step-shape ul li.selected svg {
    fill: #d6bf64;
}

#createYourself #tabs #step-shape button.step-shape-next {
    margin: 0;
    background: #dcbf64;
    display: block;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -60px;
}

#createYourself #tabs #step-model .owlTabsWrapper .item h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
}

#createYourself #tabs #step-model .owlTabsWrapper .owl-dots,
#createYourself #tabs #step-model .owlTabsWrapper .owl-nav {
    display: none;
}



.gridElement {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .2s;
    cursor: move;
    touch-action: none;
    user-select: none;
}

#placement-container {
    max-width: 1000px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding-top: 20px;
}

#step-placement {
    width: 100%;
}

#placement-builder {
    max-width: 450px;
    width: 100%;
    height: 100%;
}

#placement-placed-blocks {
    width: calc(100% - 450px);
    padding: 20px 0 20px 45px;
    position: relative;
}

#placement-placed-blocks #chooseDim {
    position: absolute;
    top: 0;
    right: 20px;
    left: 125px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}

#placement-placed-blocks .blocks {
    overflow-y: scroll;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #dddddd;
    height: 425px;
}

#placement-placed-blocks img {
    height: 40px !important;
    width: auto !important;
    margin-right: 20px;
}

#placement-placed-blocks .shape-variations-container {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

#placement-placed-blocks .blocks .icon-block {
    position: relative;
    margin-bottom: 10px;
    flex-direction: row;
    border-bottom: 2px solid #efefef;
    padding-bottom: 30px;
}

#placement-placed-blocks .blocks .icon-block .number {
    position: absolute;
    top: 12px !important;
    left: -25px !important;
    width: 30px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    display: block;
    height: 15px
}

#placement-placed-blocks .blocks .icon-block span {
    border: 1px solid #dcbf64;
    font-size: 15px;
    padding: 0 5px;
    line-height: 30px;
    margin: 0 10px;
    height: 30px;
    align-self: center;
    cursor: pointer;
}

#placement-placed-blocks .blocks .icon-block span.selected,
#placement-placed-blocks .blocks .icon-block span:hover {
    background: #dcbf64;
}

#placement-controls {
    flex-grow: 1;
}

#placement-controls .building-blocks {
    width: 100%;
    display: flex;
    margin: 20px auto;
    overflow-x: scroll;
}

#placement-controls ul {
    list-style-type: none;
    margin: 10px;
}

#placement-controls ul li {
    display: inline-block;
    margin: 0 4px;
    padding: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    touch-action: none;
}

.interact {
    height: 100%;
    background-color: #efefef;
}

.icon-block-container {
    width: 155px;
    display: block;
}

.icon-block-container .icon-block {
    display: block;
   touch-action: none;
   cursor: move;
   width: 155px;
   text-align: center;
   font-size: 11px;
   text-transform: uppercase;
   font-weight: 500;
}

.icon-block-container .icon-block img {
    width: 30px;
    margin: 0 auto;
}

.icon-block-container .icon-block span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    display: block;
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 15px;
}

#placement-builder .icon-block .remove {
    color: red;
    width: 10px;
    height: 10px;
    font-weight: 600;
    position: absolute;
    margin: 0;
    padding: 0;
    right: 5px;
    top: -5px;
    cursor: pointer;
}

#placement-builder .icon-block .number {
    color: #343434;
    width: 50%;
    height: 50%;
    font-weight: 600;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

#placement-builder .icon-block .dimensions {font-size: 15px;}

.icon-block-container span.shape-variation {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    margin: 10px auto;
    border: 1px solid #363636;
    cursor: pointer;
}

.icon-block-container span.shape-variation.selected {
    background-color: #dcbf64;
    color: white;
}

#chooseSofaShape li {
    padding: 10px;
}


#chooseMaterial .material, #allChooseMaterial .material {
    padding: 10px 15px !important;
    text-align: center;
    margin-right: 10px;
    display: block;
}

.material:hover {
    background: #343434;
    color: white;
}

.material.selected {
    background-color: #dcbf64;
}

.material-picker .material-category {
    padding: 5px 10px !important;
    margin-right: 5px !important;
    border: 1px solid #dcbf64;
    color: #dcbf64;
    cursor: pointer;
}

.material-category:hover {
    background: #343434;
    color: white;
    border: 1px solid #343434;
}

.material-category.selected,
.material-picker.selected {
    background-color: #dcbf64;
    color: #fff;
}

.material-picker .category {
    text-align: center;
    padding: 40px;
}

.ui-tabs .ui-tabs-active a {
    background: #dcbf64;
    color: #fff;
}


/*
        #step-model .owl-carousel .item.selected {
            background-color: #dcbf64;
        } */

#placement-placed-blocks .dimensions span {
    display: inline-block;
}

#placement-placed-blocks .blocks .icon-block {
    display: flex;
    flex-direction: row;
}

#colorDescription {
    display: block;
    text-align: center;
}

#step-summary .container {
    padding-top: 40px;
}

#step-summary h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
}

#step-summary .model-summary img.model-image {
    max-width: 200px;
}

#step-summary .material-summary .material-image {
    width: 150px;
    height: 150px;
}

#step-summary .material-summary .material-title {
    font-size: 17px;
}

#step-summary .placement-summary {
    padding-right: 30px;
}

body input[type='text'],
body input[type='number'],
body input[type='email'],
body input[type='tel'],
body input[type='url'],
body input[type='password'],
body input[type='search'],
body textarea,
body .input-text {
    width: 100%;
    height: auto;
    border: 1px solid #dddddd;
    background: none;
    box-shadow: none;
}

body #step-summary button[type='submit'] {
    background-color: #dcbf64;
    border-color: #dcbf64;
    color: #fff;
    width: 100%;
}

#step-summary form div {
    margin-bottom: 20px;
}

/*storitve*/
#storitve {
    margin-top: 50px;
}

#storitve #products .border {
    padding: 0;
}

#storitve #products #dataProduct {
    width: 100%;
    float: none;
    text-align: left;
    padding: 20px;
}

#storitve #products #dataProduct h2 {
    text-transform: none;
    font-weight: 500;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 30px;
    position: relative;
    margin-bottom: 10px;
    top: auto;
}

#storitve #products #dataProduct #shortDescription span {
    font-weight: 300;
    font-size: 18px;
    display: block;
}

#storitve #products img {
    margin: 0 auto;
}

#storitve .owl-carousel .owl-nav {
    display: block;
    font-size: 50px;
}

#storitve .owl-carousel .owl-nav button {
    position: absolute;
}

#storitve .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
    top: 50%;
    margin-top: -12.5px;
}

#storitve .owl-carousel .owl-nav button.owl-next {
    right: -30px;
    top: 50%;
    margin-top: -12.5px;
}

#goldContactUs {width: 100%; background: #dcbf64; padding: 20px 10px;}
#goldContactUs h2 {color: #222; text-align: center; padding-bottom: 10px;}
#goldContactUs span {color: #222; display: block; text-align: center; font-size: 20px; line-height: 25px;}
#goldContactUs a#contactScroll {max-width: 200px; width: 100%; display: block; text-align: center; text-decoration: none; padding: 10px; margin: 10px auto; margin-top: 20px; color: #404449; border: 1px solid #404449; background: none;}
#goldContactUs a#contactScroll:hover {border: 1px solid transparent; background: #404449; color: #fff;}

ul#products .owl-carousel .owl-item img, .models-carousel .owl-item img {
    display: block;
    width: auto !important;
    max-height: 261px;
    margin: 0 auto;
}


.models-carousel {
    background: #fff;
    padding: 20px 0;
}

.models-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    display: block;
    max-height: 228px;
}

/***************************************
***************************************
************SINGLE PRODUCT PAGE*********
****************************************
****************************************
****************************************/

.outlet-tag {
    max-width: 150px;
    background: #931d1d;
    color: #fff;
    display: block;
    padding: 5px 20px;

    position: absolute;
    bottom: 0; left: 0;
}

.normalPage#header #coverPic {
    height: 450px;
}

#singleProduct h3 {
    text-align: center;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
}

#singleProduct #wrapper2 {
    background: #fff;
}
#singleProduct #wrapper2 .col1_2.gold {
    background: none;
}
#singleProduct #monthAction .col1_2.gold #text ul li {
    border-color: #ddd;
}

#singleProduct #monthAction .col1_2.gold {
    position: relative;
}

#singleProduct #monthAction .col1_2.gold #text {
    padding-top: 0;
}

#singleProduct #monthAction .col1_2.gold #text h3 {
    text-align: left;
    padding: 0;
    color: #dcbf64;
}


#singleProduct #monthAction .col1_2.gold #text h3 span.product-sku{
    margin-top: 5px;
}

span.product-sku{
    display: block;
    color: #aaa;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}


#singleProduct #monthAction .col1_2.gold #text ul {
    list-style-type: none;
    padding: 0;
    margin-left: 0;
    padding-bottom: 15px;

    border-bottom: 1px solid #dcbf64;
}

#singleProduct #monthAction .col1_2.gold #text ul li {
    font-size: 18px;
    line-height: 21px;
    border-bottom: 1px solid #ffffff42;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#singleProduct #monthAction .col1_2.gold #text ul li strong {
    color: #000;
    font-size: 21px;
}

#singleProduct #monthAction .col1_2.gold #text ul li label {
    text-align: right;
    display: block;
    margin-left: auto;
    font-size: 24px;
    color: #000;
}

#wrapper2 #monthAction .col1_2.gold #text p {
    font-size: 21px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
}

#singleProduct .owl-carousel.owl-fifth {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

#singleProduct .owl-carousel.owl-fifth .owl-nav {
    display: block;
    font-size: 50px;
}

#singleProduct .owl-carousel.owl-fifth .owl-nav button.owl-prev {
    padding-right: 50px !important;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -12.5px;
}

#singleProduct .owl-carousel.owl-fifth .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -12.5px;
}

#productDescription {max-width: 100%;
    background: #faf9f7;
    text-align: left;
    margin: 0;
    padding: 50px 0;
    font-size: 18px;
    border-bottom: 1px solid #eae8e2;
    padding-top: 20px
}
#singleProduct #wrapper2 #monthAction .col1_2#white {border-bottom: none;}
#productDescription h3 {margin-top: 0;padding-top: 30px;font-size: 21px;margin-bottom: 0;padding-bottom: 10px;text-transform: uppercase;text-align: left;}
#singleProduct .tabContent #allMaterialsContainer #allChooseMaterialCategory .owl-all-colors {max-width: 1000px; width: 100%; margin: 0 auto;}
#singleProduct .tabContent #allMaterialsContainer #allChooseMaterialCategory .owl-all-colors .owl-nav {display: block;}
#singleProduct .tabContent #allMaterialsContainer #allChooseMaterialCategory .owl-all-colors .owl-nav button.owl-prev {position: absolute; left: -20px; top: 65px; }
#singleProduct .tabContent #allMaterialsContainer #allChooseMaterialCategory .owl-all-colors .owl-nav button.owl-next {position: absolute; right: -20px; top: 65px;}
#singleProduct .tabContent #allMaterialsContainer #allChooseMaterialCategory .owl-all-colors .owl-nav button span {font-size: 60px;}

#singleProduct #createYourself {border-top: 1px solid #36302f;}
/*BTN -effect*/
.btn {
    cursor: pointer;
    position: relative;
    transition: all 1s;
    display: block;
}

.btn:after, .btn:before {
    content: " ";
    width: 15px;
    height: 15px;
    position: absolute;
    transition: all 1s;
}

.btn:after {
    top: 0;
    left: 0;
    border-top: 1px solid #dcbf64;
    border-left: 1px solid #dcbf64;
}

.btn:before {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #dcbf64;
    border-right: 1px solid #dcbf64;
}

.btn.selected:before, .btn.selected:after,
.btn:hover:before, .btn:hover:after {
    width: 100%;
    height: 100%;
}
.btn.selected:after,
.btn:hover:after {
    border-top: 1px solid #404449;
    border-left: 1px solid #404449;
}
.btn.selected:before,
.btn:hover:before {
    border-bottom: 1px solid #404449;
    border-right: 1px solid #404449;
}


@media (min-width: 1200px) {
    nav#menu li.current_page_item .btn {
        border-top: 1px solid #404449;
        border-left: 1px solid #404449;
    }
    nav#menu li.current_page_item .btn {
        border-bottom: 1px solid #404449;
        border-right: 1px solid #404449;
    }
}

/*BOX -effect*/
.box {
    cursor: pointer;
    position: relative;
    transition: all 1s;
    display: block;
}

.box:after, .box:before {
    content: " ";
    width: 100px;
    height: 100px;
    position: absolute;
    transition: all 1s;
}

.box:after {
    top: 0;
    left: 0;
    border-top: 1px solid #dcbf64;
    border-left: 1px solid #dcbf64;
}

.box:before {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #dcbf64;
    border-right: 1px solid #dcbf64;
}

.box:hover:before, .box:hover:after {
    width: 100%;
    height: 100%;

}

.box:hover:after {

    border-top: 1px solid #404449;
    border-left: 1px solid #404449;
}

.box:hover:before {

    border-bottom: 1px solid #404449;
    border-right: 1px solid #404449;
}


/*btn2 -effect*/
.btn2 {
    cursor: pointer;
    position: relative;
    transition: all 1s;
    display: block;
}

.btn2:after, .btn2:before {
    content: " ";
    width: 15px;
    height: 15px;
    position: absolute;
    transition: all 1s;
}

.btn2:after {
    top: -1px;
    left: -1px;
    border-top: 1px solid #2c2d33;
    border-left: 1px solid #2c2d33;
}

.btn2:before {
    bottom: -1px;
    right: -1px;
    border-bottom: 1px solid #2c2d33;
    border-right: 1px solid #2c2d33;
}

.btn2:hover:before, .btn2:hover:after {
    width: 100%;
    height: 100%;

}

.btn2:hover:after {

    border-top: 1px solid #404449;
    border-left: 1px solid #404449;
}

.btn2:hover:before {

    border-bottom: 1px solid #404449;
    border-right: 1px solid #404449;
}

/*
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.material-picker .owl-carousel .owl-stage,
#materialsContainer .owl-carousel .owl-stage{
    display: flex;
}
.material-picker .color .owl-carousel .item,
#materialsContainer .color .owl-carousel .item {
    height: 100%;
}
.material-picker .color .owl-carousel .item img,
#materialsContainer .color .owl-carousel .item img {
    height: 100%;
    object-fit: cover;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

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

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
   /* background: url(owl.video.play.png) no-repeat;*/
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.5/assets/owl.carousel.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.5/assets/owl.theme.default.min.css);
/*
.owl-carousel {
.owl-item {
.loop(@i) when (@i > 0) {
&:nth-child(@{i}) {
    rotate: (360deg / 12) * @i;
    background-color: spin(#4DC7A0, (360deg / 12) * @i);
}
.loop(@i - 1);
}
.loop(12); // Zaženi zanko od 12 navzdol
}

.item {
    padding: 20% 50%;
}
}

*/

/** BUILDER SCROLLER **/
#placement-builder #placement-controls .building-blocks {
    padding-bottom: 20px;
}

#placement-builder #placement-controls .building-blocks::-webkit-scrollbar, #placement-container #placement-placed-blocks .blocks::-webkit-scrollbar {
    -webkit-appearance: none;
}

#placement-builder #placement-controls .building-blocks::-webkit-scrollbar:vertical, #placement-container #placement-placed-blocks .blocks::-webkit-scrollbar:vertical {
    width: 18px;
}

#placement-builder #placement-controls .building-blocks::-webkit-scrollbar:horizontal, #placement-container #placement-placed-blocks .blocks::-webkit-scrollbar:horizontal {
    height: 12px;
}

#placement-builder #placement-controls .building-blocks::-webkit-scrollbar-thumb, #placement-container #placement-placed-blocks .blocks::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

#placement-builder #placement-controls .building-blocks::-webkit-scrollbar-track, #placement-container #placement-placed-blocks .blocks::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

/*
body .language-choose {
    float: right;

    position: absolute;
    top: 17px;
    right: -50px;
    font-size: 17px;


}

.choose-lang {
    cursor: pointer;
}

.chooseLanguage {
    display: none;
}
.chooseLanguage.active {
    display: block;
}

body .language-choose .chooseLanguage {
    position: absolute;
    background: #dcbf64;
    right: 0;
}
body .language-choose .chooseLanguage ul  {
    float: none;
    line-height: normal;
    margin: 0;
}

body .language-choose .chooseLanguage ul  li {
    margin: 0;
    padding: 0;
}*/

.languages-footer {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 18px !important;

}
.languages-footer a img{
    display: block;
    width: 30px;

    filter: grayscale(1);
}
.languages-footer a:hover img{
    filter: grayscale(0);
}

html[lang="en-GB"] .languages-footer a:nth-child(2) img{
    filter: grayscale(0);
}
html[lang="sl-SI"] .languages-footer a:first-child img{
    filter: grayscale(0);
}
html[lang="hr"] .languages-footer a:last-child img{
    filter: grayscale(0);
}






ul.nav-tabs {
    display: flex;  justify-content: center;
    list-style-type: none;
    margin: 0 0 30px 0; padding: 0;
}

ul.nav-tabs li.nav-item {height: auto; display: flex; }
ul.nav-tabs li .nav-link {min-height: 50px; font-size: 16px; line-height: 16px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-right: 1px solid #ddd; transition: all ease-in-out 0.45s}
ul.nav-tabs li:last-child .nav-link {
    border: none;
}
ul.nav-tabs li .nav-link:hover {
    color: #fff;
    background: #222;
}
ul.nav-tabs li .nav-link.active{ background-color: #dcbf64; color: #222; }
ul.nav-tabs li .nav-link span {
    display: block;
    font-size: 13px;
    font-style: italic;
}
.tab-content>.tab-pane.active {
    display: block;
}
.tab-content>.tab-pane {
    display: none;
}


/*services*/
.services {

}
.services  .item_service {
    gap: 16px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 24px;
}
.services  .item_service .images {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.services  .item_service img {
    width: calc(25% - 12px);
    max-height: 250px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}
.services  .item_service .dataProduct h2 {
    font-weight: 500;
    font-size: 28px;
}
.services  .item_service .dataProduct .shortDescription {
    margin-bottom: 16px;
}

/****************************************************************************************************************************************************
*****************************************************************************************************************************************************
*****************************************************************************************************************************************************
RESPOSNIVE
*****************************************************************************************************************************************************
*****************************************************************************************************************************************************
****************************************************************************************************************************************************/

@media only screen and (max-width: 1680px) {
    .wp1520 {
        padding: 0 16px;
    }

    .contentPage {
        transition: all .45s ease-in-out;
    }
    .contentPage.open {
        transform: translate3d(0, 0, 0) translateX(-300px) scale3d(1, 1, 1);
    }

    .contentPage.closed {
        -webkit-transform: translate3d(0, 0, 0) translateX(0) scale3d(1, 1, 1);
        -moz-transform: translate3d(0, 0, 0) translateX(0) scale3d(1, 1, 1);
        -o-transform: translate3d(0, 0, 0) translateX(0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) translateX(0) scale3d(1, 1, 1);
    }

    /*RESPONSIVE MENU*/
    nav#menu li:first-child a {
        border-top: 1px solid #ffffff40;
    }

    nav#menu li.current_page_item a {
        color: #000;
    }
    nav#menu li a {
        border-bottom: 1px solid #ffffff40;
    }

    nav#menu li a.btn:before {
        border-right: none;
    }

    nav#menu li a.btn:hover:before {
        border-right: none;
    }

    nav#menu li a {
        color: #fff;
        margin: 0;
        padding: 15px;
    }
    nav#menu {
        transition: right ease-in-out 0.45s;
    }

    nav#menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 305px;
        margin: 0;
        padding: 0;
        z-index: 10;
        background: #dcbf64;
        transition: transform ease-in-out 0.45s;
        transform: translateX(0%);
    }

    nav#menu.closedMenu {
        display: block;
        transform: translateX(100%);
        transition: transform ease-in-out 0.45s;
    }

    nav#menu ul {
        padding-top: 80px;
        float: none;
        padding-left: 0;
        margin: 0;
    }

    nav#menu ul li {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
        cursor: pointer;
    }

    nav#menu ul li:hover {
        background: #dcbf64;
    }

    nav#menu a.menu-button {
        right: -270px;
    }

    nav#menu ul.language-header {
        padding-top: 0;
    }
    nav#menu ul.language-header li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    nav#menu ul.language-header li a {
        border: none !important;
    }

    /*
    .contentPage #blankContent {
        position: fixed;
        right: -100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9;

        transition: right ease-in-out 0.45s;
    }

    .contentPage.open #blankContent {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9;
    }
    */

    .contentPage #blankContent {
        position: fixed;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9;
        transition: transform ease-in-out 0.45s;
        display: block;
        transform: translateX(100%);
    }

    .contentPage.open #blankContent {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9;
        transform: translateX(0);
    }

    /*MENU OPEN/CLOSE BUTTON*/
    a.js-menu-button {
        display: block;
    }

    .menu-icon {
        position: relative;
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .menu-icon span {
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #ffffff;
        transition: all 250ms ease-in-out;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .menu-icon span:nth-child(1) {
        top: 20px;
    }

    .menu-icon span:nth-child(2),
    .menu-icon span:nth-child(3) {
        top: 30px;
    }

    .menu-icon span:nth-child(4) {
        top: 40px;
    }

    .menu-button:hover span {
        background: #fff;
    }

    .menu-icon.is-active span:nth-child(1),
    .menu-icon.is-active span:nth-child(4) {
        opacity: 0;
    }

    .menu-icon.is-active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-icon.is-active span:nth-child(3) {
        top: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    a.menu-button {
        position: absolute;
        right: 0;
        width: 72px;
        height: 60px;
        padding: 0 20px;
        z-index: 11;
    }

    .menu-button .menu-icon span {
        background: #404449;
    }

    .menu-button .menu-icon.is-active span {
        background: #fff;
    }

    .menu-button .menu-icon.is-active:hover span {
        color: #404449;
    }

    #menu#menu ul li a:after,
    #menu.fill ul li a:after {
        display: none;
    }

    #menu {
        width: 300px;
    }

}

@media only screen and (max-width: 1520px) {
    ul#products li #dataProduct h2 {
        font-size: 35px;
    }

    #createYourself #tabs .tabContent .owlTabsWrapper {
        max-width: 100%;
        width: 1000px;
        padding: 40px 0;
    }


}


@media only screen and (max-width: 1450px) {
    #monthAction .col1_2 #image {
        max-width: 400px;
        width: 100%;
        float: right;
    }
}

@media only screen and (max-width: 1300px) {
    #monthAction #rotatedDIv {
        display: none;
    }

    #monthAction .col1_2 #image {
        max-width: 100%;
    }

    #monthAction .col1_2 {
        width: 100%;
    }

    #aboveFooter .col1_3 .inline#contactData {
        font-size: 18px;
    }

    #aboveFooter .col1_3 .owl-carousel span#shortDescription {
        font-size: 18px;
        font-weight: 300;
    }

    #aboveFooter .col1_3 .owl-carousel a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) {
    #header #coverPic {
        height: 500px;
    }

    #header #diagonalBackground {
        background-position: left bottom;
    }

    #header #diagonalBackground h1 {
        padding-top: 0;
        font-size: 45px;
    }

    ul#chooseSofaShape {
        margin: 20px auto 30px;
    }

    #step-summary .container {display: block;}
    #step-summary .container .model-summary {width: 50%; float: left;}
    #step-summary .container .placement-summary {width: 50%; float: left;}
    #step-summary .container .material-legs-container {width: 50%; float: left; padding-top: 20px;}
    #step-summary .container .contact-data {width: 50%; float: left; padding-top: 20px;}
    #createYourself #tabs .tabContent#step-summary {padding-bottom: 0;}


}

@media only screen and (max-width: 1150px) {
    #aboveFooter .col1_3 {
        width: 50%;
        padding-left: 40px;
        float: left;
    }

    #aboveFooter .col1_3:last-child {
        width: 100%;
        padding-left: 40px;
        float: none;
        margin-top: 40px;
        position: relative;
    }
    #aboveFooter .col1_3 .inline#contactData #contactForm {left: 40px;}
    #aboveFooter .col1_3 .inline#contactData #contactForm.open {overflow-y: scroll}

    #aboveFooter .col1_3 .inline {
        min-height: 100px;
    }

    #aboveFooter .col1_3:last-child .inline {
        min-height: 100px;
    }

    #aboveFooter .col1_3:last-child .clear {
        margin-left: -40px;
    }

    #aboveFooter .col1_3:last-child .clear .col1_2 {
        width: 50%;
        float: left;
        padding-left: 40px;
    }


    ul#chooseSofaCategory {justify-content: center; margin-top: 20px;}
    ul#chooseSofaCategory li a#postelje h4 {

    }

    ul#chooseSofaCategory li a#sedezneGarniture {
        background: url(images/kategorijeSedezna.svg) no-repeat bottom;
        background-size: auto 25px;
    }

    ul#chooseSofaCategory li.selected a#sedezneGarniture,
    ul#chooseSofaCategory li a#sedezneGarniture:hover {
        background: url(images/kategorijeSedeznaActive.svg) no-repeat bottom;
        background-size: auto 25px;
    }

    ul#chooseSofaCategory li a#postelje {
        background: url(images/kategorijePostelja.svg) no-repeat bottom;
        background-size: auto 25px;
    }

    ul#chooseSofaCategory li.selected a#postelje,
    ul#chooseSofaCategory li a#postelje:hover {
        background: url(images/kategorijePosteljaActive.svg) no-repeat bottom;
        background-size: auto 25px;
    }

    ul#chooseSofaCategory li a#pocivalniki {
        background: url(images/kategorijePocivalnik.svg) no-repeat bottom;
        background-size: auto 25px;
    }

    ul#chooseSofaCategory li.selected a#pocivalniki,
    ul#chooseSofaCategory li a#pocivalniki:hover {
        background: url(images/kategorijePocivalnikActive.svg) no-repeat bottom;
        background-size: auto 25px;
    }

    ul#chooseSofaCategory li a#tabureji {
        background: url(images/kategorijeTabure.svg) no-repeat bottom;
        background-size: auto 25px;
    }

    ul#chooseSofaCategory li.selected a#tabureji,
    ul#chooseSofaCategory li a#tabureji:hover {
        background: url(images/kategorijeTabureActive.svg) no-repeat bottom;
        background-size: auto 25px;
    }

    ul#chooseSofaCategory li a#fotelji_stoli {
        background: url(images/kategorijeStol.svg) no-repeat bottom;
        background-size: auto 25px;
    }

    ul#chooseSofaCategory li.selected a#fotelji_stoli,
    ul#chooseSofaCategory li a#fotelji_stoli:hover {
        background: url(images/kategorijeStolActive.svg) no-repeat bottom;
        background-size: auto 25px;
    }

    ul#chooseSofaCategory li a#barskiStoli {
        background: url(images/kategorijeBarskiStol.svg) no-repeat bottom;
        background-size: auto 25px;
    }

    ul#chooseSofaCategory li.selected a#barskiStoli,
    ul#chooseSofaCategory li a#barskiStoli:hover {
        background: url(images/kategorijeBarskiStolActive.svg) no-repeat bottom;
        background-size: auto 25px;
    }

    ul#chooseSofaCategory li a#dekorativneBlazine {
        background: url(images/kategorijeDekor.svg) no-repeat bottom;
        background-size: auto 25px;
    }

    ul#chooseSofaCategory li.selected a#dekorativneBlazine,
    ul#chooseSofaCategory li a#dekorativneBlazine:hover {
        background: url(images/kategorijeDekorActive.svg) no-repeat bottom;
        background-size: auto 25px;
    }



}

@media only screen and (max-width: 1100px) {
    ul#products li .border {
        padding: 20px;
        padding-top: 80px;
        min-height: 570px;
    }

    ul#products li .owl-carousel.owl-four {
        width: 100%;
        float: none;
        text-align: left;
    }

    ul#products li #dataProduct {
        width: 100%;
        float: none;
        text-align: left;
        margin-top: 20px;
    }

    ul#products li #dataProduct h2 {
        left: 0;
        right: 0;
        text-align: center;
    }

    ul#products li #dataProduct a.btn2 {
        width: 100%;
        margin: 20px 0;
        margin-bottom: 0;
    }

    ul#products li .owl-carousel.owl-four .owl-nav {
        top: 10px;
    }



}

@media only screen and (max-width: 1000px) {
    #aboveFooter { /* flex-direction: column-reverse; */
    }

    #aboveFooter .col1_3 { /* width: 100%; *//* padding-bottom: 50px; */
    }

    #aboveFooter .col1_3:first-child { /* padding-bottom: 0; */
    }

    #otherProducts {
        margin-bottom: 0;
    }

    #monthAction .col1_2.gold #text h1,
    h2#chooseShape,
    #chooseCategory h2.chooseShape,
    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    h3 {
        font-size: 23px;
        line-height: 30px;
    }

    #createYourself h3 {
        font-size: 23px;
        line-height: 30px;
        font-weight: 300;
        margin-top: 20px;
    }


    #wrapper2 #monthAction .col1_2.gold #text h3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #wrapper2 #monthAction .col1_2.gold #text p {
        font-size: 19px
    }

    h2#chooseShape {
        padding-top: 30px;
    }

    #createYourself h3 {
        font-size: 20px;
        margin-top: 15px;
    }

    #createYourself span.subTitle {
        font-size: 16px;
        font-weight: 300;
    }

    #singleProduct #monthAction .col1_2.gold #text h3 {
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    #otherProducts .owl-carousel .item a h4 {
        font-size: 25px;
        line-height: 25px;
    }

    #footer #subMenu {
        padding: 0;
    }

    #storitve ul#products li {
        width: 50%;
    }

    #placement-container {display: block;}
    #placement-builder {margin: 0 auto;}
    #placement-placed-blocks {width: 100%;}

    #createYourself #tabs .tabContent .owlTabsWrapper #chooseLeg .legs .owl-carousel .owl-item .item.leg img {max-width: 100%; height: 100%;}


}



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


    #header #diagonalBackground h1 {
        text-align: right;
        color: #404449;
        line-height: 45px;
        font-size: 40px;
    }

    #header #diagonalBackground h1 strong {
        display: block;
    }

}


.scroller-container  button {
    display: none;
}

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

    .wp1520 .wp1520 {
        padding: 0;
    }
    /*
    ul#chooseSofaCategory li a#sedezneGarniture {background: none;}
    ul#chooseSofaCategory li.selected a#sedezneGarniture,
    ul#chooseSofaCategory li a#sedezneGarniture:hover {background: none;}
    ul#chooseSofaCategory li a#postelje {background: none;}
    ul#chooseSofaCategory li.selected a#postelje,
    ul#chooseSofaCategory li a#postelje:hover {background: none;}
    ul#chooseSofaCategory li a#pocivalniki {background: none;}
    ul#chooseSofaCategory li.selected a#pocivalniki,
    ul#chooseSofaCategory li a#pocivalniki:hover {background: none;}
    ul#chooseSofaCategory li a#tabureji {background: none;}
    ul#chooseSofaCategory li.selected a#tabureji,
    ul#chooseSofaCategory li a#tabureji:hover {background: none;}
    ul#chooseSofaCategory li a#stoli {background: none;}
    ul#chooseSofaCategory li.selected a#stoli,
    ul#chooseSofaCategory li a#stoli:hover {background: none;}
    ul#chooseSofaCategory li a#barskiStoli {background: none;}
    ul#chooseSofaCategory li.selected a#barskiStoli,
    ul#chooseSofaCategory li a#barskiStoli:hover {background: none;}
    ul#chooseSofaCategory li a#dekorativneBlazine {background: none;}
    ul#chooseSofaCategory li.selected a#dekorativneBlazine,
    ul#chooseSofaCategory li a#dekorativneBlazine:hover {background: none;}
     */

    ul#chooseSofaCategory {display: flex; justify-content: flex-start;  margin-bottom: 20px; overflow-x: scroll;
        scroll-behavior: smooth; /* Gladka animacija scrollanja */
        white-space: wrap; /* Prepreči prelom vrstic */
        -webkit-overflow-scrolling: touch;
    }
    ul#chooseSofaCategory li { min-width: 25%; width: 25%;}
    ul#chooseSofaCategory li a {width: auto; text-decoration: none;}
    ul#chooseSofaCategory li a h4 {position: relative; bottom: auto;}
    ul#chooseSofaCategory li a#postelje h4 {position: relative; bottom: auto;}

    ul#chooseSofaCategory::-webkit-scrollbar {
        display: none;
    }
    .scroller-container {
        display: flex;
        align-items: center;
    }

    .scroller-container  button {
        background-color: #dcbf64;
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 18px;
        margin: 5px;
        transition: background-color ease-in-out 0.45s;
        display: block;
    }

    button:hover {
        background-color: #000;
    }
}


@media only screen and (max-width: 750px) {
    #header #topBorder { /* display:none; */
    }

    #header #diagonalBackground {
        bottom: 200px;
    }

    #header #diagonalBackground a#logo {
        width: 130px;
        margin-top: 10px;
    }

    #header #diagonalBackground h1 {
        padding-top: 20px;
    }


    #wrapper2 #whiteBackground {
        width: 100%;
    }

    #wrapper2 #monthAction .col1_2.gold #text {
        padding: 30px 20px;
    }

    #wrapper2 #monthAction .col1_2.gold #text h3 {
        padding-top: 15px;
    }

    #wrapper2 #monthAction {
        display: block;
    }

    #wrapper2 #monthAction.wp1520 {
        padding: 0;
    }

    #wrapper2 #monthAction .col1_2.gold #text {
        max-width: 100%;
        padding: 30px 20px;
    }

    #wrapper2 #monthAction .col1_2 #image {
        float: none;
    }

    #wrapper2 #monthAction .col1_2 #image .owl-carousel.owl-three {
        max-width: 100%;
        float: none;
        margin-top: 0;
        min-height: unset;
    }

    #wrapper2 #monthAction .col1_2.gold #text h3 {
        line-height: 34px;
    }
}


@media only screen and (max-width: 700px) {
    #footer #subMenu {
        padding: 0;
    }

    #footer .col1_4 {
        width: 100%;
    }

    #footer .col1_4 ul {
        padding-bottom: 30px;
    }

    #footer .col1_4 ul li {
        width: 33.33%;
        float: left;
    }

    #footer #links {
        margin-top: 20px;
    }

    ul#products li #dataProduct h2 {
        font-size: 35px;
    }


    ul#products {
        margin-right: 0;
    }

    ul#products li {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-bottom: 20px;
    }

    ul#products li .border {
        min-height: 100px;
    }

    #singleProduct #wrapper2 #monthAction .col1_2.gold #text h3 {
        padding: 0;
        margin-bottom: 10px;
        line-height: 16px;
    }


    ul#chooseSofaCategory li { min-width: 33.33%; width: 33.33%;}

}

@media only screen and (max-width: 600px) {
    #header #coverPic {
        height: 400px;
    }

    #header #diagonalBackground a#logo {
        margin-top: 10px;
    }

    #header #diagonalBackground h1 {
        font-size: 30px;
        line-height: 35px;
        padding-top: 20px;
    }

    ul#chooseSofaShape {
        max-width: 360px;
        margin: 20px auto;
    }

    ul#chooseSofaShape li {
        padding-right: 30px;
    }

    ul#chooseSofaShape li img {
        max-width: 100px;
        width: 100%;
    }

    #aboveFooter .col1_3 {
        width: 100%;
        padding-left: 40px;
        margin-bottom: 20px;
        float: none;
    }

    #aboveFooter .col1_3:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }

    #footer hr#black {
        margin: 20px auto;
    }

    #storitve ul#products li {
        width: 100%;
        float: none;
    }

    #step-summary .container .model-summary {width: 100%; float: none;}
    #step-summary .container .placement-summary {width: 100%; float: none;}
    #step-summary .container .material-legs-container {width: 100%; float: none; padding-top: 0;}
    #step-summary .container .contact-data {width: 100%; float: none; padding-top: 0;}
    #createYourself #tabs .tabContent#step-summary {padding-bottom: 20px;}
    #createYourself #tabs .tabContent#step-summary .buttons button.step-shape-previous {background: none; margin: 0 auto; padding: 0; position: relative; top: 20px; display: block; color: #cccccc;}

    h2#chooseShape {padding-top: 0;}
}



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

    ul#products li #dataProduct h2 {font-size: 25px; line-height: 28px;}

    #aboveFooter .col1_3 .inline#contactData {
        font-size: 16px;
    }

    #aboveFooter .col1_3 .owl-carousel span#shortDescription {
        font-size: 16px;
        font-weight: 300;
    }

    #aboveFooter .col1_3 .owl-carousel a {
        font-size: 16px;
    }

    #aboveFooter .col1_3 ul#where,
    #aboveFooter .col1_3 ul#contact {
        padding-bottom: 20px;
    }

    #aboveFooter .col1_3 span#underTitle {
        padding-bottom: 20px;
        font-size: 18px;
    }

    h2#chooseShape,
    #otherProducts h2,
    #chooseCategory h2.chooseShape,
    h1 {
        font-size: 25px;
        line-height: 35px;
    }

    h2 {
        font-size: 21px;
        line-height: 25px;
    }

    h3 {
        font-size: 18px;
        line-height: 21px;
    }

    #footer .col1_4 ul {
        padding-bottom: 15px;
    }

    #footer .col1_4 ul li {
        width: 50%;
    }


    #footer .col1_4 h4 {
        font-size: 16px;
    }

    ul#products li {
        padding-bottom: 20px;
    }


    #placement-placed-blocks {padding-left: 0;}
    #placement-placed-blocks .blocks {height: auto;}
    #placement-placed-blocks #chooseDim {position: relative; left: auto; top: auto; right: auto;}


    #goldContactUs {padding: 20px 10px;}
    #goldContactUs span {font-size: 17px; line-height: 20px;}
    #goldContactUs a#contactScroll {padding: 5px; font-size: 19px;}


}


@media only screen and (max-width: 500px) {
    #singleProduct #monthAction .col1_2.gold #text ul li {
        flex-direction: column;
        align-items: flex-start;
    }
    #singleProduct #monthAction .col1_2.gold #text ul li label {
        margin-left: 0;
        margin-top: 10px;
    }


    #singleProduct #monthAction .col1_2.gold #text ul li {
        font-size: 18px;
        line-height: 24px;
    }

    #singleProduct #monthAction .col1_2.gold #text ul li strong {
        width: 350px;
    }

    #bottomFooter #finePrint span {
        line-height: 16px;
        padding: 0 20px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    #header #diagonalBackground h1 {
        font-size: 30px;
        line-height: 35px;
    }

    #aboveFooter .col1_3:last-child .clear {
        margin-left: -0;
    }

    #aboveFooter .col1_3:last-child .clear .col1_2 {
        width: 100%;
        float: none;
        padding-left: 0;
    }


    ul#chooseSofaCategory li {width: 100%;}


    #categoryTagFilter ul#chooseSofaShape li.L-shape.selected,
    #categoryTagFilter ul#chooseSofaShape li.U-shape {background-size: auto 70px;}
    #categoryTagFilter ul#chooseSofaShape li.I-shape {background-size: 80px auto;}


    #materialsContainer #chooseMaterial span, #allMaterialsContainer #allChooseMaterial span {float: none; margin: 10px 0;}
    #createYourself #tabs .tabContent .owlTabsWrapper #chooseMaterial span, #allChooseMaterial span {float: none; margin: 10px 0;}
    #aboveFooter .col1_3 .inline#contactData #contactForm.open p span input {margin-bottom: 10px;}
    #aboveFooter .col1_3 .inline#contactData #contactForm.open {overflow-y: hidden;}


    ul#chooseSofaCategory li { min-width: 50%; width: 50%;}

}

@media only screen and (max-width: 450px) {
}


@media only screen and (max-width: 400px) {
    ul#chooseSofaCategory li a {
        height: 60px;
    }



    #header #diagonalBackground a#logo {
        width: 100px;
    }

    #header #diagonalBackground h1 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 350px) {
    #footer .col1_4 ul li {
        width: 100%;
    }

    #footer #links {
        margin-top: 0;
    }
}
@media only screen and (min-width: 2100px) {
    #header.headerProduct #diagonalBackground,
    #header #diagonalBackground {
        background-position: 0 0;
    }

}

@media only screen and (max-width: 2099px) {
    #header.headerProduct #diagonalBackground,
    #header #diagonalBackground {
        background-position: calc(50% - 700px) 0;
    }
}

@media only screen and (max-width: 1400px) {
    #header #diagonalBackground{
        background-position: -470px 0;
    }
}




@media only screen and (max-width: 1250px) {
    #header.headerProduct #diagonalBackground {
        background-position: 0;
    }
}

@media only screen and (max-width: 900px) {
    #header #diagonalBackground{
        background-position: -610px 0;
    }
}


@media only screen and (max-width: 680px) {
    #header.headerProduct #diagonalBackground,
    #header #diagonalBackground {
        background-position: -800px 0;
    }
}

@media only screen and (max-width: 420px) {
    #header.headerProduct #diagonalBackground,
    #header #diagonalBackground {
        background-position: -840px 0;
        padding: 20px 0;
    }
}

