﻿

/*Coskun*/
/* ==== [ Global  ] - Loader ==== */
.main-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
    padding-top: 20%;
}

    .main-loader img {
        width: 20%;
        height: auto;
        /*animation: spin 1s linear infinite;*/
    }

#login-message {
    font-family: Calibri;
    font-size: 12px;
    padding-top: 12px;
    display: none;
}

.error-div {
    color: red;
}

.warning-div {
    color: darkorange;
}

.info-div {
    color: dodgerblue;
}

.modal-dialog-full {
    height: 90%;
}
.modal-header {
    border-width: 0 !important;
}
.modal-header button {
    border: 0;
    background: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.5em;
}


.modal-body {
    text-align: left;
    border: 0;
}

.modal-footer{
    border-width:0 !important;
    gap:12em;
}
/* ==== [ Global  ] - Paginator ==== */
.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: fit-content;
    margin: auto;
}

.pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

    .pagination-item.active {
        background-color: #3b4f8c;
        color: white;
    }

    .pagination-item.number {
        color: #666;
        border: 1px solid #ddd;
        background-color: white;
    }

        .pagination-item.number:hover {
            background-color: #f8f9fa;
            border-color: #999;
        }

.pagination-nav {
    color: black;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 12px;
    transition: color 0.2s ease;
    font-weight: 600;
}

    .pagination-nav:hover {
        color: #666;
    }

    .pagination-nav.disabled {
        color: #979baf;
        cursor: not-allowed;
    }

        .pagination-nav.disabled:hover {
            color: #979baf;
        }

.fill-red {
    fill: #d00d00;
}

    .fill-red path {
        fill: none;
        stroke: #d00d00;
        stroke-width: 1;
        transition: fill 0.3s ease;
    }

.like-heart {
    cursor: pointer;
}

#span-project-count img {
    width: 12px;
}

.bg-opacity-50 {
    opacity: 0.5;
}

.a-disabled {
    color: #979baf !important;
    cursor: not-allowed;
}

.product-count {
    color: #666;
    font-size: 15px;
    padding-left: 35px;
}

.filter-label {
    font-size: 12px;
    cursor: pointer;
    margin-top: -4px;
}

.filter-checkbox {
    cursor: pointer;
    margin-bottom: -4px;
}


.cs-modal-popup {
    position: fixed;
    background: rgba(74, 74, 74, 0.4);
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 999999;
}

.container-fluid {
    --bs-gutter-x: 0 !important;
}



.new-product-row {
    display: grid;
    grid-template-columns: 1fr 1fr 35px 35px;
    align-items: center;
    background: white;
    border: 1.5px solid #d0d0d0;
    border-radius: 0;
    overflow: hidden;
    height: 42px;
}

.new-single-product {
    grid-template-columns: 1fr 50px 40px;
}

    .new-single-product .new-price-container {
        border-left: 0 !important;
    }

.new-thickness {
    padding: 2px;
    text-align: center;
    font-weight: 600;
    font-size: 11.5px;
    display: table-cell;
    vertical-align: middle;
    line-height: 12px;
}

.new-price-container {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border-right: 1.5px solid #d0d0d0;
    border-left: 1.5px solid #d0d0d0;
    height: 100%;
    line-height: 18px;
    font-weight: 500;
    padding-top: 0;
}

.new-price-ht {
    padding-top: 2px;
    font-size: 11px;
    margin-bottom: 0;
}

.new-price-ttc {
    font-size: 11px;
    color: #333;
}

.new-quantity {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    padding: 2px;
    border-right: 1.5px solid #d0d0d0;
    height: 100%;
    background-color: white;
}

    .new-quantity input {
        border: 1px solid white;
        width: 100%;
        text-align: center;
        height: 36px;
        font-size: 13px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 8px;
        font-weight: 600;
    }

.new-button-container {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    background-color: white;
}

.new-btn-quantity {
    background: white;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    color: #0099ff;
    font-size: 18px;
    font-weight: 600;
    height: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    padding: 0;
    height: 100%;
    line-height: 20px;
}


    .new-btn-quantity:last-child {
    }

    .new-btn-quantity:hover {
        background: #f0f7ff;
    }

    .new-btn-quantity:active {
        background: #e0f0ff;
    }

.quantity-modified {
    border-color: dodgerblue !important;
    background-color: rgb(226,235,252);
}

    .quantity-modified .prc-container {
        border-color: dodgerblue;
    }

.item-count {
    font-size: 0.6rem;
}
/* ==== Product cascade ==== */

.collapsible {
    margin-bottom: 0;
}

.collapsible-header {
    display: flex;
    align-items: center;
    padding: 5px 0;
    cursor: pointer;
    user-select: none;
}

    .collapsible-header:hover {
        opacity: 0.8;
    }

.arrow {
    margin-right: 8px;
    font-size: 14px;
    color: #0066cc;
    transition: transform 0.3s;
    display: inline-block;
}

    .arrow.expanded {
        transform: rotate(90deg);
    }

    .arrow.collapsed {
        transform: rotate(0deg);
    }

.collapsible-header .title {
    font-size: 0.8rem;
    font-weight: 500;
}

.collapsible-content {
    padding-left: 18px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

    .collapsible-content.hidden {
        max-height: 0;
    }

    .collapsible-content.visible {
        max-height: 2000px;
    }

.section-title {
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0 12px 0;
}

.version-adh {
    color: dodgerblue;
    font-weight: 500;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*Home page Coskun*/
.home-card {
    min-height: 130px;
}


/*Old site*/
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-group {
    margin-bottom: 1rem;
}

.captcha-refresh {
    margin-left: 4px;
    margin-top: 7px;
    background-color: red;
    border-radius: 80px;
    padding: 5px;
    height: 24px;
    cursor: pointer;
    width: 24px !important;
}

.dt-flex {
    display: flex;
}

.file-display {
    width: 60%;
    min-width: 100px;
    height: 40px;
    position: absolute;
    padding: 11px;
    font-size: 12px;
}

.p-info-actif {
    background-color: var(--borderColor) !important;
}

.p-info-inactif {
    background-color: transparent !important;
}

.page__btnInactifGreen {
    background-color: var(--thirdAccent) !important;
    color: var(--whiteColor);
    padding: 10px 30px;
    font-size: var(--small__font);
    cursor: not-allowed;
}

.barcode-image {
    width: 150px !important;
}


.inner-level {
    background-color: rgb(221, 221, 221);
    color: white;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 5px;
    padding-top: 2px;
}

    .inner-level img {
        width: 14px !important;
        height: 14px;
    }

.bcl-active {
    background-color: red !important;
    color: white;
}

.cart-progress {
    height: 90px;
    width: 350px !important;
}

.progress-item {
    float: left;
    min-width: 75px;
}

.progress-item-font-size {
    font-size: 0.8em !important;
}

.progress-separator {
    float: left;
    padding-top: 15px;
    width: 5px !important;
}

    .progress-separator div {
        height: 2px;
        background-color: red;
        margin-left: -15px;
        margin-right: -15px;
    }

.quantity-div {
    float: left;
    width: 60px;
}

.plus-minus-image {
    width: 12px !important;
    height: 12px !important;
    cursor: pointer;
}

.plus-minus-div {
    line-height: 10px;
    margin-left: 65px;
}

.minusPlus {
    width: 12px !important;
    background-color: black;
    color: white;
    border: 1px solid black;
    cursor: pointer;
    padding: 0;
    height: 28px;
    margin-left: 5px;
}

#txtQuantity, .txtQuantity {
    width: 60px;
    color: black;
    border: 0;
    background-color: transparent;
    padding-right: 10px;
    border: 1px solid dodgerblue !important;
    text-align: right;
    border-radius: 2px;
}


#cart-table {
}

    #cart-table th {
        font-weight: 500 !important;
        width: 120px;
        font-size: 16px;
        font-family: Poppins;
        background-color: #e7e7e7;
        text-align: left;
    }

    #cart-table tbody tr td {
        font-size: 14px;
    }

.barcode-text {
    text-align: right;
    padding-right: 160px;
    padding-top: 5px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.img-cart-product {
    max-height: 80px;
    max-width: 100px;
}


.cart-resume {
    font-family: Poppins;
    font-size: 14px;
    padding: 20px;
    border: 1px solid rgb(237, 237, 238);
}

.cart-h-separator {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1.5px;
    background-color: rgb(237, 237, 238);
}







.cart-conditions {
    border-top: 1px solid rgb(237, 237, 238);
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px;
    padding-bottom: 5px;
}

.condition-second {
    padding-top: 10px;
    padding-left: 5px;
    line-height: 18px;
}

.franco-message {
    color: dodgerblue;
    line-height: 18px;
}

.contact__empty {
    padding: 12px 35px;
    background-color: rgb(255,229,229);
    color: rgb(210,21,9);
    border: none;
    font-size: var(--small__font);
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.contact__submit:hover {
    background-color: #131e55;
}

.adh-tr {
    border: solid 1.2px dodgerblue;
    font-weight: 500;
    color: dodgerblue;
}

    .adh-tr td {
        background-color: rgb(232 243 255);
    }


#dv-my-cart {
    font-family: Poppins;
    font-size: 24px;
    padding-bottom: 25px;
    font-weight: 600;
}


.alternatifs {
    margin-top: 15px;
    border: 1px solid rgb(237, 237, 238);
}

.alternatif-header {
    padding: 5px;
    padding-left: 20px;
    background-color: rgb(242, 242, 242);
    font-weight: 500;
}

.alternatif-items {
    height: 260px;
    padding: 20px;
}

.alternatif-item {
    height: 220px;
    width: 150px;
    border: 1px solid rgb(237, 237, 238);
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    font-weight: 500;
    padding: 5px;
}

.alternatif-photo-div {
    height: 60%;
    border: 1px solid rgb(237, 237, 238);
}

.alternatif-photo {
    width: 100%;
}

.alternatif-designation {
    padding-top: 5px;
    font-size: 12px;
    line-height: 12px;
}

.cart-header {
    font-weight: 500;
    font-size: 16.5px;
}

.cart-label {
    font-weight: 500;
    font-size: 14.5px;
}

.cart-control {
    width: 100%;
    border: 1px solid silver;
    padding: 6px;
    padding-left: 10px;
    margin-top: 8px;
    max-width: none;
    min-height: 38px;
}

    .cart-control:focus {
        border: 1px solid dodgerblue;
        background-color: rgb(241, 252, 255);
        outline: none;
    }

.cart-check {
    display: none;
}

.cart-check-box {
    height: 20px;
    width: 20px;
    border: 1.5px solid rgb(19, 19, 26);
    border-radius: 4px;
    float: left;
    text-align: center;
}

    .cart-check-box img {
        width: 80%;
        margin-top: -6px;
    }

.cart-radio {
    height: 20px;
    width: 20px;
    border: 1.5px solid rgb(19, 19, 26);
    border-radius: 20px;
    text-align: center;
}

    .cart-radio img {
        width: 70% !important;
        margin-top: -2px;
    }

.cart-text {
    font-size: 14px;
}

.checked {
    background-color: red;
    border: 0;
}

.checked-radio {
    background-color: rgb(1, 104, 217);
    border: 0;
}

.comment-container {
    padding: 20px;
    border: 1px solid rgb(237, 237, 238);
}

.cart-flex {
    display: flex;
}

    .cart-flex .cart-control {
        width: 33.33%;
        max-width: none;
    }

#edit-mode-buttons {
    display: none;
}

.cart-red-border {
    border-color: red !important;
}

.payment-solution-header {
    font-size: 13px;
    font-weight: 600;
}

.c1 {
    float: left;
    width: 30px;
}

.c2 {
    float: left;
    margin-left: 30px;
    width: calc(100% - 50px);
}

.c3 {
}

#pay-button {
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    color: rgb(4, 158, 114);
    border: 1px solid rgb(4, 158, 114);
    text-align: center;
    width: 80px;
    float: right;
    cursor: not-allowed;
}

.pay-active {
    border: 0;
    color: white !important;
    background-color: rgb(4, 158, 114);
    cursor: pointer !important;
}

.btn-pay-online {
    background-color: rgb(4, 158, 114);
    color: white;
    margin-top: 15px;
    margin-bottom: -14px;
    padding: 8px;
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.cart-button {
    padding: 5px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid dodgerblue;
    color: dodgerblue;
    background-color: white;
    cursor: pointer;
    text-align: center;
}

.blue-button {
    background-color: rgb(1, 104, 218);
    color: white;
    font-size: 14px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.cart-validate-button {
    background-color: rgb(4, 158, 114);
    color: white;
    font-size: 14px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

    .cart-validate-button:hover {
        border: 1px solid rgb(4, 158, 114) !important;
    }

.margin-auto {
    margin: auto;
    width: 80%;
}

.cart-v-scroll {
    overflow-y: auto;
    max-height: 500px;
}


.related-product {
    min-height: 232px;
}

.tableFixHead {
    border-bottom: 1px solid lightgrey;
}

body {
}


.greenButton {
    background-color: #e8fff9 !important;
    color: #069e72 !important;
    padding: 6px;
    transition: background-color .3s ease;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

.redButton {
    background-color: #fff1f0 !important;
    color: #d00c00 !important;
    padding: 6px;
    transition: background-color .3s ease;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

.blueButton {
    background-color: rgb(226 235 252) !important;
    color: rgb(0, 59, 255) !important;
    padding: 6px;
    transition: background-color .3s ease;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

.modalCustomConfirm .modal-dialog {
    max-width: fit-content !important;
}

.modal-dialog-full {
    left: 0;
    top: 0;
}

.modal-dialog {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 100% !important;
    max-width: 100% !important;
}

.modal-dialog {
    max-width: unset !important;
    margin: 10px;
    pointer-events: none;
}

.modal-content-full {
    width: 100%;
    height: auto;
    min-height: 100%;
    border-radius: 0;
    padding-top:40px;
}
#validModal {
    z-index: 999999;
}
.modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

@media (min-width: 1200px) {
    .modal {
        text-align: center;
        margin: 0 auto;
        padding: 0 !important;
        width: 55%;
    }
}

@media only screen and (min-width: 768px) {
    .modal {
        text-align: center;
        margin: 0 auto;
        padding: 0 !important;
        width: 65%;
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/*Complexages*/



#popupContent {
    height: 350px;
    width: 70%;
    margin: 0 auto;
    margin-top: 15%;
}

#popupNavigation {
    display: none;
    margin: 0 auto;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 15px;
    z-index: 99;
    pointer-events: auto;
}

    #popupNavigation img {
        cursor: pointer;
        width: 64px;
    }

.navSpan {
    float: right;
}

#popupContainer {
    background-color: white;
    height: 350px;
    /*margin-top: 25px;*/
}

    #popupContainer div:not(#imgPhotosContainer) {
        float: left;
        /*border: 1px solid red;*/
        margin-right: 20px;
    }

#imgPhotosContainer {
    width: 80px;
    /*height: 45px;*/
}

.popupImg {
    width: 49%;
    border: 1px solid silver;
    margin-bottom: 10px;
    cursor: pointer;
}

#divPopupMiniPhotos {
    width: 100px;
    height: 245px;
    overflow: auto;
    /*margin: 15px;*/
}

#divPopupBigPhoto {
    width: 250px;
    margin-top: 50px;
    margin-left: 25px;
}

    #divPopupBigPhoto img.popupImgBig {
        width: 250px;
    }

#bigPhoto {
    border: 1px solid dimgray;
}

#imgPhotosContainer {
    text-align: center;
    float: left;
    /*margin-right: 40px;*/
    margin-left: 15px;
}

.imgArrow {
    width: 50px;
    cursor: pointer;
    margin-left: 17px;
}

#divPopupItemName {
    width: 70%;
    margin-top: 50px;
}


figure.zoom {
    background-position: 50% 100%;
    position: relative;
    width: 45%;
    overflow: hidden;
    cursor: zoom-in;
    float: left;
    border: 1px solid black;
    margin-left: 10px;
}

    figure.zoom img {
    }

        figure.zoom img:hover {
            opacity: 0;
        }

    figure.zoom img {
        transition: opacity .5s;
        display: block;
        width: 100%;
    }

.text-black {
    color: black !important;
}

#popupCloser {
    font-size: 30px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

#divPrice {
    width: 100%;
}

#divPiceLeft {
    float: left;
    width: 30%;
    margin-top: 95px;
}

#divQuantity * {
    float: right;
}

#divPopupPrices * {
    float: unset !important;
}

#txtQuantity, .txtQuantity {
    width: 40px;
    color: black;
    border: 1px solid black;
    border: 0;
    background-color: transparent;
    padding-right: 10px;
    text-align: left;
}

#txtQuantityMobile, .txtQuantity {
    width: 40px;
    text-align: center;
    color: black;
    border: 1px solid black;
    border: 0;
    background-color: transparent;
    padding-right: 10px;
    text-align: left;
}

.numericOnly {
    text-align: right !important;
}

.quantity-div {
    float: left;
    width: 40px;
}

.plus-minus-image {
    width: 8px;
    cursor: pointer;
}

.plus-minus-div {
    line-height: 10px;
    margin-left: 55px;
}

.minusPlus {
    width: 13px;
    background-color: black;
    color: white;
    border: 1px solid black;
    cursor: pointer;
    padding: 0;
    height: 28px;
}


#divPiceCenter {
    float: left;
    width: 35%;
    text-align: right;
    margin-top: 50px;
}

#divPiceRight {
    float: left;
    width: 28%;
}

#spanPrice1 {
    color: dimgray;
    font-size: 15px;
}

#spanPrice2 {
    color: black;
    font-size: 20px;
    font-weight: bold;
}

#spanPrice3 {
    color: black;
    font-size: 10px;
    font-weight: bold;
}

.btnPopup {
    border: none;
    background-color: dimgray;
    width: 100%;
    color: white;
    height: 30px;
    margin: 2px;
    cursor: pointer;
    font-size: 10px;
    font-size: 11px;
    font-weight: 500;
}

    .btnPopup:hover:enabled {
        background-color: #868686;
    }

    .btnPopup i {
        margin-right: 10px;
    }

.redBackground {
    background-color: red !important;
}

    .redBackground:hover {
        background-color: #f74141 !important;
    }

.blackBackground:enabled {
    background-color: #2D2D2D !important;
}

.blackBackground:hover:enabled {
    background-color: black !important;
}

#popupItemName {
    /*margin-top: 50px;*/
    text-align: left !important;
}

#popupCloser {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999 !important;
}

/*.row div {
        border: 1px solid red;
    }*/

.modal-dialog {
    width: 70% !important;
    max-width: 70% !important;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
}

.leftAlignText {
    text-align: left;
}

.rightAlignText {
    text-align: right;
}

.bottom-column {
    position: absolute !important;
    bottom: 0 !important;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
    max-width: 100% !important;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.popup2BottomColumn {
    margin-top: 50px;
}

#spanBottomText {
    color: red;
    font-size: 11px;
}

#btnColorHeader {
    width: 100%;
    border: none;
    background-color: black;
    color: white;
    height: 35px;
}

.font12 {
    font-size: 12px !important;
}

.font10 {
    font-size: 10px !important;
}

.font8 {
    font-size: 8px !important;
}

.width50 {
    width: 50px !important;
}

.width40 {
    width: 40px !important;
}

.width25 {
    width: 25px !important;
}

.colorSilver {
    color: silver !important;
}

.colorBalck {
    color: black !important;
}

.marginAll * {
    margin-right: 5px;
}

.cursorPointer {
    cursor: pointer;
}

#labelResult {
    color: green;
    font-size: 14px;
    font-weight: bold;
}

.redColor {
    color: red !important;
}

.paddingTop10Percent {
    padding-top: 10%;
}

.padding5px {
    padding: 5px !important;
}

#divGabarits h4, #divGabarits h5, #divGabarits h6, .divGabarits h4, .divGabarits h5, .divGabarits h6 {
    background-color: rgb(69,69,69);
    color: White;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    margin: 0;
    border-bottom: 1px solid white;
    cursor: pointer;
    margin-right: 1px;
    width: 100%;
}

    #divGabarits h6 span, .divGabarits h6 span {
        font-size: 12px !important;
        vertical-align: middle;
        display: inline-block;
        line-height: normal;
    }

.border1pxSolidSilver {
    border: 1px solid silver;
}

.border1pxSolidBlack {
    border: 1px solid black;
}

.popupTxt {
    height: 22px;
    width: 50px;
    padding: 5px;
    font-size: 12px;
    color: black;
    border: 1px solid black;
}

.gabaritDivs {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}

.subGabaritItems {
    white-space: normal;
    background-color: rgb(69,69,69);
    color: white;
    height: 30px;
    border-right: 2px white solid;
    border-bottom: 1px white solid;
    width: 132px;
    text-align: center;
}

.lblSubItems {
    color: white;
}

.modal-backdrop {
    opacity: 0.3 !important;
    background-color: black;
}

.miniFont {
    font-size: 4px;
    color: silver;
    position: absolute;
    top: 0;
    left: 0;
}

.displayBlock {
    display: block;
}

#itemNameHeader {
    margin-bottom: 0px !important;
    font-weight: bold;
}

#popupCloserImg {
    width: 26px !important;
    margin-right: -5px !important;
    margin-top: -5px !important;
}

.popupImgContainer {
    height: 100%;
    max-height: 700px;
    overflow: auto;
}

button:disabled {
    background: #dddddd;
}

.popupButtons {
    padding: 5px !important;
    padding-top: 35px !important;
}

.popupPriceQuantity {
    text-align: right;
}

.imgRecommends {
    width: 100% !important;
    border: 1px solid #2d2d2d;
}

.favorite i {
    color: red;
}

.notFavorite i {
    color: white;
}

.characteristics {
    list-style-type: disc;
    padding-left: 0px;
    list-style: none;
}


    .characteristics li {
        font-size: 12px;
    }

.noDisplay {
    display: none;
}

.zoomContainer {
    z-index: 9999;
    border-color: red !important;
    border-radius: 10px;
    border-width: 1px !important;
}

.zoomWindow {
    z-index: 9999;
    border-color: red !important;
    border-radius: 10px;
    border-width: 1px !important;
    margin-left: 10px;
}

.div-material-filter-container {
    height: 150px;
    background-color: white;
    border: 1px gray solid;
    overflow-y: scroll;
    padding-left: 5px;
    margin-left: 5px;
    padding-right: 10px;
    background-color: black;
    color: white;
    min-width: 100px;
}

    .div-material-filter-container .check-label {
        cursor: pointer;
    }

.div-seperator {
    border-bottom: 1px grey inset;
}

.chk-filter {
    background-color: black;
    color: white;
}


.pt-active {
    background-color: rgb(65, 68, 69);
    color: white;
    border-bottom: 1px solid;
}

.popup-tab {
    text-align: center;
    font-size: 10px;
    height: 35px;
    padding-top: 10px;
    cursor: pointer;
    border-right: solid 1px black;
    border-bottom: 1px solid;
    font-weight: bold;
}

.popup-row {
    width: 100%;
    padding-left: 15px;
    padding-right: 50px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 10px;
    text-align: left !important;
}
