:root {
    --red-menu-reg-width: 100px;

    /* 0-576 */
    --red-menu-sm-width: 80px;
    --sidebar-sm-width: 90%;
    /* 576-1200 */
    --sidebar-md-width: 450px;
    --gray-menu-md-width: 350px;
    /* 1200 an up */
    --sidebar-lg-width: 550px;
    --gray-menu-lg-width: 450px;
}

#edit--door--quantity {
    position: fixed;
    right: 17px;
    bottom: 172px;
    z-index: 9;
    color: var(--active_buttons_text_color);
    background: var(--buttons_background_color);
    padding: 7px;
    border-radius: 5%;
    font-size: 0.9em;
    cursor: pointer;
}

#edit--door--quantity:hover {
    background: var(--active_buttons_background_color);
}

.loginConf {
    position: absolute;
    top: 110px;
    width: 100px;
    right: 20px;
    z-index: 999;
    padding: 10px;
    border: none;
    text-align: center;
    background-color: #EE2934;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
}

.order-user-language-disclaimer {
    position: absolute;
    top: 209px;
    right: 20px;
    z-index: 999;
    background-color: #fff;
    width: 277px;
    padding: 7px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.gradient-container::before,
.gradient-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
}

.gradient-container::before {
    width: 20px;
    left: -7px;
    background: linear-gradient(to right, var(--buttons_background_color), rgba(0, 0, 0, 0));
}

.gradient-container::after {
    width: 30px;
    right: 0;
    background: linear-gradient(to left, var(--buttons_background_color), rgba(0, 0, 0, 0));
}

.gradient-container {
    position: sticky;
    top: 0;
    z-index: 9;
}

.draggable-horizontal {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll !important;
    white-space: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
}

.horizontal-menu-item img {
    max-width: 80px;
}

.horizontal-menu-item {
    display: inline-block;
    margin-right: 10px;
    padding: 12px 7px;
    cursor: pointer;
    font-size: 14px;
    color: var(--buttons_text_color);
}

#door-models-sel-container {
    height: 50px;
    background-color: var(--buttons_background_color);
    padding-left: 10px;
    cursor: pointer !important;
    position: sticky;
    top: 0;
    z-index: 9;
}

#door-models-sel-container > div > div.active {
    background-color: var(--active_buttons_background_color);
    color: var(--active_buttons_text_color);
}

#door-models-sel-container::-webkit-scrollbar {
    height: 3px;
}

.notice {
    padding: 15px 10px;
    font-size: 11px;
    border: #fff solid;
    border-width: 0 0 1px 0;
}

.notice-icon {
    width: 18px;
    fill: #ffffff;
}

#order-edit-mark-order-complete input[type=submit] {
    background-color: var(--buttons_background_color);
    color: var(--buttons_text_color);
    border-radius: 4px;
}

#order-edit-mark-order-complete {
    position: fixed;
    right: 20px;
    top: 167px;
    z-index: 9;
}

.normal-text {
    font-size: 14px;
}

.dims-max-min-btns-cont {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 30px;
}

.dims-max-min-btns {
    cursor: pointer;
    font-size: 11px;
    background-color: var(--buttons_background_color);
    color: var(--active_buttons_text_color);
    border-radius: 0.25rem;
    padding: 1px 5px;
    margin: 3px 3px;
}

#gmp-systems > div > div > span.door-system-price-tag.price-tag {
    margin-top: 10px;
}

#gmp-systems .sys-row > div {
    text-align: center;
}

.footer-box {
    position: absolute;
    right: 2px;
    z-index: 99;
    color: #ffffff;
    background: #00000073;
    text-align: end;
    font-size: 8px;
    padding: 3px 5px;
    width: fit-content;
}

.footer-disclaimer {
    bottom: 24px;
}

.footer-credits {
    bottom: 2px;
}

#gmp-locks > div > div > label {
    display: flex;
    align-items: baseline;
}

#gmp-locks > div > div.col-locks {
    padding: 0;
}

#gmp-comments form label {
    cursor: pointer;
}

#logoimg {
    padding: 12px 20px;
    max-height: 135px;
    width: auto;
    max-width: 250px;
}

body {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
}

.lang-switcher-container .dropdown-menu {
    top: 9px !important;
    /*left: -105px!important;*/
    transform: translate3d(-111px, 22px, 0px) !important;
}

.lang-switcher-container {
    position: absolute;

        right: 250px;
        top: 12px;

    z-index: 999;
    list-style: none;
}

.lang-switcher-container ul a {
    padding: 0 !important;
    background: transparent !important;
}

.lang-switcher-container li li {
    cursor: pointer;
    padding: 7px 10px;
}


.lang-switcher-container li li:hover {
    background-color: #e0e0e096;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#content {
    transition: all 0.3s;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.glass-options-img-container {
    text-align: center;
    margin: 35px 10px;
}

.glass-options-img {

}

.door-tags-select {
    top: 49px !important;
}


.acc-col-2 {
    text-align: center;
}

.acc-col-2, .acc-col-10 {
    padding: 0 !important;
}

.acc-second-style .acc-title {
    width: 80%;
}

.acc-second-style .acc-title.title-mdrl {
    width: 90% !important;
}

#logo-container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* PRICETAG */
.price-tag {
    background: var(--price_button_background_color);
    border-radius: 5px;
    color: var(--price_button_text_color);
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    padding: 8px 0;
    text-align: center;
}

/* SIDEBAR [START] */
#sidebar {
    min-width: var(--sidebar-sm-width);
    max-width: var(--sidebar-sm-width);
    background: var(--vertical_menu_bar_background_color);
    transition: all 0.3s;
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
}

#sidebar ul li a {
    display: block;
    padding: 8px 3px;
    text-align: center;
    font-size: 0.8em;
}

#sidebar ul li a i {
    margin-right: 10px;
}

/* Display only the red menu */
#sidebar.active {
    min-width: var(--red-menu-sm-width);
    max-width: var(--red-menu-sm-width);
    text-align: center;
}

#sidebar ul li.active > a {
    background-color: var(--vertical_menu_bar_active_button_background_color);
    color: var(--vertical_menu_bar_active_button_text_color);
    font-weight: bold;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}


#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar ul li:hover a {
    font-weight: bold;
}

#sidebar ul li.disabled > a {
    background-color: var(--disabled_buttons_background_color);
    /* pointer-events: none; */
    cursor: not-allowed !important;
}

#sidebar ul li.disabled > a:hover {
    font-weight: normal;
}

/* RED MENU [START] */
#red-menu-container::-webkit-scrollbar {
    display: none;
}

#red-menu-container > ul > li > a > div {
    margin-top: 5px;
    font-size: 13px;
}

#red-menu-container > ul > li {
    border-top: 1px solid #5b5b5b38;
    /*border-bottom: 1px solid #60606082;*/
}

#red-menu-container ul li {
    cursor: pointer;
}

#red-menu-container {
    flex-grow: 0;
    max-width: var(--red-menu-sm-width);
    min-width: var(--red-menu-sm-width);
    color: var(--vertical_menu_bar_text_color);
    overflow: scroll;
    -webkit-box-shadow: 5px 5px 10px 8px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 5px 5px 10px 8px rgba(0, 0, 0, 0.28);
    box-shadow: 5px 5px 10px 8px rgba(0, 0, 0, 0.28);
    scrollbar-width: none;
}

.col-2-pek.acc-second-style > .arc-pek {
    margin: 35px 0 0 0;
}

#gmptc > div > label > span {
    color: white;
}

#gray-menu-container {
    background-color: var(--menu_background_color);
    color: var(--menu_text_color);
    flex-grow: 2;
    max-width: var(--gray-menu-lg-width);
    overflow: scroll;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

i, span {
    display: inline-block;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#debug-prices-fab {
    background-color: #ee2934;
}


#debug-prices-fab {
    position: fixed;
    right: 7px;
    bottom: 137px;
    z-index: 9;
    padding: 1px 5px;
}

.unit-convert {
    width: 100%;
    text-align: end;
    padding-right: 37px;
    padding-top: 10px;
    font-size: 14px;
}

.unit-convert-middle {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.unit-convert-middle.extra-padding {
    padding-bottom: 35px;
}
/*button to activate modal for reference code*/
#edit--reference {
    position: fixed;
    right: 17px;
    bottom: 93.5px;
    z-index: 9;
    color: var(--active_buttons_text_color);
    background: var(--buttons_background_color);
    padding: 7px;
    border-radius: 5%;
    font-size: 0.9em;
}

#edit--reference:hover {
    background: var(--active_buttons_background_color);
}

#debugInfo {
    position: fixed;
    right: 0;
    bottom: 170px;
    z-index: 9999;
    background-color: aliceblue;
    font-weight: 600;
    overflow: scroll;
    height: 75vh;
    width: 400px;
    padding: 5px;
}

#gmp-comments > div {
    text-align: center;
    margin-top: 25px;
}

#gmp-comments textarea {
    width: 90%;
    height: 100px;
    border-radius: 5px;
}

.comments {
    text-align: left;
    margin: 17px;
}

/* ---------------------------------------------------
    MEDIA QUERIES
----------------------------------------------------- */

/* 576 and up */
@media (min-width: 576px) {
    #sidebar {
        min-width: var(--sidebar-md-width);
        max-width: var(--sidebar-md-width);
    }

    #gray-menu-container {
        max-width: var(--gray-menu-md-width);
    }

    #red-menu-container {
        max-width: var(--red-menu-reg-width);
        min-width: var(--red-menu-reg-width);
    }

    #sidebar.active {
        min-width: var(--red-menu-reg-width);
        max-width: var(--red-menu-reg-width);
        text-align: center;
    }

}

/* 1200 and up */
@media (min-width: 1200px) {

    .order-user-language-disclaimer {
        /*top: 90px;*/
    }

    .lang-switcher-container {
        right: 250px;
        top: 12px;
    }

    #sidebar ul li a {
        padding: 7px;
        font-size: 0.76em;
    }

    #sidebar {
        min-width: var(--sidebar-lg-width);
        max-width: var(--sidebar-lg-width);
    }

    #gray-menu-container {
        max-width: var(--gray-menu-lg-width);
    }

    #red-menu-container {
        max-width: var(--red-menu-reg-width);
        min-width: var(--red-menu-reg-width);
    }

    #sidebar.active {
        min-width: var(--red-menu-reg-width);
        max-width: var(--red-menu-reg-width);
        text-align: center;
    }
}

.door-view {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translate(265px, 0px);
    transition: all 0.3s;
}

.door-container {
    position: absolute;
    width: 100%;
    bottom: 65px;
    display: block;
    text-align: center;
    z-index: 2;
    line-height: 0;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.ccc {
    display: inline-block;
    overflow-y: hidden;
}

.ddd {
    display: inline-block;
}

.glass-col,
.panel-col {
    cursor: pointer;
    margin: 0 0 20px 0;
}


.glasses-row,
.panel-row {
    margin: 25px 7px 25px 0;
}

.comments-predefined {
    pointer-events: none;
}

/* Hide the quantity field for the aero accessory category (but keep the functionality) */
.col-2-aero > span,
.col-2-aero > .acc-quantity.text-input-aero,
.col-2-aero > a {
    display: none;
}

#comments-predefined-container {
    display: none;
    text-align: left;
    margin: 0 17px;
    cursor: not-allowed;
}

.door-model-thumb {
    transform: scale(0.84, .84);
}


.door-model-row:hover .price-tag {
    transform: scale(1.05, 1.05);
    background: #07b;
}

.door-model-div {
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 93px;
    height: 183px;
    margin: 0 auto;
}

#gmp-doors {
    /*min-height: 20000px;*/
}

.order-selected-object-container {
    border: 2px solid #F1555D;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-selected-object-title {
    text-align: center;
    font-size: 20px;
    padding: 10px;
    border: 1px solid #F1555D;
}

.door-model-row {
    text-align: center;
    cursor: pointer;
    margin: 20px auto;
}

.door-model-row > span {
    color: var(--menu_text_color);
    margin-top: 10px;
}

.env-colors-row {
    margin: 25px 7px 25px 0;
}

.text-input-tacp {
    height: 31px;
}

.btn.btn-primary {
    background-color: var(--buttons_background_color) !important;
    color: var(--buttons_text_color) !important;
    border-color: var(--buttons_background_color) !important;
}

.btn.btn-primary:hover {
    background-color: var(--active_buttons_background_color) !important;
    color: var(--active_buttons_text_color) !important;
    border-color: var(--active_buttons_background_color) !important;
}

.acc-sm-blue-button {
    margin: -2px 0 0 4px;
}

.glass-options-group-description {
    margin: 0 0 15px 0;
    font-weight: 600;
}

.bak-square {
    cursor: pointer;
    border-radius: 3px;
    width: 133px;
    height: 133px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-square {
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 3px;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-category-name {
    text-align: center;
    display: block;
    font-size: large;
    position: relative;
    margin: 30px 0;
}

.color-div {
    cursor: pointer;
    margin: 0 0 20px 0;
}

.color-name {
    color: var(--menu_text_color);
    display: block;
    cursor: pointer;
    text-align: center;
    margin: 5px 0 0 0;
}

.color-name:hover {
    /*font-weight: bold;*/
}

.colors-row {
    margin: 25px 0 25px 0;
}

#colors-panel {
    width: 100%;
    margin-left: 25px;
}


.color-container {

}

.mc-title {
    font-size: medium;
}

.mc-center {
    text-align: center;
}

/*#search-results .icon svg {*/
/*    margin: -4px -164px 0 0;*/
/*}*/

/* Selected Items */
.sel-col-div {
    color: #0c5460;
}

.sel-col-img {

}


/* Active menu item icon */
.icon {
    /*position: absolute;*/
    display: none;
    background-color: #868686a1;
    z-index: 99;
    bottom: 65px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.icon svg {
    margin: -1px -63px 0 0;
}

/* Active menu item icon for Door models */
.door-model-row .icon {
    width: 94px;
    transform: translateY(80px);
}

/* Active menu item icon for Colours */
.color-square .icon {
    width: 72px;
    transform: translateY(24px);
}

.color-square .icon svg {
    margin: -1px -46px 0 0;
}

/* Active menu item icon for Glasses */
.gss .icon {
    width: 81px;
    transform: translateY(29px);
}

.gss .icon svg {
    margin: -1px -53px 0 0;
}

/* Active menu item icon for Env Colours */
.bak-square .icon {
    width: 134px;
    transform: translateY(55px);
}

.bak-square .icon svg {
    margin: -1px -107px 0 0;
}


.acc-cat-extra-options-container {
    padding: 0 30px;
}

.acc-cat-extra-options-container label {
    padding: 0 10px;
}

.mc-tab-container {
    background-color: black;
    position: sticky;
    top: 96px;
    z-index: 999;
    padding: 5px 0 5px 0;
    border-top: 1px solid #414142;
}

.glass-tab-container {
    top: 50px;
    background-color: black;
    position: sticky;
    z-index: 999;
    padding: 5px 0 5px 0;
}

.mc-tab-container.up {
    top: 48px !important;
}

.swal-height-80 {
    height: 80vh;
    overflow: auto;
    padding: 20px;
}

.swal-width-80 {
    width: 80vw;
}

.swal2-container p {
    color: #545454 !important;
    font-size: 14px;
    text-align: justify;
}

#privacy-policy-link {
    color: blue;
    cursor: pointer;
}

.door-acc-select {
    top: 48px !important;
    border: 1px solid #000;
}


.prinq-btn {
    background-color: var(--buttons_background_color);
    color: var(--buttons_text_color);
    margin: 8px 2px;
    font-size: 14px;
}

.prinq-btn:hover {
    background-color: var(--active_buttons_background_color);
    color: var(--active_buttons_text_color);
}

.mc-tab {
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.mc-tab .mc-title.active {
    border-bottom: 2px var(--active_buttons_background_color) solid;
    color: var(--active_buttons_text_color);
    font-weight: bold;
}


.ceimg {
    margin: 35px 0;
    cursor: pointer;
}

#create-container {
    margin-top: 25px;
    text-align: center;
}

#edit-models {
    margin-top: 25px;
    text-align: center;
}


.ftt.active {
    color: #ee2934;
}

.ftt {
    margin: 20px -28px 0 123px;
    cursor: pointer;
}

.acc-title {
    cursor: pointer;
}


div.row.acc-cat-row.row-edh > div.col-1-edh {
    display: flex;
}

.edh-thumbnail {
    width: 119px;
    align-self: center;
}

div.color-div:hover,
label.systems:hover,
label.locks:hover,
label.acc-title:hover,
#gmp-colors div.color-div.active,
input[type="radio"]:checked + span.sys-name,
input[type="radio"]:checked + span,
div.glasses-row > div.glass-col.active,
div.glasses-row > div.glass-col:hover,
div.panel-row > div.panel-col.active,
div.panel-row > div.panel-col:hover {
    font-weight: bold;
}

span.lock-code, span.sys-name, label.acc-title > span {
    margin-left: 5px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em auto;
    padding: 0;
}

hr.hr2 {
    border-top: 2px solid #000;
    margin: 0;
    padding: 0;
}

.types-imgs.active {

}

.types-imgs {
    width: 150px;
    cursor: pointer;
}

/* Din direction  */
.dodapp {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 25px;
}

.dodap {
    background-color: var(--buttons_background_color);
    color: var(--buttons_text_color);
    cursor: pointer;
    /* padding: 0px 0px; */
    border-radius: 17px;
    display: flex;
    justify-content: space-around;
}

.doda.active {
    background-color: var(--active_buttons_background_color);
    color: var(--active_buttons_text_color);
}

.doda {
    padding: 3px 10px;
    border-radius: 17px;
    width: -webkit-fill-available;
}

#personFormTable {
    /*background-color: #414142;*/
    /*color: white;*/
    text-align: initial;
}

.prinq-inner-1 {
}

.prinq-inner-2 {
    font-weight: bold;

}

.prinq-row {
    margin-bottom: 10px;
}

.prinq-title {
    text-align: center;
    margin: 20px;
    font-weight: bold;
    font-size: large;
}

.prinq-container {
    margin: 20px;
}


.locks-row, .hinges-row {
    margin: 40px 20px;
    cursor: pointer;
}

#dims,
#clear-passage {
    font-size: larger;
}

.clear-passage-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plainadiv {
    display: flex;
    justify-content: space-evenly;
}

.lock-desc {
    margin-top: 25px;
}

.col-locks {
    display: grid;
    align-items: center;
}

.dimms-container {
    margin-top: 25px;
    text-align: center;
}

.mc-dtar {
    display: flex;
    justify-content: space-between;
    padding: 0 37px;
    margin: 0 auto;
}

.mc-dst {
    margin-bottom: 7px;
}

.dims-text:disabled {
    background-color: #6c757d;
    color: transparent;
}

.dims-text {
    width: 65px;
    padding: 5px;
    font-size: 14px;
    border-width: 0;
    border-color: var(--buttons_background_color);
    background-color: var(--buttons_background_color);
    color: var(--buttons_text_color);
    border-style: solid;
    border-radius: 50px;
    text-align: center;
}

.title-mb {
    width: 90% !important;
}

.acc-cat-row.acc-second-style .acc-thumbnail /*.pro-thumbnail, .eye-thumbnail, .lc-thumbnail, .edo-thumbnail, .odc-thumbnail,
.shp-thumbnail, .pek-thumbnail, .tacp-thumbnail, .itacp-thumbnail,
.mdrl-itacp-thumbnail, .aero-thumbnail*/
{
    margin: 20px 0 50px 0;
    max-width: 87%;
}

.acc-cat-row.acc-second-style /* .row-pro, .row-eye, .row-mdrl, .row-lc, .row-edo, .row-odc, .row-shp, .row-pek, .row-tacp, .row-itacp,
.row-aero*/
{
    display: block;
    margin: 25px auto;
}

.acc-cat-row.acc-second-style > .acc-second-style /*.col-1-pro, .col-2-pro, .col-1-eye, .col-2-eye, .col-1-mdrl, .col-2-mdrl, .col-1-lc, .col-2-lc, .col-1-edo,
.col-2-edo, .col-1-odc, .col-2-odc, .col-1-shp, .col-2-shp, .col-1-pek, .col-2-pek, .col-1-tacp, .col-2-tacp,
.col-1-itacp, .col-2-itacp,
.col-1-aero, .col-2-aero*/
{
    text-align: center;
}

.acc-title.title-itacp,
.acc-title.title-tacp {
    width: 78% !important;
}

.col-2-mdrl {
    margin-top: 24px;
}

.arc-tacp, .arc-itacp {
    margin-top: 25px;
}

.row-tacp .acn-title, .row-itacp .acn-title {
    margin-top: 30px;
}

.dims-text:focus {
    outline: none;
}

.col-env-cols {
    margin: 0 0 20px 0;
}

.acn-title {
    text-align: center;
    margin: 10px 0 15px 0;
}


.row-edh, .row-idh, .row-roz, .row-elo, .row-hin, .row-mdrl, .row-mb {
    margin: 30px 15px;
}


.col-2-edh, .col-2-idh, .col-2-roz, .col-2-elo, .col-2-hin, .col-2-mdrl, .col-2-mb, .col-dlo {
    display: grid;
    justify-content: center;
    align-items: center;
}

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

.glass-thumbnail,
.panel-thumbnail {
    border-radius: 3px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.sys-row {
    margin: 40px 20px;
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.door-sys-radio {
}


#colors-menu {
    margin: 10px 15px;
}

.menu-icons-icon {
    width: 45px;
}

.flex-container {
    display: flex;
}

.flex-container > div {

}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}


.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.hinges-same-color-bar {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    border: 1px solid black;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: var(--menu_background_color);
}

.gmptc > div > label {
    margin-right: 10px;
}

#gmp-pri-inq .mc-select-tabs {
    flex-wrap: wrap;
    justify-content: space-around;
}

.mc-door-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mc-door-category img {
    width: 100%;
    max-width: 110px;
    min-width: 110px;
}

.mc-select-tabs {
    min-width: 100%;
    /* white-space: nowrap; */
    position: sticky;
    background-color: var(--buttons_background_color);
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.2);
}

#standard-width-select, #standard-height-select {
    background-color:var(--dropdown_lists_background_color) ;
    color: var(--buttons_text_color);
}

.dimensions-str-dropdown {
    margin: 20px 10px;
}

.gmptc.mc-select-tabs {
    justify-content: space-evenly;
}

.mc-select-tabs::-webkit-scrollbar-thumb {
    /*background-color: #414142;*/
}

.mc-select-tabs::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 7px 0 transparent;*/
}

.mc-select-tabs::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}


.mc-select-tabs > .mc-tab.active {
    /*background-color: var(--active_buttons_background_color);*/
    /*color: var(--active_buttons_text_color);*/
}

.mc-select-tabs > div:not(.vertical-line) {
    background-color: var(--buttons_background_color);
    color: var(--buttons_text_color);
    cursor: pointer;
    text-align: center;
    padding: 12px 6px;
    font-size: 14px;
    margin: 0 3px;
}

#mc-mnind {
    text-align: center;
}

.mc-select-tabs > div.active {
    background-color: var(--active_buttons_background_color);
    color: var(--active_buttons_text_color);
}

.mc-select-tabs > div.disabled {
    /*background-color: #5f6265;*/
    cursor: not-allowed;
}


@media (max-width: 1200px) {
    /* < 1200 */
    /* Size menu */
    .mc-dtar {
        justify-content: space-around;

    }

    .colors-row {
        margin: 25px 20px 25px 0;
    }

    /* Accessories Menu */
    .col-1-edh, .col-1-idh, .col-1-roz, .col-1-elo, .col-1-hin, .col-1-mdrl, .col-1-mb, .col-dlo {
        text-align: center;
    }

    .col-2-edh, .col-2-idh, .col-2-roz, .col-2-elo, .col-2-hin, .col-2-mdrl, .col-2-mb, .col-dlo {
        margin-top: 27px;
    }

    /* Locks menu */
    .locks-row div {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    /* < 768 */
    .prinq-row {
        text-align: center;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 475px) {
    /* < 475 */
    .mc-dtar {
        display: grid;
        width: unset;
    }

    .dodapp {
        display: grid;
    }

    .dodap {
        margin-bottom: 20px;
    }

    .sys-thumb {
        width: 130px;
    }

}


@media (max-width: 400px) {
    /* < 400 */
    .plainadiv {
        display: grid;
    }

    /* Glasses */
    .mc-tab-container {
        display: grid;
    }
}

/* 323 and down make door thumbs smaller */
@media (max-width: 323px) {
    .door-model-thumb {
        width: 91px;
    }
}

@media (max-width: 300px) {
    /* < 300 */
    .plainadiv {
        display: grid;
    }
}


.value-container {
    position: absolute;
    z-index: 10;
    /*border: 2px solid #000;*/
    /*border-radius: 8px;*/
    /*padding: 5px;*/
    /*background-color: white;*/
    font-weight: 700;
    color: black;
    font-size: 16px;
}


#price-container {
    right: 17px;
    background-color: var(--buttons_background_color);
    color: var(--buttons_text_color);
    bottom: 45px;
    padding: 10px;
    border-radius: 5%;
}

#sdn {
    background-color: var(--active_buttons_background_color);
    color: var(--active_buttons_text_color);
}

/* 1441px and above */
@media (min-width: 1441px) {

    #price-container {
        top: unset;
        right: 17px;
    }

    #sdn {
        top: unset !important;
        bottom: 12px;
        right: 260px !important;
    }

}


.vertical-line {
    border-right: 1px solid #ffffff;
}


/* Horizontal news ticker */
/* (A) FIXED WRAPPER */
.hwrap {
    overflow: hidden;
    background: #fff68d36;
    position: absolute;
    right: 266px;
    font-weight: bold;
    width: 100vw;
}

/* (B) MOVING TICKER WRAPPER */
.hmove {
    display: flex;
}

/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
.hitem {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

/* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
/* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
@keyframes tickerh {
    0% {
        transform: translate3d(100%, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.hmove {
    animation: tickerh ease-out 80s infinite;
}

.hmove:hover {
    animation-play-state: paused;
}

.dimensions-container-1.hidden {
    visibility: hidden;
}

.dimensions-container-2.hidden {
    display: none;
}

/* Loader */
.loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 20px 0 #fff, -20px 0 #fff;
    position: absolute;
    animation: flash 0.5s ease-out infinite alternate;
}

.loader-1 {
    /*top: -25px;*/
    margin: -19px 0 0 0;
}

.loader.hidden {
    display: none;
}

@keyframes flash {
    0% {
        background-color: #FFF2;
        box-shadow: 20px 0 #FFF2, -20px 0 #FFF;
    }
    50% {
        background-color: #FFF;
        box-shadow: 20px 0 #FFF2, -20px 0 #FFF2;
    }
    100% {
        background-color: #FFF2;
        box-shadow: 20px 0 #FFF, -20px 0 #FFF2;
    }
}


/* shimmer loading effect*/
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.shimmer-loading-effect {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, rgba(var(--buttons_background_color-rgb), 0.9) 8%, var(--buttons_background_color) 18%, rgba(var(--buttons_background_color-rgb), 0.65) 33%);
    background-size: 1000px 104px;
    position: relative;
    overflow: hidden;
}

#rgtsch, #lftsch {
    width: 90px;
    height: 80px;
}

#insch, #outsch {
    display: flex;
    align-items: center;
    height: fit-content;
}

#gmp-size > .dodapp  {
    display: flex;
    align-items: center;
}

#gmp-size > .dodapp > .dodaprl > div > p {
    margin: 0;
    text-align: center;
    color: white;
    font-size: 14px;
}


#gmp-size > .dodapp > .dodaprl > div > img {
    cursor: pointer !important;
}

#gmp-size > .dodapp > .dodaprl {
    /* background-color:  var(--menu_background_color); */
    background-color: color-mix(in srgb, var(--menu_background_color) 85%, black);
    cursor: default;
}

#gmp-size > .dodapp > .dodapio {
    height: fit-content;
}

.panel-price-tag.price-tag {
    display: none;
}

.order-selected-object-container > .arc-fwp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#change-unit {
    list-style: none;
    margin-top: 25px;
}

.arc-fwp > .acc-title.title-fwp {
    width: 50%;
}

.dims-text {
    height: 32px;
}

.mc-dtar {
    align-items: center !important;
}

.order-selected-object-container .col-11.acc-col-10 {
    text-align: center;
    padding-left: 10px !important;
}

#gmp-panels .gmptc.mc-select-tabs {
    display: none !important;
}

#inside-door-view-h2 {
    margin: 0 0 10px 0;
    padding: 10px 0;
    font-size: x-large;
    background-color: black;
    text-align: center;
}

#gmp-panels .gmptc.mc-select-tabs {
    display: none !important;
}

#inside-door-view-h2 {
    position: sticky;
    margin: 0;
    width: 100%;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: black;
    text-align: center;
    top: 0;
    z-index: 999;
    display: flex;
    height: 2.5em;
    line-height: 3;
    overflow: hidden;
}

#inside-door:last-child {
    margin-top: 30px;
}
.inside-doors-model-div {
    transform: scaleX(-1);  /* Flips the background image horizontally */
}

.inside-doors-model-div > :last-child {
    transform: scaleX(-1);  /* Counter-flips the last child */
    align-self: end;
}


#inside-door {
    display: none;
    z-index: 1000;
    overflow-y: scroll;
    background-color: var(--menu_background_color);
}

.covers-container {
    width: 80%;
}

.hr-pervazia {
    border-top: 4px solid #e0e0e0;
}

.title-container-covers {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 40px;
}

.profile-container-covers-title:hover {
    transform: scale(1.05);
}

.title-container-covers > .name-container-covers {
    margin: 0;
    padding: 10px 10px;
    font-size: 21px;
    text-align: center;
}

.profile-container-covers-title {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: all 0.1s ease-in-out;
}

.profile-container-covers-title > label {
    margin: 0;
    padding: 10px 0;
    font-size: 17px;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
}

.profile-container-covers-title > input {
    min-width: 13px !important;
    cursor: pointer;
}

.profile-container-covers-description > p {
    font-size: 16px;
}

.profile-container-covers-description {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover-img-name {
    max-width: 170px;
}

.cover-img-profile {
    max-width: 150px;
}