.pc-builder-header {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: var(--black);
    border-bottom:none;
    box-shadow: 0 0px 0px 1px rgb(11 40 81);
}

.pc-builder-header img{
    height: 55px;
    width: auto;
    margin:0;
}
.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: black;
    color: #fff;
    line-height: 20px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
}
.pc-builder-list {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
#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: black;
    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: 24px;
}

.pc-builder-list a span,
.pc-builder-list .pc-builder-button span {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    color: black;
    padding-top: 2px;
    min-width: 40px;
}
a.pc-builder-button.get-quate {
    background-color: var(--secondary);
    color: #fff;
    margin: 0 0 0 15px;
    height: 45px;
    width: 105px ;
    line-height: 40px;
    font-size: 13px;
    font-weight: 400;
}
.pc-builder-button span:hover{
    color: var(--mainhover);
}
.pc-builder-inner {
    padding: 25px 20px;
    background: #fff;
    border: 1px solid black !important;
    border-top-width: 0;
    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: black;
    margin: 8px 0;
}

.pc-builder-content .total-amount.t-price {
    border: 1px solid black;
    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(--mainhover);
    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 {
    display: flex;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    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;
}

@media (max-width: 1099px) {
    .action-col.action-col-chose.chose .change-td {
        margin-top: 10px;
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .back-button-icon {
        width: auto;
    }
    .back-button-icon a span {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .c-item {
        padding: 10px 0;
        position: relative;
    }
    .c-item .item-price {
        border: none;
        margin-bottom: 0;
    }
    .c-inner-action-button {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .c-item.blank .details .product-name {
        max-width: 70%;
    }
    .pc-builder-tbody .price-wrap .price-old.price {
        display: none;
    }
    table {
        border-collapse: collapse;
    }
    .filter-by-brand select {
        margin-right: 0;
        width: calc(100% - 65px);
    }
    .custom_select_design select {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .item-listing .item .item-info .name {
        line-height: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 55px;
    }
    .item-listing .item .item-info a {
        font-size: 14px;
        font-weight: 400;
    }
    .item-listing .item .actions a.btn-add {
        padding: 1px 20px;
    }
    td.name-col.name-td.name-td-choses {
        padding-top: 0px;
        padding-right: 30px;
        padding-left: 15px;
    }
    .w-100p {
        position: relative;
        display: block;
        width: 100%;
    }
    .action-col.action-col-chose {
        position: absolute;
        right: 0;
        top: 0;
    }
    .total-amount {
        position: relative;
        display: block;
        height:50px;
    }
    .pc-builder-button {
        padding: 10px 10px;
        font-size: 11px;
    }
    .right-button .pc-builder-button {
        padding: 10px 14px;
    }
    .pc-builder-button.icon {
        padding: 6px 8px;
    }
    .pc-builder-button i:before {
        font-size: 14px;
    }
    .component-title {
        display: none;
    }
    .component-detail.selected {
        margin-top: 5px;
        display: block;
        height: 125px;
    }
    .chose-images img {
        width: 50px;
    }
    .component-detail {
        position: relative;
    }
    .component-td {
        position: absolute;
        left: 0;
        top: 0;
    }
    .image-td-choses {
        position: absolute;
        top: 30px;
    }
    .name-td {
        position: absolute;
        left: 20%;
        width: 64%;
        top: 45px;
        font-size: 14px;
        color: #565656;
        line-height: 20px;
    }
    .price-td {
        position: absolute;
        right: 0;
        top: 50px;
        color: #000000;
        font-size: 14px;
        font-weight: 500;
    }
    .total-amount .amount {
        position: absolute;
        right: 0;
        top: 0;
        color: #000;
    }
    .left-search.pull-left {
        display: block;
        width: 100%;
    }
    .right-short-by.pull-right {
        display: block;
        width: 100%;
    }
    .filter-by-brand select,
    .custom_select_design select {
        padding: 6px;
    }
    .back-button-icon a {
        padding: 2px 18px;
    }
    .action-col.action-col-chose.chose .change-td {
        margin-top: 0px;
    }
    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        padding-left: 12px;
    }
    .pb-choose.pb-choose-product .item-listing {
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .tool-pc_builder-choose .item-listing .item {
        flex-direction: column;
        text-align: center;
    }
    .back-button-icon {
        margin-bottom: 0;
    }

    .pc-builder-list {
        margin: auto;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .pc-builder-list a,
    .pc-builder-list .pc-builder-button {
        border-color: transparent;
    }
    .pc-builder-list .pc-builder-button {
        padding: 0 5px;
    }
    a.pc-builder-button.get-quate {
        padding: 0 10px;
        font-size: 11px;
    }

    .pc-builder-content {
        flex-direction: column;
        gap: 0px;
    }
    .pc-builder-content h1.m-hide {
        display: none;
    }
    .c-inner {
        flex-direction: column;
        align-items: start;
    }
    .c-inner-action {
        margin-left: 17%;
    }
    .c-item .actions .btn {
        font-size: 11px;
        padding: 7px 14px !important;
    }

    .main_content.component-table-wrapper.main-content-pc-builder {
        padding: 0;
        margin-top: 20px;
    }

    .pc-builder-content h1 {
        font-size: 12px;
    }

    .pc-builder-content .total-amount.t-price {
        padding: 10px 12px;
        margin: 0;
        min-width: 150px;
        height: auto;
    }
    .pc-builder-header {
        background: black;
        margin-left: -10px;
        margin-right: -10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .pc-builder-logo {margin-bottom: 15px;}
    .product-thumb .product-info,
    .product-thumb {
        flex-direction: column;
    }

    .product-thumb .short-description ul {
        padding: 0;
        list-style: circle;
    }

    .product-thumb .short-description ul li {
        list-style: circle;
    }
    .main_content .buttons {
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .main_content .btn {
        font-size : 10px;
        padding : 10px 20px;
    }
    .main_content h1{
        font-size: 24px;
    }
    .top-bar .search input {
        height: 39px;
    }

    .top-bar .search i {
        line-height: 39px;
        padding: 0px 15px;
        width: auto;
    }
    .pc-builder-list a i, .pc-builder-list .pc-builder-button span.material-symbols-outlined {
        font-size: 18px;
    }
    .top-bar .search span#button-search {
        transform: translateY(10px);
    }
}

@media (max-width: 380px) {
    .component-detail.selected {
        display: block;
        height: 150px;
    }
    .actions button {
        padding: 11px 15px !important;
        margin: 0 10px !important;
    }
}
