
.ucto-category {
    margin-top: 1rem;
}

.ucto-category .gallery {
    display: inline-table !important;
    width: 100% !important;
    box-sizing: border-box;
}

.ucto-category .gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.ucto-category .gallery .gallery-item .gallery-icon {
    display: block !important;
    all: unset;
    width: 100%;
    margin-left: 0 !important;
}

.ucto-package-spacer {
    padding: 0 0.4rem;
    margin-top: 0.8rem;
    display: block;
}

.ucto-package {
    padding: 0 0.5rem !important;
    border: #e4e4e4 1px solid;   /*#0094d7 modrá*/
    border-radius: 4px;
}

.ucto-package .package-name {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.ucto-package .package-description {
    text-align: left;
    font-size: small;
}

.ucto-package .package-price {
    text-align: right;
    white-space: nowrap;
}

.package-price .package-price-label {
    font-size: small;
}

.ucto-package .package-footer {
    font-size: small;
    background-color: #e5e5e5 !important;

    margin: 0 -0.5rem;
    padding: 0 0.5rem;
}

.ucto-package .package-footer .package-sub-users {
    text-align: left;
    float: left;
}

.ucto-package .package-footer .package-storage {
    text-align: left;
    float: right;
}

.ucto-package .show-more-btn {
    border-radius: 4px 4px 4px 4px !important;
    font-size: smaller !important;
    padding: 0.1rem 0.4rem !important;
    margin: 0 0.3rem !important;
    background-color: transparent !important;
    border: #e4e4e4 1px solid;
    color: #515151 !important;
}

.ucto-package.is-bundle {
    margin-bottom: 0.5rem;
}

.ucto-package.is-bundle .package-name {
    margin: 0;
    cursor: pointer;
    font-size: smaller;
}

.package-footer.is-bundle {
    display: flow-root;
}

.package-description.is-bundle {
    margin-bottom: 1rem;
}

.package-thumbnail img {
    max-height: 12rem;
    border: 1px solid gray !important;
}