.basket-page {
    font-family: 'Poppins', sans-serif ;
}
.contanier-fluid {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.checkout-jumbotron {
    text-align: center !important;
    height: 11rem !important;
    background-image: url(images/page-bread.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.checkout-jumbotron p {
    padding-top: 10px !important;
    font-size: 14.7px !important;
}

.checkout-jumbotron .display-4 {
    font-size: 3rem !important;
}

.basket-page .checkout-table-card {
    border: none !important;
    padding: 1rem 1.5rem !important;

}

table.table.checkout-table {
    border-collapse: separate !important;
    border-spacing: 0px 20px !important;
}

.table.checkout-table th {
    font-size: 14px !important;
}

.table.checkout-table td {
    padding: 4px 10px 17px 10px !important;
    font-size: 14px !important;
}


.tf-table-page-cart td:first-child {
    text-align: start !important;
    padding-left: 0 !important;
}

.tf-table-page-cart td:last-child {
    text-align: end !important;
    padding-right: 0 !important;
}

.table.checkout-table .tf-cart-item_product {
    display: flex !important;
}

.table.checkout-table .tf-cart-item_product .cart-info .cart-title {
    font-size: 14px !important;
    line-height: 19.6px !important;
    display: block !important;
    color: #5B5B5B !important;
    padding-top: 5px !important;
}

.table.checkout-table .tf-cart-item_product .cart-info .cart-meta-variant {
    display: block !important;
    margin-top: 6px !important;
    font-size: 12px !important;
    line-height: 16.8px !important;
    color: rgb(84, 84, 84) !important;
}


.table.checkout-table .img-box {
    margin-right: 20px !important;
    overflow: hidden !important;
}

table.checkout-table img {
    vertical-align: middle !important;
    -ms-interpolation-mode: bicubic !important;
    border-radius: 9px !important;
    width: 65px !important;
    height: 65px !important;
    object-fit: cover !important;

}

.card.product .price-discount.text-danger {
    font-size: 11px !important;
    position: absolute;
    top: 28% !important;
    right: 15% !important;
}

.table-card .price-discount.text-danger {
    font-size: 10px !important;
    position: absolute;
    top: 19%;
    right: 12%;
}


table.checkout-table .quantity-container {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 5px 10px;
    gap: 5px;
    width: fit-content;
}

table.checkout-table .quantity-btn {
    border: none;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

table.checkout-table .quantity-btn:active {
    transform: scale(1.2);
}

table.checkout-table .quantity-input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 14px;
    pointer-events: none;
}

table.checkout-table .plus {
    color: green;
    user-select: none !important;
}

table.checkout-table .minus {
    color: black;
    user-select: none !important;
}

.basket-page .basket-detail-card {
}

.basket-page .basket-detail-card {
    padding: 1.5rem 1.3rem;
    border: none !important;
    font-size: 13px !important;

}

.basket-page .basket-detail-card .card-header {
    background: none !important;
    padding: 0px !important;
    font-size: 19px !important;
    padding-bottom: 10px !important;
}


.basket-page .basket-detail-card .card-body {
    padding: 0;
}

figure.img-product {
    margin-right: 15px !important;
    position: relative;
}

figure.img-product img {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    border-radius: 6px !important;
}

.wrap-checkout-product {
    list-style: none;
    padding-left: 0 !important;
}

.checkout-product-item {
    display: flex;
}

.img-product .quantity {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background-color: #666;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.checkout-product-item s.price-discount {
    font-size: 11px !important;
    position: absolute;
    top: -21% !important;
    right: 1px !important;
}

.tf-page-cart-checkout .total .cargo-total {
    border-bottom: 1px solid #0000003b;
    padding-bottom: 18px;
}

.tf-page-cart-checkout .total .cargo-total h6 {
    font-weight: 400;
}

.tf-page-cart-checkout .total .main-total {
    padding-top: 4px !important;
    padding-bottom: 11px;
}

.tf-page-cart-checkout .total .main-total h6 {
    font-weight: 600;
}


.pay-btn.custom-btn {
    background: linear-gradient(135deg, #28a745, #218838);
    color: white;
    font-size: 15px;
    padding: 15px;
    border: none;
    border-radius: 2px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

.pay-btn.custom-btn:hover {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.pay-btn.custom-btn:active {
    transform: scale(0.95);
}



.tf-page-cart-checkout .custom-btn {
    background: linear-gradient(135deg, #28a745, #218838);
    color: white;
    font-size: 15px;
    padding: 15px;
    border: none;
    border-radius: 2px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

.tf-page-cart-checkout .custom-btn:hover {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.tf-page-cart-checkout .custom-btn:active {
    transform: scale(0.95);
}

.tf-page-cart-checkout .total .main-total .col-md-8 {
    font-weight: 600;
    font-size: 15px  !important;
}

@media (max-width: 600px) {
    table.checkout-table .quantity-container {
        padding: 4px 8px;
        gap: 6px;
    }

    table.checkout-table .quantity-btn {
        font-size: 18px;
        width: 22px;
        height: 22px;
    }

    table.checkout-table .quantity-input {
        width: 26px;
        font-size: 14px;
    }
}





.odeme-yontemleri .profile-content .menu-section {
    padding: 10px 20px;
}

.odeme-yontemleri .accordion-item {
    border: none;
}

.odeme-yontemleri .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.odeme-yontemleri .accordion-button:focus {
    box-shadow: none;
}

.odeme-yontemleri .accordion-button {
    color: var(--gray);
    font-size: 16px;
    font-weight: 600;
}

.odeme-yontemleri .accordion-button[aria-expanded=true] {
    color: #15284B;
}

.taksit-genel-box {
    border: 1px solid #eee;
    border-radius: 5px;
}

.taksit-genel-box .items {
    padding: 10px;
}

.taksit-genel-box .items.tek {
    padding: 15px;
}

.taksit-genel-box .items.tek .taksit-fiyat {
    font-size: 14px;
}

.taksit-genel-box .items .form-check-label {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}

.taksit-genel-box .items .taksit-fiyat {
    color: var(--gray);
    font-size: 12px;
    font-weight: 600;
}

.taksit-genel-box .items .toplam-fiyat {
    font-size: 10px;
    color: var(--gray);
    font-weight: 400;
}

.taksit-genel-box .items .form-check-input:focus {
    box-shadow: none;
}

.tab-step {
    display: none;
}

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

.payment-steps .step-divider {
    position: absolute;
    height: 5px;
    background: #f5f5f5;
    width: 200px;
    top: 50%;
    right: 50%;
    transform: translate(100%, -50%);
}

.payment-steps .span-text {
    font-size: 12px;
    font-weight: 400;
    color: var(--gray);
    margin-top: 8px;
}

.payment-steps .span-text.active {
    color: #0755cb;
}

.payment-steps .step {
    display: flex;
    flex-direction: column;
}

.payment-steps .step.step-active .step-circle {
    border-color: #0755cb;
    display: flex;
    align-items: center;
}

.payment-steps .step.step-finish .step-circle {
    background-color: #0755cb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-steps .step.step-finish .step-circle::after {
    background: #0755cb;
}

.payment-steps .step.step-finish .step-circle::before {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M8.69183 0.506224C8.63373 0.447644 8.5646 0.401147 8.48844 0.369417C8.41228 0.337686 8.33059 0.32135 8.24808 0.32135C8.16557 0.32135 8.08388 0.337686 8.00772 0.369417C7.93156 0.401147 7.86243 0.447644 7.80433 0.506224L3.14808 5.16872L1.19183 3.20622C1.1315 3.14795 1.06029 3.10213 0.982253 3.07138C0.904218 3.04062 0.820891 3.02554 0.737028 3.02699C0.653165 3.02844 0.570409 3.0464 0.493485 3.07983C0.416561 3.11327 0.346976 3.16152 0.288701 3.22185C0.230427 3.28218 0.184606 3.35339 0.153854 3.43142C0.123101 3.50946 0.10802 3.59278 0.109471 3.67665C0.110921 3.76051 0.128876 3.84327 0.16231 3.92019C0.195743 3.99711 0.244001 4.0667 0.304327 4.12497L2.70433 6.52497C2.76243 6.58355 2.83155 6.63005 2.90772 6.66178C2.98388 6.69351 3.06557 6.70985 3.14808 6.70985C3.23058 6.70985 3.31228 6.69351 3.38844 6.66178C3.4646 6.63005 3.53373 6.58355 3.59183 6.52497L8.69183 1.42497C8.75527 1.36645 8.8059 1.29542 8.84053 1.21635C8.87516 1.13729 8.89304 1.05191 8.89304 0.965599C8.89304 0.879285 8.87516 0.793907 8.84053 0.714845C8.8059 0.635783 8.75527 0.56475 8.69183 0.506224Z' fill='white'/%3E%3C/svg%3E");
    width: 8.784px;
    height: 6.388px;
}

.payment-steps .step.step-finish + .step-divider {
    background: #0755cb;
}

.payment-steps .step .step-circle {
    width: 26px;
    height: 26px;
    border: 6px solid #f5f5f5;
    border-radius: 50%;
    z-index: 2;
    background-color: #fff;
}


.basket-star:hover, .basket-star:hover .basket-star-fav {
    color: #daa85b !important;
}


.basket-remove:hover  {
}
.basket-remove:hover .basket-remove-icon{
    color: #F16F54 !important;
}


.card.product{
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15) !important;
}

.img-box {
    width: 45px !important;
    max-width: 45px !important;
    height: 45px !important;
    display: grid !important;
    background-color: #fff !important;
    place-items: center !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 50% !important;
    margin-left: -11px !important;
}

.img-box img {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    border-radius: 50% !important;
}

.badge-area {
    margin-left: -10px;
    z-index: 9;
    font-size: 12px !important;
}

div.js-seo-preview {
    display: flex !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -moz-osx-font-smoothing: auto !important;
    -webkit-font-smoothing: auto !important;
}

/* Google */
/* Last Updated:January 2018 */
div.js-seo-preview > div#js-seo-preview__google-inner {
    max-width: 600px !important;
    line-height: 26px !important;
}

div.js-seo-preview > div#js-seo-preview__google-inner > span#js-seo-preview__google-title {
    display: block !important;
    color: rgb(26, 13, 171) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 21.6px !important;
    text-align: left !important;
    text-decoration-color: #1a0dab;
!important;
    text-decoration-line: none !important;
    text-decoration-style: solid !important;
    white-space: nowrap !important;
    width: auto !important;
    margin-bottom: 1px !important;
}

div.js-seo-preview > div#js-seo-preview__google-inner > span#js-seo-preview__google-url {
    display: block !important;
    color: rgb(0, 102, 33) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    height: auto !important;
    line-height: 26px !important;
    text-align: left !important;
    white-space: nowrap !important;
    width: auto !important;
}

div.js-seo-preview > div#js-seo-preview__google-inner > span#js-seo-preview__google-desc {
    display: block !important;
    color: #4d5156 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    height: auto !important;
    line-height: 26px !important;
    text-align: left !important;
    width: auto !important;
    word-wrap: break-word !important;
    text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    /* Opera < 11*/
    text-overflow: ellipsis !important;
}

div.js-seo-preview > div#js-seo-preview__google-inner > span#js-seo-preview__google-desc > span#js-seo-preview__google-date {
    color: #808080 !important;
}

/* Facebook */
/* Last Updated:January 2018 */
div.js-seo-preview > div#js-seo-preview__facebook-inner {
    max-width: 526px !important;
    line-height: 16.08px !important;
    font-size: 12px !important;
    color: #1d2129 !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1) !important;
    background-color: #fff !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 0 !important;
    margin-bottom: 1rem !important;
}

div.js-seo-preview > div#js-seo-preview__facebook-inner > img#js-seo-preview__facebook-image {
    width: 100% !important;
    max-height: 315px !important;
}

div.js-seo-preview > div#js-seo-preview__facebook-inner > div#js-seo-preview__facebook-inner-text {
    padding: 10px 12px !important;
}

div.js-seo-preview > div#js-seo-preview__facebook-inner > div#js-seo-preview__facebook-inner-text > span#js-seo-preview__facebook-title {
    max-width: max-content !important;
    text-decoration: none !important;
    transition: color .1s ease-in-out !important;
    font-size: 18px !important;
    display: block !important;
    line-height: 22px !important;
    width: auto !important;
    margin-bottom: 5px !important;
}

div.js-seo-preview > div#js-seo-preview__facebook-inner > div#js-seo-preview__facebook-inner-text > span#js-seo-preview__facebook-url {
    max-width: max-content !important;
    text-decoration: none !important;
    transition: color .1s ease-in-out !important;
    font-size: 11px !important;
    display: block !important;
    width: auto !important;
    overflow: hidden !important;
    padding-top: 9px !important;
    line-height: 11px !important;
    text-transform: uppercase !important;
    color: #90949c !important;
}

div.js-seo-preview > div#js-seo-preview__facebook-inner > div#js-seo-preview__facebook-inner-text > span#js-seo-preview__facebook-desc {
    max-width: max-content !important;
    max-width: max-content !important;
    text-decoration: none !important;
    transition: color .1s ease-in-out !important;
    font-size: 12px !important;
    display: block !important;
    width: auto !important;
    overflow: hidden !important;
    max-height: 80px !important;
}

.dropzone {
    min-height: auto !important;
    padding: 2.5rem 1.75rem !important;
    text-align: center !important;
    cursor: pointer !important;
    border: 1px dashed #cc0033 !important;
    background-color: #cc003321 !important;
    border-radius: 0.475rem !important;
}

.dropzone .dz-message {
    margin: 0 !important;
    display: flex !important;
    text-align: left !important;
}

div .prd-add-img-del {
    position: absolute !important;
    right: 23px !important;
    top: -2px !important;
    font-size: 22px !important;
    color: #cc0033 !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: 0.2s !important;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    /* box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);*/
    /* display:inline-block;*/
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    border: 1px solid #edf2f9;
    padding: .55rem 1rem;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    background: #239be8;
    padding: 0 5px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.badge-area {
    position: relative;
}

.qty-bskt {
    background: #E91E63;
    padding: 8px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    color: #fff !important;
    position: absolute;
    right: 67px;
    top: -3px;
}

.table-bordered tbody tr td .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-bordered tbody tr td:last-child {
    width: 9%;
}

.popover {
    background-color: black !important;
    color: white !important;
    border: 1px solid white !important;
}

.popover-dark .popover-header {
    background-color: black !important;
    color: white !important;
}

.popover-dark .popover-body {
    background-color: black !important;
    color: white !important;
}

.dataTables_wrapper .card-header {
    border: none !important;
}

.dataTables_length select {
    margin-left: 5px !important;
    margin-right: 5px !important;
}


div .prd-add-img-del {
    position: absolute !important;
    right: 15px !important;
    top: -2px !important;
    font-size: 27px !important;
    color: #cc0033 !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: 0.2s !important;
}

div .prd-add-img-del:hover {
    opacity: 0.7;
    transform: scale(1.2);
}

.user-order-ul li a {
    font-size: 14px !important;
}
.user-order-table th{
    font-size: 14px !important;
}
