#product_head   .block-header-breadcrumb {
    text-align: left;
    /* background-image: linear-gradient(180deg, #000000 0%, #d4229e 100%) !important; */
    background-image: linear-gradient(180deg, #000000 0%, #160078 100%) !important;
    justify-content: space-around;
}
.header .menu li a span {
    padding: 5px 15px;
    display: block;
    border-radius: 15px;
    border: 1px solid transparent;
}
.header .menu li a {
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}
.specs-header {
    display: flex;
    gap: 0px;
    margin-bottom: 0px;
    /* background-image: linear-gradient(180deg, #000000 0%, #d4229e 100%) !important; */
    background-image: linear-gradient(180deg, #000000 0%, #160078 100%) !important;
    padding: 10px 20px;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    justify-content: center;
}
.specs-header a {
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
}

#popup1 {
    display: none;
}

.btn.blue:hover, .btn.blue.filled {
    background: var(--bs-red);
    color: #fff;
    border:var(--bs-red) ;
} 

/* social share css */
#share-buttons a {
    color:#fff;
    font-size: 13px;
}

#share-buttons a:hover {
    font-size: 13px;
    font-weight:500;
}
 #share-overlay {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}
#share-box {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    z-index: 9999;
    width: 320px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
#share-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
}
#share-close { color: #999; font-size: 18px; text-decoration: none; }
#share-close:hover { color: #333; }
#share-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.share-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    transition: opacity 0.2s;
}
.share-btn:hover { opacity: 0.85; color: #fff; }
.share-btn.facebook  { background: #1877F2; }
.share-btn.whatsapp  { background: #25D366; }
.share-btn.twitter   { background: #000;    }
.share-btn.telegram  { background: #0088CC; }
.share-btn.linkedin  { background: #0A66C2; }
.share-btn.pinterest { background: #E60023; }
.share-btn.reddit    { background: #FF4500; }
.share-btn.email     { background: #555;    }
.share-btn.copylink  { background: #6c757d; }   

.footer a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.footer .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border: 2px solid #7226FF;
    border-radius: 37px;
    text-decoration: none;
}

/*----------------------*/

.inner-qty {
    margin-left:10px;
    justify-items: center;
}
.inner-qty .qty {
    display: flex;
    align-items: center;
    justify-content: end;
}
.inner-qty input {
    width: 33px;
    height: 25px;
    border: solid 1px #9E9E9E;
    text-align: center;
    font-weight: 600;
}

/* Chrome, Safari, Edge, Opera */
.inner-qty input::-webkit-outer-spin-button,
.inner-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.inner-qty input[type=number] {
  -moz-appearance: textfield;
}

.inner-qty .minus, .inner-qty .plus {
    font-size: 24px;
    line-height: 0;
    display: block;
    padding: 0;
    font-weight: bold;
    border: 0;
    height: 25px;
    width: 33px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #0f0054;
    color: #fff;
}
.inner-qty .qty-wrapper {
    margin-top: 7px;
}
.sec_2 {
    display: flex;
    height: 100%;
}
#right-content {
    margin-top: 15px;
}
.nx-popup {
    align-items: start;
}
.nx-popup .content {
    width: 700px;
    margin-bottom: 24px;
}
.slider-container, 
.slider-prev, 
.slider-next,
.slider-thumbnails img ,
.thumbnails-container img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none; /* prevents image ghost-drag in some browsers */
}

.cart.good .btn.small#good-save, .cart.good .button form {
    margin-left: 3px;
}
/* Scroll To Top Button */
.quince-scroll-top {
    position: absolute;
    right: 35px;
    bottom: 390px;
    /* width: 50px; */
    height: 40px;
    border: none;
    border-radius: 50px;
    background: #0000FF;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    transition: .35s ease;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    padding: 0px 20px 2px;
}

.quince-scroll-top.quince-show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.quince-scroll-top:hover{
    background:#084ec4;
    transform:translateY(-6px);
}

.quince-scroll-top:active{
    transform:scale(.95);
}

.add-cart .old-price span:before {
    top: 7px !important;
    transform: rotate(-0deg) !important;
}
.cart.good .old-price span:before {
    top: 10px !important;
    transform: rotate(-0deg) !important;
}
.tabs-sections {
    display: none !important;
}

    html {
        scroll-behavior: smooth;
    }

    .sticky-content .case-left {
        background-color: #fff;
        border-radius: 4px;
    }

    .head-title {
        display: flex;
        align-items: center;
    }

    .pl-0 {
        padding-left: 0 !important;
    }

    .pr-0 {
        padding-right: 0 !important;
    }

    #noResultMsg {
        text-align: center;
    }

    .popupslider .nxCloseBtn {
    padding: 5px 10px;
    font-size: 24px;
    z-index: 999;
    position: relative;
  }

.popupslider {
    position: sticky;
    z-index: 9999;
    background-color: #fff;
    top: 0%;
    max-width: 100%;
    margin: auto auto;
    height: fit-content;
    /* margin: 2% 0px 0% 25%; */
    width: 700px;
}
    
   

    .popupslider .slides img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .popupslider.slider-items {
        height: fit-content;
    }

    /* 🔥 HOVER PREVIEW */
    .thumb-preview {
        position: fixed;
        display: none;
        pointer-events: none;
        z-index: 999;
    }

    .thumb-preview img {
        width: 130px;
        height: 130px;
        object-fit: contain;
        border: 1px solid #DDE0E4;
        background: #fff;
        padding: 5px;

    }

    .modal-header .close {
        margin-top: -24px;
    }

    .main-thumnail {
        width: 80%;
        margin: 0 auto;
    }

    .thumnail-center {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    #printmodal .thumbnails {
        width: 50px;
    }

    #printmodal .thumbnails-container {
        display: flex;
        gap: 5px;
        transition: transform 0.3s ease;
        justify-content: center;
    }

    #printmodal .specs-grid {
        padding: 1rem 2.5rem;
    }

    #printmodal .thumnail-center {
        width: 100%;
    }

    #printmodal .type-item.config-part {
        width: 100%;
        border-radius: 0;
        border: 0;
        border-top: 1px solid #ddd;
        background: #fff;
        margin: 0;
        padding: 5px 0;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

    .breadpay .link img {
        display: inline-block;
    }
    
    /* New CSS */
    .block.ebay .cart.good .button .btn {
    height: auto;
}
    .selected {
    background-color: azure;
    font-weight: 500;
    }
 

    @media (min-width: 768px) {
        #printmodal .modal-dialog {
            width: 800px;
            margin: 30px auto;
        }
    }

    .print-center {
        text-align: center;
        display: block;
        margin: 0 auto;
        font-weight: bold;
    }

    #printmodal .close {
        font-size: 18px;
        color: #0d98e9;
        opacity: .9;
    }

    /* #printmodal .modal-dialog {
    width: 80%;
	} */
    #printmodal .modal-dialog .slides img {
        width: auto;
    }

    #printmodal .slides.active {
        text-align: center;
    }

    #printmodal .type-item.config-part:nth-of-type(odd) {
        background-color: #f9f9f9;
    }

    /* Hide button during print */
    @media print {

        .print-btn,
        .header,
        .block-header-breadcrumb,
        .add-cart,
        .cart.good,
        .footer,
        #wrapper {
            display: none;
        }

        .modal-body,
        .slider-items {
            display: block !important;
        }
    }

    /* THUMBNAILS */
    .thumbnail-wrapper {
        position: relative;
        overflow: hidden;
        margin-bottom: 1.2rem;
        padding: 6px;
    }

    .thumbnails-container {
        display: flex;
        gap: 5px;
        transition: transform 0.3s ease;
    }

   

    /* THUMB ARROWS */
.thumb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-image: linear-gradient(180deg, #000000 0%, #d4229e 100%) !important; */
    color: #7e7e7e;
    /* padding: 5px 8px; */
    cursor: pointer;
    z-index: 2;
    padding: 5px 13px;
    border-radius: 50px;
    box-shadow: 0 12px 35px rgba(0,0,0,.07);
    border: 1px solid #7e7e7e;
}

    .thumb-prev {
        left: -42px;
    }

    .thumb-next {
        right: -46px;
    }

    .thumbnails.active-thumb {
        border-color: #16007860;
    }
#new_product-sell .thumbnails.active-thumb {
    border: 1.2px solid #7e7e7e;
}
.thumbnails.active-thumb {
    border: 1.2px solid #7e7e7e;
}
.thumbnails {
    width: calc(25% - 5.8%);
    border: 1px solid #ccc;
    cursor: pointer;
    flex-shrink: 0;
    padding: 4px;
    border-radius: 2px;
}
#new_product-sell .thumbnails {
    width: calc(24.9% - 5.9%);
}
    .position-relative {
        position: relative;
    }

    /* PRODUCT SLIDER */
.slider-container {
    position: relative;
    box-shadow: 0 12px 35px rgba(0,0,0,.07);
    border-radius: 20px;
    padding-bottom: 1px;
    border: 1px solid #ddd;
}

    /* EACH SLIDER */
    .slider-items {
        display: none;
        /* width: 100%;
        height: 100%;  */
    }

    .slider-items.active {
        display: block;
    }

    /* SLIDES */
    .slides {
        display: none;
        width: 100%;
        height: 100%;
    }

    .slides.active {
        display: block;
        text-align: center;
    }

   /*  .slides img {
       width: 100%;
       height: 100%;
       object-fit: cover;
   } */

    .slides img {
        width: 480px;
        height: 480px;
        object-fit: contain;
        padding:8px 15px;
    }
    
    .popupslider .slides img {
        width: 480px;
        height: 420px;
        padding:4px 35px;
        
       /* object-fit: cover; */
    }
    .popupslider .slides.active {
    display: inline-flex;
    text-align: center;
    overflow: hidden;
}
   /* 
   .slider-view {
    margin-bottom: 20px;
    }
    */
   #popup1 .arrow {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        color: #7e7e7e;
        font-size: 8rem;
        cursor: pointer;
    }

    /* ARROWS */
    .arrow {
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        color: #7e7e7e;
        font-size: 8rem;
        cursor: pointer;
    }

    .prev {
        left: -18px;
    }

    .next {
        right: -18px;
    }

   /*  .position-sticky img {
       width: 75%;
   } */

    /* IMAGE SECTION */

    .part-item img {
        transition: transform .2s;
        /* Animation */
    }

    .part-item img:hover {
        transform: scale(1.8);
        cursor: pointer;
    }

    .button-center {
        display: flex;
        justify-content: center;
    }
    a#revert_configurator, a#revert_configurator1 {
     margin-top: 0!important;
     text-decoration: none !important;
    }

    .add-cart {
        padding: 4px;
       /* border: 1px solid #DDE0E4;*/
        border-radius: 12px;
        text-align: right;
        background: #ffffff;
    }

    .add-cart .info {
        text-align: center;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .add-cart .price .fa {
        color: #fff;
    }

    .add-cart h2 {
        margin: 0;
    }

    .add-cart .price {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .add-cart .old-price {
        height: 24px;
        margin-bottom: 0px;
    }

    .add-cart .old-price span {
        color: #292929;
        font-size: 16px;
        position: relative;
        display: inline-block;
        font-weight: 500;
        line-height: 1;
        height: 24px;
    }

    .add-cart .old-price span:before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        height: 3px;
        width: 100%;
        background: #FF0000;
        opacity: 0.4;
        transform: rotate(-10deg);
        line-height: 1;
    }

    a:focus {
        outline: none;
    }

    .price-right .price {
        font-weight: 600;
        font-size: 14px;
        white-space: nowrap;
    }



    .specs-wrapper .row {
        display: block;
        gap: 10px;
    }

    .specs-wrapper .row .col-md-6 {
        margin-bottom: 10px;
    }

    .accordion-item label {
        font-weight: normal;
        display: block;
    }

    .price-right {
        display: flex;
        justify-content: space-between;
    }

    input[type="radio"] {
        scroll-margin-top: 20px;
    }

    .accordion-space {
        display: flex;
        justify-content: space-between;
        width: 96%;
        align-items: center;
    }

    /* Header */
    .accordion-header {
        padding: 12px;
        background: #eee;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .search-box {
        margin-left: 10px;
        margin-right: 5px;
    }

    /* Buttons */
    .case-buttons {
        display: none;
        opacity: 0;
        transition: display 0.5s allow-discrete, opacity 0.5s;
        gap: 0px;
    }

    .accordion-item.active .case-buttons {
        display: flex;
        opacity: 1;
        align-items: center;

        /* Defines styles to transition FROM when becoming visible */
        @starting-style {
            opacity: 0;
        }
    }
    
    .tabs-sections {
        border: solid 1px #cfcfcf;
        border-radius: 4px;
        margin: 5px 0;
        display: flex;
        gap:10px;
        font-size:14px;
    }
    span.group-title {
    font-weight: 600;
    color: #000;
    cursor: context-menu;
    }
    .case-buttons button {
        padding: 3px 6px;
        border: none;
        background: #f5f5f5;
        cursor: pointer;
        border-radius: 4px;
        color: #000;
        font-size: 14px;
    }

    .case-buttons button.active-btn {
        color: #e80202;
    }

    .iconss {
       font-size: 18px; 
        padding: 0 5px;
    }

    /* Content hidden first */
    .accordion-content {
        padding: 10px;
        display: none;
    }

    .accordion-header .panel-search-input {
        font-size: 14px;
    }

    /* When open */
    .accordion-item.active .accordion-content {
        display: block;
        max-height: 550px;
    overflow: auto;
    }


    .accordion-item.active .iconss {
        display: block;
    }

    /* Content switching */
    .case-content {
        display: none;
    }

    .case-content.active {
        display: block;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .tab-box {
        display: none;
        gap: 2px;
        border-bottom: 0;
    }

    .one-line {
        display: flex;
        justify-content: center;
    }

    .tab-card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: transparent;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 1.125rem;
        padding: 20px;
    }

 .tab-box .tab-btns {
    border: 0;
    padding: 10px 41px;
    margin-bottom: 12px;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    color: #000;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0,0,0,.07);
    font-size: 20px;
    font-weight: bold;
}

    .tab-box .tab-btns:hover {
        text-decoration: none;
        color: #0000ff;
    }
    
    .tab-btns.active:hover {
        color: #fff;
    }
    
.tab-btns.active {
    background: #000000 !important;
    color: #ffffff;
    border-color: #dee2e6 #dee2e6 #fff;
    text-decoration: none;
}

    .content table tr td,
    .content table tr th {
        border: 1px solid #dee2e6;
        color: #212529;
        font-size: 14px;
        padding: 2px 6px;
    }

    .content h3 {
        margin: 0;
        font-size: 18px;
    }

    .tabs {
        display: flex;
        cursor: pointer;
        border-bottom: 2px solid #ddd;
    }

    .tab-btn.active {
        color: #e80202;

    }

    .tab-content {
        display: none;
    }

    .tab-content.active {
        display: block;
    }



    .d-none {
        display: none;
    }

    .type-item.config-part {
        width: 100%;
        border-radius: 0;
        border: 0;
        border-top: 1px solid #ddd;
        background: #f9f9f9;
        margin: 0;
        position: relative;
    }

    .type-list .type-item:hover {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .type-list .type-item .preview {
        padding: 10px;
        overflow: hidden;
        width: 17%;
        float: left;
        height: auto;
    }

    .type-list .type-item .name,
    .type-list .type-item .current-name {
        text-align: left;
        font-weight: 500;
        text-transform: uppercase;
        padding-bottom: 10px;
        padding: 10px 5px 35px 5px;
        float: left;
        width: 64%;
    }

    .type-list .type-item .name span,
    .type-list .type-item .current-name span {
        position: static;
    }

    .type-item a.chng-btn {
        color: #160078;
        text-align: center;
        font-size: 16px;
        padding: 8px 15px 8px 34px;
        width: auto;
        float: right;
        line-height: 14pt;
        height: auto;
        position: absolute;
        margin-left: 20px;
        border: 1px solid #7226FF;
        border-radius: 10px;
        top: 15px;
        right: 15px;
    }

    .type-item a.chng-btn:before {
        content: "\f013";
        color: #160078;
        font-family: "Font Awesome 6 Pro";
        line-height: 32px;
        font-size: 16px;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 0;
        left: 0;
        margin-right: 5px;
        border-right: 1px solid #eee;
        padding: 3px 0 0 0;
    }

    .panel.product-detail {
        clear: both;
        z-index: 1;
        position: relative;
        padding: 14px;
        background: transparent;
        padding: 0 8px 0px 0px;
        max-height: 650px;
        overflow-y: scroll;
    }

    .container_shownew .main-view img {
        width: auto;
        height: auto;
        margin: 0 auto;
        max-height: 400px;
    }

    .container_shownew #sync2.thumbs img {
        margin: 0 auto;
    }

    .product-detail .right-part.scrollbar {
        width: 100%;
        background: transparent;
        padding: 0;
        border-radius: 0;
    }

    .panel.product-detail .content table tr td,
    .panel.product-detail .content table tr th {
        font-size: 14px;
    }

    .config-sliders .part-item {
        border: 0 !important;
        border-radius: 0;
        width: 100%;
        border-bottom: 1px solid #ddd !important;
        padding: 5px 0 5px;
        position: relative;
        float: left;
        margin-right: 0%;
    }

    .type-list .type-item .config-sliders .thumb {
        width: 100%;
        padding-bottom: 0;
        max-width: 120px;
        height: 100px;
        float: left;
    }

    .type-list .type-item .config-sliders .name {
        padding-bottom: 5px;
    }

    .config-sliders .select {
        position: absolute;
        top: -5px;
        right: 15px;
    }

    .config-sliders .price {
        padding: 0;
        font-weight: 600;
        color: #e80202;
        font-size: 14px;
    }

    .filter-select-toggle {
        width: auto;
        float: left;
        padding-right: 5px;
        font-size: 14px;
        color: #000 !important;
        padding-top: 1px;
    }

    .filter-select-toggle:hover {
        font-size: 14px;
    }

    .filter-model select {
        background: transparent;
        border: 0;
        font-size: 14px;
        padding: 0;
        color: #e80202;
    }

    #filterSelectOne {
        padding: 0 10px;
    }

    .radio {
        display: block;
        cursor: pointer;
        user-select: none;
        text-align: left;

        &+.radio {
            margin-top: 12px;
        }

        inputdt {
            display: none;

            &+span {
                display: inline-block;
                position: relative;
                padding-left: 30px;

                &:before {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    border-radius: 50%;
                    margin-right: 5px;
                    width: 16px;
                    height: 16px;
                    border: 1px solid #ccc;
                    background: #fff;
                }

                &:after {
                    content: '';
                    display: block;
                    width: 6px;
                    height: 6px;
                    background: #e80202;
                    position: absolute;
                    border-radius: 50%;
                    top: 6px;
                    left: 6px;
                    opacity: 0;
                    transform: scale(0, 0);
                    transition: all .2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
                }
            }

            &:checked+span:after {
                opacity: 1;
                transform: scale(1, 1);
            }
        }
    }

  
.block-header-breadcrumb h1 {
    color: #fff!important;
}
    .product-info {
        margin-bottom: 20px;
        margin-top: 20px;
    }



    .product-case {
        width: 70%;
        float: left;
        text-align: center;
    }

    .product-case img {
        width: 100%;
    }

    .product-acce {

        margin-top: 0px;
        width: 20%;
    }

    .product-acce li,
    .product-case li {
        list-style: none;
        border: 1px solid rgba(22, 0, 120, .2);
        margin-bottom: 4px;
        background: transparent;
        border-radius: 4px;
        text-align: left;
        vertical-align: middle;
        font-size: 13px;
        line-height: 15px;
        padding: 3px 0;
        text-align: center;
        cursor: pointer;
        width: 140px;
    }

    .product-case li,
    .product-acce li {
        width: 180px;
        float: left;
        margin-right: 7px;
        max-width: 180px;
        min-height: 50px;
        align-items: center;
        display: grid;
    }

    .product-acce li span,
    .product-case li span {
        width: 100%;
        clear: both;
        display: block;
        text-align: center;
    }

    .product-acce li img,
    .product-case li img {
        max-width: 30px;
        max-height: 30px;
        width: auto !important;
    }

    .left-list {
        width: 154px;
        float: left;
        max-width: 58.5%;
        z-index: 9;
        position: relative;
        /* overflow-y: scroll;
            height: 500px; */
    }
 
    .part-item .name {
        font-size: 14px;
        /* overflow-y: hidden; */
        min-height: 20px;
    }

    .part-item .name:hover {
        font-weight: 500;
    }

    .part-item .thumb {
        width: 35px;
        height: 35px;
        float: left;
        margin-right: 10px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .thumb img {
        max-width: 35px;
        max-height: 35px;
        margin-top: -5px;
    }

    .config-sliders .select {
        float: left;
        position: static;
        top: -10px;
        left: 0;
        margin-right: 20px;
    }

    .config-sliders .select .selct-product {
        margin: 0;
    }

    .cart.good .price {
        font-size: 34px;
        padding: 6px 0 5px 0;
    }

    .cart.good .old-price {
        height: 24px;
        margin-bottom: 6px;
    }

    .cart.good .old-price span {
        font-size: 20px;
    }

    .cart.good .btn {
        margin: 6px 0px 0px 0;
    }

    .change-acces {
        margin: 0 !important;
        background: #F9F9F9;
        padding: 20px;
        border-radius: 10px;
    }

    .change-acce h5 {
        background: #160078;
        padding: 5px 10px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0 0 10px 0;
        line-height: 23px;
        font-weight: 500;
    }

    .case {
        padding: 0px;
    }

    .panel-filter.clearfix {
        margin-bottom: 10px;
    }

    .panel-filter h3 {
        width: 58%;
        float: left;
        font-size: 18px;
        font-weight: normal;
        line-height: 20px;
        margin: 0 2% 0 0;
    }

    .panel-search.field {
        width: 40%;
        float: right;
    }

    .panel-search-input {
        border: 1px solid #aaa;
        border-radius: 4px;
        background: #fff;
        height: 36px;
        appearance: none;
        -webkit-appearance: none;
        padding: 0 10px;
        /*width: 120px;*/
    }
    .all-label button {
        font-weight: 500;
    }

    .wrapper.big {
        padding: 20px;
    }

    .specs-wrapper {
        /* max-width: 1100px; */
        margin: 0px auto;
        /* background: url(images/photo.jpg) no-repeat; 
    padding: 20px 20px;*/
        border-radius: 20px 20px 20px 20px;
        background-size: auto;
        border: solid 1px #ccc;
        box-shadow: 0 12px 35px rgba(0, 0, 0, .07)
    }


    .specs-grid {
        display: block;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 20px;
        border-radius: 5px;
        padding: 10px;
    }

    .specs-grid #selectedItems {
        display: grid;
        /* grid-template-columns: repeat(2, 1fr); */
        gap: 3px;
        background-color: #fff;
        /* padding: 15px; */
        border-radius: 4px;
    }
    #selectedItems .price-right {
    display: flex;
    justify-content: start;
}
    .specs-grid .name {
        cursor: pointer;
        position: relative;
    }

    .specs-grid .name:hover:after {
        transform: scaleX(1);
        transform-origin: left center;
    }

    .specs-grid .name:after {
        background: currentColor;
        bottom: 0px;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        transition: transform 0.4s ease;
        width: 100%;
    }

    .specs-grid .name:hover:after {
        background: currentColor;
        bottom: 0px;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        transition: transform 0.4s ease;
        width: 100%;
    }

    .specs-grid .name:after {
        transform: scaleX(0);
        transform-origin: right center;
    }

    #selectedItems .part-item {
        display: flex;
        align-items: center;
        padding: 0 15px;
        position: relative;
    }

    #selectedItems .part-item::before {
        position: absolute;
        content: '';
        left: 0;
        top: 6px;
        width: 7px;
        height: 7px;
        background-color: #292929;
        border-radius: 50px;

    }

    #selectedItems .part-item:hover {
        color: #292929;
    }

    #selectedItems .part-item img,
    #selectedItems .part-item .thumb,
    #selectedItems .part-item .price {
        display: none;
    }

    #selectedItems .thumb {
        background-position: center;
    }

    .spec {
        display: flex;
        align-items: flex-start;
        gap: 7px;
        height: 30px;
    }

    .spec span.label {
        font-size: 13px;
        font-weight: normal;
        color: #c5191b;
        letter-spacing: .5px;
        padding: 0;
    }

    .spec p,
    .spec p a {
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
    }

    /* ICON BASE */
    .icon {
        width: 25px;
        height: 25px;
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        padding: 0;
        display: none;
    }

    .owl-nav {
        position: absolute;
        top: 0;
        font-size: 30px;
        color: #fff;
        width: 97%;
        margin: 0 1%;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        padding: 2px 10px !important;
        line-height: 20px;
        height: 30px;
        display: table-row-group;
        top: 0;
        float: left;
    }

    .owl-carousel .owl-nav button.owl-next {
        float: right;
    }

    .header {
        background: rgba(255, 255, 255, 0.95);
    }

    .block-header-breadcrumb h1 {
        font-size: 2.5em;
        background: linear-gradient(-180deg, #fff 0%, #fff 100%);
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 600;
        margin-top: 00px;
    }


    .block-header-breadcrumb {
        padding-bottom: 10px;
    }

    .block-header-breadcrumb .sub {
        color: #fff;
    }

    .block-header-breadcrumb {
        background: transparent;
    }

    .block-header-breadcrumb {
        background: #efefef;
    }

#good-share_new, #good-share_new, .cart.good .btn.small {
   /*  font-size: 17px !important; */
    padding: 2px 15px;
}
a#good-save {
    background: #000;
    color: #fff;
}
a#good-customize {
    background: #000;
    color: #fff;
}
.cart.good .button a#good-share_new {
    margin-left: 0;
    background: #000;
    color: #fff;
}
.print-btn {
    background: #000000 !important;
    color: #fff !important;
}
.change-acce h2 {
    margin-bottom: 15px;
}
/*
    .cart.good .total .breadpay {
        background: url("../style/images/logo-BreadPay.svg") no-repeat 100% 50%;
        text-align: center;
        padding-right: 0;
    }

     .cart.good .total .breadpay {
       background: url("https://magicmicro.com/style/images/logo-BreadPay.svg") no-repeat 80% 70%;
       padding-right: 70px;
   } */
    .product-case img.thumb-main {
        width: 45%;
        float: left;
        position: absolute;
        left: 28%;
        top: 0%;
        z-index: 1;
    }

    .bottom-list {
        width: 100%;
        clear: both;
    }

    .left-list::-webkit-scrollbar,
    .product-detail::-webkit-scrollbar {
        width: 5px;
    }

    .left-list::-webkit-scrollbar-track,
    .product-detail::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .left-list::-webkit-scrollbar-thumb,
    .product-detail::-webkit-scrollbar-thumb {
        background-color: #c7c7c7;
        border-radius: 20px;
        border: 1px solid #c7c7c7
    }

.cart.good {
    padding: 10px;
    text-align: center !important;
    margin-bottom: 15px;
    margin-top: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,.07);
    font-size: 22px;
}
    .cart.good .button {
        margin: 0 auto;
        display: inline-block;
        padding-top: 0;
    }

    .wrapper.big .sidebar {
        width: 25%;
    }

    .wrapper.big .common {
        width: 73%;
    }

.specs-grid {
    border-radius: 20px;
    padding: 8px 0px;
    max-height: 537px;
    height: 537px;
    overflow-y: overlay;
}


    .specs-wrapper .info li {
        list-style-type: disclosure-closed;
        font-size: 14px;
        font-weight: 400;
        padding: 3px 15px 3px 0px;
        background: transparent;
        border: 0;
    }

    .specs-wrapper .info li a {
        font-size: 14px;
        font-family: 'Inter', "Arial", "serif";
        color: #000;
        font-weight: 400;
    }

    .specs-wrapper .info ul {
        padding-left: 20px;
    }

    .logo.logo-size img {
        width: 160px;
    }

    .menu-mobile .menu li a {
        color: #7226FF;
        text-decoration: none;
    }

    li.item.synced,
    li.item.actve.synced {
        border-color: #160078;
    }

    .d-none {
        display: none !important;
    }

    .price .fa {
        color: #cc1808;
    }

.accordion-item {
    margin-top: 0;
    margin-bottom: 5px;
}

    .accordion-btn,
    .accordion-header {
        background-color: #fff;
        /* color: #fff; */
        cursor: pointer;
        padding: 8px 5px;
        width: 100%;
        border: none;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        border-radius: 4px;
        border: none;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
        font-weight: 500;
    }

    .accordion-icon {
        font-size: 22px;
        padding-right: 4px;
    }

    .accordion-panel {
        display: none;
        padding: 10px;
        border: 1px solid #ccc;
    }

    .case-left {
        margin-left: 15px;
        display: grid;
        /* grid-template-columns: repeat(2, 1fr); */
        gap: 6px;
    }

    /* .case-left .radio {
            display: none;
         } */

    .case-left .part-item {
        border: solid 1px #ccc;
        border-radius: 4px;
        padding: 2px 8px;
    }

    .case-left .part-item:hover {
        background-color: azure;
        transition: all 0.2s ease;
        font-weight: 500;
        cursor: pointer;
    }

    /* .case-left .part-item:has(.tab-btn.active) {
            border: 1px solid #e80202;
         } */

   .accordion-btn img, .accordion-header img {
    width: 35px;
    margin-right: 10px;
    background-color: #fff;
    height: 35px;
}

    #sync2 img {
        width: 60%;
    }

   /* .position-sticky {
        position: sticky;
        top: 0;
    }
    */
    .position-sticky img {
        margin: 0 auto;
        display: block;
    }

    thead {
        background: #dee2e6;
        color: #000;
        font-weight: 600;
    }

    #wrapper {
        overflow: clip !important;
    }

    .poplist {
        list-style: none;
    }

    .block-header {
        margin-top: 10px;
    }
    .old-and-newprice {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: start;
}
  .sec_1 .old-and-newprice {
    align-items: end;
}
.old-and-newprice strong {
    font-size: 30px;
}
.old-and-newprice .old-price {
    margin-top: 4px;
}
.change-acce .accordion-group {
    display: block;
    column-count: 1;
}

.main-gallery-sell {
    padding: 0px 50px;
}
.main-change-acce-sell {
    padding: 15px 50px 30px;
    background: #f5f7fb;
}
.save-price-sell {
    background: #e9e9e9;
    color: #656565;
    padding: 3px 14px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    height: 32px;
    position: relative;
    top: 5px;
}
.features {
    display: block;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    margin-top: 8px;
    margin-left: 8px;
    position: absolute;
}
.features img {
    width: 92px;
}
.features div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
    /*box-shadow: 0 2px 12px rgba(0,0,0,.07);*/
}
.features div:hover {
    background: #fff;
}
.features i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0f62fe;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Change-sell {
    min-width: 100px;
    display: flex;
    background: #fff;
    text-align: center;
    justify-content: center;
    padding: 2px 12px 2px 20px;
    border-radius: 50px;
    color: #160078;
    border: 1px solid #160078;
    font-size: 16px;
   /*  margin-left: 10px; */
}
.specs-wrapper-sticky .specs-grid {
    max-height: 500px;
}
.Change-sell:hover {
    background: #160078;
    color: #fff;
    border: 1px solid #160078;
}
.free-shipping {
    background: rgb(255 255 255 / 12%);
    cursor: pointer;
    border: none;
}
.free-shipping i {
    background: rgb(59 211 63) !important;
}
.year-warranty {
    background: #ffffff;
    cursor: pointer;
    border: none;
    margin-top: 10px;
}
.year-warranty i {
    background: #ffde73 !important;
}
.quality-tested {
    background: #1bdbe00f;
    cursor: pointer;
    border: 1px solid #1bdbe0;
}
.quality-tested i {
    background: #1bdbe0 !important;
}
.support-box {
    background: #8e32e921;
    cursor: pointer;
    border: 1px solid #8e32e9;
}
.support-box i {
    background: #8e32e9 !important;
}
.specs-wrapper-sticky {
    background: transparent;
    padding: 0px 0px 0px!important;
    position: sticky;
    top: 10px;
   /*  box-shadow: 0 12px 35px rgba(0,0,0,.07); */
}

.footer .social li {
    margin: 0 6px 0 0;
}

    @media (max-width:767px) {
        .block-header-breadcrumb h1 {
            font-size: 1.2em;
        }

        .block-header {
            font-size: 24px;
        }

        .wrapper.big .sidebar {
            margin-top: 10px;
        }

        .product-case img.thumb-main {
            left: 35%;
        }

        .specs-grid ul {
            grid-template-columns: repeat(1, 1fr);
        }
        .slides img {
            width: 300px;
             height:300px;
        }
        
    }
    
    .case-buttons::-webkit-scrollbar {
        height: 3px;
    }
     
    .case-buttons::-webkit-scrollbar-thumb {
        background: #e80202;
    }
     
    .case-buttons::-webkit-scrollbar-track {
        background: #c6c6c6;
    }
     
   /* .accordion-item  .case-buttons {
        white-space: nowrap;
        overflow-x: scroll;
    }
   
    .filter-more {
        /*white-space: nowrap;*/
        padding-right: 10px;
    }
        .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        margin-left: -27px;
    }
	 */
	
    .filter-more {
        white-space: nowrap;
        padding-right: 10px;
        align-items: center;
    }
     
    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        margin-left: -27px;
        position: absolute;
        top:6px;
    }
     
    .checkbox, .radio {
        position: relative;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
#selectedItems .part-slides {
    display: flex;
    gap: 5px;
    font-size: 16px;
    position: relative;
    padding: 0px 15px;
    border-bottom: 1px solid #ececec;
}
#selectedItems .thumb {
    background-position: center;
    display: none;
}
#selectedItems .price {
    display: none;
}
#selectedItems .part-slides::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #292929;
    border-radius: 50px;
    display: none;
}
#selectedItems .name {
    list-style: cjk-ideographic;
    padding-left: 5px;
}

.specs-grid #selectedItems_bottom {
	display: grid;
	/* grid-template-columns: repeat(2, 1fr); */
	gap: 3px;
	background-color: #fff;
	/* padding: 15px; */
	border-radius: 4px;
}

#selectedItems_bottom .part-item {
	display: flex;
	align-items: center;
	padding: 0 15px;
	position: relative;
}

#selectedItems_bottom .part-item::before {
	position: absolute;
	content: '';
	left: 0;
	top: 6px;
	width: 7px;
	height: 7px;
	background-color: #292929;
	border-radius: 50px;

}

#selectedItems_bottom .part-item:hover {
	color: #292929;
}

#selectedItems_bottom .part-item img,
#selectedItems_bottom .part-item .thumb,
#selectedItems_bottom .part-item .price {
	display: none;
}

#selectedItems_bottom .thumb {
	background-position: center;
}
#selectedItems_bottom .part-slides {
    display: flex;
    gap: 5px;
    font-size: 16px;
    position: relative;
    padding: 0px 15px;
    border-bottom: 1px solid #ececec;
}
#selectedItems_bottom .thumb {
    background-position: center;
    display: none;
}
#selectedItems_bottom .price {
    display: none;
}
#selectedItems_bottom .part-slides::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #292929;
    border-radius: 50px;
    display: none;
}
#selectedItems_bottom .name {
    list-style: cjk-ideographic;
    padding-left: 5px;
}
.thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popupslider .thumbnails img {
    width: 100%;
    height: 92px;
    object-fit: contain;
}

    .thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.2rem;
    padding: 6px;
    width: 100%;         /* 👈 hamesha apne parent ki poori width le, kisi bhi screen par */
    box-sizing: border-box;
}
.thumbnails-container {
    display: flex;
    flex-wrap: nowrap;   /* 👈 chhoti screen par bhi boxes neeche wrap na hon */
    gap: 5px;
    width: 100%;
    transition: transform 0.3s ease;
}
#new_product-sell .thumbnails {
    box-sizing: border-box !important; /* 👈 ab padding/border width ke andar hi count honge */
    width: calc((100% - (4 * 4px)) / 5) !important; /* 👈 5 boxes + 4 gaps hamesha exactly 100% fill karein, kisi bhi screen par */
    height: 80px;
    border: 1px solid #ccc;
    cursor: pointer;
    flex-shrink: 0;
    padding: 4px;
    border-radius: 2px;
}
#new_product-sell .thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#right-content h3 {
    font-size: large;
}

#right-content h4 {
    font-size: medium;
}

.reset-to-default {
    display: flex;
    align-items: center;
    gap: 12px;
}
.sub.reset-to-default a.revert_configurator {
    margin-top: 3px;
}
/* =======================
   🔥 NEW: Har screen size par (mobile/tablet/desktop) bhi
   hamesha exactly 5 boxes hi dikhein — sirf size chota-bada
   ho, count kabhi na badle. !important isliye taaki koi bhi
   framework/media-query wali CSS ise override na kar paaye.
   ======================= */
 
@media (max-width: 1150px) {
  .container, .container-sm {
        width: 90%;
    }
}

@media (max-width: 992px) {
  #new_product-sell .thumbnails {
    width: calc((100% - (4 * 4px)) / 5) !important;
  }
  .container, .container-sm {
        width: 90%;
    }
    .tab-box .tab-btns {
    padding: 10px 24px;
    font-size: 16px;
}
.slides img {
    width: 100%;
}
    .add-cart .price {
        font-size: 20px;
    }
    #bundle-list-new .btn:hover, .btn.filled {
        font-size: 13px;
    }
}
@media (max-width: 845px) {
    .features {
    display: flex;
}
.features img {
    width: 32px;
}
.slides img {
    height: 310px;
}
.arrow {
    top: 40%;
}
.card-bg svg.bi {
    height: 60px;
}
.main-gallery-sell {
    padding: 0px 30px;
}
.main-change-acce-sell {
    padding: 15px 30px 30px;
}
.Change-sell {
    padding: 1px 2px 1px 10px;
}
.panel-search-input {
    width: 120px;
}
#new_product-sell .thumbnails {
    height: 50px;
}
    .ask-widget .d-flex {
        display: grid !important;
        text-align: center;
    }
    .specs-grid {
    max-height: 335px;
}
.user-guest #reviewList {
    height: fit-content;
}
.reset-to-default, .reset-default {
    display: block!important;
}
}

@media (max-width: 769px) {
#reviewsContainer {
    display: block!important;
}
    .specs-grid {
    max-height: 414px;
}
    .main-thumnail {
    width: 68%;
}
.ask-widget .button a {
    font-size: 14px;
}
.ask-widget .button {
    padding-top: 0;
}
.card-bg svg.bi {
    height: 40px;
}
.prev {
    left: -38px;
}
.next {
    right: -38px;
}
    .btn.small.blue.filled {
width: 100%;
}
.add-cart .btn.small.blue.filled {
	margin: 0;
}
.cart.good .button form, .cart.good .button a, .cart.good .btn {
    margin: 0;
}
    .block-header-breadcrumb h1 {
        font-size:2rem;
    }
  #new_product-sell .thumbnails {
    width: calc((100% - (4 * 4px)) / 5) !important;
  }
  
  .cart.good .info .name strong {
    font-size: 24px;
}
.old-and-newprice strong {
    font-size: 24px;
}
.save-price-sell {
    font-size: 14px;
    height: 27px;
}
.cart.good .old-price span {
    font-size: 16px;
}
.header .logo img {
        height: 55px;
    }
    .header .cart a, .header .user a {
        font-size: 14px;
    }
.block-header {
    padding: 0 0 10px 0;
}
.tab-card {
    padding: 0;
    border: none;
}
.tab-box .tab-btns {
        padding: 10px 14px;
        font-size: 16px;
        align-content: center;
}
.main-change-acce-sell {
    padding: 15px 30px 30px;
}
.one-line {
    display: flex;
    justify-content: start;
}
.quince-scroll-top {
    bottom: 88px;
}
.card-bg .h5, .card-bg h5 {
    font-size: 1rem;
}
.main-change-acce-sell .old-and-newprice {
   display: block;
}

.ask-widget .d-flex {
    display: grid!important;
}
.add-cart .price {
    font-size: 20px;
}
#bundle-list-new .btn:hover, .btn.filled {
    font-size: 12px;
}

.add-cart {
    width: fit-content;
    margin-top: 10px;
    margin: 10px auto 0;
}

.features {
    display: flex;
}

.accordion-space {
    display: block;
}
.accordion-header .panel-search-input {
    margin-left: 20%;
}
.main-change-acce-sell .tab-card.tab-section .accordion-item.active {
    position: relative!important;
    top: 0;
}
.block-header {
    font-size: 20px;
    line-height: normal;
}
.main-gallery-sell {
    padding: 0px 30px;
}
.header .toggle-nav {
    top: 10px;
}
.cart .btn:hover, .user .btn:hover {
    color: #160078!important;
    font-size: 14px!important;
  
}
.header .cart a, .header .user a {
    padding: 0 0px;
    font-size: 14px;
   /*  border: 1px solid #7226FF;
   color:#7226FF; */
    padding: 0 10px;
    
}
.btn.small:hover, .btn.small.print-btn:hover {
     /*  background-color: transparent!important; */
     font-size:12px;
}
.add-cart {
	padding: 8px 4px;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
}


@media (max-width: 576px) {
    
    .block-header-breadcrumb h1 {
        font-size: 1.2em;
    }
  #new_product-sell .thumbnails {
    width: calc((100% - (4 * 4px)) / 5) !important;
  }
  .arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    color: #7e7e7e;
    font-size: 8rem;
    cursor: pointer;
}
.next {
    right: -30px;
}
.prev {
    left: -30px;
}
.thumb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-image: linear-gradient(180deg, #000000 0%, #d4229e 100%) !important; */
    color: #7e7e7e;
    /* padding: 5px 8px; */
    cursor: pointer;
    z-index: 2;
    padding: 5px 5px;
    border-radius: 50px;
    box-shadow: 0 12px 35px rgba(0,0,0,.07);
    border: 1px solid #7e7e7e;
}
.thumb-next {
    right: -28px;
}
 .thumb-prev {
   left: -28px;
}

}


@media (max-width: 640px) {
     .sub.reset-to-default a.revert_configurator {
    margin-top: 3px;
    text-align: center;
}

  .reset-default  a.revert_configurator, .reset-price-default a.revert_configurator{
      text-align: center;
  }
.header .cart a, .header .user a {
    font-size: 14px;
    margin: 10px 0;;
}
.thumb-next, .thumb-prev {
    display:none;
}
.main-thumnail {
    width: 90%;
}
.Change-sell {
    min-width: 80px;
    padding: 2px 2px 2px 2px;
    font-size: 13px;
}
.iconss {
    font-size: 14px;
    padding: 0 5px;
}
.features div {
    padding:0;
}
.year-warranty {
	margin-top: 0;
}
}


@media (max-width: 380px) {
.main-change-acce-sell h2 {
	font-size: 20px;
}
 .header .logo img {
    height: 40px!important;
  }
  .panel-search-input {
    height: 30px;
    padding: 0 6px;
    /* width: 120px; */
}
.case-left {
    margin-left: 12px;
}
.part-item .name {
    font-size: 13px;
}
.price-right .price {
    font-size: 12px;
}
}


	
	.config-content .preview { width:100%; }
	.config-content .thumb { width:100%; }
	
	.config-slider .part-item .name { min-height:auto}
	
	.config-footer { padding-bottom:155px;  }
	.config-footer .action .btn { width:100%; }
	.config-footer .action .btn:first-child { margin-bottom:15px }
	
	.config-footer .cart { display:block; width:auto; position:fixed; z-index:10; bottom:0; left:10px; right:18px; box-shadow:0 0 8px rgba(0,0,0,.3); margin:0 0 5px 0 }
	.config-footer .cart .info { width:100%; padding:0 0 5px 0}
	.config-footer .cart .total { width:100%; border:none; padding:5px 0 0 0; border-top:2px solid #DDE0E4; text-align:left}
	.config-footer .cart .total .breadpay { display:inline-block}
	

	.slider .owl-nav .owl-prev { left:0;}
	.slider .owl-nav .owl-next { right:0;}
	
	.filter { padding:10px 10px;}
	
	.pay-tab li a img { height:40px;}
	
	
	.config-overlay .config-footer { padding-bottom:0px;  }
	.config-slider.slider {
		margin-bottom: 155px;
	}
	.resume.feedback ul {
		padding: 0;
	}
	.cart.good .button a,
	.cart.good .button form	{
		margin-left:3px;
		font-size:13px;
	}
	img#mobile-view-sell {
		height: 95vh !important;
	}
	.carousel-caption {
		top:5% !important;
	}
	
@media (max-width:479px) {
	.review-list .review-item {
		margin:0 auto;
	}
	
.header .toggle-nav {
    top: 5px;
}
.header .cart a, .header .user a {
    font-size: 14px;
    margin: 0;
}
.header .cart, .header .user {
    padding: 8px 20px 0 0;
}
}
@media (max-width:425px) { 
	.ebay-feedback .logo {
		width: 44%;
	}
	.ebay-feedback .procent {
		min-width: 170px;
	}
	.footer .copyline .link a {
        margin: 0 10px;
    }
}
@media (max-width:375px) { 
	
	.ebay-feedback .procent {
		min-width: 150px;
		font-size: 45px;
		line-height: 1.5;
	}
	.about-list .about-item .resume.feedback {
		padding: 10px 20px 10px 40px;
		background-size: auto 70px;
	}
	.review-total .rating {
		background-position:250px 25px;
		background-size: auto 65px;
	}
}


/*=============
Show page CSS
=============*/

.main-gallery-sell .ask-widget {
    margin-top: 22px;
    margin-bottom: 0;
    padding: 30px 12px;
}
.main-gallery-sell .ask-widget .thumb {
    margin: 0px 24px 0px 10px;
}
.main-gallery-sell .ask-widget .button a {
    text-decoration: none;
}

.cart .btn, .user .btn {
    font-size: 18px;
}
.cart .btn:hover, .user .btn:hover {
    color: #fff;
    font-size: 18px;
}
.accordion-item.active .one-line-text {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.old-and-newprice strong{
   animation: Color 4s linear infinite;
  -webkit-animation: Color 4s ease-in-out infinite;
}


@keyframes Color{
  0%{
    color:#0f0054;
  }
  
  25%{
    color:#4FC1E9;
  }
  
  50%{
    color:#dc3545;
  }
  
  75%{
    color:#0f0054;
  }
  
  100%{
    color:#dc3545;
  }
}

.one-line-text {
   display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

/* Bottom Tab CSS */

#pageWrapper .btn {
    height: auto;
    width: auto;
    border-radius: 50px;
}
#pageWrapper h2 {
    font-size:24px;
}
#pageWrapper h3 {
    font-size:20px;
}
#pageWrapper .btn:hover {
    font-size: 16px;
}
  /* Tab bar */
  #tabBar {
    display: flex;
    gap: 10px;
    padding: 10px;
    background: #eef0f5;
    margin-top: 20px;
  }

  #tabBtnDetails, #tabBtnReviews, #tabBtnFaq {
    flex: 1;
    padding: 14px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #222;
    transition: background 0.2s ease, color 0.2s ease;
  }
  #tabBtnDetails:hover, #tabBtnReviews:hover, #tabBtnFaq:hover {
    background: #0f0054;
    color: #fff;
  }
  #tabBtnDetails.tabActive, #tabBtnReviews.tabActive, #tabBtnFaq.tabActive {
    background: #0f0054;
    color: #fff;
    border-color: #0f0054;
    
  }

  /* Tab panels */
  #panelDetails, #panelReviews, #panelFaq {
    display: none;
    padding: 20px 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    /* text-align: center; */
  }
  #panelDetails.panelActive, #panelReviews.panelActive, #panelFaq.panelActive {
    display: block;
  }

  /* Reviews layout */
  #reviewsContainer {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }

  #writeReviewCol {
    flex: 0 0 420px;
  }

  #writeYourOwnLabel {
    display: block;
    margin-bottom: 8px;
    color: #444;
  }

  #starRating {
    font-size: 26px;
    color: #ccc;
    cursor: pointer;
    margin-bottom: 20px;
    user-select: none;
    direction: rtl;
    display: inline-flex;
    flex-direction: row-reverse;
  }
  #starRating span { padding-right: 4px; }
  #star5.starSelected, #star4.starSelected, #star3.starSelected,
  #star2.starSelected, #star1.starSelected { color: #f0b400; }

  #uploadImageBtn {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    background: #131035;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 20px;
  }
  #uploadImageBtn:hover { background: #211c55; }

  #commentTextarea {
    width: 100%;
    min-height: 110px;
    border: 1px solid #ccc;
    padding: 7px;
    font-family: inherit;
    font-size: 14px;
    resize: vertical;
    margin-bottom: 20px;
  }

  #recaptchaBox {
    display: flex;
    align-items: center;
    gap: 10px;
   /*  border: 1px solid #d3d3d3;
    padding: 10px 14px;  */
    width: fit-content;
    margin-bottom: 20px;
    font-size: 13px;
    color: #555;
  }
  #recaptchaCheckbox { width: 18px; height: 18px; }

  #submitReviewBtn {
    background: #fff;
    border: 1px solid #4b9c3f;
    color: #4b9c3f;
    border-radius: 20px;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
  }
  #submitReviewBtn:hover { background: #4b9c3f; color: #fff; }

  /* Review list */
  #reviewListCol { flex: 1; min-width: 300px; }
  #reviewList { list-style: none; margin: 0; padding: 0; }

  .reviewItem {
    display: flex;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .reviewItem:last-child { border-bottom: none; }

  .reviewAvatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ccc;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
  }
  .reviewBody { flex: 1; }
  .reviewStars { color: #f0b400; margin-bottom: 4px; letter-spacing: 2px; }
  .reviewText { color: #555; line-height: 1.5; }
  .reviewDate {
    font-size: 13px;
    color: #999;
  }
 
 .reviewCommentBtn {
    background: #fff;
    border: 1px solid #bbb;
    padding: 4px 12px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    color: #333;
    border-radius: 4px;
    margin-top: 4px;
}

  .reviewCommentBtn:hover { background: #f5f5f5; }

  @media (max-width: 700px) {
    .reviewDate, .reviewCommentBtn { position: static; display: inline-block; margin-top: 0px; }
    #tabBar { flex-direction: column; }
  }
  
  /* Tab End */

.main-change-acce-sell .tab-card.tab-section {
    position: relative;
    top: 10px;
}
.main-change-acce-sell .tab-card.tab-section .accordion-item.active {
    position: relative;
    top: 0;
}

  .card-bg{
    background:#fff!important;
    border-radius:18px;
    padding:20px;
    box-shadow:0 2px 10px rgba(20,20,50,0.04);
    margin-bottom: 15px;
    overflow: hidden;
  }

.thumb-preview {
    position: fixed;
    display: none;
    pointer-events: none;
    z-index: 999;
}

  /* ---------- System Overview ---------- */
  .row-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 0;
  }

  .row-box + .row-box{
    border-top:1px solid #f0f1f5;
  }

  .row-label{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14.5px;
    font-weight:500;
  }

  .icon{
    width:20px;
    height:20px;
    flex-shrink:0;
  }

  .row-value{
    font-size:14.5px;
    font-weight:700;
  }

  .value-green{
    color:#130066;
  }

  .badge-check{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#130066;
    font-weight:700;
    font-size:14.5px;
  }

  .badge-check svg{
    width:16px;
    height:16px;
    background:#130066;
    border-radius:50%;
    padding:2px;
    box-sizing:border-box;
  }

  .link-arrow{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#dc3545;
    font-weight:600;
    font-size:14px;
    text-decoration:none;
    margin-top:14px;
  }

  .link-arrow svg{ width:15px; height:15px; }

  /* ---------- Why This Workstation ---------- */
  .feature-list{
    display:flex;
    flex-direction:column;
    gap:14px;
  }

  .feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:14.5px;
    font-weight:500;
  }

  .check-circle{
    width:20px;
    height:20px;
    border-radius:50%;
    background:#130066;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }

  .check-circle svg{
    width:12px;
    height:12px;
    stroke:white;
    stroke-width:3;
    fill:none;
  }

  /* ---------- Need Help ---------- */
  .help-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:10px 0;
  }

  .help-icon-wrap{
    width:38px;
    height:38px;
    border-radius:12px;
    background:#f1edff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }

  .help-icon-wrap svg{
    width:19px;
    height:19px;
    color:#6a4cff;
  }
.card-bg a {
    color: inherit;
    text-decoration: none;
}
  .help-title{
    font-size:14.5px;
    font-weight:700;
    margin-bottom:2px;
  }

  .help-sub{
    font-size:13px;
    color:#8b8fa3;
  }

  /* ---------- Financing ---------- */
  .financing-label{
    font-size:13.5px;
    color:#8b8fa3;
    margin-bottom:4px;
  }

  .financing-row{
    display:flex;
    align-items:baseline;
    justify-content:space-between;
  }

  .financing-price{
    font-size:26px;
    font-weight:800;
    line-height: 24px;
  }

  .financing-price span{
    font-size:14px;
    font-weight:500;
    color:#8b8fa3;
  }

  .affirm-badge{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:13px;
    color:#8b8fa3;;
  }

  .affirm-logo{
    font-weight:800;
    font-style:normal;
    font-size:17px;
    color:#1a1a2e;
    position:relative;
    padding-top:6px;
  }

  .affirm-logo::before{
    content:"";
    position:absolute;
    top:-3px;
    left:2px;
    width:22px;
    height:11px;
    border:3px solid #6a4cff;
    border-bottom:none;
    border-radius:22px 22px 0 0;
  }
 thead th p {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 10px;
}
.reset-default {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 auto;
    justify-content: center;
}
  /* ---------- Share ---------- */
  .share-sub{
    font-size:13.5px;
    color:#8b8fa3;;
    margin-top:-10px;
    margin-bottom:18px;
  }

  .share-icons {
    display: flex;
    gap: 8px;
    line-height: 0;
    flex-wrap: wrap;
}

  .share-icon{
    width:38px;
    height:38px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    flex-shrink:0;
  }
  .card-bg .slides img {
    width: 90%;
  }

  .share-icon svg{ width:19px; height:19px; fill:white; }

  .share-copy{ background:#6a4cff; }
  .share-mail{ background:#3b5bdb; }
  .share-pinterest{ background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);}
  .share-twitter{ background:#000; }
  .share-facebook{ background:#1877F2; }
  .share-linkdine{ background:#0077B5; }
  .share-youtube{ background:#E60023; }
  .share-whats{ background:#25D366; }
  .share-reddit {background: #FF4500;}
  .share-telegram {background: #0088CC;}


.cart-bg {
   /*  background: linear-gradient(180deg, #000000 0%, #d4229e 100%) !important; */
   background-image: linear-gradient(180deg, #000000 0%, #160078 100%) !important;
    color: #fff;
}
.cart-bg .old-price span {
    color: #fff!important;
}
  a.revert_configurator, a.revert_configurator1 {
        font-weight: 600;
        display: block;
        text-align: left;
        color: #f3463b;
        text-decoration: none;
    }
    .cart.good .price {
        display: flex;
        justify-content: end;
        gap:12px;
    }
    .block-header-breadcrumb{
    display: block!important;   
    }
    .cart.good .price {
        justify-content: center !important;
    }
.card-bg .financing-price span:before {
    top: 10px !important;
    transform: rotate(-0deg) !important;
}
.financing-price span {
    font-size: 14px;
    font-weight: 500;
    color: #8b8fa3;
    position: relative;
}
.card-bg .financing-price span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 3px;
    width: 100%;
    background: #FF0000;
    opacity: 0.4;
    transform: rotate(-10deg);
    line-height: 1;
}
.cart-bg .financing-price span {
    color: #9499A6;
    font-size: 24px;
    position: relative;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    height: 24px;
}

.card-bg .affirm-badge strong {
    color: #59BEC9;
    font-weight: 700;
}

#share-modal {
    z-index: 99999;
    position: relative;
}
.reset-price-default {
    margin-top: 10px;
}

@media (max-width: 769px) {
  .main-gallery-sell .ask-widget {
    padding: 10px 12px;
}
video {
    width: 7rem!important;
    height: 7rem!important;
}
.financing-row {
    display: block;
    align-items: baseline;
    justify-content: space-between;
    gap: 30px;
}

.features img {
    width: 32px;
}
.slides img {
	height: 380px;
}
.arrow {
  top: 35%;
}
.cart.good .button {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 6px;
	font-size: 14px;
}
.cart .btn, .user .btn {
	font-size: 14px;
}
   #good-share_new, #good-share_new, .cart.good .btn.small {
	/* font-size: 17px !important; */
	padding: 2px 10px;
}
.thumb-next {
	right: -38px;
}
.thumb-prev {
	left: -36px;
}
.thumb-arrow {
	padding: 2px 10px;
}
#new_product-sell .thumbnails {
	height: 60px;
}
.sec_2 .slides img {
	height: 210px;
}
#new_product-sell .card-bg .thumbnails {
	height: 40px;
}
}




    @media screen and (max-width: 640px) {
        .reviewItem {
            display: block;
        }
        .slides img {
	width: 300px;
	height: 220px;
}
        a.revert_configurator, a.revert_configurator1 {
            text-align:right;
            margin-bottom: 5px;
        }
        .cart.good .price {
        display: block;}
        
        .share-icon {
    width: 30px;
    height: 30px;
}
.share-icons {
    gap: 5px;
}
#writeReviewCol {
    flex: 0 0 0px;
}
 .reviewCommentBtn { 
     padding: 4px 16px;
 }

#new_product-sell .thumbnails {
    height: 50px;
}
.old-and-newprice {
    display: block;
    margin-bottom: 15px;
}
.cart.good .button {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	font-size:14px;
}
#good-share_new, #good-share_new, .cart.good .btn.small {
	font-size: 16px !important;
	padding: 2px 15px;
	width: 100%;
}
.header .logo img {
    height: 50px;
}
    }
    
    @media (max-width: 320px) {
.header .logo img {
    height: 40px;
}

    .header .cart, .header .user {
        padding-right: 0;
    }
}

