.bu-pro-sys-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    background: #f4f4f4;
    border: 1px solid #e3e3e3
}

.bu-pro-sys-nav .item {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}

.bu-pro-sys-nav .item:hover,
.bu-pro-sys-nav .item.active {
    background: var(--warning);
}

.bu-pro-sys-nav .item img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.bu-pro-sys-nav .item .name {
    font-weight: 500;
}

.bu-pro-sys-list .card {
    border: 0 !important;
    margin-bottom: 20px;
}

.bu-pro-sys-list .card .card-body {
    padding-left: 0;
    padding-right: 0
}

.bu-pro-sys-list .card-header {
    cursor: pointer;
    display: flex;
    background: #f7f7f7;
    padding: 5px;
    border: 0
}

.bu-pro-sys-list .card-header .title {
    font-size: 16px;
    font-weight: 600;
    flex: 1;
    display: flex;
    align-items: center;
}

.bu-pro-sys-list .card-header .title[aria-expanded="true"] .fa-plus-circle {
    display: none;
}

.bu-pro-sys-list .card-header .title[aria-expanded="false"] .fa-minus-circle {
    display: none;
}

.bu-pro-sys-list .card .card-header .filters {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bu-pro-sys-list .card .card-header .filters .order-types {
    margin-right: 20px
}

.bu-pro-sys-list .card .card-header .filters .order-types select {
    font-size: 13px;
    width: 150px;
    border: 0 !important;
}

.bu-pro-sys-list .card .card-header .filters .brands {
    margin-right: 10px
}

.bu-pro-sys-list .card .card-header .filters .brands .filter {
    color: #333;
    font-weight: 500
}

.bu-pro-sys-list .card .card-header .filters .brands .dropdown-menu {

}

.bu-pro-sys-list .card .card-header .filters .brands .dropdown-menu .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 10px;
    font-size: 13px;
}

.bu-pro-sys-list .card .card-header .filters .brands .dropdown-menu .item input {
    cursor: pointer;
}

.bu-pro-sys-list .card .card-header .filters .brands .dropdown-menu .item label {
    margin-bottom: 0;
    margin-left: 7px;
    cursor: pointer;
}

.bu-pro-sys-list .card .card-header .filters .brands .dropdown-menu .item:hover {
    font-weight: 500;
}

.bu-pro-sys-list .card[data-completed="true"] .card-header {
    background: var(--success)!important;
    color: #fff;
}

.bu-pro-sys-list .card[data-completed="true"] .card-header .filters .brands .filter {
    color: #fff;
}

.bu-pro-sys-list .card[data-expanded="true"] .card-header {
    background: var(--warning)!important;
    color: #333;
}

.bu-pro-sys-list .accordion>.card {
    overflow: initial;
}

.bu-pro-sys-list .loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bu-pro-sys-list .bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bu-pro-sys-list .pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

.bu-pro-sys-list .pagination .name {
    margin-right: 6px;
}

.bu-pro-sys-list .pagination .pages {
    margin: 0 10px;
}

.bu-pro-sys-list .pagination .controls {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
    border: 1px solid #ccc;
}

.bu-pro-sys-list .pagination .controls.cursor-pointer {
    background: #fff;
    cursor: pointer
}

.bu-pro-sys-list .pagination .controls.cursor-pointer:hover {
    border-color: #000;
}

.bu-pro-sys-list .search {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    flex: 1
}

.bu-pro-sys-list .search input {
    width: 170px;
    font-size: 13px;
    margin-right: 6px;
}

.bu-pro-sys-list .search .btn {
    background: #fff;
    border: 1px solid #c3c3c3;
    font-size: 13px;
    height: 33px;
}

.card-build-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    border: 1px solid #eee;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.card-build-product .image-wrapper {
    flex: 1;
    position: relative;
    width: 100%;
    height: 100%;
}

.card-build-product .image-wrapper .image {
    width: 100%;
    height: 100%;
}

.card-build-product .image-wrapper .image img {
    width: 100%;
    height: 100%;
}

.card-build-product .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 5px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    height: 45px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-build-product .product-link {
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 15px;
    color: #666;
}

.card-build-product .product-link:hover {
    color: #000;
}

.card-build-product .control {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.card-build-product .sale-price {
    font-size: 14px;
    font-weight: 700;
    flex: 1
}

.card-build-product .quantity {
    margin: 5px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
}

.card-build-product .quantity .btn {
    display: flex;
    width: 25px;
    height: 25px;
    color: #555;
    font-size: 10px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}

.card-build-product .quantity .btn:first-child {
    border-radius: 0;
}

.card-build-product .quantity .btn:hover {
    color: #333;
    background: #f2f2f2;
    border-color: #f5f5f5;
}

.card-build-product .quantity input {
    width: 30px;
    height: 25px;
    border-radius: 0;
    border-color: #dbdbdb !important;
    background: #fff;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    border-right: 0;
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.card-build-product:hover {
    border-color: var(--warning)
}

.card-build-product.selected {
    border-color: var(--success)
}

.card-build-product .selected-icon {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    top: -16px;
    right: -16px;
    display: none;
}

.card-build-product.selected .selected-icon {
    display: block;
}

.card-build-product .selected-icon::before,
.card-build-product .selected-icon::after {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;
    border: 3px solid var(--success);
    border-top-color: transparent;
    border-right-color: transparent;
}

.card-build-product .selected-icon::before {
    top: 0;
    left: 5px;
}

.card-build-product .selected-icon::after {
    bottom: 5px;
    right: 0;
}

.card-build-product .selected-icon span {
    position: absolute;
    display: block;
    width: 150px;
    padding: 2px 0;
    background-color: var(--success);
    color: #fff;
    font: 700 12px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
    left: -34px;
    top: 17px;
    transform: rotate(45deg);
}

.bu-pro-sys-summary .controls {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bu-pro-sys-summary .controls .btn {
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 0 5px;
}

.bu-pro-sys-summary .bar {
    margin-top: 10px;
    background: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.bu-pro-sys-summary .bar .prices {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 15px;
}

.bu-pro-sys-summary .bar .prices .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.bu-pro-sys-summary .bar .prices .value {
    font-size: 20px;
    font-weight: 500;
}

.bu-pro-sys-summary .bar .buy {
    width: 160px;
    height: 100%;
}

.bu-pro-sys-summary .bar .buy .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    background: var(--success);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
}

.bu-pro-sys-summary .items {

}

.bu-pro-sys-summary .items .item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.bu-pro-sys-summary .items .item .image {
    width: 70px;
    max-width: 70px;
    margin-right: 5px;
}

.bu-pro-sys-summary .items .item .image img {
    width: 100%;
}

.bu-pro-sys-summary .items .item .info {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    flex: 1
}

.bu-pro-sys-summary .items .item .info span {

}

.bu-pro-sys-summary .items .item .info .group {
    color: var(--success);
    font-weight: 500;
}

.bu-pro-sys-summary .items .item .price {
    font-size: 13px;
    font-weight: 500;
    margin: 0 5px;
    text-align: center;
    width: 120px;
}

.bu-pro-sys-summary .items .item .trash {
    margin-right: 5px;
    background: rgba(0, 0 , 0, .05);
    padding: 0 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.bu-pro-sys-summary .cart-is-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    font-weight: 600;
    font-size: 16px;
}

@media(max-width: 991px) {
    .bu-pro-sys-nav {
        flex-wrap: nowrap;
        overflow-y: auto;
    }

    .bu-pro-sys-nav .item {
        min-width: 100px;
    }
}

@media(max-width: 600px) {
    .bu-pro-sys-list .card-header {
        flex-direction: column;
    }

    .bu-pro-sys-list .card .card-header .filters {
        margin-top: 10px;
        justify-content: flex-start
    }

    .bu-pro-sys-list .search input {
        width: 130px
    }
}

.bu-pro-package .bu-pro-image {
    text-align: center;
}

.bu-pro-package .bu-pro-image img {
    height: 500px;
}

.bu-pro-package-summary .items {

}

.bu-pro-package-summary .items .item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.bu-pro-package-summary .items .item .image {
    width: 70px;
    max-width: 70px;
    margin-right: 5px;
}

.bu-pro-package-summary .items .item .image img {
    width: 100%;
}

.bu-pro-package-summary .items .item .info {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    flex: 1
}

.bu-pro-package-summary .items .item .info span {

}

.bu-pro-package-summary .items .item .info .group {
    color: var(--success);
    font-weight: 500;
}

.bu-pro-package-summary .items .item .price {
    font-size: 13px;
    font-weight: 500;
    margin: 0 5px;
    text-align: center;
    width: 120px;
}

.bu-pro-package-summary .items .item .trash {
    margin-right: 5px;
    background: rgba(0, 0 , 0, .05);
    padding: 0 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.bu-pro-pack-bar {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 9;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bu-pro-pack-bar .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 100%;
}

.bu-pro-pack-bar .buttons .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    background: #333;
    color: #fff;
    border-radius: 0 !important;
    height: 100%;
    font-size: 15px;
    font-weight: 500
}

.bu-pro-pack-bar .buttons .btn.btn-1 {
    background: #ef9421;
}

.bu-pro-pack-bar .buttons .btn.btn-2 {
    background: #012131;
}

.bu-pro-pack-bar .buttons .btn.btn-3 {
    background: #6c757d;
}

.bu-pro-pack-bar .bu-pro-buybox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 100%;
}

.bu-pro-pack-bar .bu-pro-buybox .sale-price {
    font-weight: 600;
    font-size: 20px;
    margin-right: 5px;
    margin-left: 15px;
}

.bu-pro-pack-bar .bu-pro-buybox .tax-include {
    font-size: 13px;
}

.bu-pro-pack-bar .bu-pro-buybox .cart .btn-cart {
    background: #1c7ad2;
    border-color: #1c7ad2;
    color: #fff;
}

.bu-pro-pack-bar .bu-pro-buybox .cart .btn-cart i {
    margin-right: 5px
}

@media(max-width: 991px) {
    .bu-pro-pack-bar {
        flex-direction: column-reverse;
        height: 75px;
        padding-top: 5px
    }

    .bu-pro-pack-bar .buttons {
        width: 100%;
    }

    .bu-pro-pack-bar .buttons .btn {
        height: 36px;
        font-size: 13px
    }

    .bu-pro-pack-bar .bu-pro-buybox {
        width: 100%;
        margin-bottom: 5px
    }

    .bu-pro-pack-bar .bu-pro-buybox .sale-price {
        font-size: 16px;
        margin-left: 10px;
    }

    .bu-pro-pack-bar .bu-pro-buybox .tax-include {
        font-size: 12px;
    }

    .bu-pro-pack-bar .bu-pro-buybox .cart .btn-cart {
        height: 30px;
        line-height: 15px;
        font-size: 13px;
        font-weight: 500;
    }
}

.bu-pro-package-share .url {
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.bu-pro-package-share .url input {
    display: inline-block;
    padding: 10px;
    background: #9595954d;
    border-radius: 10px;
    font-weight: 500;
}


/* Offer Form */
.build-product-offer-form .description {
    font-size: 13px;
    margin: 0 0 15px 0;
    font-weight: 500
}

.build-product-offer-form .form-control {
    font-size: 13px
}

.build-product-offer-form .buttons {
    display: flex;
    justify-content: flex-end;
}

.build-product-offer-form .buttons .btn {
    font-size: 13px;
    font-weight: 500
}