.pc-builder-header {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: var(--maincolor);
    border-bottom: 1px solid var(--maincolor);
    box-shadow: 0 0px 0px 1px rgb(11 40 81);
}
.tool-pc_builder .main_content {
    box-shadow: none;
    padding: 0;
    margin-top: 20px;
}
.c-item .item-price .price-old {
    display: none;
}
.tool-pc_builder  .main_content .content-label {
    background: var(--maincolor);
    color: #fff;
    line-height: 20px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
}
.pc-builder-list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
#form-base64-image input{
    font-family: inherit;
    font-size: inherit;
}
.c-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}
.pc-builder-list a,
.pc-builder-list .pc-builder-button {
    text-align: center;
    background: none;
    border: none;
    color: var(--maincolor);
    height: auto;
    line-height: normal;
    font-weight: normal;

    outline: none;
}
.pc-builder-list a i,
.pc-builder-list .pc-builder-button span.material-symbols-outlined {
    font-size: 18px;
}

.pc-builder-list a span,
.pc-builder-list .pc-builder-button span {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    color: white;
    padding-top: 2px;
    min-width: 40px;
}
.pc-builder-list a span, .pc-builder-list .pc-builder-button span:hover{
    color: var(--mainred);
}
a.pc-builder-button.get-quate {
    background-color: var(--mainred);
    color: var(--mainwhite);
    margin: 0 0 0 15px;
    height: 41px;
    width: 105px ;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
}
.pc-builder-button span:hover{
    color: var(--mainhover);
}
.pc-builder-inner {
    padding: 25px 20px;
    background: #fff;
    border: 1px solid var(--lightblack);
    margin-bottom: 30px;
}
.pc-builder-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-builder-content h1 {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: var(--maincolor);
    margin: 8px 0;
}

.pc-builder-content .total-amount.t-price {
    border: 1px solid var(--mainred);
    color: black;
    background: transparent;
}
.pc-builder-content .total-amount {
    display: inline-block;
    border: 1px dashed #ef4a23;
    padding: 8px 0;
    margin-left: 10px;
    min-width: 140px;
    border-radius: 7px;
    text-align: center;
    color: #808996;
    position: relative;
}
.c-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
}
.c-inner-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-inner-item .details {
    margin: 0 0 0 15px;
}
.pc-builder-content .c-item .img {
    background: rgba(55, 73, 187, 0.1);
    border-radius: 3px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    text-align: center;
    flex: 0 0 60px;
}
.pc-builder-content .c-item .img-ico {
    width: 60px;
    height: 60px;
    display: block;
}
.c-inner-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-builder-content .c-item .details {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px 0 20px;
}
.c-item.blank .details .component-name {
    color: #666666;
}
.c-item .details .component-name {
    font-size: 12px;
    color: var(--mainhover);
    font-weight: bold;
    padding-bottom: 7px;
}
.c-item.blank .details .product-name {
    min-height: 12px;
    max-width: 80%;
    margin-top: 4px;
}
.c-item .details .product-name {
    line-height: 15px;
}
.c-item .item-price {
    margin: 10px 0;
    padding-right: 20px;
    align-items: center;
    border-right: 1px solid #eee;
}
.c-inner-action-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-inner-action-button a {
    padding: 4px 12px;
    font-size: 14px;
    border: 1px solid var(--lightblack);
    transition: 0.5s all;
    margin: 0 3px;
}
.pc-builder-tbody .name-value,
.component-detail {
    box-shadow: 0px 1px 4px rgb(68 68 68 / 17%);
    margin-top: 10px;
}

.action-col.action-col-chose a {
    background: black;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
}



.filter-by-brand select {
    width: auto;
    float: left;
    margin: 0 20px;
}

.filter-by-brand select, .custom_select_design select {
    padding: 8px;
    box-shadow: 0px 0px 4px rgba(200, 200, 200, 0.6);
    border: none;
    outline: 0px;
}

.ws-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    display: block;
}
.tool-header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-bar .search {
    background: #f1f3f5;
    border-radius: 3px;
    position: relative;
    padding: 1px;
    display: flex;
}
.top-bar .search span#button-search {
    font-size: 20px;
    width: 30px;
    height: 20px;
    transform: translateY(6px);
}
.tool-btn {
    font-size: 20px;
    margin-bottom: -10px;
}
.top-bar .search input {
    height: 30px;
    border: none;
    padding: 0 10px;
    background: none;
    outline: none;
}
.top-bar .search i {
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    background: black;
    color: #fff;
    font-weight: 700;
}
.show-sort .form-group {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
}
.show-sort .form-group label {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}
.show-sort .form-group select {
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 700;
    color: black;
    border: 1px solid #d4e5e4;
    margin: 0 0 0 10px;
    outline: none;
}
.product-thumb {
    align-items: center;
}
.product-thumb .img-holder {
    flex: 0 0 200px;
    padding: 10px;
    margin: 0;
    text-align: center;
}
.product-thumb .product-info {
    padding: 20px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.product-thumb .product-content-blcok {
    flex: 1 1 auto;
}
.product-thumb .product-info h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    height: auto;
}
.product-thumb .product-name a {
    color: #111;
}
.product-thumb .short-description {
    padding: 0 0 0 14px;
    flex: 1 1 auto;
    margin-bottom: 5px;
}
.product-thumb .short-description ul {
    list-style: disc;
}
.product-thumb .short-description li {
    font-size: 13px;
    padding: 5px 0;
    color: #666666;
    position: relative;
    line-height: 16px;
}
.p-item-page .short-description li {
    font-size: 13px;
    color: #666666;
    position: relative;
    line-height: 16px;
    padding-bottom: 10px;
}
.product-thumb .actions {
    flex: 0 0 95px;
}
.product-thumb .actions .price {
    font-size: 20px;
    text-align: center;
}
.product-thumb .btn {
    display: block;
    min-width: 100px;
    text-align: center;
    margin-top: 15px;
}
.product-thumb .actions .price .price-old {
    display: none;
}
.range-label.from, .range-label.to {
    margin: 16px;
}
.top-bar {
    margin: 0 0 20px 0;
}

