.configurator-wrapper {
    padding: 50px 0;
    background: #f1f2f2;
    position: relative;
}
.leva-kolona-predlozi, .desna-kolona-dodajte {
    padding: 0 30px;
}
.predlog-content {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #58585a;
    text-align: center;
    padding-bottom: 15px;
}
.predlog-content .title {
    text-align: center;
    padding: 7px 10px;
    background: #58585a;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400;
}
.predlog-content img {
    max-width: 100%;
}
.konfigurator-centralna-kolona {
    min-height: 700px;
    padding: 40px;
    position: relative;
}
.konfigurator-centralna-kolona .konfigurator-side {
    display: none;
}
.konfigurator-centralna-kolona .konfigurator-side, .konfigurator-side-help-box {
    content: 'A';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 40px;
    height: 40px;
    background: #58585a;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    transform: translate(-50%,-100%);
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.konfigurator-centralna-kolona .konfigurator-side.active {
    background: #789c48;
    color: #fff;
}
.konfigurator-centralna-kolona .konfigurator-side.side-b {
    display: none;
    content: 'B';
    left: 0;
    top: 50%;
    transform: translate(-100%,-50%);
}
.konfigurator-side-help-box {
    display: block;
    right: 0;
    left: auto;
    width: auto;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    transform: translate(0,-100%);
}
.konfigurator-side-help-box:hover {
    background: #789c48;
    color: #fff;
}
.configurator-wrapper .front-view-text {
    display: none;
}
.configurator-wrapper.type-a .front-view-text {
    display: block;
}
.configurator-wrapper.type-a .front-view-text span {
    display: inline-block;
    margin-left: 10px;
    border: 2px solid #fff;
    background: #789c48;
    color: #fff;
    width: 36px;
    line-height: 24px;
    padding: 0 5px 1px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
}
.configurator-wrapper.type-a .spisak-elemenat-box .title .text-and-view-change {
    display: none;
}
.configurator-wrapper.type-ab .konfigurator-centralna-kolona .konfigurator-side.side-b {
    display: block;
}
.konfigurator-centralna-kolona .b-positioner {
    display: none;
    position: relative;
}
.configurator-wrapper.type-ab .konfigurator-centralna-kolona .b-positioner {
    display: block;
}
.configurator-wrapper.empty .konfigurator-centralna-kolona .a-positioner, .configurator-wrapper.empty .konfigurator-centralna-kolona .b-positioner {
    display: none;
}
.leva-kolona-predlozi, .desna-kolona-dodajte {
    text-align: center;
}
.slide-scroller-up, .slide-scroller-down {
    display: inline-block;
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}
.slide-scroller-up:hover, .slide-scroller-down:hover {
    background-color: rgba(0,0,0,0.8);
}
.slide-scroller-up {
    margin-bottom: 20px;
    background-image: url("/design/images/slider-arrow-left.png");
    background-repeat: no-repeat;
    background-position: center center;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}
.slide-scroller-down {
    margin-top: 20px;
    background-image: url("/design/images/slider-arrow-right.png?20170801");
    background-repeat: no-repeat;
    background-position: center center;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}
.scroller-wrapper {
    height: 700px;
    overflow: hidden;
}
.desna-kolona-dodajte .scroller-wrapper {
    height: 510px;
}
.add-down-arrow {
    margin-top: 20px;
}
.configurator-arrow.side-a {
    /*position: relative;*/
}
.add-right-arrow .triangle {
    position: absolute;
    top: 0;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 25px;
    border-color: transparent transparent transparent #a7a9ac;
    transform: translateY(-50%);
    cursor: pointer;
}
.configurator-wrapper.type-a .add-right-arrow .triangle {
    top: 50%;
}
.configurator-wrapper.type-ab .add-right-arrow .triangle {
    transform: translateY(120%);
}
.add-down-arrow .triangle {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 20px 0 20px;
    border-color: #a7a9ac transparent transparent transparent;
    transform: translateX(-50%);
    cursor: pointer;
}
.add-right-arrow.active .triangle {
    border-color: transparent transparent transparent #789c48;
}
.add-down-arrow.active .triangle {
    border-color: #789c48 transparent transparent transparent;
}
.item-to-add {
    display: flex;
    margin-bottom: 20px;
    background: #fff;
    border-bottom: 2px solid #789c48;
    position: relative;
    align-items: center;
}
.item-to-add-content {
    display: flex;
}
.item-to-add .item-image {
    width: 44%;
    display: flex;
    align-items: center;
}
.item-to-add .item-image img {
    cursor: pointer;
}
.item-to-add .item-info {
    width: 56%;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 50px 0 35px;
}
.item-to-add .item-info .title {
    font-size: 25px;
    font-weight: 500;
    color: #58595b;
    margin-bottom: 4px;
    cursor: pointer;
}
.item-to-add .item-info .description {
    font-size: 14px;
    padding-right: 8px;
}
.item-to-add .item-info .dimensions-label {
    margin-bottom: -2px;
    color: #808285;
    font-size: 15px;
}
.item-to-add .item-info .dimensions-value {
    color: #789c48;
    font-size: 15px;
    font-weight: 500;;
}
.item-to-add .add-item-button {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.item-to-add .add-item-button:hover {
    opacity: 0.8;
}
.item-to-add .add-item-button img {
    width: 34px;
}



.templates-wrapper {
    display: none;
}
.remove-element-from-drawing {
    position: absolute;
    z-index: 1;
    display: none;
    right: 2px;
    top: 0;
    background: #789c48;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 1px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.configurator-table tr:not(:first-child) .remove-element-from-drawing {
    right: auto;
    top: 0;
    left: 0;
}
.configurator-table tr td:nth-last-child(2) .remove-element-from-drawing {
    display: block;
}
.configurator-table tr:nth-last-child(2) .remove-element-from-drawing {
    display: block;
}
.configurator-table tr:first-child .remove-element-from-drawing {
    display: none;
}
.remove-element-from-drawing:hover {
    opacity: 0.8;
}
.configurator-table {
    max-width: 100%;
}
.configurator-table tr {
    vertical-align: top;
}
.configurator-table tr td {
    position: relative;
}
.configurator-table tr td img {
    background: #fff;
    width: 100%;
    float: left;
}
.configurator-table tr.b-positioner td {
    position: static;
}
.spisak-elemenata-wrapper {
    position: absolute;
    top: 370px;
    right: 60px;
    display: flex;
}
.spisak-elemenata-wrapper .spisak-elemenata-slike .change-front-view {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -1px 0 -3px 10px;
}
.spisak-elemenata-wrapper .spisak-elemenata-slike .change-front-view span {
    display: block;
    border: 2px solid #fff;
    background: #a7a9ac;
    color :#fff;
    width: 40px;
    padding: 0 5px 1px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.spisak-elemenata-wrapper .spisak-elemenata-slike .change-front-view span:hover {
    background: #bbb;
}
.spisak-elemenata-wrapper .spisak-elemenata-slike .change-front-view span:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.spisak-elemenata-wrapper .spisak-elemenata-slike .change-front-view span:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0;
}
.spisak-elemenata-wrapper .spisak-elemenata-slike .change-front-view span.active, .spisak-elemenata-wrapper .spisak-elemenata-slike .change-front-view span.active:hover {
    background: #789c48;
}
.spisak-elemenata-wrapper .spisak-elemenata-tabela {

}
.spisak-elemenat-box {
    margin-right: 5px;
}
.spisak-elemenat-box .title {
    background: #58585a;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding: 8px 10px;
    min-height: 45px;
}
.spisak-elemenat-box .title .text-and-view-change {
    display: flex;
    align-items: center;
    justify-content: center;
}
.spisak-elemenat-box .elements-pictures {
    width: 440px;
    height: 330px;
    border: 1px solid #58585a;
    background: #fff;
    padding: 10px 15px;
}
.spisak-elemenat-box .elements-pictures-overflow {
    overflow-x: auto;
    overflow-y: hidden;
}
.spisak-elemenat-box .elements-pictures img{
    height: 250px;
    display: block;
    float: left;
}
.spisak-elemenat-box .spisak-table-wrapper {
    width: 350px;
    height: 330px;
    border: 1px solid #58585a;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}
.spisak-elemenat-box .spisak-table {
    width: 100%;
}
.spisak-elemenat-box .spisak-table tr {
    vertical-align: middle;
}
.spisak-elemenat-box .spisak-table tr td {
    border-right: 1px solid #58585a;
    border-bottom: 1px solid #58585a;
    padding: 3px 10px;
    font-weight: 500;
    font-size: 14px;
}
.spisak-elemenat-box .spisak-table tr td .dimensions-label {
    font-weight: 400;
    font-size: 13px;
}
.spisak-elemenat-box .spisak-table tr td .dimensions-value {
    font-weight: 500;
    font-size: 14px;
    margin-top: -2px;
    color: #789c48;
}
.spisak-elemenat-box .spisak-table tr td:last-child {
    border-right: 0;
}
.generate-pdf-wrapper {
    margin-top: 5px;
}
.green-button {
    display: inline-block;
    height: 44px;
    background-color: #789c48;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 5px 10px;
    line-height: 33px;
    cursor: pointer;
    margin-right: 5px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.generate-pdf-wrapper .green-button:hover {
    background: #ffc358;
}
.spisak-elemenata-tabela .ukupno {
    height: 44px;
    background-color: #789c48;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}
.choose-first-element {
    display: none;
    width: 220px;
    height: 180px;
    border-right: 2px solid #58595b;
    border-bottom: 2px solid #58595b;
    background: #fff;
}
.configurator-wrapper.empty .choose-first-element {
    display: flex;
    align-items: center;
    justify-content: center;
}
.configurator-wrapper.empty .configurator-table {
    display: none;
}
.configurator-wrapper .type-3 {
    display: flex;
}
.configurator-wrapper.empty .type-3 {
    display: none;
}
.configurator-wrapper .type-1, .configurator-wrapper .type-2 {
    display: none;
}
.configurator-wrapper.type-a.empty .type-1 {
    display: flex;
}
.configurator-wrapper.empty .type-2, .configurator-wrapper.empty .type-1 {
    display: flex;
}
.element-pictures-wrapper td {
    position: relative;
}
.element-pictures-wrapper td:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #d1e58c;
    display: none;
    opacity: 0.4;
}
.element-pictures-wrapper td.hover-on:before {
    display: block;
}
.element-pictures-width-wrapper td {
    padding-top: 12px;
}
.element-pictures-width-wrapper td > div {
    border-top: 1px solid #58595b;
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #789c48;
    display: block;
}
.configurator-wrapper.empty .element-pictures-width-wrapper td > div {
    display: none;
}
.configurator-wrapper.empty .generate-pdf-wrapper .green-button {
    background-color: #a7a9ac;
    cursor: default;
}
.centralna-kolona-sadrzaj {
    border: 2px solid #58585a;
    min-height: 800px;
    padding: 0 60px 40px 0;
}
.configurator-table .hover-on img {
    background: #e9f2ca;
}
.spisak-table .hover-on {
    background: #e9f2ca;
}
.open-configurator-tutorial {
    color: #789c48;
    cursor: pointer;
}
.open-configurator-tutorial:hover {
    color: #ffc358;
}
.optionals {
    text-align: left;
    margin-top: 30px;
    background: #fff;
    border-bottom: 2px solid #789c48;
}
.optionals .title {
    padding: 9px 15px 8px;
    background: #58585a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.optionals .checkboxes-wrapper {
    padding: 15px 20px;
    font-weight: 400;
    font-size: 15px;
}
.optionals .checkboxes-wrapper .like-checkbox {
    margin-bottom: 15px;
    padding-right: 18px;
}
.optionals .checkboxes-wrapper .like-checkbox:last-child {
    margin-bottom: 0;
}
.like-checkbox {
    position: relative;
    cursor: pointer;
}
.like-checkbox:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 17px;
    width: 17px;
    border: 2px solid #789c48;
    margin-top: -1px;
}
.like-checkbox:hover:before {
    border-color: #a0c470;
}
.like-checkbox.checked:before {
    background: #789c48;
}
.like-checkbox.checked:hover:before {
    background: #a0c470;
}
.like-checkbox.checked-2:before {
    background: #959595;
    border-color: #959595;
}
.like-checkbox.disabled {
    cursor: not-allowed;
}
.like-checkbox.disabled:before {
    border-color: #959595;
}
.like-checkbox.checked-2:hover:before {
    background: #959595;
    border-color: #959595;
}
.like-checkbox.checked:after, .like-checkbox.checked-2:after, .like-checkbox.checked-2.disabled:after  {
    content: 'x';
    color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
    line-height: 23px;
    width: 13px;
    font-size: 18px;
    font-weight: 500;
}
.like-checkbox.disabled.checked:before{
    background: #959595;
}
.like-checkbox.disabled.checked:after{
    color: #fff;
}
.lajsna-bocna-front {
    width: 2px;
    height: 250px;
    background: #666;
    float: left;
}
.lajsna-bocna-a, .lajsna-bocna-b, .lajsna-bocna-front, .leva-lajsna-wrapper {
    display: none;
}
.configurator-wrapper.lajsna-bocna .configurator-table tr td:nth-last-child(2) .lajsna-bocna-a {
    display: block;
}
.configurator-wrapper.type-a.lajsna-bocna .configurator-table td:first-child table tr td.leva-lajsna-wrapper {
    display: block;
}
.configurator-wrapper.lajsna-bocna .configurator-table tr:nth-last-child(2) .lajsna-bocna-b {
    display: block;
}
.configurator-wrapper.orientation-a.lajsna-bocna .element-pictures-wrapper td:last-child .lajsna-bocna-front {
    display: block;
}
.configurator-wrapper.orientation-a.lajsna-bocna .element-pictures-wrapper td:last-child .lajsna-bocna-front.b-lajsna {
    display: none;
}
.configurator-wrapper.type-ab.orientation-b.lajsna-bocna .element-pictures-wrapper td:first-child .lajsna-bocna-front.b-lajsna {
    display: block;
}
.configurator-wrapper.orientation-a.type-a.lajsna-bocna .element-pictures-wrapper td:first-child .lajsna-bocna-front.b-lajsna {
    display: block;
}
.pokrivna-lajsna-row td {
    height: 2px;
    background: transparent;
}
.configurator-wrapper.lajsna-pokrivna .pokrivna-lajsna-row td {
    background: #666;
}
.configurator-wrapper.lajsna-pokrivna.rasveta .pokrivna-lajsna-row td {
    background: #64B5F6;
}
.configurator-wrapper.empty .elements-pictures-height {
    display: none;
}
.configurator-wrapper .elements-pictures-height {
    border-right: 1px solid #58595b;
    display: flex;
    align-items: center;
    height: 250px;
    margin-top: 2px;
    margin-right: 12px;
}
.table-and-dimensions-flex {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.configurator-wrapper .elements-pictures-height .height-value {
    transform: rotate(90deg);
    padding-top: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #789c48;
}
.configurator-wrapper.lajsna-pokrivna .elements-pictures-height {
    margin-top: 0;
    height: 252px;
}
.flex-td-content {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.lajsna-bocna .remove-element-from-drawing {
    right: 4px;
}
.konfigurator-centralna-kolona-crtez {
    position: relative;
}

/* IE stylesheet */
@media screen\0 {
    .configurator-wrapper.type-a .add-right-arrow .triangle {
        top: 70px;
    }
}
/* IE stylesheet */
@media screen\9 {
    .configurator-wrapper.type-a .add-right-arrow .triangle {
        top: 70px;
    }
}

@media only screen and (max-width: 1600px)
{
    .green-button ,.spisak-elemenata-tabela .ukupno {
        font-size: 18px;
        height: 38px;
        line-height: 28px;
    }
    .kolona-predlozi-wrapper, .kolona-dodaj-wrapper {
        width: 15%;
    }
    .kolona-dodaj-wrapper {
        left: 70%;
        padding-left: 0;
    }
    .konfigurator-centralna-kolona {
        padding-right: 20px;
    }
    .centralna-kolona-sadrzaj {
        padding: 0 20px 20px 0;
    }
    .spisak-elemenata-wrapper {
        top: 404px;
        right: 38px;
    }
    .kolona-glavna-wrapper {
        width: 70%;
        right: 15%;
    }
    .leva-kolona-predlozi, .desna-kolona-dodajte {
        padding: 0;
    }
    .kolona-predlozi-wrapper > .row, .kolona-dodaj-wrapper > .row {
        margin: 0;
    }
    .optionals .checkboxes-wrapper {
        font-size: 14px;
    }
    .optionals .checkboxes-wrapper {
        padding: 15px;
    }
    .spisak-elemenat-box .title {
        font-size: 18px;
        min-height: 40px;
    }
}

@media only screen and (max-width: 1490px) {
    .spisak-elemenat-box .elements-pictures {
        width: 350px;
    }
    .spisak-elemenat-box .spisak-table tr td, .spisak-elemenat-box .spisak-table tr td .dimensions-value {
        font-size: 13px;
    }
    .spisak-elemenat-box .spisak-table-wrapper {
        width: 328px;
    }
}

@media only screen and (max-width: 1490px) {
    .like-checkbox {
        padding-right: 19px;
    }
}
@media only screen and (max-width: 1400px) {
    .spisak-elemenat-box .elements-pictures {
        width: 332px;
    }
    .kolona-predlozi-wrapper, .kolona-dodaj-wrapper {
        width: 16%;
    }
    .kolona-dodaj-wrapper {
        left: 68%;
    }
    .kolona-glavna-wrapper {
        width: 68%;
        right: 16%;
    }
}
@media only screen and (max-width: 1340px) {
    .spisak-elemenat-box .title {
        font-size: 16px;
        min-height: 38px;
    }
    .green-button, .spisak-elemenata-tabela .ukupno {
        font-size: 16px;
    }
    .spisak-elemenat-box .elements-pictures {
        width: 315px;
    }
    .spisak-elemenat-box .spisak-table tr td {
        padding-left: 8px;
        padding-right: 8px;
    }
    .spisak-elemenat-box .spisak-table-wrapper {
        width: 315px;
    }
}
@media only screen and (max-width: 1300px)
{
    .kolona-predlozi-wrapper {
        float: none;
        width: 100%;
    }
    .kolona-dodaj-wrapper {
        float: none;
        width: 100%;
        position: static;
    }
    .slide-scroller-up {
        float: left;
        transform: none;
        margin-top: 80px;
    }
    .slide-scroller-down {
        float: right;
        transform: none;
        margin-top: 80px;
    }
    .scroller-wrapper {
        height: 193px;
        float: left;
        margin: 0 20px;
        width: calc(100% - 120px);
    }
    .predlog {
        margin-bottom: 0;
        display: table-cell;
        min-width: 230px;
        padding: 0 6px;
    }
    .configurator-wrapper.empty .type-2, .configurator-wrapper.empty .type-1, .configurator-wrapper .type-3 {
        display: table-cell;
    }
    .desna-kolona-dodajte .scroller-wrapper {
        height: 173px;
    }
    .optionals .checkboxes-wrapper .like-checkbox {
        margin-bottom: 19px;
        padding-right: 30px;
    }
    .optionals .checkboxes-wrapper {
        padding: 20px;
    }
    .predlog:last-child {
        margin-right: 0;
    }
    .scroller-wrapper-content {
        display: table;
        width: auto;
    }
    .kolona-glavna-wrapper {
        position: static;
        width: 100%;
    }
    .desna-kolona-dodajte {
        text-align: left;
        padding-right: 5px;
        margin-bottom: 30px;
    }
    .optionals {
        display: inline-block;
        width: 25%;
        margin-top: 0;
    }
    .konfigurator-centralna-kolona {
        margin-left: 15px;
    }
    .item-to-add .item-image {
        float: left;
        width: 40%;
    }
    .item-to-add .item-info {
        width: 60%;
    }
    .item-to-add {
        width: 310px;
        padding: 0 6px;
        background-color: transparent;
        border: 0;
    }
    .item-to-add-content {
        background-color: #fff;
        border-bottom: 2px solid #789c48;
        position: relative;
        width: 270px;
    }
    .desna-kolona-dodajte {
        margin-top: 30px;
    }
    .desna-kolona-dodajte .slide-scroller-up, .desna-kolona-dodajte .slide-scroller-down {
        margin-top: 72px;
    }
    .elements-wrapper {
        float: left;
        width:  75%;
        padding-right: 28px;
    }
    .elements-wrapper {
        width:  70%;
    }
    .optionals {
        width: 30%;
    }
    .green-button, .spisak-elemenata-tabela .ukupno {
        font-size: 18px;
    }
    .spisak-elemenat-box .elements-pictures {
        width: 400px;
    }
    .spisak-elemenat-box .title {
        font-size: 18px;
    }
    .optionals .checkboxes-wrapper {
        padding: 15px 20px;
    }
    .optionals .checkboxes-wrapper .like-checkbox {
        margin-bottom: 16px;
    }
    .kolona-dodaj-wrapper {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1100px) {
    .spisak-elemenata-wrapper {
        position: static;
        margin-top: 30px;
    }
    .centralna-kolona-sadrzaj {
        min-height: 700px;
    }
    .elements-wrapper {
        width:  68%;
    }
    .optionals {
        width: 32%;
    }
}
@media only screen and (max-width: 910px) {
    .spisak-elemenata-wrapper {
        display: block;
    }
    .spisak-elemenat-box .elements-pictures, .spisak-elemenat-box .spisak-table-wrapper {
        width: 100%;
    }
    .spisak-elemenata-slike {
        margin-bottom: 30px;
    }
    .centralna-kolona-sadrzaj {
        min-height: 600px;
    }
    .desna-kolona-dodajte {
        padding-right: 0;
    }
    .configurator-table {
        max-width: none;
    }
    .configurator-table tr td img {
        max-width: none;
        width: auto;
    }
    .centralna-kolona-sadrzaj {
        overflow: auto;
    }
    .elements-wrapper {
        width: 100%;
        padding-right: 0;
    }
    .optionals {
        display: inline-block;
        width: auto;
        margin: 30px 0 0 25px;
    }
    .scroller-wrapper {
        overflow-x: auto;
    }
    .optionals .checkboxes-wrapper .like-checkbox {
        margin-bottom: 15px;
    }
    .optionals .checkboxes-wrapper {
        padding: 15px;
    }
}
@media only screen and (max-width: 766px) {
    .leva-kolona-predlozi, .desna-kolona-dodajte {
        padding: 0 5px;
    }
    .konfigurator-centralna-kolona {
        padding-right: 5px;
        padding-left: 25px;
        padding-top: 35px;
        display: block;
    }
    .konfigurator-centralna-kolona .konfigurator-side, .konfigurator-side-help-box {
        width: 35px;
        height: 35px;
        line-height: 34px;
        font-size: 25px;
    }
    .konfigurator-side-help-box {
        font-size: 14px;
        width: auto;
    }
    .spisak-elemenata-wrapper {
        margin-left: -35px;
    }
    .optionals {
        margin-left: 0;
    }
    .spisak-elemenat-box .title {
        min-height: 0;
        font-size: 16px;
    }
}
@media only screen and (max-width: 500px) {
    .scroller-wrapper {
        width: calc(100% - 80px);
        margin: 0 10px;
    }
    .desna-kolona-dodajte .scroller-wrapper {
        margin: 0;
    }
    .slide-scroller-up, .slide-scroller-down {
        margin-bottom: 0;
        background-size: 10px;
        width: 30px;
        height: 30px;
    }
    .item-to-add-content {
        width: 250px
    }
}