@media (min-width: 1200px) {

    .container {
        width: 1115px;
    }

}

@media (max-width: 768px) {
    .navbar-brand{
        margin-left: 15px;
    }

}

@media (max-width: 660px) {
    .breadcrumb{
        display: none;
    }
    .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .border-box{
        margin-top: 6px;
    }
    .price-bar{
        display: none;
    }

    .price-bar-small{
        display: block;
    }


}

@media (min-width: 660px) {

    .price-bar-small{
        display: none;
    }

}

#modal-media-files img{
    min-height: 150px;
}

.go-center{
    text-align: center;
    margin-top: 15px;
}

.registration-policy{
    margin-bottom: 15px;
    text-align: justify;
}

.fronty-list-post{
    border-left: 1px solid #ddd;
    font-style: italic;
    color: #999;
    font-family: monospace;
    font-size: 12px;
}

#price-container{

    font-style: italic;    
    font-size: 35px;
    color: #f8f8f8;

}

#price-container > p:nth-child(1){

    margin: 0px 0px 0px 20px;
    float: left;

}
#price-container > p:nth-child(3){

    float: right;
    margin: 0px 10px;

}

#price-container > div{

    font-size: 35px;
    line-height: 50px;
    cursor: pointer;
    float: right;
    pointer-events: auto;
    margin: 0px 20px 0px 0px;
    color: #f8f8f8;

}

.range-info{
    position: absolute;
    line-height: 33px;
    z-index: 1000;
    right: 58px;
    color: #aaa;
    width: 128px;
    text-align: right;
}

.disabled{

    pointer-events: none;
    opacity: 0.2;

}

.noscroll { left: 0; right: 0; position: fixed; overflow-y:scroll }

.colors-selected{

    display: block;
    width: 100%;
    height: 82px;
    border-bottom: 2px solid #92999f;
    border-left: 2px solid #92999f;
    border-right: 2px solid #92999f;

}

.colors-selected-img{

    display: inline-block;
    height: 80px;
    width: 50%;
    background-size: cover;
    background-position: 50%;

}

.colors-selected-desc{

    display: inline-block;
    height: 80px;
    width: 50%;
    padding: 5px;
    
}

.colors-selected-desc-title{

    display: block;
    height: 20px;
    width: 100%;
    text-align: center;

}

.colors-selected-desc-price{

    display: block;
    height: 20px;
    width: 100%;
    color: #92999f;
    text-align: center;
    font-size: 35px;
    font-weight: 400;

}

.colors-list{

    margin-top: 0px;
    position: absolute;
    display: block;
    /*    background-color: rgba(150, 192, 30, 1);*/
    background-color: rgba(255, 255, 255, 1);
    height: calc( 100vh - 225px );
    width: 100%;
    top: 0;
    z-index: 100;
    overflow: hidden;

}

.colors-list-content{

    margin-top: 0px;
    position: absolute;
    display: block;
    height: calc( 100vh - 355px );
    width: 100%;
    top: 131px;
    z-index: 100;
    overflow-y: auto;

}

.colors-head{

    color: white;
    background-color: #92999f;
    margin: 0;
    padding: 10px;
    font-size: x-large;
    /*    border-bottom: 1px solid #ddd;*/

}

.colorList{

    display: inline-block;
    text-decoration: none;
    background-size: cover;
    background-position: 50%;

}

.colorListItem{

    text-align: center;
    background-color: rgba(1,1,1,0.2);
    color: whitesmoke;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px 0 5px;
    display: block;

}


.colorPikcer{

    display: inline-block;
    text-decoration: none;
    background-size: cover;
    background-position: 50%;

}

.colorPikcer:hover, .colorList:hover{

    text-decoration: none;
    opacity: 0.7;
    cursor: pointer;
    background-color: greenyellow;
    text-decoration: none !important;

}

.colorPikcerItem{

    text-align: center;
    background-color: rgba(1,1,1,0.2);
    color: whitesmoke;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px 0 5px;
    display: block;

}
#layout{

    height: calc( 100vh - 225px );
    overflow-y: auto;

}

.product-photo-details
{
    width: 100%;
}

.col-item:hover{
    cursor: pointer;
    border-color: #91c010;
    border-width: 1px;
}

.col-item
{
    border: 1px solid #F1F1F1;
    border-radius: 0px;
    background: #FFF;
    margin-bottom: 20px;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
    /*    max-height: 164px;*/
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.col-item .info
{
    padding: 0 0 0 0;
    border-radius: 0 0 0px 0px;
    margin-top: 1px;
}

/*.col-item:hover .info {
    background-color: #fafafa;
}*/
.col-item .info-bottom {
    color: #e1e1e1;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 10px;
}

.col-item:hover .info-bottom {
    background-color: #91c010;
    color: #FFF;
    font-weight: bold;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: default;
    height: 42px;
    display: table;
    padding: 0px 10px 0px 10px;
}

.col-item:hover .price
{
    cursor: pointer;
}

.price>span
{
    display:table-cell;
    vertical-align:middle;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* registration */
.form-required:after{
    content: 'pole wymagane';
    font-size: 10px;
    text-align: right;
    display: block;
    color: grey;
}

body{
    font-family: Lato, Calibri;
    font-size: 15px;
}

input[type=number] {
    -moz-appearance:textfield;
}

*:focus {
    outline: none;
}

input:placeholder{
    color: rgba(0, 0, 0, 0.25);
    font-style: italic;
}

.lib-maincontent-ogolne-typy-table td>input:focus{

    border: 2px solid #4285f4;

}

.sidebar h3 {
    /*    font-family: Lato;*/
    font-size: 18px;
    font-weight: 400;
    color: #464646;
}

.btn {
    border-radius: 0;
    transition: all 0.3s;
}

.m-top-navbar {
    margin-top: 200px;
}

.m-left-30 {
    margin-left: 30px;
}

.p-bot-100 {
    padding-bottom: 75px !important;
    /*    padding-bottom: 100px !important;*/
}

.input-col {
    float: left;
    margin-right: 32px;
}

.modal.fade.color-popup.in {
    top: 25%;
}

.btn-success {
    background-color: #97c11f;
    border-color: transparent;
}

.btn-success:hover {
    background-color: #7fa419;
    border-color: transparent;
}

.btn-success.login {
    background: 0;
    border: 1px solid #7fa419;
}

.btn-success.login:hover {
    background-color: #7fa419;
}

.btn-orange {
    background: #ff5f01;
    color: #fff;
    /*    font-family: Lato;*/
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.btn-orange:hover {
    background: #d25407;
    color: #fff;
}


.btn-to-cart {
    background: #337ab7;
    color: #fff;
    /*    font-family: Lato;*/
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    margin-top: 2px;
}

.btn-to-cart:hover {
    background: #2F6CA1;
    color: #fff;
}

.btn-to-cart:after {
    position: absolute;
    left: 9px;
    top: 9px;
    content: url("/../img/fabrykamebli_dark/cart.png");
}

.navbar-inverse {
    height: 106px;
    background: url("/../img/fabrykamebli_dark/navbar.png");
}

.main-page-background {
    background: url("/../img/konfigurator_strona startowa.png");
}

.navbar-header h2 {
    float: left;
    margin-top: 42px;
    margin-left: 36px;
    color: #fff;
    /*    font-family: Lato;*/
    font-size: 22px;
    font-weight: 900;
}

.navbar-inverse .navbar-brand, #logo {
    width: 176px;
    height: 50px;
    background-image: url("/../img/logots.png");
    background-size: 78%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.navbar-brand-footer {
    width: 214px;
    height: 64px;
    background: url(/../img/logots.png);
    margin-top: 21px;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-repeat: no-repeat;
    background-position: 50%;
}

.navbar-inverse .buttons {
    margin-top: 36px;
}

.navbar-inverse .buttons .btn {
    margin-left: 10px;
    /*    font-family: Lato;*/
    font-size: 16px;
    font-weight: 400;
}

.navbar-bottom {
    width: 100%;
    height: 57px;
    background-color: #aaaaaa;
    margin: 0px auto 0;
    align-items: center;
}

.navbar-bottom .product-name {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    float: left;
    /*    font-family: Lato;*/
    position: relative;
    padding-left: 32px;
    margin-top: 9px;
}

.navbar-bottom .cost{
	margin-right: 10px;
    margin-top: 5px;	
}

.navbar-bottom .product-name:after {
    content: url("/../img/fabrykamebli_dark/product_icon.png");
    position: absolute;
    left: 0;
    top: 0;
}

.navbar-bottom .count {
    float: right;
    margin-right: 75px;
    color: #fff;
    /*    font-family: Lato;*/
    font-size: 18px;
    font-weight: 400;
    margin-top: 13px;
    position: relative;
}

.count .arrows {
    display: block;
    width: 22px;
    height: 33px;
    background: #fff;
    right: -24px;
    top: -8px;
}

.count .arrows .arrow-up {
    left: 0;
    right: 0;
    top: 7px;
    margin: auto;
}

.arrow-up{
    top: 0px !important;
}

.arrow-down{
    bottom: 0px !important;

}

.arrow-up, .arrow-down{
    height: 16.5px !important;
    width: 100% !important;
    background-color: #92999f;
    color: #fff;
}

.arrow-up:hover, .arrow-down:hover{
    color: #fff !important;
    background-color: #2F6CA1 !important;
}

.count .arrows .arrow-down {
    left: 0;
    right: 0;
    bottom: 7px;
    margin: auto;
}

.navbar-bottom .count input {
    width: 47px;
    height: 33px;
    /*    font-family: Lato;*/
    font-size: 16px;
    font-weight: 400;
    color: #414141;
    margin-top: -8px;
    float: right;
    margin-left: 6px;
    text-align: center;
    border: 0;
}

.navbar-bottom .cost {
    float: right;
    margin-right: 5px;
    color: #fff;
    /*    font-family: Lato;*/
    font-size: 18px;
    font-weight: 400;
}

.navbar-bottom .cost .big {
    font-weight: bold;
    /*    font-family: Lato;*/
    font-size: 30px;
    font-weight: 900;
}

.navbar-bottom .to-cart-box {
    float: right;
}

.border-box {
    /*    border: 1px solid #dddddd;*/
    overflow: hidden;
    /*    margin-top: 10px;*/
}

.right-box-products .product {
    width: 168px;
    height: 330px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    border: 1px solid transparent;
    position: relative;
}

.right-box-products .product:hover {
    border: 1px solid #91c010;
}

.right-box-products .product:hover .product-description {
    color: #91c010;
}

.right-box-products .product.checked {
    border: 1px solid #91c010;
}

.right-box-products .product.checked .product-description {
    color: #91c010;
}


.right-box-products .product .count {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #91c010;
    border: 0;
    text-align: center;
    /*    font-family: Lato;*/
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    display: none;
}

.right-box-products .product.checked .count {
    display: block;
}

.arrows {
    position: absolute;
    right: 60px;
    top: 19px;
    height: 17px;
    z-index: 99;
    display: none;
}

.checked .arrows {
    display: block;
}

.arrows .arrow-up {
    /*    background: url("/../img/fabrykamebli_dark/arrow_down.png");*/
    width: 12px;
    height: 6px;
    border:0;
    position: absolute;
    top: 0;
}

.arrows .arrow-down {
    /*    background: url("/../img/fabrykamebli_dark/arrow_down.png");*/
    width: 12px;
    height: 6px;
    border:0;
    position: absolute;
    bottom: 0;
}



.right-box-products .product .product-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.right-box-products .product .product-description {
    margin: 40px 16px 0;
    display: block;
    /*    font-family: Lato;*/
    font-size: 14px;
    font-weight: 400;
    color: #414141;
}

.right-box a.category-item {
    width: 130px;
    height: 130px;
    display: inline-flex;
    border: 1px solid #97c11f;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin: 18px;
    /*    font-family: Lato;*/
    font-size: 18px;
    font-weight: 900;
    color: #414141;
    transition: all 0.3s;
    border-radius: 4px;
}

.right-box a.category-item:hover {
    text-decoration: none;
    background: #97c11f;
}



.border-box .right-box .right-box-content {
    padding: 15px 0px 0px 0px;
    /*    padding: 60px 0px 60px 60px;*/
}

.border-box .right-box .section-title {
    /*    border-bottom: 1px solid #ddd;*/
    height: 51px;
    margin: 0;
    padding: 16px 0px 16px 55px;
    position: relative;
    width: 100%;
}

.right-box .grey-title {
    background: #ddd;
    border-bottom: 1px solid #ddd;
    height: 51px;
    margin: 0;
    padding: 16px;
    position: relative;
    font-weight: 900;
}

.param{
    margin-bottom: 8px;
}

.param:last-child{
    margin-bottom: 0px;
}
.right-box .grey-title .switch {
    float: right;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
    position: relative;
}

.right-box .grey-title .switch:after {
    content: url("/../img/fabrykamebli_dark/arrow_up.png");
    margin-left: 9px;
}


.right-box.categories {
    border: 1px solid #ddd;
    padding: 0;
    margin-bottom: 40px;
}

.border-box .right-box .section-title:after {
    position: absolute;
    left: 24px;
    content: url("/../img/fabrykamebli_dark/ruler.png");
}

.border-box .right-box .step-section-title {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 57px;
    margin: 0;
    padding: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 63px;
    background: #fff;
}

.border-box .right-box .step-section-title.accessory:after {
    position: absolute;
    content: url("/../img/fabrykamebli_dark/accessory.png");
    left: 25px;
}

.border-box .right-box .step-section-title.configuration:after {
    position: absolute;
    content: url("/../img/fabrykamebli_dark/configuration.png");
    left: 25px;
}


.border-box .col-md-4 {
    padding: 0;
}

.col-md-4.kitchen {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding:0;
}

.your-kitchen-title {
    background: #414141;
    color: #fff;
    margin: 0;
    padding: 16px;
    font-weight: 900;
}

.your-kitchen .kitchen-item {
    height: 67px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.your-kitchen .kitchen-item .count {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    font-family: Lato;*/
    color: #414141;
    font-size: 14px;
    font-weight: 900;
    margin-left: 10px;
}

.your-kitchen .kitchen-item .kitchen-name {
    /*    font-family: Lato;*/
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}

.your-kitchen .configure {
    width: 100%;
    height: 70px;
    background: #ec671a;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    font-family: Lato;*/
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.your-kitchen .configure:hover {
    background: #d25407;
}

.item-box-opis{
    padding: 15px;
    text-align: justify;
    display: block;
    font-style: italic;
}

.item-box h3 {
    margin: 0 0 0px 0;
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    height: 51px;
}

.step{
    margin-top: 15px;
}

.steps .step .left-box {
    float: left;
}

.steps .step {
    overflow: hidden;
}

.steps .step .step-number {
    width: 40px;
    height: 35px;
    background: #97c022;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
}

.steps .step .step-title {
    float:  left;
    font-size: 20px;
    color: #97c022;
}

.steps .step .step-title .title {
    float: left;
    margin-left: 15px;
    margin-top: 3px;
    /*    font-family: Lato;*/
    font-size: 18px;
    font-weight: 900;
}

.steps .step .step-content {
    clear: both;
    border-left: 4px solid #97c022;
    margin-left: 19px;
    padding:25px 37px;
    float: left;
}

.steps .step .step-content .input {
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
}

.steps .step .step-content .input:last-child {
    margin-right: 0;
}

.steps .step .step-content .label {
    color: #000;
    display: block;
    text-align: left;
    padding: 0;
}

.steps .step .step-content .label {
    font-weight: normal;
    color: #414141;
    /*    font-family: Lato;*/
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.steps .step .step-content .icons-arrows-horizontal {
    width: 34px;
    height: 16px;
    float: left;
    margin-top: 9px;
    margin-right: 7px;
    background-image: url("/../img/fabrykamebli_dark/arrows_horizontal.png");
}

.steps .step .step-content .icons-arrows-vertical {
    width: 16px;
    height: 34px;
    float: left;
    margin-right: 7px;
    background-image: url("/../img/fabrykamebli_dark/arrows_vertical.png");
}

.steps .step .step-content .icons-arrows-oblique {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 7px;
    margin-top: 5px;
    background-image: url("/../img/fabrykamebli_dark/arrows_oblique.png");
}

.steps .step .step-content .icons-shelfs {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 7px;
    margin-top: 5px;
    background-image: url("/../img/fabrykamebli_dark/shelfs.png");
}

.steps .step .step-content .icons-oven {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 7px;
    margin-top: 5px;
    background-image: url("/../img/fabrykamebli_dark/oven.png");
}

.steps .step .step-content .icons-microwave {
    width: 25px;
    height: 15px;
    float: left;
    margin-right: 7px;
    margin-top: 10px;
    background-image: url("/../img/fabrykamebli_dark/microwave.png");
}

.steps .step .step-content .icons-radio-vertical {
    width: 21px;
    height: 25px;
    float: left;
    margin-right: 7px;
    margin-top: 4px;
    background-image: url("/../img/fabrykamebli_dark/radio_vertical.png");
}

.steps .step .step-content .icons-radio-horizontal {
    width: 25px;
    height: 21px;
    float: left;
    margin-right: 7px;
    margin-top: 7px;
    background-image: url("/../img/fabrykamebli_dark/radio_horizontal.png");
}

.steps .step .step-content .icons-color {
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 12px;
    margin-top: 7px;
    background-image: url("/../img/fabrykamebli_dark/color.png");
}

.steps .step .step-content .input input[type='number'],
.steps .step .step-content .input input[type='text'] {
    width: 66px;
    height: 33px;
    background: #f5f5f5;
    border: 1px solid #dfdade;
    /*    font-family: Lato;*/
    font-size: 16px;
    font-weight: 400;
    color: #414141;
    padding: 0 5px;
    text-align: right;
}

.steps .step .step-content .input input[type='radio'] {
    width: 20px;
    height: 20px;
    background: #f5f5f5;
    border: 1px solid #dfdade;
    position: static;
    margin-left: 0;
    float: left;
    margin-right: 11px;
    margin-top: 8px;
}

.steps .step .step-content .unit {
    color: #7a7a7a;
    font-size: 14px;
}

.color-widget .color-box { 
    margin-right: 15px;
}

.color-box {
    float: right;
}

.color-box .color-example {
    width: 58px;
    height: 25px;
    border: 1px solid #ddd;
    outline: 3px solid #f5f5f5;
}

.color-box .color-description {
    font-size: 14px;
    color: #7d7d7d;
    float: left;
    margin-top: 6px;
    margin-left: 15px;
}

.color-widget .color-box .color-description {
    margin-left: 7px;
}

.color-widget .border {
    margin-left: 0;
}

.border {
    border: 1px solid #ddd;
    width: 66px;
    height: 33px;
    padding-top: 3px;
    padding-left: 3px;
    margin-left: 20px;
    float: left;
}

.options .line {
    float: left;
    width: 600px;
    margin-bottom: 29px;
    border: 1px solid #ddd;
    margin-left: -20px;
    position: relative;
}

.options .line.open {
    box-shadow: 6px 6px 0px #ddd;
}

.options .line .iradio {
    width: 38px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    float: left;
    margin-left: -39px;
    border: 1px solid #ddd;
    border-right: 0;
    position: absolute;
    top: -1px;
}

.options .line .iradio input[type='radio'] {
    width: 20px;
    height: 20px;
    margin: 0;
}

.options .line .option-name {
    float: left;
    height: 33px;
    padding-left:22px;
    /*    font-family: Lato;*/
    font-size: 18px;
    color: #414141;
    padding-top: 5px;
}

.options .line .more {
    border:0;
    border-left: 1px solid #ddd;
    background: #fff;
    height: 33px;
    width: 100px;
    color: #414141;
    font-size: 14px;
    /*    font-family: Lato;*/
    font-weight: 400;
    float: right;
    padding-right: 15px;
    position: relative;
}

.options .line .more:after {
    content: url("/../img/fabrykamebli_dark/arrow_down.png");
    position: absolute;
    right: 15px;
}

.options .line.open .more:after {
    transform: rotate(180deg);
}

.options .line.open .more {
    border-top: 1px solid #ddd;
}

.options .line .lack {
    border:0;
    border-left: 1px solid #ddd;
    background-image: url("/../img/fabrykamebli_dark/lack.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 33px;
    width: 100px;
    color: #424242;
    font-size: 12px;
    float: right;
}

.options .option-details {
    clear: both;
    margin-top: 60px;
    padding: 0 20px 0 22px;
    display: none;
}

.options .option-details .details {
    height: 33px;
    border: 1px solid #ddd;
    width: 99.3%;
    padding-top: 6px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #7a7a7a;
    padding-left: 9px;
}



.options .option-details .details .magnifier {
    width: 18px;
    height: 17px;
    background-image: url("/../img/fabrykamebli_dark/magnifier.png");
    float: right;
    margin-top: 2px;
    margin-right: 10px;
    cursor: pointer;
}

.summary {
    height: 60px;
    width: 100%;
    background: #98c01f;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.summary .count {
    float: left;
    margin-left: 140px;
    color: #fff;
    /*    font-family: Lato;*/
    font-size: 18px;
    font-weight: 400;
    margin-top: 4px;
    position: relative;
}

.summary .count input[type='number'] {
    width: 47px;
    height: 33px;
    /*    font-family: Lato;*/
    font-size: 16px;
    color: #414141;
    text-align: center;
    font-weight: 400;
    float: right;
    margin-left: 6px;
    margin-top: -8px;
    border:0;
}

.summary .cost {
    float: left;
    margin-left: 65px;
    color: #fff;
    /*    font-family: Lato;*/
    font-size: 18px;
    font-weight: 400;
}

.summary .cost .big {
    font-weight: bold;
    font-size: 24px;
}


.summary .to-cart-box {
    margin-left: auto;
    margin-right: 20px;
}

.cupboards-list {
    margin-top: 48px;
    height: 220px;
}

.cupboards-list .top {
    height: 47px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.cupboards-list .top h3 {
    margin: 0 20px;
}

.cupboards-list .top .btn-to-cart {
    margin-left: auto;
    margin-right: 20px;
    /*    font-family: Lato;*/
    font-size: 16px;
    font-weight: 400;
}


.cupboards-list .top .btn-add {
    background: #ff5f01;
    color: #fff;
    /*    font-family: Lato;*/
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    margin-right: 20px;
    margin-left: auto;
}

.cupboards-list .top .btn-add:hover {
    background: #d25407;
}

.cupboards-list .top .btn-add:after {
    position: absolute;
    left: 13px;
    top: 7px;
    content: url("/../img/fabrykamebli_dark/add.png");
}

.cupboards-list .cupboards-content {
    display: flex;
    align-items: center;
    height: 171px;
    text-align: center;
}

.cupboards-list .cupboards-content img {
    margin-left: 40px;
}

.bottom-cart {
    background: #f5f5f5;
    margin-top: 90px;
    padding: 0 0 50px;
}

.bottom-cart .order-steps {
    border: 1px solid #ddd;
    float: left;
    margin-top: -25px;
}

.bottom-cart .order-steps .order-step {
    width: 216px;
    float: left;
    text-align: center;
    position: relative;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #fff;
    /*    font-family: Lato;*/
    font-size: 18px;
    font-weight: 900;
    color: #ec671a;

}

.bottom-cart .order-steps .order-step.checked {
    background: #ec671a;
    color: #fff;
    margin-top: -5px;
    height: 55px;
}

.bottom-cart .order-steps .order-step:last-child:before,
.bottom-cart .order-steps .order-step:last-child:after {
    border: 0;
}

.bottom-cart .order-steps .order-step:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 50px solid #ddd;
    border-right: 30px solid transparent;
    z-index: 7;
    right: -30px;
    top: -1px;
}

.bottom-cart .order-steps .order-step:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 50px solid #fff;
    border-right: 30px solid transparent;
    right: -29px;
    z-index: 9;
    top: -1px;
}

.bottom-cart .order-steps .order-step.checked:after {
    border-bottom: 56px solid #ddd;
}

.bottom-cart .order-steps .order-step.checked:before {
    border-bottom: 56px solid #ec671a;
}

.cart-content {
    width: 100%;
    background: #fff;
    margin-top: 54px;
    overflow: hidden;
}

.cart-content th,
.cart-content td {
    border: 1px solid #ddd;
    text-align: center;
    height: 47px;
    /*    font-family: Lato;*/
    color: #464646;
}

.cart-content th.text-left,
.cart-content td.text-left {
    text-align: left;
}


.cart-content td {
    font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
}

.cart-content td.no-border-right {
    border-right: 0;
}

.cart-content td.no-border-left {
    border-left: 0;
}

.cart-content td img {
    width: 45px;
}

.cart-content td.blank-td {
    background: #f5f5f5;
    border: 0;
}

.cart-content td.td-summary {
    background: #97c11f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    /*    font-family: Lato;*/
}

.cart-content th {
    font-size: 16px;
    font-weight: 900;
}

.cart-content input {
    width: 70px;
    border: 0;
    text-align: right;
    padding-right: 5px;
}

.cart-content .delete {
    width: 14px;
    height: 14px;
    background: url("/../img/fabrykamebli_dark/delete.png");
    border: 0;
    transition: all 0.3s;
}

.cart-content .delete:hover {
    opacity: 0.7;
}

.color-popup {
    text-align: center;
}

.color-popup .color-value {
    width: 70px;
    height: 35px;
    margin:10px;
    border: 1px solid #ddd;
    outline: 4px solid #f5f5f5;
}

.color-popup .color-option-box {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 10px;
}

.color-popup .color-option-box .color-description {
    display: block;
    color: #414141;
    font-size: 14px;
}


/*style do modal window w formatkach*/
#ts-modal-tooltip-photo{
    pointer-events: none;
}
.modal-view{
    width: 95%;
    height: 220px;
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}
.modal-view-front{
    width: 95%;
    height: 280px;
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}
.modal-view:hover{
    background-color: #eee;
}
.modal-view-front:hover{
    background-color: #eee;
}
.modal-view-first-child{
    background: #f1494c;
}
.modal-view-photo{
    width: auto; 
    height: 120px;
    border: 1px solid #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
}
.modal-view-photo-front{
    width: 127px;
    height: 180px;
    border: 1px solid #ccc;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    margin: auto;
}
.modal-view-Lphoto{
    width: 500px; 
    height: 350px;
    border: 1px solid #aaa;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.modal-view-Lphoto-front{
    width: 255px;
    height: 350px;
    border: 1px solid #aaa;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.modal-view-loading{
    background-size: auto !important;
    background-repeat: no-repeat;
    background-position: center;
}
.modal-view-desc{
    padding: 5px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    height: 50px;
    pointer-events: none;
    display: block !important;
}
.modal-view-price{
    padding: 5px;
    pointer-events: none;
    font-weight: bold;
    display: block !important;
}
.modal-view-tooltip{
    /* display: none; */
    /* visibility: hidden; */
    padding: 5px;
    border: 1px solid #aaa;
    background-color: #ddd;
    text-align: center;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 560px 360px;
    z-index: 1;
}
.modal-view:hover .modal-view-tooltip{
    display: flex;
    visibility: visible;
}
.modal-view-front:hover .modal-view-tooltip{
    display: flex;
    visibility: visible;
}
@media (min-width: 670px){
    .modal-content-div{ grid-template-columns: 1fr 1fr; } 
}
@media (min-width: 970px){
    .modal-content-div{ grid-template-columns: 1fr 1fr 1fr; } 
}
@media (min-width: 1270px){
    .modal-content-div{ grid-template-columns: 1fr 1fr 1fr 1fr; } 
}
@media (min-width: 1570px){
    .modal-content-div{ grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } 
}

@media (min-width: 1270px){
    .modal-fronty-content-div{ grid-template-columns: 1fr 1fr; } 
}
@media (min-width: 1690px){
    .modal-fronty-content-div{ grid-template-columns: 1fr 1fr 1fr; } 
}
@media (min-width: 2220px){
    .modal-fronty-content-div{ grid-template-columns: 1fr 1fr 1fr 1fr; } 
}


.modal-title{
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
}

.modal-content-div,
.modal-fronty-content-div{
    height: 550px;
    width: 100%;
    overflow: auto;
    display: grid;
    justify-items: start;
}

.modal-materials-grid{
    display: grid;
    grid-template-rows: auto auto auto;
}
.extra-quaries{
    margin: 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px dashed #ccc;
}

.extra-quaries button{
    margin-right: 10px;
}
.btn-eq-selected{
    background-color: #157a98 !important;
    color: #ffffff;
}

.modal-search{
    display: flex;
    width: 500px;
    padding: 5px;
    border: 1px solid #ccc;
}
.modal-search-icon{
    font-family: fontawesome;
    font-size: 20px;
    margin: 0px 5px;
}
.modal-search-icon:before{
    content: '\f002' ;
}
.modal-search-input{
    width: 100%;
}

.front-typ-btn{
    display: block;
    width: 95%;
    text-align: left;
    margin-bottom: 10px;
}
.fronty-img{
    width: 70%;
    margin: auto;
    display: block;
}
.fronty-wizualizacja{
    width: auto;
    height: 200px;
    border: 1px solid #ccc;
    background-size: cover;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.modal-send-front{
    display: grid;
    grid-template-rows: 50px auto auto;
}
.modal-send-front-cartList{
    max-height: 500px;
    overflow: auto;
}
.modal-send-front-tool{
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px dashed #ccc;
}
.modal-send-front-top{
    padding: 10px 0px;
}
.modal-send-front-info{
    display: inline;
}
.fronty-line-name{
    font-family: monospace
}
.fronty-line-price{
    font-family: monospace;
    float: right;
}
.rozkroj-img-div{
    display: inline-block;
    padding: 7px;
    border-bottom: 1px dashed #ccc;
}
.rozkroj-img-div img{
    width: 100%;
}
.rozkroj-img-div p{
    font-size: 20px;
    margin: 0px 30px;
}
.rozkroj-modal {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: 90px 450px;
    grid-template-areas: "modal-options modal-options" "modal-list modal-ardis";
}
.modal-options { grid-area: modal-options; }
.modal-list { 
    grid-area: modal-list; 
    overflow: auto;
}
.modal-ardis { 
    grid-area: modal-ardis;
    overflow: auto;
}
.rozkroj-price-line{
    margin: 10px 0px;
    border-bottom: 1px dotted;
}
.rozkroj-price-line span:nth-child(1){
    width: 100%;
}
.rozkroj-price-line span:nth-child(2){
    width: 100%;
    text-align: end;
}

.blaty-modal {
    width: 70%;
    background-color: #fff;
    border: 1px solid #1b1542;
    display: grid;
    grid-template-columns: 500px auto;
    grid-template-rows: auto 450px auto;
    grid-template-areas: "head head" "konfiguracja img" "foot foot";
  }
.blaty-modal-head { 
    grid-area: head;
    font-size: 25px;
    border-bottom: 1px solid;
    padding: 5px 10px;
}
.blaty-modal-head span:nth-child(2){
    float: right;
}

.blaty-modal-konfiguracja { 
    grid-area: konfiguracja; 
    max-height: 450px;
    overflow: auto;
    padding: 5px;
    width: 500px;
}
.blaty-modal-konfiguracja p {
    margin: 0px 20px;
}
.blaty-modal-konfiguracja>div>b {
    font-size: 20px;
}

.blaty-modal-img { 
    grid-area: img; 
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px;
}

.blaty-modal-foot { 
    grid-area: foot;
    border-top: 1px solid;
    padding: 5px 10px;
    text-align: center;
}


.blaty-addtocart::before {
    font-family: fontawesome;
    content: "\f217";
    margin: 0px 10px 0px 0px;
}

.blaty-back::before {
    font-family: fontawesome;
    content: "\f060";
    margin: 0px 10px 0px 0px;
}
.TSDiv-hide{
    display: none;
}
.TSContent{
    margin: 5px 0px;
    padding: 0px 0px 10px 0px;
    border: 1px solid #ccc;
}

#ts-modal-blaty{
    position: absolute;
    width: 70%;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
    height: auto;
    top: 15%;
    left: 15%;
}

#ts-modal-blaty-background{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    top: 0px;
}
.blaty-modal-close{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    float: right;
}
.blaty-modal-close:before{
    font-family: fontawesome;
    content: '\f00d';
    padding: 5px 10px;
    float: right;
}
.blaty-modal-content{
    height: 550px;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    display: grid;
    justify-items: start;
}
@media (min-width: 670px){
    .blaty-modal-content{ grid-template-columns: 1fr 1fr; } 
}
@media (min-width: 970px){
    .blaty-modal-content{ grid-template-columns: 1fr 1fr 1fr; } 
}
@media (min-width: 1270px){
    .blaty-modal-content{ grid-template-columns: 1fr 1fr 1fr 1fr; } 
}
@media (min-width: 1570px){
    .blaty-modal-content{ grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } 
}

.blaty-modal-title span{
    font-size: 30px;
}
.blaty-modal-view{
    width: 95%;
    height: 220px;
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}
.blaty-modal-view:hover{
    background-color: #eee;
}
.blaty-modal-photodiv{
    position: relative;
    height: 120px;
    width: 120px !important;
    margin: auto;
    background-size: cover;
}
.blaty-modal-view-photo {
    clip: rect(0px,300px,300px,0px);
    position: absolute;
    transform: scale(0.4);
    transform-origin: 0 0;
    left: 0;
}
.blaty-modal-view-desc {
    padding: 5px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    height: 50px;
    pointer-events: none;
    display: block !important;
}
.blaty-modal-view-price {
    padding: 5px 0px;
    font-weight: bold;
}
.blaty-modal-search-icon:before {
    content: '\f002';
    font-family: fontawesome;
    font-size: 25px;
    margin: 0px 5px;
}
.blaty-modal-search-input {
    width: 100%;
    border: 0;
}
.blaty-modal-search {
    display: flex;
    width: 350px;
    padding: 5px;
    margin: 5px;
    border: 1px solid #ccc;
    background: white;
}
#modal-view-tooltip{
    height: 320px;
    width: 620px;
    padding: 5px;
    border: 1px solid #aaa;
    background-color: #ddd;
    text-align: center;
    position: absolute;
    z-index: 1;
    background-position: center;
    background-size: 600px 300px;
    background-repeat: no-repeat;
}
#modal-view-tooltip img{
    clip: rect(0px,600px,300px,300px);
    position: absolute;
    transform-origin: 0 0;
    left: -295px;
}
.display-none{
    display: none !important;
}
.variantic-progress{
    cursor: progress !important;
}

.blaty-podsumowanie { height: 100%; }

.podsumowanie-container {
    overflow: auto;
    text-align: left;
    height: 100%;
    padding: 5px;
}

.podsumowanie-container h2 {margin: 0 0 5px 0;}


.podsumowanie-container > div { margin-bottom: 25px; }


.podsumowanie-container ul { margin: 0px 0 15px 0;}

#ts-modal-background{
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.1);
    display: none;
    z-index: 10000;
}
#ts-modal{
    position: absolute;
    width: 200px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

#loader::after{
    animation-duration: 1s !important;
}

h1::first-letter, 
h2::first-letter, 
h3::first-letter, 
h4::first-letter,
th::first-letter{
    text-transform: capitalize;
}

.field label::first-letter
{
    text-transform: capitalize;
}


/* product bar */

.product-info {
    display: flex;
    justify-content: space-between;
    background: #f2f5f4;
    padding: 10px;
    align-items: center;
}

.product-name {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.4em;
}

.product-actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-actions #price {
    margin-right: 10px;
    font-size: 1.5em;
}

.product-actions #addToCart {
    display: flex;
    border: 0;
    background: #7BB8E4;
    padding: 10px 20px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    color: #343333;
    font-weight: bold;
    /* visibility: hidden; */
    transition: .2s;
    cursor: pointer;
    opacity: 0;
}

.product-actions #addToCart:hover {
    transform: translateY(-2px);
    box-shadow: 0px 10px 9px -8px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0px 10px 9px -8px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 10px 9px -8px rgb(0 0 0 / 40%);
}

.product-actions #addToCart img {
    width: 20px;
    filter: invert(18%) sepia(1%) saturate(0%) hue-rotate(26deg) brightness(89%) contrast(88%);
}

.product-actions #addToCart span {
    margin-left: 10px;
}