@import url('https://fonts.cdnfonts.com/css/pp-neue-montreal');

:root {
    --background: 250 247 241 / 1.0;

}

#mobilMenu{
    display: none
}

body {
    font-family: 'PP Neue Montreal', sans-serif;
    height: 100%;
    background-color: #faf7f1;
    overflow-x: hidden !important;
}

.parallaxPitem p{
    color: white;
}

/*Section-info*/
.section_info .section_info_item .section_info_img img {
    width: 70px;
    border: 1px solid #A5A5A5;
    padding: 5px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.section_info_item {
    
    border-radius: 5px;
    padding: 10px;
}

.section_info_item_title{
    color: white;
}

.section_info_item_txt {
    color: white;
    font-weight: 300;
}

    .section_info .section_info_item .section_info_item_title {
        font-size: 17px;
        color: #333333;
        transition: color .5s;
    }

.section_info .section_info_item .section_info_item_txt {
    font-size: 13px;
    color: white;
    transition: color .5s;
}

.section_info_item img {
    transition: transform .5s;
}

#mobilMenuAcBtn{
    display :none
}

#mobilHambKapatBtn {
    display: none
}
/*Footer*/
.footer_bg {
    background-color: #b8dfe6;
}

    .footer_bg .footer_item a img {
        width: 190px;
    }

    .footer_bg .footer_item .footer_title {
        margin-bottom: 10px;
        padding-bottom: 6px;
        border-bottom: 1px solid #A5A5A5;
        color: #333;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .footer_bg .footer_item ul li a {
        display: inline-block;
        transition: color .3s;
        color: #333;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
    }

    .footer_bg .footer_item ul li:hover a {
        color: #f5a900;
    }

.etiket_bg {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #A5A5A5;
}

    .etiket_bg .etiket_bg_item .etiket_bg_item_title {
        font-size: 14px;
        font-weight: 400;
        color: #333;
    }

    .etiket_bg .etiket_bg_item img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        width: 50px;
    }

.dropdown-menu {
    background: #faf7f1;
    position: relative;
    top: 22px !important;
    left: -40px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.t1-banner {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.swiper-baslik {
    font-size: 5rem;
    font-weight: 400;
}

.swiper-content {
    position: absolute;
    left: 10rem;
    bottom: 16rem;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-yazi {
    font-size: 1.5rem;
    width: 700px;
    font-weight: 300;
}





.swiperBaslikLetter {
}

.swiper-slide-active .swiperBaslikLetter {
}

.hero-slider {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}





@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

    .hero-slider .swiper-button-prev:before {
        font-family: "Font Awesome 5 Free";
        content: "\f060";
        font-size: 15px;
        color: #d4d3d3;
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
    }

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

    .hero-slider .swiper-button-next:before {
        font-family: "Font Awesome 5 Free";
        content: "\f061";
        font-size: 15px;
        color: #d4d3d3;
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
    }

.hero-slider .swiper-pagination-bullet {
    width: 60px;
    border-radius: 0;
    height: 5px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}


.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 650px;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 30px;
    }
}
/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
    height: 100vh;
    transition: all .4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 100vh;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 100vh;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

    .hero-style .slide-title h2 {
        font-size: 100px;
        font-weight: 400;
        line-height: 1;
        color: #ffffff;
        margin: 0 0 40px;
        text-transform: capitalize;
        transition: all .4s ease;
    }

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
    color: white;
}


/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn, .theme-btn-s2 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn-s2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}

    .theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
        background-color: #2b3b95;
        color: #fff;
    }

.theme-btn-s3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {


    .theme-btn, .theme-btn-s2, .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .theme-btn, .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}

.slide-bg-image {
    position: relative;
    height: 100%;
    width: 100%;
}

    .slide-bg-image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.473);
        z-index: 0;
    }

.bannerContent {
    position: absolute;
    bottom: 10rem;
}

.t1-ustmenuFlex {
    display: flex;
    position: relative;
    z-index: 2;
    gap: 30px;
}

.swiper-button-next, .swiper-button-prev {
    position: relative !important;
    z-index: 5;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
}

.t1-ustmenu {
    position: fixed;
    flex-direction: column;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 1000;
    height: auto;
    display: flex;
    align-items: center;
    transition: .50s;
}

.ustMenuUl a{
    color: white;
}

.dropdownAc{
    position:relative;
}
.dropdown a:hover{
    font-weight: 450;
}

.sagTaraf a {
    height: 100%;
    display: flex;
    align-items: center;
}

.dropdownAc:hover .dropdown {
    display: flex;
    flex-direction: column;
    gap: 6px;
}


.filtreleBtn {
    background: black !important;
    border: 0;
    color: white;
    padding: 10px;
}

.formSekect {
    background: transparent !important;
    /* padding: 8px; */
    border: 0 !important;
    color: gray;
    outline: none;
    cursor: pointer;
}

.dropdown {
    position: absolute;
    display: none;
    width: 200px;
    top: 75px;
    background: #faf7f1;
    padding: 1rem;
    border: 1px solid #80808038;
}


.navHover .ustMenuUl a {
    color: black;
}

.subtotal {
    color: white;
    margin-LEFT: 14px;
}

.navHover .subtotal {
    color: black;
}

.count {
    color: white;
    margin-right: 5px;
}

.navHover .count{
    color: black;
}

.ustMenuLogo {
    height: 65px;
    width: 150px;
    object-fit: contain;
}

.ustMenuUl {
    gap: 40px;
    font-weight: lighter;
    margin: 0;
    height: 75px;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 0;
    list-style: none;
    color: white;
}

    .ustMenuUl li {
        height: 75px;
        cursor: pointer;
        display: flex;
        align-items: center;
        position: relative;
    }

        .ustMenuUl li:before {
            bottom: -1px;
            position: absolute;
            content: "";
            left: 0;
            width: 0%;
            height: 4px;
            background-color: black;
            transition: .40s;
        }

        .ustMenuUl li:hover:before {
            width: 100%;
        }



.navHover.t1-ustmenu {
    background-color: #faf7f1;
    border-bottom: 1px solid rgb(218, 218, 218);
}

.navHover .ustMenuUl {
    color: black;
}


.sagTaraf {
    position: absolute;
    right: 3rem;
    height: 75px;
    z-index: 5;
    display: flex;
    gap: 25px;
}

.header__nav-icon path {
    stroke: white !important;
}

.icon-cart path {
    stroke: white !important;
    fill: white;
}

.navHover .icon-cart path {
    stroke: black !important;
    fill: black !important;
}


.navHover .header__nav-icon path {
    stroke: black !important;
}


.indirimKutu {
    position: absolute;
    right: 6rem;
    bottom: 9.5rem;
    padding: 15px;
    height: auto;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.623);
    z-index: 5;
}

.indirimText {
    font-size: 30px;
    font-weight: 300;
}


.t1-homeBaslik {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 2.2rem;
}


.px-row {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
}

.t1-product {
    height: 600px;
    overflow: hidden;
    width: 100%;
    background-color: white;
    position: relative;
}

textarea {
    resize: none;
}

.profilInput.txtArea {
    height: 100px !important;
}


.t1-product.ilginiz {
    height: 490px;
    padding: 0 !important;
    padding: 30px !important;
    background-color: white;
}

    .t1-product.ilginiz img:first-child {
        opacity: 1 !important;
        position: static;
    }


.new.t1-product::before {
    content: "İndirimli";
}

.indirim.t1-product::before {
    content: "İndirim";
}



.t1-product::before {
    position: absolute;
    top: 1rem;
    color: black;
    left: 1rem;
    z-index: 3;
    background-color: #ebe4d8;
    padding: 3.5px 6px;
    border-radius: 6px;
    font-size: 15px;
}

.indirimUstKutu ul {
    position: relative;
    display: flex;
    gap: 2rem;
    justify-content: end;
    width: 300px;
    padding-right: 2rem;
}



.indirimUstKutu ul li a {
    color: white;
}
    .t1-product::after {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #101010ba -1%, rgba(255, 0, 0, 0) 40%);
    content: "";
    bottom: 0;
    left: 0;
    z-index: 1;
}

.t1-product img {
    position: absolute;
    top: 0;
    object-fit: cover;
    height: 81%;
}

.t1-product-baslik {
    z-index: 2;
    color: white;
    transition: .30s;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    font-weight: 400;
    max-width: 60%;
}

    .t1-product-baslik.ilginiz {
        bottom: 3rem;
        left: 3rem;
    }


.t1-product-fiyat {
    z-index: 2;
    color: white;
    position: absolute;
    font-weight: 500;
    right: 2rem;
    transition: .30s;
    bottom: 2rem;
}

.t1-product-fiyat em {
    text-decoration: line-through;
    margin-right: 10px;
    font-weight: 400;
}

.t1-product-filtreler {
    transition: .30s;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
}

    .t1-product-filtreler ul {
        display: flex;
        list-style: none;
        gap: 10px;
        font-size: 13.5px;
    }

.t1-product:hover .t1-product-filtreler {
    transform: translateY(0%);
}

.t1-product:hover .t1-product-fiyat {
    bottom: 3rem;
}

.t1-product:hover .t1-product-baslik {
    bottom: 3rem;
}

.t1-tabButon {
    border: 0;
    background-color: transparent;
    margin-top: 10px;
    padding: 0;
    color: black !important;
    margin-right: 30px;
}

    .t1-tabButon.active {
        border-bottom: 2px solid black;
    }
.parallaxBefore{
    position: relative;
}
    .parallaxBefore::before {
        position: absolute;
        height: 100%;
        width: 100%;
        background: #0000005e;
        content: "";
        top: 0;
        left: 0;
    }

    .parallaxBefore::after {
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(to top, #101010c7 20%, rgba(255, 0, 0, 0) 86%);
        content: "";
        bottom: 0;
        left: 0;
        z-index: 0;
    }

.parallax {
    height: 55vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section_info_img {
    padding: 0 4rem;
}

.parallaxContent {
    color: white;
    font-size: 3rem;
    font-weight: 400;
}

.parallaxButon {
    background-color: black;
    font-size: 1rem;
    color: white !important;
    padding: 15px 30px;
    border-radius: 7px;
    width: max-content;
    margin-top: 15px;
}

.t1-productImg1 {
    z-index: 1;
    transition: .30s;
}

.t1-productImg2 {
    z-index: 0;
    transition: .30s;
}

.t1-product:hover .t1-productImg1 {
    opacity: 0 !important;
}

.t1-product.kategori:hover .t1-productImg1 {
    opacity: 1 !important;
}

.indirimUstKutu {
    height: 0px;
    overflow: hidden;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .30s;
    z-index: 2;
}

    .indirimUstKutu h4 {
        color: white;
        font-weight: 500;
        font-size: 1rem;
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: end;
    }

footer img {
    filter: invert(100%);
    height: 5rem;
    width: auto;
}

.oneCikanKategoriler {
    height: 80vh;
}

.oneCikanKategori {
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

    .oneCikanKategori::before {
        position: absolute;
        height: 100%;
        transition: .50s;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.305);
        content: attr(data-text);
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        font-weight: lighter;
    }


    .oneCikanKategori:hover::before {
        background: rgba(0, 0, 0, 0.600);
    }

.main {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2rem;
}

header {
    line-height: 12rem;
    height: 12rem;
}

    header h1 {
        font-size: 2.5rem;
        font-family: 'Oswald', sans-serif;
    }

    header ul::after {
        content: '';
        display: table;
        clear: both;
    }

    header li {
        float: left;
        width: 12.5%;
        text-align: center;
        text-transform: uppercase;
    }

        header li:nth-child(4) {
            width: 25%;
        }

        header li a {
            font-weight: 900;
            font-size: 1.2rem;
            letter-spacing: 2px;
        }

.text {
    font-size: 2rem;
    padding: 2rem 0;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
}

    .text p {
        margin-bottom: 2rem;
    }

@media screen and (max-width: 800px) {
    header ul li:not(:nth-child(4)) {
        display: none;
    }

    header ul li:nth-child(4) {
        width: 100%;
    }
}
/* Slider Style
--------------------------------------*/
.cd-slider {
    position: relative;
    width: 100%;
    height: 45rem;
    overflow: hidden;
    margin-bottom: 8rem;
}

    .cd-slider li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        transition: visibility 0s 1s;
        will-change: visibility;
    }

.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    clip: rect(0, 80rem, 50rem, 80rem);
    transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
    will-change: clip;
}

    .image::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(129, 62, 0, 0.184);
        content: "";
    }


.content {
    position: absolute;
    top: 0;
    margin-top: 3rem;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 2rem 0 0 2rem;
    font-size: 9rem;
    text-align: right;
}

    .content h2 {
        text-overflow: ellipsis;
        overflow: hidden;
        transform: translateY(-30%);
        opacity: 0;
        font-weight: 300;
        font-size: 4rem;
        transition: transform .5s, opacity .5s;
        will-change: transform, opacity;
    }

    .content a {
        display: inline-block;
        font-size: 1.5rem;
        padding: 1.5rem;
        color: black;
        opacity: 0;
        font-weight: 500;
        transform: translateY(-100%);
        transition: transform .5s .1s, opacity .5s .1s;
        will-change: transform, opacity;
    }
/* Current Slide 
-------------------------------------*/
li.current {
    visibility: visible;
    transition-delay: 0s;
}

    li.current .image {
        clip: rect(0, 80rem, 50rem, 0);
    }


    li.current .content h2 {
        transform: translateY(0);
        opacity: 1;
        font-size: 4rem;
        font-weight: 300;
        transition-delay: 1s;
    }

    li.current .content a {
        transform: translateY(0);
        opacity: 1;
        color: black;
        font-weight: 500;
        transition-delay: 1.1s;
    }
/* Prev Slide 
------------------------------------*/
li.prev_slide .image {
    clip: rect(0, 0, 50rem, 0);
}

nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.prev, .next, .counter {
    vertical-align: middle;
}

.prev, .next {
    position: relative;
    display: inline-block;
    height: 5rem;
    width: 5rem;
    border: 0;
    cursor: pointer;
    background: transparent;
}

    .prev::before, .next::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        border: .8rem solid transparent;
        border-right-width: 1rem;
        border-right-color: #000;
        border-left-width: 0;
        width: 0;
        height: 0;
    }

    .prev::after, .next::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateZ(0);
        left: .5rem;
        background: #000;
        height: .1rem;
        min-height: 1px;
        width: 2.5rem;
        transition: width .3s;
    }

    .next::before {
        right: 0;
        left: auto;
        border-left-width: 1rem;
        border-left-color: #000;
        border-right-width: 0;
    }

    .next::after {
        right: .5rem;
        left: auto;
    }

.counter {
    display: inline-block;
    font-size: 4rem;
    font-family: serif;
    font-style: italic;
}

    .counter span:last-child::before {
        content: '/';
        margin: 0 1rem;
    }

.prev:hover::after, .next:hover::after {
    width: 3.5rem;
}

@media screen and ( max-width: 550px ) {
    .image {
        width: 100%;
    }

    .content {
        padding-right: 2rem;
    }

    nav {
        width: 100%;
        display: flex;
        left: 0;
        right: auto;
        justify-content: center;
    }
}

.mainKategoriBaslik {
    position: absolute;
    left: 2rem;
    bottom: 4rem;
    font-size: 1.5rem;
    font-weight: lighter;
    color: white;
    opacity: 0;
    transition: .5s !important;
}

li.current .mainKategoriBaslik {
    opacity: 1 !important;
}


footer {
    background: #0e0e0e;
    padding: 4.5rem 0 !important;
}

.footerBilgilendirme h5 {
    color: rgb(68, 68, 68);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 3px;
}

.footerBilgilendirme p {
    color: rgb(68, 68, 68);
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 14px;
}

.footerSocials {
    display: flex;
    margin-top: 40px;
    gap: 20px;
}



    .footerSocials svg {
        fill: rgb(87, 87, 87);
        color: rgb(87, 87, 87);
    }

ul {
    list-style: none;
}

.footerUl {
    color: rgba(68, 68, 68, 0.774);
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
}

    .footerUl li:hover {
        color: rgb(34, 34, 34);
    }

    .footerUl li {
        transition: .40s;
        cursor: pointer;
    }

        .footerUl li a {
            color: rgb(219 219 219 / 80%);
        }

        .footerUl li:first-child {
            margin-bottom: 11px;
            color: white;
        }

        

        .footerUl.notFirst li:first-child {
            margin-bottom: 0px;
        }

.footerEnAlt {
    position: relative;
    top: 40px;
}

.footerCopyright {
    opacity: .40;
    font-size: 13px;
    letter-spacing: 4px;
}

.hesap_bg{
    margin-top: 10rem !important;
}



.solMenu span {
    color: #464646;
}

.kategoriBanner {
    height: 60vh;
    width: 100%;
    position: relative;
    background: gray;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .kategoriBanner p {
        color: white;
        position: relative;
        z-index: 1;
        top: 10px;
        text-align: center;
        width: 600px;
    }

    .kategoriBanner h3 {
        color: white;
        position: relative;
        z-index: 1;
        font-weight: 400;
        font-size: 40px;
    }

    .kategoriBanner::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.349);
        content: "";
    }

.kategoriFiltreText {
    color: gray;
}

.kategoriFiltreTextBorder {
    border-right: 1px solid rgb(209, 209, 209);
}

.dropdown-item {
    color: gray;
}

.kategoriFiltreTextBorder.enson {
    border-right: 0px;
    border-left: 1px solid rgb(209, 209, 209);
}

.kategoriFiltreTextBorderRow {
    border-bottom: 1px solid rgb(209, 209, 209);
}

.kategoriFiltreText.button {
    border: 0;
    background: transparent;
}

.nav-tabs .nav-link {

    color: gray;
}

.paginationKutu {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgb(199, 199, 199);
}


    .paginationKutu.active {
        border-bottom: 3px solid black;
    }

.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: gray !important;
}

.urunDetay img {
    height: 40rem;
    object-fit: contain;
}

.urunDetay {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.urunTeknik {
    margin-top: 15.5%;
}

.urunAciklama p {
    font-size: 15px;
    color: rgb(73, 73, 73);
}


.urunAciklama {
    height: 150px;
    overflow: hidden;
    transition: .25s;
}

.urunFiyat {
    font-size: 30px;
    font-weight: 500;
}

#devaminiGor {
    color: black;
    text-decoration: underline;
}


.urun_addD{
    width: 100%;
    background-color: black;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    border: 1px solid black;
}

    .urun_addD:hover{
        background-color: transparent;
        color: black;
    }


.urunSepeteEkle a {
    width: 100%;
    background-color: black;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    border: 1px solid black;
}

    .urunSepeteEkle a:hover {
        background-color: transparent;
        color: black;
    }

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: whitesmoke;
}



.bg-white {
    background: #ffffffc2 !important;
}

.accordion-button {
    background: #ffffffc2 !important;
    outline: 0 !important;
    border: 0 !important;
    border-color: transparent !important;
}

.accordion-item {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    border: 1px solid #e8e8e8 !important;
}

.accordion-button:focus {
    border: 0 !important;
    outline: none !important;
    border-color: transparent !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: black;
}

.urunYildiz {
    position: absolute;
    right: 3rem;
}

.pdfSvg svg {
    width: 30px;
    height: auto;
}

.pdfSvg a {
    color: rgb(59, 59, 59);
}

.pdfSvg {
    padding: 10px 0;
    position: relative;
}

.dokumanindir {
    position: absolute;
    right: 0;
    padding: 2.5px 2.5px;
    transition: .30s;
    font-size: 25px;
    border-radius: 50%;
}

    .dokumanindir:hover {
        background-color: black;
        color: white;
    }

.dokumanlarFlex {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.urunVideos iframe {
    margin-top: 30px;
}

.checked {
    color: orange;
}


.urunYildiz span {
    font-size: 25px;
}


.scrollUrunInfo {
    position: fixed;
    bottom: 0;
    transition: .50s;
    width: 100%;
    height: 110px;
    background-color: #faf7f1;
    border-top: 1px solid rgb(179, 179, 179);
    z-index: 20;
}

.scrollUrunInfo {
    transform: translateY(100%);
}

#masterButton {
    background: black;
    padding: 9px 0;
    border: 0;
    color: white;
}

.scrollUrunInfo {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.urunFiyat.scroll {
    font-size: 15px;
    font-weight: 400;
    color: gray;
    letter-spacing: 1px;
    margin-top: 5px;
}


.urunSepeteEkle.scroll {
    position: absolute;
    right: 2.4rem;
}



 

.gndr_btn {
    background-color: black;
    color: white;
    border: 0;
    padding: 11px;
    font-size: 17px;
    margin-top: 6px;
}

.form-flex input::placeholder {
    font-size: 14px;
}

.searchBg {
    position: fixed;
    z-index: 800;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.659);
    transition: .60s;
    display: none;
    animation: opacity 1s;
    cursor: url(https://ttrbilisim.com.tr/Content/img/cursor-close.png), auto;
}


.searchBarKutu {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    background-color: transparent;
    display: none;
    z-index: 1001;
    transition: .50s;
}


.searchBar {
    width: 100%;
    background-color: #faf7f1;
    border-bottom: 1px solid rgb(218, 218, 218);
    height: max-content;
    z-index: 2;
    position: relative;
}





.aramaListele {
    border-top: 1px solid rgb(218, 218, 218);
    padding: 1rem 0;
}

.searchBar input {
    border: 0;
    outline: none;
    background-color: transparent;
    margin-left: 30px;
    font-size: 25px;
}


.closeSearch {
    position: absolute;
    right: 2.4rem;
    top: 1.4rem;
}

    .closeSearch svg {
        width: 24px;
        height: auto;
    }

#searchOpen, #searchClose {
    cursor: pointer;
}


.searchInput::placeholder {
    font-weight: 300;
}


.devaminiGorSearch {
    width: 200px;
    background-color: black;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    font-size: 18px;
    border: 1px solid black;
}

    .devaminiGorSearch:hover {
        background-color: transparent;
        color: black !important;
    }

.searchBanner {
    margin-top: 75px;
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

    .searchBanner span {
        font-size: 30px;
    }

    .searchBanner p {
        color: gray;
    }

.searchBarArka {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.274);
}

.solMenu {
    border-right: 1px solid rgb(218, 218, 218);
}


    .solMenu ul {
        margin: 0;
        padding: 2rem 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }


        .solMenu ul li {
            color: rgb(83, 83, 83);
            width: max-content;
            position: relative;
        }

/*.solMenu ul li:before{
  position: absolute;
  left: -10px;
  top: 13px;
  content: "";
  height: 3px;
  width: 3px;
  background-color: rgb(90, 90, 90);
  border-radius: 50%;
}*/




.solMenuKapatAc svg {
    position: absolute;
    right: 2.4rem;
    top: 1rem;
    height: 30px;
    width: auto;
}


#solMenu {
    transition: .50s;
    cursor: pointer;
}


.kategoriBanner.kurumsal {
    height: 45vh;
}

.solMenuContent {
    padding: 1.8rem;
    color: rgb(83, 83, 83);
}


.loginArea {
    height: 85vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginText {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 4px;
}


.loginText2 {
    color: gray;
    margin-top: 15px;
}

.formFlex {
    gap: 15px;
}

    .formFlex input {
        background-color: transparent;
        border: 1px solid gray;
        border: 1px solid rgb(218, 218, 218);
        padding: 8px;
        width: 100%;
    }

        .formFlex input::placeholder {
            font-size: 14px;
        }

        .formFlex input[type=button] {
            background-color: black;
            color: white;
            border: 0;
            padding: 11px;
            font-size: 18px;
        }

.hesabinizYokMu {
    color: gray;
}

.text-d {
    text-decoration: underline !important;
}


.hesabinizYokMu a {
    color: gray !important;
}

#step2, #step3, #step4 {
    display: none;
}

#step2, #step3, #step4 {
    animation: opacity 1s;
}


@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn {
    box-shadow: none !important;
}

.btn-toggle {
    box-shadow: none !important;
}

.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkboxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.navYuksekligiPadding {
    padding-top: 65px;
    text-align: center;
}

.urunSepeteEkle.tumkategori a {
    font-size: 14.5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.urunSepeteEkle.tumkategori a {
    height: 35px;
    padding: 5px 20px;
}



.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ccc;
}

.checkboxContainer:hover input ~ .checkmark {
    background-color: rgb(161, 161, 161);
}

.checkboxContainer input:checked ~ .checkmark {
    background-color: black;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}

.checkboxContainer .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.kategoriDropdownButon {
    margin-left: 20px;
}


.margin-nav {
    margin-top: 130px;
}

.uyelikSolMenu {
    height: auto;
    padding-bottom: 3rem;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: black;
    border-color: transparent;
}

.nav-link.profilTab {
    color: gray;
}


.profilMerhaba {
    font-size: 35px;
    font-weight: 500;
}


    .profilMerhaba.p {
        font-size: 15px;
        color: gray;
        font-weight: 500;
    }

.profilTabBreadcrumb {
    font-weight: 500;
}

.ilgiliUrunBasik {
    font-weight: 500;
    color: black !important;
    font-size: 24px;
}

.profilTabBreadcrumb span:first-child {
    font-size: 24px;
    color: gray !important;
}

.profilTabBreadcrumb span {
    color: black !important;
    font-size: 24px;
}

.profilInput {
    border: 0;
    background-color: whitesmoke;
    padding: 7px;
    outline: none;
}

.profilBoxShadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.profilLabel {
    font-weight: 500;
    margin-bottom: 7px;
}


.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: black;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

.adS {
    width: 100%;
}

.profilİlgili {
    background-color: white;
    height: 490px;
    overflow: hidden;
}

.adreslerimKutu {
    width: 100%;
    height: 210px;
    background: #ffffffc2 !important;
    position: relative;
}

    .adreslerimKutu::before {
        position: absolute;
        top: 10px;
        left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        content: attr(data-number);
        color: white;
        height: 25px;
        width: 25px;
        background-color: black;
        border-radius: 50%;
    }

.adresBaslik {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 500;
}


.adresText {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: 500;
}


.duzenleIcon {
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
    background-color: rgba(255, 255, 255, 0.705);
    opacity: 0;
    transition: .25s;
}


.adreslerimKutu:hover .duzenleIcon {
    opacity: 1;
}

.siparisAkordionTarih {
    position: absolute;
    right: 5rem;
    font-weight: 500;
}


.acordnText {
    font-weight: 500;
}

    .acordnText.fiyat {
        font-size: 18px;
        font-weight: 400;
    }

.tutar {
    position: absolute;
    bottom: 0;
    right: 0;
}

.bg-siparisAkordion {
    background-color: rgba(255, 255, 255, 0.418);
}

.dropdown-menu.siparisHesapFiltre {
    background: #faf7f1;
    position: relative;
    top: 0px !important;
    left: 0px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.sıralaBorder {
    border: 1px solid rgb(190, 190, 190) !important;
    padding: 5px 15px;
}


.margin116 {
    margin-top: 116px;
}

.width280px {
    width: 280px;
}

.enUstTh {
    background-color: rgb(155, 141, 124) !important;
    font-weight: 500;
    color: white !important;
}

.enUstThSira .enUstTh:first-child {
    border-top-left-radius: 15px;
}

.enUstThSira .enUstTh:last-child {
    border-top-right-radius: 15px;
}

.benimTr th:first-child {
    font-weight: 500;
}

.benimTr th, td {
    border: 0 !important;
}

.boldTd {
    font-weight: 500;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {

    .adreslerimKutu {
        height: 180px;
    }

    .adresText {
        font-size: 13px;
    }

    .urunTeknik {
        margin-top: 19%;
    }

    .urunSepeteEkle.tumkategori a {
        font-size: 12px !important;
    }

    .cd-slider {
        height: 31rem;
    }

    .t1-product {
        height: 450px;
    }
}

@media (max-width: 991px) {

    footer {
       
        padding: 1.5rem 0 !important;
    }

    .footerEnAlt {
        top: 0px;
    }

    .section_info_item img {
        transition: transform .5s;
        height: 50px;
    }

    .cd-slider {
        margin-bottom: 0rem !important;
    }

    .t1-product:hover .t1-productImg1 {
        opacity: 1 !important;
    }

    .t1-productImg1 {
        opacity: 1 !important;
    }

    .t1-productImg2 {
        display: none !important;
    }

    .tutar {
        position: static;
        bottom: 0;
        right: 0;
    }


    .navHover.t1-ustmenu {
        padding-top: 0px !important;
    }

    .t1-ustmenu {
        padding-top: 13px;
    }



    .t1-product-filtreler {
        transform: translateY(0%) !important;
        z-index: 2;
        left: 1rem;
        bottom: 1rem;
    }

    .t1-product-fiyat {
        bottom: 3rem !important;
    }

    .t1-product-baslik {
        bottom: 3rem !important;
    }

    .dropdown-menu.siparisHesapFiltre {
        background: #faf7f1;
        position: relative;
        top: 0px !important;
        right: -1px !important;
        left: inherit !important;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .nav-link.profilTab {
        color: gray;
        font-size: 15px;
        margin-top: 15px;
        border: 0;
    }

    .uyelikPersonSvg {
        margin-left: 1.5rem;
    }

    .siparisAkordionTarih {
        position: static;
        display: block;
        margin-top: 10px;
        margin-left: 7px;
    }

    .accordion-button {
        display: block;
    }

    .imgThumbnailSiparisFoto {
        height: 60px;
        width: auto;
        margin-top: 10px;
    }



    .mobilScrollUrunInfoImg {
        width: 90px;
    }

    .urunSepeteEkle a {
        width: 100%;
        background-color: black;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 14px;
        border: 1px solid black;
    }

    .urunYildiz span {
        font-size: 16px;
    }

    .t1-homeBaslik {
        font-size: 1.4rem;
    }

    .reverseRowMobil {
        flex-direction: column-reverse;
        margin-top: 5rem;
    }


    .width280px {
        width: 100%;
    }

    .mobilFlexUlLi {
        display: flex;
        flex-wrap: wrap;
    }

    .urunSepeteEkle.tumkategori a {
        font-size: 12.5px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .margin116 {
        margin-top: 99px;
    }

    .footerBilgilendirme {
        padding: 0 2rem;
    }

    .footerUl {
        width: 120px;
    }

    .mobilNone {
        display: none;
    }

    .mobilFooterPad {
        margin-top: 30px;
    }

    ul {
        margin: 0;
        padding: 0;
    }

    .mobilCenter {
        display: flex;
        justify-content: center;
    }

    .cd-slider {
        height: 38rem;
    }

    li.current .content a {
        color: white;
    }

    .content a {
        color: white;
    }

    li.current .content h2 {
        color: white;
    }

    .content h2 {
        color: white;
    }


    .counter {
        color: white;
    }

    .prev::before, .next::before {
        border-right-color: white;
    }

    .prev::after, .next::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateZ(0);
        left: .5rem;
        background: white;
        height: .1rem;
        min-height: 1px;
        width: 2.5rem;
        transition: width .3s;
    }

    .next::before {
        right: 0;
        left: auto;
        border-left-width: 1rem;
        border-left-color: white;
        border-right-width: 0;
    }

    .mainKategoriBaslik {
        bottom: 9rem;
    }

    .oneCikanKategori {
        height: 25rem;
    }

    .oneCikanKategoriler {
        height: max-content;
    }

    .px-row {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }

    .ustMenuUl {
        display: none !important;
    }

    .indirimUstKutu h4 {
        font-size: 0.8rem;
        display: none;
    }

    .sagTaraf {
        height: 58px;
    }


    .devaminiGorSearch {
        width: 176px;
        height: 39px;
        font-size: 15px;
    }

    .formFlex {
        width: 100%;
    }

        .formFlex input {
            width: 100%;
        }

    .solMenu {
        border-right: 0px solid rgb(218, 218, 218);
        border-bottom: 1px solid rgb(218, 218, 218);
    }

    .solMenuKapatAc svg {
        display: none;
    }


    .iletisimMobilFlexx {
        flex-direction: column;
        gap: 25px !important;
    }

    .kategoriBanner p {
        color: white;
        position: relative;
        z-index: 1;
        top: 10px;
        text-align: center;
        width: 100%;
    }

    .kategoriFiltreText {
        font-size: 15px;
    }
}


@media (max-width: 991px) {

    #masterButton {
        margin-bottom: 30px;
    }

    .mobilMenu {
        position: fixed;
        left: 0;
        top: 0;
        width: 85%;
        height: 100%;
        transform: translateX(-100%);
        background-color: #080808;
        z-index: 996;
        transition: .25s;
        display: flex !important;
        flex-direction: column;
    }

    .mbSearch {
        display: flex;
        flex-direction: column;
        margin: 2rem 2rem;
    }

    .mobilMenu ul li {
        color: white;
        font-size: 22px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        font-weight: 400;
        padding: 0 35px;
    }

    .mobilDropdown .bx-chevron-right {
        position: absolute;
        right: 1rem;
        transition: .5s;
    }





    .mobilMenu ul {
        display: flex;
        flex-direction: column;
        gap: 34px;
        width: 100%;
        position: relative;
        padding-right: 30px;
        padding-left: 0;
        padding-top: 20px;
    }

    .indirimUstKutu {
        justify-content: end !important;
    }

    .hero-slider {
        height: 600px;
    }

    .ustMenuLogo {
        height: 50px;
        width: 150px;
        object-fit: contain;
    }

    #mobilMenuAcBtn {
        display: block;
        height: 30px;
        width: auto;
        position: relative;
        top: 15px;
        color: white;
    }

    .navHover #mobilMenuAcBtn{
        color: black;
    }

    .navHover #mobilHambKapatBtn {
        color: black;
    }

    #mobilHambKapatBtn {
        height: 30px;
        width: auto;
        position: relative;
        top: 15px;
        color: white;
    }

    .sagTaraf {
        right: 2rem;
    }

    .t1-banner {
        height: max-content;
        margin-top: 100px;
    }

    .mbSearch label {
        color: white;
        margin-bottom: 6px;
    }

    .mbSearch input {
        width: 100%;
        background: transparent;
        border: 1px solid white;
        border-radius: 15px;
        padding: 10px;
        color: white;
    }

    .mobilDropdown.active {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
        background-color: #080808;
    }

    .mobilDropdown {
        display: flex;
        flex-direction: column;
        justify-content: start !important;
    }

        .mobilDropdown ul {
            gap: 15px !important;
            display: none !important;
        }
        .mobilDropdown.active ul {
            display: flex !important;
        }

    #mobilMenu ul li {
        flex-direction: column;
        justify-content: start !important;
    }

    #mobilMenu ul li a {
        color: white;
    }

    .mobilDropdown li {
        font-size: 15px !important;
        font-weight: 100 !important;
    }

    .formSekect{
        width: 100px;
    }
}
#indirimUstKutu h4 {
    font-size: 0px;
}

.ttr-logo {
    text-align: end;
}

    .ttr-logo img {
        width: 16%;
        height: 100%;
        filter: inherit;
        padding-top: 15%;
    }

.ssl-logo img {
    filter: inherit;
    /* position: absolute; */
    margin-top: 5%;
}

.ssl-logo {
    position: relative;
    text-align: left;
}