::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*—reCaptcha v3 Gizleme—*/
.grecaptcha-badge {
    /*opacity: 0 !important;*/
}

#HeaderHesabim, #HeaderHesabim ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

#HeaderHesabim li {
    float: left;
    position: relative;
    /*width: 100%;*/
    font-size: 14px;
    border-bottom: 1px solid #0000004a;
}

#HeaderHesabim li a:hover, #menu li ul li a:hover {
    color: #ef3f89;
}


#HeaderHesabim li ul {
    position: absolute;
    display: none;
    left: 0;
    background: white;
    z-index: 9999;
    border: 1px solid #00000054;
    border-radius: 4px;
    min-width: 120px;
}

@keyframes headerul {
    0% {
        top: -120px;
    }
    100% {
        top: 0;
    }
}


#HeaderHesabim li:hover ul {
    display: block;
}

.DivLoading {
    display: flex;
    background: #ffffffad;
    text-align: center;
    z-index: 99999;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    max-width: 1200px;
    width: 100%;
    flex-direction: column;
}


ul.mobil_menu {
    padding: 0;
    list-style: none;
    margin: 20px auto;
    font-family: inherit;
    clear: both;
    display: table;
    margin-bottom: 100px;
}

ul.mobil_menu .list {
    font-size: 14px;
    border-bottom: 1px solid #32425233;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    vertical-align: sub;
    clear: both;
}

ul.mobil_menu .list:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 0px;
    padding: 15px 5px;
    width: 160px;
    text-align: right;
    height: -webkit-fill-available;
}

ul.mobil_menu .list a {
    text-decoration: none;
    padding: 17px 0px 17px 20px;
    display: block;
    height: 100%;
    box-sizing: border-box;
}

ul.mobil_menu .list a:hover {
    /*background-color: #324252;*/
    transition: 300ms all;
    color: black;
}

ul.mobil_menu .list .items {
    height: 0px;
    overflow: hidden;
}

ul.mobil_menu .list .items a {
    padding: 5px 25px;
}

ul.mobil_menu .list .items a:hover {
    /*background-color: #3f5d79;*/
    transition: 300ms all;
}

ul.mobil_menu .list:last-child {
    border-bottom: none;
}

ul.mobil_menu .iclist {
    font-size: 14px;
    border-bottom: 1px solid #32425233;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    vertical-align: sub;
    clear: both;
}

ul.mobil_menu .iclist:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 0px;
    padding: 5px 5px;
    width: 160px;
    text-align: right;
    height: -webkit-fill-available;
}

ul.mobil_menu .iclist a {
    text-decoration: none;
    padding: 17px 0px 17px 20px;
    display: block;
    height: 100%;
    box-sizing: border-box;
}

ul.mobil_menu .iclist a:hover {
    /*background-color: #324252;*/
    transition: 300ms all;
    color: black;
}

ul.mobil_menu .iclist .items {
    height: 0px;
    overflow: hidden;
}

ul.mobil_menu .iclist .items a {
    padding: 5px 25px;
}

ul.mobil_menu .iclist .items a:hover {
    /*background-color: #3f5d79;*/
    transition: 300ms all;
}

ul.mobil_menu .iclist:last-child {
    border-bottom: none;
}

ul.mobil_menu .active:after {
    content: "\f106";
    font-family: FontAwesome;
    /*position: absolute;*/
    /*right: 17px;*/
    /*top: 17px;*/
    /*padding: 0px 5px;*/
}

ul.mobil_menu .active > .items {
    margin: 0;
    display: block;
    /*background: #23313f;*/
    padding: 0px;
    height: auto;
    clear: both;
    float: left;
    width: 100%;
}

ul.mobil_menu .active > .items li {
    padding: 0px;
    border-bottom: 1px solid #32425233;
    list-style: none;
}

ul.mobil_menu .active > .items li:last-child {
    /*border-color: transparent;*/
    padding-bottom: 0px;
}

ul.mobil_menu .active > .items .active > .items {
    /*background-color: #2f4b67;*/
}

ul.mobil_menu .active > a {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

ul.mobil_menu .active .list {
    /*background: #697d92;*/
}

ul.mobil_menu .tekli {
    font-size: 14px;
    border-bottom: 1px solid #32425233;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    vertical-align: sub;
    clear: both;
}

ul.mobil_menu .tekli a {
    text-decoration: none;
    padding: 17px 0px 17px 20px;
    display: block;
    height: 100%;
    box-sizing: border-box;
}

ul.mobil_menu .ItemsLink:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 10px;
    left: 12px;
    color: #00000085;
}


/* MOBİL MENÜ */

/* MOBİL MENÜ */

.active-btn {
    color: #fff;
    background: #0088CC;
}

.SiparisTamamlandiDevamEtButton {
    border-radius: 5px;
    padding: 5px;
    max-width: 150px;
    width: 150px;
    margin: 5px 10px;
    color: white;
    background: darkorange;
    text-align: center;
    font-size: 13px;
}

.SiparisTamamlandiInceleButton {
    border-radius: 5px;
    padding: 5px;
    max-width: 150px;
    width: 150px;
    margin: 5px 10px;
    color: white;
    background: green;
    text-align: center;
    font-size: 13px;
}

.SiparisTamamlandiDevamEtButton:hover {
    font-weight: bold;
}

.SiparisTamamlandiInceleButton:hover {
    font-weight: bold;
}

.SiparisTamamlandiOk {
    color: green;
    font-size: 80px;
    margin-bottom: 20px;
}

.SiparisTamamlandiBaslik {
    color: green;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.SiparisTamamlandiNo {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.SiparisTamamlandiaciklama {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px;
}

.AdresInput {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.UzunYaziUcNokta {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.AltAltaFlex {
    display: flex;
    flex-direction: column;
}

.YanYanaFlex {
    display: flex;
    flex-direction: row;
}

.OrtaliAltAltaFlex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adres-kargo-secenek {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #00000026;
    padding: 7px 15px;
    /*margin-bottom: 10px;*/
}

.adres-kargo-secenek input {
    margin-right: 5px;
}

.adres-kargo-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;

}

.col-md-4 {
    margin-bottom: 10px;
}

.nice-select.open .list {
    border-radius: 0px;
}

.SepetYeniAdresButton {
    padding: 15px;
    height: 10px;
    font-size: 12px;
    line-height: 2px;
}

.adres-ililce {
    font-size: 13px;
    height: 31px;
    padding-left: 12px;
    padding-right: 30px;
    width: -webkit-fill-available !important;
}

.adres-faturateslimaktik {
    text-align: left;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.adreslerim-adres-span {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hesabim-label {
    font-size: 12px;
    padding: 0 14px;
    /*align-self: center;*/
    align-self: flex-start;
}


.hesabim-input {
    font-size: 13px;
    border-radius: 0;
}

.urun_aciklama_yorum {
    background-color: rgb(255 255 255);
    padding: 13px;
    border: 1px solid rgb(0 0 0 / 12%);
    margin-top: 15px !important;
}

.ortali-menu {
    margin-right: 0 !important;
    position: relative;
    float: none;
    width: 140px;
    border-left: 1px solid black;
    text-align: -webkit-center;
}

.header.shop .search-bar form {
    width: -webkit-fill-available !important;
}

.header.shop .search-bar input {
    padding: 0 71px 0 20px !important;
    width: 100% !important;
}

.yukle {
    width: -webkit-fill-available;
    text-align-last: center;
}

.header.shop .nav .dropdown li {
    min-width: 150px;
    margin: 0;
    width: auto;
}

.header.shop .nav .dropdown a:hover {
    background: #7fffd400 !important;
    color: black !important;
    font-weight: 400;
}

.header.shop .nav .dropdown div {
    display: flex;
    flex-direction: column;
}

.header.shop .nav .dropdown img {
    width: 120px;
    float: right;
}

.bread {
    margin-left: auto;
    margin-right: auto;
}

.breadcrumbs {
    background-color: rgb(246 247 251 / 0%) !important;
    position: relative;
    padding: 0;
}

.giris-uyeol-button {
    width: inherit;
    background: white;
    border-radius: 0;
}

.mobil-menu-alt {
    bottom: 0;
    position: absolute;
    display: flex;
    width: 100%;
    height: 40px;
}

/* MOBİL MENÜ */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    padding: 6px 8px 6px 19px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #80808030;
}

.sidenav a:hover {
    color: black;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.shop.single .product-des .color {
    display: inline-block;
    margin-right: 0 !important;
    width: -webkit-fill-available;
}

.shop.single .product-des .color h4 {
    font-size: 16px;
    font-weight: 600;
}


.shop.single .product-des .color ul li a {
    width: auto;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #3330;
}

.shop.single .product-des .color ul li a img {
    width: auto;
    line-height: 35px;
    text-align: center;
    display: block;
    background: #3330;
    max-width: 50px;
    height: 60px;
    border-radius: 10px;
}

.shop.single .product-des .color ul li a img:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

b, strong {
    font-weight: 400 !important;
}

.shop.single .flex-control-thumbs li {
    width: 13%;
    position: relative;
    margin: 0 8px 10px -3px;
}

.size ul li input {
    display: none;
}

.size input[type="radio"]:checked + label {
    background-color: #0088CC;
    border-color: #4c4;
    color: white;
}

.secenek_button {
    background: white;
    color: black;
    border: 1px solid #00000033;
    padding: 9px 23px;
    min-width: 40px;
    height: 40px;
}

.kombin_secenek_button {
    background: white;
    color: black;
    border: 1px solid #00000033;
    padding: 3px 15px;
}

.stok_yok {
    background: #f7f7f7 !important;
    color: black !important;
    border-color: #00000033 !important;
    text-decoration: line-through !important;
}

.single-product .product-img .product-action {
    right: 10px;
    background: white;
    height: 35px;
    top: -45px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    width: 35px;
    justify-content: center;
    box-shadow: -2px 2px 9px 0px #00000078;

}

.single-product .product-img .product-action a {
    height: auto !important;
    margin-right: 0px !important;
}

.single-product .product-img .product-action a i {
    line-height: 0px !important;
}

.right-bar2 {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
    right: 20px;
    position: absolute;
}

.header.shop .right-bar2 .sinlge-bar .single-icon .total-count {
    position: absolute;
    top: -7px;
    right: -8px;
    background: #0088CC;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: rgb(255 255 255);
    border-radius: 100%;
    font-size: 11px;
}

.header.shop .right-bar2 .sinlge-bar.top-search a {
    transform: translateY(3px);
}

.header.shop .right-bar2 .sinlge-bar.top-search a:hover {
    color: #F7941D;
}

.header.shop .right-bar2 .sinlge-bar .single-icon {
    color: #333;
    font-size: 20px;
    position: relative;
}

.header.shop .right-bar2 .sinlge-bar .single-icon:hover {
    color: #F7941D;
}

.header.shop .right-bar2.sinlge-bar .single-icon .total-count {
    position: absolute;
    top: -7px;
    right: -8px;
    background: #f6931d;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 11px;
}

.header.shop .right-bar2 .sinlge-bar {
    display: inline-block;
    margin-right: 8px;
}

.header.shop .right-bar2 .sinlge-bar:last-child {
    margin-right: 0px;
}

.header.shop .right-bar2 .sinlge-bar li a:hover {
    color: #F7941D;
}

.header.shop .right-bar2 .sinlge-bar .single-icon {
    font-size: 18px;
}

.menu_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    justify-content: flex-start;
}

.menu_ust_bar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    font-family: system-ui;
    font-size: initial;
    padding: 18px 0 0 60px;
    font-weight: bold;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    height: 60px;
    background: rgb(255 255 255);
}

#menuToggle {
    display: flex;
    flex-direction: column;
    position: initial;
    top: 25px;
    margin-right: 10px;
    left: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;

}

#menuToggle input {
    width: 40px;
    height: 32px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    position: fixed;
    top: 10px;
    left: 10px;
}

#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: rgb(0 123 255);
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 24px;
    padding-top: 85px;
    background-color: rgb(245 246 250);
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
    transition-delay: 2s;
}

#menuToggle input:checked ~ ul {
    transform: none;
}

.container-banner {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.pc-menu {
    height: auto;
}

.tukendi_div {

    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    text-transform: uppercase;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: flex;
}

.tukendi_span {
    line-height: 45px;
    width: 100%;
    display: block;
    text-align: center;
    height: 40px;
    letter-spacing: 5px;
    color: black;
    border-radius: 30px 30px 0 0;
    font-weight: 400;
    background-color: #ffffff87;
}

.urun-detay-bilgiler_kutu {
    margin-top: 0;
    background: rgb(255 255 255);
}

.urun-detay-bilgiler_kutu-baslik {
    font-size: 17px;
    font-weight: bold;
}

.urun-detay-urun_bilgileri {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 3px 1px;
    padding: 15px;
    border-radius: 8px;
    background: rgb(255 255 255);
}

.pb-empty-basket {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    width: 1200px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.pb-empty-basket div {
    display: flex;
    align-items: center;
}

.pb-empty-basket a {
    background-color: var(--tema);
    color: #fff;
    border-radius: 6px;
    font-size: 18px !important;
    font-weight: 600;
    padding: 12px 0;
    width: 250px;
    text-align: center;
    transition: all 0.2s ease;
}

.uyari-yani-icon {
    font-size: 45px;
    color: #c30000;
    text-shadow: -5px -2px 14px black;
    margin-right: 20px;
}

.col-2-5 {
    flex: 0 0 auto;
    width: 18%;
    margin-left: 20px;
}

.col-9-5 {
    flex: 0 0 auto;
    width: 80%;
}

.urun_sag {
    margin-bottom: 15px;
}

.urun_kampanyalari {
    background: rgb(255 255 255);
    border: 1px solid rgb(0 0 0 / 17%);
    border-radius: 8px;
}

.urun_kampanyalari a {
    margin-bottom: 8px;
    float: left;
    width: -webkit-fill-available;
}

.urun_detay_indirim_orani {
    margin-right: 13px;
    padding: 1px 5px;
    border-radius: 6px;
    border: solid 1px rgb(210 19 19);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.urun_detay_indirim_orani p {
    font-size: 16px;
    text-align: center;
    color: rgb(210 19 19);
    margin: 0;
}

.urun_detay_fiyat {
    margin-right: 13px;
    padding: 1px 5px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    align-items: flex-end;
}

.urun_detay {
    background: rgb(255 255 255);
    border: 1px solid rgb(0 0 0 / 17%);
    border-radius: 8px;
}

.opacity-layout {
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 21px 0;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(255 255 255 / 90%));
}

.tumunu_gor {
    transition: all .3s ease;
    background-color: rgb(255 255 255);
    color: rgb(51 51 51);
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    letter-spacing: .05rem;
    font-weight: bold;
}

.rating-main {
    display: flex;
    align-items: flex-end;
}

.urun_container {
    max-width: 1200px;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}


@media screen and (max-width: 767px) {

    .header.shop .right-bar2 .sinlge-bar .single-icon {
        font-size: 21px;
        margin-left: 10px;
    }

    .mobil_alt_sepeteekle {
        position: fixed;
        bottom: 0;
        z-index: 999;
        background: rgb(255 255 255);
        left: 0;
        padding: 0;
    }

    .mobil_alt_sepeteekle .fiyat {
        display: flex !important;
        margin-right: 5px !important;
        align-items: center;
        width: auto !important;
        padding: 0 7px !important;
    }

    .urun_container {
        max-width: 1200px;
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
        background-color: white;
    }

    .urun_detay {
        background: rgb(255 255 255);
        border: 0;
        border-radius: 0;
    }

    .header.shop .topbar {
        display: none !important;
    }

    .container-banner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }


    .pb-empty-basket {
        justify-content: space-between;
        border: 1px solid #e2e2e2;
        border-radius: 6px;
        padding: 30px;
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
        box-sizing: border-box;
        margin-bottom: 20px;
        width: auto !important;
        display: block;
    }

    .pb-empty-basket span {
        font-size: 13px;
        text-align: center;
    }

    .DivLoading {
        width: -webkit-fill-available;
    }
}

.mobilbottom {
    position: fixed;
    bottom: 0;
    background: rgb(255 255 255);
    width: 100%;
    height: 54px;
    z-index: 100;
    box-shadow: 0px -5px 6px 0px #a2a2a240;
}

.menubutton {
    background: rgb(225 225 225 / 28%);
    border: 1px solid rgb(0 0 0 / 14%);
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.menu_link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mobilbottom2 {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.mobilabutton {
    float: left;
    /* padding: 10px; */
    width: 20%;
    text-align: center;
}

.mobilbottom a {
    font-family: "Open Sans", sans-serif;
}

.mobilabutton img {
    height: 30px;
    padding: 6px;
}

.accountbuttonmobil, .searchbuttonmobil {
    float: right;
}

.radio-select .form-check-input:checked + .form-check-label .radio-select-content {
    border: 1px solid var(--tema);
    color: black;
}

.radio-select-content {
    border: 1px solid var(--tema);
    color: black;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding: 5px;
    font-weight: 400;
    border-radius: .25rem;
    margin-top: .5rem;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    /*.footer{*/
    /*    position: relative;*/
    /*    bottom: 50px;*/
    /*}*/
}

.KucukButton {
    width: 80px;
    height: 25px;
    font-size: 12px;
    padding: 2px;

}

.elyapimisticky {
    position: fixed !important;
    z-index: 9999999;
    width: 100%;
    box-shadow: 2px -2px 9px 0px black;
    background: white;
    animation: fixmenu 300ms linear forwards;
    -webkit-animation: fixmenu 300ms linear forwards;
}

@keyframes fixmenu {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}

.kredikartinput {
    margin-top: 3px;
    padding: 10px !important;
    font-size: 16px;
    width: 100%;
    border-radius: 3px !important;
    border: 1px solid #dcdcdc !important;
}

.UrunStokKodu {
    z-index: 9;
    font-size: 16px;
    margin: 5px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 1px 6px black;
}

.product-share-button {
    padding: 5px 9px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    background: #f3eeee;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.hero-area4 .owl-carousel .owl-nav div {
    padding: 5px;
}

.UrunFiyatEtiketi {
    color: black;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold !important;
    border: 1px solid #0000004a;
}

.HeaderBarUstuBar {
    background: #40E0D0;
    background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
    background: linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
    text-align: center;
    font-size: 17px;
    border: 1px solid #0000001f;
    height: 70px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 767px) {

    .HeaderBarUstuBar {
        height: 100px;
        background-repeat: no-repeat;
    }

    .scrolling-text p span {
        margin: 0 50px;
    }

    .Features {
        padding: 0px 2px;
    }

    .Features .item:nth-child(1) {
        width: 35%;
    }

    .Features .item {
        padding: 2px 2px;
        height: 50px;
    }

    .Features .item {
        overflow: hidden;
        width: 32.5%;
    }

    .hg-avantaj {
        float: left;
        width: 30%;
        margin-top: 4px;
    }

    .hg-avantaj img {
        width: 25px;
    }

    .Features .item > p {
        float: right;
        line-height: 13px;
    }

    .Features p {
        font-size: 11px;
        margin-top: 3px;
    }

    .Features p {
        margin-top: 4px;
    }
}

.hg-avantaj {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    width: 33px;
    text-align: center;
}

.hg-avantaj img {
    width: 30px;
}

@media only screen and (max-width: 405px) {
    .Features .item {
        padding: 2px 9px;
        height: 35px;
    }
}

.Features .item {
    text-align: center;
    border-right: 1px solid #e2e6eb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Features {
    overflow: hidden;
    padding: 10px;
    width: 100%;
    margin: auto;
    border: 1px solid #f3f0f0;
    background: #fff;
    margin-bottom: 10px;
    margin-top: -3px;
}


.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}


@media (max-width: 450px) {
    .shop .view-mode {
        width: auto;
        display: flex;
    }

    .shop .view-mode li {
        margin: 0;
        width: 100%;
        margin-right: 5px;
        display: inline-block;
    }

    .shop .view-mode li a {
        width: 45px;
    }
}

@media (max-width: 768px) {
    .stepper-item {
        font-size: 12px;
    }

    .shop.single .product-des .size ul li > label {
        padding: 5px 15px 5px 15px;
    }

    .single-product .product-img {
        max-height: 255px;
    }
}

@media (max-width: 380px) {
    .single-product .product-img {
        max-height: 250px !important;
    }
}

.shop.single .product-des .size ul li {
    margin-bottom: 7px;
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.completed .step-counter {
    background-color: var(--tema);
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid var(--tema);
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.single-product .product-content h3 {
    line-height: 20px !important;
}

.urun-bedenleri-from {
    padding: 13px;
    border: 1px solid rgb(0 0 0 / 16%);
    margin-bottom: 10px;
}

.single-product:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.whatsapp-button {
    background: white;
    border: 1px solid #40c351;
    border-radius: 6px;
    color: #40c351;
    width: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-button:hover {
    background: #40c351;
    color: white;
}

.choices__inner {
    padding: 3px;
    padding-left: 10px;
}

.choices:last-child {
    margin-bottom: 10px;
}


.header.shop .nav li {
    position: unset;
}

.header.shop .nav li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 500;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .nav li .dropdown {
    text-align-last: left;
    display: flex;
    flex-direction: row;
    z-index: 99999;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 50%;
    background: #fff;
    top: 100%;
    transform: translate(-50%, 0) !important;
}

.single-product {
    margin: 0px !important;
}

.col-6 {
    padding: 2px !important;
}

.KatalogUrunBedenleri {
    width: 100%;
    background: #ffffffcc;
    height: auto;
    bottom: 0;
    position: absolute;
    z-index: 99;
    left: 0;
    transform: translateY(100%);
    transition: 300ms linear;
}

.single-product.form-active .KatalogUrunBedenleri {
    transform: translateY(0);
}

.KatalogUrunBedenleri > ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.KatalogUrunBedenleri > ul li {
    margin: 5px;
}

.KatalogUrunBedenleri > ul li label {
    padding: 4px 10px;
    align-content: center;
}

.KatalogUrun:hover .KatalogUrunBedenleri {
    transform: translateY(0px);
}

.AramaOnerisi {
    z-index: 9999;
    position: absolute;
    background: white;
    box-shadow: rgb(0 0 0 / 24%) 0px 8px 8px;
    border-radius: 2px;
    display: flex;
    width: 100%;
    top: 41px;
    flex-direction: column;
}

.AramaOnerisi div:hover {
    background: rgba(223, 223, 223, 0.67);
}

.small-banner {
    padding: 0 !important;
}

.cart-item {
    border: 1px solid #0000000f;
    margin: 10px;
    flex-wrap: wrap;
}


.cart-item .KampanyaUyarisi {
    display: none;
    width: 100%;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 13px;
    padding: 12px;
}


:root {
    --primary: #000;
}

@keyframes scaling-dots {
    0%,
    100% {
        transform: scale(0);
    }
    40%,
    60% {
        transform: scale(1);
    }
}

.scaling-dots {
    display: grid;
    height: 15px;
    justify-content: center;
    margin-top: 30px;
    grid-gap: 17px;
    grid-template-columns: repeat(5, 10px);
}

.scaling-dots div {
    animation: scaling-dots 1s infinite ease backwards;
    background: var(--tema);
    border-radius: 100%;
    height: 15px;
    width: 15px;
}

.scaling-dots div:nth-child(1) {
    animation-delay: 0.1s;
}

.scaling-dots div:nth-child(2) {
    animation-delay: 0.2s;
}

.scaling-dots div:nth-child(3) {
    animation-delay: 0.3s;
}

.scaling-dots div:nth-child(4) {
    animation-delay: 0.4s;
}

.scaling-dots div:nth-child(5) {
    animation-delay: 0.5s;
}

.owl-carousel .owl-item {
    padding-right: 5px;
    margin-right: 0px !important;
}

#SepetAltLimit {
    padding: 10px;
    border: 1px solid black;
    border-radius: 3px;
    background-color: #9b0000;
    color: white;
}

.small-banner .single-banner {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}

.small-banner .single-banner a {
    margin-top: 0px !important;
}

.single-product .product-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.easyzoom-flyout {
    z-index: 9999;
    position: fixed;
}

.drift-zoom-pane {
    left: 600px !important;
    z-index: 9999;
    height: 800px !important;
}

.lds-dual-ring {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 44px;
    height: 44px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: var(--tema) transparent var(--tema) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.footer .copyright .inner {
    padding: 10px 0 30px 0 !important;
}

.shop.single .product-gallery {
    margin-top: 15px;
    margin-bottom: 15px;
}

.SayfaCardBody {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
}

.owl-carousel .KatalogUrunResim1 {
    height: 376px !important;
}

.owl-carousel .KatalogUrunResim2 {
    height: 376px !important;
}

.KatalogUrunResim1 {
    height: 520px !important;
    max-height: 520px !important;
}

.KatalogUrunResim2 {
    /*height: 520px !important;*/
    max-height: 520px !important;
}

@media (max-width: 768px) {
    .KatalogUrunResim1 {
        height: auto !important;
    }

    .KatalogUrunResim2 {
        height: auto !important;
    }

    .owl-carousel .KatalogUrunResim1 {
        height: 288px !important;
        max-height: 288px !important;
    }

    .owl-carousel .KatalogUrunResim2 {
        height: 288px !important;
        max-height: 288px !important;
    }
}

.UrunLogo {

    display: flex;
    width: 70px;
    height: 100%;
    position: absolute;
    left: 0;
    justify-content: flex-start;
    flex-direction: column;

}


@media only screen and (max-width: 768px) {
    .UrunLogo img {
        width: 50px !important;
    }
}


.nav-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #fff
}

.nav-head .item .goHome {
    padding: 2px 11px 2px 16px;
    position: relative;
    color: #404040;
    float: left;
    border-right: 1px solid #eee
}

.nav-head .item.Center {
    flex: auto;
    font-size: 0
}

.nav-head .item.Center .searchContent {
    display: block;
    margin: 0;
    z-index: 1;
    padding: 8px 0 8px 10px;
    background: 0 0;
    opacity: 1;
    border-top: none
}

.nav-head .item.Center .searchContent #txtbxArama {
    background: #eee;
    border-color: #eee
}

.nav-head .item.Center .searchContent .ui-widget.ui-widget-content {
    min-width: initial;
    width: 100%
}

.nav-head .item.Center .searchContent .ui-menu .ui-menu-item .complate_image {
    display: none !important
}

.nav-head .item.Center .searchContent #btnKelimeAra {
    color: #000;
    display: none
}

.nav-head .item .CloseNav {
    padding: 19px 17px
}

.goHomeBtn {
    float: left;
    width: 100%;
    padding: 10px 19px 0px 19px;
}

.goHomeBtn a {
    float: left;
    width: 100%;
    background: #eee;
    border-radius: 0;
    color: #555;
    font-size: 15px;
    position: relative;
    padding: 15px 20px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
}

.goHomeBtn a img {
    position: absolute;
    right: 15px;
    top: -7px;
    width: 50px;
    opacity: .4
}

.nav-body {
    height: 95%;
    overflow-y: auto;
    float: left;
    width: 100%
}

.nav-body > .nav-banner {
    display: block;
    padding: 20px;
}

.nav-body > .nav-list {
    padding: 15px
}

.nav-body > .nav-list > .nav-item {
    margin-bottom: 5px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 5px;
}

.nav-body > .nav-list > .nav-item > .navCard {
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 4px;
    color: #555;
    font-size: 15px;
    position: relative;
    max-width: 355px;
    line-height: 1;
}

.nav-body > .nav-list > .nav-item2 {
    margin-bottom: 10px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}

.nav-body > .nav-list > .nav-item2 > .navCard2 {
    height: 70px;
    display: -webkit-flex;
    align-items: center;
    padding-left: 21px;
    color: #555;
    font-size: 15px;
    position: relative;
}

.nav-body > .nav-list > .nav-item > .navCard .img {
    margin-right: 15px;
    height: 60px;
    border-radius: 25%;
    background-size: 100%;
    background-position: center;
    width: 60px;
    text-align: center;
}

.nav-body > .nav-list > .nav-item2 > .navCard2 .img {
    margin-right: 15px;
    height: 60px;
    border-radius: 25%;
    background-size: 100%;
    background-position: center;
    width: 60px;
    text-align: center;
}

.nav-body > .nav-list > .nav-item a {
    line-height: 50px;
    font-weight: 400;
    border: 0;
}

.nav-body > .nav-list > .nav-item2 a {
    line-height: 50px;
    font-weight: 400;
    border: 0;
}

.nav-body > .nav-list > .nav-item .sub-nav {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    background-color: #fff;
    z-index: 12;
    padding-top: 54px;
    transition: .3s;
    width: 100%
}

.nav-body > .nav-list > .nav-item.ActiveSubNav .sub-nav {
    left: 0
}

.nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 2
}

.nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .BackNav {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 600
}

.nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .BackNav > span {
    font-size: 12px;
    /*margin-right: 10px*/
    border: 0;
}

.nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .CloseNav {
    padding: 19px 17px
}

.nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content {
    height: 100%;
    overflow-y: auto
}

.nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryName {
    height: 58px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-weight: 600;
    border-top: 1px solid #eee;
    background-color: #f1f1f1;
    font-size: 18px
}

.nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList {
    padding: 15px
}

.nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList > .Link {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    color: #404040;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    border-bottom: 1px solid #eee;
    font-weight: 400;

}

.nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList > .Link > .Cover {
    width: 43px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 17px
}

.nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList > .Link::after {
    content: "\f105";
    font-family: "Faprika";
    color: #ff6100;
    font-size: 13px;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%)
}


.nav-body > .nav-list > .nav-item2 .sub-nav2 {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    background-color: #fff;
    z-index: 12;
    padding-top: 54px;
    transition: .3s;
    width: 100%
}

.nav-body > .nav-list > .nav-item2.ActiveSubNav .sub-nav2 {
    left: 0
}

.nav-body > .nav-list > .nav-item2 .sub-nav2 > .sub-nav-head {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 2
}

.nav-body > .nav-list > .nav-item2 .sub-nav2 > .sub-nav-head > .item > .BackNav2 {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 600
}

.nav-body > .nav-list > .nav-item2 .sub-nav2 > .sub-nav-head > .item > .BackNav2 > span {
    font-size: 12px;
    /*margin-right: 10px*/
    border: 0;
}

.nav-body > .nav-list > .nav-item2 .sub-nav2 > .sub-nav-head > .item > .CloseNav {
    padding: 19px 17px
}

.nav-body > .nav-list > .nav-item2 .sub-nav2 > .sub-nav-content {
    height: 100%;
    overflow-y: auto
}

.nav-body > .nav-list > .nav-item2 .sub-nav2 > .sub-nav-content > .CategoryName {
    height: 58px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-weight: 600;
    border-top: 1px solid #eee;
    background-color: #f1f1f1;
    font-size: 18px
}

.nav-body > .nav-list > .nav-item2 .sub-nav2 > .sub-nav-content > .CategoryList {
    padding: 15px
}

.nav-body > .nav-list > .nav-item2 .sub-nav2 > .sub-nav-content > .CategoryList > .Link {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    color: #404040;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    border-bottom: 1px solid #eee;
    font-weight: 400;

}

.nav-body > .nav-list > .nav-item2 .sub-nav2 > .sub-nav-content > .CategoryList > .Link > .Cover {
    width: 43px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 17px
}


/*-----*/


.nav-body > .CategoryList .nav-list {
    padding: 15px
}

.nav-body > .CategoryList > .nav-list > .nav-item {
    margin-bottom: 10px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}

.nav-body > .CategoryList > .nav-list > .nav-item > .navCard {
    height: 70px;
    display: -webkit-flex;
    align-items: center;
    padding-left: 21px;
    color: #555;
    font-size: 15px;
    position: relative;
}

.nav-body > .CategoryList > .nav-list > .nav-item > .navCard .img {
    margin-right: 15px;
    height: 60px;
    border-radius: 50%;
    background-size: 100%;
    background-position: center;
    width: 60px;
    text-align: center;
}

.nav-body > .CategoryList > .nav-list > .nav-item a {
    line-height: 50px;
    font-weight: 400;
    border: 0;
}

.nav-body > .CategoryList > .nav-list > .nav-item .sub-nav {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    background-color: #fff;
    z-index: 12;
    padding-top: 54px;
    transition: .3s;
    width: 100%
}

.nav-body > .CategoryList > .nav-list > .nav-item.ActiveSubNav .sub-nav {
    left: 0
}

.nav-body > .CategoryList > .nav-list > .nav-item .sub-nav > .sub-nav-head {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 2
}

.nav-body > .CategoryList > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .BackNav {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 600
}

.nav-body > .CategoryList > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .BackNav > span {
    font-size: 12px;
    /*margin-right: 10px*/
    border: 0;
}

.nav-body > .CategoryList > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .CloseNav {
    padding: 19px 17px
}

.nav-body > .CategoryList > .nav-list > .nav-item .sub-nav > .sub-nav-content {
    height: 100%;
    overflow-y: auto
}

.nav-body > .CategoryList > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryName {
    height: 58px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-weight: 600;
    border-top: 1px solid #eee;
    background-color: #f1f1f1;
    font-size: 18px
}

.nav-body > .CategoryList > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList {
    padding: 15px
}

.nav-body > .CategoryList > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList > .Link {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    color: #404040;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    border-bottom: 1px solid #eee;
    font-weight: 400;

}

.nav-body > .CategoryList > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList > .Link > .Cover {
    width: 43px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 17px
}

.nav-body > .CategoryList > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList > .Link::after {
    content: "\f105";
    font-family: "Faprika";
    color: #ff6100;
    font-size: 13px;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%)
}


.nav-item2 {
    margin-bottom: 10px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}

.nav-item2 > .navCard2 {
    height: 70px;
    display: -webkit-flex;
    align-items: center;
    color: #555;
    font-size: 15px;
    position: relative;
}

.nav-item2 > .navCard2 .img {
    margin-right: 15px;
    height: 60px;
    border-radius: 25%;
    background-size: 100%;
    background-position: center;
    width: 60px;
    text-align: center;
}


.nav-item2 a {
    line-height: 50px;
    font-weight: 400;
    border: 0;
}

.nav-item2 .sub-nav2 {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    background-color: #fff;
    z-index: 12;
    padding-top: 54px;
    transition: .3s;
    width: 100%
}

.nav-item2.ActiveSubNav .sub-nav2 {
    left: 0
}

.nav-item2 .sub-nav2 > .sub-nav-head {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 2
}

.nav-item2 .sub-nav2 > .sub-nav-head > .item > .BackNav2 {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 600
}

.nav-item2 .sub-nav2 > .sub-nav-head > .item > .BackNav2 > span {
    font-size: 12px;
    /*margin-right: 10px*/
    border: 0;
}

.nav-item2 .sub-nav2 > .sub-nav-head > .item > .CloseNav {
    padding: 19px 17px
}

.nav-item2 .sub-nav2 > .sub-nav-content {
    height: 100%;
    overflow-y: auto
}

.nav-item2 .sub-nav2 > .sub-nav-content > .CategoryName {
    height: 58px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-weight: 600;
    border-top: 1px solid #eee;
    background-color: #f1f1f1;
    font-size: 18px
}

.nav-item2 .sub-nav2 > .sub-nav-content > .CategoryList {
    padding: 15px
}

.nav-item2 .sub-nav2 > .sub-nav-content > .CategoryList > .Link {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    color: #404040;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    border-bottom: 1px solid #eee;
    font-weight: 400;

}

.nav-item2 .sub-nav2 > .sub-nav-content > .CategoryList > .Link > .Cover img {
    height: 60px;
    width: 60px;
    background-position: center;
    border-radius: 25%;
    background-size: 100%;
    margin-right: 10px;
}


.Cover .img {
    margin-right: 15px;
    height: 70px;
    border-radius: 50%;
    background-size: 100%;
    background-position: center;
    width: 70px;
    text-align: center;
}

.nav-body > .nav-footer > .Area {
    float: none;
    background: 0 0;
    width: auto;
    padding: 0;
    margin-bottom: 10px
}

.nav-body > .nav-footer > .Area > .T {
    background-color: #eee;
    color: #383838;
    font-weight: 700;
    padding: 11px 18px;
    font-size: 14px
}

.nav-body > .nav-footer > .Area > .Content {
    padding: 10px 0
}

.nav-body > .nav-footer > .Area > .Content > .item {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav-body > .nav-footer > .Area > .Content > .item > .column:first-child {
    flex: auto
}

.nav-body > .nav-footer > .Area > .Content > .item > .column > .control {
    padding-right: 13px;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.nav-body > .nav-footer > .Area > .Content > .item > .column > .control a {
    color: #252525;
    font-size: 14px
}

.nav-body > .nav-footer > .Area > .Content > .item > .column > .control > .Or {
    width: 1px;
    height: 16px;
    background-color: #cacaca;
    display: inline-block;
    margin: 0 4px
}

.nav-body > .nav-footer > .Area > .Content > .item > .column > .Link {
    width: 100%;
    padding: 10px 18px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #383838;
    font-weight: 600;
    font-size: 14px
}

.nav-body > .nav-footer > .Area > .Content > .item > .column > .Link > span {
    font-size: 20px;
    margin-right: 10px
}

.nav-body > .nav-footer > .Area > .Content > .social-list {
    padding: 11px
}

.nav-body > .nav-footer > .Area > .Content > .social-list > .social-link {
    display: inline-block;
    font-size: 21px;
    color: #000;
    padding: 0 7px
}

.header .search-form input {
    width: 100%;
    height: 35px;
    line-height: 45px;
    padding: 0 45px 0 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    background: #fff;
    color: #333;
    border-radius: 10px;
    font-size: 13px;
}

.header .search-form {
    left: -128px;
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 46px;
    background: #ffffffb8;
    border-radius: 10px;
    border: 1px solid #00000036;
    transform: scaleY(1);
    padding: 0;
}

.header .search-form button {
    position: absolute;
    right: 0;
    height: 35px;
    top: 0;
    width: 45px;
    background: transparent;
    border: none;
    border-radius: 0px 10px 10px 0px;
    border-left: 1px solid #eee;
    font-size: 15px;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pc-countdown {
    /*padding: 16px;*/
    padding-top: 7px;
    background-color: #FFFFFF;
    border-radius: 10%;
    margin: 0px 2px 0px 2px;
    color: black;
    font-size: 20px;
    width: 50px;
    height: 50px;
    font-weight: bold;
}

.mb-countdown {
    background-color: #FFFFFF;
    border-radius: 20%;
    margin: 0px 2px 0px 2px;
    color: black;
    font-size: 16px;
    font-family: 'FontAwesome';
    width: 29px;
    font-weight: bold;
    height: 31px;
    padding: 3px;
    margin-top: 3px;
}

.footer {
    font-family: system-ui !important;
}

.Yukleniyor {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 9999999;
    text-align: center;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.GelinceHaberVerBack {
    background: #0000004f;
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 99;
    display: flex;
    top: 40%;
    color: white;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-shadow: 0 0 3px black;
}

.UcretsizKargoyaKalan {
    padding: 5px 12px;
    border-left: 6px solid var(--tema);
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-weight: bold;
}

.other-color-options {
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    border: none;
    position: absolute;
    cursor: pointer;
    display: flex;
    padding: 2px 5px;
    align-items: center;
    font-weight: 700;
    z-index: 5;
}

.other-color-options div {
    display: flex;
    align-items: center;
}

.other-color-options div .other-color-option {
    width: 12px;
    height: 12px;
    border: solid 1px #fff;
    background-color: pink;
    border-radius: 50%;
}

.other-color-options div .other-color-option:nth-child(1) {
    background-image: linear-gradient(to right, #2d1bde 0%, #3191ec 48%, #9ef62f 101%);
    z-index: 2;
}

.other-color-options div .other-color-option:nth-child(2) {
    background-image: linear-gradient(to right, #0ece9c 0%, #d04edc 48%, #f2c53e 101%);
    z-index: 1;
    margin-left: -6px;
}

.hr-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0 10px;
}

.SepetKuponKoduUygula {
    overflow-y: auto;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 31%) 0px 1px 4px;
}

.SepetKuponKoduUygula hr {
    margin: 0px;
    background-color: black;
}

.SepetKuponKoduUygulaItem {
    width: 150px;
    padding: 10px;
    margin: 4px 5px;
    border: 1px solid;
    border-radius: 6px;
}

.SepetKuponKoduUygulaItem button {
    padding: 2px;
    font-size: smaller;
    width: 100%;
    background: var(--tema);
}

.SepetKuponKoduUygulaItem span {
    font-size: 9px;
    font-weight: bold;
}

.SepetKuponKoduUygulaItem hr {
    margin: 0px;
    background-color: black;
}

.copyright .ayar {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

#scrollUp {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}

.rev-f2__table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

.rev-f2__table th {
    width: 120px;
    color: #333;
    background-color: #f0f0f0;
    font-size: 13px;
}

.rev-f2__table td, .rev-f2__table th {
    padding: 16px 4px;
    border: 1px solid #d6d6d6;
}

.gl-rating-style-2 > i:first-child {
    margin-left: 0;
}

.gl-rating-style-2 > i {
    margin-left: 2px;
    color: #ff4500;
}

.rev-f2__table th span {
    margin-top: 2px;
    display: block;
    font-size: 11px;
    color: #333;
}

/*a*/

.yeni_logo {
    right: 50px;
    top: 15px;
    border-radius: 10px;
    background-color: var(--tema);
}

.btn {
    padding: 10px;
}

.ek_topbar {
    top: 0;
    width: 100%;
    background-color: #606060 !important;
    color: white;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    z-index: 1000;
    text-align: center;
    font-family: monospace;
    display: block !important;
}

.kayan-yazi {
    display: inline-block;
    white-space: nowrap;
    animation: kayma 20s linear infinite;
}

@keyframes kayma {
    0% {
        transform: translateX(-100vh);
    }
    100% {
        transform: translateX(100vh);
    }
}

.OdemeGizlilikBildirim {
    padding: 14px;
    background-color: #e9fdfd;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    align-items: center;
    margin-bottom: 20px;
}

/*kart*/

.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

#ccsingle1 {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle1 svg {
    width: 100px;
    max-height: 60px;
}

#ccsingle2 {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle2 svg {
    width: 100px;
    max-height: 60px;
}

#ccsingle3 {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle3 svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.Taksitler {
    padding: 5px;
    border: 1px solid var(--tema);
    border-radius: 5px;
    margin-bottom: 10px;
}
.Taksitler .TaksitSecenegi {
    padding: 5px;
    align-items: center;
}

.TaksitSecenegi input {
    margin-right: 8px;
}

.TaksitSecenegi label{
    width:97%;
    font-size: 13px;
}

.SepetOdeme{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.SepetOdeme .SepetOdemeBaslik {
    display: flex;
    border: 1px solid #00000033;
    border-radius: 5px 5px 0px 0px;
    padding: 10px;
    font-size: 15px;
    align-items: center;
    justify-content: space-between;
}

.SepetOdeme .SepetOdemeBody{
    border: 1px solid #00000033;
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
}

.SepetOdeme input[type="radio"] {
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

.KargoFiyat{
    padding: 6px;
    background: var(--tema);
    color: white;
    font-weight: bold;
    border-radius: 5px;
}