﻿@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.headerx {
    width: 100%;
    position: relative;
    color: #fff;
}

.headerTop {
    height: 57px;
    padding: 0 60px;
    background-color: #2d1b1b;
    position: relative;
}

.topnx {
    background-image: url(/images/kargobg.png);
    background-size: 180px;
    background-repeat: no-repeat;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.Headertopcargo {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 9px;
}

    .Headertopcargo div {
        display: flex;
        flex-direction: column;
    }

        .Headertopcargo div span {
            font-size: 11px;
            font-weight: 500;
        }

        .Headertopcargo div b {
            font-size: 13px;
            font-weight: 700;
            color: #fff;
        }

.wpdestek {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 9px;
}

    .wpdestek div {
        display: flex;
        flex-direction: column;
    }

        .wpdestek div span {
            font-size: 11px;
            font-weight: 500;
        }

        .wpdestek div b {
            font-size: 13px;
            font-weight: 700;
            color: #fff;
        }

.headercontent {
    background-color: #f8f5f5;
    padding: 16px 0;
    color: #2d1b1b;
    border-bottom: 1px solid #e9dddd;
    position: relative;
}

.headermenu {
    background-color: #f8f5f5;
    color: #2d1b1b;
    border-bottom: 1px solid #e9dddd;
}

.w-1 {
    width: 1%;
}

.w-2 {
    width: 2%;
}

.w-3 {
    width: 3%;
}

.w-4 {
    width: 4%;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.logo {
    width: 110px;
    height: 72px;
    text-align: center;
}

    .logo img {
        height: 100%;
    }

.search {
    width: 400px;
    position: relative;
}

* {
    outline: none !important;
}

.searchbox {
    display: flex;
    align-items: center;
}

    .searchbox input[type="text"] {
        width: 100%;
        padding: 14px 16px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border: none;
        background-color: #fff;
        box-shadow: none;
        font-size: 13px;
        font-weight: 500;
    }

    .searchbox a {
        width: 52px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #713838;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        box-shadow: none;
        border: none;
        cursor: pointer;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu ul {
    display: flex;
    align-items: center;
    color: #713838;
    gap: 10px;
}

.menu a {
    display: block;
    padding: 10px;
    transition: 0.2s;
    background-color: transparent;
    border-radius: 5px;
}

a {
    text-decoration: none;
    color: inherit;
}

.menu a:hover {
    color: #fff;
    background-color: #713838;
}

.Headerbasket {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #713838;
    transition: all .3s;
    position: relative;
}

.basketcount {
    width: 16px;
    height: 16px;
    font-size: 9px;
    font-weight: 500;
    color: #1b2d28;
    padding: 2.5px 3.5px;
    flex-shrink: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 15px;
}

.Headerbaskettext {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

    .Headerbaskettext span {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: left;
        color: #fff;
    }

    .Headerbaskettext b {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        text-align: left;
    }

.sepethead {
    width: 13%;
    transition: all .3s;
    cursor: pointer;
}

.headermenu ul {
    display: flex;
    height: 64px;
    align-items: center;
}

    .headermenu ul a {
        display: block;
        height: 64px;
        padding: 0 15px;
        line-height: 64px;
        color: #1b2d28;
        border-bottom: 1px solid transparent;
        transition: 0.2s;
    }

    .headermenu ul li a:hover {
        border-bottom-color: #713838;
        color: #713838;
    }

.contentx {
    position: relative;
    margin-top: 44px;
    margin-bottom: 40px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.mySwiper {
    width: 75%;
    height: 500px;
    border-radius: 10px;
    margin: 0;
}

.swiper-button-next, .swiper-button-prev {
    background-color: #fff;
    border-radius: 100%;
    color: #2d1b1b;
}

    .swiper-button-next svg, .swiper-button-prev svg {
        height: 30%;
    }

.reklam2 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 30px;
}

    .reklam2 img {
        border-radius: 10px;
        width: 100%;
    }

    .reklam2 a:first-child img {
        margin-bottom: 30px;
    }

.uruncontainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.urunbox {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #e9dddd;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.container h3 {
    font-size: 28px;
    font-weight: 700;
    color: #2d1b1b;
    margin: 20px 0;
}

.urunresim {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 10px;
    flex-shrink: 0;
    cursor: pointer;
}

    .urunresim img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
        object-fit: cover;
    }

.favx {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transition: all .3s;
}

    .favx button {
        border: none;
        background-color: transparent;
    }

.urunbox:hover .favx {
    opacity: 1
}

.urunname {
    font-size: 14px;
    font-weight: 700;
    color: #1b2d28;
    margin-bottom: 8px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.basketbtn {
    display: flex;
    justify-items: end; 
}

.sepet {
    opacity: 0;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: #713838;
    border: 1px solid #713838;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    transition: all .3s;
    white-space: nowrap;
    width: auto;
}

    .sepet:hover {
        background-color: #fff;
        color: #713838;
    }

.urunbox:hover .sepet {
    opacity: 1
}

.price {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
    gap: 5px;
    height: 50px;
}

.oldprice {
    font-size: 12px;
    font-weight: 500;
    color: #76816f;
    margin-right: 4px;
}

    .oldprice b {
        font-size: 13px;
        color: #2d1b1b;
        margin-left: 4px;
    }

    .oldprice span {
        text-decoration: line-through;
    }

.newprice {
    color: #f00f0f;
    font-size: 16px;
    font-weight: 700;
}

.containerxl {
    border-radius: 30px;
    background-color: #f9f3e4;
    padding: 60px 124px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 120%;
    margin-left: -10%;
}

.mySwiperxl .swiper-button-prev {
    left: 5px !important;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .1);
}

.mySwiperxl .swiper-button-next {
    right: 5px !important;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .1);
}

.bg-firsat {
    background-color: #f7f8f5;
}

.footerx {
    background-color: #f7f8f5;
    padding-top: 55px;
}

.footeritem {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}

.footerhead {
    border-radius: 16px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .03);
    background-color: #fff;
    padding: 30px;
}

.itemtext {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .itemtext b {
        font-size: 16px;
        font-weight: 700;
        color: #1b2d28;
    }

    .itemtext p {
        max-width: 200px;
        font-size: 13px;
        font-weight: 400;
        color: #816f6f;
        margin: 0;
    }

.footercontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .03);
    background-color: #2d1b1b;
    padding: 64px 16px 74px;
    margin-top: 75px;
}

.footermenu {
    width: 80%;
}

.menu1 {
    color: #816f6f;
}

    .menu1 h4 {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 20px;
    }

    .menu1 ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .menu1 a {
        font-size: 13px;
        font-weight: 500;
        color: #816f6f;
        transition: all .3s;
    }

        .menu1 a:hover {
            color: #f0790f;
        }

.odemesistemleri {
    margin: 40px 0 0;
    display: flex;
    gap: 15px;
}

.sistemitem {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 4px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .03);
    background-color: #fff;
}

.offcanvas.offcanvas-end {
    top: 20px;
    right: 20px;
    border: none;
    border-radius: 20px;
}

.offcanvas {
    bottom: 20px;
}

.offcanvas-header .btn-close {
    margin-right: inherit !important;
}

.offcanvas-header {
    padding: 20px;
}

.btn-close {
    box-shadow: none !important;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
}

.empty-cart {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    border-radius: 16px;
    margin: 20px auto;
}

.empty-cart-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f3f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

.empty-cart h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.empty-cart p {
    color: #777;
    margin-bottom: 25px;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 14px;
}

.cart-image {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
}

    .cart-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.cart-detail {
    flex: 1;
}

.sepet-sil {
    border-radius: 20px;
    padding: 7px 15px;
}

.cart-detail h5 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
}

.cart-info {
    display: flex;
    justify-content: space-between;
    color: #777;
}

    .cart-info strong {
        color: #e63946;
        font-size: 17px;
    }

.searchcontent {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .03);
    z-index: 10;
    padding: 10px;
    width: 100%;
}

.sonuc-item a {
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sonuc-item:hover {
    background-color: #f8f5f5;
}

.sonuc-item p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

.sonuc-item span {
    font-size: 11px;
    font-weight: 500;
    color: #2d1b1b;
    width: 13%;
    text-align: end;
}

.offcanvas-footer {
    padding: 20px;
}

.canvasfooterbttn {
    width: 100%;
    display: block;
    padding: 16px 20px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    transition: 0.2s;
    background-color: #713838;
}

    .canvasfooterbttn:hover {
        background-color: #2d1b1b;
    }

.leftmenu li {
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 16px;
}

    .leftmenu li a {
        color: #713838;
    }

        .leftmenu li a.active {
            color: #2d1b1b;
        }

iframe {
    border-radius: 30px;
}

.pageTitle {
    font-size: 20px;
    font-weight: bold;
}

.btn-seka {
    border-radius: 4px;
    background-color: #713838;
    padding: 12px 20px;
    color: #fff;
    border: none !important;
    position: relative;
    font-size: 13px;
}

    .btn-seka:hover {
        background-color: #713838;
        color: #fff;
    }

    .btn-seka.show {
        background-color: #713838;
        color: #fff;
    }

    .btn-seka:first-child:active {
        background-color: #713838;
        color: #fff;
    }

.dropdown-item.active, .dropdown-item:active {
    background-color: #713838;
}

.katload {
    margin: 40px 0;
    display: block;
}

.MagicToolboxContainer {
    text-align: center;
}

.MagicToolboxSelectorsContainer {
    padding: 5px 50px;
    position: relative;
}

    .MagicToolboxSelectorsContainer a {
        width: 70px;
        height: 70px;
        margin-right: 5px;
        margin-bottom: 5px;
        position: relative;
        vertical-align: middle;
        box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
    }

.mz-thumb img {
    display: table-cell;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product_title {
    font-size: 20px;
}

.icerikdetay {
    margin-top: 15px;
}

    .icerikdetay p {
        margin-bottom: 0;
        font-weight: bold;
    }

    .icerikdetay span {
        margin-left: 10px;
    }

.pricedetay {
    font-size: 35px;
    font-weight: bold;
    margin: 20px 0;
    color: #c87317;
}

.sepetbtn {
    background-color: #713838;
    border: none;
    display: block;
    padding: 16px 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    transition: 0.2s;
}

    .sepetbtn:hover {
        background-color: #2d1b1b;
    }

table {
    border: 1px solid #e9dddd;
}

    table td {
        border-bottom: 1px solid #e9dddd;
        border-right: 1px solid #e9dddd;
        padding: 10px;
    }

.spinner {
    position: relative;
    width: 90px;
    height: 45px;
    margin-bottom: 20px;
}

    .spinner input.qty {
        font-size: 15px;
        color: #333333;
        width: 100%;
        height: 100%;
        border: 1px solid #e9dddd;
        border-radius: 10px;
        background: transparent;
        padding: 0 20px;
        text-align: center;
        outline: none !important;
    }

    .spinner .spinner-controls a {
        position: absolute;
        top: 0;
        bottom: 0;
        line-height: 45px;
        padding: 0 6px;
        font-size: 22px;
        color: #333333;
    }

    .spinner .spinner-controls .spin-up {
        right: 0;
    }

    .spinner .spinner-controls .spin-down {
        left: 1px;
    }

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,.3);
    z-index: 9999;
    transition: transform .2s;
}

    .whatsapp-float:hover {
        transform: scale(1.1);
    }

.mobilemenu {
    display: none;
}


@media (max-width: 1400px) {
    body {
        overflow-x: hidden !important;
    }

    .headerTop {
        padding: 0px;
    }

    .search {
        width: 80%;
    }
     

    .menu, .Headerbaskettext {
        display: none;
    }

    .headercontent > div > div {
        justify-content: space-between;
    }
    .searchcontent{
        left:-75px!important;
        top:calc(100% + 29px)!important;
        width:183%!important;
    }

    .Headerbasket {
        background-color: transparent !important;
    }

    .basketcount {
        left: 20px;
        top: 5px;
    }

    .mobilemenu {
        display: block;
        width: 55px;
        height: 46px;
        line-height: 46px;
    }

    .headercontent .gap-5 {
        gap: normal !important;
    }

    .mobilemenu button {
        border: none;
        background-color: transparent !important;
    }

    .headermenu {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 99;
    }

        .headermenu ul {
            display: block;
            height: auto;
        }

            .headermenu ul a {
                height: 45px;
                line-height: 45px;
            }

    .mobileflex {
        display: block !important;
    }

    .mySwiper {
        width: 100%;
        height: 250px;
    }

    .reklam2 {
        margin-left: 0;
        flex-direction: row !important;
        gap: 20px;
        margin-top: 20px;
    }

        .reklam2 a:first-child img {
            margin-bottom: 0 !important;
        }

        .reklam2 a {
            display: block;
            height: 200px;
        }

    .uruncontainer {
        grid-template-columns: repeat(2, 1fr);
    }

    .urunresim {
        height: 210px;
    }

    .containerxl {
        padding: 60px 20px !important;
        width: 100%;
        margin-left: 0 !important;
    }

    .footerhead > .d-flex {
        flex-direction: column !important;
    }

    .footeritem {
        margin-bottom: 15px;
    }

    .footermenu {
        width: 100%;
    }

        .footermenu > .d-flex {
            flex-wrap: wrap;
        }

    .menu1 {
        width: 50%;
        text-align:center;
    }

        .menu1 ul {
            margin-bottom: 20px;
        }
        .menu1>.d-flex{
            justify-content:center;
        }
        body {
            overflow-x: auto !important;
        }
    .sonuc-item p{
        width:75%!important;
    }
    table{
        width:100%;
    }
    .sonuc-item span {
        width: 25%;
    }
    .mobileflex .w-25 {
        width: 100% !important;
        background-color: #e9dddd;
        border-radius: 20px;
    }
    .leftmenu ul{
        display:flex;
        overflow:scroll!important;
        flex-wrap:nowrap;
        flex-direction:row!important;
        padding:20px;
        gap:20px;
    }
        .leftmenu ul li {
            margin-bottom: 0 !important;
            white-space: nowrap;

        }
    .mobileflex .w-75 {
        width: 100% !important;
    }
    .border-start{
        border:none!important;
    }
    .basketbtn{
        display:none;
    }
    .sistemitem{
        padding:12px!important;
    }
}
