.item a {
    transition: none;
}

.item .buttons {
    margin-top: 20px;  
    justify-content: space-between;
}

.titles .item .buttons {
    margin-top: 10px;  
}

.item:hover .buttons {
    display: flex;
    position: relative;
}

.item .buttons .btn {
    margin-bottom: 0;
    width: calc(50% - 3px);
    text-align: center;

}

.item.active .content::after {
    background: url(../img/icons/check_square.svg) no-repeat right;
    display: block;
    position: absolute;
    content: '';
    right: 16px;
    bottom: 20px;
    width: 32px;
    height: 32px;
}

.packs .item.active .content::after {
    right: 5px;
    bottom: 8px;
}

#frmPreviewBorder .preview-ava {
    width: 184px;
    height: 184px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin: 0 auto;
    position: relative;
}

#frmPreviewBorder .ava-border {
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 100;
    left: -62px;
    top: -62px;
}

#frmPreviewBorder .modal-body {
    padding: 80px;
}

.is_free {
    font-size: 14px;
    margin-top: 5px;
    color: #4CAF50;
    text-transform: uppercase;
}

.preview-img img {
    margin: 0 auto;
    display: block;
}

.statistic {
    margin-top: 5px;
    color: #9E9E9E;
}

.item .img-inner {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 190px;
    min-height: 190px;
    overflow: hidden;
    position: relative;
}

.borders .item img, .packs .item img {
    max-height: 190px;
    max-width: 190px;
}

.btn-quick {
    background: url(../img/icons/quick-view-gray.svg) no-repeat center;
    width: 64px;
    height: 64px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0.6;
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 52px);
    transition: margin 0.2s;
    margin-top: -10px;
}

.item:hover .btn-quick {
    visibility: visible;
}

.btn-quick:hover {
    opacity: 0.85;
}

.dlg-friend {
    margin-top: 20px;
}

.set-list {
    margin: 5px 0;
}

.set-list li {
    margin: 0;
    border-left: 2px solid #ededed;
    list-style: none;
    padding-left: 10px;
}

.title-preview {
    padding: 5px 15px;
    border-radius: 4px;
    text-transform: uppercase;
}

.titles .item .img-inner {
    max-height: 100px;
    min-height: 100px;
}

.titles .item .buttons .btn {
    width: 100%;
}

.titles .ribbon_flag {
    right: 0px;
}

.titles .item {
    display: none;
}

.item.showed {
    display: block;
}

.title-filter {
    display: flex;
    margin: 10px 0 25px;
}

.title-filter .filter-val {
    margin-right: 15px;
    margin-bottom: 4px;
    cursor: pointer;
    line-height: 25px;
    padding-bottom: 0px;
    border-bottom: 1px dashed;
    display: block;    
    color: #9e9e9e;
    user-select: none;
}

.title-filter .filter-val:hover {
    opacity: 0.8;
}

.title-filter .filter-selected {
    color: #3b55e6;
    opacity: 1;
}

.title-filter .filter-reset {
    cursor: pointer;
    padding: 2px 8px;
    color: #9e9e9e;
    display: none;
    user-select: none;
}

.item .label.copy {
    display: none;
}

.item.is_copy .label.copy {
    display: block;
}

.title-parts {    
    margin-bottom: 40px;
    display: block;
}

.title-parts-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.parts-col {
    width: calc(50% - 10px);
    border: 1px solid #ededed;
    max-height: 600px;
    overflow-y: scroll;
}

.parts-col .part-row {
    display: flex;
    padding: 7px 15px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid transparent;
    user-select: none;
}

.part-row.selected {
    border: 1px solid #4CAF50;
    background-color: #4caf5024;
}

.select-part {
    display: none;
    margin-bottom: 0;
    padding: 2px 10px;
}

.selected-part {
    color: #4CAF50;
    font-weight: bold;
}

.parts-col .part-row:hover .select-part {
    display: block;
}

.part-name {
    flex: 1;
}

.part-status {
    width: 100px;
    height: 28px;
    text-align: center;
}

.title-part-color {
    display: block;
    border: 1px solid #ededed;
    padding: 10px 20px 20px;
    overflow-x: scroll;
    white-space: nowrap;
}

.title-color-name {
    margin-bottom: 10px;
}

.title-part-color .title-preview {
    width: 100%;
    height: 90px;
    padding-left: 30px;
    padding-top: 15px;
}

.title-part-color .title-color {
    position: relative;
    max-height: 120px;
    min-height: 120px;
    height: 100%;
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    user-select: none;
    cursor: pointer;
    border: 1px solid transparent;
}

.title-part-color .ribbon_flag {
    top: unset;
    right: unset;
    position: relative;
}

.title-color.selected {
    border: 1px solid #4CAF50;
    box-shadow: 0px 5px 20px 0 rgb(0 0 0 / 10%);
}

.title-color.selected .title-color-name {
    color: #4CAF50;
    font-weight: bold;
}

.title-part-apply {
    width: 100%;
    text-align: center;
    margin: 30px 0 20px;
}

.part-row-empty {
    color: #9E9E9E;
}

.title-part-color.disabled {
    opacity: 0.3;
}

.title-part-color.disabled  .title-color {
    cursor: no-drop;
}

.title-parts-desc {
    color: #9E9E9E;
    font-size: 13px;
    margin: -5px 0 10px;
    line-height: normal;
}

.title-display-mode {
    display: flex;
    justify-content: space-between;
}

#title-part-option-left, #title-part-option-right {
    background: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    width: calc(50% - 10px);
}

.part-server-list {
    display: flex;
    margin-bottom: 20px;
}
.part-server-item {
    color: #0073aa;
    cursor: pointer;
    margin-right: 8px;
    border-bottom: 1px dashed #0073aa;
    user-select: none;
}
.part-server-item.active {
    font-weight: bold;
}