.tpshop__direction {
    text-decoration: underline;
    color: var(--tp-text-primary);
    font-weight: 600;
    font-size: 16px;
    padding-top: 20px;
    display: block;
}

.custom__content {
    padding: 35px;
    border-radius: 0 0 8px 8px;
}
@media (max-width: 767px) {
    .custom__content {
        padding: 20px 15px;
    }
}

.custom__item-icon {
    flex: 0 0 auto;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: var(--tp-common-white);
    border-radius: 6px;
    margin-right: 20px;
}

.custom__item-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--tp-text-body);
}
.custom__item-content p {
    font-size: 14px;
    color: var(--tp-text-secondary);
    line-height: 24px;
    margin-bottom: 0;
}

.custom__email form,
.custom__code form,
.custom__id form {
    position: relative;
}

.custom__email form input,
.custom__id form input {
    width: 100%;
    height: 50px;
    border: none;
    background-color: var(--tp-common-white);
    padding: 10px 20px;
    border-radius: 6px;
}

.custom__code form input {
    width: 88%;
    height: 50px;
    border: none;
    background-color: var(--tp-common-white);
    padding: 10px 20px;
    margin-left: 90px;
    border-radius: 6px;
}

.custom__email form input::placeholder,
.custom__code form input::placeholder,
.custom__id form input::placeholder {
    font-size: 14px;
    color: var(--tp-grey-9);
}

.custom__textarea form {
    position: relative;
}

.custom__textarea form textarea {
    width: 100%;
    border: none;
    background-color: var(--tp-common-white);
    padding: 10px 20px;
    border-radius: 6px;
    resize: none;
}

.custom__textarea form textarea::placeholder {
    font-size: 14px;
    color: var(--tp-grey-9);
}

.custom__btn {
    width: 104.5%;
    clear: both;
}

.custom__btn button {
    //background-color: #f3eee7;
    color: #f3eee7;
    font-size: 16px;
    font-weight: 700;
    width: 100% !important;
    padding: 17px 0;
    margin-top: 10px;
    border-radius: 6px;
    //margin-right: 15px;
}

.custom__btn button:hover i {
    animation: iconarrow 0.4s linear;
}

.custom__thumb img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 100%;
}

.signup__form form {
    position: relative;
}

.signup__form form input {
    width: 100%;
    height: 50px;
    border: none;
    background-color: var(--tp-common-white);
    padding: 10px 20px;
    border-radius: 6px;
}

.signup__form form input::placeholder {
    font-size: 14px;
    color: var(--tp-grey-9);
}

.signup__select {
    position: relative;
}

.signup__select select {
    width: 100%;
    height: 50px;
    border: none;
    background-color: var(--tp-common-white);
    padding: 10px 20px;
    border-radius: 6px;
    color: var(--tp-grey-9) !important;
    font-size: 14px !important;
}

.signup__text span a {
    color: var(--tp-text-body);
}

.tptrack__id span,
.tptrack__email span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    font-size: 16px;
}

.banktbl {
    width: 50%;
}

.banktbl,
.banktbl th,
.banktbl td {
    border: 0px solid var(--tp-grey-9);
    border-collapse: collapse;
}

.banktbl th,
.banktbl td {
    padding: 5px;
    text-align: left;
}

.whitetd {
    background-color: var(--tp-common-white);
}

.greytd {
    background-color: var(--tp-grey-8);
}

.bank-accounts {
    position: relative;
    border: 1px solid var(--tp-grey-6);
    padding-left: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bank-img img {
    position: absolute;
    top: 50px;
    right: 7px;
    width: 40%;
}

.bank-img2 img {
    position: absolute;
    top: 10px;
    right: 7px;
    width: 40%;
}

.puanbanner {
    position: relative;
    background-color: var(--tp-grey-8);
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
}

.puanbanner span {
    color: var(--tp-text-primary);
    font-size: 25px;
    font-weight: 900;
}

.banner-puan {
    display: flex;
}

.puan-btn {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px;
    margin-right: 20px;
    border-radius: 6px;
    color: var(--tp-common-white);
    background-color: var(--tp-text-primary);
    line-height: 1.2;
    position: relative;
}
.puan-btn:hover {
    color: var(--tp-text-body);
    background-color: var(--tp-common-white);
}

.currency-select {
    position: relative;
}

.currency-select select {
    width: 100px;
    height: 50px;
    border: 1px solid var(--tp-border-1);
    background-color: var(--tp-common-white);
    padding: 10px 12px;
    border-radius: 6px;
    color: var(--tp-text-body) !important;
    font-size: 14px !important;
    font-weight: 700;
}

.address-tbl {
    margin-top: 20px;
    width: 100%;
}

.address-tbl thead tr th {

    background-color: var(--tp-grey-8);

}

.address-tbl tbody tr td {

    color: var(--tp-grey-9);
    background-color: var(--tp-common-white);

}

.product-tbl {
    margin-top: 20px;
    width: 100%;
}

.product-tbl thead tr th {
    //padding-left: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--tp-grey-8);
    border: 1px solid var(--tp-grey-6);
}

.product-tbl tbody tr td {
    //padding-left: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--tp-grey-9);
    background-color: var(--tp-common-white);
    border: 1px solid var(--tp-grey-6);
}

.cart-btn {
    display: flex;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 10px;
}

.cart-btn:hover {
    color: var(--tp-text-primary);
}

.islem {
    width: 12%;
    text-align: center;
    padding-right: 22px;
}

.btns a {
    display: inline-block;
    font-size: 30px;
    width: 50px;
}

.btns a:hover {
    color: var(--tp-text-primary);
}

.iade-btn {
    display: inline-block;
    width: 90%;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px;
    margin-right: 20px;
    border-radius: 6px;
    color: var(--tp-common-white);
    background-color: var(--tp-text-primary);
    line-height: 1.2;
    position: relative;
    text-align: center;
}
.iade-btn:hover {
    background-color: #832e43;
}

.islem-btn {
    display: inline-block;
    //width: 90%;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 5px;
    border-radius: 6px;
    color: var(--tp-common-white);
    background-color: var(--tp-text-primary);
    line-height: 1.2;
    position: relative;
    text-align: center;
}
.islem-btn:hover {
    background-color: #832e43;
}

.islem-fav {
    width: 17%;
}

.table-img img {
    width: 90%;
    height: 150px;
}

.siparis-filtre {
    display: flex;
    gap: 10px;
}

.siparis-filtre select {
    width: max-width;
    border: 1px solid var(--tp-grey-9);
    background-color: var(--tp-common-white);
    padding: 10px 20px;
    border-radius: 6px;
    color: var(--tp-grey-9) !important;
    font-size: 14px !important;
}

.filter-btn {
    display: inline-block;
    width: 90%;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    border-radius: 6px;
    color: var(--tp-common-white);
    background-color: var(--tp-text-primary);
    line-height: 1.2;
    position: relative;
    text-align: center;
}
.filter-btn:hover {
    background-color: #832e43;
}
/* 
.islem-btns a {
    display: inline-block;
    font-size: 22px;
    width: 50px;
    padding-left: 17px;
}

.islem-btns a:hover {
    color: var(--tp-text-primary);
} */

.siparis-islem {
    width: 15%;
}

.siparis-img img {
    width: 80%;
    height: 150px;
}

.custom-tbl {
    margin-top: 20px;
    width: 100%;
}

.custom-tbl thead tr th {

    background-color: var(--tp-grey-8);
    text-align: left;
}

.custom-tbl tbody tr td {

    color: var(--tp-grey-9);
    background-color: var(--tp-common-white);
    text-align: center;
}

.gorsel {
    width: 15%;
}

.miktar {
    width: 15%;
}

.asorti {
    width: 6%;
}

.siparis-btns {
    display: flex;
    width: 50%;
}

.islem-detay a {
    display: inline-block;
    font-size: 22px;
    width: 50px;
}

.islem-detay a:hover {
    color: var(--tp-text-primary);
}

.sign-in-img img {
    border-radius: 8px 8px 0 0;
    width: 80%;
}

.custom-control {
    display: block;
    width: 100%;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--tp-grey-9);
    background-color: var(--tp-common-white);
    appearance: none;
    border: 0px;
    border-radius: 0.25rem;
}

.custom-control::placeholder {
    font-size: 14px;
    color: var(--tp-grey-9);
}

.custom-label {
    margin-bottom: 5px;
    font-weight: 500;
}

.formbanner {
    position: relative;
    background-color: var(--tp-grey-8);
    padding-left: 40px;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-right: 40px;
}

.urun-karti-1 .etiket-custom {
    display: flex;
    justify-content: end;
}

.etiket-custom {
    display: flex;
    width: 100%;
}

.etiket-custom a {
    font-size: 15px;
    color: var(--tp-grey-9);
}

.etiket-custom a:hover {
    font-size: 15px;
    color: var(--tp-text-primary);
}





.asorti-table {
    margin-top: 20px;
    width: 100%;
}

.asorti-table table {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

.asorti-table thead tr th {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 25px;
    border: 1px solid var(--tp-grey-6);
    color: var(--tp-text-primary);
    text-align: center;
}

.asorti-table tbody tr td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #3b3a3a;
    border: 1px solid var(--tp-grey-6);
    text-align: center;
}

.product-detail-discount {
    display: flex;
    width: 70%;
}

.product-detail-discount span {
    background-color: var(--tp-text-primary);
    color: var(--tp-common-white);
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    border-radius: 6px;
    padding-left: 10px;
}

.product-detail-amount {
    display: flex;
    width: 70%;
}

.product-detail-amount span {
    background-color: var(--tp-theme-7);
    color: var(--tp-text-body);
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    border-radius: 6px;
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
}



.check {
    position: relative;
    background: linear-gradient(
        90deg,
        var(--tp-text-primary),
        var(--tp-text-primary)
    );
    line-height: 0;
    font-size: 12px;
}

.check input[type='checkbox'],
.check label,
.check label::before,
.check label::after {
    appearance: none;
    display: inline-block;
    font-size: inherit;
    border-radius: 1em;
    border: 0;
    transition: 0.35s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
}

.check {
    appearance: none;
    display: inline-block;
    border-radius: 1em;
    border: 0;
    transition: 0.35s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
}

.check label {
    width: 2.2em;
    height: 1em;
    background: #d7d7d7;
    overflow: hidden;
}

.check input[type='checkbox'] {
    position: absolute;
    z-index: 1;
    width: 0.8em;
    height: 0.8em;
    top: 0.1em;
    left: 0.1em;
    background: linear-gradient(45deg, #dedede, #ffffff);
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.3);
    outline: none;
}

.check input[type='checkbox']:checked {
    left: 1.3em;
}

.check input[type='checkbox']:checked + label {
    background: transparent;
}

.check label::before,
.check label::after {
    content: '· ·';
    position: absolute;
    overflow: hidden;
    left: 0.5em;
    top: 0.5em;
    height: 1em;
    letter-spacing: -0.04em;
    color: #9b9b9b;
    font-family: 'Times New Roman', serif;
    z-index: 2;
    font-size: 0.6em;
    border-radius: 0;
    transform-origin: 0 0 -0.5em;
    backface-visibility: hidden;
}

.check label::after {
    content: '?';
    top: 0.65em;
    left: 0.6em;
    height: 0.1em;
    width: 0.35em;
    font-size: 0.2em;
    transform-origin: 0 0 -0.4em;
}

.check input[type='checkbox']:checked + label::before,
.check input[type='checkbox']:checked + label::after {
    left: 2.55em;
    top: 0.4em;
    line-height: 0.1em;
    transform: rotateY(360deg);
}

.check input[type='checkbox']:checked + label::after {
    height: 0.16em;
    top: 0.55em;
    left: 2.6em;
    font-size: 0.6em;
    line-height: 0;
}

/* .check-custom {
    width: 100%;
    height: 95px;
    overflow: scroll;
    overflow-x: hidden;
} */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.iade-frm p {
    font-size: 20px;
    font-weight: 700;
}

.iade__select {
    position: relative;
}

.iade__select select {
    width: 100%;
    height: 50px;
    background-color: var(--tp-common-white);
    padding: 10px 20px;
    border: 1px solid var(--tp-grey-7);
    border-radius: 6px;
    color: var(--tp-grey-9) !important;
    font-size: 14px !important;
}

.iade__textarea form {
    position: relative;
}

.iade__textarea form textarea {
    width: 100%;
    border: none;
    background-color: var(--tp-common-white);
    padding: 10px 20px;
    border: 1px solid var(--tp-grey-7);
    border-radius: 6px;
    resize: none;
}

.iade__textarea form textarea::placeholder {
    font-size: 14px;
    color: var(--tp-grey-9);
}

.talep-btn {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
    border-radius: 6px;
    color: var(--tp-common-white);
    background-color: var(--tp-text-primary);
    line-height: 1.2;
    position: relative;
    text-align: center;
}
.talep-btn:hover {
    background-color: #832e43;
}

.btn-kaydet {
    display: inline-block;
    width: 90%;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    border-radius: 6px;
    color: var(--tp-common-white);
    background-color: var(--tp-text-primary);
    line-height: 1.2;
    position: relative;
    text-align: center;
}
.btn-kaydet:hover {
    background-color: #832e43;
}

.hesap-tbl {
    margin-top: 20px;
    width: 100%;
}

.hesap-tbl thead tr th {

    background-color: var(--tp-grey-8);
   
}

.hesap-tbl tbody tr td {

    color: var(--tp-grey-9);
    background-color: var(--tp-common-white);
   
}

.hesap-btns a {
    display: inline-block;
    font-size: 30px;
    width: 50px;
}

.hesap-btns a:hover {
    color: var(--tp-text-primary);
}

.hsp-islem {
    width: 20%;
}

.hsp-sifre {
    width: 40%;
}

.date-pick-form {
    width: 100%;
    height: 50px;
    border: none;
    background-color: var(--tp-common-white);
    padding: 10px 20px;
    border-radius: 6px;
    color: var(--tp-grey-9) !important;
    font-size: 14px !important;
}

.hesap-tbl tbody tr td {
    text-align: center;
}

.hesap-tbl tbody tr td span {
    color: var(--tp-text-primary) !important;
    font-size: 25px !important;
    font-weight: 900 !important;
}

.list-select {
    position: relative;
}

.list-select select {
    width: auto;
    height: 50px;
    border: 1px solid var(--tp-border-1);
    background-color: var(--tp-common-white);
    padding: 10px 12px;
    border-radius: 6px;
    color: var(--tp-text-body) !important;
    font-size: 14px !important;
    font-weight: 700;
}

.form-liste span {
    color: var(--tp-text-primary);
    font-size: 40px;
    font-weight: 600 !important;
}

.form-liste ul li {
    text-decoration: none;
}

.odeme-bildirim form {
    position: relative;
}

.odeme-bildirim form input {
    width: 100%;
    height: 50px;
    border: none;
    border: 1px solid var(--tp-grey-7);
    background-color: var(--tp-common-white);
    padding: 10px 20px;
    border-radius: 6px;
}

.odeme-bildirim form input::placeholder {
    font-size: 14px;
    color: var(--tp-grey-9);
}

.odeme__select {
    position: relative;
}

.odeme__select select {
    width: 100%;
    height: 50px;
    border: none;
    background-color: var(--tp-common-white);
    padding: 10px 20px;
    border: 1px solid var(--tp-grey-7);
    border-radius: 6px;
    color: var(--tp-grey-9) !important;
    font-size: 14px !important;
}

.odeme__text span a {
    color: var(--tp-text-body);
}

.odeme-label {
    font-size: 16px;
    font-weight: 500;
    color: #7d7c7c;
}

.odeme__textarea form {
    position: relative;
}

.odeme__textarea form textarea {
    width: 100%;
    border: none;
    background-color: var(--tp-common-white);
    padding: 10px 20px;
    border: 1px solid var(--tp-grey-7);
    border-radius: 6px;
    resize: none;
}
