﻿.category_name {
    color: white;
}

.item-link {
    float: right;
}

.card-footers-bottom {
    padding: 3px;
}

.zoom i {
    font-size: 30px;
}
.mymodal-link {
    position: absolute;
    display: block;
    top: -6px;
    bottom: 0px;
    right: 0px;
    left: 8px;
    font-size: 24px;

}
    .mymodal-link i {
        background-color: orange;
        padding: 9px;
        border-radius: 6px;
        color: white;
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 3px;
    
    }

.img-container {
    min-height: 200px !important;
    display: block;
    text-align: center;
}

.img-template {
    padding: 5px;
    width: inherit;
    max-height: 200px;
}

.template_name {
    text-align: center;
}

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #e1e1e1 !important;
    border: none !important;
}

.modal-header-full-width {
    background-color: #e1e1e1 !important;
    border: none !important;
}

.modal-footer-full-width {
    border-top: 1px solid #9ea2a2 !important;
    background-color: white;
}

.modal-icons {
    background-color: #e1e1e1 !important;
    border: none !important;
}

.modal-footer-flip {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    bottom: 0px;
    border-top: none;
    background-color: white;
    position: fixed !important;
}

.modalHasList {
    padding-right: 0px !important;
}

.close {
    padding: 30px;
}

    .close i {
        width: 35px;
        height: 35px;
        font-size: 36px;
    }

.modal-header .close {
    padding: 2px;
    margin: 2px !important;
    z-index: 1000;
    padding-right: 41px !important;
}

.btn-dark {
    color: #fff !important;
    background-color: #343a40;
    border-color: #343a40;
}

.thumb-item-link {
    height: auto;
    font-size: 13px;
}

.bx-wrapper {
    background: inherit !important;
}

.page_title {
    white-space: nowrap;
}

.item-slider {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bx-viewport img {
    max-height: fit-content;
}

@media (max-width: 375px) {
    .bx-wrapper img {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .thumb1 {
        width: 100px;
    }

    .thumb5 {
        width: 50px;
    }

    .thumb10 {
        width: 30px;
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .thumb1 {
        width: 100px;
    }

    .thumb5 {
        width: 50px;
    }

    .thumb10 {
        width: 50px;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .thumb1 {
        width: 100px;
    }

    .thumb5 {
        width: 50px;
    }

    .thumb10 {
        width: 50px;
        font-size: 10px;
    }

    .bx-viewport img {
        max-height: 400px;
    }
}

@media (min-width: 1200px) {
    .thumb1 {
        width: 100px;
    }

    .thumb5 {
        width: 100px;
    }

    .thumb10 {
        width: 60px;
        font-size: 10px;
    }

    .bx-viewport img {
        max-height: 600px;
    }
}
