header.desktop{
    position: relative;
}
jdiv {
    display: none !important;
}
.mobile-header-space {
    display: none;
}
.product-profile-1.bu-pro-package {
    border-radius: 10px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.02);
    position: fixed;
    z-index: 2;
    width: calc(100% - 25.5%);
    bottom: 10px;
}
.bu-pro-pack-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0px 30px 20px;
}
.bu-pro-pack-left img {
    width: 100px;
}
.title-price-area {
    padding-left: 20px;
}
.bu-pro-pack-left .hs-title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    letter-spacing: -0.28px;
    font-weight: 400;
}
.bu-pro-cart .sale-price {
    background: var(--linn, linear-gradient(90deg, #f3af1c 0%, #be960a 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.modal-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}
.modal-block button, .modal-block a {
    color: #A1A1A1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.border-1 {
    border-left: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-radius: 0;
}
.border-2 {
    border-left: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-radius: 0;
}
.border-3 {
    border-left: 1px solid #f3f3f3;
}
a.bu-pro-buybox-price.border-4 {
    height: 100%;
    width: 100%;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}
a.bu-pro-buybox-price.border-4:hover {
    color: #212121;
}
.bu-pro-cart {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 20px;
}
button.btn.btn-cart {
    color: #fff;
    text-transform: uppercase;
    margin-top: 12px;
    padding: 8px 52px;
    border-radius: 25px;
    background:linear-gradient(90deg, #DAD712 0%, #be960a 100%) border-box !important;
}
.bu-pro-sys-nav {
    border-radius: 10px;
    border: 1px solid #F3F3F3!important;
    background: #FFF!important;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    position: sticky;
    flex-wrap: nowrap!important;
    flex-direction: column;
    top: 120px;
    height: 100%;
    padding: 0;
}
ul.nav.nav-tabs {
    height: 75px;
    border: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f3f3f3;
}
ul.nav.nav-tabs li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
ul.nav.nav-tabs a.active {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.32px;
    width: 100%;
    height: 100%;
    background: #EDF202 !important;
}
ul.nav.nav-tabs a {
    color: #A1A1A1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.32px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: 100%;
    height: 100%;
}
ul.nav.nav-tabs li:first-child {
    border-bottom: 1px solid #f3f3f3;
}
ul.nav.nav-tabs a.right {
    border-top-right-radius: 10px;
}
ul.nav.nav-tabs a.left {
    border-top-left-radius: 10px;
}
ul.nav.nav-tabs a.active img {
    filter: invert(1);
}
.bu-pro-sys-nav.sub {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none!important;
    margin-bottom: 0 !important;
    position: unset;
    width: 100%;
    overflow: hidden;
}
.bu-pro-sys-nav .item {
    width: auto!important;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.28px;
    border-right: 0!important;
    border-bottom: 1px solid #f3f3f3!important;
    height: 60px!important;
}
.bu-pro-space {
    height: 145px;
}
.card-build-product {
    display: flex;
    flex-direction: row!important;
    padding: 0!important;
    border: 2px solid #f3f3f3!important;
    border-radius: 10px;
    height: 115% !important;
}
.card-build-product .image-wrapper .image {
    padding-left:10px;
}
.card-build-product .image-wrapper .image img {
    width: 100% !important;
    height: 100% !important;
    margin: auto;
    border-radius: 10px;
}
.rght-side {
    height: 100%;
    width: 60%;
    padding: 0 10px;
    background: transparent;
    border-radius: 0px 10px 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
.card-build-product .title {
    display: flex!important;
    max-width: 100%;
    margin: 0 !important;
    width: 100% !important;
    color: #000!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: normal!important;
    letter-spacing: -0.26px!important;
    background: transparent;
    border-radius: 0px 10px 10px 0px;
    align-items: flex-start;
    height:50px !important;
    padding: 14px 0px;
}
.card-build-product.selected {
    background: 
    linear-gradient(#fff, #fff) padding-box,     linear-gradient(90deg, #DAD712 0%, #be960a 100%) border-box !important;

    border: 2px solid transparent!important;
}
.card-build-product .selected-icon::before, .card-build-product .selected-icon::after{
    display: none!important;
}
.card-build-product .selected-icon {
    width: auto!important;
    height: auto!important;
    right: -12px!important;
    left: unset!important;
    top: -15px!important;
}
.bu-pro-sys-list {
    border-radius: 10px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    padding: 30px;
}
.bu-pro-sys-list .card-header {
    background: #fff!important;
}
.bu-pro-sys-list .card-header .title {
    color: #000;
    font-size: 18px!important;
    font-weight: 400!important;
    letter-spacing: -0.36px;
}
.card-build-product .product-link {
    display: block;
    position: absolute;
    right: 10px!important;
    top: unset!important;
    bottom: 8px!important;
}
[data-toggle=tooltip]:after {
    content: attr(title);
    top: calc(100% + 10px);
    background-color: #000;
    padding: 4px 10px;
    border-radius: 6px;
    color: #fff;
    min-width: 110px;
    z-index: 1;
    text-align: center;
    width: 100%;
}
[data-toggle=tooltip]:before {
    border-color: transparent transparent #000;
}
.card-build-product .control {
    align-items: flex-start!important;
    flex-direction: column!important;
    padding-bottom: 14px;
}
.card-build-product .quantity {
    border-radius: 100px!important;
    border: 1px solid #f3f3f3!important;
    background: #fff!important;
}
.card-build-product .quantity .btn {
    color: #a1a1a1!important;
    font-size: 11px!important;
    border: 0!important;
    background: transparent!important;
}
.card-build-product .quantity input {
    border: 0!important;
}
.card-header img {
    width: 30px;
    margin-right: 12px;
}
.bu-pro-package-summary .items .item {
    border-bottom: 1px solid #f3f3f3;
    gap: 18px;
}
.bu-pro-package-share button.btn.btn-link.btn-sm {
    background: #000;
    margin-right: 12px;
    color: #fff;
    padding: 4px 20px;
    border-radius: 25px;
}
.bu-pro-sys-nav .item img {
    margin-bottom: 0!important;
}
.bu-pro-package .bu-pro-image img {
    height: auto!important;
}
.bu-pro-package .bu-pro-image {
    text-align: left;
    width: max-content;
}
.bu-pro-sys-nav .item:hover, .bu-pro-sys-nav .item.active {
    background:#EDF202  !important;
}
.bu-pro-sys-nav .item:hover img {
    filter: invert(1);
}
.product-reviews .stars button#myButton {
    background: transparent;
    border: none;
    padding: 0;
}
.product-reviews #myButton2 {
    background: transparent;
    border: none;
}
.product-reviews #myButton2:focus{
    outline: none;
}
.product-reviews .stars button#myButton:focus{
    outline: none;
}
.bu-pro-sys-list .accordion {
    border-bottom: 1px solid #f4f4f4;
    padding-top: 10px;
}
@media (max-width:1680px){
    .product-profile-1.bu-pro-package {
        width: calc(100% - 16%);
    }
}
@media (max-width:1440px){
    .product-profile-1.bu-pro-package {
        width: calc(100% - 8%);
    }
    .col-xl-3 {
        flex: 0 0 33.3%!important;
        max-width: 33%!important;
    }
    .modal-block button, .modal-block a {
        font-size: 14px;
    }
}
@media (max-width:1366px){
    .product-profile-1.bu-pro-package {
        width: calc(1380px - 7.5%);
    }
    .bu-pro-sys-nav .item {
        height: 55px !important;
    }
    .card-build-product .sale-price {
        font-size: 13px!important;
    }
    ul.nav.nav-tabs {
        height: 50px;
    }
    .product-profile-1.bu-pro-package {
        width: calc(100% - 6.5%);
    }
}
@media (max-width:900px){
    header.mobile {
        position: relative;
        width: 100%;
    }
    .col-6.col-md-6.col-lg-4.col-xl-3.col-list-p-v-1 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .bu-pro-sys-list {
        padding: 10px;
    }
    .bu-pro-sys-list .card .card-body {
        padding: 0!important;
    }
    .bu-pro-sys-nav .item {
        min-width: 70px !important;
        height: 50px !important;
    }
    .bu-pro-pack-left .hs-title {
        height: 34px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        margin-bottom: 0;
    }
    .bu-pro-pack-left img {
        width: 60px;
        height: 60px!important;
    }
    .product-profile-1.bu-pro-package {
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .bu-pro-cart {
        padding: 10px 0px;
    }
    .modal-block button, .modal-block a {
        font-size: 12px;
        letter-spacing: 0
        width: max-content;
        padding: 0px 4px;
    }
    button.btn.btn-cart {
        margin-top: 12px;
        padding: 8px 18px;
        width: max-content;
        font-size: 14px;
    }
    ul.nav.nav-tabs li {
        height: 100%;
    }
    .item[data-toggle=tooltip]:hover:after, [data-toggle=tooltip]:hover:before {
        opacity: 1;
        display: none!important;
    }
    .bu-pro-pack-left {
        padding: 10px 0px 10px 5px;
    }
    ul.nav.nav-tabs {
        height: 50px;
    }
    .pattern-group-p-ready_product_system .p-g-mod .p-g-mod-body {
        padding: 0;
    }
    .title-price-area {
        padding-left: 0;
        width: 100%;
    }
    .bu-pro-package .bu-pro-image {
        text-align: left;
    }
    .bu-pro-cart .sale-price {
        font-size: 16px;
    }
    .footer-main {
        margin-bottom: 70px;
    }
    a.bu-pro-buybox-price.border-4{
        width: max-content;
    }
    .bu-pro-sys-nav{
        top: 0;
    }
    .card-build-product .image-wrapper .image img{
        padding: 15px;
    }
    .bu-pro-sys-nav [data-toggle=tooltip]:after{
        display: none;
    }

}