.app {
    width: 100%;
    max-width: 960px;
    margin: auto;
}

#tabs > div {
    display: none;
}

.modal h2 {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 15px
}

.modal .btn-block {
    text-transform: uppercase;
}

.modal .modal-body {
    padding: 25px 50px
}

#modal-wizard .modal-body {
    padding: 1rem;
}

#modal-wizard .modal-dialog {
    max-width: 600px;
}

#modal-wizard h2 {
    text-align: left;
}

#modal-wizard h2 span {
    color: #17a2b8;
    font-size: 12px;
}

#modal-wizard p {
    padding: 0;
    margin: 0 0 15px 0;
}

#modal-wizard .steps > div {
    display: none;
}

#modal-wizard .steps > div:first-child {
    display: block;
}

#modal-wizard .steps label {
    display: block;
    cursor: pointer;
}

.top-menu {
    display: none;
}

.tab-design .top-menu, .tab-review .top-menu, .tab-submit .top-menu {
    display: block
}

.top-menu .col {
    overflow: hidden;
    padding: 0;
    height: 20px;
}

.top-menu button {
    border: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    margin-right: 0;
    width: 317px;
    overflow: hidden;
    height: 40px;
    background: transparent;
}

.top-menu button > span {
    background: #2482c2;
    position: absolute;
    left: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 20px;
    top: 0;
    cursor: pointer;
}

.top-menu button::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 0;
    border-right: 20px solid #2482c2;
    position: absolute;
    left: 0;
    top: 0;
}

.top-menu button::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #2482c2;
    position: absolute;
    right: 0;
    top: 0;
}

.tab-design .top-menu button.design > span,
.tab-review .top-menu button.design > span,
.tab-submit .top-menu button.design > span,
.tab-review .top-menu button.review > span,
.tab-submit .top-menu button.review > span,
.tab-submit .top-menu button.submit > span {
    background: #199a0b;
}

.tab-design .top-menu button.design::before, .tab-design .top-menu button.design::after,
.tab-review .top-menu button.design::before, .tab-review .top-menu button.design::after,
.tab-submit .top-menu button.design::before, .tab-submit .top-menu button.design::after,
.tab-review .top-menu button.review::before, .tab-review .top-menu button.review::after,
.tab-submit .top-menu button.review::before, .tab-submit .top-menu button.review::after,
.tab-submit .top-menu button.submit::before, .tab-submit .top-menu button.submit::after {
    border-right-color: #199a0b;
    border-left-color: #199a0b
}

.top-menu button:first-child:before, .top-menu button:last-child:after {
    border-color: #2482c2
}

.tab-design .top-menu button.design:first-child:before, .tab-design .top-menu button.design:last-child:after,
.tab-review .top-menu button.design:first-child:before, .tab-review .top-menu button.design:last-child:after,
.tab-submit .top-menu button.design:first-child:before, .tab-submit .top-menu button.design:last-child:after,
.tab-review .top-menu button.review:first-child:before, .tab-review .top-menu button.review:last-child:after,
.tab-submit .top-menu button.review:first-child:before, .tab-submit .top-menu button.review:last-child:after,
.tab-submit .top-menu button.submit:first-child:before, .tab-submit .top-menu button.submit:last-child:after {
    border-color: #199a0b
}

.renderer {
    margin-top: 20px
}

.renderer .col {
    padding: 0;
    height: 300px;
    overflow: hidden;
    position: relative;
    border: 1px solid #2482c2;
}

.renderer .col #renderer-pixi, .renderer .col #renderer-threejs {
    background: #f1f1f1;
    height: 300px;
    width: 100%;
    position: absolute;
    top: -300px;
}

.renderer .col #render-switch {
    display: block;
    border: 0;
    background-color: transparent;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    outline: none;
}

.renderer.view2D .col #render-switch {
    background-image: url("../images/2D_ON.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.renderer.view3D .col #render-switch {
    background-image: url("../images/3D_ON.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.renderer.view2D .col #renderer-pixi, .renderer.view3D .col #renderer-threejs {
    top: 0;
}

.renderer #cart-listing {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: -150px;
}

.renderer #cart-listing.visible {
    left: 0
}

.renderer #cart-listing > div {
    width: 150px;
    background-color: #ffffff;
    padding: 10px;
    font-size: 12px;
    color: #333;
    overflow: auto;
    height: 298px;

}

.renderer #cart-listing > div ul {
    padding: 0 0 0 20px;
    margin: 0
}

.renderer #cart-listing > div ul li {
    padding: 0;
    margin: 0
}

.renderer #cart-listing button {
    position: absolute;
    top: 137px;
    left: 11px;
    transform: rotate(-90deg);
    border: 0;
    background: none;
    width: 298px;
    padding: 0;
    outline: none;
    color: #2482c2;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.products-section {
    padding-top: 20px
}

.products-section * {
    transition: all 0.5s;
}

.product-preview {
    padding-left: 0;
}

.products-section .product-preview {
    opacity: 0.1;
}

.products-section.productSelected .product-preview {
    opacity: 1;
}

.product-options {
    padding-right: 0;
}

.products-section .product-options {
    opacity: 0.1;
}

.products-section.productSelected .product-options {
    opacity: 1;
}

.products-section h1 {
    font-size: 15px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #2482c2;
    text-transform: uppercase;
    font-weight: bold;
}

.product-preview #preview-holder {
    width: 100%;
    border: 2px solid #abc9e3;
    height: 200px;
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.products-listing > div {
    overflow: auto;
    height: 300px;
}

.products-listing .category {
    border-bottom: 2px solid #d0d0d0;
    padding: 5px 0;
    margin-right: 5px;
    float: left;
}

.products-listing .category h2 {
    font-size: 12px;
    padding: 0 0 5px 0;
    margin: 0;
    color: #2482c2;
    font-weight: bold;
}

.products-listing .category > div {
    overflow: hidden;
}

.products-listing .category > div > div {
    float: left;
    height: 85px;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #fff
}

.products-listing .category > div > div.selected {
    border: 2px solid #abc9e3
}

.products-listing .category > div > div .product-width {
    /*display: table;*/
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    background: linear-gradient(#fff 52%, #000 52%, #fff 53.5%);
    text-shadow: -0.2em 0 #fff, 0.2em 0 #fff, -0.1em 0 #fff, 0.1em 0 #fff;
}

.products-listing .category > div > div.selected .product-width {
    background: linear-gradient(#abc9e3 52%, #000 52%, #abc9e3 53.5%);
    text-shadow: -0.2em 0 #abc9e3, 0.2em 0 #abc9e3, -0.1em 0 #abc9e3, 0.1em 0 #abc9e3;
}

/*.products-listing .category > div > div .product-width:before, .products-listing .category > div > div .product-width:after {*/
/*    border-top: 1px solid #333;*/
/*    content: '';*/
/*    display: table-cell;*/
/*    position: relative;*/
/*    top: 9px;*/
/*    width: 45%;*/
/*}*/

/*.products-listing .category > div > div .product-width:before {*/
/*    right: 1.5%;*/
/*}*/

/*.products-listing .category > div > div .product-width:after {*/
/*    left: 1.5%;*/
/*}*/

/*.products-listing .category > div > div .product-width {*/
/*display: block;*/
/*font-size: 12px;*/
/*text-align: center;*/
/*border: 1px solid #333;*/
/*border-top: none;*/
/*border-bottom: none;*/
/*margin: 2px 0;*/
/*}*/

/*.products-listing .category > div > div .product-width > div {*/
/*display: block;*/
/*border-top: 1px solid red;*/
/*}*/

/*.products-listing .category > div > div .product-width > div > span {*/
/*background-color: #fff;*/
/*}*/

.products-listing .category > div > div .img-holder {
    height: 65px;
    cursor: pointer;
}

.products-listing .category > div > div .img-holder img {
    max-width: 100%;
    max-height: 100%;
}

.product-options > div {
    overflow: auto;
    height: 300px;
}

.product-options > div > .alert {
    font-size: 14px;
    margin-bottom: .5rem;
    border-radius: unset;
    padding: .25rem .5rem;
    text-align: center;
}

.product-options > div > button {
    float: left;
    width: 85px;
    margin: 5px;
    height: 75px;
    cursor: pointer;
    border: 2px solid #e8e5e3;
    text-align: center;
    overflow: hidden;
    background: none;
    padding: 0;
    outline: none;
}

.product-options > div > button.selected {
    border: 2px solid #abc9e3
}

.product-options > div > button:disabled {
    cursor: not-allowed;
    opacity: 0.35;
}

.product-options > div > button span {
    display: block;
    height: 28px;
    font-size: 11px;
    line-height: 14px;
    color: #333;
    background: #e8e5e3;
    overflow: hidden;
}

.product-options > div > button.selected span {
    background: #abc9e3;
}

.product-options > div > button img {
    max-width: 100%;
    max-height: 45px;
    margin: auto
}

#btn-add-product, #btn-save-product, .btn-back, .btn-next {
    border-radius: 0;
    display: none;
}

.btn-back, .btn-next {
    display: block;
    margin-right: 5px;
}

.tab-footer {
    padding: 5px 0 0 0;
}

#tab-review .container-fluid, #tab-review .col-3 {
    padding: 0
}

#tab-review .col-9 {
    padding-left: 0
}

#tab-review .top-view-holder, #tab-review .perspective-view-holder, #tab-submit .top-view-holder, #tab-submit .perspective-view-holder {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid #2482c2;
    background-color: #f1f1f1;
    margin-top: 10px
}

#tab-review .perspective-view-holder, #tab-submit .perspective-view-holder {
    background-color: #aaaaaa;
}

#tab-review .top-view-holder > .title, #tab-review .perspective-view-holder > .title {
    font-size: 18px;
    display: block;
    margin: 10px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px #333;
}

#tab-review .loader {
    margin: 110px 0;
    display: none;
}

#tab-submit .loader {
    margin: 145px 0;
    display: none;
}

#tab-review h1 {
    font-size: 15px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #2482c2;
    text-transform: uppercase;
    font-weight: bold;

}

#tab-review .cart-list {
    padding: 10px;
    font-size: 12px;
    color: #333;
}

#tab-submit h1 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #2482c2;
    font-weight: bold;
}

#tab-submit .container-fluid {
    padding: 20px 0 0;
}

#tab-submit p {
    font-size: 12px;
    line-height: 14px;
}

#tab-submit .form-control {
    background: #eaeaea;
    color: #333;
    border-radius: 0;
    border: 0;
}

#tab-submit .btn {
    border-radius: 0;
    border: 0;
}

#modal-start-from-favorites .modal-body {
    padding: 10px;
}

#modal-start-from-favorites .configurations {
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

#modal-start-from-favorites .configurations .configuration {
    float: left;
    background: #d7d7d7;
    padding: 3px;
    width: 226px;
    cursor: pointer;
    margin: 2px;
}

#modal-start-from-favorites .configurations .configuration:hover, #modal-start-from-favorites .configurations .configuration.active {
    background: #2482c2;
    color: #fff;
}

#modal-start-from-favorites .configurations .configuration > div {
    background-position: center;
    background-size: cover;
    height: 100px;
    position: relative;
    overflow: hidden;
}

#modal-start-from-favorites .configurations .configuration > div > div {
    position: absolute;
    bottom: -300px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    padding: 2px 5px;
    font-weight: bold;
}

#modal-start-from-favorites .configurations .configuration:hover > div > div, #modal-start-from-favorites .configurations .configuration.active > div > div {
    bottom: 0;
    background: rgba(36, 130, 194, 0.25);
    color: #000;
}

#modal-start-from-favorites .configurations .configuration > span {
    font-size: 14px;
    font-weight: bold;
}

.preferredDealer-prefix {
    display: none;
}

.btn-tutorial {
    background-color: #333;
    border-color: #333;
}

.btn-tutorial:hover {
    background-color: #111;
    border-color: #111;
}


#modal-tutorial .modal-body {
    padding: 10px;
}

#modal-tutorial .modal-dialog {
    max-width: 692px;
}

.banner {
    max-width: inherit;
    margin-bottom: 10px;
}

body.loading-floater {
    overflow: hidden;
}

body.loading-floater #loading-floater {
    display: block;
}

#loading-floater {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 999999;
    display: none;
}

#loading-floater .loader {
    background-image: url("../images/loader.svg");
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain;
    top:50%;
    left:50%;
    position: absolute;
}

#loading-floater .loader-msg {
    position: absolute;
    top:46%;
    width:100%;
    left:0;
    text-align: center;
    font-size: 20px;
}

#settings-panel{
    position: absolute;
    top: 0;
    right: -150px;
}
#settings-panel.visible{
    right:0;
    box-shadow: 20px 0 50px #000;
}
#settings-panel>div{
    width: 150px;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    font-size: 12px;
    color:#fff;
    overflow: auto;
    height: 298px;
}
#settings-panel>button{
    position: absolute;
    bottom: 10px;
    left: -40px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
}
#settings-panel>div>div{
    margin:3px 0;
}
#settings-panel button.btn-sm{
    font-size:11px;
}
#settings-panel span.loader{
    background-image: url(../images/loader.svg);
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    display: none;
}
#settings-panel button.loading span.loader{
    display:inline-block;
}

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0.9); opacity: 0.27; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(0.9); opacity: 0.27; }
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.27; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.27; }
}
#loading-models{
    position: absolute;
    top: 130px;
    left: 450px;
    font-size: 25px;
    text-shadow: 0 0 5px #000;
    color:#fff;
    display: none;
    font-weight: bold;
    animation: pulse 2s infinite;
}