.product-title {
    word-break: break-word;
}

.downloads-table tr {
    margin: 4px 0;
}

.downloads-table td {
    vertical-align: middle;
}

.downloads-table .download-button {
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 20px;
    line-height: 42px;
}

.downloads-table .download-name {
    font-weight: bold;
    font-size: 15px;
    word-break: break-word;
}

.downloads-table .download-size {
    font-weight: normal;
}

.downloads-table .download-info-row {
    font-size: 14px;
}

.imeshh-product-data {
    margin-top: 30px;
}

.info-name {
    font-weight: bold;
}

.software .single-software {
    margin: 0 10px 0 0;
}

.software-icon {
    width: 30px;
    height: auto;
    margin-right: 2px;
}

#files-list {
    display: none;
}

.files {
    margin: 30px 0;
    border-radius: 20px;
    background: #22202B;
    padding: 10px 20px;
}

.files li {
    margin: 0;
}

.files .files-list-name {
    margin-top: 30px;
    font-size: 13px;
    word-break: break-word;
}

.files .download-file-content {
    font-size: 12px;
    text-align: left;
}

.files .directory-item {
    margin: 10px 0 10px 0;
}

.files .directory-list {
    margin: 5px 0;
}

.files .download-file-content ul {
    list-style: none;
}

.files .download-file-list {
    margin-left: 0;
}

.files .file-icon {
    margin-right: 5px;
    margin-top: -2px;
    height: 17px;

}

.files .collapse-btn {
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    display: block;
    position: relative;
    padding-right: 20px;
}

.files .collapse-status-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url('../images/plus-24.png') no-repeat;
    background-size: contain;
}

.files .collapse-status-icon.opened {
    background: url('../images/minus-24.png') no-repeat;
    background-size: contain;
}

.woocommerce-table--order-downloads th, .woocommerce-table--order-downloads td {
    padding-right: 1em !important;
    padding-left: 1em !important;
}

.product-actions-download-area {
    width: 100%;
}

.product-actions-download-form {
    margin: 0;
}

/*
.product-actions-download-btn {
    width: 100% !important;
    display: block !important;
    background-color: #82a5aa !important;
    text-overflow: ellipsis !important;
    padding: .4em 0 .5em !important;
    font-size: .85em !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #f1f1f1 !important;
    transition: opacity .3s !important;
    margin: 0 !important;
}
*/

.product-actions-download-limit {
    background: #fff;
    padding: 2px;
    font-size: 12px;
    white-space: normal;
}

.product-actions-download-btn {
    text-overflow: ellipsis;
    opacity: .95;
    display: block;
    width: 100%;
    padding: .4em 0 .5em;
    font-size: .85em;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #82a5aa;
    color: #f1f1f1;
    transition: opacity .3s;
}

.product-actions-download-dropdown {
    margin: 0;
    padding: 0 0 0 5px;
    font-size: 11px;
    background-color: #667E80;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    color: #fff;
}

.product-actions-download-dropdown:focus {
    background-color: #667E80;
    color: #fff;
}

.product .product-already-downloaded-area {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.product .product-already-downloaded-area span.product-already-downloaded {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    background: #179cf7;
    color: #fff;
    display: inline-block;
    margin-left: 2px;
}

.product .product-already-downloaded-area span.product-already-downloaded.in-bundle {
    background: #147003;
}

.ui-dialog {
    z-index: 99999;
}

.ui-dialog-buttonset .ui-button {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    background: #82a5aa;
    font-size: 14px;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}

.ui-dialog-buttonset .ui-button:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.ui-dialog .ui-dialog-content {
    font-size: 14px;
}

.ui-dialog .ui-dialog-titlebar {
    font-size: 16px;
    background: #82a5aa;
    color: #fff;
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
}

.ui-dialog .ui-dialog-titlebar-close {
    min-height: unset !important;
}

#subscription-confirmation-dialog {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin-top: 15px;
}

#survey-dialog input {
    margin-bottom: 0;
}

.survey-dialog {
    border: #fff solid 1px;
    background: #161520;
    padding: 20px;
}

.survey-dialog .ui-dialog-titlebar {
    background: none;
    border: none;
    padding: 0;
}

.survey-dialog .ui-dialog-titlebar .ui-button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 20px;
}

.survey-dialog .ui-dialog-content {
    padding-top: 0;
}

.gform_wrapper li.gfield.gfield_error {
    padding-left: 6px;
}

.br_alabel_type_text {
    z-index: 29 !important;
}

@media screen and (min-width: 550px) and (max-width: 1200px) {
    .info-name {
        display: block;
    }

    .software .single-software {
        margin: 15px 0;
        display: block;
    }

    .downloads-table td {
        display: block;
        padding: 10px 0;
    }

    .downloads-table tr {
        padding-bottom: 10px;
    }

}

@media screen and (min-width: 850px) and (max-width: 950px) {
    .header-main .nav > li > a {
        line-height: 8px !important;
    }

}

@media screen and (min-width: 850px) and (max-width: 1650px) {
    .iksm-terms .iksm-term__image-container {
        display: none;
    }
}

@media screen and (min-width: 850px) and (max-width: 1450px) {
    .iksm-terms .iksm-term__posts-count {
        display: none;
    }

    .iksm-terms .iksm-term__shifts {
        width: 7px !important;
        min-width: 10px !important;
        max-width: 10px !important;
    }

    .iksm-terms .iksm-term__text {
        font-size: 15px;
    }
}

@media screen and (min-width: 850px) and (max-width: 1050px) {
    .iksm-terms .iksm-term__link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .iksm-terms .iksm-term__toggle {
        width: 24px !important;
    }

    .iksm-terms .iksm-term__shifts {
        width: 7px !important;
        min-width: 7px !important;
        max-width: 7px !important;
    }

    .iksm-terms .iksm-term__text {
        font-size: 14px;
    }

}