::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: transparent; 
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #A18A80; 
}
::-webkit-scrollbar-thumb:hover {
    background: #5C107F ; 
}
/* age bug fix and standart style */
h1 {
    font-size: 1.5rem!important;
}
h2,h3,h4 {
    font-size: 1.2rem!important;
}
h5 {
    font-size: 1rem!important;
}
/* shwocaseswiper */
.swiper-card {
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0px 0px;
    position: relative;
}
.swiper-card .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
.swiper-card .swiper-slide-content {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.swiper-card .swiper-button-next:after,.swiper-card  .swiper-rtl .swiper-button-prev:after,
.swiper-card .swiper-button-prev:after,.swiper-card  .swiper-rtl .swiper-button-next:after {
    display: none;
}
.swiper-card .swiper-button-next,
.swiper-card .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #E2E2E2;
}
.swiper-card .swiper-button-prev {
    left: 0;
}
.swiper-card .swiper-button-next {
    right: 0;
}
/* shwocaseswiper */
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: #A18A80!important;
    border-color: #A18A80!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: 1rem 0;
}
.breadcrumb-wrapper .breadcrumb {
    margin: 0px;
}
.p-g-mod-breadcrumb {
    margin: 0px !important;
}
.age-space-block {
    margin-bottom: var(--age-space-block);
}
.sidebar-menu-type-2 .mobile-search .easy-autocomplete {
    width: 100% !important;
}
/* age bug fix and standart style end */
/* ajax liste */
.ajax-footer {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
}
.ajax-footer .items {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
}
.ajax-footer .items .left span {
    padding-left: 4px;
    font-size: 10px;
}
.ajax-btn-cart {
    margin-bottom: 8px;
    height: 36px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #A18A80;
    border-radius: 4px;
    color: #fff;
}
.ajax-btn-payment {
    margin-bottom: 8px;
    height: 36px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 4px;
    color: #fff;
}
/* ajax liste end */
/* 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;
    background: #fff;
}
.login-page-body-top {
    margin-bottom: 15px;
}
.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: #000 !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: var(--main-color) !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-body-top .nav-tabs {
    border: none;
}
/* login page style end */
/* hızlı giriş kutusu */
.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: #000;
    border: 1px solid #000;
    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;
}
/* hızlı giriş kutusu end */
/* stok yok */
.stock-alert {
    padding: 15px;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
}
.stock-alert .left .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.stock-alert .left h4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    font-size: 15px;
    margin: 0;
    line-height: normal;
    font-weight: 600;
}
.stock-alert .left h4 span {
    font-weight: 400;
}
.stock-alert .right, .stock-alert .left {
    height: 100%;
    display: flex;
    justify-content: center;
}
.stock-alert .right, .stock-alert .left {
    align-items: flex-start;
    flex-direction: column;
}
.stock-alert .right {
    justify-content: center;
    align-items: flex-end;
}
.stock-alert .right a {
    background: #ffffff;
    color: #721c24;
    font-weight: 400;
    padding: 11px 25px;
    font-size: 13px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    line-height: normal;
    gap: 6px;
}
/* stok yok end */
/* profil degerlendirme */
.product-reviews {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    cursor: pointer;
}
.product-reviews #myButton2 {
    color: #666;
    font-size: 11px;
    padding-left: 4px;
}
.product-reviews #myButton3 {
    color: #000;
    padding-left: 6px;
    margin-left: 10px;
    border-left: 1px solid #000;
    font-size: 12px;
}
/* profil degerlendirme end */
/* kategori sayfa */
.pattern-group-body .p-g-mod-t-cat-filter .p-g-mod-header-p-0 {
    height: auto;
    margin-bottom: 10px;
}
.cat-responsive-popup .c-r-p-bar .p-g-mod {
    padding: 10px 15px;
}
/* kategori sayfa end */
/* scroll top style */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #fff;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    content: "";
    background: url(icons/arrow-up.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    left: 22%;
    top: 24%;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/* scroll top style end */
/* age share style */
div#shareAge {
    padding: 24px 20px;
    border-left: 1px solid #f4f4f4;
}
#shareModal {
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 7px;
}
.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 #000;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#copyD {
    background: #000;
    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: #000;
    color: #fff;
    position: absolute;
    right: 45px;
    bottom: -36px;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    opacity: 0;
}
/* age share style end */
/* sepet style */
.basketpage-items .basketpage-item {
    padding: 30px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
}
.basketpage-items .basketpage-item:last-child {
    margin: 0px;
}
.bpitem-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    height: 100%;
}
.bpitem-right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bpitem-right .bpitem-trash, .bpitem-right .bpitem-quantity, .bpitem-right .bpitem-price {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}
.bpitem-img {
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    padding: 0px;
}
.bpitem-img .img-auto {
    border-radius: 0px;
    width: 100%;
    height: 100%;
}
.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: #000;
    border-top: 0!important;
    text-align: end;
}
.ageozet-text3{
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.03em;
    color: #000;
    padding: 20px 0px!important;
}
.final{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #000;
}
.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: #A18A80;
    border-color: #A18A80;
    padding: 18px;
}
.payment-final-buttons-1 .btn-complete:hover{
    border-color: #5C107F;   
    background: #5C107F;
    color: var(--add-cart-detail-hover);
}
.ageindirim-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #000;
}
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: transparent;
    border-radius: 0px;
    border-radius: 10px;
}
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;
    flex-direction: column;
}
.agesepet-title {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #000;
    background: none;
    padding: 25px 0;
}
.agesepet-title h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #000;
}
.shopping-cart-1 {
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    background: #fff;
}
.td-product .product{
    margin-left: 45px;
}
.td-product .image {
    border: none;
    padding: 0;
    height: max-content;
}
.td-product .p-info a{
    font-weight: 600!important;
    font-size: 17px!important;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #000000;
}
.td-total-price .value {
    font-weight: 600;
    font-size: 17px;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #de605b;
}
.product-quantity .btn:hover{
    background: transparent;
}
.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: 0.275rem 0.7rem !important;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}
.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: 200px;
    justify-content: center;
    max-width: 10rem;
    display: flex;
    align-items: center;
    border: 1px solid #e2e2e2;
}
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: 0!important;
    padding: 20px;
}
a.btn.sepet-btn-minus {
    background: none;
}
.sepet-td-price input.sepet-form-control {
    height: 42px;
    padding: 0;
    text-align: center;
    border: none !important;
}
.shopping-cart-1 .td-product .product .image .img-auto {
    border-radius: 10px;
}
a.btn.sepet-btn-plus {
    background: none;
}
.sepet-product-quantity .btn.sepet-btn-plus {
    border-radius: 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: 14px;
    font-weight: 500;
    background: #A18A80;
    border-color: #A18A80;
    padding: 13px 32px;
    border-radius: 0px 6px 6px 0px;
}
.bpdefault-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    margin-bottom: 15px;
}
.bpdefault-title h4 {
    margin: 0px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #000;
}
.bpdefault-title span {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #A1A1A1;
}
.bpgift-form input {
    font-size: 15px;
    font-weight: 400;
    height: 52px;
    padding-left: 15px;
    border-right: 0;
    border-radius: 10px 0px 0px 10px;
}
.bpgift-form button {
    font-size: 13px;
    font-weight: 500;
    background: #000;
    border-color: #000;
    padding: 0px 24px;
    border-radius: 0px 10px 10px 0px;
    text-transform: uppercase;
}
.pcarts1-card {
    padding: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background: #fff;
    margin: 37px 0 20px;
}
.pcart-table-item {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pcarts1-table .pcart-table-item:last-child {
    border: none;
    padding: 10px 0px 0px 0px;
}
.pcart-table-item .row {
    width: 100%;
}
.pcart-table-item .row .col-12 {
    padding: 0px;
}
.pcartitem-right, .pcartitem-left {
    display: flex;
    height: 100%;
    align-items: center;
}
.pcartitem-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.pcart-table-title1 {
    font-weight: 500;
    font-size: 14px!important;
    letter-spacing: -0.03em;
    color: #000000;
    margin: 0px;
}
.pcart-table-title2 {
    font-weight: 400;
    font-size: 14px!important;
    letter-spacing: -0.03em;
    color: #000;
}
.pcart-table-titlefinal {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.03em;
}
.payment-cart-summary-1 .summary tfoot .final,.pcart-table-titlefinal {
    color: #000;
}
.pcart-table-title3 {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #A1A1A1;
}
.pcarts1-table {
    margin-bottom: 15px;
}
.bpitem-quantity .product-quantity input:active, .bpitem-quantity .product-quantity input:focus {
    height: 30px;
    font-size: 13px;
}
.pcart-table-item .col-6 {
    padding: 0px;
}
.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 .p-g-b-c-1 .p-g-mod-header {
    margin-bottom: 15px;
}
.sticky-sidebar-992-2 .p-g-b-c-0 .p-g-mod-header .p-g-m-h-i-title {
    width: 100%;
    font-size: unset !important;
    font-weight: unset !important;
    line-height: normal !important;
}
.default-payment-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}
.payment-body .sticky-sidebar-992-2 .p-g-b-c-0 {
    border: 1px solid #e2e2e2;
    padding: 15px;
    border-radius: 10px;
}
.payment-body .sticky-sidebar-992-2 .p-g-mod {
    background: transparent !important;
}
.pcarts1-paymentcard {
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}
.payment-form-group-1 .form-control {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    height: 50px;
}
.invoice-info-description {
    padding: 0px;
    background: transparent;
    border-radius: 0;
}
.shipment-methods .method {
    margin-bottom: 10px;
    background: #fafafa;
    border-radius: 10px;
    padding: 15px;
    border: none;
}
.shipment-methods .method .checkbox {
    margin: 0px 8px 0px 0px;
}
.shipment-methods .method .checkbox .form-check-inline {
    margin: 0px;
}
.shipment-methods .method .checkbox .form-check-inline input {
    margin: 0px;
}
.shipment-methods .method .name .image {
    width: fit-content;
    height: fit-content;
    border-radius: 10px;
    padding: 5px 15px;
    border: none;
}
.payment-cart-summary-1 .summary {
    background: transparent;
}
.payment-summary-section {
    margin-bottom: 15px !important;
}
.pcart-tab .p-list-button {
    background: #fafafa;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
}
.payment-cart-summary-1 .summary tfoot th {
    border: 0;
    padding: 0px;
}
.payment-cart-summary-1 .summary tfoot tr {
    display: flex;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.payment-cart-summary-1 .summary tfoot tr:last-child {
    border: none;
    padding: 10px 0px 0px 0px;
}
.pcart-tab .p-list {
    background: #fafafa;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 5px;
}
.pcart-tab .p-list th,.pcart-tab .p-list td {
    border: none;
}
.pcart-tab .p-list tbody tr {
    border-top: 1px solid #e2e2e2;
}
.shipment-methods .method .price .text-success {
    color: #000 !important;
}
.payment-steps-1 .step.active {
    color: #000;
}
.payment-steps-1 .step.active .circle {
    background: #000;
}
.payment-form-methods .nav-tabs {
    background: transparent;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 0;
    gap: 10px;
}
.payment-form-methods .nav-tabs .nav-item {
    margin: 0;
}
.payment-form-methods .nav-tabs .nav-item .nav-link {
    height: auto;
    padding: 5px 20px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    background: transparent;
    margin: 0px;
    font-size: 14px;
}
.payment-form-methods .nav-tabs .nav-link.active {
    background: #fafafa;
}
.payment-method-form .alert {
    border: 1px solid #e2e2e2;
    margin-top: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
/* sepet style end */
/* no name */
.product-profile-info .stock-info {
    color: #1b712e;
}
.product-profile-info .stock-info.danger {
    color: #e92220;
}
/* no name 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;
}
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 {
    padding: 0 30px 0 16px;
    display: flex;
    align-items: center;
    margin-left: 0!important;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    gap: 8px;
}
a.show-btn.ml-1.btn-sidebar-filtre:hover{
    color: #000;
}
.categories-body .lag-checkbox {
    height: auto!important;
}
.category-filter-order .list-wrap {
    justify-content: flex-end;
    background: #FFF;
    height: 90px;
    display: flex;
    align-items: center;
    padding-right: 14px!important;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.category-filter-order .list-wrap .list li .lag-checkbox {
    padding: 0px 6px;
    margin: 0px 6px;
    font-size: 12px;
    color: #a1a1a1;
    font-weight: 500;
}
/* Kategori Filtre */
/* Uyelik css */
.newuye{/* Modüle Verilen Css */
    border: 1px solid #e2e2e2;
    padding: 40px!important;
    border-radius: 5px;
}
.mws-form-inline .form-control{
    padding: 24px;
}
.modal-content{
    padding: 10px;
}
.modal-header{
    border-bottom: 0;
    padding: 5px 15px;
}
.modal-p {
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #A1A1A1;
    font-size: 13px;
    font-weight: 400;
}
.modal-body .form-control{
    padding: 22px;
    font-size: 13px;
}
.yeni-giris {
    margin-bottom: 1rem;
    border: 1px solid #000;
    padding: 10px 15px;
    border-radius: 5px;
}
.sub-unuttum2 {
    padding: 0!important;
    border: 0!important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}
.pass{
    display: flex;
    justify-content: center;
}
.pass-sub{
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    color: #A1A1A1;
}
.kvkk a{
    font-weight: 600;
}
button.btn.sub-unuttum {
    text-decoration: underline;
    font-size: 13px;
    color: #a1a1a1;
}
.giris-border {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.pattern-group .p-g-mod .p-g-mod-header {
    border: none;
}
.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info, .pattern-group .pattern-group-header .p-g-h-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-title, .pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
}
.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: white!important;
}
.login-body .p-g-mod-t-4 .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-weight: 600;
    transition: all var(--transition-time);
    font-size: 16px;
    padding: 13px;
}
.login-body .p-g-mod-t-4 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
    color: #18181A;
}
.login-fb-g {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.login-form .form-control {
    padding: 24px;
    font-size: 12px;
}
.btn-google-login {
    background: #ffffff!important;
    background-image: none;
    text-shadow: none!important;
    color: #000!important;
    border: 1px solid #e2e2e2!important;
}
.btn-fb-login {
    background: #ffffff!important;
    background-image: none;
    text-shadow: none!important;
    color: #000!important;
    border: 1px solid #e2e2e2!important;
}
/* 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 #000 !important;
    background: #000 !important;
}
.modal-body .buttons button.btn.btn-success.btn-sm.mr-1:hover {
    color: #000 !important;
    border: 1px solid #000 !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: #000;
    border: 1px solid #000;
    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 bitti*/
.payment-body .sticky-sidebar-992-2 .p-g-b-c-1 .p-g-b-c-wrapper {
    border: 1px solid #e2e2e2;
    padding: 15px;
    border-radius: 10px;
}
@media (max-width:991px) {
    .product-comment-list-v2 {
        border: none;
    }
    .shopping-cart-1 .td-total-price {
        flex: 1;
        padding: 0;
    }
    td.sepet-td-price {
        flex: 1;
    }
    .td-product .product {
        margin-left: 0;
    }
    tr.agecart-2 {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        padding: 0px 10px;
    }
    .agesepet-ep2 {
        width: 100%;
    }
    .agecartbody {
        flex-direction: column;
    }
    .cat-responsive-popup .buttons a {
        width: 50%;
    }
    .stock-alert .left h4 {
        font-size: 14px;
    }
    .stock-alert .left .title img {
        width: 28px;
        height: 28px;
    }
    .stock-alert .right a {
        padding: 10px 19px;
        font-size: 12px;
    }
    .stock-alert .right {
        align-items: flex-start;
    }
    .age-space-block {
    	margin-bottom: var(--age-space-block-mobil);
    }
        .login-fb-g{
        flex-direction: column;
    }
    .login-body .p-g-mod-t-4 .btn-google-login {
        background: #fff!important;
        text-shadow: none !important;
        color: black !important;
        border: 1px solid #e2e2e2!important;
        width: 50%;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 12px;
    }
    .login-body .p-g-mod-t-4 .btn-fb-login {
        background: #fff!important;
        text-shadow: none !important;
        color: black !important;
        border: 1px solid #e2e2e2!important;
        width: 50%;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 12px;
    }
    .login-fb-g a span img {
        width: 19px;
    }
    .pcarts1-card {
        padding: 20px;
        margin: 0px 0 30px;
    }
    .payment-final-buttons-1 {
        height: auto;
    }
}