﻿@charset "utf-8";

/*ek ayarlar 12.10.2025 nirva butik için*/

/* mobil sol menü buton rengi */
.tt-menu-toggle.stylization-02 {
    background-color: #ad765d !important;
}

/**/
.tt-mobile-header .tt-logo-container{
    height:auto !important;
    padding: 10px !important; 
}

/**/
#tt-pageContent > .container-indent:not(.nomargin):not([class^=tt-offset]){
    margin-top:0px; 
}

.tt-product-design02:not(.tt-view) .tt-description .tt-price .new-price, .tt-product:not(.tt-view) .tt-description .tt-price .new-price {
    color: #ad765d !important;
}

.tt-product-single-info .tt-price .old-price, .tt-product-single-info .tt-price .old-price .money{
    color: black !important;
}

.mobildegoster {
    display: block;
}

.tt-btn-wishlist.active {
    opacity: 1 !important;
}

.favbutton {
    background: white !important;
}

    .favbutton.active {
        background: #8c9097 !important;
        color: white !important;
    }

        .favbutton.active i {
            margin-right: 10px !important;
            top: 0 !important;
        }

.koleksiyon_img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
    padding: 10px;
    
}


.koleksiyon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .koleksiyon.left {
        flex-direction: row-reverse;
    }

    .koleksiyon .tt-description-wrapper .tt-title-large {
        font-family: "Hind", sans-serif;
        color: #191919;
        font-size: 20px;
        line-height: 40px;
        font-weight: 500;
        transition: color 0.2s linear;
    }

    .koleksiyon .tt-description-wrapper {
        text-align: center;
    }

        .koleksiyon .tt-description-wrapper .btn {
            margin-top: 12px;
        }


.googlebtn {
    border-color: #ab9c9b !important;
    background: #f3f3f3 !important;
    color: #444444 !important;
    text-transform: none;
    display: flex;
    width: 232px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 25px;
    height: 38px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    box-shadow: 0px 0px 2px 1px #7b7b7bb5;
    cursor: pointer;
    position: absolute;
    padding: 10px 10px;
}

    .googlebtn:hover {
        border-color: #dd4b39 !important;
        background: white !important;
        color: #dd4b39 !important;
        text-transform: none;
    }

    .googlebtn span.label {
        font-family: serif;
        font-weight: normal;
    }

    .googlebtn span.icon {
        background: url(/Assets/images/GoogleLogo.png) no-repeat;
        background-size: auto 60%;
        display: inline-block;
        vertical-align: middle;
        width: 34px;
        height: 39px;
        margin-top: 16px;
    }

    .googlebtn span.buttonText {
        display: inline-block;
        vertical-align: middle;
        font-size: 17px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        margin-right: 7.5%;
    }

.blur3px {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.blur2px {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.block_div {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
}

.blur3px .block_div {
    display: block;
}

.level {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}

.ops {
    display: inline-block;
    cursor: pointer;
}

    .ops.color {
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        padding: 7px 15px;
        color: #2267d8;
        margin: 7px 7px;
    }

    .ops img {
        max-height: 24px;
        max-width: 24px;
    }

    .ops.color.active {
        background-color: #ffffff;
        color: white;
        box-shadow: 0px 0px 6px 0px #604a4a;
    }

    .ops.text {
        padding: 7px 15px;
        margin: 7px 7px;
        border: 1px solid #cdcaca;
        border-radius: 10px;
        color: #000;
    }

        .ops.text.active {
            background-color: #ffffff;
            color: #000;
            font-weight: bold;
            box-shadow: 0px 0px 6px 0px #604a4a;
        }

.container-fluid {
    width: 100%;
}

.image_div_container {
    min-height: 362px;
}

.menu-sepet-icon-image {
    height: 20px;
    width: 20px;
}


.page-header__inner {
    padding: 44px 0 102px;
}

.wpfloat {
    position: fixed;
    width: 70px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 30px;
    z-index: 999999999;
}

.wpfloat2 {
    position: fixed;
    width: 70px;
    height: 60px;
    bottom: 100px;
    right: 30px;
    text-align: center;
    font-size: 30px;
    z-index: 999999999;
}

.page-header__inner h1 {
    color: white;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
    .mobildegoster {
        display: none;
    }

    .tt-btn-wishlist.active {
        opacity: 1 !important;
    }

    .favbutton {
        background: white !important;
    }

        .favbutton.active {
            background: #8c9097 !important;
            margin-right: 10px !important;
            color: white !important;
        }

            .favbutton.active i {
                margin-right: 10px !important;
                top: 0 !important;
            }

    .koleksiyon_img {
        width: 100% !important;
        height: 350px !important;
        object-fit: cover;
        padding: 26px;
        
    }

    .koleksiyon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .koleksiyon.left {
            flex-direction: row-reverse;
        }

        .koleksiyon .tt-description-wrapper .tt-title-large {
            font-family: "Hind", sans-serif;
            color: #191919;
            font-size: 80px;
            line-height: 90px;
            font-weight: 500;
            transition: color 0.2s linear;
        }

        .koleksiyon .tt-description-wrapper {
            text-align: center;
        }

            .koleksiyon .tt-description-wrapper .btn {
                margin-top: 34px;
            }


    .blur3px {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: blur(3px);
    }

    .blur2px {
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);
    }

    .block_div {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .blur3px .block_div {
        display: block;
    }

    .level {
        display: flex;
        align-items: center;
        justify-content: left;
        flex-wrap: wrap;
    }

    .ops {
        display: inline-block;
        padding: 7px 15px;
        color: #2267d8;
        margin: 7px 7px;
        cursor: pointer;
    }

        .ops.color {
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
        }

        .ops img {
            max-height: 24px;
            max-width: 24px;
        }

        .ops.active {
            background-color: #ffffff;
            color: white;
            box-shadow: 0px 0px 6px 0px #604a4a;
        }

    .container-fluid {
        width: 100%;
    }

    .image_div_container {
        min-height: unset;
    }

    .menu-sepet-icon-image {
        height: 20px;
        width: 20px;
    }


    .page-header__inner {
        padding: 44px 0 102px;
    }

    .wpfloat {
        position: fixed;
        width: 70px;
        height: 60px;
        bottom: 20px;
        right: 30px;
        text-align: center;
        font-size: 30px;
        z-index: 999999999;
    }

    .wpfloat2 {
        position: fixed;
        width: 70px;
        height: 60px;
        bottom: 100px;
        right: 30px;
        text-align: center;
        font-size: 30px;
        z-index: 999999999;
    }

    .page-header__inner h1 {
        color: white;
    }

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    .mobildegoster {
        display: none;
    }

    .tt-btn-wishlist.active {
        opacity: 1 !important;
    }

    .favbutton {
        background: white !important;
    }

        .favbutton.active {
            background: #8c9097 !important;
            color: white !important;
        }

            .favbutton.active i {
                margin-right: 0px !important;
                top: 0 !important;
            }

    .koleksiyon_img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        padding: 26px;
        
    }


    .koleksiyon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .koleksiyon.left {
            flex-direction: row-reverse;
        }

        .koleksiyon .tt-description-wrapper .tt-title-large {
            font-family: aria;
            color: #191919;
            font-size: 70px;
            line-height: 90px;
            font-weight: 500;
            transition: color 0.2s linear;
        }

        .koleksiyon .tt-description-wrapper {
            text-align: center;
        }

            .koleksiyon .tt-description-wrapper .btn {
                margin-top: 34px;
            }

    .blur3px {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: blur(3px);
    }

    .blur2px {
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);
    }

    .block_div {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .blur2px .block_div {
        display: block;
    }

    .level {
        display: flex;
        align-items: center;
        justify-content: left;
        flex-wrap: wrap;
    }

    .ops {
        display: inline-block;
        padding: 7px 15px;
        color: #2267d8;
        margin: 7px 7px;
        cursor: pointer;
    }

        .ops.color {
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
        }

        .ops img {
            max-height: 24px;
            max-width: 24px;
        }

        .ops.active {
            background-color: #ffffff;
            color: white;
            box-shadow: 0px 0px 6px 0px #604a4a;
        }

    .container-fluid {
        width: 80%;
    }

    .image_div_container {
        min-height: unset;
    }

    .menu-sepet-icon-image{
        height:20px;
        width:20px;
    }

    #tt-pageContent > .container-indent:not(.nomargin):not([class^=tt-offset]) {
        margin-top: 25px;
    }


    .page-header__inner {
        padding: 44px 0 102px;
    }

    .wpfloat {
        position: fixed;
        width: 70px;
        height: 60px;
        bottom: 20px;
        right: 30px;
        text-align: center;
        font-size: 30px;
        z-index: 999999999;
    }

    .wpfloat2 {
        position: fixed;
        width: 70px;
        height: 60px;
        bottom: 100px;
        right: 30px;
        text-align: center;
        font-size: 30px;
        z-index: 999999999;
    }

    .page-header__inner h1 {
        color: white;
    }

}
