/* login page style */
.login-page-title-block h4 {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: normal;
    margin-bottom: 25px;
    text-align: center;
}
.login-page-body {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 20px;
}
.login-body .p-g-mod-t-4 .nav-tabs .nav-item.show .nav-link, .login-body .p-g-mod-t-4 .nav-tabs .nav-link.active {
    border: 1px solid #000!important;
    background: #000 !important;
    color: #fff !important;
}
.login-body .p-g-mod-t-4 .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #000 !important;
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    transition: all var(--transition-time);
    padding: 10px 15px;
}
.login-body .p-g-mod-t-4 .btn-success {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    height: 50px;
    align-items: center;
    font-weight: 500;
}
.pass-forgot-btn {
    width: 100%;
    text-align: center;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    text-decoration: underline;
    font-size: 13px;
    color: #a1a1a1;
    padding: 0px;
}
.login-form input,.common-register-form .row input {
    padding: 24px;
    font-size: 12px;
}
.form-phone-control {
    padding: 24px 50px !important;
}
.login-page-agreement-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.login-page-agreement-block .login-page-agreement-item:last-child {
    margin: 0px;
}
.login-page-agreement-item label {
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}
.login-page-socialmedia-buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 8px;
}
.login-body .p-g-mod-t-4 .btn-google-login, .login-body .p-g-mod-t-4 .btn-fb-login {
    background: #fff !important;
    text-shadow: none !important;
    color: #181818 !important;
    border: 1px solid #e2e2e2 !important;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    padding: 2px 4px;
    gap: 8px;
}
.login-body .p-g-mod-t-4 .btn-without-login {
    color: #fff !important;
    background: #000 !important;
    border: none;
    margin-bottom: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 43px;
}
.login-body .p-g-mod-t-4 .btn-without-login i {
    line-height: 0;
}
/* login page style end */
/* fast login style */
.fastlogin-box-item {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.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;
}
.fastlogin-box-item input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 23px 18px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fastlogin-box-buttons button {
    padding: 0.5rem;
    width: 50%;
    margin-bottom: 0!important;
    font-size: 15px;
    border-radius: 0.2rem;
    color: #fff;
    border: 1px solid #000;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fastlogin-box-buttons a {
    padding: 0.5rem;
    width: 50%;
    border-radius: 0.2rem;
    color: #383838;
    border: 1px solid #383838;
    background: none;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fastlogin-box-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.fastlogin-box-social-buttons {
    display: flex;
    gap: 10px;
    flex-direction: row;
}
.fastlogin-box-social-buttons a {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #e5e5e5 !important;
    gap: 10px;
    text-shadow: none !important;
    border-radius: 7px !important;
    height: 47px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 100%;
}
.fastlogin-box-social-buttons a img {
    width: 25px;
    height: 25px;
}
/* fast login style end */
/* age bug fix and standart style */
body.modal-open {
    padding: 0px !important;
}
.cart-empty-alert, .payment-success-alert {
    text-align: center;
}
.modal-footer {
    display: unset !important;
}
.btn-success {
    background-color: #000;
    border-color: #000;
}
.btn-success:hover,.btn-success:target,.btn-success:active,.btn-success:focus {
    background-color: #000 !important;
    border-color: #000 !important;
    box-shadow: none !important;
    outline: none !important;
}
.btn-primary {
    color: #000 !important;
    background-color: transparent !important;
    border:1px solid #000 !important;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:target {
    color: #000 !important;
    background-color: transparent !important;
    border:1px solid #000 !important;
    box-shadow: none !important;
    outline: none !important;
}
.swal-button {
    background-color: #000;
}
.breadcrumb-wrapper {
    margin-top: 1rem;
}
.age-space-block {
    margin-bottom: var(--age-space-block);
}
/* age bug fix and standart style end */
/* age share style */
div#shareAge {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    cursor: pointer;
}
div#shareAge img {
    width: 24px;
}
#shareModal {
    position: absolute;
    z-index: 999;
    right: -1.5%;
    top: -24.6%;
}
.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 style end */
/* footer icon style */
.footerIcon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.footerIcon img {
    width: 15px;
    height: 15px;
    display: none;
}
/* footer icon style end */
/* Destek Merkezi style */
.p-g-mod-t-63 .p-g-mod-body {
    background: #332b40;
    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: 8px;
    padding: 12px 0;
    background: #e9e9e9;
}
.card-help-title:hover {
    background-color: #c3c3c3;
}
.card-help-title .image img {
    max-width: 100%;
    max-height: 60px;
    width: 35px;
    height: 35px;
}
.card-help-title a.title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.card-help-title .title {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.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;
}
/* Destek Merkezi style end */
/* agescrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: transparent; 
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #f4b91a; 
}
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
/* agescrollbar bitis */
/* yorum yap style */
#myButton {
    border: 0!important;
    background: none!important;
    color: #aaa9a9;
    padding: 0px;
}
#myButton:focus {
    outline: none!important;
    border: 0!important;
    background: none!important;
}
#myButton2 {
    border: 0!important;
    background: 0 0!important;
    color: #aaa9a9;
    font-size: 15px;
}
#myButton2:focus {
    outline: none!important;
    border: 0!important;
    background: none!important;
}
#myButton3 {
    border: 0!important;
    background: 0 0!important;
    color: #6d6c70;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    text-decoration: underline;
}
#myButton3:focus {
    outline: none!important;
    border: 0!important;
    background: none!important;
}
/* yorum yap style end */
/* 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: #000;
    border-radius: 0.25rem;
    margin-top: 1rem;
    text-align: center;
}
/* havale/eft default bitis */
/* card age favori style */
.age-kart-product-favourite a div i {
    position: absolute;
    top: 8px;
    right: 2px;
    z-index: 9;
    border: 1px solid #e2e2e2;
    color: #a1a1a1;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 0px 0px 0px;
    margin-right: 0;
}
/* card age favori style end */
/* age sepet style */
.sticky-sidebar-992-2 {
    margin-bottom: 0;
}
.ageozet-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #181818;
}
.ageozet-sub{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #A1A1A1;
    margin-top: 8px;
    margin-bottom: 26px;
}
.agecart-ozet{
    padding: 30px ;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background: #fafafa;
}
.ageozet-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #000000;
    border-top: 0!important;
    padding: 0.7rem 0px !important;
}
.ageozet-text2{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #181818;
    border-top: 0!important;
    text-align: end;
}
.ageozet-text3{
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.03em;
    color: #181818;
    padding: 20px 0px!important;
}
.final{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #181818;
}
.ageozet-text4{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.03em;
    color: #A1A1A1;
}
.ageozet-final{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.payment-final-buttons-1 .btn-complete {
    background: #000;
    border-color: #000;
    color: #fff;
    border-radius: 0px;
    font-size: 13px;
    padding: 15px 10px;
}
.payment-final-buttons-1 .btn-complete:hover{
    background: #000;
    border-color: #000;
}
.ageindirim-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #181818;
}
p.ageindirim-sub {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #A1A1A1;
    padding-top: 8px;
    padding-bottom: 20px;
}
.ageindirim{
    margin-top: 40px;
}
.agecart{
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
tr.agecart-2{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 35px;
    width: 40%;
}
td.td-product {
    flex: 2;
}
td.td-price {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
td.td-quantity {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.td-product .p-info{
    padding-top: 20px;
    padding-left: 15px;
}
td.td-total-price {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.agesepet-title {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #181818;
    background: none;
    padding-bottom: 35px;
    padding-top: 25px;
}
.agesepet-title h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #181818;
}
.shopping-cart-1 {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
.td-product .product{
    margin-left: 45px;
}
.td-product .image{
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-radius: 3px;
}
.td-product .p-info a{
    font-weight: 400!important;
    font-size: 17px!important;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #000000;
}
.td-total-price .value{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #000000;
}
.product-quantity .btn:hover{
    background: #fff;
}
.agecartbody{
    display: flex;
    border-bottom: 1px solid #e2e2e2;
}
.agecartbody:last-child{
    border-bottom: 0;
}
.agesepet-ep2{
    display: flex;
    width: 60%;
    flex-direction: row-reverse;
}
.p-info .variants{
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #B8B8B8;
    padding-top: 6px;
}
.sepet-promosyon-Age {
    color: #0A7608;
    background: #adeca77d;
    padding: 10px;
    font-size: 11px;
    border-radius: 5px;
    margin-bottom: 0.4rem;
}
.agesepetcek{
    text-align: end;
}
.agesepetcek2{
    padding: 0.75rem 0!important;
}
.fastpay-body .steps, .order-summary-v2 .td-product .product, .payment-steps-1, .pre-compare-wrapper .list-wrapper .list, .shopping-cart-1 .td-product .product {
    display: flex;
    flex-direction: row;
}
.p-g-mod.p-g-mod-t-39 .p-g-mod-body input {
    padding: 0px 24px !important;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    height: 52px;
}
.shopping-cart-1 .sepet-product-quantity .btn {
    width: 25px;
    height: 30px;
    font-size: 10px;
}
.shopping-cart-1 .sepet-product-quantity input {
    width: 40px;
    height: 30px;
    font-size: 13px;
}
.sepet-product-quantity .btn {
    background: #fff;
    color: #484848;
    border-color: transparent!important;
    font-size: 11px;
    font-weight: 500;
    width: 30px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 0 !important;
}
.sepet-product-quantity {
    border: none;
    border-radius: 10px;
    justify-content: center;
    max-width: 10rem;
    display: flex;
    align-items: center;
}
td.sepet-td-price {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sepet-product-quantity .btn.sepet-btn-minus {
    border-radius: 15px 0 0 15px !important;
    padding: 20px;
}
a.btn.sepet-btn-minus {
    background: #fff;
    border-top: 1px solid #e2e2e2!important;
    border-bottom: 1px solid #e2e2e2!important;
    border-left: 1px solid #e2e2e2!important;
}
.sepet-td-price input.sepet-form-control {
    border-top: 1px solid #e2e2e2!important;
    border-bottom: 1px solid #e2e2e2!important;
    border-left: 0;
    border-right: 0;
    height: 42px;
    padding: 0;
    text-align: center;
}
a.btn.sepet-btn-plus {
    background: #fff;
    border-top: 1px solid #e2e2e2!important;
    border-right: 1px solid #e2e2e2!important;
    border-bottom: 1px solid #e2e2e2!important;
}
.sepet-product-quantity .btn.sepet-btn-plus {
    border-radius: 0 15px 15px 0 !important;
    padding: 20px;
}
.card-body .sticky-sidebar-992-2 {
    margin-bottom: 0px;
}
.p-g-mod-base-content {
    border: none;
}
.p-g-mod.p-g-mod-t-39 .p-g-mod-body .btn-secondary {
    font-size: 13px;
    font-weight: 500;
    background: #000;
    border-color: #000;
    height: 52px;
    padding: 0px 24px;
}
/* age sepet style end */
/* payment style */
.payment-steps-1 .step.step-0:after, .payment-steps-1 .step.step-1:after, .payment-steps-1 .step.step-2:after, .payment-steps-1 .step.step-2:before, .payment-steps-1 .step.step-3:before {
    display: none;
}
.payment-steps-1 .step {
    display: flex;
    flex-direction: row;
    gap: 0;
    text-align: left;
    background: #f5f4f3;
    border-radius: 0px;
    padding: 8px 20px 8px 8px;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.payment-steps-1 .step .write {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: normal;
    gap: 4px;
    padding: 0px 0px 0px 0px;
    flex: 1;
}
.payment-steps-1 .step .write .title {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.payment-steps-1 .step .write .description {
    font-size: 12px;
    color: #575757;
    font-weight: 300;
}
.payment-steps-1 .step .circle {
    margin: 0;
    background: #ffffff;
    width: 57px;
    height: 57px;
    border-radius: 0px;
}
.payment-steps-1 .step .circle img {
    width: 30px;
}
.payment-steps-1 {
    gap: 15px;
}
.payment-steps-1 .step.active {
    background: #f1ba1f;
}
.payment-steps-1 .step.active .circle {
    background: #fff;
}
.payment-steps-1 .step.active .title, .payment-steps-1 .step.active .description {
    color: #fff;
}
.payment-steps-1 .step.completed {
    background: #e3e3e3;
}
.payment-steps-1 .step.completed .circle img {
    filter: brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(2448%) hue-rotate(155deg) brightness(94%) contrast(59%);
}
.payment-steps-1 .step.completed .circle {
    background: #fff;
}
.payment-steps-1 .step.completed .write .title, .payment-steps-1 .step.completed .write .description {
    color: #747474;
}
.payment-form-group-1 .form-control {
    height: 50px;
    border-radius: 0px;
    font-size: 14px;
    padding-left: 17px;
    border: 1px solid #e2e2e2;
}
.invoice-info-description label {
    margin: 0;
}
.invoice-info-description {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 8px;
    padding: 0;
    border-radius: 0px;
    font-size: 13px;
    background: transparent;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}
.payment-body .sticky-sidebar-992-2 .p-g-b-c-0 {
    border: 1px solid #e2e2e2;
    padding: 20px;
    max-width: 73%;
    flex: 0 0 73%;
}
.payment-body .sticky-sidebar-992-2 .p-g-b-c-1 {
    max-width: 27%;
    flex: 0 0 27%;
}
.sticky-sidebar-992-2 .p-g-b-c-0 .p-g-mod-body, .sticky-sidebar-992-2 .p-g-b-c-1 .p-g-mod-body {
    padding: 0px;
}
.sticky-sidebar-992-2 .p-g-b-c-0 .p-g-mod-header, .sticky-sidebar-992-2 .p-g-b-c-1 .p-g-mod-header {
    padding: 0px;
    height: auto;
    border: none;
}
.sticky-sidebar-992-2 .pattern-group-body {
    padding: 0px 0px 0px 10px;
}
.default-payment-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    margin-bottom: 12px;
    font-weight: 400;
    color: #000;
}
.default-payment-title img {
    width: 32px;
}
.shipment-methods .method .checkbox, 
.shipment-methods .method .checkbox .form-check-inline,
.shipment-methods .method .checkbox .form-check-inline .form-check-input {
    margin: 0;
}
.shipment-methods .method .name .info span {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.shipment-methods .method .name .info small {
    color: #575757;
    font-size: 12px;
}
.sticky-sidebar-992-2 .p-g-b-c-1 .p-g-b-c-inner {
    padding: 20px;
    border: 1px solid #e2e2e2;
}
.payment-body .footer-guvenliasliveris-block {
    margin-top: 40px;
}
.payment-cart-summary-1 .summary {
    background: transparent;
}
.sticky-sidebar-992-2 .p-g-b-c-1 .p-g-b-c-wrapper .p-g-b-c-inner .p-g-mod-header {
    margin-bottom: 15px;
}
.payment-body header.desktop {
    position: relative;
}
.payment-body .mobile-header-space {
    height: auto;
}
.payment-body header.desktop.fixed-desktop .topbar-desktop {
    opacity: 1;
    visibility: visible;
    height: 44px;
}
.payment-body header.desktop.fixed-desktop .h-center .logo a img {
    width: 129px;
    max-width: 100%;
}
.payment-body header.desktop.fixed-desktop .h-center {
    padding: 24px 0px;
}
.payment-body header.desktop.fixed-desktop .h-center .header-callcenter-right a,
.payment-body header.desktop.fixed-desktop .h-center .header-bar .bar-link {
    font-size: 14px;
}
.payment-cart-summary-1 .p-list-button {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e2e2e2;
    margin-bottom: 0;
}
.payment-cart-summary-1 .p-list-button i {
    margin: 0;
}
.payment-cart-summary-1 .p-list tbody, .payment-cart-summary-1 .p-list thead {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.payment-cart-summary-1 .p-list tbody tr, .payment-cart-summary-1 .p-list thead tr {
    display: flex;
}
.payment-cart-summary-1 table {
    font-size: 12px;
    display: flex;
    flex-direction: column;
}
.payment-cart-summary-1 .p-list thead tr .th-product {
    flex: 2;
}
.payment-cart-summary-1 .p-list thead tr .th-total-price {
    flex: 2;
    width: 100%;
}
.plist-btn-block {
    margin-bottom: 20px;
}
.payment-cart-summary-1 .p-list thead tr th {
    border: none;
}
.plist-btn-block .p-list {
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-top: 0;
}
.payment-cart-summary-1 .summary tfoot th {
    font-size: 12px;
    font-weight: 300;
}
.payment-cart-summary-1 .summary tfoot .paymentpage-summary-box-price-left h5 {
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 500;
}
.payment-cart-summary-1 .summary tfoot .final {
    color: #000;
    font-size: 16px;
}
.paymentpage-finalpage-title-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
}
.paymentpage-finalpage-title-block .default-payment-title {
    margin: 0;
}
.paymentpage-finalpage-title-block .nav-tabs {
    background: transparent;
    padding: 0;
    height: auto;
    gap: 15px;
}
.paymentpage-finalpage-title-block .nav-tabs li.nav-item {
    margin: 0;
}
.paymentpage-finalpage-title-block .nav-tabs li.nav-item .nav-link {
    background: #fafafa;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0px;
    gap: 10px;
    padding: 14px 18px;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
}
.paymentpage-finalpage-title-block .nav-tabs li.nav-item .nav-link.active {
    background: #f1ba21;
    color: #fff;
    border-color: transparent;
}
.fina-box-price .paymentpage-summary-box-price-right {
    width: 40%;
}
.payment-agreement-checbox-1 .form-check a {
    color: #f0bb23;
}
/* payment style end */
/* AJAX LİSTE */
.ajax-shopping-cart .product .info {
    flex: 3;
    text-align: left!important;
    display: flex;
    align-items: center;
}
.header-cart-summary-1 .buttons {
    display: flex;
    flex-direction: row;
    margin-right: 0!important;
    align-items: center;
    padding: 6px 15px;
    gap: 9px;
}
.header-cart-summary-1 .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;
    margin: 0px;
}
.header-cart-summary-1 .btn-color-2 {
    font-size: 14px !important;
    background: #000!important;
    color: #fff!important;
    transition: all var(--transition-time);
    margin: 0px;
}
/* AJAX LİSTE BİTİŞ */
/* Tema Ayar Style */
.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;
}
/* Tema Ayar Style end */
/* PROMOTİON İNFO  */
#promotion-info {
    margin-bottom: 12px;
}
#promotion-info .card {
    border-color: var(--promotion-tag-border);
}
#promotion-info .card-header {
    background: var(--promotion-tag-bg);
    padding: 6px;
}
#promotion-info .card-header button {
    color: var(--promotion-tag-color);
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
#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 {
    border-color: var(--promotion-tag2-border);
}
#promotion-info2 .card-header {
    background: var(--promotion-tag2-bg);
    padding: 6px;
}
#promotion-info2 .card-header button {
    color: var(--promotion-tag2-color);
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
#promotion-info2 .blocks {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#promotion-info2 .blocks a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
#promotion-info .card .card-header button[data-toggle="collapse"]:after {
    content: ">";
    position: absolute;
    color: var(--promotion-tag-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300 !important;
    right: 20px;
    top: calc(50% - 10px);
    transform: rotate(-90deg);
}
#promotion-info .card .card-header button[data-toggle="collapse"].collapsed:after {
    transform: rotate(90deg) !important;
}
#promotion-info2 .card .card-header button[data-toggle="collapse"]:after {
    content: ">";
    position: absolute;
    color: var(--promotion-tag2-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300 !important;
    right: 20px;
    top: calc(50% - 10px);
    transform: rotate(-90deg);
}
#promotion-info2 .card .card-header button[data-toggle="collapse"].collapsed:after {
    transform: rotate(90deg) !important;
}
/* PROMOTİON İNFO end */
/* Kategori Filtre */
.kategori-filtre .col-12 {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    padding: 2rem;
    z-index: 99999999;
    overflow-y: scroll;
    border-left: 1px solid #ebebeb;
}
.kategori-filtre {
    display: none;
}
.kategori-filtre.show {
    display: block;
}
.category-filter-order ul li.d-flex {
    background: transparent !important;
}
a.close-btn.ml-1.btn-sidebar-filtre {
    border: 2px solid #0b0b0c;
    padding: 0px 5px;
    border-radius: 100%;
    z-index: 100000;
    font-size: 15px;
}
a.close-btn.ml-1.btn-sidebar-filtre:hover{
    color: #0b0b0c;
}
.kategori-filtre.show .p-g-b-c-inner {
    display: flex;
    gap: 10px;
    flex-direction: column;
    position: relative;
}
.buttons.cat-side {
    position: fixed;
    z-index: 999;
    bottom: 10px;
    width: 21.5%;
}
a.show-btn.ml-1.btn-sidebar-filtre:hover {
    color: #0b0b0c;
}
.kategori-filtre .pattern-group .p-g-mod .p-g-mod-body {
    padding: 8px;
}
.col-md-6.i-p {
    padding-bottom: 1px;
    padding-top: 1px;
}
a.show-btn.ml-1.btn-sidebar-filtre {
    border: 1px solid #e2e2e2;
    padding: 0 30px;
    height: 40px;
    background: #0b0b0c;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 0!important;
    font-weight: 300;
}
a.show-btn.ml-1.btn-sidebar-filtre:hover{
    color: #fff;
}
.categories-body .lag-checkbox {
    height: 40px !important;
    display: none;
}
.category-filter-order .list-wrap {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 10px 0px !important;
    display: flex;
    justify-content: flex-end;
}
.category-filter-order .list-wrap .list li .lag-checkbox {
    padding: 0px 16px;
    margin: 0 10px;
}
/* Kategori Filtre */
@media (max-width:1680px) {
    
}
@media (max-width:1440px) {
    
}
@media (max-width:1366px) {
    
}
@media (max-width:991px) {
    .paymentpage-finalpage-title-block .nav-tabs li.nav-item .nav-link {
        gap: 6px;
        padding: 12px 16px;
        font-size: 11px;
    }
    .paymentpage-finalpage-title-block .nav-tabs {
        gap: 8px;
    }
    .paymentpage-finalpage-title-block {
        gap: 12px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .payment-body .sticky-sidebar-992-2 .p-g-b-c-0 .p-g-m-h-i-title {
        width: 100%;
    }
    .payment-body .sticky-sidebar-992-2 .p-g-b-c-1 {
        padding: 0;
        margin-top: 15px;
    }
    .shipment-methods .method .name .info small {
        font-size: 11px;
    }
    .shipment-methods .method .name .info span {
        font-size: 12px;
    }
    .payment-form-group-1 .form-control {
        font-size: 12px;
    }
    .default-payment-title img {
        width: 28px;
    }
    .default-payment-title {
        font-size: 15px;
        gap: 5px;
    }
    .payment-steps-1 .step {
        flex-direction: column;
        gap: 0;
        padding: 10px;
        gap: 8px;
        text-align: center;
    }
    .payment-steps-1 .step .circle img {
        width: 25px;
    }
    .payment-steps-1 .step .circle {
        width: 47px;
        height: 47px;
    }
    .payment-steps-1 .step .write .description {
        font-size: 10px;
    }
    .payment-steps-1 .step .write .title {
        font-size: 11px;
    }
    .payment-steps-1 .step .write {
        align-items: center;
        gap: 3px;
        padding: 0px 0px 0px 0px;
    }
    .payment-body header.mobile {
        position: unset;
    }
    .payment-body .sticky-sidebar-992-2 .p-g-b-c-0,.payment-body .sticky-sidebar-992-2 .p-g-b-c-1 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    div#shareAge img {
        width: 18px;
    }
    div#shareAge {
        gap: 5px;
        font-size: 12px;
    }
    #myButton3 {
        font-size: 12px;
    }
    a.show-btn.ml-1.btn-sidebar-filtre {
        display: none;
    }
    .categories-body .lag-checkbox {
        display: block;
    }
    #myButton2 {
        padding: 1px;
    }
    .age-space-block {
        margin-bottom: 30px;
    }
    .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;
    }
    /* age sepet mobil style */
    .payment-final-buttons-1{
        position: inherit;
        padding: 0;
        border-top: 0;
    }
    .agecart-ozet{
        padding: 15px;
    }
    .ageindirim{
        margin-top: 5px;
    }
    .agesepet-title{
        flex-direction: column;
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .shopping-cart-1{
        margin-top: 15px;
    }
    tr.agecart-2{
        display: grid;
        grid-template-columns: 1fr 0fr;
        margin-top: 25px;
        margin-bottom: 5px;
        width: 100%;
    }
    .td-product .product {
        margin-left: 5px;
    }
    .agesepet-ep2{
        display: flex;
        width: 100%;
    }
    .agecartbody{
        flex-direction: column;
    }
    /* age sepet mobil style end */
    /* Destek Merkezi mobil style */
    .agedestekmerkezi .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 66%;
        max-width: 66%;
    }
    .card-help-title .image img {
        max-width: 100%;
        max-height: 60px;
        width: 25px;
        height: 25px;
    }
    .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;
    }
    /* Destek Merkezi mobil style end */
    /* footer icon mobil style */
    .footerIcon {
        flex-direction: row;
        justify-content: space-between;
    }
    .footerIcon img {
        display: block;
        filter: invert(1);
    }
    /* footer icon mobil style end */
    .buttons.cat-side {
        position: fixed;
        z-index: 9;
        bottom: 10px;
        width: 95%;
    }
}