/*

	Created: 14.01.2020
	Author: Jakub Ĺ tellner
	Email: jakub.stellner03@gmail.com

*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');


/* Bootstrap settings */

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}

:root {
    --mainColor: black;
}

img {
    max-width: 100%;
}

.content {
    padding: 20px;
    display: flex;
    position: relative;
}

.navigation-items {
    display: flex;
    flex-direction: column;

}

.navigation-items .nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 95px;
    height: 75px;
    border: 1px solid #ececec;
    color: #808080;
    padding: 5px;
    font-size: 12px;
}

.navigation-items .nav__item:hover,
.navigation-items .nav__item.active {
    background: black;
    border: none;
    color: white;
    text-decoration: none;
}

.navigation-items .nav__item path {
    fill: #9e9e9e;
}

.navigation-items .nav__item:hover path,
.navigation-items .nav__item.active path {
    fill: white;
}

.navigation-items .nav__item .nav__icon {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-detail {
    overflow: hidden;
    width: 100%;
}

.pulse {
    width: 70px;
}

.nav-detail-inside {
    padding-right: 2rem;
    background: none;
    width: 100%;
    max-width: 450px;
    position: relative;
    transition: 1s left;
}


.nav-detail {
    max-width: 600px;
    display: flex;
    max-width: 251px;
    width: 100%;
}
.left-nav .navigation-items {
    margin-right: 10px;
}
.info-tip { 
    background: black;
    width: 100%;
    max-width: 270px;
    color: white;
    padding: 1rem;
    padding-left: 1.5rem;
    margin-left: auto;
    margin-top: 1rem;
    right: 0;
    bottom: -45px;
    z-index: 50;
    display: flex;
    align-items: flex-start;
    
    font-size: 13px;
}
.info-tip::before {
    content: url(../img/size.svg);
    margin-right: 1.5rem;
}

.nav-detail .heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;

}

.nav-detail .heading h1 {
    font-size: 24px;
    font-weight: 700;
}

.nav-detail .heading h2 {
    font-size: 18px;
    font-weight: 500;
}

.close:hover svg path {
    fill: black;
}

.select-box-item {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
}

.select-box-item a {
    padding: 12px 5px;
    color: black;
    font-size: 14px;
    background: white;
    margin: 5px;
    min-width: 130px;
    display: flex;
    justify-content: center;
    background-color: white;
    font-weight: 600;
    border: 2px solid black;
}

.select-box-item a:hover,
.select-box-item a.active {
    color: white;
    background-color: black;
    font-weight: 600;
    text-decoration: none;


}

.preview-content .select-box-item {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;

}

.preview-content .select-box-item a {
    padding: 12px 5px;
    color: black;
    font-size: 14px;
    background: white;
    margin: 5px;
    min-width: 130px;
    display: flex;
    justify-content: center;
    background-color: white;
    font-weight: 600;
    border: none;
}

.preview-content .select-box-item a:hover,
.preview-content .select-box-item a.active {
    color: black;
    font-weight: 600;
    background-color: #212529;
    color: white;
    text-decoration: none;

}


.preview-scroll {
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    max-height: 458px;
    margin-top: 10px;
    align-items: flex-start;
}

.preview-scroll .scroll-item {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 42%;
    margin: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.preview-scroll .scroll-item:hover {
    text-decoration: none;
}

.preview-scroll .scroll-item .text {
    font-weight: 600;
    margin-top: 5px;
    color: black;
}

.preview-scroll::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.preview-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: white;
}

.scroll-item .image {
    max-width: 100%;
}

.scroll-item .image div {
    max-width: 100% !important;
}

/* Handle */
.preview-scroll::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
}

/* Handle on hover */
.preview-scroll::-webkit-scrollbar-thumb:hover {
    background: #051f5f;
}

.preview-content {
    width: 100%;
    position: relative;
    /* background: url(../images/layout.png); */
}

.preview-content .item {
    padding: 50px;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.preview-content .item img {
    max-width: 530px;
    text-align: center;
}

.owl-dots {
    counter-reset: dots;
    outline: none !important;
}

button:focus {
    outline: none;
}

.owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
    color: #9e9e9e;
    margin: 6px;
    padding: 10px 18px;
    border: 1px solid #ececec;
    outline: none !important;
}

.owl-dot:hover:before,
.owl-dot.active:before {
    background: black;
    color: white;
    outline: none !important;

}

.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}

.send-button-div {
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 40px;

}

.send-button {
    margin: auto;
    display: flex;
    color: white;
    font-weight: bold;
    background: black;
    align-items: center;
    padding: 45px 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;

}

.send-button:hover {
    opacity: 0.8
}

.send-button span {
    margin-right: 15px;
}

.nav-detail-content {
    display: none;

}

.nav-detail-content:first-child {
    display: block;
}

.menu-item {
    max-width: 550px;
    width: 100%;
    padding: 50px;
    padding-bottom: 75px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 15px;
    position: relative;
}

.menu-picker {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    padding: 30px;
}

.menu-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.text-image {
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: black;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.text-image span {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.menu-item:hover .text-image svg path {
    fill: black;
}

.preview-scroll .image {
    height: 100px;
    border: 1px solid black;
    cursor: pointer;

}
.preview-scroll .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.preview-scroll {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    padding: 3rem 2rem;
    background: #f2f2f2;
}

@media (max-width: 1100px) {
    .left-nav {
        width: 100%;
        max-width: inherit;
    }

    .preview-content {
        width: 100%;
    }

    .content {
        flex-direction: column;
    }

    .nav-detail {
        max-width: inherit;
    }
    .nav-detail-inside {
        max-width: unset;
    }
}

@media (max-width: 776px) {
    .menu-picker {
        flex-direction: column;
    }
   
}

@media (max-width: 768px) {
    .left-nav {
        flex-direction: column;
    }

    .navigation-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        margin-bottom: 10px;
    }

    .nav-detail-inside {
        margin-bottom: 2rem;
    }
    .nav-detail-inside {
        padding-right: 0;
    }
}

.selected {
    border: 2px solid black;

}


#perspective-container {
    position: relative;
    overflow: hidden;

    min-height: 600px;

    background-size: cover;
    background-repeat: no-repeat;
}

.control-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.control-layer__point {
    fill: black;
    /* fill-opacity: .25; */
    stroke: #fff;

    user-select: none;
}

.control-layer__point:hover {
    stroke: #fff;
    stroke-width: 2px;
}

.control-layer__path {
    fill: transparent;
}

.dragging .control-layer__path {
    stroke: black;
    stroke-width: 2px;
}

.perspective-img {
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;

    transition: opacity .3s ease-in-out;
    opacity: 1;
}

.dragging .perspective-img {
    opacity: 0;
}

.barvy .scroll-item {
    width: 100px;
    height: 100px;
}

.barvy .image {
    width: 100%;
    height: 100%;
}

.barvy .image img,
.barvy .image div {
    width: 100%;
    height: 100%;
}

/*
.preview-scroll .scroll-item {
	width: 100px;
	height: 100px;
}
.preview-scroll .image {
	width: 100%;
	height: 100%;
}
.preview-scroll .image img, .barvy .image div {
	width: 100%;
	height: 100%;
}*/
.container-fluid {
    padding: 0px 40px;
}
.calculator h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.product__interier_tab {
    padding-bottom: 6rem;
}

@media screen and (max-width: 991px) {
    .calculator, .product-interier-show  {
        display: none;
    }
}