/* age bug fix and standart style */
h1 {
    font-size: 1.50rem;
}
h2,h3,h4 {
    font-size: 1.2rem;
}
h5,h6 {
    font-size: 1rem;
}
body.modal-open {
    padding: 0px !important;
}
.cart-empty-alert, .payment-success-alert {
    text-align: center;
}
.modal-footer {
    display: unset !important;
}
.btn-success {
    background-color: #e21836;
    border-color: #e21836;
    border-radius: 200px !important;
}
.btn-success:hover,.btn-success:target,.btn-success:active,.btn-success:focus {
    background-color: #e21836 !important;
    border-color: #e21836 !important;
    box-shadow: none !important;
    outline: none !important;
}
.btn-primary {
    color: #e21836 !important;
    background-color: transparent !important;
    border: 1px solid #e21836 !important;
    border-radius: 200px !important;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:target {
    color: #e21836 !important;
    background-color: transparent !important;
    border:1px solid #e21836 !important;
    box-shadow: none !important;
    outline: none !important;
}
.swal-button {
    background-color: #E21836;
    border-radius: 200px !important;
}
.breadcrumb-wrapper {
    margin: 1rem 0;
}
.product-body .breadcrumb-wrapper {
    margin-top: 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;
    margin-bottom: 20px;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
/* 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: #E21836;
    color: #fff;
    border-radius: 200px;
}
.ajax-btn-payment {
    margin-bottom: 8px;
    height: 36px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #181818;
    border-radius: 200px;
    color: #fff;
}
.ajax-btn-cart:hover ,.ajax-btn-payment:hover {
    color: #fff;
}
/* ajax liste end */
/* login page style */
.login-page-sec {
    margin-top: -135px;
}
.login-page-sec .p-g-mod {
    margin: 0px;
}
.login-page-sec .p-g-mod-body {
    padding: 0px !important;
}
.login-page-block {
    background: url(https://alfemo.agesoft.com.tr/theme/alfemoxage987123_thema/assets/images/login-page-bg.webp) center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 200px;
    padding-top: 115px;
}
.login-page-body {
    padding: 35px;
    max-width: 515px;
    width: 100vh;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
}
.login-page-body-top {
    margin-bottom: 33px;
}
.login-body .p-g-mod-t-4 .btn-success {
    height: 60px;
    background: #fff;
    border-radius: 200px;
    color: #E21836;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
}
.login-body .p-g-mod-t-4 .btn-success:hover,.login-body .p-g-mod-t-4 .btn-success:active,.login-body .p-g-mod-t-4 .btn-success:focus,.login-body .p-g-mod-t-4 .btn-success:target {
    background: #fff !important;
    color: #E21836;
}
.pass-forgot-btn {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.3px;
    text-decoration-line: underline;
    line-height: normal;
    padding: 0;
}
.pass-forgot-btn:hover {
    color: #FFF;
}
.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;
    color: #fff;
}
.login-page-agreement-item label a {
    color: #fff;
}
.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: 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;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}
.login-page-body span {
    color: #D9D9D9;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.48px;
    margin-bottom: 33px;
}
.login-page-body span b button {
    padding: 0;
    color: #FFF;
    font-weight: 600;
    text-decoration-line: underline;
    letter-spacing: -0.48px;
}
.login-page-body span b button:hover {
    color: #FFF;
}
.login-body .p-g-mod-t-4 .nav-tabs .nav-link {
    margin: 0;
    width: 50%;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #A1A1A1;
    border-radius: 200px;
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
}
.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 {
    background: #fff;
    color: #E21836;
    border-color: #fff;
}
.login-page-body .form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.login-page-body .form-item.btns {
    margin-top: 35px;
    margin-bottom: 0;
    gap: 20px;
    text-align: center;
    align-items: center;
}
.login-page-body .form-item label {
    margin-bottom: 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}
.login-page-body .form-item .form-control {
    height: 60px;
    background: transparent;
    border-radius: 1000px;
    border: 1.5px solid #E2E2E2;
    padding-left: 35px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}
.login-page-body .form-item .form-control:focus,.login-page-body .form-item .form-control:active,.login-page-body .form-item .form-control:target {
    border-color: #E2E2E2 !important;
}
.login-page-body .form-item .form-control::placeholder {
    color: #FFF;
}
.login-page-body  #nav-register .form-item {
    margin: 0;
}
.login-page-body #nav-register .form-item label {
    margin-bottom: 10px;
}
.login-page-body #nav-register .form-item .form-control {
    height: 55px;
}
.login-page-body #nav-register .form-item .iti__selected-flag {
    padding: 0 0px 0 17px;
}
.modal-content {
    border-radius: 30px;
    padding: 10px;
}
.modal-body .btn-success {
    border: 1px solid #e2e2e2 !important;
}
.form-control {
    height: 50px;
    border-radius: 200px;
}
.common-register-form .form-item label {
    font-size: 15px;
}
.login-page-body #nav-register .form-item label .text-danger {
    line-height: normal;
    margin: 0;
}
/* 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: 52px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #818080;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e2e2;
    border-radius: 200px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fastlogin-box-buttons button {
    padding: 10px 15px;
    width: 50%;
    margin-bottom: 0!important;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #E21836;
    background: #E21836;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    outline: none;
}
.fastlogin-box-buttons a {
    padding: 0.5rem;
    width: 50%;
    color: #e21836;
    border: 1px solid #e21836;
    background: none;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    border-radius: 200px;
}
.fastlogin-box-buttons {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    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-radius: 0px 0px 20px 20px;
}
.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 .right,.stock-alert .left {
    height: 100%;
    display: flex;
}
.stock-alert .right, .stock-alert .left {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.stock-alert .right {
    justify-content: center;
    align-items: center;
}
.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;
}
.stock-alert .row {
    gap: 10px;
}
/* stok yok 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;
}
.category-filter-list .list-wrap .list li.active a {
    font-weight: 600;
}
#selected-filters-container {
    margin-top: 15px;
}
.selected-filters-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.selected-filters-wrapper .col-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px 10px;
    flex: 1;
    flex-wrap: wrap;
}
.selected-filters-wrapper #reset-all-filters {
    background: #000;
    padding: 9px 20px;
    border: none;
    border-radius: 200px;
    color: #fff;
    font-size: 14px;
}
.selected-filters-wrapper .selected-filter-item {
    padding: 12px 15px;
    border: 1px solid #fafafa;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: #fff;
    user-select: none;
}
.selected-filters-wrapper .selected-filter-item .remove-filter {
    width: 20px;
    height: 20px;
    border-radius: 200px;
    border: 1px solid #e2e2e2;
    background: #dc312a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #ffff;
    line-height: normal;
    padding-bottom: 1px;
    cursor: pointer;
}
/* 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: 2;
    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/toparrow.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 */
#shareModal {
    position: absolute;
    z-index: 999;
    right: -0.5%;
    top: -10px;
}
.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: #fff;
    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 */
/* 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: #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: #E21836;
    border-color: #E21836;
    padding: 18px;
    border-radius: 200px;
}
.payment-final-buttons-1 .btn-complete:hover{
    background: #E21836;
    border-color: #E21836;
}
.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: transparent;
    border-radius: 0px;
    border-radius: 10px;
}
tr.agecart-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    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: 25px 0;
}
.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: 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: 400!important;
    font-size: 17px!important;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #000000;
}
.td-total-price .value {
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}
.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-group {
    position: relative;
}
.p-g-mod.p-g-mod-t-39 .p-g-mod-body input {
    padding: 0.275rem 0.7rem !important;
    height: 62px;
    font-size: 13px;
    color: #181818;
    font-weight: 500;
    border-radius: 200px;
    border: 1px solid #e2e2e2 !important;
    padding-left: 24px !important;
}
.p-g-mod.p-g-mod-t-39 .p-g-mod-body input:focus {
    background: transparent;
}
.shopping-cart-1 .td-total-price {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.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: 13px;
    font-weight: 500;
    background: transparent;
    padding: 0;
    border: none;
    color: #E21836;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.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: #181818;
}
.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;
}
.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;
    letter-spacing: -0.03em;
    color: #000000;
    margin: 0px;
}
.pcart-table-title2 {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #181818;
}
.pcart-table-titlefinal {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.03em;
}
.payment-cart-summary-1 .summary tfoot .final,.pcart-table-titlefinal {
    color: #181818;
}
.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;
    margin: 0px !important;
}
.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: 20px;
    border-radius: 10px;
}
.basket-gift-sec {
    margin: 0px !important;
}
.payment-body .sticky-sidebar-992-2 .p-g-b-c-1 .p-g-b-c-wrapper {
    height: 100% !important;
}
.payment-body .sticky-sidebar-992-2 .p-g-b-c-1 .p-g-b-c-wrapper .p-g-b-c-inner {
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 10px;
    position: sticky !important;
    top: 130px !important;
    transform: unset !important;
}
.payment-body .sticky-sidebar-992-2 .p-g-b-c-1 .p-g-b-c-wrapper .p-g-b-c-inner .p-g-mod:last-child {
    margin: 0px;
}
.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: #e21836;
}
.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;
}
.payment-body .sticky-sidebar-992-2 .p-g-b-c-1 .p-g-b-c-wrapper .p-g-b-c-inner .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 17px !important;
}
.payment-cart-summary-1 .p-list-button {
    color: #181818;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin-top: 9px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.payment-cart-summary-1 .p-list-button.active i {
    transform: rotate(
180deg);
}
.payment-cart-summary-1 .p-list-button i {
    margin-right: 0;
}
.p-list .table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 10px;
}
.p-list .table thead {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.p-list .table thead tr {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.p-list .table thead tr .th-product {
    flex: 1;
}
.p-list .table thead tr .th-quantity {
    flex: 0;
}
.p-list .table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.p-list .table tbody tr {
    display: flex;
    flex-direction: row;
}
.p-list .table tbody tr .td-total-price {
    flex-direction: column;
    text-align: right;
    padding-right: 0;
    align-items: flex-end;
}
.p-list .table thead tr th {
    border: none;
}
/* sepet style end */
/* Yorum Modülü 92 */
.product-comment-list-v2 .leave-comment .btn {
    border-radius: 10px;
    background: #D9D9D9;
    border-color: #d9d9d9;
    gap: 16px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.52px;
}
.product-comment-list-v2 .leave-comment .description {
    color: #A1A1A1;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.48px;
}
.right-star i.fa.fa-star {
    color: #d9d9d9;
}
.right-star i.fa.fa-star {
    color: #d9d9d9;
    font-size: 16px;
}
.product-comment-list-v2 .score .stars .star.fill {
    color: #ffc000!important;
}
.product-comment-list-v2 .score .total {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
}
.product-comment-list-v2 .score .count {
    margin-top: 15px;
    color: #A1A1A1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
}
.product-comment-list-v2 .summary .item .rate .light {
    background: #d9d9d9;
}
.product-comment-list-v2 .summary .item .stars {
    color: #d9d9d9;
}
.product-comment-list-v2 .summary .item .rate .fill {
    background: #ffc000;
}
.product-comment-list-v2 .summary .item .stars .fill {
    color: #ffc000;
}
.product-comment-list-v2 {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    padding: 30px;
    background: #fff;
}
.product-comment-list-v2 .title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.36px;
}
.product-comment-list-v2 .comments .item {
    border-bottom: 0;
    padding: 20px 40px;
    border-radius: 10px;
    background: #FAFAFA;
    margin-bottom: 20px;
}
.product-comment-list-v2 .comments .item .customer .stars {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e2e2e2;
    display: flex;
    gap: 3px;
    height: 100%;
    align-items: center;
}
.product-comment-list-v2 .comments .item .customer .stars i.fill {
    color: #ffc000;
}
.product-comment-list-v2 .comments .item .customer .approved {
    background: transparent;
    color: #259A35;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    display: flex;
    gap: 6px;
    margin-right: 40px;
}
.product-comment-list-v2 .comments .item .customer {
    height: 35px;
}
.product-comment-list-v2 .comments .item .customer .name {
    margin-right: 20px;
    min-width: 50px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.64px;
    padding-right: 20px;
    border-right: 1px solid #e2e2e2;
    height: 100%;
}
.product-comment-list-v2 .comments .item .customer .date {
    margin-right: 10px;
    color: #BBB;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.68px;
}
.product-comment-list-v2 .comments .item .comment {
    margin-top: 16px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.64px;
}
.product-comment-list-v2 .comments .item .control .like span {
    color: #BBB;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
}
/* Yorum Modülü 92 */
.p-g-mod-t-63 .p-g-mod-body {
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 410px;
    margin: 0 auto 0 auto;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    overflow: hidden;
    position: relative;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form {
    border-radius: 15px;
    box-shadow: none;
    width: 100%;
    position: relative;
    max-width: 500px;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form .input-box {
    padding-right: 0;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form input {
    height: 55px !important;
    border-radius: 200px !important;
    border: 1px solid #e2e2e2 !important;
    font-size: 13px;
    background: #fff;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper .title {
    font-size: 37px;
    font-weight: 800;
    margin-bottom: 24px;
    color: #181818;
}
.help-entries .accordion .card {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}
.help-entries .card-body {
    background: #fff;
}
.help-entries .card-header a.collapsed:after, .help-entries .card-header a:after {
    font-size: 11px;
}
.help-entries .card-header a {
    display: block;
    padding: 22px 20px;
    font-size: 14px;
    color: #181818;
    font-weight: 500;
    line-height: normal;
}
.card-help-title .entries {
    margin-top: 0;
    display: block;
    text-align: center;
}
.card-help-title{
    border-radius: 8px;
    padding: 0;
    background: transparent;
}
.card-help-title:hover {
    background-color:transparent;
}
.card-help-title .image img {
    max-width: 100%;
    max-height: 100%;
    width: 25px;
    height: 25px;
}
.card-help-title a.title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.card-help-title .title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 23px 10px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin: 0px;
}
.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: 13px;
    font-weight: 400;
    color: #181818;
}
.spcenter-container-sec .p-g-b-c-0 .p-g-b-c-inner .p-g-mod:last-child {
    margin: 0px;
}
.center-block-title .p-g-h-info {
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
    margin-top: 20px;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form .btn-send {
    position: absolute;
    width: auto;
    height: auto;
    background: #181818;
    border-width: 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 200px !important;
    right: 12px;
    top: 12px;
}
.help-search-tool {
    display: none;
}
.help-form-bg {
    position: absolute;
    bottom: -10%;
    left: -5%;
    transform: rotate(30deg);
    opacity: 0.2;
}
.help-form-bg svg {
    width: 155px;
    height: 100%;
    fill: #181818;
}
.spcenter-container-sec .p-g-b-c-1 .p-g-b-c-wrapper, .spcenter-container-sec .p-g-b-c-1 .p-g-b-c-inner {
    height: 100%;
}
.supcenter-info-card {
    padding: 25px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    position: sticky;
    top: 130px;
    overflow: hidden;
}
.supcenter-info-card .block-title {
    margin-bottom: 15px;
    font-size: 22px;
    color: #181818;
    font-weight: 700;
}
.supcenter-info-card .bg {
    position: absolute;
    right: -7%;
    top: 0%;
    transform: rotate(321deg);
    opacity: 0.2;
}
.supcenter-info-card .items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0px;
}
.supcenter-info-card .block-title {
    margin-bottom: 12px;
    font-size: 18px;
}
.supcenter-info-card .items a {
    display: flex;
    flex-direction: column;
    line-height: normal;
    gap: 5px;
}
.supcenter-info-card .items a .title {
    font-size: 14px;
    color: #a1a1a1;
}
.supcenter-info-card .items a .small-title {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
}
.agedestekmerkezi {
    margin: -0px -5px;
}
.agedestekmerkezi .col-6 {
    padding: 0 5px;
}
.help-entries .accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.help-entries .accordion .card {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}
/* Destek Merkezi Css */
/* no name */
.login-body .p-g-mod-t-4 .password-form .btn-success {
    background: #E21836;
    color: #fff;
    border-color: #E21836;
}
.product-profile-info .stock-info {
    color: #1b712e;
}
.product-profile-info .stock-info.danger {
    color: #e92220;
}
.sidebar-menu-type-2 .mobile-search form {
    position: relative;
}
.sidebar-menu-type-2 .mobile-search form .form-control {
    height: 48px;
}
.sidebar-menu-type-2 .mobile-search form button {
    padding: 0;
    width: auto;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.sidebar-menu-type-2 .mobile-search i {
    font-size: 25px;
}
.sidebar-menu-type-2 .sidebar-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0px;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.sidebar-menu-type-2 .sidebar-header .logo img {
    max-height: 40px;
}
.sidebar-menu-type-2 .sidebar-header .mobile-menu-close {
    line-height: normal;
    font-size: 15px;
}
.product-carousel-top,.product-carousel-right {
    position: relative;
}
.swiper-product-thumb {
    height: 100%;
}
.product-thumb-item {
    cursor: pointer;
}
.product-thumb-item img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}
.swiper-products .swiper-slide img, .swiper-products-bottom .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.product-carousel-left, .product-carousel-right {
    height: 100%;
}
.pd-carousel-next, .pd-carousel-prev {
    color: #000;
    --swiper-navigation-size: 24px;
}
.swal-overlay--show-modal .swal-modal {
    border-radius: 30px !important;
}
.swal-overlay--show-modal .swal-modal .swal-footer {
    border-radius: 0px 0px 30px 30px;
    border: none !important;
    background: transparent !important;
}
.native-modal .modal-header.sticky-top {
    padding-bottom: 0px;
    border: none;
}
.native-modal .modal-content .modal-header .modal-title {
    font-size: 17px;
}
/* no name end */
@media (max-width:1440px) {
    .card-help-title .image img {
        width: 22px;
        height: 22px;
    }
    .card-help-title .title {
        font-size: 14px;
    }
    .login-page-body span b button {
        font-size: 13px;
    }
    .login-page-body span {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .selected-filters-wrapper .selected-filter-item {
        font-size: 11px;
        padding: 7px 12px;
    }
    .selected-filters-wrapper .selected-filter-item .remove-filter {
        width: 18px;
        height: 18px;
        font-size: 10px;
        padding: 0 1px 2px 0;
    }
    .selected-filters-wrapper #reset-all-filters {
        font-size: 12px;
    }
}
@media (max-width:991px) {
    .stock-alert .row .col-12, .stock-alert .row .col-md-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .stock-alert .row {
        flex-direction: row;
        gap: 0;
        flex-wrap: nowrap;
        width: 100%;
    }
    .p-g-mod-t-63 .p-g-mod-body {
        height: 320px;
    }
    .agedestekmerkezi .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .card-help-title .image img {
        width: 20px;
        height: 20px;
    }
    .card-help-title {
        border-radius: 8px;
        padding: 0px 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;
    }
    .supcenter-info-card .bg {
        right: -5%;
        top: 2%;
    }
    .supcenter-info-card .items a .title {
        font-size: 13px;
    }
    .supcenter-info-card .items a .small-title {
        font-size: 14px;
    }
    .supcenter-info-card .bg svg {
        width: 80px;
        height: 100%;
    }
    .card-help-title a.title {
        gap: 9px;
        font-size: 13px;
    }
    .supcenter-info-card {
        padding: 20px;
        margin-top: 15px;
    }
    .p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form input {
        height: 50px !important;
        font-size: 12px;
    }
    .p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form .btn-send {
        font-size: 12px;
        right: 11px;
        top: 10px;
    }
    .help-form-bg svg {
        width: 120px;
    }
    .help-form-bg {
        bottom: -7%;
        left: -10%;
    }
    .p-g-mod-t-63 .p-g-mod-body .help-search-wrapper .title {
        font-size: 27px;
        font-weight: 800;
        margin-bottom: 13px;
    }
    .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;
    }
    #shareModal {
        right: 0;
        top: 39px;
    }
    .modal-inside {
        flex-direction: row-reverse;
    }
    .modal-inside .close {
        left: 10px;
        right: unset;
    }
    .social-sh {
        flex-direction: row-reverse;
    }
    .default-payment-title {
        margin-bottom: 0;
    }
    .payment-body .sticky-sidebar-992-2 .p-g-b-c-0 {
        margin-bottom: 20px;
    }
    .payment-final-buttons-1 {
        height: auto;
    }
    .mws-form-inline .col-md-6.mb-2 {
        padding: 0px;
    }
    .login-body .p-g-mod-t-4 .nav-tabs .nav-link {
        padding: 14px 0px;
        font-size: 14px;
    }
    .mws-form-inline .row.mb-3 {
        gap: 1rem;
    }
    .login-page-body {
        max-width: 100%;
        width: 100%;
        padding: 25px;
    }
    .login-page-block {
        margin: -7px;
        padding: 140px 35px 35px 35px;
        height: 100%;
        align-items: flex-start;
    }
    .common-register-form .form-item label {
        font-size: 13px;
    }
    .pass-forgot-btn {
        font-size: 13px;
    }
    .login-body .p-g-mod-t-4 .btn-success {
        height: 55px;
        font-size: 15px;
    }
    .login-page-body .form-item.btns {
        margin-top: 25px;
        gap: 15px;
    }
    .login-page-body .form-item .form-control {
        height: 54px;
        padding-left:25px;
        font-size: 12px;
    }
    .login-page-body .form-item label {
        margin-bottom: 13px;
        font-size: 14px;
    }
    .login-body .p-g-mod-t-4 .nav-tabs .nav-link {
        padding: 17px 0px;
        font-size: 14px;
    }
    #selected-filters-container {
        margin-top: 10px;
    }
    .selected-filters-wrapper {
        gap: 10px;
    }
    .selected-filters-wrapper #reset-all-filters {
        font-size: 11px;
        padding: 8px 14px;
        line-height: normal;
    }
    .selected-filters-wrapper .selected-filter-item {
        font-size: 11px;
        padding: 7px 8px;
        width: calc(50% - 10px);
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .selected-filters-wrapper .selected-filter-item .remove-filter {
        width: 14px;
        height: 14px;
        font-size: 7px;
        padding: 1px 1px 2px 0px;
        aspect-ratio: 1;
    }
    .login-body .p-g-mod-t-4 .btn-google-login img, .login-body .p-g-mod-t-4 .btn-fb-login img {
        width: 23px;
    }
    .login-body .p-g-mod-t-4 .btn-google-login, .login-body .p-g-mod-t-4 .btn-fb-login {
        font-size: 13px;
    }
    .login-page-socialmedia-buttons {
        flex-direction: column;
    }
    .product-carousel-right {
        margin-bottom: 10px;
    }
    .product-comment-list-v2 {
        border: none;
    }
    .shopping-cart-1 .td-total-price {
        flex: 2;
        padding: 0;
        flex-direction: column;
        gap: 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: 12px;
    }
    .stock-alert .left .title img {
        width: 25px;
        height: auto;
    }
    .stock-alert .right a {
        padding: 9px 11px;
        font-size: 11px;
    }
    .stock-alert .right {
        align-items: flex-end;
    }
    .age-space-block {
    	margin-bottom: var(--age-space-block-mobil);
    }
}