@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

img {
    font-size: 0;
    position: relative;
}
.empty-cart {
    width: 50vw;
    margin: 0 auto;
    text-align: center;
    font-family: "Maison Neue";
    font-weight: 300;
}

/* svg {
    max-width: 60%;
    padding: 5rem 3rem;
  }
  svg #oval,
  svg #plus,
  svg #diamond,
  svg #bubble-rounded {
    animation: plopp 4s ease-out infinite;
  }
  svg #oval:nth-child(1),
  svg #plus:nth-child(1),
  svg #diamond:nth-child(1),
  svg #bubble-rounded:nth-child(1) {
    animation-delay: -240ms;
  }
  svg #oval:nth-child(2),
  svg #plus:nth-child(2),
  svg #diamond:nth-child(2),
  svg #bubble-rounded:nth-child(2) {
    animation-delay: -480ms;
  }
  svg #oval:nth-child(3),
  svg #plus:nth-child(3),
  svg #diamond:nth-child(3),
  svg #bubble-rounded:nth-child(3) {
    animation-delay: -720ms;
  }
  svg #oval:nth-child(4),
  svg #plus:nth-child(4),
  svg #diamond:nth-child(4),
  svg #bubble-rounded:nth-child(4) {
    animation-delay: -960ms;
  }
  svg #oval:nth-child(5),
  svg #plus:nth-child(5),
  svg #diamond:nth-child(5),
  svg #bubble-rounded:nth-child(5) {
    animation-delay: -1200ms;
  }
  svg #oval:nth-child(6),
  svg #plus:nth-child(6),
  svg #diamond:nth-child(6),
  svg #bubble-rounded:nth-child(6) {
    animation-delay: -1440ms;
  }
  svg #oval:nth-child(7),
  svg #plus:nth-child(7),
  svg #diamond:nth-child(7),
  svg #bubble-rounded:nth-child(7) {
    animation-delay: -1680ms;
  }
  svg #oval:nth-child(8),
  svg #plus:nth-child(8),
  svg #diamond:nth-child(8),
  svg #bubble-rounded:nth-child(8) {
    animation-delay: -1920ms;
  }
  svg #oval:nth-child(9),
  svg #plus:nth-child(9),
  svg #diamond:nth-child(9),
  svg #bubble-rounded:nth-child(9) {
    animation-delay: -2160ms;
  }
  svg #oval:nth-child(10),
  svg #plus:nth-child(10),
  svg #diamond:nth-child(10),
  svg #bubble-rounded:nth-child(10) {
    animation-delay: -2400ms;
  }
  svg #oval:nth-child(11),
  svg #plus:nth-child(11),
  svg #diamond:nth-child(11),
  svg #bubble-rounded:nth-child(11) {
    animation-delay: -2640ms;
  }
  svg #oval:nth-child(12),
  svg #plus:nth-child(12),
  svg #diamond:nth-child(12),
  svg #bubble-rounded:nth-child(12) {
    animation-delay: -2880ms;
  }
  svg #oval:nth-child(13),
  svg #plus:nth-child(13),
  svg #diamond:nth-child(13),
  svg #bubble-rounded:nth-child(13) {
    animation-delay: -3120ms;
  }
  svg #oval:nth-child(14),
  svg #plus:nth-child(14),
  svg #diamond:nth-child(14),
  svg #bubble-rounded:nth-child(14) {
    animation-delay: -3360ms;
  }
  svg #oval:nth-child(15),
  svg #plus:nth-child(15),
  svg #diamond:nth-child(15),
  svg #bubble-rounded:nth-child(15) {
    animation-delay: -3600ms;
  }
  svg #oval:nth-child(16),
  svg #plus:nth-child(16),
  svg #diamond:nth-child(16),
  svg #bubble-rounded:nth-child(16) {
    animation-delay: -3840ms;
  }
  svg #bg-line:nth-child(2) {
    fill-opacity: 0.3;
  }
  svg #bg-line:nth-child(3) {
    fill-opacity: 0.4;
  } */
h3 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
/* p {
    color: rgba(0,0,0,0.5);
    font-size: 18px;
    line-height: 24px;
    max-width: 80%;
    margin: 1.25rem auto 0 auto;
  } */

@-moz-keyframes plopp {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, -10px);
        opacity: 0;
    }
}
@-webkit-keyframes plopp {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, -10px);
        opacity: 0;
    }
}
@-o-keyframes plopp {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, -10px);
        opacity: 0;
    }
}
@keyframes plopp {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, -10px);
        opacity: 0;
    }
}

iframe {
    max-width: 100%;
}

.sodexo .imgBox {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.sodexo .imgBox .sodexo-img {
    display: block;
    max-width: 30%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

img[alt]::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    content: "";
    background: #fff;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 19px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

a[href^="x-apple-data-detectors:"] {
    color: inherit;
    text-decoration: inherit;
}

.b-product-item img[alt]::after {
    height: 100%;
}

#first_name {
    text-transform: capitalize;
}

#last_name {
    text-transform: capitalize;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

body.blur {
    overflow: hidden;
}

.hidden-h1 {
    display: none;
}

.fa-spinner.fa-spin {
    display: none;
}

body.blur::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.622);
    z-index: 8;
}

i.ikon.kapat {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    position: relative;
    font-style: normal;
}

i.ikon.kapat::before {
    content: "\2715";
}

.mobile-profile-menu {
    display: none;
}

/* Cerez Politikası */
.cookies {
    height:max-content;
    width: 340px;
    border-radius: 4px;
    background-color: rgb(0, 0, 0);
    z-index: 100;
    position: fixed;
    left: 20px;
    bottom: 18px;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-align: left;
    font-family: "Poppins", sans-serif;
}

section.cookies .button-container{
    display: block;
    margin: 10px 0px 50px 0px;
}

section.cookies .button-container button {
    border: unset;
    background: var(--primary-color);
    color: #fff;
    float: left;
    font-size: 13px;
    display: flex;
    height: 32px;
    padding: 11px 10px;
    gap: 0 5px;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
}

section.cookies .center {
    display: block;
    cursor: context-menu;
    margin: 20px 5px;
}

section .cookies .center span {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.cookies b {
    color: #fff !important;
    text-decoration: underline;
    cursor: pointer;
}

.cookies .agree {
    white-space: nowrap;
    float: right;
    padding: 5px 10px;
    font-size: 20px;
}

.cookies .no-agree {
    white-space: nowrap;
    float: right;
    padding: 5px 10px;
    font-size: 20px;
}

section.cookies.cookieMobileBox {
    bottom: 60px;
}

@media (max-width: 960px) {
    .empty-basket {
        margin: 2rem 0 !important;
    }
    .col-2.gap-20 {
        grid-template-columns: repeat(1, 1fr);
    }
    .page.basket-page {
        padding: 0.5em 0;
    }
    /* Cerez Politikası Tablet ve Mobil */
    section.cookies {
        height: max-content;
        padding: 5px;
        width: 100%;
        margin: 0 auto 5px;
        max-width: 450px;
        margin-bottom: 0px !important;
        left: 0px;
        font-size: 10px;
        bottom: 0px;
        border-radius: 0;
        z-index: 8;
        transition: 0.3s ease all;
    }

    section.cookies .center {
        position: unset;
        padding: 0;
        flex-wrap: wrap;
        margin: 5px;
    }

    section.cookies.cookieMobileBox {
        bottom: 110px;
        transition: 0.3s ease all;
    }

    .cookies .agree {
        white-space: nowrap;
        float: right;
        padding: 0;
        font-size: 16px;
    }

    #back-to-top {
        display: none;
    }

    #whatsapp {
        bottom: 70px;
        right: 0;
    }

    #whatsapp span {
        display: none;
    }

    .yapiskanTel {
        bottom: 120px;
        right: 0;
    }

    .yapiskanTel span {
        display: none;
    }
}

@media (max-width: 960px) {
    .mobile-profile-menu {
        display: block !important;
        position: fixed;
        right: -101%;
        top: 0px;
        background: #fff !important;
        max-width: 300px;
        height: 100%;
        z-index: 10000;

        border-radius: 0;
        padding: 50px 50px 15px 15px;
        max-height: 100%;
        width: calc(100% - 70px);
        left: -100%;
        padding: 0;
    }

    .mobile-profile-menu.is-shown {
        left: 0;
        padding: 0;
        transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
    }

    .mobile-profile-menu .item a {
        color: #000000;
        display: flex;
        align-items: end;
        gap: 10px;
        padding: 15px;
    }

    .mobile-profile-menu .item a i {
        font-size: 24px;
        width: 40px;
        color: #000;
    }

    .mobile-profile-menu .item a.first {
        color: #292b58;
    }

    .mobile-profile-menu .profilKapat {
        border-radius: 0px;
        top: 15px;
        right: 15px;
        font-size: 1.2rem;
        display: block;
        position: absolute;
        background-color: transparent;
        color: #000;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }

    .mobile-profile-menu .m-profile-menu2 .item ul {
        padding: 0;
    }

    .mobile-profile-menu .m-profile-menu2 .item {
        margin-bottom: 5px;
        max-width: 275px;
        padding: 0 15px;
    }

    .mobile-profile-menu .m-profile-menu2 .item:nth-last-child(2) a {
        border: unset;
    }

    .mobile-profile-menu .m-profile-menu2 .item a span {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
    }

    .m-profile-detail-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 15px;
        padding: 15px 10px;
        border-bottom: 1px solid #d1caca;
    }

    .m-profile-box {
        background: var(--passive-color);
        color: rgb(0, 0, 0);
        font-weight: 600;
        border-radius: 50%;
        width: 50px;
        text-align: center;
        height: 50px;
        margin-right: 10px;
    }

    .m-profile-username {
        font-size: 14px;
        font-weight: 600;
    }

    .m-profile-usermail {
        font-weight: 500;
        font-size: 12px;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

.profile-grid-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.updateBox {
    padding: 2px;
}
.empty-basket {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    background-color: #ffffff;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
    margin: 14rem auto;
}
.siparisYok .empty-basket {
    margin: 0;
}

.empty-basket i {
    font-size: unset;
}

.empty-basket .solkis {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    width: 100px;
    color: #c8c8c8;
}

.empty-basket .solkis i {
    position: relative;
}

.empty-basket .solkis i small {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -5px;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
}

.empty-basket .sagkis {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    width: calc(100% - 120px);
    justify-content: space-between;
    align-items: center;
}

.empty-basket .sagkis p {
    font-size: 1rem;
    margin: 0;
    color: #777;
}

.empty-basket .sagkis .btn {
    padding: 10px 30px;
    position: relative;
}

.empty-basket .sagkis .btn i {
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.empty-basket .sagkis .btn:hover i {
    right: 10px;
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.siparisYok {
    margin: 30px 0 0 0;
}

.grecaptcha-badge {
    z-index: 2;
}

[x-cloak].breadcrumbs {
    display: block;
}

.mobile-menu {
    cursor: pointer;
}

.profile-sidebar .side-menu {
    
    padding: 20px 15px;
    border-radius: 6px;
    border: solid 1px #e6e6e6;
    background-color: #fafafa;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
   
}

.notificationBox {
    padding: 10px;
}

.textAreaBox {
    width: 60%;
}

.profile-sidebar .side-menu input[type="checkbox"] {
    width: auto;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.profile-sidebar .side-menu label {
    padding: 3px 0;
    display: block;
}

.profile-sidebar .side-menu h5 {
    margin: 0;
}

.profile-sidebar .side-menu .side-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.profile-sidebar .side-menu ul {
    list-style: none;
}

.profile-sidebar .side-menu ul li {
    position: relative;
    margin-bottom: 5px;
}

.profile-sidebar .side-menu ul li a {
    position: relative;
    display: block;
    color: #484848;
    font-size: 14px;
    padding: 15px;
    font-size: 13px;
    position: relative;
    border-radius: 5px 0 0 5px;
}

.profile-sidebar .side-menu ul li a:before {
    display: none;
    content: ">";
    position: absolute;
    right: 6px;
    line-height: 24px;
}

.profile-sidebar .side-menu ul li:last-child a {
    border-bottom: none;
}

.profile-sidebar .side-menu ul li a i {
    width: 20px;
}

.profile-baslik {
    padding-bottom: 15px;
}

.profile-baslik h1.baslik {
    display: block;
    font-size: 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 2px;
    color: #6b6b6b;
    margin-bottom: 10px;
    font-weight: 400 !important;
    line-height: 22px;
}

.login-page .form-group {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
}

.login-page .error-text {
    font-size: 13px;
    line-height: 25px;
}

.login-page .form-group .error-text {
    position: absolute;
    bottom: -5px;
    left: 10px;
    font-size: 12px;
    line-height: 12px;
    background: #fff;
    padding: 0 5px;
}

.login-page .form-group input {
    margin: 0;
    background: #ffffff;
    border-radius: 5px;
}

.login-page .form-group .lab {
    display: block;
    z-index: 6;
    padding: 0 10px;
    background: #fff;
    position: absolute;
    font-size: 12px;
    top: 16px;
    left: 10px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.login-page .form-group.cek .lab {
    font-size: 11px;
    top: -6px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.login-page .form-group input:not(:placeholder-shown) + label {
    font-size: 11px;
    top: -6px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.login-page .form-group input:-webkit-autofill + label {
    font-size: 11px;
    top: -6px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.login-page .form-group input:invalid + label {
    font-size: 11px;
    top: -6px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.login-page .form-group input:focus + label {
    font-size: 11px;
    top: -6px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.login-page .form-group input::placeholder {
    color: #fff;
}

.login-page .form-group input:focus::placeholder {
    font-size: 0;
}

.login-page .register-agree a {
    color: #222;
}
.login-page .register-agree .red a,.login-page .register-agree .red {
    color: red!important
} 
.login-page .password-input span {
    top: calc(50% - 8px);
}

.login-page .social-container {
    max-width: 470px;
    width: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 24px auto 0;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    background-repeat: no-repeat;
    letter-spacing: -0.025em !important;
    box-sizing: border-box;
}

.login-page form .form-group .toggle-password {
    position: absolute;
    right: 10px;
    top: 18px;
    cursor: pointer;
}

.social-buttons {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    padding: 8px;
    position: relative;
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    color: rgb(72, 72, 72);
    font-size: 16px;
    height: 56px;
    min-width: 184px;
    border: 2px solid rgb(204, 204, 204);
}

.login-page .center .social-title-box {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.17px;
    text-align: center;
    color: #484848;
}

.login-page .center .social-text-box {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.28px;
    text-align: center;
    color: #484848;
}

.login-page .center .social-button-box {
    margin-top: 24px;
    display: flex;
}

.login-page .center .social-button-box .social-button:not(:first-child) {
    margin-left: 16px;
}

.login-page .center .social-button-box .social-button {
    min-width: auto;
    flex: 1;
    transition: all 0.15s ease-in-out;
}

.login-page .center .social-button-box .social-button div svg {
    margin-right: 5px;
}

.login-page .center .social-button-box .social-button .social-button-text {
    font-size: 13px;
    padding-left: 5px;
    font-family: inherit;
    margin: 0;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
}

.fab.fa-whatsapp::before {
    content: "\f232";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.whatsapp {
    font-size: 28px;
    text-decoration: none;
    color: #ffffff;
    position: fixed;
    bottom: 90px;
    right: 0px;
    z-index: 7;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #25d366;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
}

#whatsapp {
    right: -83px;
    bottom: calc(10% - 30px);
    z-index: 5;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 8px 0 0 8px;
    width: unset;
    height: unset;
    line-height: unset;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}

#whatsapp i {
    width: 24px;
    height: 24px;
    text-align: center;
}

#whatsapp span {
    font-size: 16px;
    padding-left: 5px;
    width: 78px;
    white-space: nowrap;
    display: block;
}

#whatsapp:hover {
    right: 0;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}

.yapiskanTel {
    position: fixed;
    z-index: 5;
    right: -99px;
    bottom: calc(10% + 30px);
    background: var(--primary-color);
    color: #fff;
    font-size: 24px;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 8px 0 0 8px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}

.yapiskanTel i {
    width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
}

.yapiskanTel span {
    font-size: 16px;
    padding-left: 5px;
    width: 94px;
    white-space: nowrap;
    display: block;
    color: #fff;
}

.yapiskanTel:hover {
    right: 0;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}

#back-to-top {
    right: 0;
}

.form-check {
    display: flex;
    align-items: center;
}

.login-page .form-check {
    flex-wrap: wrap;
}

.form-check::after {
    display: block;
    clear: both;
    content: "";
}

.form-check input {
    width: 1rem;
    height: 1rem;
    padding: 0;

    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check input[type="checkbox"] {
    border-radius: 0.25em;
    margin: 0 5px 0 0;
    flex-shrink: 0;
    box-shadow: unset;
}

.form-check input[type="radio"] {
    border-radius: 3px;
    margin-right: 5px;
    flex-shrink: 0;
    box-shadow: unset;
    margin-top: 2px;
}

.form-check input:active {
    filter: brightness(90%);
}

.form-check input:focus {
    border-color: #86b7fe;
    outline: 0;
}

.form-check input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
}

.form-check input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* .form-check input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
} */

.form-check input[type="checkbox"]:indeterminate {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check input[disabled] ~ .form-check-label,
.form-check input:disabled ~ .form-check-label {
    opacity: 0.5;
}

.input-group {
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
}

.form-group .input-group {
    margin-bottom: 0px;
}

.input-group .form-control {
    margin: 0;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px 20px;
    margin-right: 11px;
}

.input-group select.form-control {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=),
        #fff;
    background-repeat: repeat, repeat;
    background-position: right 50% !important;
    background-repeat: no-repeat !important;
    border-radius: 5px;
}

.input-group .form-control:not(:placeholder-shown) + label {
    font-size: 11px;
    top: -6px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.input-group .form-control:focus + label {
    font-size: 11px;
    top: -6px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.input-group .form-control::placeholder {
    color: #fff;
}

.input-group .form-control:focus::placeholder {
    font-size: 0;
}

.input-group .lab {
    display: block;
    margin: 0;
    z-index: 5;
    padding: 0 10px;
    background: #fff;
    position: absolute;
    font-size: 12px;
    top: 14px;
    left: 10px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.input-group .input-error {
    display: block;
    font-size: 12px;
    position: relative;
    left: 5px;
    line-height: 14px;
    margin-top: 5px;
}

.sifre-sifirla .kutu {
    max-width: 400px;
    margin: auto;
    text-align: center;
    font-size: 14px;
}

.informationBox {
    position: relative;
    padding: 1rem;
}

.informationBox .input-group {
    display: block;
}

.informationBox .input-group .form-control {
    width: 100%;
}

.informationBoxTitle {
    margin-bottom: 30px;
    color: var(--primary-color);
}

.informationBox .input-group {
    display: block;
}

.informationBox .input-group .form-control {
    width: 100%;
}

.updatePasswordBox {
    position: relative;
    padding: 1rem;
    border-left: solid 1px #e2e2e2;
}

.informationDivider {
    border-left: solid 1px #e2e2e2;
}

.sifre-sifirla .kutu .alert {
    background: #d6ffe5;
    order: 2;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    color: #0e743f;
    margin: 15px auto;
}

.sifre-sifirla .kutu .form-group {
    display: flex;
    flex-wrap: wrap;
}

.sifre-sifirla .kutu .form-group input {
    order: 2;
}

.sifre-sifirla .kutu .form-group small {
    background: #ffdbdb;
    order: 2;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    color: red;
    margin: 15px auto;
}

.sifre-sifirla .kutu input::placeholder {
    font-size: 0;
}

.sifre-sifirla .kutu .form-group {
    position: relative;
    margin-bottom: 15px;
}

.sifre-sifirla .kutu .form-group .lab {
    position: absolute;
    left: 15px;
    font-size: 14px;
    top: 18px;
    display: block;
    line-height: 14px;
    background: #ffffff;
    padding: 0 5px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.sifre-sifirla .kutu .form-group .form-control:not(:placeholder-shown) + .lab {
    top: -7px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.sifre-sifirla .kutu .form-group .form-control:-webkit-autofill + .lab {
    top: -7px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.sifre-sifirla .kutu .form-group .form-control:focus + .lab {
    top: -7px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}
.pager nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: max-content;
    margin: 30px auto;
    padding-left: 0;
}

.pager nav ul li {
    display: block;
    list-style: none;
    font-size: 13px;
}

.pager ul li a,
.pager ul li span {
    color: #616161;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0 2px;
}

.pager ul li a:hover,
.pager ul li.active a {
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    border: 0;
}

.pager ul li a,
.pager ul li span {
    color: #616161;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0 2px;
}

.input-error {
    color: red;
}

.is-invalid {
    border-color: red;
}

.roassist small {
    display: block;
    margin-bottom: 10px;
}

.footer-bottom-left.roassist small {
    margin-bottom: 0px;
}

.roassist small a {
    font-weight: 600;
    color: #000;
}

.footer-seo {
    border-top: 1px solid #e5e3e3;
}

.footer-seo p {
    padding-top: 20px;
    font-size: 12px;
    margin-bottom: 0;
}

.footer-seo #show-detail {
    color: #000;
    font-weight: 600;
    float: right;
    padding-right: 15px;
    font-size: 12px;
    cursor: pointer;
}
footer .footer-bottom .algoJS svg {
    max-width: 100%;
    padding: 0;
}
.roassist .algoJS svg {
    max-width: 100%;
    padding: 0;
}
.parag-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.1rem;
    height: 4.6rem;
}

.show-more-seo {
    text-align: right;
}

.compatible {
    display: flex;
    gap: 10px;
    width: 100%;
}

.compatible .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}

/* .compatible .row .col {
    border: 1px solid var(--passive-border);
    margin: 4px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 80px;
    height: auto;
    border-radius:var(--radius);
} */
.compatible-wrapper small {
    font-weight: bold;
}
body.compensate-for-scrollbar {
    margin-right: 0!important;
}
body.swal2-height-auto{
    padding-right: 0!important;
}
.compatible .row {
    flex-wrap: wrap !important;
}

.compatible .row .col:nth-child(5n) {
    page-break-after: always;
    break-after: always;
}

.compatible .row .col {
    border: 1px solid var(--passive-border);
    margin: 4px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: var(--compatible-height);
    width: var(--compatible-width);
    border-radius: 0;
    flex: unset;
}

.compatible .row .col:hover {
    cursor: pointer;
    border: 1px solid var(--primary-hover);
}
.compatible .row .col img {
    width: 100%;
    height: 100%;
}

.noJS {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.noJS .box {
    position: fixed;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow-x: hidden;
    background-color: rgba(31, 32, 41, 0.5);
    pointer-events: none;
    opacity: 0;
    transition: opacity 250ms 300ms ease;
}

.noJS .lab {
    position: relative;
    display: none;
}

.noJS .lab::before {
    content: "\2715";
    position: absolute;
    right: -250px;
    top: -42px;
    background: #da0707;
    z-index: 999;
    color: #fff;
    font-size: 24px;
    display: block;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.noJS #jsyok {
    position: absolute;
    left: -9999px;
}

.noJS #jsyok:checked ~ .box {
    pointer-events: auto;
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.noJS #jsyok:checked + .lab {
    display: block;
}

.noJS .box .js-body {
    position: relative;
    padding: 30px 20px;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    -ms-flex-item-align: center;
    align-self: center;
    box-shadow: 0 12px 25px 0 rgba(199, 175, 189, 0.25);
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}

.noJS #jsyok:checked ~ .box .js-body {
    opacity: 1;
    transform: scale(1);
    transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
}

.search-list .list-category {
    display: block;
}

.search-list .list-category .category-text {
    font-size: 13px;
    font-weight: 400;
    float: right;
}

span.closeModal {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    color: #fff;
    background: #404040;
}

.catDesc {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px #e3e3e3;
    margin: 0;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}

.catDesc::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9) 50%,
        rgb(255, 255, 255) 100%
    );
}

.catDesc.bottom {
    margin-bottom: 0;
}

.catDesc.show {
    max-height: max-content;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}

.catDesc.show::before {
    display: none;
}

.catDesc + .catShow {
    display: block;
    text-decoration: none;
    margin: -18px auto 0 auto;
    width: max-content;
    padding: 6px 30px;
    box-shadow: 0 0 15px -5px #757575;
    background: #575757;
    color: #fff;
    border-radius: 5px;
    z-index: 2;
    position: relative;
    font-size: 16px;
}

.catDesc.show + .catShow {
    display: none;
}

.catDesc.is-shown {
    max-height: max-content;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}

.catDesc.is-shown + .catShow {
    display: none;
}

.catDesc.is-shown::before {
    display: none;
}

.swal2-container {
    backdrop-filter: blur(5px);
}

#snackbar.show::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    backdrop-filter: blur(2px);
}

#snackbar .snack {
    position: relative;
    top: calc(50% - 60px);
    z-index: 999;
}

.success-comment {
    background: #d9ffd9;
    padding: 30px 15px;
    width: 100%;
    max-width: 750px;
    margin: 30px auto;
    border-radius: 10px;
    text-align: center;
}

.success-comment p {
    margin: 0;
    padding: 0;
    color: #1d1d1d;
}

.comments-form p.bas {
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 600;
}

.search-page {
    margin: 30px 0;
}
.search-page .sonuc{
    margin-bottom: 15px;
}
.search-page .sonuc b {
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 15px;
}
.search-page .sonuc h1 {
    font-weight: 600;
    font-size: 15px;
    display: inline !important;
    margin-bottom: 0 !important;
}


.search-page .sonuc b {
    display: inline !important;
    margin-bottom: 0 !important;
}

.search-page .sonuc p {
    font-size: 14px;
}

.search-page .sonuc.sonucYok {
    text-align: center;
    padding: 30px 0;
    text-align: center;
    padding: 30px 0;
    border: 1px solid #cacaca;
    margin: 14rem auto;
    width: 100%;
    max-width: 600px;
}

.search-page .sonuc.sonucYok p {
    margin: 15px 0;
}

.search-page .sonuc.sonucYok img {
    max-width: 80px;
    opacity: 0.3;
}

.swal2-container::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    transform: unset !important;
    margin: auto;
    width: 100%;
    height: 100%;
}

.swal2-popup.swal2-toast {
    min-width: 350px;
    width: max-content !important;
}

.swal2-popup.swal2-toast .swal2-icon {
    margin: 0 0 15px 0 !important;
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: column !important;
}

.installment-web {
    display: block !important;
    background: #f7eded;
    padding: 0 5px;
}

.installment-mobile {
    display: none !important;
    background: #f7eded;
    padding: 0 5px;
}

.page-title {
    text-align: left;
}

.page-blocks {
    display: block;
    margin-bottom: 0.5rem;
}

.page-blocks .page-blocks__title {
    font-weight: bold;
    font-size: 17px;
}

.page-blocks .columns-wrapper {
    display: flex;
}

.columns-wrapper .columns-wrapper__column {
    display: flex;
    align-items: flex-start;
}

.columns-wrapper__column .column--brands {
    align-self: center;
    height: 100%;
    margin: auto;
    padding: 0.5rem;
}

.columns-wrapper__column .column--products {
    width: 100%;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.columns-wrapper__column .column--content {
    display: block;
}

@media (max-width: 500px) {
    .installment-web {
        display: none !important;
    }

    .installment-mobile {
        display: block !important;
    }

    .informationBox {
        padding: 0;
    }
}
/* @media (max-width:12000px){
   
    .sidebar-content{margin-top: 0;
    display: block;
    }
    .sidebar .side-menu,
    .profile-sidebar .side-menu {
        display: none;
    }
    
} */
@media only screen and (max-width: 768px) {
    .page-blocks .columns-wrapper,
    .columns-wrapper .columns-wrapper__column {
        display: block;
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .column--products .product-box {
        margin-bottom: 1rem;
    }

    .updatePasswordBox {
        border-top: solid 1px #e2e2e2;
        border-left: none;
        padding: 0;
        margin-top: 10px;
    }

    .profile-grid-col-2 {
        display: block;
        gap: 0px;
    }

    .profile-sidebar .side-menu {
        display: none;
    }
    .search-page .sonuc.sonucYok {
        margin: 2rem auto;
    }

    .empty-basket .solkis {
        width: 100%;
        border: unset;
        margin-bottom: 10px;
        padding-top: 20px;
    }

    .empty-basket .updateBox {
        padding: 2px;
    }

    .empty-basket .sagkis {
        margin: auto;
        width: 80%;
        padding: 30px 15px;
        display: block;
        text-align: center;
    }

    .empty-basket .sagkis .btn {
        margin-top: 15px;
    }

    .empty-basket .sagkis .btn i {
        display: none;
    }

    span.closeModal {
        right: 10px;
        top: 10px;
    }

    .swal2-popup.swal2-toast {
        min-width: 100%;
    }

    .textAreaBox {
        width: 100%;
    }
}
