.shop-list-cols {
    display: flex;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
}
.shop-list-cols div:first-child, .trade-item .item-name {
    flex: 1;
}
.shop-list-cols div:nth-child(2), .trade-item .item-price {
    
}
.trade-item {
    display: flex;
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 5px 0;
    align-items: center;
    color: #3a405b;
}
.trade-item .item-price {
    font-weight: bold;
    margin-right: 25px;
}
.shop-sort {
    margin-bottom: 20px;
}
.trade-item:hover .btn-shop-buy, .trade-item:hover .btn-shop-delete {
    visibility: visible;
}
.trade-item:hover {
    background: #fdfbfb;
}
.filter-apply {
    margin: 20px 0 0;
    width: 252px;
    display: block;
    text-align: center;
    bottom: 10px;
    z-index: 2;
}
.filter-apply.fixed {
    position: fixed;
}
.trade-item.hq .item-name {
    color: #ff9800;
}

.detail-top {
    display: flex;
    margin-bottom: 35px;
}

.detail-left .img {
    width: 400px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededed69;
    border-radius: 5px;
    margin-right: 30px;
}

.detail-right {
    flex: 1;
}

.trade-detail .img-inner {
    height: 200px;
    width: 300px;
}

.trade-detail .img svg {
    max-width: 100%;
    max-height: 100%;
}

.parts svg g, .parts svg path {
    fill: #70707030;
    stroke-width: 1px;
    stroke: #9e9e9e42;
}

.detail-title {
    font-size: 24px;
    margin: 5px 0 15px;
}
.detail-server, .detail-type {
    color: #9E9E9E;
}
.detail-buy {
    margin-top: 20px;
    border: 2px dashed #ededed;
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    width: 100%;
    align-items: center;
}

.detail-price {
    flex: 1;
    font-size: 26px;
    font-weight: bold;
}

.detail-buy .btn {
    visibility: visible;
}

.alt-items {
    margin-bottom: 30px;
}

.detail-right .hq {
    color: #ff9800;
    line-height: normal;
    margin-top: 20px;
}
.btn-del {
    margin-bottom: 0;
}
.btn-request {
    margin-bottom: 0;
    white-space: nowrap;
}
#frmAddRequest .slot-alert {
    padding: 10px 15px;
    background-color: #ffc1071f;
    color: #e48800;
    border-radius: 4px;
    margin-bottom: 30px;
    font-size: 14px;
}
.shop-sort.wpd-products-header {
    align-items: center;
}
.shop-list .trade-item.my .btn {
    visibility: hidden;
    margin-bottom: 0;
}
.shop-list .trade-item.my:hover .btn {
    visibility: visible;
}
.shop-list h4 {
    margin: 30px 0 5px;
    border-left: 3px solid #3b55e69e;
    background: linear-gradient(90deg, #3f51b52b 0%, rgba(236, 255, 241, 0.2665441176470589) 35%, rgba(0, 212, 255, 0) 100%);
    padding: 5px 0 5px 15px;
    color: #3b55e6d1;
}