@charset "UTF-8";
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fafafa;
    font-size: 12px;
    margin: 0;
}

.mobil-gorunum html * {
    box-sizing: border-box;
}

.mobil-gorunum :root .sui-color-emphasis-high {
    color: rgba(17, 18, 20, 0.8);
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.14px;
}

.mobil-gorunum :root .sui-global-surface-body-lead-bold {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
}

.mobil-gorunum :root .dropdown-menu {
    z-index: 50;
    background-color: #fff;
    box-shadow: 0 1px rgba(0, 0, 0, 0.2);
    min-width: 250px;
    left: 0;
    box-sizing: border-box;
    font-size: 14px;
    width: 100vw;
    position: fixed;
    top: auto;
    bottom: 0;
    height: 88%;
    transform: translateY(0) !important;
    padding: 0 !important;
    border: none;
    border-top: 1px solid rgb(244, 244, 244);
    border-radius: 4px 4px 0 0;
    display: none;
}

.mobil-gorunum :root .dropdown-menu efes-button {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 16px 16px 48px;
    border-top: 1px solid rgb(244, 244, 244);
    background-color: #ffffff;
}

.mobil-gorunum :root .dropdown-menu efes-button button {
    background-color: rgb(16, 100, 188);
    color: var(--sui-primary-on);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1.3em;
}

.mobil-gorunum :root .dropdown-menu efes-button button:hover {
    background: #438ed8;
}

.mobil-gorunum :root .dropdown-menu efes-button button:active {
    background: rgb(7, 77, 151);
}

.mobil-gorunum :root .dropdown-menu .select-dropdown-menu__overlay {
    position: fixed;
    background-color: rgba(17, 18, 20, 0.6392156863);
    height: 100%;
    width: 100%;
    inset: -100% 0 0;
    z-index: -1;
}

.mobil-gorunum :root .dropdown-menu .select-dropdown-menu__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.mobil-gorunum :root .dropdown-menu .select-dropdown-menu__header .select-dropdown-menu__indicator {
    display: inline-block;
    width: 56px;
    height: 5px;
    background: #dddee0;
    border-radius: 50px;
}

.mobil-gorunum :root .dropdown-menu .select-dropdown-menu__header .select-dropdown-menu__title {
    font-size: 18px;
    line-height: normal;
    background-color: #ffffff;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.mobil-gorunum :root .dropdown-menu .select-dropdown-menu__list {
    max-height: 70%;
    overflow: auto;
    border-top: 1px solid rgb(244, 244, 244);
    padding-bottom: 85px !important;
    background-color: #ffffff;
    margin: 15px 0;
    padding: 0;
    font-size: 100%;
    font-weight: inherit;
    vertical-align: baseline;
}

.mobil-gorunum :root .dropdown-menu .select-dropdown-menu__list__item {
    border: none;
}

.mobil-gorunum :root .dropdown-menu .select-dropdown-menu__list__item span {
    padding: 12px 0;
    font-size: 16px;
    line-height: normal;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    flex: 1 1 100%;
}

.mobil-gorunum :root .dropdown-menu .select-dropdown-menu__list__item__content {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 16px;
}

.mobil-gorunum .header-mobile {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    background-color: #32628d;
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 50px;
    box-shadow: none;
    top: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.mobil-gorunum .header-mobile .header-go-back {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(50%, -50%);
}

.mobil-gorunum .header-mobile .header-go-back i {
    color: #ffffff;
    font-size: 29px;
    font-weight: 600;
}

.mobil-gorunum .header-mobile .header-baslik {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: initial;
    text-align: center;
    margin: 0 auto;
    padding: 0 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: white;
}

.mobil-gorunum .header-mobile .header-kapat {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(-50%, -50%);
}

.mobil-gorunum .header-mobile .header-kapat i.sui-i-close {
    color: var(--sui-surface-navigation-on);
    font-size: 24px;
}

.mobil-gorunum #dekontStatus {
    display: flex;
    align-items: center;
    padding: 0 16px 10px 16px;
    width: 100%;
}

.mobil-gorunum .sahbody {
    position: absolute;
    top: 50px;
    width: 100%;
    height: auto;
    background: #fafafa;
}

.mobil-gorunum .sahbody .uyarimesaji {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    font-weight: normal;
    letter-spacing: 0;
}

.mobil-gorunum .sahbody .sub-title-header {
    display: flex;
    min-height: 40px;
    padding: 12px 16px 4px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.14px;
    color: rgba(17, 18, 20, 0.4);
    text-transform: uppercase !important;
    background: #f4f4f4;
}

.mobil-gorunum .sahbody .urun-bilgi-box {
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background: var(--sui-surface-level-1);
}

.mobil-gorunum .sahbody .urun-bilgi-box .urun-bilgi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 4px;
}

.mobil-gorunum .sahbody .urun-bilgi-box .urun-bilgi .urun-bilgi-gap {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.mobil-gorunum .sahbody .urun-bilgi-box .urun-bilgi .urun-bilgi-gap .urun-foto-box {
    display: flex;
    width: 100px;
    padding: 0 8px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 0.5px solid #d7d7d7;
    background-color: #ffffff;
    -o-object-fit: cover;
    object-fit: cover;
}

.mobil-gorunum .sahbody .urun-bilgi-box .urun-bilgi .urun-bilgi-gap .urun-foto-box img.urun-foto {
    width: 72px;
    height: 75px;
}

.mobil-gorunum .sahbody .urun-bilgi-box .urun-bilgi .urun-bilgi-gap .secilen-urun-bilgi {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}

.mobil-gorunum .sahbody .urun-bilgi-box .urun-bilgi .urun-bilgi-gap .secilen-urun-bilgi p.urun-adi {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.14px;
    flex: 1 0 0;
    color: rgba(17, 18, 20, 0.8);
}

.mobil-gorunum .sahbody .urun-wrapper {
    display: flex;
    min-height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #ffffff;
}

.mobil-gorunum .sahbody .urun-wrapper .urun-container {
    display: flex;
    min-height: 40px;
    padding: 12px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.mobil-gorunum .sahbody .urun-wrapper .urun-container .urun-container-wrap {
    display: flex;
    align-items: center;
    flex: 1 0 0;
}

.mobil-gorunum .sahbody .urun-wrapper .urun-container .urun-container-wrap .wrap-urun {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    justify-content: space-between;
}

.mobil-gorunum .sahbody .urun-wrapper .urun-container .urun-container-wrap .wrap-urun .urun-label {
    color: rgba(17, 18, 20, 0.8);
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.14px;
    flex: 1 0 0;
}

.mobil-gorunum .sahbody .urun-wrapper .urun-container .urun-container-wrap .wrap-urun .urun-label-bold {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.14px;
    font-weight: 700;
}

.mobil-gorunum .sahbody .urun-wrapper .urun-container .urun-container-wrap .wrap-urun .urun-value {
    color: rgba(17, 18, 20, 0.8);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.14px;
}

.mobil-gorunum .sahbody .urun-wrapper .urun-container .urun-container-wrap .wrap-urun .urun-value-bold {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.14px;
    font-weight: 600;
    color: #1064bc;
}

.mobil-gorunum .sahbody .urun-wrapper .urun-container .urun-container-wrap .wrap-urun .kucuk-yazi {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0.14px;
    color: rgba(17, 18, 20, 0.6392156863);
}

.mobil-gorunum .sahbody .urun-wrapper .urun-container .urun-container-wrap .wrap-urun .sahicon {
    width: 20px;
    height: 20px;
    position: relative;
}

.mobil-gorunum .sahbody .urun-wrapper .urun-container .urun-container-wrap .wrap-urun .sahicon i.sui-i-info {
    font-size: 24px;
    color: rgb(16, 100, 188);
    top: 0;
    position: absolute;
    height: 20px;
}

.mobil-gorunum .sahbody .urun-wrapper .urun-container .urun-container-wrap .wrap-urun .sahicon i.sui-i-info:before {
    top: 0;
    position: absolute;
    margin-top: -8px;
    margin-left: -2px;
}

.mobil-gorunum .sahbody .urun-wrapper .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    height: 1px;
    background: var(--sui-surface-level-2);
    margin: 0 16px;
}

.mobil-gorunum .sahbody .guvenli-odeme-info {
    justify-content: center;
    padding: 16px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    margin-top: 16px;
    margin-bottom: 100px;
}

.mobil-gorunum .sahbody .guvenli-odeme-info .bilgi-baslik {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.14px;
    font-weight: 700;
}

.mobil-gorunum .sahbody .guvenli-odeme-info .info-list-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: unset;
}

.mobil-gorunum .sahbody .guvenli-odeme-info .info-list-wrapper .info-list-container {
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 16px;
}

.mobil-gorunum .sahbody .guvenli-odeme-info .info-list-wrapper .info-list-container .info-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.mobil-gorunum .sahbody .guvenli-odeme-info .info-list-wrapper .info-list-container .info-box i.icon {
    font-size: 36px;
    width: 36px;
    height: 36px;
    color: rgb(0, 166, 152);
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobil-gorunum .sahbody .guvenli-odeme-info .info-list-wrapper .info-list-container .info-box i.icon:before {
    position: absolute;
    top: -9px;
    height: 36px;
}

.mobil-gorunum .sahbody .guvenli-odeme-info .info-list-wrapper .info-list-container .info-box .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

.mobil-gorunum .sahbody .guvenli-odeme-info .info-list-wrapper .info-list-container .info-box .content-wrapper span.desc.sui-global-surface-body-sm {
    color: rgba(17, 18, 20, 0.6392156863);
}

.mobil-gorunum .sahbody .guvenli-odeme-info .info-list-wrapper .info-list-container .info-box .content-wrapper .title {
    color: rgba(17, 18, 20, 0.8);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.14px;
    font-weight: 700;
}

.mobil-gorunum .sahbody form .form-error {
    margin-top: 5px;
}

.mobil-gorunum .sahbody form .edit-address-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
    background: #ffffff;
    margin-bottom: 0 !important;
}

.mobil-gorunum .sahbody form .edit-address-list .efes-form__errors {
    text-align: left;
    align-items: flex-start;
}

.mobil-gorunum .sahbody form .edit-address-list .d-flex {
    display: flex !important;
}

.mobil-gorunum .sahbody form .edit-address-list .sui-hint {
    display: none;
}

.mobil-gorunum .sahbody form .edit-address-list .multi {
    display: flex;
    max-width: 100%;
    width: 100%;
    gap: 16px;
    flex-direction: column;
    padding-inline: 16px;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu {
    z-index: 50;
    background-color: #fff;
    box-shadow: 0 1px rgba(0, 0, 0, 0.2);
    min-width: 250px;
    left: 0;
    box-sizing: border-box;
    font-size: 14px;
    width: 100vw;
    position: fixed;
    top: auto;
    bottom: 0;
    height: 88%;
    transform: translateY(0) !important;
    padding: 0 !important;
    border: none;
    border-top: 1px solid rgb(244, 244, 244);
    border-radius: 4px 4px 0 0;
    display: none;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu efes-button {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 16px 16px 48px;
    border-top: 1px solid rgb(244, 244, 244);
    background-color: #ffffff;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu efes-button button {
    background-color: rgb(16, 100, 188);
    color: var(--sui-primary-on);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1.3em;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu efes-button button:hover {
    background: #438ed8;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu efes-button button:active {
    background: rgb(7, 77, 151);
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu .modern-select-search {
    background: #fff;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu .modern-select-search .form-group {
    padding: 0 16px;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu .modern-select-search .form-group input {
    background: rgb(244, 244, 244);
    border-radius: 4px;
    border: 0;
    padding: 8px 16px;
    line-height: normal;
    color: rgba(17, 18, 20, 0.8);
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu .select-dropdown-menu__overlay {
    position: fixed;
    background-color: rgba(17, 18, 20, 0.6392156863);
    height: 100%;
    width: 100%;
    inset: -100% 0 0;
    z-index: -1;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu .select-dropdown-menu__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu .select-dropdown-menu__header .select-dropdown-menu__indicator {
    display: inline-block;
    width: 56px;
    height: 5px;
    background: #dddee0;
    border-radius: 50px;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu .select-dropdown-menu__header .select-dropdown-menu__title {
    font-size: 18px;
    line-height: normal;
    background-color: #ffffff;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu .select-dropdown-menu__list {
    max-height: 70%;
    overflow: auto;
    border-top: 1px solid rgb(244, 244, 244);
    padding-bottom: 85px !important;
    background-color: #ffffff;
    margin: 15px 0;
    padding: 0;
    font-size: 100%;
    font-weight: inherit;
    vertical-align: baseline;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu .select-dropdown-menu__list__item {
    border: none;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu .select-dropdown-menu__list__item span {
    padding: 12px 0;
    font-size: 16px;
    line-height: normal;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    flex: 1 1 100%;
}

.mobil-gorunum .sahbody form .edit-address-list .multi .dropdown-menu .select-dropdown-menu__list__item__content {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 16px;
}

.mobil-gorunum .sahbody form .edit-address-list .multi-col {
    min-width: 100px;
    width: 100%;
}

.mobil-gorunum .sahbody form .edit-address-list .efes-modern-select {
    position: relative;
    width: 100%;
    background-color: #fff;
    height: 44px;
}

.mobil-gorunum .sahbody form .edit-address-list .efes-modern-select .select-dropdown-menu__empty-content {
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: 1px solid #dedede;
    color: #000;
    text-align: center;
}

.mobil-gorunum .sahbody form .edit-address-list .efes-modern-select .select-dropdown-menu__empty-content p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.mobil-gorunum .sahbody form .edit-address-list .efes-modern-select .selected .select-box__label {
    top: 0 !important;
    left: 0 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.mobil-gorunum .sahbody form .edit-address-list .efes-modern-select .select-box__selection {
    position: absolute;
    top: 19px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.mobil-gorunum .sahbody form .edit-address-list .efes-modern-select .select-box__selection span {
    font-weight: 500;
}

.mobil-gorunum .sahbody form .edit-address-list .efes-modern-select .select-box__label {
    position: absolute;
    cursor: text;
    display: block;
    transition: 0.2s;
    pointer-events: none;
    top: 18px !important;
    left: 0;
    color: rgba(17, 18, 20, 0.6392156863);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.mobil-gorunum .sahbody form .edit-address-list .efes-modern-select .select-box__arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    border: 2px solid;
    right: 17px;
    transform: rotate(-45deg);
    top: 20px !important;
    border-color: transparent transparent rgba(17, 18, 20, 0.6392156863) rgba(17, 18, 20, 0.6392156863);
    border-radius: 2px;
}

.mobil-gorunum .sahbody form .edit-address-list .select-box {
    border: 1px solid #dedede;
    border-radius: 2px;
    white-space: nowrap;
    line-height: 33px;
    cursor: pointer;
    border-style: none;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 222, 224);
    border-bottom-width: 1px;
    height: 44px;
    padding: 0 !important;
}

.mobil-gorunum .sahbody form .edit-address-list .edit-address-list-item {
    padding-inline: 16px;
}

.mobil-gorunum .sahbody form .edit-address-list .edit-address-list-item .adjust-area {
    min-height: 44px;
}

.mobil-gorunum .sahbody form .edit-address-list .edit-address-list-item .efes-modern-select {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 44px;
}

.mobil-gorunum .sahbody form .edit-address-list .edit-address-list-item .efes-modern-select .select-dropdown-menu__empty-content {
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: 1px solid #dedede;
    color: #000;
    text-align: center;
}

.mobil-gorunum .sahbody form .edit-address-list .edit-address-list-item .efes-modern-select .select-dropdown-menu__empty-content p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.mobil-gorunum .sahbody form .edit-address-list .edit-address-list-item .efes-modern-select .select-box {
    border-style: none;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 222, 224);
    border-bottom-width: 1px;
    height: 44px;
    padding: 0 !important;
    cursor: pointer;
}

.mobil-gorunum .sahbody form .edit-address-list .edit-address-list-item .efes-modern-select .select-box__label {
    position: absolute;
    cursor: text;
    display: block;
    transition: 0.2s;
    pointer-events: none;
    top: 18px !important;
    left: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(17, 18, 20, 0.6392156863);
}

.mobil-gorunum .sahbody form .edit-address-list .edit-address-list-item .efes-modern-select .select-box__arrow {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 2px solid;
    right: 17px;
    transform: rotate(-45deg);
    top: 20px !important;
    border-color: transparent transparent rgba(17, 18, 20, 0.6392156863) rgba(17, 18, 20, 0.6392156863);
    border-radius: 2px;
}

.mobil-gorunum .sahbody form .edit-address-list .edit-address-list-item .efes-textarea__label {
    display: none;
}

.mobil-gorunum .sahbody form .edit-address-list .edit-address-list-item .address-length-check {
    line-height: 16px;
    text-align: right;
}

.mobil-gorunum .sahbody form .edit-address-list .form-group {
    position: relative;
}

.mobil-gorunum .sahbody form .edit-address-list .sui-textarea-wrapper {
    width: 100%;
    height: auto;
    min-height: 44px;
    position: relative;
}

.mobil-gorunum .sahbody form .edit-address-list .sui-input-wrapper {
    height: 44px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.mobil-gorunum .sahbody form .edit-address-list .sui-input-wrapper input:not(:focus) {
    transition: border 0.01s;
    border-bottom-color: var(--sui-surface-level-3) !important;
    border-bottom: 1px solid;
}

.mobil-gorunum .sahbody form .edit-address-list .sui-input-wrapper .tel {
    padding-left: 35px;
}

.mobil-gorunum .sahbody form .edit-address-list sui-label {
    pointer-events: none;
    transition: top 0.2s;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.14px;
    position: absolute;
    display: block;
    top: 21px;
    left: 0;
}

.mobil-gorunum .sahbody form .edit-address-list .sahibinden-input__label {
    display: none;
}

.mobil-gorunum .sahbody .kvkk {
    color: rgba(17, 18, 20, 0.4);
    padding: 14px 16px;
    background: none;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.14px;
    padding-bottom: 120px;
    line-height: 1;
}

.mobil-gorunum .sahbody .kvkk a {
    text-decoration: none;
}

.mobil-gorunum .sahbody .kvkk a:hover {
    text-decoration: underline;
}

.mobil-gorunum .sahbody .payment-address__item {
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px;
    position: relative;
}

.mobil-gorunum .sahbody .payment-address__item .payment-address__icon {
    background: rgb(244, 244, 244);
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: 16px;
    width: 44px;
    height: 44px;
}

.mobil-gorunum .sahbody .payment-address__item .payment-address__icon i {
    color: rgb(16, 100, 188);
    font-size: 24px;
}

.mobil-gorunum .sahbody .payment-address__item .payment-address__details {
    max-width: 250px;
    word-break: break-word;
}

.mobil-gorunum .sahbody .payment-address__item .payment-address__details .address-name {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.14px;
    font-weight: 700;
}

.mobil-gorunum .sahbody .payment-address__item .efes-button {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right: 16px;
}

.mobil-gorunum .sahbody .align-items-center {
    align-items: center !important;
}

.mobil-gorunum .sahbody .mb-2 {
    margin-bottom: 2px !important;
}

.mobil-gorunum .sahbody .mb-15 {
    margin-bottom: 15px !important;
}

.mobil-gorunum .sahbody .fs-24 {
    font-size: 24px !important;
}

.mobil-gorunum .sahbody .ml-auto {
    margin-left: auto !important;
}

.mobil-gorunum .sahbody .justify-content-center {
    justify-content: center !important;
}

.mobil-gorunum .sahbody .d-flex {
    display: flex !important;
}

.mobil-gorunum .sahbody .another-card-payment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
}

.mobil-gorunum .sahbody .another-card-payment .header-wrapper {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .no-account .sui-radio {
    display: none;
}

.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group {
    width: 100%;
}

.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka {
    width: 70%;
    display: flex;
    justify-content: flex-end;
}

.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka img {
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .ziraat-bankasi,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .is-bankasi,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .garanti-bbva,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .akbank,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .yapi-kredi-bankasi,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .halkbank,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .vakifbank,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .denizbank,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .qnb-finansbank,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .sekerbank,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .alternatif-bank,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .ing-bank,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .emlak-katilim,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .teb,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .anadolubank,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .burgan-bank,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .odeabank,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .fibabanka,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .hsbc,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .kuveyt-turk,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .turkiye-finans,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .ziraat-katilim,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .vakif-katilim,
.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .hangi-banka .albaraka-turk {
    display: none;
}

.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .efes-radio__input {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 4px;
}

.mobil-gorunum .sahbody .another-card-payment .header-wrapper .header .form-group .efes-radio__input input {
    flex: none;
}

.mobil-gorunum .sahbody .another-card-payment .divider {
    display: flex;
    height: 1px;
    align-items: flex-start;
    align-self: stretch;
    background: rgb(221, 222, 224);
}

.mobil-gorunum .sahbody .another-card-payment .body {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    align-self: stretch;
    background-color: #ffffff;
    border-radius: 4px;
    padding-bottom: 0;
}

.mobil-gorunum .sahbody .another-card-payment .body .ibanbox {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #dddee0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.mobil-gorunum .sahbody .another-card-payment .body .ibanbox .iban {
    font-size: 13px;
    color: #1064bc;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mobil-gorunum .sahbody .another-card-payment .body .ibanbox .iban-kopyala {
    width: auto;
    height: auto;
    border-radius: 4px;
    border: solid 1px #209670;
    background-color: transparent;
    padding: 2px 5px;
    font-size: 12px;
    color: #209670;
    font-weight: bold;
    transition: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mobil-gorunum .sahbody .another-card-payment .body .ibanbox .iban-kopyala:hover {
    background: rgba(56, 160, 126, 0.1098039216);
}

.mobil-gorunum .sahbody .another-card-payment .body .foreignForceInfo {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #eddfb7;
    background-color: #fff7e0;
    padding: 12px;
}

.mobil-gorunum .sahbody .another-card-payment .body .foreignForceInfo .divider {
    background: rgb(237, 224, 183);
    margin: 10px 0px;
}

.mobil-gorunum .sahbody .another-card-payment .body .foreignForceInfo #infoIcon {
    padding-right: 0;
}

.mobil-gorunum .sahbody .another-card-payment .body .foreignForceInfo .infoTextContainer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 5px;
}

.mobil-gorunum .sahbody .another-card-payment .body .foreignForceInfo #infoBoldText {
    font-weight: normal;
    color: #c96700;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    letter-spacing: 0;
}

.mobil-gorunum .sahbody .another-card-payment .body .foreignForceInfo .foreignForceInfo h6 {
    width: 100%;
}

.mobil-gorunum .sahbody .another-card-payment .body .foreignForceInfo .informText {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    font-weight: normal;
    letter-spacing: 0;
}

.mobil-gorunum .sahbody .another-card-payment .body .odemeTamamlandi {
    background-color: #d1e7dd;
    border-color: #a4c8b8;
}

.mobil-gorunum .sahbody .another-card-payment .body .odemeTamamlandi #infoBoldText {
    color: #0f5132;
    font-weight: bold;
}

.mobil-gorunum .sahbody .another-card-payment .body .odemeTamamlandi .informText {
    color: #0f5132;
}

.mobil-gorunum .sahbody .another-card-payment .body .odemeTamamlandi .informText b {
    font-weight: 500;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form {
    --card-form-row-max-width: 100%;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper li {
    list-style-type: none;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .sui-input-wrapper {
    height: 44px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .sui-input-wrapper .kart-bilgi {
    position: absolute;
    top: 0;
    right: 0;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .sui-input-wrapper .kart-bilgi .mastercard-icon {
    display: none;
    position: relative;
    bottom: -8px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .sui-input-wrapper .kart-bilgi .visa-icon {
    display: none;
    position: relative;
    bottom: -15px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .sui-input-wrapper .sui-input {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.14px;
    color: rgba(17, 18, 20, 0.8);
    border-radius: 0;
    border: none;
    height: 22px;
    width: 100%;
    padding: 0;
    padding-bottom: 3px;
    transition: margin-bottom 0.01s;
    border-bottom-color: rgb(221, 222, 224) !important;
    border-bottom: 1px solid;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .sui-input-wrapper .sui-input:not(:focus) {
    transition: border 0.01s;
    border-bottom-color: rgb(221, 222, 224) !important;
    border-bottom: 1px solid;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .sui-input-wrapper sui-label {
    transition: top 0.2s;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.14px;
    position: absolute;
    display: block;
    top: 21px;
    left: 0;
    pointer-events: none;
    width: 100%;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .sui-input-wrapper input:not(:focus)~.sui-label .sui-label__text {
    font-size: 14px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .sui-input-wrapper .sui-label__top-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .efes-checkbox__input {
    display: flex;
    align-items: center;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .efes-checkbox__input .sui-check:disabled {
    border-color: transparent;
    background-color: rgba(17, 18, 20, 0.4);
    flex-shrink: 0;
    pointer-events: none;
    filter: none;
    opacity: 0.5;
    background-image: url(ok.svg);
    border-radius: 0.25em;
    margin-right: 8px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper efes-checkbox label {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: rgba(17, 18, 20, 0.4);
    width: 100%;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi {
    display: flex;
    max-width: 100%;
    width: 100%;
    gap: 16px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi .dropdown-menu {
    z-index: 50;
    background-color: #fff;
    box-shadow: 0 1px rgba(0, 0, 0, 0.2);
    min-width: 250px;
    left: 0;
    box-sizing: border-box;
    font-size: 14px;
    width: 100vw;
    position: fixed;
    top: auto;
    bottom: 0;
    height: 88%;
    transform: translateY(0) !important;
    padding: 0 !important;
    border: none;
    border-top: 1px solid rgb(244, 244, 244);
    border-radius: 4px 4px 0 0;
    display: none;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi .dropdown-menu efes-button {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 16px 16px 48px;
    border-top: 1px solid rgb(244, 244, 244);
    background-color: #ffffff;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi .dropdown-menu efes-button button {
    background-color: rgb(16, 100, 188);
    color: var(--sui-primary-on);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1.3em;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi .dropdown-menu efes-button button:hover {
    background: #438ed8;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi .dropdown-menu efes-button button:active {
    background: rgb(7, 77, 151);
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi .dropdown-menu .select-dropdown-menu__overlay {
    position: fixed;
    background-color: rgba(17, 18, 20, 0.6392156863);
    height: 100%;
    width: 100%;
    inset: -100% 0 0;
    z-index: -1;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi .dropdown-menu .select-dropdown-menu__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi .dropdown-menu .select-dropdown-menu__header .select-dropdown-menu__indicator {
    display: inline-block;
    width: 56px;
    height: 5px;
    background: #dddee0;
    border-radius: 50px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi .dropdown-menu .select-dropdown-menu__header .select-dropdown-menu__title {
    font-size: 18px;
    line-height: normal;
    background-color: #ffffff;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi .dropdown-menu .select-dropdown-menu__list {
    max-height: 70%;
    overflow: auto;
    border-top: 1px solid rgb(244, 244, 244);
    padding-bottom: 85px !important;
    background-color: #ffffff;
    margin: 15px 0;
    padding: 0;
    font-size: 100%;
    font-weight: inherit;
    vertical-align: baseline;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi .dropdown-menu .select-dropdown-menu__list__item {
    border: none;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi .dropdown-menu .select-dropdown-menu__list__item span {
    padding: 12px 0;
    font-size: 16px;
    line-height: normal;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    flex: 1 1 100%;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi .dropdown-menu .select-dropdown-menu__list__item__content {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 16px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .multi-col {
    min-width: 100px;
    width: 100%;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .efes-modern-select {
    position: relative;
    width: 100%;
    background-color: #fff;
    height: 44px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .efes-modern-select .select-dropdown-menu__empty-content {
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: 1px solid #dedede;
    color: #000;
    text-align: center;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .efes-modern-select .select-dropdown-menu__empty-content p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .efes-modern-select .modern-select-search {
    background: #fff;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .efes-modern-select .modern-select-search .form-group {
    padding: 0 16px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .efes-modern-select .modern-select-search .form-group input {
    background: rgb(244, 244, 244);
    border-radius: 4px;
    border: 0;
    padding: 8px 16px;
    line-height: normal;
    color: rgba(17, 18, 20, 0.8);
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .efes-modern-select .selected .select-box__label {
    top: 0 !important;
    left: 0 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .efes-modern-select .select-box__selection {
    position: absolute;
    top: 19px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .efes-modern-select .select-box__selection span {
    font-weight: 500;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .efes-modern-select .select-box__label {
    position: absolute;
    cursor: text;
    display: block;
    transition: 0.2s;
    pointer-events: none;
    top: 18px !important;
    left: 0;
    color: rgba(17, 18, 20, 0.6392156863);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .efes-modern-select .select-box__arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    border: 2px solid;
    right: 17px;
    transform: rotate(-45deg);
    top: 20px !important;
    border-color: transparent transparent rgba(17, 18, 20, 0.6392156863) rgba(17, 18, 20, 0.6392156863);
    border-radius: 2px;
}

.mobil-gorunum .sahbody .another-card-payment .body .card-form .card-form-wrapper .select-box {
    border: 1px solid #dedede;
    border-radius: 2px;
    white-space: nowrap;
    line-height: 33px;
    cursor: pointer;
    border-style: none;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 222, 224);
    border-bottom-width: 1px;
    height: 44px;
    padding: 0 !important;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-input__label,
.mobil-gorunum .sahbody .another-card-payment .body .efes-textarea__label {
    display: none;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-form__errors {
    text-align: left;
    align-items: flex-start;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments {
    padding: 0;
    display: none;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments form {
    padding-block: 12px;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments form .efes-radio-group {
    display: block;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments form .efes-radio-group__controls {
    display: block;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments .installment-items {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgb(221, 222, 224);
    border-radius: 8px;
    gap: 0;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments .installment-items .installment-item {
    display: flex;
    width: 100%;
    border: 0;
    padding: 12px 16px;
    border-radius: 0;
    height: 48px;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments .installment-items .installment-item .radio-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px 0 0 4px;
    background-color: transparent;
    width: 24px;
    line-height: 0;
    margin-right: 8px;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments .installment-items .installment-item .radio-button .efes-radio__input {
    width: 24px;
    height: 24px;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments .installment-items .installment-item .radio-button .efes-radio__input .sui-radio {
    pointer-events: none;
    background-color: #fff;
    border-width: 2px;
    background-image: url("./input.svg");
    border-color: #1064bc;
    color: #1064bc;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments .installment-items .installment-item .options-wrapper {
    flex: 1;
    line-height: normal;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments .installment-items .installment-item .options-wrapper .option-cash {
    word-break: break-word;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments .installment-items .installment-item .options-wrapper .sui-color-emphasis-high {
    color: rgba(17, 18, 20, 0.8);
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.14px;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments .installment-items .installment-item .options-wrapper .item-total-amount {
    flex-shrink: 0;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments .installment-items .installment-item .dynamic-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
}

.mobil-gorunum .sahbody .another-card-payment .body .efes-installments .installment-items .active {
    border-color: rgb(244, 244, 244);
    box-shadow: none;
}

.mobil-gorunum .sahbody .payment-content {
    padding: 16px 0 0 16px;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
}

.mobil-gorunum .sahbody .paris-order-summary {
    margin-bottom: 150px;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 8px 16px;
    gap: 8px;
    background: #ffffff;
    width: 100%;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.mobil-gorunum .sahbody .paris-order-summary .kvkk {
    font-size: 14px;
    line-height: 24px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0px;
}

.mobil-gorunum .sahbody .paris-order-summary .agreement-checks .efes-checkbox__input {
    display: flex;
}

.mobil-gorunum .sahbody .paris-order-summary .agreement-checks .sui-check {
    min-width: 20px;
    min-height: 20px;
}

.mobil-gorunum .sahbody .paris-order-summary .agreement-checks efes-checkbox {
    border-bottom: 1px solid rgb(244, 244, 244);
    padding-block: 8px;
    padding-right: 16px;
}

.mobil-gorunum .sahbody .paris-order-summary .agreement-checks efes-checkbox .sui-check {
    margin-right: 8px;
}

.mobil-gorunum .sahbody .paris-order-summary .agreement-checks .efes-checkbox__input label {
    font-size: 14px;
    line-height: 24px;
}

.mobil-gorunum .sahbody .paris-order-summary .agreement-checks .efes-checkbox__input label a {
    text-decoration: none;
    outline: none;
    color: #039;
    cursor: pointer;
}

.mobil-gorunum .sahbody .dynamic-agreement-wrapper {
    border-bottom: 1px solid rgb(244, 244, 244);
    padding-bottom: 16px;
}

.mobil-gorunum .sahbody .dynamic-agreement-wrapper .content.scroll {
    margin-right: 16px;
    padding-right: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.mobil-gorunum .sahbody .dynamic-agreement-wrapper .content.scroll p,
.mobil-gorunum .sahbody .dynamic-agreement-wrapper .content.scroll ul,
.mobil-gorunum .sahbody .dynamic-agreement-wrapper .content.scroll ol {
    font-size: 10px;
    line-height: 14px;
}

.mobil-gorunum .sahbody .dynamic-agreement-wrapper .content.scroll ol {
    padding: 0 !important;
}

.mobil-gorunum .sahbody .dynamic-agreement-wrapper .content.scroll table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}

.mobil-gorunum .sahbody .ad-soyad-hata {
    display: none !important;
}

.mobil-gorunum .sahbody .mb-8 {
    margin-bottom: 8px !important;
}

.mobil-gorunum .footer-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: fixed;
    bottom: 0;
}

.mobil-gorunum .footer-container .footer-content {
    display: flex;
    min-height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    background: #ffffff;
}

.mobil-gorunum .footer-container .footer-content .external-content-wrapper {
    width: 100%;
    border-top: 1px solid #dddee0;
}

.mobil-gorunum .footer-container .footer-content .external-content-wrapper .efes-accordion-item {
    display: block;
    overflow: hidden;
}

.mobil-gorunum .footer-container .footer-content .external-content-wrapper .efes-accordion-item .accordion-wrapper-header-title {
    margin-right: 0;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobil-gorunum .footer-container .footer-content .sticky-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    height: 100vh;
    width: 100vw;
    inset: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.mobil-gorunum .footer-container .footer-content .accordion-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.mobil-gorunum .footer-container .footer-content .accordion-wrapper .accordion-wrapper-header {
    padding: 8px 16px;
    border-top: 1px solid rgba(17, 18, 20, 0.2392156863);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mobil-gorunum .footer-container .footer-content .button-action-wrap {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-top: 1px solid rgb(244, 244, 244);
    background: #ffffff;
}

.mobil-gorunum .footer-container .footer-content .button-action-wrap a {
    width: 100%;
}

.mobil-gorunum .footer-container .footer-content .button-action-wrap .odeme-button {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.14px;
    min-width: 100%;
    background: rgb(16, 100, 188);
    color: white;
    border: unset;
    padding: 0;
    height: 44px;
    padding: 0px 10px 0px 10px;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mobil-gorunum .footer-container .footer-content .button-action-wrap .odeme-button:hover {
    background: #4084c9;
}

.mobil-gorunum .footer-container .footer-content .button-action-wrap .odeme-button:active {
    background: rgb(7, 77, 151);
}

.mobil-gorunum .manuel-odeme-button .button-action-wrap {
    display: flex;
    padding: 16px 16px 5px 16px !important;
    flex-direction: row !important;
    gap: 16px !important;
    align-self: stretch !important;
    border-top: 1px solid rgb(244, 244, 244) !important;
    background: #ffffff;
}

ul {
    list-style: none;
}

li,
ul {
    margin: 0;
    padding: 0;
}

.urun-detay .header-mobile {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    background-color: #32628d;
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 50px;
    box-shadow: none;
    top: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.urun-detay .header-mobile .header-baslik {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: initial;
    text-align: center;
    margin: 0 auto;
    padding: 0 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: white;
}

.urun-detay .header-mobile .back-button {
    text-decoration: none;
    position: absolute;
    display: block;
    width: 12px;
    height: 20px;
    top: 15px;
    left: 16px;
}

.urun-detay .header-mobile .back-button:before {
    background-image: url(./img/menu.png);
    background-position: -162.5px -94px;
    background-size: 320px 145px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 20px;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.urun-detay .header-mobile .actions {
    float: right;
}

.urun-detay .header-mobile .actions .icon {
    position: absolute;
    box-sizing: content-box;
}

.urun-detay .header-mobile .actions .favorite {
    right: 13px;
    top: 0;
    padding: 13px 0;
}

.urun-detay .header-mobile .actions .favorite:before {
    width: 25px;
    height: 24px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(./img/menu.png);
    background-position: -184px -53px;
    background-size: 320px 145px;
}

.urun-detay .header-mobile .actions .share {
    right: 55px;
    top: 0;
    padding: 13px 0;
}

.urun-detay .header-mobile .actions .share:before {
    width: 21px;
    height: 24px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(./img/menu.png);
    background-position: -243px -53px;
    background-size: 320px 145px;
}

.urun-detay .content {
    padding-top: 50px;
    zoom: 1;
    background-color: #ececec;
}

.urun-detay .content .paris-mark {
    position: relative;
    height: 0;
}

.urun-detay .content .paris-mark span {
    position: absolute;
    z-index: 99;
    top: 10px;
    left: 10px;
    background: rgba(0, 166, 152, 0.7);
    border-radius: 20px;
    padding: 7px 10px 7px 30px;
    color: #fff;
    font-size: 12px;
    pointer-events: none;
    height: 30px;
    letter-spacing: 0;
}

.urun-detay .content .paris-mark span:before {
    width: 15px;
    height: 18px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 6px;
    background-image: url(./img/detail.png);
    background-position: -19px -414px;
    background-size: 467px 431px;
}

.urun-detay .content .carousel-holder {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: white;
}

.urun-detay .content .carousel-holder .carousel-dummy {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.urun-detay .content .carousel-holder .carousel-dummy img {
    aspect-ratio: 375/281;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    flex-shrink: 0;
}

.urun-detay .content .carousel-holder .carousel-dummy img.portrait-img {
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #fff;
}

.urun-detay .content .carousel-holder .nav-holder {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 8px;
    z-index: 200;
    pointer-events: none;
}

.urun-detay .content .carousel-holder .nav-holder nav {
    zoom: 1;
    display: inline-block;
    margin-top: -30px;
    z-index: 100;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 6px 8px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    height: 34px;
    pointer-events: none;
}

.urun-detay .content .search-result-bc {
    display: flex;
    top: 50px;
    width: 100vw;
    height: 36px;
    -o-box-align: center;
    align-items: center;
    z-index: 210;
    background-color: #f0f0f0;
    font-size: 11px;
}

.urun-detay .content .search-result-bc ul {
    display: flex;
    -o-box-orient: horizontal;
    flex-direction: row;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    -o-box-pack: center;
    justify-content: center;
    background-color: #f7f7f7;
}

.urun-detay .content .search-result-bc ul li {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -o-box-align: center;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-bottom-color: #dedede;
    flex-shrink: 0;
}

.urun-detay .content .search-result-bc ul li a {
    padding-right: 5px;
    color: #1064bc;
    text-decoration: none;
}

.urun-detay .content .search-result-bc ul li a:hover {
    text-decoration: underline;
}

.urun-detay .content .search-result-bc ul li a:active {
    text-decoration: underline;
}

.urun-detay .content .search-result-bc ul li .bc-arrow {
    display: flex;
    width: 7px;
    height: 100%;
    -o-box-align: center;
    align-items: center;
}

.urun-detay .content .search-result-bc ul li .bc-arrow:before {
    width: 7px;
    height: 4px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    transform: rotate(270deg);
    margin-top: 2px;
    background-image: url(./img/breadcrumb.png);
    background-position: -28px 0;
    background-size: 35px 23px;
}

.urun-detay .content .location-info {
    padding: 4px 17px;
    color: #1064bc;
    border-top: 1px solid #e7e7e7;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 12px;
}

.urun-detay .content .location-info a {
    color: #1064bc;
    font-size: 12px;
    text-decoration: none;
}

.urun-detay .content .location-info a:hover {
    text-decoration: underline;
}

.urun-detay .content .location-info a:active {
    text-decoration: underline;
}

.urun-detay .content .classified-tabs {
    background: #f7f7f7;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    padding: 0 15px;
    border-bottom: 2px solid #ffc71e;
    margin: 0;
}

.urun-detay .content .classified-tabs li {
    flex: 1;
    padding: 9px;
    border: 1px solid #b2b2b2;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 0;
    font-size: 12.46px;
    box-sizing: border-box;
    text-align: center;
    list-style: none;
}

.urun-detay .content .classified-tabs .active-tab {
    background: #ffc71e;
    border-color: #ffc71e;
}

.urun-detay .content .urun-desc {
    position: relative;
}

.urun-detay .content .urun-desc .container-cqa {
    border: 1px solid #ededed;
    background-color: #fff;
    position: relative;
}

.urun-detay .content .urun-desc .container-cqa .tx-post-idea:focus+.responsive-question-submit-container {
    display: block;
}

.urun-detay .content .urun-desc .container-cqa .comment-profile-image {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border: 1px solid #d7d7d7;
}

.urun-detay .content .urun-desc .container-cqa .comment-profile-image:before {
    background-image: url(./img/cqa.png);
    background-position: -95px -47px;
    background-size: 115px 87px;
    width: 18px;
    height: 18px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.urun-detay .content .urun-desc .container-cqa .cqa-list {
    padding: 20px 15px;
    max-height: unset;
    overflow: unset;
    display: block;
}

.urun-detay .content .urun-desc .container-cqa .cqa-list .thread-item {
    padding: 15px 0;
    position: relative;
    border-top: 1px solid #dedede;
}

.urun-detay .content .urun-desc .container-cqa .cqa-list .thread-item .type-answer {
    margin-left: 45px;
    margin-top: 15px;
}

.urun-detay .content .urun-desc .container-cqa .cqa-list .thread-item:last-child {
    padding-bottom: 0;
}

.urun-detay .content .urun-desc .container-cqa .cqa-list .thread-item.thread-item:first-child {
    border: 0;
    padding-top: 0;
}

.urun-detay .content .urun-desc .container-cqa .cqa-list .thread-item .container-comment-item .comment-item {
    display: flex;
    flex-direction: row;
}

.urun-detay .content .urun-desc .container-cqa .cqa-list .thread-item .container-comment-item .container-profile-image {
    margin-right: 10px;
    position: relative;
}

.urun-detay .content .urun-desc .container-cqa .cqa-list .thread-item .container-comment-item .no-photo {
    background-color: #f2f2f2;
    border: 1px solid #d7d7d7;
}

.urun-detay .content .urun-desc .container-cqa .cqa-list .thread-item .container-comment-item .container-comment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2px;
}

.urun-detay .content .urun-desc .container-cqa .cqa-list .thread-item .container-comment-item .container-comment .comment-wrapper {
    line-height: 16px;
    color: #333;
    font-size: 14px;
}

.urun-detay .content .urun-desc .container-cqa .cqa-list .thread-item .container-comment-item .container-comment .comment-wrapper .name-surname {
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.urun-detay .content .urun-desc .container-cqa .cqa-list .thread-item .container-comment-item .container-comment .comment-wrapper .comment-text {
    font-weight: 400;
    word-break: break-word;
}

.urun-detay .content .urun-desc .container-cqa .cqa-list .thread-item .container-comment-item .container-comment .comment-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #999;
    margin-top: 5px;
}

.urun-detay .content .urun-desc .container-cqa .cqa-list .wrapper-thread-item {
    position: relative;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question {
    background: 0;
    border: 0;
    padding: 0;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-post-idea {
    border-top: 1px solid #e9e9e9;
    padding: 20px 0;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-post-idea .post-idea {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    margin-top: 20px;
    gap: 10px;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-post-idea .post-idea .container-textarea-post-idea {
    display: flex;
    flex: 1;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-post-idea .post-idea .container-textarea-post-idea .container-placeholder {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-post-idea .post-idea .container-textarea-post-idea .tx-post-idea {
    resize: none;
    background: #fff;
    outline: 0;
    color: #333;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
    scrollbar-width: none;
    border: 1px solid #dedede;
    border-radius: 2px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 14px;
    box-shadow: none;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-post-idea .post-idea .container-textarea-post-idea .placeholder {
    font-size: 14px;
    line-height: normal;
    top: 11px;
    padding: 0 10px;
    position: absolute;
    font-weight: 400;
    color: #999;
    pointer-events: none;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-post-idea .post-idea .container-textarea-post-idea .placeholder .askers-name {
    color: #333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-post-idea .post-idea .container-textarea-post-idea .placeholder .as {
    flex-shrink: 0;
    margin-left: 5px;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-post-idea .post-idea .responsive-question-submit-container {
    display: block;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-post-idea .post-idea .responsive-question-submit-container .btn-submit {
    background: #438ed8;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 4px;
    width: 40px;
    box-shadow: none;
    height: 40px;
    padding: 0;
    background-image: url(./img/send.png);
    background-size: 40px 40px;
    background-position: center;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-post-idea .post-idea .wrapper-idea-submit {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-post-idea .post-idea .container-post-profile-image {
    display: flex;
    align-self: start;
    position: relative;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-post-idea .post-idea .container-idea-submit {
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: end;
    gap: 10px;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-info-privacy {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-info-privacy .info-privacy {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #666;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-info-privacy .container-publish-criteria {
    margin-left: auto;
}

.urun-detay .content .urun-desc .container-cqa .container-post-question .container-info-privacy .show-publication-criteria {
    color: #999;
    text-decoration: underline;
    background: 0;
    border: 0;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    font-size: 11px;
    line-height: 13px;
}

.urun-detay .content .urun-desc .container {
    position: relative;
    padding: 15px;
    background-color: #fff;
    letter-spacing: normal;
    font-family: inherit;
    font-style: normal;
}

.urun-detay .content .urun-desc .container .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.urun-detay .content .urun-desc .container .header .inline-description-price-wrapper {
    display: flex;
    align-items: center;
}

.urun-detay .content .urun-desc .container .header .inline-description-price-wrapper .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #1064bc;
}

.urun-detay .content .urun-desc .container .header .inline-description-price-wrapper .history {
    width: 24px;
    height: 24px;
    display: flex;
    margin-left: 5px;
    align-items: center;
    justify-content: center;
}

.urun-detay .content .urun-desc .container .header .inline-description-price-wrapper .history:after {
    content: "";
    width: 24px;
    height: 24px;
    content: "";
    vertical-align: middle;
    display: flex;
    background-image: url(./img/classifiedPriceHistory.png);
    background-position: -337px -202px;
    background-size: 628px 624.5px;
}

.urun-detay .content .urun-desc .container .container-title .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.6px;
    color: #333;
}

.urun-detay .content .urun-desc .container .container-description {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #666;
}

.urun-detay .content .urun-desc .container .container-description .truncate-text {
    white-space: pre-line;
    display: inline;
    padding: 0;
    margin: 0;
}

.urun-detay .content .urun-desc .container .container-description .truncate-text .more {
    white-space: nowrap;
    position: relative;
    pointer-events: none;
}

.urun-detay .content .urun-desc .container .container-description .truncate-text .more .more-text {
    color: #1064bc;
    cursor: pointer;
    font-weight: 700;
    pointer-events: auto;
}

.urun-detay .content .urun-desc .classified-info-list {
    padding: 0 14px;
    position: relative;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.urun-detay .content .urun-desc .classified-info-list li {
    zoom: 1;
    line-height: 31px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
}

.urun-detay .content .urun-desc .classified-info-list li:first-child {
    border-top: 1px solid #e7e7e7;
}

.urun-detay .content .urun-desc .classified-info-list li strong {
    font-weight: normal;
    color: #666;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.urun-detay .content .urun-desc .classified-info-list li span {
    color: #666;
    float: right;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.urun-detay .content .urun-desc .classified-info-list li .ozel {
    color: #910000;
    display: inline-block;
}

.urun-detay .content .urun-desc .detail-group-specification {
    padding: 16px 14px;
    color: #666;
    background-color: #f1f1f1;
    font-size: 14px;
}

.urun-detay .content .urun-desc .detail-group-container {
    padding: 0 14px;
    min-height: 32px;
    background-color: #fff;
    font-size: 14px;
}

.urun-detay .content .urun-desc .detail-group-container ul {
    zoom: 1;
    padding: 8px 0;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    background-color: #fff;
}

.urun-detay .content .urun-desc .detail-group-container ul:last-child {
    border: 0;
}

.urun-detay .content .urun-desc .detail-group-container ul h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: normal;
}

.urun-detay .content .urun-desc .detail-group-container ul span {
    display: inline-block;
    color: #666;
    font-size: 13px;
}

.urun-detay .content .urun-desc .user-profile {
    margin: 10px 0;
    position: relative;
}

.urun-detay .content .urun-desc .user-profile .container-user {
    position: relative;
    background-color: #fff;
    display: flex;
    font-size: 14px;
    font-style: normal;
    letter-spacing: normal;
    cursor: pointer;
    transition: background-color 300ms;
}

.urun-detay .content .urun-desc .user-profile .container-user:after {
    content: "";
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 15px;
    right: 10px;
    pointer-events: none;
    background-image: url(./img/userProfile.png);
    background-position: 0 0;
    background-size: 20px 20px;
}

.urun-detay .content .urun-desc .user-profile .container-user .profile-image {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin: 15px;
    -o-object-fit: contain;
    object-fit: contain;
}

.urun-detay .content .urun-desc .user-profile .container-user .container-account {
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.urun-detay .content .urun-desc .user-profile .container-user .container-account .name-surname {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #454545;
}

.urun-detay .content .urun-desc .user-profile .container-user .container-account .date {
    margin-top: 10px;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #666;
}

.urun-detay .content .urun-desc .sc-slider-container {
    background-color: #fff;
    padding: 15px 0;
    border: 1px solid #e7e7e7;
    border-left: none;
    border-right: 0;
    display: block;
}

.urun-detay .content .urun-desc .sc-slider-container .sc-slider-wrapper {
    height: 207px;
    overflow: hidden;
}

.urun-detay .content .urun-desc .sc-slider-container .sc-slider-wrapper .sc-slider {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 30px;
}

.urun-detay .content .urun-desc .sc-slider-container .sc-slider-wrapper .sc-slider .sc-card-wrapper {
    margin-left: 15px;
}

.urun-detay .content .urun-desc .sc-slider-container .sc-slider-wrapper .sc-slider .sc-card-wrapper:last-child {
    padding-right: 15px;
}

.urun-detay .content .urun-desc .sc-slider-container .sc-slider-wrapper .sc-slider .sc-card-wrapper .sc-card-container {
    text-decoration: none;
    display: block;
}

.urun-detay .content .urun-desc .sc-slider-container .sc-slider-wrapper .sc-slider .sc-card-wrapper .sc-card-container .sc-card {
    width: 152px;
    min-width: 152px;
    height: 207px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
}

.urun-detay .content .urun-desc .sc-slider-container .sc-slider-wrapper .sc-slider .sc-card-wrapper .sc-card-container .sc-card .sc-card-image {
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.urun-detay .content .urun-desc .sc-slider-container .sc-slider-wrapper .sc-slider .sc-card-wrapper .sc-card-container .sc-card .sc-card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px;
    margin-bottom: 0;
    color: #454545;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    letter-spacing: normal;
}

.urun-detay .content .urun-desc .sc-slider-container .sc-slider-wrapper .sc-slider .sc-card-wrapper .sc-card-container .sc-card .sc-card-price {
    margin: 10px;
    margin-top: 5px;
    color: #1064bc;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: normal;
}

.urun-detay .content .urun-desc .more-items-container {
    padding: 15px 0 80px 0;
    background-color: #f1f1f1;
}

.urun-detay .content .urun-desc .more-items-container .more-items {
    display: block;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
}

.urun-detay .content .urun-desc .more-items-container .more-items li a {
    position: relative;
    display: block;
    color: #1064bc;
    font-size: 15px;
    padding: 13px 0;
    margin: 0 15px;
    border-bottom: 1px solid #d7d7d7;
    text-decoration: none;
}

.urun-detay .content .urun-desc .more-items-container .more-items li a:after {
    position: absolute;
    top: 15px;
    right: 0;
    width: 8px;
    height: 12px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(./img/home.png);
    background-position: -295px -107px;
    background-size: 305px 291px;
}

.urun-detay .content .urun-desc .more-items-container .more-items li .last-child-calismadi-amina-kodumun-last-childi {
    border-bottom: 0;
}

.urun-detay .content .fixed-menu {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 8px;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 9px;
}

.urun-detay .content .fixed-menu a {
    width: 100%;
    padding: 14px 15px 15px !important;
    letter-spacing: -0.2px !important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 0 4px 0 rgba(0, 0, 0, 0.11), 1px 0 2px 0 rgba(0, 0, 0, 0.13) !important;
    line-height: 100%;
    color: #fff;
    border-radius: 2px;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    text-align: center;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.urun-detay .content .fixed-menu .ara {
    background: #438ed8;
}

.urun-detay .content .fixed-menu .satin-al {
    background: #00a698;
}

.urun-detay .content .feature-discovery {
    z-index: 599;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
    opacity: 1;
    filter: none;
}

.urun-detay .content .feature-discovery .feature-discovery__info-area {
    position: absolute;
    color: #fff;
    z-index: 1;
    transform: translate(-100%);
    white-space: nowrap;
    text-align: right;
}

.urun-detay .content .feature-discovery .feature-discovery__info-title {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 700;
}

.urun-detay .content .feature-discovery .feature-discovery__info-text {
    font-size: 16px;
    line-height: 22px;
    opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
    filter: alpha(opacity=80);
    font-weight: 400;
    letter-spacing: normal;
    margin-top: 10px;
}

.urun-detay .content .feature-discovery .feature-discovery__big-circle {
    width: 750px;
    height: 750px;
    position: absolute;
    overflow: hidden;
    right: -208px;
    background-color: rgba(25, 94, 144, 0.9);
    border-radius: 50%;
    box-shadow: 12px 5px 4px 4px rgba(0, 0, 0, 0.1);
}

.urun-detay .content .feature-discovery .feature-discovery__celebrity {
    position: fixed;
    bottom: 0;
    width: auto;
    height: auto;
}

.urun-detay .content .feature-discovery .feature-discovery__icon-circle {
    width: 160px;
    height: 160px;
    border: 20px solid;
}

.urun-detay .content .feature-discovery .feature-discovery__icon-circle:after {
    content: "Satın Al";
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.4px;
    color: #00a698;
}

.urun-detay .content .feature-discovery .feature-discovery__highlighted_circle {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    background-clip: content-box;
    box-sizing: content-box;
    animation-name: flash-border;
    animation-duration: 2.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes flash-border {
    0% {
        border-color: transparent;
    }
    50% {
        border-color: #90afc6;
    }
    100% {
        border-color: transparent;
    }
}

.urun-detay .content .paylas-fixed .overlay {
    background-color: #000;
    opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
    filter: alpha(opacity=65);
    height: 100%;
    position: fixed;
    width: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 400;
}

.urun-detay .content .paylas-fixed .dialog-content {
    color: #333;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 501;
    width: 90%;
}

.urun-detay .content .paylas-fixed .dialog-content .share-link-container {
    margin-bottom: 32px;
}

.urun-detay .content .paylas-fixed .dialog-content .share-link-container .linktext {
    font-size: 12px;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-buttons {
    margin: 0;
    text-align: center;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-buttons .btn {
    text-decoration: none;
    line-height: 26px;
    width: calc((100% - 4px) / 2);
    display: inline-block;
    padding: 9px 22px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.06), 1px 0 2px 0 rgba(0, 0, 0, 0.07);
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-buttons .btn-alternative {
    color: #438ed8;
    background-color: #f7f7f7;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-buttons .btn-alternative:hover,
.urun-detay .content .paylas-fixed .dialog-content .dialog-buttons .btn-alternative:focus {
    color: #2f6ea7;
    text-decoration: none;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-box {
    transform: translateY(-50%);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    border: 1px solid #dedede;
    border-radius: 6px;
    transition: all 0.5s;
    background: #fff;
    padding: 17px;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-box .title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin: 30px 0 16px;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-box section {
    display: block;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-box section .share-links {
    margin-top: 16px;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-box section .share-links li {
    display: inline-block;
    width: calc((100% - 8px) / 2);
    padding-bottom: 16px;
    box-sizing: border-box;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-box section .share-links li a {
    font-size: 14px;
    color: #1064bc;
    padding-left: 45px;
    display: inline-block;
    text-decoration: none;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-box section .share-links li a:before {
    margin-left: -45px;
    margin-right: 10px;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-box section .share-links li .facebook:before {
    width: 34px;
    height: 34px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(./img/share.png);
    background-position: -38.5px -64px;
    background-size: 161.5px 136px;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-box section .share-links li .twitter:before {
    width: 34px;
    height: 34px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(./img/share.png);
    background-position: -128px -38.5px;
    background-size: 161.5px 136px;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-box section .share-links li .whatsapp:before {
    width: 34px;
    height: 34px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(./img/share.png);
    background-position: 0 -102.5px;
    background-size: 161.5px 136px;
}

.urun-detay .content .paylas-fixed .dialog-content .dialog-box section .share-links li .eposta:before {
    width: 34px;
    height: 34px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(./img/share.png);
    background-position: 0 -64px;
    background-size: 161.5px 136px;
}

.urun-detay .content .call-classified-owner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    font-size: 14px;
}

.urun-detay .content .call-classified-owner .classified-owner-opac {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    transition: 0.3s ease-in-out;
}

.urun-detay .content .call-classified-owner .classified-owner-info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    transition: transform 0.3s ease-in-out;
    transform: translate(0%, 0);
    padding-bottom: 0;
}

.urun-detay .content .call-classified-owner .classified-owner-info .handle-bar {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    z-index: 999;
    touch-action: none;
}

.urun-detay .content .call-classified-owner .classified-owner-info .handle-bar:before {
    content: "";
    display: block;
    height: 5px;
    width: 56px;
    background-color: #dddee0;
    border-radius: 100px;
}

.urun-detay .content .call-classified-owner .classified-owner-info .individual-card .individual-name {
    color: rgba(17, 18, 20, 0.8);
    margin-top: 0;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.urun-detay .content .call-classified-owner .classified-owner-info .individual-card .individual-name span {
    padding: 0 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.urun-detay .content .call-classified-owner .classified-owner-info .individual-phone-numbers {
    margin-top: 16px;
    margin-bottom: 24px;
    clear: both;
    float: left;
    width: 100%;
}

.urun-detay .content .call-classified-owner .classified-owner-info .individual-phone-numbers dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 14px;
    padding: 0 32px;
    margin: 0 auto;
}

.urun-detay .content .call-classified-owner .classified-owner-info .individual-phone-numbers dl dt {
    width: 15%;
    min-width: 50px;
    max-width: 15%;
    height: 40px;
    line-height: 40px;
    margin: 0 8px 0 0;
    color: rgba(17, 18, 20, 0.4);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
    clear: both;
    font-weight: 500;
}

.urun-detay .content .call-classified-owner .classified-owner-info .individual-phone-numbers dl dd {
    background-color: #35ce6d;
    border-radius: 100px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 75%;
    min-width: 252px;
    margin: 0;
    transition: box-shadow 0.2s;
    line-height: 24px;
    font-size: 16px;
    color: #1064bc;
}

.urun-detay .content .call-classified-owner .classified-owner-info .individual-phone-numbers dl dd a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    display: block;
    position: relative;
    text-decoration: none;
}

.urun-detay .content .call-classified-owner .classified-owner-info .individual-phone-numbers dl dd a:before {
    right: auto;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    content: "";
    display: inline-block;
    background-image: url(./img/detail.png);
    background-position: -413px -175px;
    background-size: 467px 431px;
    vertical-align: middle;
}

.urun-detay .content .call-classified-owner .classified-owner-info .individual-phone-numbers dl dd a span {
    padding-left: 4px;
}

.urun-detay .content .call-classified-owner .classified-owner-info .safe-payment {
    margin: 0;
    padding: 0 !important;
    border-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    float: left;
    font-weight: normal !important;
}

.urun-detay .content .call-classified-owner .classified-owner-info .safe-payment #paris-purchase {
    margin: 0;
    width: 100%;
    padding: 0;
    border-top: 0;
    background-color: #fff;
    position: relative;
}

.urun-detay .content .call-classified-owner .classified-owner-info .safe-payment #paris-purchase .paris-purchase-container {
    padding: 22.5px 24px;
    background-color: #e9f5f1;
    width: 100%;
    margin: 0;
    border-radius: 2px;
}

.urun-detay .content .call-classified-owner .classified-owner-info .safe-payment #paris-purchase .paris-purchase-container #parisPurchaseForm {
    justify-content: center;
    display: flex;
    align-items: center;
}

.urun-detay .content .call-classified-owner .classified-owner-info .safe-payment #paris-purchase .paris-purchase-container #parisPurchaseForm .safe-money {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #666;
    padding: 0 2px;
    display: flex;
    align-items: center;
}

.urun-detay .content .call-classified-owner .classified-owner-info .safe-payment #paris-purchase .paris-purchase-container #parisPurchaseForm .safe-money:before {
    width: 16px;
    height: 20px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    min-width: 16px;
    margin-right: 10px;
    background-image: url(./img/detail.png);
    background-position: -413px -150px;
    background-size: 467px 431px;
    margin-top: -1px;
}

.urun-detay .content .call-classified-owner .classified-owner-info .safe-payment #paris-purchase .paris-purchase-container #parisPurchaseForm .safe-money .safe-money-text {
    color: #00a698;
    margin-right: 4px;
}

.urun-detay .content .call-classified-owner .classified-owner-info .safe-payment #paris-purchase .paris-purchase-container #parisPurchaseForm #paris-purchase-button {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(17, 18, 20, 0.12);
    padding: 4px 9px;
    margin-left: 8px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #00a698;
    outline: 0;
    cursor: pointer;
    border: 0;
    text-decoration: none;
}

.urun-detay .content .call-classified-owner .classified-owner-info .safe-payment #paris-purchase .paris-purchase-container #parisPurchaseForm #paris-purchase-button:hover {
    background-color: #009285 !important;
}

.bc-responsive {
    position: inherit;
}

/*# sourceMappingURL=responsive.css.map */

.carousel-holder2 {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: #000;
}

.carousel-holder2 .carousel-dummy2 {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.carousel-holder2 .carousel-dummy2 img {
    width: 100%;
    flex-shrink: 0;
    object-fit: contain;
    -o-object-fit: contain;
    background-color: #000;
}

.carousel-holder2 .carousel-dummy2 img.portrait-img {
    background-color: #000;
}