
/*@font-face {
    font-family: 'metropolis-regular';
    src: url('../fonts/metropolis/metropolis-regular.otf') format('opentype');
}*/

html {
    height: 100%;
}

body {
    font-family: 'League Spartan', sans-serif;
    font-size: 16px;
    color: #000;
}

input, select, textarea{
    font-family:Arial, Helvetica, sans-serif;
}

.container-fluid {
    --bs-gutter-x: 3rem;
    max-width: 1360px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

    a:hover {
        color: #ff0000;
        /*color: #96724e;*/
    }
.box-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 1rem;
}
.box-grid2 .aadres {
    border-bottom: 1px solid #E8ECEF;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.box-grid2 table, td, th {
    border:none;
}
.box-grid2 table tr > td:nth-child(2) {
    display:none;
}
.nav1 {
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
    align-items: center;
}

    .nav1 a {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }

        .nav1 a i {
            font-size: 20px;
            line-height: 20px;
            margin-right: 7px;
        }

        .nav1 a span {
            display: block;
        }

.flex-auto {
    flex: auto;
}

.nav2 > ul > li > a {
    font-size: 1rem;
}

.nav2 {
    display: grid;
    grid-template-columns: 100px 1fr 100px;
    align-items: center;
}

.search1 {
    position:relative;
    padding-left:25px;
}
.search1 > i {
    position:absolute;
    left:0;
    top:5px;
}

    .search1 input {
        border: none;
        background: none;
        outline: 0;
        padding: 0;
        line-height: 20px;
        border-bottom: 1px solid #202020;
    }
.search1 input::placeholder {
    padding:5px 0 0 0;
    color: #000;
}

.text-red {
    color: #ff0000;
}

.text-blue {
    color: #00aeef;
}

.text-green {
    color: #38CB89;
}
.text-gray {
    color: #6c7275 !important;
}
.bg-red {
    background-color: #ff0000;
}

.bg-orange {
    background-color: #f8951e;
}

.border-bottom-1{
    border-bottom:1px solid #202020;
}
.border-bottom-1px {
    border-bottom: 1px solid #E8ECEF;
}
.border-2px {
    border: 2px solid #e8ecef;
}
.border-1px {
    border: 1px solid #e8ecef;
}
.pbox1-colors {
    list-style: none;
    padding: 0;
    margin: 0;
    display:flex;
    flex-wrap: wrap;
    gap:3px;
}

    .pbox1-colors li {
        list-style: none;
        display: inline-block;
        line-height:16px;
        /*padding: 0 2px;*/
    }
.pbox1-name {
    font-size: 16px;
    font-weight: 600;
    color: #141718;
}
.pbox1:hover a {
    color:#f00;
}
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.pbox1-header {
    position: relative;
    /*background: #e2e1df;*/
}
.pbox1-oldprice {
    color: #6C7275;
}
.pbox1-lefttop {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.pbox1-lefttop > div {
    padding:3px 15px 0 15px;
    min-height:25px;
    border-radius:3px;
}

.pbox1-discount {
    background-color: #38cb89;
    color: #fff;
    font-weight: bold;
    font-size:16px;
}

.pbox1-new {
    background-color: #fff;
    color: #1E1E1E;
    font-weight: bold;
    font-size: 16px;
}

.pbox1-favori {
    position: absolute;
    top: 15px;
    right: 15px;
}
.pbox1:not(:hover) .like-btn:not(.active) {
    display: none;
}
    .pbox1 img {
        max-width: 100%;
    }
.comment_img > div > i{
    top:-3px;
    right:-3px;
    color:#f00;
    cursor:pointer;
}
.comment_img > div > i:hover {
    color:#202020;
}
.hover-opacity-05:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.footer {
    overflow: hidden;
    color: #807E7E;
}
.subfooter {
    border-top: 2px solid #f3f5f7;
    color: #0A142F;
}
.footer h3 {
    color: #0A142F;
    font-weight:bold;
}
.nav3 a {
    line-height: 2rem;
    display: block;
}

a.link1 {
    line-height: 1.5rem;
}

.link1 > span {
    display: inline-block;
    vertical-align: top;
}

.link1 span:nth-child(1) {
    font-size: 1.8rem;
    line-height: 1.8rem;
    width: 35px;
}
.cart-btn{
    font-size:1rem;
    padding:13px 5px 11px 5px;
}
.obox-cargoname{
    min-width:335px;
}
/*
.mega-item:hover > a {
    color: #f00;
    text-decoration: underline;
}
*/
.mega-content {
    position: absolute;
    left: 0;
    right: 0;
    padding: 2rem;
    background-color: #fff;
    border-bottom: 2px solid #202020;
    z-index: 5;
}

.mega-item:not(:hover) .mega-content {
    display: none;
}

.mega-content ul {
    margin-right: 2rem;
}

.mega-col {
    min-width: 15%;
}

    .mega-col > h5 {
        font-size: 1.1rem;
    }

.mega-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: start;
}

.mega-grid-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.mega-content a {
    line-height: 1.7rem;
    font-size: 0.9rem;
    display: block;
}
.mega-content .h3 {
    font-size: 1.2rem;
    font-weight:600;
    display: block;
}
.pflex::after {
    clear:both;
    display:block;
    content:''
}
.pflex-left{
    float:left;
    width:calc(100% - 600px);
}
.pflex-right {
    float: right;
    width: 530px;
}
.cflex-left {
    max-width: calc(100% - 490px);
}

.cflex-right {
    width: 430px;
}
    .cflex-right table{
        margin-left:-8px;
        margin-right:-8px;
    }
.like-btn {
    border: none;
    background: none;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    transition: color 0.3s ease;
    width: 32px;
    height: 32px;
    background-color: #fff;
    color: #6c7275;
    border-radius: 50%;
    text-align: center;
    padding: 7px 0 0 0;
    box-shadow: 0px 0px 10px 0px rgba(207,207,207,0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(207,207,207,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(207,207,207,0.3);
}

    .like-btn:hover,
    .like-btn.active {
        color: #966314;
    }

        .like-btn:hover i:before,
        .like-btn.active i:before {
            content: '\0031';
        }

.like-btn2 {
    padding: .15rem 1rem;
    border: none;
    background: none;
    border: 1px solid #333;
    color: #333;
    border-radius: 5px;
    font-size: 1.2rem;
}

    .like-btn2:hover,
    .like-btn2.active {
        color: #966314;
        border-color: #966314;
    }

        .like-btn2:hover i:before,
        .like-btn2.active i:before {
            content: '\0031';
        }

.hover-red {
    transition: all 0.3s ease;
}

    .hover-red:hover {
        color: red;
        border-color: red;
    }

.stars {
    display: inline-block;
    letter-spacing: 0.5rem;
    font-size: 1.2rem;
    font-family: 'mtcicon';
}

    .stars:before,
    .stars:after {
        display: inline-block;
    }

    .stars:before {
        color: #ffb400;
    }

    .stars:after {
        color: #202020;
    }

    .stars[rel="1"]:before {
        content: '\0065';
    }

    .stars[rel="1"]:after {
        content: '\0065 \0065 \0065 \0065';
    }

    .stars[rel="2"]:before {
        content: '\0065 \0065';
    }

    .stars[rel="2"]:after {
        content: '\0065 \0065 \0065';
    }

    .stars[rel="3"]:before {
        content: '\0065 \0065 \0065';
    }

    .stars[rel="3"]:after {
        content: '\0065 \0065';
    }

    .stars[rel="4"]:before {
        content: '\0065 \0065 \0065 \0065';
    }

    .stars[rel="4"]:after {
        content: '\0065';
    }

    .stars[rel="5"]:before {
        content: '\0065 \0065 \0065 \0065 \0065';
    }

.palternative {
    border: 1px solid transparent;
    display: inline-block;
    transition: border-color 0.3s ease;
}

    .palternative.active,
    .palternative:hover {
        border-color: #202020;
    }

.psize-btn {
    border: 1px solid #999;
    background: none;
    outline: none;
    min-width: 110px;
    padding: 7px 10px;
    transition: color 0.3s ease;
}

    .psize-btn:hover,
    .psize-btn.active {
        color: #fff;
        background-color: #966213;
        border-color: #966213;
    }

    .psize-btn:disabled {
        color: #999;
        border-color: #999;
    }

/*
.paddcart-btn {
    color: #fff;
    background-color: red;
    border: 1px solid #ff0000;
    transition: background-color 0.3s ease;
}

    .paddcart-btn:hover {
        background-color: #ff000000;
        color: #ff0000;
    }
        */
.accordion1 {
    font-size: 12px;
    color: #141718;
}

    .accordion1,
    .accordion1 .accordion-button,
    .accordion1 .accordion-item {
        background: none;
        border-radius: 0 !important;
    }

        .accordion1 .accordion-button {
            padding: 8px 0 9px 0;
            font-size: 1.1rem;
            border: none;
            color: #000;
            font-weight: 500;
            border-bottom: 1px solid #6c7275;
            box-shadow: none;
        }

            .accordion1 .accordion-button > span {
                font-size: 1.8rem;
                margin-right: 1rem;
                line-height: 1.8rem;
                display: inline-block;
            }

        .accordion1 .accordion-item {
            border: none;
        }

        .accordion1 .accordion-body {
            padding: 10px 0;
        }

.after-none:after {
    display: none;
}

.border-radius-0 {
    border-radius: 0;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-5 {
    border-radius: 5px;
}

.mcomment-btn {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    padding-top: 11px;
}

.icon-btn {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

.cpflex-name {
    font-size: 14px;
    font-weight: 600;
}

.background-none {
    background: none;
}

.outline-none {
    outline: none;
}

.black-border {
    border: 1px solid #000;
}

.gray-border {
    border: 1px solid #6C7275;
}

.gray-border-2px {
    border: 2px solid #6C7275;
}

.gray2-border {
    border: 1px solid #e8ecef;
}

.form-check1 {
    display: flex;
    gap: 10px;
    align-items: start;
}

    .form-check1 .form-check-input {
        font-size: 22px;
        margin: 0;
    }

    .form-check1 .form-check-label {
        font-size: 16px;
        line-height: 22px;
        padding-top: 1px;
    }

.form2 .form-label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .8rem;
    color: #6C7275;
}

.form2 .form-control {
    color: #6C7275;
}
/*.cpflex-amount {
    padding: 12px 10px;
    min-width: 90px;
}

.cpflex-like {
    padding: 10px 10px;
    line-height: 1rem;
}

    .cpflex-like.active {
        color: red;
        border-color: red;
    }*/
.cpflex-adet {
    border-radius: 5px;
}

    .cpflex-adet > span,
    .cpflex-adet > button {
        line-height: 28px;
        height: 31px;
        display: block;
    }

    .cpflex-adet > span {
        padding: 3px 0 0 0;
    }

.red-btn {
    background: #f00;
    border: 1px solid #f00;
    color: #fff;
    transition: all 0.3s ease;
}

    .red-btn:hover {
        background: #fff;
        color: #f00;
    }

.pflex-adet {
    border-radius: 5px;
    background-color: #f5f5f5;
}

    .pflex-adet > span,
    .pflex-adet > button {
        padding-top: 12px;
        height: 100%;
        display: block;
    }

    .pflex-adet > span {
        min-width: 50px;
        text-align: center;
    }

.blue-btn {
    background: #1190f2;
    border: 1px solid #1190f2;
    color: #fff;
    transition: all 0.3s ease;
}

    .blue-btn:hover {
        background: #fff;
        color: #1190f2;
    }

.orange-btn {
    background: #ff6000;
    border: 1px solid #ff6000;
    color: #fff;
    transition: all 0.3s ease;
}

    .orange-btn:hover {
        background: #fff;
        color: #ff6000;
    }

.underline {
    text-decoration: underline;
}

.lh-15 {
    line-height: 1.5rem;
}

.form1 input:not([type=checkbox]):not([type=radio]),
.form1 select {
    border: none;
    border-radius: 0;
    background: none;
    outline: 0;
}

.form1 .fg {
    border-bottom: 1px solid #E8ECEF;
}

.form1 .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 13px;
}

.form1 .form-check-label {
    padding: 5px 0 0 0;
}

.form2 .form-label {
    color: #6C7275;
    font-size: .8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.bgr-none {
    border: none;
    background: none;
}

.aadres {
    max-width: 407px;
}

    .aadres > button {
        right: 16px;
        top: 12px;
        font-weight: bold;
        color: #6c7275;
    }

.pinput-btn {
    border: none;
    background: none;
    padding: 0;
    transition: all 0.3s ease;
}

    .pinput-btn:hover {
        color: #f00;
    }

    .pinput-btn:before {
        display: inline-block;
        font-family: 'mtcicon';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        padding: 3px 5px;
        content: '\0072';
    }

input[type=text] + .pinput-btn:before {
    content: '\0073';
}

.banner-btn-wrapper {
    bottom: 12%;
}

.banner-btn {
    padding: .5rem 2rem .3rem 2rem;
    background: #fff;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 3px;
}

.banner-btn-1,
.banner-btn-2:hover {
    background-color: #fff;
    color: #966314;
}

    .banner-btn-2,
    .banner-btn-1:hover {
        background-color: #966314;
        color: #fff;
    }

.pt-02em {
    padding-top: 0.2em;
}

.obox {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #141718;
    background-color: #f3f5f7;
    gap: 10px;
    width: calc(25% - 12px);
    min-height: 52px;
    border-radius: 5px;
}

    .obox.not-active {
        background-color: #fefefe;
    }

    .obox > span {
        padding-top: 3px;
    }

.cursor-pointer {
    cursor: pointer;
}

input[type='checkbox'],
input[type='radio'] {
    accent-color: #232323;
}

.bg-inputs input[type='text'],
.bg-inputs input[type='number'],
.bg-inputs textarea,
.bg-inputs select {
    background-color: #fefefe;
}

.sozlesme h2 {
    font-size: 16px;
}

.sozlesme h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.sozlesme table {
    width: 100%;
    margin: 0 0 20px;
}

    .sozlesme table td,
    .sozlesme table th {
        padding: 5px;
    }

.dropdown1 ul {
    transform: translate(0px, 55px) !important;
}

.dropdown1 li > a {
    padding: 5px 10px;
}

.hesap-left {
    width: 280px;
}

.hesap-right {
    width: calc(100% - 310px);
}

.section-img-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    grid-auto-rows: minmax(60px, auto);
    gap: 20px;
}

.products-left {
    width: 275px;
}

.products-right {
    width: calc(100% - 300px);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    grid-auto-rows: minmax(100px, auto);
    gap: 20px;
}

.order-succes {
    /*    background-image: url('../img/siparisbg.jpg');
    background-repeat: no-repeat;*/
    max-width: 735px;
    /*    min-height: 681px;*/
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.os-title {
    color: #6C7275;
}

.os-product-count {
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    right: -10px;
    top: -10px;
    padding: 7px 0 0 0;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.products-fs {
    margin: 0 0 30px 0;
}

    .products-fs h5 {
        color: #121212;
    }

    .products-fs ul {
        max-height: 250px;
        overflow-y: auto;
        padding: 0 0 4px 0 !important;
    }

    .products-fs ul,
    .products-fs li {
        list-style: none;
        margin: 0;
        color: #807E7E;
        font-weight: 600;
        font-size: 14px;
    }

    .products-fs li {
        padding: 0;
    }

        .products-fs li > label {
            display: block;
            position: relative;
            padding: 3px 0;
        }

    .products-fs input[type=checkbox] {
        display: none;
    }

        .products-fs input[type=checkbox] + span {
            position: absolute;
            right: 5px;
            top: 4px;
            font-size: 1.3rem;
            line-height: 1.3rem;
            color: #6C7275;
        }

        .products-fs input[type=checkbox]:not(:checked) + span:before {
            display: inline-block;
            background-color: #FCFCFD;
            border-radius: 3px;
            content: '';
            border: 1px solid #6C7275;
            width: 21px;
            height: 21px;
        }

        .products-fs input[type=checkbox]:not(:checked) + span.color-check:before {
            background-color: currentColor;
            border-color: #6C7275;
        }

        .products-fs input[type=checkbox]:checked + span:before {
            content: '\0075';
            font-family: 'mtcicon';
            font-style: normal;
            font-weight: normal;
            line-height: 1.3rem;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: inline-block;
            background-color: #FCFCFD;
        }

        .products-fs input[type=checkbox]:checked + span {
            color: #141718;
        }


.lmenu1 {
    background: #F3F5F7;
    border-radius: 10px;
    padding: 5px;
    color: #6C7275;
}

    .lmenu1 li {
        margin-bottom: 15px;
        padding: 0 10px;
    }

        .lmenu1 li a {
            display: block;
            padding: 7px 0;
            border-bottom: 1px solid transparent;
        }

        .lmenu1 li.active a {
            border-bottom-color: #202020;
            color: #202020;
        }

.lmenu1-avatar {
    position: relative;
    display: inline-block;
}

    .lmenu1-avatar > img {
        border-radius: 50%;
        border: 2px solid #fff;
        object-fit: cover;
    }

    .lmenu1-avatar > label {
        display: inline-block;
        border: 2px solid #fff;
        border-radius: 50%;
        background: #141718;
        width: 30px;
        height: 30px;
        position: absolute;
        color: #fff;
        padding: 7px 0 0 0;
        text-align: center;
        font-size: .8rem;
        cursor: pointer;
        right: 0;
        bottom: 0;
    }

.btn-mtc {
    border: none;
    color: #fff;
}

.btn-mtc-blue {
    background-color: #1c9eda;
}

.btn-mtc-green {
    background-color: #98ca3c;
}

.btn-mtc-red {
    background-color: #f05025;
}

.btn-mtc-orange {
    background-color: #f7941d;
}

.tr-gray > th,
.tr-gray > td {
    background-color: #e4e4e4;
}

.table1 tbody tr:nth-child(even) td {
    background-color: #efefef;
}

.favori-table td {
    vertical-align: middle;
}

.scroll1 {
    scrollbar-width: auto;
    scrollbar-color: #808080 #d1d1d1;
}

    .scroll1::-webkit-scrollbar {
        width: 6px;
    }

    .scroll1::-webkit-scrollbar-track {
        background: #d1d1d1;
    }

    .scroll1::-webkit-scrollbar-thumb {
        background-color: #808080;
        border-radius: 6px;
        border: 0px solid #ffffff;
    }

.table-scroll {
    overflow-x: auto;
}

.sepet-wrap {
    position: relative;
}

    .sepet-wrap em {
        position: absolute;
        display: inline-block;
        border-radius: 8px;
        background-color: #202020;
        color: #fff;
        font-size: 10px;
        line-height: 10px;
        width: 13px;
        height: 13px;
        font-style: normal;
        text-align: center;
        padding: 2px 0 0 0;
        left: 12px;
        top: 16px;
        pointer-events: none;
    }

        .sepet-wrap em.active {
            background-color: #ff0000;
        }

.cont1 h1 {
    font-size: 2rem;
    margin-bottom: 25px;
    font-weight: 600;
}

.cont1 h2 {
    font-size: 1.4rem;
    margin-top: 10px;
}

    .cont1 h2::after {
        content: '';
        display: block;
        height: 2px;
        width: 100px;
        background-color: #ff6000;
    }

.centered-section > div,
.section-urunler > div {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

.section-text1 {
    background-color: #966314;
    color: #fff;
    padding: 1.3rem 1rem;
    text-align: center;
}

.sh1 {
    margin-bottom: 40px;
}

    .sh1 h4 {
        font-size: 2.2rem;
        font-weight: 500;
    }

.login-left {
    background-image: url('../img/login-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.register-left {
    background-image: url('../img/register-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.form1 .form-control {
    padding: .63rem 0;
}

.bm-slider .slick-prev {
    left: 20px;
}

.bm-slider .slick-next {
    right: 20px;
}

.bm-slider .slick-arrow {
    z-index: 2;
    background-color: #fff !important;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #966314;
    --bs-btn-border-color: #966314;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #81552a;
    --bs-btn-hover-border-color: #966314;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #966314;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #81552a;
    --bs-btn-disabled-border-color: #81552a;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #377DFF;
    --bs-btn-border-color: #377DFF;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #377DFF;
    --bs-btn-disabled-border-color: #377DFF;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #333;
    --bs-btn-hover-border-color: #333;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #333;
    --bs-btn-active-border-color: #333;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000;
}

.comment-area {
    border: 2px solid #e8ecef;
    background: #fefefe;
}

.comment-avatar {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

    .comment-avatar > img {
        object-fit: cover;
    }

.cart-wrapper {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /*grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;*/
    gap: 30px;
    font-weight: 600;
}

    .cart-wrapper > button {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 17px;
        background: none;
        outline: 0;
        border: none;
        border-bottom: 2px solid #38CB89;
        padding: 0 0 26px 0;
        color: #38CB89;
        font-weight: 600;
    }

        .cart-wrapper > button span:nth-child(1) {
            display: inline-block;
            width: 42px;
            height: 42px;
            border-radius: 21px;
            background: #38CB89;
            color: #fff;
            padding: 10px 0 0 0;
        }

        .cart-wrapper > button.active {
            color: #966314;
            border-color: #966314;
        }

            .cart-wrapper > button.active span:nth-child(1) {
                background: #966314;
            }

        .cart-wrapper > button:disabled {
            color: #B1B5C3;
            border-color: #FFF;
        }

            .cart-wrapper > button:disabled span:nth-child(1) {
                background: #B1B5C3;
            }

.td-va-top td, .td-va-top th {
    vertical-align: top;
}

.line-1 {
    height: 1px;
    background-color: #E8ECEF;
}

.line-2 {
    height: 1px;
    background-color: #23262F;
}

.price-old {
    color: #6C7275;
    line-height: 1rem;
}

.price {
    line-height: 1rem;
}

.radius-bordered-1 {
    border: 1px solid #6C7275;
    border-radius: 8px;
}

.cart-list > li {
    border-bottom: 1px solid #E8ECEF;
    padding-bottom: 13px;
    margin-bottom: 16px;
}

.fs-7 {
    font-size: 0.9rem !important;
}

.fs-8 {
    font-size: 0.8rem !important;
}

.fs-9 {
    font-size: 0.7rem;
}

.fs-10 {
    font-size: 0.6rem;
}

.fs-h1 {
    font-size: 3.5rem;
}

.fs-12px {
    font-size: 12px;
}

.orderd {
    background: #f9fafb;
    padding: 1.5rem;
}

.orderd-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: space-between;
    gap: 1.5rem;
}

.orderd-box {
    background: #fefefe;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.scart, .smenu {
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 413px;
}

.smenu {
    grid-template-columns: 413px 1fr;
}

.scart-light {
    background: #00000066;
}

.scart-content {
    background: #fff;
    display: grid;
    grid-template-rows: 1fr auto;
    overflow-y: auto;
}

body:not(.scart-open) .scart,
body:not(.smenu-open) .smenu {
    display: none;
}

body.scart-open,
body.smenu-open {
    overflow: hidden;
}

.smenu-social {
    font-size: 1.3rem;
}

.login-title a {
    border-bottom: 2px solid #333;
}

    .login-title a.active,
    .login-title a:hover {
        color: #96724e;
        border-color: #96724e;
    }

.social-link {
    width: 37px;
    height: 37px;
    border: 2px solid #e8e9ec;
    border-radius: 50%;
    padding: 8px 0 0 0;
    text-align: center;
    color: #0A142F;
    line-height: 1rem !important;
}

.ticket-ul:after {
    display: block;
    clear: both;
    content: '';
}

.ticket-li {
    border: 1px solid #b7b7b7;
    border-radius: 20px;
    min-width: 100px;
    width: calc(100% - 50px);
}

.ticket-li-me {
    background-color: #d9fdd3;
}

.ticket-li-du {
    background-color: #f3f5f7;
}

.download-btn i {
    line-height: 10px;
}

.iadebox {
    border: 1px solid #f9fafb;
}

    .iadebox > header {
        background: #f9fafb;
        padding: 10px;
    }

.breadcrumb {
    font-size: 14px;
    font-weight: 500;
    color: #605F5F;
}
.product-discount2 {
    color: #D81112;
}
.pbox1-discount2 {
    padding-top: 5px;
}
.pbox1-discount2 > span {
    display: block;
    border: 1px solid #D81112;
    color: #D81112;
    padding: 3px 10px 0 10px;
	text-align:center;
}
@media (min-width: 1399.98px) {
    .product-slider.slick-slider {
        margin-right: -400px;
    }

    .pbox1-detail .pbox1-discount,
    .pbox1-detail .pbox1-new {
        font-size: 20px;
        padding: 5px 15px 2px 15px;
    }
}

@media (max-width: 1400px) {
    .cflex-right {
        width: 400px;
    }

    .cflex-left {
        max-width: calc(100% - 400px);
    }

    /*    .cpflex img {
        width: 150px;
    }*/

    .hesap-left {
        width: 200px;
    }

    .hesap-right {
        width: calc(100% - 215px);
    }
}

@media (max-width: 1200px) {
    .nav1 a {
        flex-direction: column;
        align-items: center;
        font-size: .8rem;
    }

        .nav1 a i {
            font-size: 1.7rem;
            line-height: 1rem;
            margin: 0;
        }

    .hesap-flex {
        flex-wrap: wrap;
    }

    .hesap-left {
        width: 100%;
    }

    .hesap-right {
        width: 100%;
    }

    .sh1 {
        margin-bottom: 1.5rem;
    }

        .sh1 h4 {
            font-size: 1.4rem;
            margin: 0;
        }

    .section-img-grid {
        gap: 15px;
    }
}

@media (max-width: 992px) {
    .nav1 {
        display: grid;
        grid-template-columns: 1fr 150px 1fr;
        justify-content: space-between;
    }

    .banner-btn {
        font-size: 1.5rem;
    }

    .myHeader {
        position: sticky;
        top: 0;
        z-index: 5;
        padding-bottom: .5rem !important;
        background-color: #fff;
    }

    .cflex {
        flex-wrap: wrap;
    }

    .cflex-left,
    .cflex-right {
        max-width: 100%;
        width: 100%;
    }

    .products-left {
        width: 270px;
    }

    .products-right {
        width: calc(100% - 285px);
    }

    .products-grid {
        gap: 10px;
    }

    .pflex-right,
    .pflex-left {
        float: none;
        width: 100%;
    }

    .pflex-left {
        margin-bottom: 20px;
    }

    .orderd {
        padding: .5rem;
    }

    .lmenu1 li {
        margin-bottom: 0;
    }

    .fs-h1 {
        font-size: 2.5rem;
    }

    .cart-wrapper > button {
        padding: 0 0 15px 0;
        border-color: #23262F !important;
        color: #23262F !important;
    }

        .cart-wrapper > button span:nth-child(1) {
            background: #23262F !important;
        }

    .cart-wrapper-4 button.carttab-4 {
        border-color: #966314 !important;
        color: #966314 !important;
    }

        .cart-wrapper-4 button.carttab-4 span:nth-child(1) {
            background: #966314 !important;
        }

    .cart-wrapper {
        gap: 30px;
    }

    .carttab {
        display: none !important;
    }

        .carttab.active, .carttab.active + .carttab {
            display: flex !important;
        }

    .cart-theme .btn-secondary,
    .cart-theme .btn-secondary:active {
        background: #23262F;
        border-color: #23262F;
    }

    .slick-dots {
        bottom: -30px !important;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 30px !important;
    }

    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .hide-mobile {
        display: none;
    }

    .w100-mobile {
        width: 100%;
    }

    .obox-cargoname {
        min-width: 120px;
    }

    .top-logo {
        width: 50px !important;
    }

    .m-sepet-adet {
        width: 24px;
        height: 24px;
        background: #000;
        border-radius: 50%;
        color: #fff;
        display: block;
        text-align: center;
        padding-top: 2px;
    }

    .scart {
        grid-template-columns: 1fr 380px;
    }

    .smenu {
        grid-template-columns: 380px 1fr;
    }

    .product-slider.slick-slider {
        margin-right: -150px;
    }

    .social-link {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        padding: 6px 0 0 0;
        line-height: 1rem !important;
    }

    .paddcart-btn {
        padding: 12px 10px;
    }
}

@media (max-width: 768px) {
        .nav1 a {
        font-size: .6rem;
        padding: 0;
    }

        .nav1 a i {
            font-size: 1.5rem;
            line-height: .8rem;
        }


    .container-fluid {
        --bs-gutter-x: 2rem;
    }

    .banner-btn {
        font-size: 1rem;
    }
    .stars {
        letter-spacing: 0.4rem;
    }
    .obox {
        width: calc(50% - 8px);
    }

    .products-flex {
        flex-wrap: wrap;
    }

    .products-left,
    .products-right {
        width: 100%;
    }
}
