﻿.step .modal.show {
    background-color: rgba(0,0,0,0.5);
}

.form-check[class*=col-] {
    display: flex;
    flex-direction: column;
}

.call-btn > a {
    height: 50px;
    padding: 10px 20px 10px 70px;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
}

    .call-btn > a:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 50px;
        width: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 20px;
        display: block;
        text-align: center;
        content: "\f095"
    }

.call-btn a span {
    font-family: Helvetica;
    font-weight: 600;
}

/*************** SIDEBAR ***************/
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 1030;
    transition: all 0.3s;
    overflow-y: scroll;
    background: #dddfd4;
    color: black;
}

    #sidebar.active {
        left: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1.5em;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1029;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

#sidebar .sidebar-header {
    padding: 20px;
    border-bottom: 1px solid black;
}

#sidebar ul.components {
    padding: 0;
}

#sidebar ul p {
    padding: 10px;
    margin-bottom: 0;
}

#sidebar > ul li {
    border-bottom: 1px solid black;
}

    #sidebar > ul li h5 {
        margin-bottom: 0;
    }

#sidebar ul li > ul li {
    border-bottom: 0.7px solid grey;
    width: 100%;
}

#sidebar ul li a, #sidebar ul li a:hover {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: black;
    text-decoration: none;
}

#selectLanguage button[type=submit] {
    border-color: #dddfd4;
    border-radius: 6px;
    height: 10mm;
}

#sidebar > ul > li > a.collapsible:not(.collapsed) span:first-child {
    display: block;
}

#sidebar > ul > li > a.collapsible:not(.collapsed) span:last-child {
    display: none;
}

#sidebar a.collapsible.collapsed span:first-child {
    display: none;
}

#sidebar a.collapsible.collapsed span:last-child {
    display: block;
}

.cart-bubble i {
    font-size: 1.5rem;
    position: relative;
}

    .cart-bubble i:after {
        content: attr(data-cart-items);
        position: absolute;
        background: #ff6600;
        height: 1.2rem;
        top: -7px;
        right: -7px;
        width: 1.2rem;
        text-align: center;
        line-height: 1.2rem;
        font-size: 0.8rem;
        border-radius: 50%;
        color: white;
        border: 1px solid #ff6600;
        font-family: sans-serif;
        font-weight: bold;
    }

.radius-0 {
    border-radius: 0;
}

.mx--12 {
    margin-left: -12px;
    margin-right: -12px;
}

.my-5rem {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.mb-5px {
    margin-bottom: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mt-n35 {
    margin-top: -35px;
}

.p-0 {
    padding: 0;
}

.p-10 {
    padding: 10px;
}

.pl-0 {
    padding-left: 0;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.sub-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .sub-options .form-check {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

.sub-steps-modal-trigger {
    position: absolute;
    bottom: 45px;
    width: 100%;
}

    .sub-steps-modal-trigger .black-btn {
        text-align: center;
        cursor: pointer;
        background-color: white;
        color: black;
        padding: 5px;
        transition: all 0.4s linear;
        width: 100%;
        border: 1px solid black;
        min-height: 10mm;
        line-height: 8mm;
        border-left: none;
        border-right: none;
    }

        .sub-steps-modal-trigger .black-btn:hover {
            background-color: black;
            color: white;
        }

.hide-it {
    display: none !important;
}

.container-fluid.fade-in-left {
    display: flex;
    opacity: 0;
    animation: fade-in-left 0.8s ease-in forwards;
}

.btn {
    padding: .375em .25em;
}

.btn-default {
    border: 3px solid #fff;
    color: #fff;
    display: block;
    position: relative;
    text-transform: uppercase;
    height: 100%;
    cursor: pointer;
}

.btn-default {
    outline: none;
}

    .btn-default:focus {
        outline: none;
    }

    .btn-default:disabled {
        background-color: lightgray;
        cursor: not-allowed;
    }

        .btn-default:disabled:hover {
            box-shadow: none;
        }

.box {
    width: 100%;
    height: 100%;
    margin-bottom: 35px;
    border-radius: 6px;
    color: rgba(0,0,0,0.87);
    background: white;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.dims-box {
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}


input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
}

    input[type="radio"] + label {
        text-align: center;
        cursor: pointer;
        background-color: #dddfd4;
        color: black;
        padding: 5px;
        transition: all 0.3s ease-out;
        width: 100%;
        border-radius: 6px;
        min-height: 10mm;
        line-height: 8mm;
    }

    input[type="radio"]:checked + label {
        color: white;
        border-radius: 6px;
    }

.box label {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0 !important;
}

.box input[type="radio"]:checked + label {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.box input[type="radio"] + label span:first-child {
    display: inline;
}

.box input[type="radio"] + label span:last-child {
    display: none;
}

.box input[type="radio"]:checked + label span:first-child {
    display: none;
}

.box input[type="radio"]:checked + label span:last-child {
    display: inline;
}

.box .checked-option:not(.hidden) {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    color: white;
    padding: 5px 10px;
    font-size: 18px;
}

.step:not([data-step-type=accessorie]) .IA-div {
    margin-top: 20px;
}


.box-with-img {
    margin-top: 35px;
}

.sub-options .box-with-img {
    margin-top: 15px;
    margin-bottom: 15px;
}


.important-text {
    color: darkred;
}

.title {
    margin-bottom: 10px;
}

    .title > * {
        margin-bottom: 0;
    }

.IA-div .title {
    margin-bottom: 10px;
    padding-right: 30px;
}

.box .content-holder {
    padding: 15px 20px 45px;
    display: block;
}

#window-flashings .box .content-holder {
    /* padding: 15px 20px 100px; */
    /* display: block; */
}

.dims-box .content-holder {
    padding: 15px 20px;
}


.box .name {
    display: block;
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 0.9em;
    word-break: break-word;
}

.box .description {
    color: #0b1a1c;
    display: block;
    font-size: 0.9em;
    margin-bottom: 0;
}

    .box .description u {
        cursor: pointer;
        float: right;
    }

.sub-options > div.form-check {
    border-radius: 6px;
    margin-bottom: 20px;
}

.frame-color > div.form-check, .accessories-options > div.form-check {
    margin-bottom: 20px;
}

.img-holder, .info-holder {
    height: calc(100vh/4);
    position: relative;
    margin: -30px 25px 0 25px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
    overflow: hidden;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.modal-img-holder {
    overflow: hidden;
    height: calc(100vh/4);
    position: relative;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
    background-color: white;
}

#additional-products .img-holder {
    height: calc(100vh/5);
}


.img-holder img, .modal-img-holder img, #window-flashings .sub-options .img-holder img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
    object-fit: cover;
}

#additional-products .img-holder img {
    object-fit: contain;
}

.contain {
    object-fit: contain !important;
}

.sub-options .img-holder {
    height: calc(100vh/7);
}

.accessories-options .img-holder img {
    object-fit: none;
}

#opening .img-holder img, #opening-direction .img-holder img {
    object-fit: contain;
}

.box-with-img .radio-button-holder {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

.nav-btn-container {
    bottom: 0;
    z-index: 6;
    width: 100%;
    height: 54px;
    display: flex;
    flex-direction: row;
    border-top: 1px solid black;
    background: white;
}

.nav-btn-box {
    position: relative;
}

    .nav-btn-box.disabled {
        background-color: rgba(255,255,255,0.6);
    }

.submit-btn {
    display: none;
}

    .submit-btn a:hover {
        text-decoration: none;
    }

    .submit-btn span {
        font-size: 22px;
        font-weight: bold;
    }

.nav-btn-box button {
    width: 100%;
    height: 100%;
    border-width: 5px 3px;
    border-radius: 8px;
    min-height: 53px;
    font-size: 1em;
    line-height: 1em;
}

.btn-info {
    color: black;
    background-color: white;
    border-color: black;
    border-radius: 50%;
    width: calc(10mm + 4px);
    height: calc(10mm + 4px);
    margin-top: 0.5rem;
    padding: 0;
    align-self: flex-end;
}

    .btn-info:hover, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: black;
        background-color: white;
        border-color: black;
        box-shadow: 0 8px 25px -8px black;
        outline: none;
    }

.close-btn {
    color: #facb4c;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

button:focus {
    outline: none;
}

.dropdown-toggle::before {
    display: none !important;
}

.theme-dropdown-menu.show {
    display: block;
    height: calc(10mm + 6px);
    padding: 2px;
    min-width: 40mm;
    border-color: black;
}

.theme-dropdown-menu button {
    height: 10mm;
    padding: 0;
    border-radius: 6px;
    border-color: #dddfd4;
}


/* CONFIGURATOR */
.change-height {
    max-height: 91.666667%;
    display: inline-flex;
    align-self: flex-end;
}

.first-half, .second-half {
    height: 50vh;
}

.summary-button, .product-button, .total-price, .sidebar-button {
    padding-top: 3px;
    padding-bottom: 3px;
    text-transform: uppercase;
    border-radius: 6px;
}

.summary-button, .product-button, .sidebar-button {
    border: 3px solid white;
    z-index: 10;
    font-size: 14px;
    min-height: 54px;
}

    .summary-button i, .product-button i, .sidebar-button i {
        font-size: 1.5em;
        line-height: 30px;
    }

.total-price {
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: 3px solid transparent;
    background: white;
    box-shadow: inset 0 0 0px 1px black;
}

.summary {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    padding-top: 95px;
    height: 100%;
    width: 100%;
    z-index: 8;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

    .summary:not(.collapsed) {
        border-bottom: 1px solid black;
    }

    .summary.collapsed {
        height: 0%;
    }

    .summary > div {
        border-top: 1px solid transparent;
        border-bottom: 1px solid black;
        padding: 6px 3px;
        display: none;
    }

        .summary > div span {
            color: black;
            white-space: normal;
        }

.summary-container {
    border-bottom: 1px solid black;
    background: white;
}

.first-half {
    border-bottom: 1px solid black;
    border-right: none;
}

.second-half {
    position: relative;
}

.step-container {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 54px;
}

.step {
    margin: 0;
}

    .step:not(.current-step) {
        display: none;
    }

    .step.current-step.fade-in-right {
        opacity: 0;
        animation: fade-in-right 0.8s ease-in forwards;
    }

    .step.current-step.fade-in-left {
        opacity: 0;
        animation: fade-in-left 0.8s ease-in forwards;
    }

.step-container .current-step [class=row] {
    display: flex;
    flex-direction: row;
}

.step-container .current-step > [class*=col-] {
    display: flex;
    flex-direction: column;
}

.step h3 {
    color: black;
}

.step .form-check {
    padding-left: 15px;
}

#amount {
    text-align: center;
    margin: auto;
    height: 10mm;
    padding: 5px 10px;
}

    #amount::-webkit-inner-spin-button,
    #amount::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

input[type=number].form-control, select.form-control {
    border-width: 1px;
    border-style: solid;
    box-shadow: 0px 10px 34px -12px black;
}

.decrease-number, .increase-number {
    margin-bottom: 1rem;
    width: 50%;
    min-height: 10mm;
    border-radius: 6px;
    line-height: 8mm;
    padding: 5px 10px;
}

.decrease-number {
    align-self: flex-end;
}

.increase-number {
    align-self: flex-start
}

.opt-modal .modal-dialog {
    box-shadow: 0 16px 34px -12px rgba(255,255,255,0.4), 0 -16px 34px -12px rgba(255,255,255,0.4);
}

.opt-modal .modal-content {
    height: calc(100vh - 16px);
    overflow: hidden;
}

.opt-modal .modal-header {
    background-color: black;
    color: white;
    position: absolute;
    top: 0;
    width: 100%;
}

#IAModal .modal-header {
    text-transform: uppercase;
}

#alertModal .modal-header, #alert2Modal .modal-header {
    color: white;
}

.modal-header .close, .modal-header .close:hover, .modal-header .close:focus {
    color: white !important;
    opacity: 1;
    outline: none;
}

.opt-modal .modal-body {
    margin-top: 70px;
    overflow-y: scroll;
    margin-bottom: 71px;
}

.opt-modal .modal-footer {
    background-color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.more-info-btn {
    cursor: pointer;
}

.more-info-modal .modal-header {
    margin-bottom: 1rem;
}

.more-info-modal .modal-body {
    padding: 0;
}

    .more-info-modal .modal-body .tab-content {
        padding: 1rem 1.5rem;
        padding-bottom: 0;
        max-height: 58vh;
        overflow-y: auto;
    }

.nav-tabs .nav-link {
    color: black;
    border-color: #fff #fff #dee2e6;
    transition: all 0.3s linear 0.1s;
}

.hide {
    display: none;
}

.hidden {
    display: none !important;
}

.dimension-type-img {
    border-radius: 3px;
    border: 1px solid black;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}

    .dimension-type-img img {
        height: 17vh;
        width: 100%;
        object-fit: cover;
    }

#w-manual-operating-accessories .box {
    height: 20vh;
}

#product-info .modal-dialog {
    margin: 3rem auto;
}

#product-info .modal-footer button {
    border: 1px solid black;
    background-color: white;
}

.button-holder {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
}

    .button-holder button {
        background: white;
        border: 1px solid black;
        width: 100%;
        border-radius: 50%;
        cursor: pointer;
    }

        .button-holder button:focus {
            outline: none;
        }

/* Use in case of sale */
/*
    <div class="corner-ribbon top-left sticky yellow-bg shadow">Hello</div>
*/
.corner-ribbon {
    border: 1px solid white;
    width: 200px;
    background: white;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 30px;
    letter-spacing: -1px;
    color: white;
    font-weight: 300;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

    .corner-ribbon.sticky {
        position: fixed;
    }

    .corner-ribbon.shadow {
        box-shadow: 0 0 3px rgba(0,0,0,.3);
    }

    .corner-ribbon.top-left {
        top: 5px;
        left: -80px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

.print {
    display: none;
}


table.print tbody tr {
    display: none;
}

.currency {
    display: none;
}

.accessorie-info-img {
    overflow: hidden;
    height: 130px;
    border-radius: 6px;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}

    .accessorie-info-img img {
        max-width: 100%;
        object-fit: unset;
        border-radius: 6px;
    }

.step[data-step-type=accessorie] .nav-pills .nav-link {
    border-radius: 0px;
    background: white;
    color: black;
    border: 1px solid transparent;
    border-bottom: 1px solid #dddfd4;
    transition: all ease-in-out 0.4s;
}

.step[data-step-type=accessorie] .nav-pills a.nav-link.active,
.step[data-step-type=accessorie] .nav-pills a.nav-link:hover {
    border: 1px solid #dddfd4;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.step[data-step-type=accessorie] .nav-pills a.nav-link.active {
    background: #dddfd4;
}

.step[data-step-type=accessorie] .nav-pills a.nav-link:hover {
    background: rgba(221, 223, 212, 0.45);
}

/* ****************** SHOP ****************** */
/* ****************** SHOP ****************** */
/* ****************** SHOP ****************** */
/* ****************** SHOP ****************** */
/* ****************** SHOP ****************** */

#shop {
    margin-bottom: 90px;
    margin-top: 30px;
}

header .title {
    margin-bottom: 0;
}

    header .title > * {
        line-height: 54px;
    }

.shop-box {
    border: 1px solid black;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.sale {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    box-shadow: inset -1px -1px 0 rgba(255,255,255,.4), 3px 3px 10px rgba(0,0,0,.2);
    border-width: 1px;
    border-style: solid;
    background: white;
}

    .sale .sale-circle {
        font-size: 20px;
        font-weight: 600;
        line-height: 55px;
        color: black;
    }

.shop-box .shop-box-img {
    height: 30vh;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

    .shop-box .shop-box-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.shop-box .name a, .shop-box .name a:hover {
    text-decoration: none;
}

.shop-box .name h5 {
    font-weight: 500;
    letter-spacing: -1px;
}

.shop-box .before-sale-price > * {
    letter-spacing: -1px;
    font-size: 1.3em;
    font-weight: normal;
}

.shop-box .before-sale-price span {
    float: right;
    text-decoration: none;
    position: relative;
    font-weight: 400;
}

    .shop-box .before-sale-price span:before {
        content: " ";
        display: block;
        width: 100%;
        border-top-width: 6px;
        border-top-style: double;
        border-top-color: rgba(0, 0, 0, 0.5);
        height: 16px;
        position: absolute;
        bottom: 0px;
        left: 0;
        transform: rotate(-10deg);
    }

.shop-box .price {
    margin-bottom: 65px;
    letter-spacing: -1px;
}

    .shop-box .price > * {
        letter-spacing: -1px;
        font-size: 1.5em;
        font-weight: normal;
    }

    .shop-box .price span {
        float: right;
        font-weight: 500;
    }


.shop-box .add-to-cart {
    position: absolute;
    bottom: 0;
}

.shop-box .add-to-cart-btn {
    padding: 5px 10px;
    height: 54px;
    line-height: 36px;
    text-align: center;
    border: none;
}


.shop-box i {
    padding-right: 5px;
}

/* ****************** BASKET ****************** */
/* ****************** BASKET ****************** */
/* ****************** BASKET ****************** */
/* ****************** BASKET ****************** */
/* ****************** BASKET ****************** */
#basket {
    margin-bottom: 120px;
}

    #basket p {
        margin-bottom: 0;
    }

.basket-header {
    border-bottom: 2px solid black;
}

.basket-body {
    border-top: 1.5px solid black;
    margin-bottom: 20px;
}

.basket-items {
    border-bottom: 1px solid grey;
}

    .basket-items .item-img, .basket-items .item-data {
        padding-top: 20px;
        padding-bottom: 15px;
        letter-spacing: -1px;
    }

    .basket-items .item-actions a, .basket-items .item-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .basket-items .item-img {
        overflow: hidden;
    }

        .basket-items .item-img img {
            max-height: 30vh;
            object-fit: contain;
        }

    .basket-items .item-actions a:hover {
        color: black;
        box-shadow: inset 0 0 12px 2px #cfd1c7;
    }

    .basket-items .item-name {
        max-height: 204px;
        overflow-y: scroll;
    }

    .basket-items .item-name p {
        line-height: 20px;
        font-weight: 400;
        word-break: break-word;
        margin-bottom: 0.5rem;
        letter-spacing: -1px;
    }

    .basket-items .item-price p {
        font-weight: 500;
    }

    .basket-items .item-amount button, .basket-items .item-amount a {
        height: 5mm;
        line-height: 5mm;
        border-color: transparent;
        border-radius: 0;
        margin-bottom: 0;
    }

    .basket-items .item-amount .decrease-number {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .basket-items .item-amount .increase-number {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .basket-items .item-amount #amount {
        border-radius: 0;
    }

.basket-summary {
    border: 1px solid lightgrey;
}

.basket-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid black;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9;
}

a.text-decoration-none {
    text-decoration: none;
}

@keyframes fade-in-right {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in-left {
    from {
        opacity: 0;
        transform: translateX(150px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media only screen and (min-device-width:576px) {
    .first-half, .second-half {
        height: 100vh;
    }

    .first-half {
        border-bottom: none;
        border-right: 1px solid black;
    }

    .summary:not(.collapsed) {
        border-bottom: none;
        border-right: 1px solid black;
    }

    .opt-modal .modal-content {
        height: calc(100vh - 58px);
    }

    .corner-ribbon {
        line-height: 20px;
    }

        .corner-ribbon.top-left {
            top: 13px;
            left: -79px;
        }

    .button-holder {
        top: 4px;
        right: 4px;
    }

    .dims-box {
        height: auto;
    }

    .modal-img-holder {
        height: calc(100vh/3);
    }
}

@media only screen and (min-device-width:768px) {
    .first-half, .second-half {
        height: 50vh;
    }

    .first-half {
        border-bottom: 1px solid black;
        border-right: none;
    }

    .summary:not(.collapsed) {
        border-right: none;
        border-bottom: 1px solid black;
        padding-top: 95px;
    }

    .img-holder, .info-holder {
        height: calc(100vh/5);
    }

    .dims-box {
        height: auto;
    }

    .modal-dialog {
        max-width: 650px;
    }

    .modal-img-holder {
        height: calc(100vh/4);
    }

    .summary-button span, .product-button span, .sidebar-button span,
    .summary-button i, .product-button i, .sidebar-button i,
    .nav-btn-box button {
        font-size: 1.2em;
        line-height: 1.2em;
    }
}

/* iPad 1, 2, Mini and Air (landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .first-half, .second-half {
        height: 100vh;
    }

    .first-half {
        border-bottom: none;
        border-right: 1px solid black;
    }

    .summary:not(.collapsed) {
        border-bottom: none;
        border-right: 1px solid black;
    }

    .opt-modal .modal-content {
        height: calc(100vh - 2px);
    }

    .modal-dialog {
        max-width: 750px;
    }

    .dims-box {
        height: auto;
    }

    .summary {
        padding-top: 70px;
    }

    .summary-button span, .product-button span, .sidebar-button span,
    .summary-button i, .product-button i, .sidebar-button i,
    .nav-btn-box button {
        font-size: 1.2em;
        line-height: 1.2em;
    }
}

@media only screen and (min-device-width:812px) {
    .first-half, .second-half {
        height: 100vh;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .first-half {
        border-bottom: none;
        border-right: 1px solid black;
    }

    .modal-dialog {
        max-width: 700px;
    }

    .dims-box {
        height: auto;
    }

    .modal-img-holder {
        height: calc(100vh/3);
    }

    .summary-button span, .product-button span, .sidebar-button span,
    .summary-button i, .product-button i, .sidebar-button i,
    .nav-btn-box button {
        font-size: 1.2em;
        line-height: 1.2em;
    }
}

@media only screen and (min-device-width:992px) {
    .first-half, .second-half {
        height: 100vh;
    }

    .first-half {
        border-bottom: none;
        border-right: 1px solid black;
    }

    .summary:not(.collapsed) {
        border-bottom: none;
        border-right: 1px solid black;
    }

    .opt-modal .modal-content {
        height: calc(100vh - 2px);
    }

    .modal-dialog {
        max-width: 750px;
    }

    .dims-box {
        height: auto;
    }

    .summary-button span, .product-button span, .sidebar-button span,
    .summary-button i, .product-button i, .sidebar-button i,
    .nav-btn-box button {
        font-size: 1.2em;
        line-height: 1.2em;
    }
}

@media screen and (min-device-width: 1024px) {

    .shop-box .shop-box-img {
        height: 15vh;
    }
}

@media screen and (min-device-width: 1170px) {
    .modal-dialog {
        max-width: 800px;
    }

    .img-holder, .info-holder {
        height: calc(100vh/4);
    }

    .dims-box {
        height: auto;
    }

    .summary {
        padding-top: 70px;
    }

    .summary-button span, .product-button span, .sidebar-button span,
    .summary-button i, .product-button i, .sidebar-button i,
    .nav-btn-box button {
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .basket-items .item-img img {
        max-height: 20vh;
    }

    .shop-box .shop-box-img {
        height: 20vh;
    }
}

@media screen and (min-device-width: 1440px) {
    .nav-btn-container {
        height: 55px;
    }

    label, span, .total-price, button {
        font-size: 1.2em
    }

    .title h3 {
        font-size: 2.2em;
    }

    .title p {
        font-size: 1.5em;
    }

    .box .content-holder {
        padding-bottom: 60px;
    }

    .box .name {
        font-size: 1.2em;
    }

    .box .description {
        font-size: 1.1em;
    }

    .summary-button span, .product-button span, .sidebar-button span,
    .summary-button i, .product-button i, .sidebar-button i,
    .nav-btn-box button {
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .shop-box .shop-box-img {
        height: 15vh;
    }
}

.grey-btn {
    background-color: #dddfd4;
    color: black;
}

    .grey-btn:hover {
        color: black;
        box-shadow: inset 0 0 12px 2px rgba(200, 205, 195, 1);
    }

.grey-border {
    border-color: #dddfd4;
}

.black-txt {
    color: black;
}

.white-text {
    color: white !important;
}

.white-btn {
    color: black;
    background-color: white;
    border-color: black;
}

.white-bg {
    background-color: white;
}

.white-border, .white-border:hover, .white-border:focus {
    border-color: white;
    box-shadow: none;
}

/* THEME ------ YELLOW */
.yellow-text, [data-theme=yellow] .box .name, a.yellow-text:hover {
    color: #F8B500;
}


.yellow-bg {
    background-color: rgb(250, 203, 76);
}

.yellow-border {
    border-color: #facb4c;
}

.yellow-border-bottom {
    border-bottom-color: #facb4c;
}

.yellow-border-right {
    border-right-color: #facb4c;
}

.yellow-btn {
    color: #fff;
    background-color: #facb4c;
}

    .yellow-btn:hover {
        box-shadow: inset 0 0 12px 2px #dfa200;
        outline: none;
    }

a.yellow-btn:hover {
    color: white;
    text-decoration: none;
}

a.yellow-bg:before {
    background-color: #fcdf94;
}

[data-theme=yellow] input[type="radio"]:checked + label {
    background-color: #facb4c;
}

.yellow-tabs .nav-link.active, .yellow-tabs .nav-link:hover {
    color: #facb4c;
    background-color: #fff;
    border-color: #fff #fff #facb4c;
}

[data-theme=yellow] .glass-container {
    background-image: linear-gradient(to bottom, rgba(221, 223, 212, 0.5) 0%, rgba(250, 203, 76, 0.25) 100%);
}

.yellow-ghost-btn {
    border-color: #facb4c;
}

/* THEME ------ GREEN */
.green-text, [data-theme=green] .box .name, a.green-text:hover {
    color: #50ac25;
}

.green-bg {
    background-color: #50ac25;
}

.green-border {
    border-color: #50ac25;
}

.green-border-bottom {
    border-bottom-color: #50ac25;
}

.green-border-right {
    border-right-color: #50ac25;
}

.green-btn {
    color: #fff;
    background-color: #50ac25;
}

    .green-btn:hover {
        box-shadow: inset 0 0 12px 2px #3c821c;
        outline: none;
    }

a.green-btn:hover {
    color: white;
    text-decoration: none;
}

a.green-bg:before {
    background-color: #b9dda7;
}

[data-theme=green] input[type="radio"]:checked + label {
    background-color: #50ac25;
}

.green-tabs .nav-link.active, .green-tabs .nav-link:hover {
    color: #50ac25;
    background-color: #fff;
    border-color: #fff #fff #50ac25;
}

[data-theme=green] .glass-container {
    background-image: linear-gradient(to bottom, rgba(221, 223, 212, 0.5) 0%, rgba(80, 172, 37, 0.25) 100%);
}

.green-ghost-btn {
    border-color: #50ac25;
}

/* THEME ------ RED */
.red-text, [data-theme=red] .box .name, a.red-text:hover {
    color: #ea4436;
}

.red-bg {
    background-color: #ea4436;
}

.red-border {
    border-color: #ea4436;
}

.red-border-bottom {
    border-bottom-color: #ea4436;
}

.red-border-right {
    border-right-color: #ea4436;
}

.red-btn {
    color: #fff;
    background-color: #ea4436;
}

    .red-btn:hover, [data-theme=red] input[type="radio"]:checked + label:hover {
        box-shadow: inset 0 0 12px 2px #a02f25;
        outline: none;
    }

a.red-btn:hover {
    color: white;
    text-decoration: none;
}

a.red-bg:before {
    background-color: #f6b4ae;
}

[data-theme=red] input[type="radio"]:checked + label {
    background-color: #ea4436;
}

.red-tabs .nav-link.active, .red-tabs .nav-link:hover {
    color: #ea4436;
    background-color: #fff;
    border-color: #fff #fff #ea4436;
}

[data-theme=red] .glass-container {
    background-image: linear-gradient(to bottom, rgba(221, 223, 212, 0.5) 0%, rgba(234, 68, 54, 0.25) 100%);
}

.red-ghost-btn {
    border-color: #ea4436;
}

/* THEME ------ BLUE */
.blue-text, [data-theme=blue] .box .name, a.blue-text:hover {
    color: #406ab3;
}

.blue-bg {
    background-color: #406ab3;
}

.blue-border {
    border-color: #406ab3;
}

.blue-border-bottom {
    border-bottom-color: #406ab3;
}

.blue-border-right {
    border-right-color: #406ab3;
}

.blue-btn {
    color: #fff;
    background-color: #406ab3;
}

    .blue-btn:hover, [data-theme=blue] input[type="radio"]:checked + label:hover {
        box-shadow: inset 0 0 12px 2px #2e5ba7;
        outline: none;
    }

a.blue-btn:hover {
    color: white;
    text-decoration: none;
}

a.blue-bg:before {
    background-color: #b2c3e0;
}

[data-theme=blue] input[type="radio"]:checked + label {
    background-color: #406ab3;
}

.blue-tabs .nav-link.active, .blue-tabs .nav-link:hover {
    color: #406ab3;
    background-color: #fff;
    border-color: #fff #fff #406ab3;
}

[data-theme=blue] .glass-container {
    background-image: linear-gradient(to bottom, rgba(221, 223, 212, 0.5) 0%, rgba(64, 106, 179, 0.25) 100%);
}

.blue-ghost-btn {
    border-color: #406ab3;
}

/* THEME ------ BLUE */
.purple-text, [data-theme=purple] .box .name, a.purple-text:hover {
    color: #7e499c;
}

.purple-bg {
    background-color: #7e499c;
}

.purple-border {
    border-color: #7e499c;
}

.purple-border-bottom {
    border-bottom-color: #7e499c;
}

.purple-border-right {
    border-right-color: #7e499c;
}

.purple-btn {
    color: #fff;
    background-color: #7e499c;
}

    .purple-btn:hover, [data-theme=purple] input[type="radio"]:checked + label:hover {
        box-shadow: inset 0 0 12px 2px #57336b;
        outline: none;
    }

a.purple-btn:hover {
    color: white;
    text-decoration: none;
}

a.purple-bg:before {
    background-color: #cbb6d7;
}

[data-theme=purple] input[type="radio"]:checked + label {
    background-color: #7e499c;
}

.purple-tabs .nav-link.active, .purple-tabs .nav-link:hover {
    color: #7e499c;
    background-color: #fff;
    border-color: #fff #fff #7e499c;
}

[data-theme=purple] .glass-container {
    background-image: linear-gradient(to bottom, rgba(221, 223, 212, 0.5) 0%, rgba(126, 73, 156, 0.25) 100%);
}

.purple-ghost-btn {
    border-color: #7e499c;
}

button[class*="-ghost-btn"] {
    background-color: white;
    color: black;
    width: 100%;
    min-height: 10mm;
    margin-top: 0.5rem;
    padding: 0;
}

    button[class*="-ghost-btn"]:hover, button[class*="-ghost-btn"]:focus, button[class*="-ghost-btn"]:not(:disabled):not(.disabled).active, button[class*="-ghost-btn"]:not(:disabled):not(.disabled):active {
        color: black;
        background-color: white;
        box-shadow: 0 8px 25px -8px black;
        outline: none;
    }


.btn-info i {
    font-size: 20px;
    line-height: 10mm;
}

@media screen and (orientation:portrait) {
    /* COLLAPSE */
    .first-half {
        -webkit-transition: height 2s ease;
        -moz-transition: height 2s ease;
        -o-transition: height 2s ease;
        transition: height 2s ease;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        vertical-align: middle;
        line-height: 30px;
        height: 95px;
    }

        .first-half.in {
            height: 50vh;
        }

    .second-half {
        -webkit-transition: height 2s ease;
        -moz-transition: height 2s ease;
        -o-transition: height 2s ease;
        transition: height 2s ease;
        height: calc(100vh - 95px);
    }

        .second-half.out {
            height: 50vh;
        }

    .nav-btn-container {
        position: fixed;
    }
}

@media screen and (orientation:landscape) {
    .nav-btn-container {
        position: absolute;
    }
}

.nav-tabs-with-img {
    border-bottom: none !important;
}

    .nav-tabs-with-img .nav-link {
        margin: 0 5px;
        padding: 0;
        border-radius: 10px;
        border-bottom-width: 5px;
    }

.nav-item-img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    line-height: 1.6em;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    height: 100px;
    margin-bottom: 0;
    border-radius: 6px;
    cursor: pointer;
}

    .nav-item-img img {
        height: 100%;
        position: relative;
        z-index: 2;
        min-width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .nav-item-img figcaption {
        padding: 10px 0;
        position: absolute;
        bottom: 0;
        z-index: 3;
        width: 100%;
        background-color: rgba(0,0,0,0.45);
        text-align: center;
    }

    .nav-item-img p {
        margin: 0;
        color: white;
        word-break: break-word;
        padding: 0;
    }


.more-info-btn.alert-info, .step .alert-warning {
    padding: 0 7px 5px 7px;
}

.step .col-12.form-check {
    padding: 0 35px;
}

.col-one-fifth {
    max-width: 20%;
}

.helper-div {
    position: absolute;
    bottom: 0;
    border-top: 1px solid black;
    padding-top: 10px;
    background-color: white;
    padding-bottom: 10px;
    min-height: 54px;
}

    .helper-div * {
        font-size: 80%;
        margin-bottom: 0;
        line-height: 14px;
        white-space: normal;
    }

#dimension .nav-tabs-with-img .nav-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.underline-hover:hover {
    text-decoration: underline;
}
