.pc-builder-wrapper{
    max-width:1200px;
    margin:auto;
    padding:15px;
    background:#fff;
    border-radius:8px;
}
/*.pc-builder-wrapper{
    background:#fff;
    border-radius:12px;
    border:1px solid #e5e7eb;
    overflow:hidden;
}*/

.pc-builder-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px;
}

.pc-builder-header h1{
    margin:0;
    font-size:24px;
    font-weight:700;
}

.pc-builder-header p{
    margin:3px 0 0;
    font-size:13px;
    color:#667085;
}
/*.pc-builder-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:25px;
    border-bottom:1px solid #e5e7eb;
}

.pc-builder-header h1{
    margin:0;
    font-size:32px;
    font-weight:700;
}

.pc-builder-header p{
    margin:0;
    color:#6b7280;
}*/

.pc-builder-list{
    padding:0;
}
.pc-builder-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:72px;
    padding:10px 20px;
    border-bottom:1px solid #eeeeee;
}
/*.pc-builder-item{
	min-height:85px;
    padding:15px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid #edf2f7;
}*/
.pc-builder-actions{
    display:flex;
    gap:8px;
}
.pc-left{
	 width:70%;
    display:flex;
    align-items:center;
    gap:20px;
}

.pc-image{
    width:60px;
    height:60px;
    border-radius:8px;
    background:#f8fafc;
}

.pc-image img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.pc-btn{
    border:none;
    border-radius:8px;
    background:#334155;
    color:#ffffff;
   	min-width:90px;
    height:36px;
    line-height:36px;
    padding:0 18px;
}
.pc-product-card{
    display:flex;
    gap:20px;
    padding:20px;
    margin-bottom:15px;
    border:1px solid #e5e7eb;
    border-radius:8px;
    background:#fff;
}

.pc-product-image img{
    width:50px;
}

.pc-product-info{
    flex:1;
}

/*.pc-price{
    margin-top:10px;
    font-size:20px;
    font-weight:600;
}*/
.pc-component-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(200px,1fr));
    gap:18px;
}

.pc-product-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:8px;
    padding:18px;
    min-height:320px;
    display:flex;
    flex-direction:column;
}

.pc-product-image{
    display:flex;
    justify-content:center;
    align-items:center;
    height:50px;
}

.pc-product-image img{
    width:50px;
    height:50px;
    object-fit:contain;
}

.pc-title{
    height:72px;
    line-height:24px;
    overflow:hidden;
}
.pc-price{
    min-width:100px;
    text-align:right;
    font-size:16px;
    font-weight:700;
    color:#ef4444;
}
/*.pc-price{
    font-size:18px;
    font-weight:700;
    margin-top:10px;
}*/

.currency-symbol{
    position:relative;
    top:1px;
}
.add-to-build{
    width:auto;
    padding:8px 18px;
}
.pc-card-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:auto;
}
.wishlist-btn{
    color:#444;
    font-size:20px;
}
.pc-product-details h4{
    margin:0;
    font-size:15px;
}

.pc-product-details p{
    margin-top:4px;
    font-size:13px;
    color:#667085;
}
/*.pc-product-details{
    flex:1;
}*/

.pc-right{
	width:30%;
    justify-content:flex-end;
    display:flex;
    align-items:center;
    gap:10px;
}
.replace-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    border-radius:6px;
    background:#f3f4f6;
    color:#344054;
    text-decoration:none;
}

.replace-btn:hover{
    background:#e5e7eb;
}
.delete-btn{
    width:32px;
    height:32px;
    border:none;
    border-radius:5px;
    background:#f5f5f5;
}
.pc-summary-bar{
    display:flex;
    justify-content:flex-end;
    gap:50px;
    margin-top:20px;
}

.summary-box{
    text-align:center;
}

.summary-box span{
    display:block;
    margin-bottom:5px;
    color:#667085;
    font-size:12px;
}

.summary-box strong{
    font-size:20px;
    font-weight:700;
}
.required-badge{
    display:inline-block;
    margin-left:8px;
    padding:2px 8px;
    border-radius:4px;
    background:#344054;
    color:#fff;
    font-size:11px;
    font-weight:600;
}
.pc-builder-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 20px;
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    background:#ffffff;
}
.pc-hide-area{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
}
.pc-summary-area{
    display:flex;
    align-items:center;
    gap:30px;
}
/*.pc-builder-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 25px;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
}

.pc-hide-area{
    display:flex;
    align-items:center;
    gap:10px;
}

.pc-summary-area{
    display:flex;
    align-items:center;
    gap:30px;
}*/

.summary-divider{
    width:1px;
    height:45px;
    background:#e5e7eb;
}

.pc-component-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 20px;
    background:#344054;
    color:#ffffff;
}

.pc-component-header h4{
    margin:0;
    font-size:18px;
}

.clear-all-btn{
    border:none;
    color:#ffffff;
    background:#ef4444;
    border-radius:6px;
    padding:8px 14px;
    cursor:pointer;
}
.clear-all-btn:hover{
    opacity:0.9;
}
.unconfigured{
    transition:all 0.3s ease;
}
.disabled-btn{
	width:170px;
    height:38px;
    padding:0 12px;
    border:none;
    border-radius:6px;
    font-size:13px;
    background:#cbd5e1;
    color:#475569;
    cursor:not-allowed;
}
.pc-cart-btn{
    border:none;
    border-radius:6px;
    padding:10px 18px;
    background:#00bcd4;
    color:#ffffff;
    font-weight:600;
}

.pc-cart-btn i{
    margin-right:8px;
}

.pc-cart-btn:hover{
    background:#0097a7;
}

.pc-action-btn{
    border:none;
    border-radius:6px;
    padding:10px 18px;
    background:#344054;
    color:#ffffff;
}

.pc-action-btn i{
    margin-right:8px;
}
