html {
    font-size: 14px;
}

* {
    font-family: 'Poppins', sans-serif;
    font-weight: 100; /* Semi-Bold */
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


.table-dt {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.row-dt {
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-dt {
    font-weight: bold;
    border-bottom:2px solid ;
}

.col-dt {
    flex: 1; /* equally distribute space among columns */
    padding: 8px;
    
}

.full-text {
    display: inline-block;
    width: auto;
  
}

.short-text {
    display: none;
}

/* For smaller screens: Hide full text, show short text */
@media (max-width: 900px) { /* Adjust the 600px value based on your needs */
    .full-text {
        display: none;
    }

    .short-text {
        display: inline-block;
    }
}

.clip-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.cartimage {
    border: 1px solid #aaa;
    cursor: pointer;
}

.product-name-header {
    font-size: 1.5em;
    font-weight: bold;
}

.productimage-nolink {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.productimage {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .productimage:hover {
        opacity: 0.5;
        cursor: pointer;
        border: 1px solid #000;
    }

.productimage-container {
    display: flex;
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: flex-start;
}

.productimage-large {
    border: 1px solid #aaa;
    border-radius: 4px;
    
}

.fullscreen-modal {
    max-width: 90%;
    width: 90%;
    height: 90%;
    margin: auto;
}

    .fullscreen-modal .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .fullscreen-modal img {
        max-width: 100%;
        max-height: 100%;
        display: block;
    }

.modal-fixed {
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
}

.btn {
    border-radius: 14px;
}

.btn-dt {
    background-color: #a19924 !important;
    color: #fff;
}

    .btn-dt:hover {
        background-color: #cabf40 !important;
        color: #fff;
    }

.text-dt {
    color: #a19924 !important;
}
.text-dt-light {
    color: #E5DF8B!important;
}

.text-dt-header {
    color: #635d58;
}

.dt-link {
    color: #635d58 !important;
}

    .dt-link:hover {
        color: #534d48 !important;
    }

.bootbox-body h3 {
    color: #635d58;
}

.breadcrumb-dt {
    cursor: pointer;
}

    .breadcrumb-dt:hover {
        text-decoration:underline;
    }
.bold-dt{
    font-weight:bold!important;
}
.feather-dt{
    height:16px;
}
