/* Thumbnail File */

.file-item .item-left {
    position: relative;
}

.file-item .item-left .left-block a {
    display: block;
    overflow: hidden;
}

.img-border {
    padding: 10px;
    border: 1px solid #dad9d9;
    border-radius: 4px;
    margin: auto;
}

.file-item .img-box {
    width: 100%;
    padding-top: 75%;
    position: relative;
    border-radius: 3px;
}

.file-item  .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
/*     height: 210px; */
/*     object-fit: cover; */
}


.list-file .img-box:hover img {
    border: 3px solid #ff8401;
    top: -3px;
    left: -3px;
    position: absolute;
    border-radius: 2px;
    width: 115%;
    max-width: 115%;
    height: auto;
    z-index: 99999;
}



.img-border {
    padding: 0;
    border: none;
    border-radius: 4px;
    margin: auto;
}


/* Breadcrumb File */
.single-file .breadcrumb_file {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
}

.single-file .breadcrumb_file li {
    margin: 0 !important;
}

.single-file .breadcrumb_file li::before {
    content: "\f105";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    width: 6px;
    color: #b7b7b7;
    font-family: "FontAwesome";
    padding-right: 15px;
}

.single-file .breadcrumb_file li:first-child::before {
    display: none;
}

/* Price File */
.single-file .price-file {
    font-size: 18px;
    margin-bottom: 10px;
}

.single-file .price-file span {
    color: var(--fs-color-secondary);
}


/* Info File */
.single-file .list-desc {
    list-style: none;
}

.single-file .list-desc .list-desc li {
    margin-bottom: 5px !important;
}

.single-file .list-desc .desc-title {
    width: 95px;
    float: left;
    clear: both;
    color: #b7b7b7;
}

.single-file .list-desc a {
    text-decoration: none;
}

.single-file .list-desc a:hover {
    text-decoration: underline;
}


/* Short Desc File */
.shortdesc-file {
    background: #f1f0f0;
    padding: 20px 15px;
    border-radius: 4px;
    word-wrap: break-word;
    overflow: hidden;
}

.shortdesc-file p,
.shortdesc-file ul,
.shortdesc-file ol {
    margin-bottom: 0;
}

/* Account Sales File */

.single-file .user-product {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    max-width: 100%;
    margin-bottom: 1rem;
}

.single-file .user-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
}

.single-file .user-wrap img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.single-file .user-content .name-user {
    font-weight: bold;
    margin-bottom: 10px;
}

.single-file .pro-money {
    list-style: none;
    margin-bottom: 0;
}

.single-file .pro-money li {
    display: flex;
    gap: 10px;
    margin: 0 !important;
}

.single-file .pro-money li p {
    margin-bottom: 0;
}

.single-file .pro-money li p {
    color: #b7b7b7;
}

.single-file .pro-money li p:last-child {
    color: #333;
    font-weight: 600;
}


/* Gallery File */

.gallery-file img {
    margin-bottom: 1rem;
}

.entry-content .title-page {
    font-size: 14px;
    color: #fff;
    background: var(--primary-color);
    width: max-content;
    padding: 7px 16px;
    margin-bottom: 0;
}

.content-file {
    border: 1px solid var(--primary-color);
    border-radius: 0 0 10px 10px;
    padding: 16px;
}


/* Featured File */

.title-page {
    color: #fff;
    background: var(--primary-color);
    padding: 10px 16px;
    margin-bottom: 0;
}