.category-build_pc_item {
    background: #FFFFFF;
    border-bottom: 1px solid #c2c2c2;
    display: flex;
}

.category-build_pc_item:nth-child(2n+1) {
    background: #f3f3f3;
}

.category-build_pc_item .left-item {
    flex: 0 0 200px;
    max-width: 200px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding: 10px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.category-build_pc_item .right-item {
    padding: 10px 0;
    flex: 1;
}

.btn-build_pc {
    background: #4c97f2;
    color: #FFFFFF;
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-select_build {
    border-radius: 5px;
    min-width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
    text-transform: unset;
    line-height: 20px;
}

.btn-build_pc i {
    padding-right: 5px;
    font-size: 14px;
}

.top-build_pc_wrap {
    position: relative;
}

.btn-refresh_build {
    position: absolute;
    right: 0px;
    background-image: url(../img/refresh-icon_build.png);
    background-repeat: no-repeat;
    background-position: 86% center;
    background-size: 15px;
    padding-right: 35px;
}


.provisional-build_pc {
    text-align: right;
    border-top: 1px solid #c2c2c2;
    margin-top: 5px;
    padding: 10px 0;
    color: #d90000;
    font-weight: 600;
}

.top-build_pc_wrap .title {
    margin-bottom: 0;
    padding-top: 5px;
}
.bottom-build_pc_wrap {
    text-align: right;
}
.bottom-build_pc_wrap .btn-build_pc {
    margin-left: 5px;
    margin-bottom: 5px;
}
.btn-excel_build {
    background-image: url(../img/excel-icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 35px;
    border: 0;
    line-height: 20px;
}
.btn-addCart_build{
    background-image: url(../img/cart-icon_build.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 38px;
    background-color: #d90000;
}

/*popup*/
.modal {
    position: fixed;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(68 68 68 / 60%);
    display: none;
}

.modal .modal-dialog {
    width: auto;
    max-width: 1200px;
    padding: 0;
    margin: 30px auto;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.modal-fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal-fade.in {
    opacity: 1;
}
.popup-build_pc_top {
    background: #4c97f2;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.popup-build_pc_title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.popup-build_pc_search {
    flex: 0 0 45%;
    position: relative;
    right: 50px;
}
.popup-build_pc_search input[type="text"]{
    padding: 10px;
    padding-right: 35px;
    border-radius: 10px;
}
.popup-build_pc_search .search-btn-build_pc{
    background-image: url(../img/search-icon_build.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    width: 40px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
a.close-modal-dialog {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 25px;
    color: #FFFFFF;
}
.slidebar-build_pc_title {
    border: 1px solid #000;
    text-align: center;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    cursor: pointer;
}

.slidebar-build_pc {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    background: #f3f3f3;
}

.buildpc-filter_item {
    padding: 10px 0;
    border-bottom: 1px solid #c2c2c2;
}

.buildpc-filter_item a {
    display: block;
    font-weight: 500;
}
.buildpc-filter_dropdown {
    display: none;
}
.buildpc-filter_dropdown .item-filter {
    padding: 3px 10px;
    display: flex;
    align-items: center;
    align-content: center;
    white-space: nowrap;
    font-size: 13px;
    position: relative;
}
.item-filter:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.buildpc-filter_dropdown .item-filter label {
    padding-left: 5px;
    line-height: 19px;
    cursor: pointer;
}
.buildpc-filter_dropdown .item-filter input {
    width: 12px;
    height: 12px;
}

.buildpc-product_item_img {
    border: 1px solid #4c97f2;
    background-color: #FFFF;
}

.content-build_pc {
    padding: 10px 0;
}

.sort-build_pc_top {
    font-weight: 500;
    text-transform: uppercase;
}

.content-build_pc_top {
    border-bottom: 1px solid #c2c2c2;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buildpc-product_item {
    padding: 14px 0;
    border-bottom: 1px solid #c2c2c2;
    overflow: hidden;
}

.content-build_pc_bottom,
.slidebar-build_pc_content {
    padding: 0 20px;
    overflow: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
}
.slidebar-build_pc_content {
    padding: 0;
}
.buildpc-product_item_info a {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
}

.new-price {
    font-weight: 500;
    color: #d90000;
    font-size: 16px;
}

.btn-addcart_build {
    position: absolute;
    right: 10px;
    top: 45%;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
}
.btn-addcart_build i {
    padding-right: 2px;
    font-size: 12px;
}
.buildpc-product_item_info {
    position: relative;
    height: 100%;
}

.buildpc-product_item_price {
    position: absolute;
    bottom: 0;
}
.buildpc-product_item_sumary strong {
    font-weight: 500;
}

.buildpc-product_item_sumary {
    font-size: 13px;
}

.right-item_selected .buildpc-product_item {
    padding: 0;
    border: none;
    position: relative;
}

.right-item_selected .buildpc-product_item .buildpc-product_item_info {
    padding-right: 15px;
    position: unset;
}
.right-item_selected .buildpc-product_item_price{
    position: relative;
    margin-bottom: 5px;
}
.price_temp {
    color: #d90000;
    font-weight: 500;
}
.qty-select span {
    display: inline-block;
}

.qty-select input[type="number"] {
    display: inline-block;
    width: 70px;
    border-radius: 5px;
}

.qty-select {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    margin-top: 10px;
}
.qty-select > * {
    margin-right: 5px !important;
}
.buildpc-del_item {
    position: absolute;
    right: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    line-height: 22px;
    background: #ff7500;
    color: #FFFFFF;
    cursor: pointer;
}





.content-build_pc_bottom::-webkit-scrollbar {
    width:6px;
    height:6px;
}

.content-build_pc_bottom::-webkit-scrollbar-track {
    background:#f1f1f1;
    border-radius:3px;
}

.content-build_pc_bottom::-webkit-scrollbar-thumb {
    background:#4c97f2;
    border-radius:3px;
}

.content-build_pc_bottom::-webkit-scrollbar-thumb:hover {
    background:#0073ff;
}


.slidebar-build_pc_content::-webkit-scrollbar {
    width:6px;
    height:6px;
}

.slidebar-build_pc_content::-webkit-scrollbar-track {
    background:#f1f1f1;
    border-radius:3px;
}

.slidebar-build_pc_content::-webkit-scrollbar-thumb {
    background:#c1c1c1;
    border-radius:3px;
}

.slidebar-build_pc_content::-webkit-scrollbar-thumb:hover {
    background:#7f7f7f;
}

.pagination-build_pc_top {
    flex: 0 0 60%;
    position: relative;
    right: -10px;
}

.pagination-build_pc_top .pagination {
    margin: 0;
}
.sort-build_pc_dropdown {
    padding: 2px 15px;
    border-radius: 15px;
    border: 1px solid #dddddd;
    display: inline-block;
    position: relative;
    background: #ebebeb;
    text-transform: initial;
    font-weight: 400;
    margin-left: 5px;
    cursor: pointer;
}

.sort-build_pc_title {
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    position: relative;
    cursor: pointer;
}

.sort-build_pc_list {
    display: none;
    position: absolute;
    padding: 10px 0;
    left: 0;
    top: 100%;
    min-width: 100%;
    width: auto;
    background: #FFF;
    z-index: 99999;
    border: 1px solid #ebebeb;
    border-radius: 8px;
}

.sort-build_pc_list .sort-item a {
    white-space: nowrap;
    padding: 4px 15px;
    display: block;
    font-size: 13px;
}
.sort-build_pc_list .sort-item a.active {
    font-weight: 500;
}
.sort-build_pc_list:before {
    left: 15px;
    top: -6px;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}


.loading .loading-page {
    display: flex;
}

.loading-page {
    position: fixed;
    z-index: 99999;
    background: rgba(255, 255, 255, .8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    display: none;
}
.loading-page__spin {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #4c97f2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spin { 
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.gallery-cate-scroll {
    max-width: 800px;
    max-height: 200px;
    overflow: hidden;
}
.gallery-cate-wrap {
    display: flex;
    margin-bottom: 40px;
margin-top: 20px;}

.gallery-cate-small {
    padding-left: 10px;
    width: 33.33%;
    display: grid;
    max-height: 200px;
    align-content: space-between;
    align-self: flex-end;
    overflow: hidden;
}

.gallery-cate-small-item:last-child {
    margin-top: 10px;
}

.gallery-cate-small-item img {
    display: block !important;
    max-height: 95px;
    float: right;
}

.gallery-cate-scroll .owl-next {
    right: 5px;
}

.gallery-cate-scroll .owl-prev {
    left: 5px;
}