@charset "UTF-8";
    :root {
    --gray: #444;
    --green: #267F4E;
    --red: #F21E10;
    --white: #fff;
    --light-gray: #848484;
    --blue: #0755CB;
    --orange: #FF6700;
    --dark-blue: #09002B;
    --black: #000;
}
.d-flex {display: flex !important;}


.flex-column {flex-direction: column !important;}
.flex-column div.card-right { width: 100%;}
#mod_siparisler .d-flex .d-flex {flex: 1 1 0px;}
.flex-wrap { flex-wrap: wrap !important;}
.mt-30 { margin-top: 30px !important;}
.mb-20 { margin-bottom: 20px !important;}
.d-block-f-left { display: block; float: left; padding-right: 3px;}
.card-right .m-0 span { display:  block !important;}
.m-0 {
    margin: 0 !important;
}
.justify-content-between { justify-content: space-between !important;}
@media only screen and (max-width: 600px) { .mobile-nobr { text-wrap: nowrap !important;} .mobile-25 { width: auto !important; height: auto !important; max-width:25px !important; max-height: 25px !important;}}
@media (min-width: 992px) {
    .gap-lg-0 {
        gap: 0 !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
}

@media (min-width: 992px) {
    .gap-lg-5 {
        gap: 3rem !important;
    }
}

@media (min-width: 992px) {
    .align-items-lg-center {
        align-items: center !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
}
@media (min-width: 992px) {
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-column {
        flex-direction: column !important;
    }
}
.gap-1 { gap: .25rem!important;}
.gap-2 {
    gap: .5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.siparis-images .badge-area {
    margin-left: -20px;
    z-index: 9999;
}

.align-items-center {
    align-items: center !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.dveb_mod { background-color: #fff; padding: 10px;}
.dveb_mod .text-bg-light {
    color: #000 !important;
    background-color: #F8F9FA !important;
}
.dveb_mod .badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.dveb_mod .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.dveb_mod .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.header-top {
    background-color: #f5f5f5;
    padding: 15px 0;
}
.header-top .header-top-items {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.header-search-input {
    width: 460px;
    background-color: var(--white);
    border: 2px solid #e8e8e8;
    border-radius: 5px;
    padding: 13px 20px;
}
.header-search-input:focus {
    outline: 0;
}
.header-search-button {
    position: absolute;
    right: 0;
    border: none;
    border-radius: 0 5px 5px 0;
    background-color: var(--orange);
    height: 54px;
    width: 60px;
}
.header-right-box {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.header-right-box .sepet-badge {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--orange);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -8px;
    right: -8px;
}
.header-bottom {
    padding: 5px 0;
    background-color: var(--dark-blue);
}
.header-bottom .header-bottom-items {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 600;
    border-right: 2px solid #2d2646;
    padding-right: 25px;
}
.header-bottom .header-bottom-items:last-child {
    border: none;
}
.header-bottom .menu-dropdown {
    background-color: var(--white);
    padding: 5px 10px;
    border-radius: 5px;
}
.header-bottom .menu-dropdown:hover {
    border-radius: 5px 5px 0 0;
}
.header-bottom .menu-dropdown .tum-kategori {
    color: var(--dark-blue);
    font-size: 16px;
    font-weight: 400;
}
.header-bottom .menu-dropdown .button-bars {
    border: none;
    background-color: transparent;
    color: var(--dark-blue);
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.header-bottom .menu-dropdown .button-bars i {
    font-size: 18px;
}
.header-bottom .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.hover-category:hover+.categories {
    visibility: visible;
    opacity: 1;
}
.offcanvas.mobile-offcanvas .offcanvas-body {
    padding-top: 0;
}
.offcanvas.mobile-offcanvas .offcanvas-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--gray);
}
.offcanvas.mobile-offcanvas .offcanvas-items {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid rgba(222, 227, 235, .5);
    padding: 10px 0;
}

.icons-social-media {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
}
.icons-social-media.detail {
    color: var(--gray);
    border: 1px solid #eee;
}
.icons-social-media.detail:hover {
    color: var(--white);
    border: none;
    background-color: var(--blue);
}
.icons-social-media.facebook {
    background-color: #3a64fc;
}
.icons-social-media.instagram {
    background-color: #c742e9;
}
.icons-social-media.twitter {
    background-color: #35d4f8;
}
.icons-social-media.youtube {
    background-color: #ef3226;
}
.icons-social-media.linkedin {
    background-color: #05b9f2;
}
.footer-two {
    padding: 45px 0;
}
.footer-two .guvenli-alisveris-footer {
    border-radius: 40px;
    border: 2px solid #267f4e;
    padding: 8px 18px;
}
.footer-two .guvenli-alisveris-footer span {
    color: #267f4e;
    font-size: 14px;
    font-weight: 400;
}
.footer-two .footer-two-text {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.category-box .img-box {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #efefef;
}
.category-box .img-box img {
    width: 100%;
    height: 100%;
    max-width: 100%}
.category-box .text {
    color: var(--gray);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.small-slider {
    padding: 9px 0;
    background-color: var(--white);
    border-radius: 0 0 10px 10px;
}
.small-slider .small-slider-image {
    width: 70px;
    height: 70px;
    border-radius: 50%}
.small-slider .small-slider-image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%}
.owl-button {
    border: none;
    background-color: transparent;
    padding: 10px 35px;
}
.owl-button:hover {
    background-color: var(--orange);
    border-radius: 40px;
}
.owl-button:hover i {
    color: var(--white);
}
.owl-button i {
    color: #b6b6b6;
    font-size: 20px;
}
.main-banner-dikey .title {
    color: var(--gray);
    font-size: 16px;
    font-weight: 400;
}
.main-banner-dikey .title span {
    font-weight: 600;
}
.main-banner-dikey .image-box {
    transition: all 1s cubic-bezier(.25, .46, .45, .94);
    width: 100%;
    /* height: 270px; */
}
.main-banner-dikey .image-box img {
    transition: all 1s cubic-bezier(.25, .46, .45, .94);
    width: 100%;
    /* height: 100%; */
    max-width: 100%}
.main-banner-dikey .image-box img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.main-title {
    color: var(--gray);
    font-size: 22px;
    font-weight: 400;
}
.main-title span {
    font-weight: 600;
}
.kacirilmayacak {
    background-color: var(--white);
    border-radius: 10px;
}
.kacirilmayacak .kacirilmayacak-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}
.kacirilmayacak .kacirilmayacak-button {
    background-color: #eee;
    border: none;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kacirilmayacak .kacirilmayacak-button:hover {
    color: var(--white);
    background-color: var(--orange);
}
.kacirilmayacak .kacirilmayacak-button.customPrevBtn1 {
    border-radius: 45px 0 0 45px;
}
.kacirilmayacak .kacirilmayacak-button.customNextBtn1 {
    border-radius: 0 45px 45px 0;
}
.kacirilmayacak .kacirilmayacak-button.customPrevBtn2 {
    border-radius: 45px 0 0 45px;
}
.kacirilmayacak .kacirilmayacak-button.customNextBtn2 {
    border-radius: 0 45px 45px 0;
}
.kacirilmayacak .kacirilmayacak-button.customPrevBtn3 {
    border-radius: 45px 0 0 45px;
}
.kacirilmayacak .kacirilmayacak-button.customNextBtn3 {
    border-radius: 0 45px 45px 0;
}
.kacirilmayacak .kacirilmayacak-button.customPrevBtn4 {
    border-radius: 45px 0 0 45px;
}
.kacirilmayacak .kacirilmayacak-button.customNextBtn4 {
    border-radius: 0 45px 45px 0;
}
.kacirilmayacak .kacirilmayacak-button.customPrevBtn5 {
    border-radius: 45px 0 0 45px;
}
.kacirilmayacak .kacirilmayacak-button.customNextBtn5 {
    border-radius: 0 45px 45px 0;
}
.main-banner {
    width: 100%;
    transition: all 1s cubic-bezier(.25, .46, .45, .94);
}
.main-banner img {
    transition: all 1s cubic-bezier(.25, .46, .45, .94);
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 10px;
}
.main-banner img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.main-banner.sm {
    height: 190px;
}
/* .main-banner.md {
    height: 275px;
} */
.main-link {
    padding: 7px 7px 7px 14px;
    border: 1px solid var(--orange);
    border-radius: 5px;
    color: var(--orange);
    font-size: 14px;
    font-weight: 400;
}
.main-link:hover {
    background-color: var(--orange);
    color: var(--white);
}
.main-category-sidebar {
    background-color: #eef2f8;
    border-radius: 10px 0 0 10px;
    height: 100%}
.main-category-sidebar .sidebar-header {
    padding: 16px 40px 16px 20px;
}
.main-category-sidebar .sidebar-body {
    padding: 15px 0 15px 20px;
}
.main-category-sidebar .main-tabs-items {
    padding: 10px 7px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dee3eb;
    width: 100%;
    font-weight: 400;
}
.main-category-sidebar .main-tabs-items.active {
    background-color: var(--white);
    border-radius: 5px 0 0 5px;
    color: var(--orange);
}
.main-category-sidebar .main-tabs-items {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.main-sidebar-right {
    background-color: var(--white);
}
.marka-card .img-box {
    padding: 20px 15px;
    border: 1px solid #eee;
}
.marka-card .img-box img {
    width: 100%;
    max-width: 100%;
    height: 70px;
}
.marka-card .marka-name {
    color: var(--gray);
    font-size: 14px;
    font-weight: 600;
}
#markalar-slider {
    padding: 20px;
}
.main-slider-image {
    height: 415px;
    width: 100%}
.main-slider-image img {
    width: 100%;
    height: 100%;
    max-width: 100%}
.profile-sidebar .profile-image {
    width: 55px;
    height: 55px;
}
.profile-sidebar .profile-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 50%}
.profile-sidebar .user-text {
    color: var(--gray);
    font-size: 12px;
    font-weight: 300;
}
.profile-sidebar .user-name {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.profile-sidebar .sidebar-menu-items {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--gray);
    border-bottom: 1px solid #e8e8e8;
}
.profile-sidebar .sidebar-menu-items.active {
    color: var(--orange);
}
.profile-sidebar .sidebar-menu-items.active .svg-icons {
    color: var(--orange);
}
.profile-sidebar .sidebar-menu-items .svg-icons {
    color: rgba(68, 68, 68, .5);
}
.cagri-box {
    background-color: transparent;
    border-radius: 5px;
    padding: 10px 12px;
}
.cagri-box .text {
    font-size: 12px;
    font-weight: 400;
}
.cagri-box .number {
    color: var(--gray);
    font-size: 18px;
    font-weight: 600;
}
.cagri-box.arama {
    border: 1px solid var(--orange);
}
.cagri-box.arama .text {
    color: var(--orange);
}
.cagri-box.whatsapp {
    border: 1px solid #28bc6b;
}
.cagri-box.whatsapp .text {
    color: #28bc6b;
}
.profile-content {
    background-color: var(--white);
    border-radius: 10px;
}
.profile-content .title-section {
    padding: 20px;
}
.profile-content .title-section .svg-icons {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 5px;
}
.profile-content .profile-title {
    color: var(--gray);
    font-size: 22px;
    font-weight: 600;
}
.profile-content .profile-text {
    color: var(--gray);
    font-weight: 300;
    font-size: 12px;
}
.profile-content .menu-section {
    padding: 30px 20px;
}
.profile-content .menu-section.odeme-basarili {
    padding: 60px 0;
}
.profile-content .menu-section.odeme-basarili .odeme-basarili-tamam {
    color: var(--gray);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.profile-content .menu-section.odeme-basarili .odeme-basarili-two {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
.profile-content .menu-section.odeme-basarili .odeme-basarili-button {
    border-radius: 5px;
    border: 2px solid #e8e8e8;
    padding: 8px 17px;
    color: rgba(68, 68, 68, .5);
    font-size: 14 px;
    font-weight: 600;
}
.profile-content .menu-section.odeme-basarili .odeme-basarili-button.two {
    background-color: #267f4e;
    color: var(--white);
    border: 2px solid #267f4e;
}
.profile-content .profile-menu-card {
    border: 1px solid #eee;
    padding: 13px;
    border-radius: 5px;
}
.profile-content .profile-menu-card .svg-icon {
    padding: 15px;
    border-radius: 5px;
    background-color: #eef2f8;
}
.profile-content .profile-menu-card .title {
    color: var(--gray);
    font-size: 16px;
    font-weight: 600;
}
.profile-content .profile-menu-card .profile-card-text {
    color: var(--gray);
    font-size: 12px;
    font-weight: 400;
}
.tum-siparisler-button {
    padding: 7px 20px;
    border: 1px solid rgba(68, 68, 68, .5);
    border-radius: 5px;
    color: rgba(68, 68, 68, .5);
    font-size: 14px;
    font-weight: 400;
}
.menu-section .card {
    border-radius: 10px;
    border: .5px solid #e2e2e2;
    padding: 18px 20px!important;
}
.menu-section .card .img-box {
    border: 1px solid #e2e2e2;
    border-radius: 50%}
.menu-section .card .date {
    color: #444;
    font-weight: 400;
    font-size: 14px;
}
.menu-section .card .no {
    color: #444;
    font-weight: 300;
    font-size: 12px;
}
.menu-section .card .no .code {
    font-weight: 600;
}
.menu-section .card .icon-success {
    background-color: #0d8c73;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-section .card .text-success {
    color: #0d8c73!important;
    font-weight: 500;
}
.menu-section .card .icon-primary {
    background-color: #0755cb!important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-section .card .text-primary {
    color: #0755cb!important;
    font-weight: 500;
}
.menu-section .card .icon-danger {
    background-color: #f21e10;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-section .card .text-gray {
    color: #848484!important;
    font-weight: 500;
}
.menu-section .card .icon-gray {
    background-color: #848484;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-section .card .text-orange {
    color: #ff6700!important;
    font-weight: 500;
}
.menu-section .card .icon-orange {
    background-color: #ff6700;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-section .card .text-danger {
    color: #f21e10!important;
    font-weight: 500;
}
.menu-section .card .card-right .price {
    color: #0d8c73;
    font-weight: 600;
    font-size: 14px;
}
.menu-section .card .card-right p {
    font-weight: 300;
    color: #282d35;
    font-size: 14px;
    margin-top: .5rem;
}
.menu-section .card .card-right p span {
    color: #282d35;
    font-weight: 600;
    font-size: 12px;
}
.menu-section .card .button-card {
    padding: 10px 30px;
    background-color: #848484;
    color: #fff;
    border-radius: 5px;
    border: none;
}
.menu-section .card .button-card.teslimat {
    background-color: #ff6700;
}
.menu-section .card .button-card:hover {
    background-color: #ff6700;
}
.menu-section .card .nav-item {
    font-weight: 500;
    color: inherit;
}
.siparis-images .img-box {
    width: 55px;
    max-width: 55px;
    height: 55px;
    display: grid;
    background-color: #fff;
    place-items: center;
}
.siparis-images .img-box img {
    width: 55px;
    height: 55px;
    max-width: 55px;
    border-radius: 50%}
.siparis-images .img-box:not(:first-child) {
    margin-left: -20px;
    z-index: 99;
}
.siparis-images .badge-area {
    margin-left: -20px;
    z-index: 9999;
}
.siparis-images .badge-area .badge {
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 12px;
    color: #111;
    font-weight: 400;
}
.width-card {
    width: 155px;
}
.siparis-detay-card .title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
}
.siparis-detay-card .adres-card {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    background: #fff;
}
.siparis-detay-card .adres-card h6 {
    color: #444;
    font-weight: 600;
    font-size: 16px;
}
.siparis-detay-card .adres-card .adres-text {
    color: #444;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
}
.siparis-detay-card .adres-card .banka-card {
    border-radius: 5px;
    background: #f5f5f5;
}
.siparis-detay-card .adres-card .banka-card .card-no {
    color: #000;
    font-size: 12px;
    font-weight: 300;
}
.siparis-detay-card .adres-card .banka-card .banka-card-info {
    font-weight: 500;
    color: #267f4e;
    font-size: 14px;
}
.siparis-detay-card .adres-card .banka-card .banka-card-info span {
    color: #000;
    font-weight: 300;
}
.bottom-card-detail-page .page-bottom-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.bottom-card-detail-page .page-bottom-card {
    border-radius: 5px;
    border: .5px solid #e2e2e2;
}
.bottom-card-detail-page .page-bottom-card .image-box {
    border: 1px solid #eee;
    border-radius: 5px;
    width: 97px;
    min-width: 97px;
    height: 134px;
}
.bottom-card-detail-page .page-bottom-card .image-box img {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    height: 100%}
.bottom-card-detail-page .page-bottom-card .urun-adi {
    color: #444;
    font-weight: 400;
    font-size: 14px;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bottom-card-detail-page .page-bottom-card .beden {
    color: #444;
    font-size: 13px;
    font-weight: 300;
}
.bottom-card-detail-page .page-bottom-card .beden span {
    font-weight: 600;
}
.bottom-card-detail-page .page-bottom-card .indirim-fiyat {
    color: #444;
    font-size: 16px;
    font-weight: 300;
    text-decoration: line-through;
}
.bottom-card-detail-page .page-bottom-card .fiyat {
    color: #ff6700;
    font-size: 16px;
    font-weight: 600;
}
.alert-login {
    border: 2px solid var(--red);
    padding: 12px;
    border-radius: 5px;
    background-color: #fff3f4;
}
.alert-login .text {
    color: var(--red);
    font-size: 14px;
    font-weight: 400;
}
.alert-login.success {
    border-color: var(--green);
    background-color: #caf7df;
}
.alert-login.success .text {
    color: var(--green);
}
.alert-login.orange {
    border-color: #ff6700;
    background-color: #fff7f1;
}
.alert-login.orange .text {
    color: #ff6700;
}
.user-input-text {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.user-inputs {
    border-radius: 5px;
    border: 2px solid #e8e8e8;
    background-color: #f5f5f5;
    padding: 7px 15px;
}
.user-inputs:focus {
    outline: 0;
}
.form-select.user-inputs:focus {
    box-shadow: none;
    border-color: #e8e8e8;
}
.user-cinsiyet-box {
    padding: 10px;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 2px solid #e8e8e8;
}
.user-cinsiyet-box.odeme {
    background-color: var(--white);
}
.user-cinsiyet-box.odeme .kargo-firma {
    color: #444;
    font-size: 14px;
    font-weight: 500;
}
.user-cinsiyet-box.odeme .teslimat-tarihi {
    color: #444;
    font-size: 12px;
    font-weight: 300;
}
.user-cinsiyet-box.odeme .teslimat-tarihi span {
    color: #267f4e;
}
.user-cinsiyet-box .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #e1e1e1;
}
.user-cinsiyet-box .form-check-input:focus {
    box-shadow: none;
}
.user-cinsiyet-box .form-check-label {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.user-cinsiyet-box .form-check-input:checked {
    background-color: var(--orange);
    border: 2px solid var(--orange);
}
.user-cinsiyet-box .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.2989 5.22185C14.2292 5.15155 14.1463 5.09576 14.0549 5.05768C13.9635 5.0196 13.8654 5 13.7664 5C13.6674 5 13.5694 5.0196 13.478 5.05768C13.3866 5.09576 13.3037 5.15155 13.2339 5.22185L7.64644 10.8168L5.29894 8.46185C5.22655 8.39192 5.14109 8.33693 5.04745 8.30003C4.95381 8.26313 4.85382 8.24503 4.75318 8.24677C4.65255 8.24851 4.55324 8.27006 4.46093 8.31018C4.36862 8.3503 4.28512 8.40821 4.21519 8.4806C4.14526 8.55299 4.09028 8.63845 4.05337 8.73209C4.01647 8.82573 3.99837 8.92572 4.00011 9.02636C4.00186 9.12699 4.0234 9.2263 4.06352 9.31861C4.10364 9.41092 4.16155 9.49442 4.23394 9.56435L7.11394 12.4443C7.18366 12.5146 7.26661 12.5704 7.35801 12.6085C7.4494 12.6466 7.54743 12.6662 7.64644 12.6662C7.74545 12.6662 7.84348 12.6466 7.93487 12.6085C8.02627 12.5704 8.10922 12.5146 8.17894 12.4443L14.2989 6.32435C14.3751 6.25412 14.4358 6.16888 14.4774 6.074C14.5189 5.97913 14.5404 5.87668 14.5404 5.7731C14.5404 5.66952 14.5189 5.56707 14.4774 5.47219C14.4358 5.37732 14.3751 5.29208 14.2989 5.22185Z' fill='white'/%3E%3C/svg%3E");
}
.user-guncelle-button {
    border-radius: 5px;
    border: 2px solid #ff6700;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    color: #ff6700;
    font-size: 16px;
    font-weight: 600;
}
.user-guncelle-button.orange {
    background-color: #ff6700;
    color: var(--white);
}
.address-card {
    border-radius: 5px;
    border: 1px solid #eee;
}
.address-card.two {
    padding: 32px 0;
}
.address-card .adres-ekle-button {
    border-radius: 5px;
    background-color: #848484;
    border: none;
    padding: 7px 15px;
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
}
.address-card .address-card-header {
    padding: 10px 15px;
}
.address-card .address-card-header .adres-adi {
    color: var(--gray);
    font-size: 16px;
    font-weight: 500;
}
.address-card .address-card-header .sil-button {
    color: var(--red);
    background-color: transparent;
    border: none;
}
.address-card .address-card-body {
    padding: 15px;
}
.address-card .address-card-body .username {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.address-card .address-card-body .adres-bilgi {
    color: var(--gray);
    font-size: 12px;
    font-weight: 400;
}
.address-card .address-card-body .adres-bilgi-bold {
    color: var(--gray);
    font-size: 12px;
    font-weight: 600;
}
.address-card .address-card-body .duzenle-button {
    background-color: var(--orange);
    color: var(--white);
    padding: 7px 15px;
    border: none;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
}
.indirim-kupon-card {
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 15px 60px 15px 15px;
}
.indirim-kupon-card .indirim-kod {
    border-radius: 5px;
    background: #ff6700;
    padding: 10px 14px;
}
.indirim-kupon-card .indirim-kod .kupon-title {
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
}
.indirim-kupon-card .indirim-kod .kupon-kodu {
    color: var(--white);
    font-size: 22px;
    font-weight: 600;
}
.indirim-kupon-card .kampanya {
    color: var(--gray);
    font-size: 12px;
    font-weight: 400;
}
.indirim-kupon-card .indirim-red {
    color: var(--red);
    font-size: 14px;
    font-weight: 600;
}
.indirim-kupon-card .kupon-durum {
    font-weight: 600;
    font-size: 16px;
}
.indirim-kupon-card .kupon-durum.kullanilabilir {
    color: #267f4e;
}
.indirim-kupon-card .kupon-durum.sure-doldu {
    color: #f21e10;
}
.indirim-kupon-card .kupon-durum.kullanildi {
    color: #0755cb;
}
.indirim-kupon-card .width-durum {
    width: 140px;
}
.yardim-search {
    padding: 35px;
    background: linear-gradient(180deg, #09002b 0, #130740 100%);
    border-radius: 5px;
}
.yardim-search .yardim-search-input {
    padding: 10px 20px;
    width: 100%;
    border-radius: 50px;
    border: none;
}
.yardim-search .yardim-search-input:focus {
    outline: 0;
}
.yardim-search .yardim-search-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
    background-color: transparent;
    border: none;
}
.yardim-kategori {
    color: var(--gray);
    font-size: 18px;
    font-weight: 600;
}
.yardim-menu {
    border-radius: 5px;
    border: 1px solid #eee;
}
.yardim-menu .yardim-menu-items {
    padding: 14px 20px;
}
.yardim-menu .yardim-menu-items:hover .icons {
    color: var(--orange);
}
.yardim-menu .yardim-menu-items:hover .title {
    color: var(--orange);
}
.yardim-menu .yardim-menu-items .icons {
    color: var(--gray);
}
.yardim-menu .yardim-menu-items .title {
    color: var(--gray);
    font-size: 16px;
    font-weight: 600;
}
.yardim-menu .yardim-menu-items .text {
    color: var(--gray);
    font-size: 12px;
    font-weight: 400;
}
.yardim-sss .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.yardim-sss .accordion-button:focus {
    box-shadow: none;
}
.yardim-sss .accordion-button {
    color: var(--gray);
    font-size: 14px;
    font-weight: 500;
}
.yardim-sss .accordion-button[aria-expanded=true] {
    color: #ff6700;
}
.uyeliktext {
    color: var(--gray);
    font-size: 12px;
    font-weight: 400;
}
.form-check-input:checked {
    background-color: var(--orange);
    border-color: var(--orange);
}
.alisveris-tabs-items {
    padding: 15px;
    background-color: var(--white);
    border-radius: 5px;
    border: 2px solid #e1edff;
    text-align: start;
}
.alisveris-tabs-items.active {
    border: 2px solid #ff6700;
    background-color: #fff7f1;
}
.alisveris-tabs-items .title {
    color: var(--gray);
    font-size: 14px;
    font-weight: 600;
}
.alisveris-tabs-items .text {
    color: var(--gray);
    font-size: 12px;
    font-weight: 300;
    text-align: start;
}
.sifremi-unuttum-text {
    color: #ff6700;
    font-size: 14px;
    font-weight: 600;
}
.login-button {
    padding: 13px;
    width: 100%;
    background-color: #ff6700;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #ff6700;
}
.login-button.outline {
    border: 2px solid rgba(68, 68, 68, .25);
    background-color: transparent;
    color: rgba(68, 68, 68, .7);
}
.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: #ff6700;
}
.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;
}
.credit-card {
    width: 100%;
    border-radius: 10px;
    background: #fffcf9;
    height: 196px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    padding: 23px;
}
.credit-card .card-number-input {
    margin: 13px 0;
}
.credit-card #credit-card-username {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.credit-card .credit-card-number-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.credit-card #card-number-input-view {
    border-radius: 5px;
    border: 2px solid #ff6700;
    width: 100%;
    padding: 8px 15px;
}
.credit-card #card-number-input-view:focus {
    outline: 0;
}
.card-banka-title {
    color: var(--gray);
    font-size: 12px;
    font-weight: 300;
}
.card-banka-title span {
    font-weight: 600;
}
.card-ıban-no {
    color: var(--gray);
    font-size: 12px;
    font-weight: 600;
}
.banka-secimi:focus {
    box-shadow: none;
}
@media only screen and (max-width:990px) {
    .address-card.mobile {
    padding: 30px 0;
}
.yardim-search {
    padding: 14px;
}
.yardim-search .yardim-search-button {
    right: 20px;
}
.menu-section .card .button-card {
    text-align: center;
}
.odeme-yontemleri .profile-content .menu-section {
    padding: 10px;
}
.credit-card {
    padding: 23px 10px;
}
.payment-steps .step-divider {
    width: 130px;
}
}.product-card-slider {
    border-right: 1px solid #eee;
    padding: 20px;
}
.product-card-slider .name {
    color: var(--gray);
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card-slider .image-box {
    width: 100%;
    height: 240px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.product-card-slider .image-box img {
    width: 100%;
    height: 100%;
    max-width: 100%}
.product-card-slider .price {
    color: var(--orange);
    font-size: 18px;
    font-weight: 600;
}
.product-card-slider .price-discount {
    color: var(--gray);
    font-size: 14px;
    font-weight: 300;
    text-decoration: line-through;
}
.product-card {
    padding: 20px;
    border-right: 1px solid #eee;
}
.product-card .image-box {
    height: 280px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee;
}
.product-card .image-box img {
    width: 100%;
    height: 100%;
    max-width: 100%}
.product-card .name {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card .category {
    font-size: 12px;
    font-weight: 300;
    color: #848484;
}
.product-card .price-discount {
    color: var(--gray);
    font-size: 14px;
    font-weight: 300;
    text-decoration: line-through;
}
.product-card .indirim-oran {
    color: var(--red);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.product-card .price {
    color: var(--gray);
    font-size: 18px;
    font-weight: 600;
}
.product-card .kargo-text {
    font-size: 12px;
    font-weight: 300;
}
.product-card .kargo-text span {
    font-weight: 500;
}
.product-card .kargo-text.blue {
    color: var(--blue);
}
.product-card .kargo-text.green {
    color: var(--green);
}
.product-card .product-badge {
    padding: 5px 10px;
    background-color: var(--orange);
    color: var(--white);
    border-radius: 30px;
    position: absolute;
    top: 10px;
    font-size: 12px;
    font-weight: 400;
    left: 10px;
}
.product-card .fiyatlar {
    display: flex;
}
.product-card .favorilereekle {
    visibility: hidden;
    opacity: 0;
    height: 0;
    display: none;
    border: 1px solid #eee;
    min-width: 35px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 12px;
}
.product-card .sepet-button {
    visibility: hidden;
    opacity: 0;
    height: 0;
    display: none;
    background-color: var(--orange);
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    height: 52px;
}
.product-card:hover .fiyatlar {
    display: none;
}
.product-card:hover .favorilereekle {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transition: opacity .5s ease-in-out;
    height: fit-content;
    display: block;
}
.product-card:hover .sepet-button {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transition: opacity .5s ease-in-out;
    height: fit-content;
    display: block;
}
.product-detail-page {
    background-color: var(--white);
    border-radius: 10px;
}
.product-detail-page .left {
    padding: 20px;
}
.product-detail-page .left .slider-ust {
    border: 1px solid #eee;
}
.product-detail-page .orta {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.product-detail-page .orta .section-one {
    padding: 20px;
}
.product-detail-page .orta .section-two {
    padding: 20px;
}
.product-detail-page .orta .section-three {
    padding: 20px;
}
.product-detail-page .right .section-one {
    padding: 20px;
}
.product-detail-page .right .section-two {
    padding: 20px;
}
.product-detail-page .right .section-two .title {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray);
}
.product-detail-page .right .section-three {
    padding: 20px;
}
.product-detail-page .right .section-four {
    padding: 20px;
    background-color: #fff9e9;
}
.product-detail-page .right .section-four .title {
    color: var(--gray);
    font-size: 14px;
    font-weight: 500;
}
.product-detail-page .right .section-four .haber-text {
    color: var(--gray);
    font-size: 12px;
    font-weight: 400;
}
.product-detail-page .right .section-five {
    padding: 20px;
}
.product-detail-page .right .section-five .kargo-text {
    font-size: 12px;
    font-weight: 300;
}
.product-detail-page .right .section-five .kargo-text span {
    font-weight: 500;
}
.product-detail-page .right .section-five .kargo-text.blue {
    color: var(--blue);
}
.product-detail-page .right .section-five .kargo-text.green {
    color: var(--green);
}
.product-detail-page .right .rating {
    color: var(--gray);
    font-size: 16px;
    font-weight: 600;
}
.product-detail-page .right .fiyat-alarm-text {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.product-detail-page .product-name {
    color: var(--gray);
    font-size: 22px;
    font-weight: 500;
}
.product-detail-page .urun-marka {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding: 7px 20px;
    color: var(--gray);
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
.product-detail-page .stok-kodu {
    color: var(--gray);
    font-size: 14px;
    font-weight: 500;
}
.product-detail-page .product-discount {
    color: var(--gray);
    font-size: 18px;
    font-weight: 300;
    text-decoration: line-through;
}
.product-detail-page .indirim-orani {
    color: var(--red);
    font-size: 18px;
    font-weight: 600;
}
.product-detail-page .price-product {
    color: var(--gray);
    font-size: 30px;
    font-weight: 600;
}
.product-detail-page .indirim-text {
    color: var(--green);
    font-size: 12px;
    font-weight: 300;
}
.product-detail-page .renk-box {
    width: 50px;
    height: 68px;
    border: none;
    padding: 0;
    border: 1px solid #eee;
}
.product-detail-page .renk-box img {
    width: 100%;
    height: 100%;
    max-width: 100%}
.product-detail-page .renk-box.active {
    border-color: var(--orange);
}
.product-detail-page .beden-baslik {
    color: var(--gray);
    font-size: 14px;
    font-weight: 600;
}
.product-detail-page .beden-baslik span {
    font-weight: 300;
}
.product-detail-page .beden-button {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
    padding: 7px 13px;
    border: 2px solid #e1e1e1;
    border-radius: 5px;
    background-color: var(--white);
}
.product-detail-page .beden-button.active {
    border-color: var(--orange);
}
.product-detail-page .sepete-ekle-button {
    padding: 10px 20px;
    background-color: var(--orange);
    color: var(--white);
    font-size: 18px;
    border: none;
    font-weight: 500;
    border-radius: 5px;
}
.breadcumb .items {
    color: var(--gray);
    font-size: 12px;
    font-weight: 300;
}
.adet .adet-input .adet-button {
    background-color: #f2f1f1;
    border-radius: 5px;
    max-width: 75px;
    width: 75px;
    justify-content: space-between;
    padding: 5px 10px;
}
.adet .adet-input .adet-button .adet-arrow button {
    display: inline-block;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adet .adet-input .adet-button .adet-arrow i {
    font-size: .5rem!important;
}
.adet .adet-input .adet-button .adet-sayi {
    background-color: transparent;
    border: none;
    width: 30px;
}
.adet .adet-input .adet-button .adet-sayi:focus {
    border: none!important;
}
.adet .adet-input .adet-button .adet-sayi:focus-visible {
    border: none!important;
}
.adet .adet-input .adet-button .btn {
    --bs-btn-border-width: none;
    --bs-btn-border-color: none;
    --bs-btn-border-radius: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-box-shadow: none;
}
.tahmini-teslimat {
    color: var(--gray);
    font-size: 12px;
    font-weight: 500;
}
.birlikte-card {
    padding: 20px;
    border-right: 1px solid #eee;
}
.birlikte-card .image-box {
    min-width: 135px;
    border-radius: 5px;
    border: 1px solid #eee;
    height: 190px;
}
.birlikte-card .image-box img {
    width: 100%;
    height: 100%;
    max-width: 100%}
.birlikte-card .ozel-teklif {
    color: var(--green);
    font-size: 12px;
    font-weight: 300;
}
.birlikte-card .product-name-birlikte {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--gray);
    font-size: 14px;
    font-weight: 500;
}
.birlikte-card .bu-urun {
    color: var(--red);
    font-size: 12px;
    font-weight: 400;
}
.birlikte-card .product-discount {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}
.birlikte-card .indirim-orani {
    color: var(--red);
    font-size: 14px;
    font-weight: 600;
}
.birlikte-card .price {
    color: var(--gray);
    font-size: 18px;
    font-weight: 600;
}
.birlikte-card .sepete-ekle-button {
    padding: 7px 20px;
    background-color: var(--orange);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
}
.urundetay-tabs {
    background-color: #eef2f8;
    border-bottom: none;
}
.urundetay-tabs .nav-item {
    border-right: 1px solid #dfe3e9;
}
.urundetay-tabs .nav-item:last-child {
    border: none;
}
.urundetay-tabs .tabs-items {
    padding: 12px 25px;
    background-color: transparent;
    border: none;
    color: var(--gray);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .32px;
}
.urundetay-tabs .tabs-items.active {
    font-weight: 600;
    background-color: var(--white);
    border: none;
}
.tab-content.urundetay {
    padding: 25px;
}
.category-sidebar .accordion {
    background-color: #f4f4f4;
}
.category-sidebar .accordion-item {
    border: none!important;
}
.category-sidebar .accordion-item .accordion-button {
    color: var(--gray);
    font-size: 16px;
    font-weight: 600;
}
.category-sidebar .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.category-sidebar .accordion-item .accordion-button:focus {
    box-shadow: none;
    border-color: #eee;
}
.category-sidebar .accordion-item .accordion-button:not(.collapsed) {
    background: 0 0;
    box-shadow: none;
}
.category-sidebar .sidebar-title {
    color: var(--gray);
    font-size: 14px;
    font-weight: 600;
}
.category-sidebar .kategoriler {
    padding: 0 15px;
}
.category-sidebar .kategoriler .sidebar-items {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.category-sidebar .accordion-body {
    border-bottom: 1px solid #eee;
}
.category-sidebar .switch-text {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.category-sidebar .form-switch .form-check-input {
    width: 49px;
    height: 25px;
}
.category-sidebar .sidebar-search {
    border-radius: 3px;
    background: #c4c4c4;
    border: none;
    width: 50px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-sidebar .sidebar-items {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.input-min-max {
    border-radius: 3px;
    border: 1px solid rgba(57, 62, 70, .15);
    background: rgba(57, 62, 70, .1);
}
.kategori-urunler {
    background-color: var(--white);
    border-radius: 5px;
}
.login-text {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.login-box {
    background-color: var(--white);
    padding: 25px;
    border-radius: 10px 0 0 10px;
    width: 466px;
}
.login-box.sifremi-unuttum {
    padding: 35px 25px 25px 25px;
}
.login-box .form-check-label {
    color: var(--gray);
    font-size: 12px;
    font-weight: 400;
}
.login-box .checkbox-sidebar {
    border-radius: 5px;
    border: 2px solid #e1e1e1;
    width: 20px;
    height: 20px;
}
.login-box .checkbox-sidebar:focus {
    box-shadow: none;
}
.login-box .form-check-input:checked {
    background-color: var(--orange);
    border-color: var(--orange);
}
.login-tabs-items {
    color: var(--gray);
    font-size: 16px;
    font-weight: 600;
    padding: 8px 60px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 5px;
}
.login-tabs-items.active {
    background-color: var(--white);
}
.login-tabs {
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    border: none;
}
.alert-login {
    border: 2px solid var(--red);
    padding: 12px;
    border-radius: 5px;
    background-color: #fff3f4;
}
.alert-login .text {
    color: var(--red);
    font-size: 14px;
    font-weight: 400;
}
.alert-login.success {
    border-color: var(--green);
    background-color: #caf7df;
}
.alert-login.success .text {
    color: var(--green);
}
.login-input-text {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.login-inputs {
    border: 2px solid #e8e8e8;
    background-color: var(--white);
    border-radius: 5px;
    padding: 8px 10px;
    width: 100%}
.login-inputs:focus {
    outline: 0;
}
.password-register {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.sifremi-unuttum-text {
    color: #ff6700;
    font-size: 14px;
    font-weight: 600;
}
.login-button {
    padding: 13px;
    width: 100%;
    background-color: #ff6700;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #ff6700;
}
.login-button.outline {
    border: 2px solid rgba(68, 68, 68, .25);
    background-color: transparent;
    color: rgba(68, 68, 68, .7);
}
.login-right-box {
    background-color: #eef2f8;
    border-radius: 0 10px 10px 0;
    padding: 25px;
    width: 350px;
}
.login-right-box .title {
    color: var(--gray);
    font-size: 16px;
    font-weight: 600;
}
.login-right-box .text {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.login-right-box .social-media-box {
    border: 2px solid #3b5998;
    border-radius: 5px;
    padding: 10px;
}
.login-right-box .social-media-box .text {
    color: #3b5998;
    font-size: 14px;
    font-weight: 400;
}
.login-right-box .social-media-box .text span {
    font-weight: 600;
}
.login-right-box .social-media-box.twitter {
    border-color: #1da1f2;
}
.login-right-box .social-media-box.twitter .text {
    color: #1da1f2;
}
.login-right-box .social-media-box.google {
    border-color: #db4437;
}
.login-right-box .social-media-box.google .text {
    color: #db4437;
}
.sifre-yenile-title {
    color: var(--gray);
    font-size: 16px;
    font-weight: 600;
}
.sifre-yenile-text {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.guvenli-alisveris {
    border: 2px solid #267f4e;
    border-radius: 40px;
    padding: 8px 20px;
}
.guvenli-alisveris .text {
    color: #267f4e;
    font-size: 14px;
    font-weight: 500;
}
.content-text {
    width: 580px;
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
@media only screen and (max-width:990px) {
    .content-text {
    width: 100%}
.login-tabs {
    justify-content: center;
}
.login-tabs-items {
    padding: 8px 30px;
}
.mobil-input-div {
    width: 100%}
.login-right-box {
    width: 100%;
    border-radius: 10px;
}
.login-box {
    width: 100%;
    border-radius: 10px;
}
.login-text {
    text-align: center;
}
}.sepet-content {
    background-color: var(--white);
    border-radius: 10px;
}
.sepet-content .title-section {
    padding: 20px;
}
.sepet-content .title-section .svg-icons {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 5px;
}
.sepet-content .menu-section {
    padding: 30px 20px;
}
.sepet-baslik {
    color: var(--gray);
    font-size: 22px;
    font-weight: 400;
}
.sepet-adet {
    color: rgba(68, 68, 68, .5);
    font-size: 12px;
    font-weight: 400;
}
.ucretsiz-kargo {
    color: #267f4e;
    font-size: 14px;
    font-weight: 600;
}
.sepet-alert {
    padding: 20px;
    border: 2px solid #267f4e;
    border-radius: 5px;
}
.sepet-alert .text {
    color: #267f4e;
    font-size: 16px;
    font-weight: 400;
}
.sepet-alert .alisveris-devam-edin {
    padding: 7px 7px 7px 10px;
    background-color: #267f4e;
    border-radius: 5px;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
}
.sepet-card {
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 20px;
}
.sepet-card .quantity {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}
.sepet-card .quantity .quantity-button {
    width: 45px;
    height: 45px;
    background-color: #fafafa;
    border: none;
    font-size: 20px;
    color: rgba(68, 68, 68, .5);
}
.sepet-card .quantity .quantity-button.plus {
    border-radius: 0 3px 3px 0;
}
.sepet-card .quantity .quantity-button.minus {
    border-radius: 0 3px 3px 0;
}
.sepet-card .quantity .quantity-button:focus {
    color: var(--orange);
}
.sepet-card .quantity .quantity-input {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--gray);
    background-color: transparent;
}
.sepet-card .quantity .quantity-input:focus {
    outline: 0;
}
.sepet-card .quantity input::-webkit-inner-spin-button, .sepet-card .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.sepet-card .quantity input[type=number] {
    -moz-appearance: textfield;
}
.sepet-card .image-box {
    width: 70px;
    height: 90px;
    min-width: 70px;
    border-radius: 5px;
}
.sepet-card .image-box img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 5px;
}
.sepet-card .image-box .sepet-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    border: 2px solid var(--white);
    background-color: #848484;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sepet-card .product-name {
    color: var(--gray);
    font-size: 14px;
    font-weight: 600;
    width: 300px;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sepet-card .beden {
    color: var(--gray);
    font-size: 12px;
    font-weight: 500;
}
.sepet-card .price-discount {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}
.sepet-card .price {
    color: var(--orange);
    font-size: 18px;
    font-weight: 600;
}
.sepet-card .custom-alert {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #4caf50;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.sepet-right-card {
    border-radius: 10px;
    background-color: var(--white);
}
.sepet-right-card .sepet-right-card-header {
    padding: 20px;
}
.sepet-right-card .sepet-right-card-header .toplam-fiyat-text {
    color: #ff6700;
    font-size: 14px;
    font-weight: 400;
}
.sepet-right-card .sepet-right-card-header .toplam-fiyat {
    color: #444;
    font-size: 22px;
    font-weight: 600;
}
.sepet-right-card .sepet-right-card-header .alisveris-tamamla {
    background-color: #ff6700;
    padding: 7px 15px;
    border-radius: 5px;
    border: none;
    width: 100%;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
}
.sepet-right-card .sepet-right-card-body {
    padding: 20px;
}
.sepet-right-card .sepet-right-card-body .title {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.sepet-right-card .sepet-right-card-body .number {
    font-size: 14px;
}
.sepet-right-card .sepet-right-card-body .number.eski {
    color: var(--gray);
    text-decoration: line-through;
    font-weight: 400;
}
.sepet-right-card .sepet-right-card-body .number.indirim {
    color: #267f4e;
    font-weight: 600;
}
.sepet-right-card .sepet-right-card-body .number.urunler {
    font-weight: 600;
    color: var(--gray);
}
.sepet-right-card .sepet-right-card-body .hediye-ceki-card {
    border-radius: 5px;
    border: 1px solid #ff6700;
    background-color: #fff7f1;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    padding: 10px 10px 15px 10px;
}
.sepet-right-card .sepet-right-card-body .hediye-ceki-card .hediye-ceki-kullan {
    color: var(--orange);
    font-size: 14px;
    font-weight: 400;
}
.sepet-right-card .sepet-right-card-body .hediye-ceki-card .hediye-ceki-input {
    border-radius: 3px;
    border: 1px solid #f8e7db;
    background-color: var(--white);
    padding: 7px 15px;
    width: 100%}
.sepet-right-card .sepet-right-card-body .hediye-ceki-card .hediye-ceki-uygula-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    border-radius: 3px;
    background-color: var(--orange);
    border: none;
    font-weight: 400;
    font-size: 12px;
    color: var(--white);
    padding: 7px 15px;
}
.bos-sepet {
    padding: 120px 0;
    background-color: var(--white);
    border-radius: 10px;
}
.bos-sepet .title {
    color: var(--gray);
    font-size: 22px;
    font-weight: 600;
}
.bos-sepet .text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.bos-sepet .alisverise-baslayin {
    background-color: #267f4e;
    border-radius: 5px;
    padding: 10px 20px;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
}
@media only screen and (max-width:990px) {
    .sepet-card .product-name {
    width: auto;
}
}.blog-page-header {
    padding: 50px 0 30px 0;
    background-color: #eef2f8;
}
.blog-page-header .blog-header-title {
    color: var(--gray);
    font-size: 40px;
    font-weight: 600;
}
.blog-card {
    border-radius: 10px;
}
.blog-card .image-box {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 270px;
}
.blog-card .image-box img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    max-width: 100%;
    height: 100%}
.blog-card .blog-card-body {
    padding: 20px;
    background-color: var(--white);
    border-radius: 0 0 10px 10px;
}
.blog-card .blog-card-body .blog-card-name {
    color: var(--gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.blog-card .blog-card-body .blog-card-text {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.blog-card .blog-card-body .blog-card-button {
    border-radius: 5px;
    border: 1px solid #ff6700;
    background-color: transparent;
    padding: 8px 20px;
    color: var(--orange);
}
.blog-card .blog-card-body .blog-card-button:hover {
    color: var(--white);
    background-color: var(--orange);
}
.blog-detail-page {
    background-color: var(--white);
    padding: 30px;
    border-radius: 10px;
}
.blog-detail-page .blog-detail-page-text {
    color: var(--gray);
    font-size: 16px;
    font-weight: 400;
}
.contact-page {
    padding: 50px;
    background-color: var(--white);
    border-radius: 10px;
}
.gonder-button {
    background-color: var(--orange);
    padding: 7px 19px;
    border-radius: 5px;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    border: none;
}
.adres-yazi {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.eposta-baslik {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .28px;
}
.eposta-text {
    color: var(--gray);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .32px;
}
@media only screen and (max-width:990px) {
    .contact-page {
    padding: 25px;
    }
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}