.product-filter-sidebar .filter-box{
    background:#eef3f8;
    border-radius:14px;
    padding:22px 20px;
}

.product-filter-sidebar .filter-clear-btn{
    border:0;
    background:none;
    color:#2f4f7f;
    text-decoration:none;
    box-shadow:none;
}

.product-filter-sidebar .filter-clear-btn:hover{
    text-decoration:underline;
}

.product-filter-sidebar ul li{
    line-height:1.4;
}

.product-filter-sidebar label{
 	cursor: pointer;
    color: var(--bs-dark);
}

.product-filter-sidebar input[type="checkbox"]{
    width:16px;
    height:16px;
    accent-color:#1f5fbf;
}

.product-filter-sidebar .item-qty{
    min-width:24px;
    text-align:right;
    color:#4d5d74;
    font-size:14px;
}
.list-style-02 li a{
    color: var(--bs-dark);
}
.list-style-02 li a:hover{
    color: #0d6efd !important;
    padding-left: 4px;
    transition: 0.2s ease;
}
ul.urunlermarka_list  li .item-qty {
    background: var(--dark-gray);
    border-radius: 100%;
    height: 30px;
    width: 30px;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    color: var(--white);
    line-height: 30px;
}

 .product-loading{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:12px;
    padding:30px 15px;
    text-align:center;
}

.product-loader-spinner{
    width:42px;
    height:42px;
    border:4px solid #e5e5e5;
    border-top:4px solid #000;
    border-radius:50%;
    animation: productSpin 0.8s linear infinite;
}

.product-loader-text{
    font-size:14px;
    font-weight:500;
    color:#555;
}

@keyframes productSpin{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


ul.urunler_menu {
    background-color: var(--dark-gray) !important;
    border-radius: 10px !important;
    padding: 0 !important;
    width: 315px;
    box-shadow: 0 45px 45px 0 rgba(0, 0, 0, 0.05);
    animation: hide-animation 0.5s;
}
ul.urunler_menu li {
    padding: 0 !important;
}
ul.urunler_menu li ul{
    background-color: var(--dark-gray) !important;
    padding: 0 !important;
    margin-top: 35px !important;
    border-radius: 10px !important;
}
ul.urunler_menu li:hover{
    background: none !important;

}
ul.urunler_menu li a{
    color: var(--white) !important;
    background: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 17px 20px !important;
}
ul.urunler_menu li a:hover{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: none !important;
    color: var(--white) !important;
    padding: 17px 20px !important;
    opacity: .5 !important;
   
}
ul.urunler_menu li i{
    line-height: 44px !important;
   
}
.product-info .info-box{
    min-height: 300px;
}


    
@media (max-width: 1199px) {

    .product-info .info-box{
        min-height: unset;
    }
}

/***** ürün detay ekstra css***/
.product-top-summary{
    padding: 10px 0 30px 0;
}

.product-mini-code{
    font-size: 22px;
    color: #777;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.product-main-title{
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    color: #002d6b;
    text-transform: uppercase;
    margin: 0;
}

.product-sub-note{
    font-size: 24px;
    color: #444;
    font-style: italic;
}

.product-info-block{
    margin-bottom: 30px;
}

.product-info-label{
    font-size: 28px;
    font-weight: 700;
    color: #002d6b;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-info-subtitle{
    font-size: 20px;
    font-weight: 600;
    color: #111;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.product-info-content{
    padding-top: 12px;
    font-size: 22px;
    color: #222;
    line-height: 1.6;
}

.product-side-tags{
    text-align: left;
}

.product-side-label{
    font-size: 17px;
    font-weight: 700;
    color: #666;
    margin-bottom: 5px;
}

.product-badge{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    margin: 0 8px 8px 0;
    text-align: center;
    min-width: 70px;
}

.product-badge-blue{
    background: #002d6b;
    color: #fff;
    text-transform: uppercase;
}

.product-badge-gray{
    background: var(--very-light-gray);;
    color: var(--medium-gray);
}

.product-category-link{
    display: inline-block;
    font-size: 22px;
    color: #111;
    text-decoration: underline;
    font-weight: 500;
}

.product-category-link:hover{
    color: #002d6b;
}

@media(max-width:991px){
    .product-main-title{
        font-size: 36px;
    }

    .product-sub-note,
    .product-info-content,
    .product-category-link,
    .product-side-label,
    .product-info-label{
        font-size: 18px;
    }

    .product-mini-code{
        font-size: 18px;
    }
}

/*******************************/

/* Sipariş Sidebar */
.siparis-sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9997;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.siparis-sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.siparis-sidebar {
    position: fixed;
    top: 0;
    right: -430px;
    width: 420px;
    max-width: 92%;
    height: 100vh;
    background: #fff;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.18);
    transition: all 0.25s ease;
}

.siparis-sidebar.active {
    right: 0;
}

.siparis-sidebar-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.siparis-sidebar-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #232323;
}

#siparisCount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    margin-left: 5px;
    background: #232323;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
}

.siparis-sidebar-close {
    border: 0;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    color: #232323;
}

.siparis-sidebar-body {
    flex: 1;
    overflow-y: auto;
    padding: 18px 20px;
}

.siparis-empty {
    padding: 20px 0;
    font-size: 14px;
    color: #777;
}

.siparis-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.siparis-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 5px;
    line-height: 1.4;
}

.siparis-item-code {
    font-size: 12px;
    color: #777;
    margin-bottom: 12px;
}

.siparis-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.siparis-item-qty {
    display: flex;
    align-items: center;
    width: 100px;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.siparis-item-qty button {
    width: 32px;
    height: 32px;
    border: 0;
    background: #f7f7f7;
    color: #232323;
    cursor: pointer;
    font-size: 16px;
}

.siparis-item-qty input {
    padding: 0px;
    width: 36px;
    height: 32px;
    border: 0;
    text-align: center;
    font-size: 13px;
    color: #232323;
    background: #fff;
}

.siparis-remove-btn {
    border: 0;
    background: transparent;
    color: #d10000;
    font-size: 13px;
    cursor: pointer;
}

.siparis-sidebar-form {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #fafafa;
}

.siparis-sidebar-form h5 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: #232323;
}

#siparisTeklifForm input,
#siparisTeklifForm textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    padding: 11px 13px;
    margin-bottom: 10px;
    font-size: 13px;
    border-radius: 4px;
    outline: none;
}

#siparisTeklifForm textarea {
    min-height: 75px;
    resize: vertical;
}

#siparisTeklifForm input:focus,
#siparisTeklifForm textarea:focus {
    border-color: #232323;
}

#siparisTeklifForm button[type="submit"] {
    width: 100%;
    border: 0;
    background: #232323;
    color: #fff;
    padding: 13px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
}

#siparisTeklifForm button[type="submit"]:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.siparis-clear-btn {
    width: 100%;
    border: 0;
    background: #eee;
    color: #232323;
    padding: 11px 15px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

@media (max-width: 575px) {
    .siparis-sidebar {
        width: 100%;
        max-width: 100%;
        right: -100%;
    }

    .siparis-sidebar-header {
        padding: 16px;
    }

    .siparis-sidebar-body {
        padding: 15px 16px;
    }

    .siparis-sidebar-form {
        padding: 16px;
    }
}

.siparis-sidebar-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #fafafa;
}

.siparis-complete-btn {
    display: block;
    width: 100%;
    background: #232323;
    color: #fff;
    text-align: center;
    padding: 13px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
}

.siparis-complete-btn:hover {
    background: #000;
    color: #fff;
}

.siparis-clear-btn {
    width: 100%;
    border: 0;
    background: #eee;
    color: #232323;
    padding: 11px 15px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}
.siparis-sidebar-summary {
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
    background: #fafafa;
    font-size: 13px;
    color: #555;
    line-height: 1.7;
}

.siparis-sidebar-summary strong {
    color: #232323;
    font-weight: 600;
}
.siparis-item-oem {
    font-size: 12px;
    color: #777;
    margin-bottom: 4px;
}

.siparis-item-weight {
    font-size: 12px;
    color: #777;
    margin-bottom: 12px;
}

.siparis-item-weight span {
    color: #555;
}
.header-siparis-btn.is-empty {
    cursor: default;
    opacity: 0.65;
}

.header-siparis-btn.has-items {
    cursor: pointer;
    opacity: 1;
}
 
 /******* header quick search ************/

#header-product-live-search .header-product-live-area {
    position: relative;
    width: 100%;
}

#header-product-live-search .header-product-search-results {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 12px);
    background: #ffffff;
    border: 1px solid #e9edf3;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.13);
    border-radius: 14px;
    z-index: 999999;
    max-height: 380px;
    overflow-y: auto;
    text-align: left;
    padding: 6px;
}

#header-product-live-search .header-product-search-item {
    display: block;
    padding: 14px 16px;
    border-radius: 10px;
    text-decoration: none;
    color: #1f2937;
    transition: all .18s ease;
}

#header-product-live-search .header-product-search-item:hover {
    background: #f4f7fb;
}

#header-product-live-search .header-product-search-code {
    font-weight: 700;
    color: #004ea8;
    font-size: 15px;
    line-height: 1.3;
}

#header-product-live-search .header-product-search-title {
    font-size: 14px;
    color: #202020;
    margin-top: 4px;
    line-height: 1.35;
}

#header-product-live-search .header-product-search-meta {
    font-size: 12px;
    color: #7b8494;
    margin-top: 4px;
    line-height: 1.3;
}

#header-product-live-search .header-product-search-state {
    padding: 18px;
    font-size: 14px;
    color: #7b8494;
    text-align: center;
}

/******* header quick search end ************/