﻿body {
    font-family: 'Century Gothic', "Nunito Sans",sans-serif !important;
    font-style: normal;
    font-size: 14.5px;
    line-height: 1.2;
    color: #555;
    background-color: #fff
}

.tukendi {
    position: absolute;
    left: 25%;
    right: 0;
    width: 50%;
    top: 45%;
    z-index: 10;
    transform: rotate(0deg);
    opacity: 0.6;
}

.yeni {
    width: 55px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-style: normal;
    font-size: 14.5px;
    line-height: 1.4
}

h1, h2, h3, h4, h5, h6 {
    color: #1b1919
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 12px
}

.money {
    font-family: 'Century Gothic','Nunito Sans';
}

.modalLink {
    font-size: 14px;
    font-weight: initial;
    color: #ff3c3c;
}

.modalEtiket {
    cursor: initial;
}

#KullaniciProfili .row {
    padding: 0px 20px;
    margin-top: 10px;
}

#KullaniciProfili label {
    text-align: left;
    padding-top: 10px;
}

.input-checkbox:checked, .input-radio:checked {
    border: none;
    -webkit-box-shadow: 0 0 0 10px #197bbd inset;
    box-shadow: 0 0 0 10px #197bbd inset;
}

.input-checkbox {
    border-radius: 4px;
}

.input-checkbox, .input-radio {
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 0 0 0 0 #197bbd inset;
    box-shadow: 0 0 0 0 #197bbd inset;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    border: 1px solid;
}

    .input-checkbox:checked:after, .input-radio:checked:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .input-checkbox:after {
        width: 10px;
        height: 8px;
        margin-left: -5px;
        margin-top: -4px;
        background-image: url(/imageIntern/intern/checkbox.png),none;
        background-image: url(/imageIntern/intern/checkbox.svg),none;
    }

    .input-checkbox:after, .input-radio:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        -webkit-transition: all 0.2s ease-in-out 0.1s;
        transition: all 0.2s ease-in-out 0.1s;
        opacity: 0;
    }

.header_top {
    background-color: #313131f0;
}

#typedtext {
    /*font-family: 'WaitingfortheSunrise', cursive;*/
    /*font-size: 16px;*/
    /*margin: 13px 50px;*/
    /*letter-spacing: 6px;*/
    /*font-weight: bold;*/
}

.duseyOrtala {
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}

@media (max-width: 736px) {
    .pupupImg {
        display: none;
    }

    .nathan-action {
        width: 20% !important;
    }
}

@media (min-width:736px) {
    .nasa-title .nasa-title-wrap span {
        font-size: 36px
    }

    .mobilthumbmenu {
        display: none;
    }
}

@media (max-width:1024px) {
    .nt_header_search {
        display: inline-block !important;
    }

    #navbar {
        display: none;
    }

    .header_section {
        margin-bottom: 0 !important;
    }
}

#menuKategoriler ul {
    margin-top: 10px;
    border: 1px dashed #d4d2d2;
}

    #menuKategoriler ul li {
        padding-right: 5px;
    }

#menuKategoriler .fa-angle-down {
    font-size: 1.2em;
    float: right;
    transform: rotate(0deg);
    transition: transform 0.4s linear;
}

    #menuKategoriler .fa-angle-down:hover {
        color: #f76b6a;
    }

    #menuKategoriler .fa-angle-down.open {
        transform: rotate(180deg);
        transition: transform 0.4s linear;
    }

#Kategoriler {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: linear-gradient(to right, #bdd1ff63, #ffcfbc94) !important;
}

@font-face {
    font-family: poiret;
    src: url('/fonts/PoiretOne-Regular.ttf');
}

.menu-section .nt_menu > li > a {
    text-transform: none;
    font-size: 18px !important;
}

.product-item .product-info-wrap .name a {
    font-size: 18px !important;
}


.thumbcat {
    max-width: 100px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

    .thumbcat img {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        opacity: 0.9;
    }

        .thumbcat img:hover {
            opacity: 1;
        }

    .thumbcat h6 {
        position: relative;
        top: -23px;
        letter-spacing: 0.1em;
        font-size: 0.9em;
    }

        .thumbcat h6:hover {
            color: #d25074;
        }

#navbar:hover {
    top: 60px !important;
}


@media (min-width: 1025px) {
    .menu-opened .nt-canvas-menu {
        display: inherit;
    }
}

.nt_filter, .spf-ordering span, .select_orderby li {
    text-transform: none;
}

b {
    font-weight: bold !important;
}

#lblUzunTanim pre {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.emoji {
    top: 40px;
    width: 35px;
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    left: 10px;
}

.profilLogo {
    max-width: 80px;
}


.single_variation_wrap .add_to_cart_button {
    background-color: black !important;
}

#RenkSeciniz, #Beden {
    color: #4f4f52 !important;
}

.blink_text {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    color: #4f4f52;
}

#bedenEtiket {
    display: none;
}

.variations.swatch_non .swatch:not(.is-color) li.is-selected {
    color: white;
    background-color: black;
    border-color: black;
}

.variations.swatch_non .swatch:not(.is-color) li:hover {
    border-color: #525252 !important;
}

.variations.swatch_non .swatch:not(.is-color) li.is-selected:hover {
    color: white !important;
}

.variations.swatch_non .swatch:not(.is-color) li:not(.is-selected):hover {
    color: #525252 !important;
}

.swatch.style_color .nt-swatch.is-selected, .product-images .p-nav .slick-current img, .swatch.style_color .nt-swatch:hover, .product-images .p-nav img:hover, .product-images .p-nav img:hover {
    border-color: #525252 !important;
}

.sp_tab-line-bottom > li.active > a:before, .variations .swatch:not(.style_color) .swatches-select > .nt_soldout:hover:before, .sp_tab-line-bottom > li > a:before {
    background-color: none !important;
}

.variations .swatch:not(.style_color) .swatches-select > .is-selected.nt_soldout:before {
    background-color: white !important;
}

.fa-whatsapp {
    color: black !important;
}

.ntck1 {
    display: none !important;
}

#nt_backtop span {
    background-color: black !important;
}

#ucSepet_btnOdeme {
    background: black !important;
}

.shipping_nt .shipping_icon.ship_congrats {
    background-color: #555 !important;
}

.shipping_nt .shipping_bar {
    background-color: #555 !important;
}

.cart-drawer__subtotal-price {
    color: #555 !important;
}

.cart-drawer__item-delete {
    color: #555 !important;
    border-bottom-color: #555;
}

.btnbildirim:hover {
    background-color: grey;
    border-color: grey;
}

.btnbildirim:focus {
    background-color: black;
    border-color: black;
}

.btnbildirim {
    background-color: white;
    border-radius: 20px;
    margin-top: 30px;
}

.nt_soldout {
    color: lightgray !important;
}

    .nt_soldout:before {
        content: "\f0f3" !important;
        font-family: FontAwesome;
        color: #ff8b54 !important;
        top: -4px !important;
        right: -10px !important;
        width: inherit !important;
        background-color: inherit !important;
    }

.btnbildirim {
    border-radius: inherit !important;
}
#ulAra {
    background-image: linear-gradient(to bottom right, #fffefe, #ececec);
    padding-right: 5px;
    max-height: 50vh;
    overflow: auto;
}

    #ulAra a {
        display: block;
    }

    #ulAra li {
        padding: 5px 0 5px 0;
        text-align: left;
    }

        #ulAra li:hover {
            background-color: beige;
        }

    #ulAra span {
        margin-left: 5px;
        font-size: smaller;
    }

    #ulAra img {
        border-radius: 5px;
    }


mark {
    background: #c4f9c1;
    color: black;
    padding: 2px 0;
}
.profilLogo {
    max-width: 150px;
}
.emoji {
    top: 40px;
    width: 35px;
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    left: 10px;
}
.formLogo{
    max-width:200px;
}
.anaMenuGoster {
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: 100% !important;
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}
.divMenuAra {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 10;
    padding: 30px;
    display: none;
}

.btnMenuAra {
    /*position: absolute;*/
    border: none;
    /*right: 0px;*/
    /*top: 1px;*/
    padding: 0 15px;
    height: 40px;
    background: #909090;
    color: #fff;
    font-size: 12px;
}

.inputMenuAra {
    -webkit-appearance: none;
    float: left;
    width: 100%;
    font-weight: 300;
    height: 40px;
    color: #000000;
    font-size: 12px;
    border: none;
    padding: 0 70px 0 20px;
    background: transparent;
    border: 1px solid #909090;
}