/* kart age favori */
.age-kart-product-favourite a div i {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    border: 1px solid #e2e2e2;
    color: #a1a1a1;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 0px;
    margin-right: 0;
    font-size: 18px;
}
/* kart age favori bitti*/
/* agescrollbar */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: transparent; 
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #e2e2e2; 
}
::-webkit-scrollbar-thumb:hover {
  background: #163a3d; 
}
/* agescrollbar bitis */
/* age share */
div#shareAge {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border-radius: 50px;
    padding: 10px;
    background: #fff;
}
#shareModal {
    position: absolute;
    z-index: 999;
    right: 0.5%;
    top: -8px;
}
.modal-inside {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
}
#shareModal {
    display: none;
}
.overlayAge {
    display: none;
    position: fixed;
    width: 100%;
    background: #65656585;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 123;
        cursor: pointer;
}
.jssocial-sh {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.jssocial-sh a {
    border-radius: 50% !important;  
    border: 1px solid #a1a1a1;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.jssocial-sh-link:active, .jssocial-sh-link:focus, .jssocial-sh-link:hover {
    background: #a1a1a1 !important;
}
#shareLink {
    width: 76.9%;
    outline: none;
    border: 1px solid #333;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#copyD {
    background: #333;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.copyArea {
    display: flex;
    margin-top: 0.3rem;
}
.modal-inside .close {
    font-size: 1rem;
    color: #000;
    background: #fff;
    z-index: 123;
    right: 10px;
    position: absolute;
    top: 11px;
    opacity: 1;
    padding: 18px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.modal-inside .close img {
    max-width: 18px;
}
.modal-inside .close:hover{
    opacity: 1!important;
}
.modal-inside {
    background: #fafafa;
    max-width: 245px;
    width: 245px;
    max-height: 240px;
    z-index: 124;
    border-radius: 100px;
    padding: 0px 2px;
    transform: translateZ(0);
    margin: 0 auto;
    border: 1px solid #e2e2e29c;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.social-sh.jssocials {
    margin-bottom: 1rem;
}
.detail-title {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.social-sh {
    padding: 5px 0;
    display: flex;
    align-items: center;
}
.social-sh a {
    padding: 5px 5px;
    text-decoration: none!important;
}
.social-sh img{
    border-radius: 50px;
}
.share-icon {
    padding: 5px 10px;
}
.tooltip{
    position: inherit!important;
    opacity: 1!important;
}
.tooltip .tooltiptext {
    text-align: center;
    padding: 5px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltip .copy-status {
    background: #181818;
    color: #fff;
    position: absolute;
    right: 45px;
    bottom: -36px;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    opacity: 0;
}
/* age share  bitiş */
/* yorum yap */
#myButton {
    border: 0!important;
    background: none!important;
    color: #000;
    padding: 0px;
}
#myButton:focus {
    outline: none!important;
    border: 0!important;
    background: none!important;
}
#myButton2 {
    border: 0!important;
    background: 0 0!important;
    color: #000;
    font-size: 15px;
}
#myButton2:focus {
    outline: none!important;
    border: 0!important;
    background: none!important;
}
/* yorum yap bitis */
/* giris yap sayfasi */
.girisyap-sayfasi {
    padding: 15px;
    border: 1px solid #ebebeb;
}
.girisyap-left {
    padding: 3.5rem;
    padding-right: 200px;
    border-right: 1px solid #e2e2e2;
}
.girisyap-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.girisyap-form-title {
    font-size: 25px;
    margin-bottom: 45px;
    font-weight: 300;
}
.girisyap-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.girisyap-sosyalmedya-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.girisyap-login-form input {
    background: none;
    border: none;
    border-bottom: 1px solid #a1a1a1;
    border-radius: 0;
    padding-bottom: 0.7rem;
    color: #a1a1a1;
    font-weight: bold;
}
.girisyap-uyeol-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.girisyap-uyeol-block h4 {
    font-size: 25px;
    margin-bottom: 35px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.girisyap-uyeol-block span {
    font-size: 16px;
    color: #a1a1a1;
}
.girisyap-uyeol-block a {
    background: #123124;
    border: none;
    border-radius: 0;
    max-width: 60%;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 15px !important;
    padding: 12px;
    font-weight: 500;
    min-width: 290px;
    color: #fff;
}
/* giris yap sayfasi bitti */
/* sepet sayfasi */
body.cart-body {
    background: #fafafa;
}
.age-sepetbos {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cart-empty-alert, .payment-success-alert {
    text-align: center;
}
.cart-empty-alert h6 {
    font-size: 20px;
    font-weight: 500;
}
.cart-empty-alert span {
    font-size: 15px;
    font-weight: 400;
    color: #858585;
}
.cart-empty-alert .btn {
    font-size: 11px;
    margin-top: 15px;
    font-weight: 500;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 155px;
}
.cargo-countdown-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0px;
}
.cargo-countdown-title h4 {
    color: #1f2535;
    font-size: 18px;
    font-weight: 600;
}
.cargo-countdown-title span {
    display: block;
    font-size: 28.8px;
    color: #1f2535;
    font-weight: 600;
}
.product-cargo-countdown {
    display: flex;
    align-items: center;
    width: 90%;
    height: 100%;
    border: 2px solid #123124;
    background-color: #f5f5f5;
    border-radius: 4px 4px 0 0;
    margin: 0rem;
}
#cargo-countdown-content {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
    margin: 0px 0px 40px 0px;
}
#cargo-countdown-content div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 102.4px;
    height: 92.8px;
    line-height: 32px;
    color: #1f2535;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin: 0 10px;
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}
#cargo-countdown-content div span {
    line-height: 1.2rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1f2535;
}
.newbasketcard .p-g-b-c-0 {
    background: #fff;
    padding: 15px;
}
.newbasketcard .p-g-b-c-1 {
    background: #f5f5f5;
    padding: 15px;
}
.avantaj-ayricalik-itemler {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px;
}
.avantaj-ayricalik-item {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 15px;
}
.avantaj-ayricalik-item-yazi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.avantaj-ayricalik-item-yazi span {
    font-size: 15px;
    font-weight: 400;
    color: #212529;
    line-height: 1.5;
}
.avantaj-ayricalik-item-yazi b {
    font-size: 15px;
    line-height: 1.5;
    color: #212529;
}
.ayricalik-item-kargo {
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}
.ayricalik-item-ozelindirim {
    border-left: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
}
.avantaj-ayricalik-section h4 {
    margin-bottom: 0rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.avantaj-destekmerkezi-yazi {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.avantaj-destekmerkezi-yazi h5 {
    font-size: 20px;
    font-weight: 500;
    color: #212529;
    line-height: 1.5;
}
.avantaj-destekmerkezi-yazi span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.avantaj-destekmerkezi-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.avantaj-destekmerkezi-icerik {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    gap: 15px;
}
.avantaj-sayac-section {
    margin-bottom: 2rem;
    width: 100%;
}
.cstmsepet-payment-buttons .btn-link {
    background: transparent !important;
    padding: 0px !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #212529;
    text-decoration: underline;
}
.cstmsepet-indirim-accordion .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: transparent;
}
.cstmsepet-payment-buttons .card {
    border: none;
    border-radius: 0;
}
.cstmsepet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.cstmsepet-header h1 {
    font-size: 20px;
    font-weight: 400;
    color: #212529;
    line-height: 1.5;
}
.cstmsepet-header a {
    color: #a1a1a1;
    text-decoration: underline;
    letter-spacing: 1px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cstmsepet-urun-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.cstmsepet-urun-close .btn {
    background: none;
    border: 1px solid #d3d3d3;
    padding: 0px;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cstmsepet-urun-yazi a {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}
.cstmsepet-urun-price span {
    font-size: 15px;
    font-weight: 600;
}
.cstmsepet-urun-price {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    flex-direction: column;
}
.cstmsepet-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 1rem;
}
.cstmsepet-total-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cstmsepet-total span {
    font-size: 14px;
    font-weight: 400;
}
.cstmsepet-total-price b {
    font-weight: 600;
    font-size: 16px;
}
.cstmsepet-total-price span {
    font-size: 12px;
    color: #a1a1a1;
}
.cstmsepet-payment-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cstmsepet-indirim-accordion #collapseOne .form-control {
    border: none;
    border-radius: 0;
    color: #a1a1a1;
    font-weight: 500;
    font-size: 13px;
}
.cstmsepet-indirim-accordion #collapseOne .btn {
    line-height: 0;
    height: 30px;
    background: #333;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 0 1rem;
    letter-spacing: 3px;
    border-radius: 3px;
}
.cstmsepet-indirim-accordion #collapseOne .input-group {
    border-bottom: 1px solid #a1a1a1;
}
.cstmsepet-payment-buttons a {
    background: #333;
    color: #fff !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 10px 2rem;
    flex-direction: row;
    gap: 1rem;
    letter-spacing: 5px;
}
.cargo-countdown-block {
    display: flex;
    justify-content: center;
}
.avantaj-destekmerkezi-item:hover {
    color: #000;
}
/* sepet sayfasi bitti*/
/* profilv2 share age */
div#shareAgev2 {
    position: absolute;
    right: -33px;
    top: -32px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border-radius: 50px;
    padding: 10px;
    background: #fff;
}
#shareModalv2 {
    position: absolute;
    z-index: 999;
    right: -4.5%;
    top: -104.6%;
}
.modal-insidev2 {
    position: relative;
    width: 100%;
    left: 0;
    top: 8px;
    border-radius: 18px;
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
#shareModalv2 {
    display: none;
}
/* profilv2 shara age bitti*/
/* havale/eft default */
.payment-body .alert a {
    border: 1px solid #e2e2e2;
    padding: 10px;
    background: #f2f2f2;
    box-shadow: 0px 2px 8px 1px #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #1e3628;
    border-radius: 0.25rem;
    margin-top: 1rem;
    text-align: center;
}
/* havale/eft default bitis */
/* hizli giris */
.modal-body .buttons {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.hizli-uyelik-btn {
    display: flex;
    width: 100%;
}
.modal-body .buttons button.btn.btn-success.btn-sm.mr-1 {
    padding: 0.5rem;
    width: 50%;
    margin-bottom: 0!important;
    font-size: 15px;
    border-radius: 0.2rem;
    color: white;
    border: 1px solid #383838 !important;
    background: #383838 !important;
}
.modal-body .buttons button.btn.btn-success.btn-sm.mr-1:hover {
    color: #383838 !important;
    border: 1px solid #383838 !important;
    background: none !important;
}
.modal-body .buttons a.btn.btn-secondary.btn-sm.ml-1 {
    padding: 0.5rem;
    width: 50%;
    border-radius: 0.2rem;
    color: #383838;
    border: 1px solid #383838;
    background: none;
    font-size: 15px;
    font-weight: 500;
}
.modal-body .login-form .buttons .login_btn {
    display: flex;
    gap: 10px;
    width: 100%;
}
.modal-body .login-form .buttons .login_btn a {
    width: 50%;
    font-size: 16px;
    padding: 6px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}
.btn-fb-login {
    background: #ffffff!important;
    color: #000 !important;
    border: 1px solid #e2e2e2!important;
    text-shadow: none !important;
    flex: 0 0 49%;
    gap: 10px !important;
    padding: 0.5rem;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-fb-login:hover {
    background: #ffffff!important;
    color: #000 !important;
    border: 1px solid #e2e2e2!important;
    text-shadow: none !important;
    flex: 0 0 49%;
    gap: 10px !important;
    padding: 0.5rem;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-google-login {
    background: #ffffff!important;
    color: #000 !important;
    border: 1px solid #e2e2e2!important;
    text-shadow: none !important;
    flex: 0 0 49%;
    gap: 10px !important;
    padding: 0.5rem;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.social-giris a span img {
    width: 20px;
}
.btn-google-login:hover {
    background: #ffffff!important;
    color: #000 !important;
    border: 1px solid #e2e2e2!important;
    text-shadow: none !important;
    flex: 0 0 49%;
    gap: 10px !important;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-body .form-control-hizli {
    padding: 22px;
    font-size: 13px;
}
.form-control-hizli {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fast-login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.social-giris {
    display: flex;
    margin-top: 10px;
    gap: 7px;
}
.native-modal .modal-content .modal-header .close {
    border: 1px solid #a7a7a7;
    border-radius: 99px;
    color: #000;
    font-size: 16px;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* hizli giris bitt*/
/* Destek Merkezi Css */
.p-g-mod-t-63 .p-g-mod-body {
    background: url('https://percdn.com/f/981093/bzR6WWFtNG0vcUp3ZW1Gc1U4OG5hUT09/i/image-88468942-sw3830sh820.webp');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 410px;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form input{
    height: 60px !important;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper .title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 12px;
}
.help-entries .card-header a {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.card-help-title .entries {
    margin-top: 10px;
    display: block;
    text-align: center;
}
.card-help-title {
    border-radius: 0;
    padding: 5px 0;
    background: transparent;
}
.card-help-title:hover {
    background-color: transparent;
}
.card-help-title a.title:hover {
    color: #000;
    font-weight: 500;
}
.card-help-title a.title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.card-help-title .title {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #1e3628;
}
.destekmerkezi-description {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
}
.p-g-mod.p-g-mod-t-61.p-g-mod-help-group.p-g-mod-trans span {
    font-size: 15px;
    font-weight: 400;
}
.p-g-mod.p-g-mod-t-61.p-g-mod-help-group.p-g-mod-trans .card-body {
    font-size: 15px;
    font-weight: 400;
}
.destekmerkezi-question {
    background: #f5f5f5;
    padding: 2rem;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}
.quesiton-title h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.quesiton-title span {
    font-size: 14px;
    margin-bottom: 1rem;
    color: #a1a1a1;
    font-weight: 400;
}
.question-form-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top:2rem;
}
.questionTime {
    font-size: 13px;
    color: #a1a1a1;
}
.question-form-button button {
    background: #333;
    color: #fff;
    font-weight: 600;
    gap: 1rem;
    display: flex;
    align-items: center;
}
.question-form-button button:hover {
    color: #fff;
}
.help-entries .card {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.help-entries .card-header a {
    display: block;
    padding: 9px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.molent-service-block {
    background: #f5f5f5;
    margin-bottom: 1rem;
    padding: 40px 0rem;
}
.molent-service-title h1 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}
.molent-service-title h1 b {
    font-weight: 500;
}
.molent-service-title h1 img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.molent-service-title span {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}
.molent-service-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
}
.molent-service-alt-block {
    display: flex;
    align-items: flex-start;
}
.molent-service-left {
    display: flex;
    align-items: flex-start;
    flex: 0 0 65%;
}
.molent-service-icerik {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-right: 1px solid #e2e2e2;
}
.molent-icerik-item {
    width: 80%;
}
.molent-icerik-item h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.molent-icerik-item span {
    font-size: 14px;
    font-weight: 400;
}
.molent-service-icerik:nth-child(2) {
    border-right: 0;
    padding: 0rem 2rem;
}
.molent-service-right {
    width: 100%;
}
.molent-service-bildirim {
    border: 2px solid #181818;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 1rem;
    color: #181818;
    border-radius: 5px;
}
.molent-service-bildirim h4 {
    font-size: 30px;
    font-weight: 400;
}
.molent-service-bildirim span {
    font-size: 17px;
}
.molent-service-bildirim button {
    color: #181818;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.molent-service-bildirim button,.molent-service-bildirim button:active,.molent-service-bildirim button:target,.molent-service-bildirim button:focus,.molent-service-bildirim button:hover {
    outline:none;
    background: transparent;
    background-color:transparent;
    box-shadow: transparent;
    color: black;
}
.destekmerkezi-iletisim-block .iletisim-sayfa-title {
    margin-bottom: 0;
}
.destekmerkezi-iletisim-block {
    margin-top: 2rem;
}
.molent-service-bildirim .modal-dialog {
    margin: 13.75rem auto;
}
#bildirimacbutton .modal-header .close {
    text-decoration: none;
}
#bildirimacbutton .modal-header .close span {
    font-size: 28px;
}
/* Destek Merkezi Css */
/* search default*/
.modal-newsearch .modal-content {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 62px !important;
    outline: 0;
}
.modal-newsearch .modal-body {
    flex: auto;
    padding: 0;
    width: 100%;
}
.modal-newsearch .modal-dialog {
    max-width: 75%;
    margin: 1.75rem auto;
    top: 4%;
}
.modal-newsearch .easy-autocomplete {
    width: 100% !important;
}
header.desktop .modal-newsearch .search form input {
    background: transparent !important;
}
header.desktop .modal-newsearch .easy-autocomplete-container {
    top: 61px;
}
.modal-newsearch .easy-autocomplete-container ul {
    background: transparent;
    border-top: transparent;
}
.modal-newsearch .easy-autocomplete-container ul li {
    padding: 7px 24px;
    border-bottom: none;
    border-radius: 35px;
    background: #fff;
    margin: 10px 30px;
}
.modal-newsearch .easy-autocomplete .spsi-item img {
    border-radius: 30px;
}
.bar-search, .bar-search:active, .bar-search:focus, .bar-search:target, .bar-search:hover {
    outline: none;
    background: transparent;
    border: 0;
    box-shadow: none !important;
}
/* search default bitti*/
/* Yeni Yorum Modülü */
.product-comment-list-v2 .row {
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}
.product-comment-list-v2 .score .stars .star.fill, .product-comment-list-v2 .comments .item .customer .stars i.fill, .product-comment-list-v2 .summary .item .stars .fill {
    color: #ffc000;
}
.product-comment-list-v2 .summary .item .rate .fill {
    background: #ffc000;
}
.product-comment-list-v2 .leave-comment .btn {
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 65%;
    background: #d9d9d9;
    border-radius: 10px;
    border-color: #d9d9d9;
}
.product-comment-list-v2 .leave-comment .description {
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    max-width: 65%;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
}
.product-comment-list-v2 .comments .item .comment {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #333;
    padding-left: 5px;
}
.product-comment-list-v2 .comments {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin: 10px 0;
}
.p-g-mod-t-92 .p-g-mod-body {
    padding: 30px;
    background: #ffff;
}
.product-comment-list-v2 .comments .item .control .like {
    flex: none;
    border-right: 1px solid #e2e2e2;
    padding: 0 5px;
}
.product-comment-list-v2 .comments .item .control .report {
    flex: none;
}
.product-comment-list-v2 .comments .item .control {
    margin-top: 25px;
}
.product-comment-list-v2 .comments .item .customer .name {
    border-right: 1px solid #e2e2e2;
    padding: 0 10px;
    margin-right: 0;
}
.p-g-mod-t-60 .p-g-mod-body a .image, .product-comment-list-v2 .comments .item .customer .stars {
    border-right: 1px solid #e2e2e2;
    padding: 0 10px;
    margin-right: 0;
}
.product-comment-list-v2 .comments .item .customer .date {
    border-right: 1px solid #e2e2e2;
    padding: 0 10px;
    margin-right: 0;
}
.product-comment-list-v2 .summary .item .rate .light {
    background: #d9d9d9;
}
.product-comment-list-v2 .summary .item .stars {
    color: #d9d9d9;
}
.product-comment-list-v2 {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.product-comment-list-v2 .comments .item {
    background: #fafafa;
    border-radius: 10px;
    border-bottom: 0;
    margin: 10px 0;
}
/* Bitti */
/* AJAX LİSTE */
.ajax-shopping-cart .product .info {
    flex: 3;
    text-align: left!important;
    display: flex;
    align-items: center;
    padding: 10px;
}
.header-cart-summary-1 .buttons {
    display: flex;
    flex-direction: row;
    margin-right: 0!important;
}
a.btn.btn-block.btn-color-1 {
    font-size: 14px !important;
    padding: 5px 3px !important;
    margin: 5px;
    background: #fff!important;
    color: #000!important;
    transition: all var(--transition-time);
    border: 1px solid #000;
}
a.btn.btn-block.btn-color-2 {
    font-size: 14px !important;
    background: #000!important;
    color: #fff!important;
    transition: all var(--transition-time);
}
/* AJAX LİSTE BİTİŞ */
@media (max-width:1680px) {
    #shareModalv2 {
        right: -4.5%;
        top: -103.6%;
    }
}
@media (max-width:1440px) {
    #shareModalv2 {
        right: -5.5%;
        top: -103.6%;
    }
    .login-body .p-g-mod-t-4 .btn-success {
        min-width: 230px;
    }
}
@media (max-width:1366px) {
    #shareModalv2 {
        right: -5.5%;
        top: -103.6%;
    }
    .girisyap-left {
        padding: 1.5rem;
    }
}
@media (max-width: 990px) {
    .agedestekmerkezi .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 66%;
        max-width: 66%;
    }
    .card-help-title {
        border-radius: 8px;
        padding: 10px 0;
        width: 100%;
    }
    .destekmerkezi-description {
        font-size: 17px !important;
        margin-bottom: 12px;
        text-align: center;
    }
    .pattern-group-p-help_detail .p-g-mod.p-g-mod-t-59.p-g-mod-help-group.p-g-mod-trans .row {
        display: flex;
        overflow-x: scroll;
        flex-wrap: nowrap;
        font-size: 14px;
    }
    .card-help-title a.title {
        gap: 6px;
        font-size: 13px;
    }
    .p-g-mod-t-63 .p-g-mod-body .help-search-wrapper .title {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 0;
    }
    .p-g-mod.p-g-mod-t-63.p-g-mod-full-screen.p-g-mod-trans.destek-aciklama {
        margin-bottom: 0;
    }
    .p-g-mod.p-g-mod-t-63.p-g-mod-full-screen.p-g-mod-trans {
        margin-bottom: 8px;
    }
    .help-entries .card-header a {
        font-size: 14px;
    }
    .p-g-mod.p-g-mod-t-61.p-g-mod-help-group.p-g-mod-trans span {
        font-size: 14px;
        font-weight: 400;
    }
    .p-g-mod.p-g-mod-t-61.p-g-mod-help-group.p-g-mod-trans .card-body {
        font-size: 14px;
        font-weight: 400;
    }
}
@media (max-width:900px) {
    .cstmsepet-urun-item {
        gap: 20px;
    }
    .molent-service-bildirim span {
        font-size: 15px;
    }
    .molent-service-bildirim h4 {
        font-size: 25px;
    }
    .molent-service-title h1 {
        font-size: 25px;
    }
    .molent-service-title span {
        font-size: 15px;
    }
    .molent-service-icerik:nth-child(2) {
        border-right: 0;
        padding: 0;
        margin-top: 30px;
    }
    .molent-service-left {
        flex: none;
        flex-direction: column;
    }
    .molent-service-alt-block {
        flex-direction: column;
        gap: 2rem;
    }
    .destekmerkezi-question {
        margin-bottom: 2rem;
    }
    .question-form-button {
        flex-direction: column;
        gap: 10px;
    }
    .avantaj-destekmerkezi-yazi h5 {
        margin-bottom: 1rem;
    }
    .avantaj-destekmerkezi-yazi {
        align-items: flex-start;
        text-align: left;
        margin-bottom: 1rem;
    }
    .age-sepetbos {
        height: 100%;
    }
    .cstmsepet-payment-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .cargo-countdown-title span {
        font-size: 25.8px;
    }
    .avantaj-destekmerkezi-icerik {
        grid-template-columns: 1fr;
        justify-items: start;
    }
    .avantaj-ayricalik-item {
        border-bottom: 1px solid #c3c3c3;
    }
    .ayricalik-item-ozelindirim {
        border-left: 0;
        border-top: 0;
    }
    .ayricalik-item-kargo {
        border-right: 0;
        border-bottom: 0;
    }
    .avantaj-ayricalik-itemler {
        grid-template-columns: 1fr;
        padding: 0;
    }
    #shareModalv2 {
        right: -7.5%;
        top: -57.6%;
    }
    .age-kart-product-favourite a div i {
        top: 5px;
        left: 5px;
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    .girisyap-left {
        padding: 15px;
        border-bottom: 1px solid #e2e2e2;
        border-right: 0;
        margin-bottom: 2rem;
    }
    .login-body .p-g-mod-t-4 .btn-success {
        min-width: 160px;
        font-size: 14px;
    }
    .girisyap-form-title {
        margin-bottom: 25px;
    }
}
/* Badge Settings */
.defaultbadgeprofil-1 {
    position: absolute;
    z-index: 2;
    background: var(--badge1profil-bg);
    border: 1px solid var(--badge1profil-border);
    color: var(--badge1profil-textcolor);
    padding: var(--badge1profil-padding);
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--badge1profil-img-space);
}
.defaultbadgeprofil-1 img {
    width: var(--badge1profil-img-size) !important;
    height: auto;
}
.defaultbadge-1 {
    position: absolute;
    z-index: 2;
    background: var(--badge1-bg);
    border: 1px solid var(--badge1-border);
    color: var(--badge1-textcolor);
    padding: var(--badge1-padding);
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--badge1-img-space);
}
.defaultbadge-1 img {
    width: var(--badge1-img-size) !important;
    height: auto;
}
@media (max-width:991px) {
    .defaultbadgeprofil-1 img {
        width: var(--badge1profil-resim-img-size-mobil) !important;
        height: auto;
    }
    .defaultbadge-1 img {
        width: var(--badge1-resim-img-size-mobil) !important;
        height: auto;
    }
}
/* Badge Settings */
/* PROMOTİON İNFO  */
#promotion-info {
    margin-bottom: 12px;
}
#promotion-info .card-header {
    background: #000;
}
#promotion-info .card-header button {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
#promotion-info .blocks {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#promotion-info .blocks a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
#promotion-info2 {
    margin-bottom: 12px;
}
#promotion-info2 .card-header {
    background: #000;
}
#promotion-info2 .card-header button {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
#promotion-info2 .blocks {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#promotion-info2 .blocks a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
/* PROMOTİON İNFO  */