@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300&display=swap');
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);*/
/*@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700&amp;display=swap&amp;subset=latin-ext);*/

:root {
    --pink: #dc3545;
    --lightpink: #FFEAF5;
    font-family: Poppins
}

*{
    font-family: Poppins
}

::-webkit-scrollbar-track {
    background-color: #eeeeee;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: darkgrey
}


::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #393e46;
}

::-webkit-scrollbar-thumb:hover {
    background-color: black
}

::-webkit-input-placeholder {
    font-size: 25px
}

:-moz-placeholder {
    font-size: 25px
}

::-moz-placeholder {
    font-size: 25px
}

::-webkit-input-placeholder {
    font-size: 13px !important
}

:-moz-placeholder {
    font-size: 13px !important
}

::-moz-placeholder {
    font-size: 13px !important
}

a {
    text-decoration: none!important;
    color: #212529;
}

a:hover{
    text-decoration: none!important;
}


.toast{
    max-width: 100% !important;
}
.toast-container > div {
    color: #FFFFFF;
    opacity: 1!important;
    width: 100% !important;
    text-align: center !important;
    padding: .25rem!important;

}

.toast-success {
    background-color: #28a745!important;
    font-size: 18px;
    font-weight: 500;
}
.toast-error {
    background-color: #BD362F;
}
.toast-info {
    background-color: #2F96B4;
}
.toast-warning {
    background-color: #F89406;
}

.table td, .table th {
    padding: 3px !important;
    font-size: 14px
}

.h7 {
    font-size: .9rem !important
}

.h8 {
    font-size: .8rem
}

.h9 {
    font-size: .7rem
}

.h10 {
    font-size: .6rem
}

.bg-dark-gray {
    background-color: #ebebeb !important
}
.bg-danger{
    background-image: linear-gradient(to right top, #ed213a, #d62632, #bf292a, #a92a24, #93291e);
}

.search-bar {
    border-radius: 5px;
    padding: .8rem;
    border-right: none
}

.search-btn {
    border-left: none;
    border-color: #ced3db;
    background: 0 0;
    color: #dc3545
}

.navbar-link {
    text-decoration: none;
    color: #a5a5a5;
    transition: .5s
}

.navbar-link:hover {
    text-decoration: none;
    color: #000;
    transition: .5s
}

.navbar-menu {
    color: #404040;
    text-decoration: none;
    transition: .5s
}

.discount:hover, .navbar-menu:hover {
    color: #dc3545;
    border-bottom: 1px solid #dc3545;
    text-decoration: none;
    transition: .5s
}

.email-btn {
    background-color: #dc3545;
    color: #000;
    font-size: .9rem
}



.discount {
    color: red
}

.slider-btn {
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #333;
    color: #000;
    transition: .5s
}

.slider-btn:hover {
    text-decoration: none;
    background-color: #393e46;
    color: #fff;
    border: 1px solid #393e46;
    transition: .5s
}

.carousel-control-next {
    color: #dc3545 !important;
    opacity: unset !important
}

.carousel-control-prev {
    color: #dc3545 !important;
    opacity: unset !important
}

.line-height {
    line-height: 100%
}

/*.text-pink {*/
/*    color: #79a5a5  !important*/
/*}*/
.text-pink {
    color: var(--main-color) !important
}
.text-price {
    color: var(--main-color) !important
}
.text-pink-50 {
    color: #dc3545;
    opacity: .5
}



.baloncuksepet {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    animation-name: movie2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    position: relative;
    z-index: 1;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    line-height: 17px;
    font-size: 17px;

}


.baloncuksepet::after{
    position: absolute;
    content: "";
    border: 5px solid transparent;
    left: 50%;
    border-top:5px solid #d52632 !important;
    transform: translateX(-50%);
    top: 100%;
}


.baloncuk {
    transform: translateX(-50%);
    position: relative;
    background-color: var(--main-color) !important;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    z-index: 1;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    line-height: 23px;

}

.baloncuk2 {
    width: 1px;
    position: relative;
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
    animation-name: movie;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.baloncuk2 span {
    text-transform: uppercase !important;
    padding-left: .6rem !important;
    padding-right: .6rem !important;
}

.baloncuk:hover {
    color: #fff;
}

.baloncuk::after{
    position: absolute;
    content: "";
    border: 5px solid transparent;
    left: 50%;
    border-top:5px solid var(--main-color) !important;
    transform: translateX(-50%);
    top: 100%;
}

.text-black {
    color: #000
}

.text-underline {
    text-decoration: none;
    color: inherit
}

.text-underline:hover {
    text-decoration: none;
    color: inherit
}

.bg-pink {
    background-color: #393e46
}

.bg-lightpink {
    background-color: #ffeaf5
}

.bg-flesh {
    background-color: #fde2e3
}

.bg-lightflesh {
    background-color: #ffdfe1
}

.bg-lightgray {
    background-color: #f3f6f9
}

.bg-red {
    background-color: #ff003b
}

.btn-pink {
    color: #fff !important;
    background-color: #393e46 !important;
    border-color: #393e46 !important
}

.btn-pink:hover {
    background-color: black !important;
    border-color: black !important;
}

.item-img {
    width: 100% !important;
    transition: .5s
}

.item-img:hover {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    transition: .5s
}

.item-img-link {
    text-decoration: none
}

.item-img-link span {
    font-size: 12px;
    font-weight: 700
}

.item-img-link:hover {
    text-decoration: none
}

.size-active {
    color: #000;
    font-weight: 700 !important
}

.size-inactive {
    color: rgba(0, 0, 0, .5);
    font-weight: 700
}

.btn-sizes {
    border: 1px solid #ccc;
    text-align: center !important;
    color: #000;
    font-weight: 300 !important;
    padding: 1% 10%;;
    text-decoration: none;
    transition: .5s;
}

.btn-sizes:hover {
    background-color: #393e46;
    color: white;
    border: 1px solid #393e46;
    text-decoration: none
}

.stock-alert-text {
    position: relative;
}

.stock-alert-text:before {
    position: absolute;
    content: ' ';
    left: -18px;
    bottom: 41%;
    width: 55px;
    border-top: 3px solid;
    border-color: #393e46;
    border-radius: .25rem;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(320deg);
    transition: all .5s
}

.stock-alert-text:after {
    content: "\f0f3";
    font-family: "Font Awesome 5 Free" !important;
    padding: 0px 3px;
    position: absolute;
    right: -20px;
    top: -15px;
    color: #6c757d;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 19px;
    height: 19px;
    font-size: 12px;
    background-color: #fff;
    line-height: 19px
}

.favorite {
    border: 1px solid #ccc;
    color: #969696
}

.favorite:hover {
    background-color: rgba(190, 190, 190, .1)
}

.border-content {
    border-bottom: #d3d3d3 2px solid
}

.product-content {
    color: rgba(0, 0, 0, .5);
    padding: 8px !important;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3
}

.product-content:hover {
    color: #000;
    padding: 8px;
    text-decoration: none;
    border-bottom: 1px solid #000
}

.product-content:active {
    color: #000;
    border-bottom: 2px solid !important;
    border-bottom-color: #ffeaf5 !important
}

.nav-tabs .nav-link {
    border-bottom: 2px solid !important;
    border-bottom-color: #c2c2c2 !important
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: 3px solid !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-bottom-color: #dc3545 !important
}

.product-content:focus {
    color: #000;
    border-bottom: 1px solid #000
}

/*.tab-content p {
    padding-top: 8px !important;
    color: #000;
    text-align: justify
}*/

.nav-tabs {
    font-size: 13px !important;
    font-weight: 700 !important
}

.tab-menu-row {
    font-size: 14px !important
}

.btn-feature {
    cursor: pointer
}

.btn-feature p {
    transition: all .4s
}

.btn-feature i {
    transition: all .4s
}

.btn-feature:hover p {
    color: #000 !important;
    transition: all .4s
}

.btn-feature:hover i {
    color: #000 !important;
    transition: all .4s
}

.btn-order-green {
    color: green;
    border: 1px solid green;
    transition: .5s
}

.btn-order-green:hover {
    color: green;
    background-color: rgba(0, 255, 0, .1);
    transition: .5s
}

.btn-order-red {
    color: red;
    border: 1px solid red;
    transition: .5s
}

.btn-order-red:hover {
    color: red;
    background-color: rgba(255, 0, 0, .1);
    transition: .5s
}

.back-to-top {
    z-index: 999;
    position: fixed;
    bottom: 100px;
    right: 26px;
    width: 40px;
    height: 40px;
    background: #f3f6f9;
    border: none;
    border-radius: 50%;
    box-shadow:rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    transition: all .3s;
}
.back-to-top {
    z-index: 999;
    position: fixed;
    bottom: 100px;
    right: 26px;
    width: 40px;
    height: 40px;
    background: #f3f6f9;
    border: none;
    border-radius: 50%;
    box-shadow:rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    transition: all .3s;
}

.back-to-top2 {
    z-index: 999;
    position: fixed;
    bottom: 100px;
    right: 26px;
    width: 40px;
    height: 40px;
    background: #f3f6f9;
    border: none;
    border-radius: 50%;
    box-shadow:rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    transition: all .3s;
}


.navbar-icon-size {
    font-size: 1.2rem
}



.whatsapp-scroll {
    position: fixed;
    color: green;
    bottom: 25px;
    left: 25px
}

.whatsapp-scroll:hover {
    color: green
}

.discount-band {
    text-align: center;
    background-color: red;
    color: #fff;
    border-radius: .3rem;
    margin-bottom: 25px
}

.search-input {
    background-color: #fff
}


.discount-price {
    margin-left: 5px
}

.header-icon{
    font-size: 24.8px!important;
    cursor:pointer;
}

@media only screen and (max-width: 980px) {
    .m-account-menu {
        display: none !important
    }

    .kkduyuru{
        font-size: 17px;
    }
}

@media (min-width: 576px) {
    .m-account-menu {
        display: none
    }

    .discount-band {
        font-size: 11px
    }

    .discount-price {
        font-size: 11px
    }
}

@media (max-width: 325px) {
    .product-content {
        font-size: 0.75rem !important;
        border: 0 !important;
    }

    .cart-wrap::-webkit-scrollbar {
        display: none;
    }
    .cart-wrap{
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .mobileProductTab {
        flex-flow: row !important;
        max-width: 1000px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap
    }

    .logo {
        width: 145px !important;
    }

    .logo-i {
        padding: 5px !important;
        font-size: 1.25em !important;
    }
    .search-input{
        /*background-color: #f9f9f9;*/
    }


    .header-icon{
        font-size: 1.48rem!important;
    }



}

@media (max-width: 576px) and (min-width: 350px) {
    .letter-spacing-sm-2 {
        letter-spacing: 2px !important;
    }

    .cart-wrap::-webkit-scrollbar {
        display: none;
    }
    .cart-wrap{
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .discount-band {
        font-size: 10px
    }

    .mobileProductTab {
        flex-flow: row !important;
        max-width: 1000px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap
    }

    .discount-price {
        font-size: 12px
    }

    .product-content {
        font-size: 10px !important
    }

    .logo {
        width: 145px !important;
    }

    .logo-i {
        padding: 5px !important;
        font-size: 1.25em !important;;
    }
    .search-input{
        /*background-color: #f9f9f9;*/
    }


    .header-icon{
        font-size: 1.35rem!important;
        cursor:pointer;
    }



}


@media (min-width: 768px) {
    .discount-band {
        font-size: 14px
    }

    .m-account-menu {
        display: none
    }

    .discount-price {
        font-size: 15px
    }

    .product-content {
        font-size: .9rem !important
    }


}

@media (min-width: 992px) {
    .discount-band {
        font-size: 13px;
        padding: 3px 10px
    }

    .discount-price {
        font-size: 15px
    }

    .m-account-menu {
        display: block
    }

    .search-menu {
        display: none
    }

    .badge {
        right: 0 !important
    }

    .product-content {
        font-size: .8rem !important
    }
}

@media only screen and (max-width: 575px) {
    .pd-image {
        float: none;
        display: inline-block;
        width: 100%;
        margin: 0 0 0 1%;
        padding: 0 !important
    }

    .discount-area {
        height: 40px;
        width: 40px;
        top: 10px;
    }

    /*   .pd-image-container {
           background-color: #fdfdfd;
           white-space: nowrap;
           overflow-y: hidden;
           overflow-x: scroll;
           -webkit-overflow-scrolling: touch;
           width: 100%;

           -ms-overflow-style: none;
           scrollbar-width: none
       }*/
}

@media (min-width: 1200px) {
    .discount-band {
        font-size: 14px
    }

    .discount-price {
        font-size: 19px
    }

    .m-account-menu {
        display: block
    }

    .badge {
        right: -9px !important
    }

    .search-menu {
        display: none
    }
}

.options-color {
    float: right;
    display: block;
    border-radius: 200px;
    width: 25px;
    height: 25px
}

.cursor-pointer {
    cursor: pointer !important
}

.category-right-tool a:hover {
    text-decoration: none !important
}

.category-sidebar-scroll {
    overflow-y: auto;
    max-height: 250px !important
}

.serach-bar-rounded-left {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important
}

.tab-pane button {
    font-size: 15px !important;
    color: #7d7d7d
}

.tab-pane .card-body {
    font-size: 13px
}

.tab-pane button:hover {
    color: #7d7d7d;
    text-decoration: none
}

.serach-bar-rounded-right {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}


.navbar-menu-list a {
    font-size: 17px !important
}

.navbar-menu-list button {
    font-size: 13px !important
}

.h-baslik {
    font-weight: 600;
    font-size: 19px
}

.hakkimizda p {
    font-size: 13px !important
}

.hakkimizda-yazi p {
    font-size: 13px;
    color: #545454;
    line-height: 24px
}

.hakkimizda .card-body {
    padding: 6px
}

.hakkimizda-baslik {
    font-size: 13px;
    font-weight: 600;
    color: #dc3545
}

.hakkimizda-yazi h4 {
    font-size: 15px;
    font-weight: 600
}

.h-renk {
    background-color: #f1f1f1
}

.StokAlarm {
    position: absolute;
    z-index: 2;
    padding-top: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    visibility: hidden
}

.alerttooltip {
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    color: #a7a7a7!important;
    background-color: #d6d6d6;
}

.alerttooltip:hover .stock-alert-text {
    color: #393e46;
    transition: .3s
}

.alerttooltip:hover .stock-alert-text:after {
    color: #393e46;
    border-color: #393e46;
    transition: .3s
}

.stock-alert-text {
    transition: .3s
}

.alerttooltip .tooltiptext {
    visibility: hidden;
    max-width: 380px;
    width: 340px;
    bottom: 30%;
    margin-left: 0;
    margin-bottom: 30px !important;
    background-color: #fff;
    color: #7d7d7dd9;
    text-align: left;
    border: 2px solid #393e46;
    border-radius: 10px;
    box-shadow: 10px 13px 30px -30px #909090;
    position: absolute;
    -webkit-transition-duration: .3s;
    z-index: 1;
}


.alerttooltip .tooltiptext p {
    margin-right: 5px;
    margin-left: 10px;
    font-size: 14px
}

.alerttooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #393e46 transparent transparent transparent
}

.alerttooltip:hover .tooltiptext {
    opacity: 1;
    visibility: visible
}

.text-pinterest {
    color: #e60023
}

.bg-pinterest {
    background-color: #e60023
}

.text-wp {
    color: #25d366
}

.bg-wp {
    background-color: #25d366
}

.text-fb {
    color: #4267b2
}

.bg-fb {
    background-color: #4267b2
}

.bg-fb:hover {
    opacity: .8 !important
}

.fa-main {
    padding: 20px !important;
    font-size: 30px !important;
    min-width: 72px !important;
    text-align: center !important;
    text-decoration: none !important;
    margin: 5px 2px !important;
    border-radius: 50% !important
}
/*
.fa:hover {
    opacity: .7;
    color: #fff
}
*/

.fa-facebook, .fa-facebook-f {
    background: #3b5998 !important;
    color: #fff !important
}

.fa-twitter {
    background: #55acee;
    color: #fff
}

.fa-google {
    background: #dd4b39;
    color: #fff
}

.fa-linkedin {
    background: #007bb5;
    color: #fff
}

.fa-youtube {
    color: #b00
}

.fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-pinterest, .fa-pinterest-p {
    background: #cb2027;
    color: #fff
}

.fa-pinterest-p:hover, .fa-twitter:hover, .fa-whatsapp:hover {
    color: #fff;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: #fff;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000
}

.fa-whatsapp-color {
    color: #fff;
    background-color: #25d366
}

.psocial .fa-whatsapp {
    color: #fff;
    background-color: #25d366
}

.fa-skype {
    background: #00aff0;
    color: #fff
}

.fa-android {
    background: #a4c639;
    color: #fff
}

.fa-dribbble {
    background: #ea4c89;
    color: #fff
}

.fa-vimeo {
    background: #45bbff;
    color: #fff
}

.fa-tumblr {
    background: #2c4762;
    color: #fff
}

.fa-vine {
    background: #00b489;
    color: #fff
}

.fa-foursquare {
    background: #45bbff;
    color: #fff
}

.fa-stumbleupon {
    background: #eb4924;
    color: #fff
}

.fa-flickr {
    background: #f40083;
    color: #fff
}

.fa-yahoo {
    background: #430297;
    color: #fff
}

.fa-soundcloud {
    background: #f50;
    color: #fff
}

.fa-reddit {
    background: #ff5700;
    color: #fff
}

.fa-rss {
    background: #f60;
    color: #fff
}

.make-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100% !important;
    min-height: 100% !important
}

.make-scroll-x {
    overflow-x: scroll
}

.max-min-height-330 {
    max-height: 286px !important;
    min-height: 286px !important
}

.border-pink {
    border-color: #dc3545
}


.border-dark {
    border-color: #393e46!important;
}

.sss-card-active {
    border-color: #dc3545;
    color: #dc3545
}

.sss-card-active a {
    border-color: #dc3545;
    color: #dc3545
}

.forgat-remember-div label {
    font-size: 12px !important;
    font-weight: 700 !important;
    vertical-align: middle !important
}

.forgat-remember-div a {
    font-size: 12px !important;
    font-weight: 700 !important;
    vertical-align: middle !important
}

.forgat-remember-div input {
    font-size: 12px !important;
    font-weight: 700 !important;
    vertical-align: middle !important
}

.separator {
    display: flex;
    align-items: center;
    text-align: center
}

.separator::after, .separator::before {
    content: '';
    flex: 1;
    border-bottom: 1px dashed #d7d7d7
}

.separator::before {
    margin-right: .25em;
    margin-top: .25rem;
}

.separator::after {
    margin-left: .25em;
    margin-top: .25rem;
}

.form-btn-div button {
    font-size: 13px !important
}

.form-btn-div a {
    font-size: 13px !important
}

.taksit-card img {
    height: 24px !important;
    object-fit: scale-down
}

.taksit-list-group .list-group-item {
    font-size: 11px !important
}

.taksit-list-group {
    font-size: 11px !important
}




.pink-icon-a i:hover {
    color: #d696b8 !important
}


.hizli-kargo-p {
    font-size: 13px !important;
    font-weight: 700 !important
}

.fiyat-dustu {
    font-size: 13px !important
}




.dropdown-content a:hover {
    background-color: #ddd
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41
}

.btn-dark-gray {
    background-color: #ebebeb;
    font-size: 13px
}

.btn-dark-gray:hover {
    opacity: .7
}

.guvenle-satin-al-btn {
    font-size: 18px
}

.sepet-adet-td {
    width: 130px
}

.sepet-adet-td span {
    font-size: 13px !important
}

.sepet-adet-td a {
    text-decoration: none !important;
    height: 90% !important
}

.content-text {
    color: #dc3545
}

.card-body h5 {
    font-size: 16px
}

.content-body {
    background-color: #f1f1f1;
    width: 100%
}

.card-body .card-title {
    font-size: 13px
}

.card-item {
    cursor: pointer;
    border-radius: 7px;
    font-size: 10px
}

.container .card-deck {
    width: 1428px;
    touch-action: pan-x
}

.card-header button {
    font-size: 13px !important;
    font-weight: 700 !important
}


.tap-item-content {
    font-size: 12px
}

body .favori {
    background-color: #f7f7f7
}

.favori-btn {
    font-size: smaller;
    font-weight: 600;
}

.favori-btn {
    font-size: smaller;
    font-weight: 600
}

.favori-btn:hover {
    background-color: #393e46;
}

.font-weight-sbold {
    font-weight: 500 !important;
}


.urunTukendi {
    background-color: #e4e4e4;
    width: 7.8rem
}

.dropdown {
    font-size: 12px
}



.fiyatButton a {
    font-size: .7rem
}

.fiyatButton .btn-pink {
    font-size: .8rem
}

.hesapForm label {
    font-size: .7rem;
    font-weight: 590
}

.hesapForm legend {
    font-size: .7rem;
    font-weight: 590
}

.hesapForm select {
    font-size: .7rem
}

.infoCheck label {
    font-weight: lighter
}

.favoriBosListe h5 {
    font-size: 1rem;
    font-weight: 600
}

.favoriBoslite a:hover {
    background-color: #e83e8c !important;
    color: #fff
}

.btn-outline-pink {
    border-style: solid;
    border-color: #ccc !important
}

.btn-outline-pink:hover {
    border-style: solid;
    border-color: #393e46 !important;
    background-color: #393e46 !important;
    color: #fff
}

.yuvarlak {
    width: 150px;
    height: 150px;
    border-style: dashed !important;
}

.spButton {
    font-size: .8rem
}

.w-85 {
    width: 85% !important
}

.w-95 {
    width: 95% !important
}

.w-30 {
    width: 31.5% !important
}

.w-27 {
    width: 26.58% !important
}

.gender {
    font-size: .8rem !important;
    padding-top: 2px
}

.daySelect {
    margin: 2px
}


.order-outline-border {
    border: 1px solid #5cb85c
}

.truncate {
    width: 278px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.strip-bg-gray {
    background-color: #e9ecef
}

.border-bottom-dashed {
    border-bottom: 1px dashed #e8e8e8
}

.border-top-dashed {
    border-top: 1px dashed #e8e8e8
}

.address-border {
    border: 1px solid;
    border-color: #393e46 !important
}

.border-active-pink {
    border: 2px solid;
    border-color: #393e46 !important
}

.border-3 {
    border: 3px solid
}

.border-2 {
    border: 2px solid rgba(0, 0, 0, .125)
}

.teslim-icon {
    font-size: 2rem !important
}

.teslim-aldim-card-btn:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14);
    border: 2px solid #dcdcdc
}

.teslim-aldim-card-btn:hover .teslim-icon {
    color: #00a000 !important;
    font-size: 2rem !important
}

.teslim-almadim-card-btn:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14);
    border: 2px solid #dcdcdc
}

.almadim-icon {
    font-size: 2rem !important
}

.teslim-almadim-card-btn:hover .almadim-icon {
    color: #00a000 !important;
    font-size: 2rem !important
}

.neden-iade-card-btn:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14);
    border: 2px solid #dcdcdc
}

.iade-kargoya-verdim-div:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14);
    border: 2px solid #dcdcdc
}

.neden-ulasmadi-card-btn:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14);
    border: 2px solid #dcdcdc
}

.btn-lg {
    font-size: 1.8rem !important
}



.w-25 {
    width: 25% !important
}

.btn.btn-dark[disabled] {
    background-color: #d6cece;
    border-color: #d6cece
}

.cursor-pointer {
    cursor: pointer !important
}

.fa-twitter-square1 {
    color: #1da1f2
}

.flags .borderless td, .borderless th {
    border: none !important
}

.kredi-btn-active {
    background-color: #fff;
    color: #dc3545 !important
}

.kredi-btn[aria-selected=true] {
    background-color: #fff;
    color: #dc3545 !important
}

.kupon-left-border {
    border-left: 10px dotted #e0e0e0
}

ul {
    list-style: none
}

.nav-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 20px;
    bottom: 0;
}

.nav-top .hamburger {
    margin-left: auto;
    color: #fff;
    cursor: pointer
}

.nav-drill {
    margin-top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.nav-is-toggled .nav-drill {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.nav-is-toggled::after {
    opacity: 1;
    visibility: visible
}

.filters {
    z-index: 101
}

.nav-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0, 0, 0, .5);
    z-index: 110;
    display: none
}

.nav-drill {
    display: -webkit-box;
    display: flex;
    position: fixed;
    z-index: 1000;
    /*top: 0;*/
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .45s;
    transition: .45s
}

.nav-items {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    padding: 0;
    height: 100%;
    position: absolute;
    /*overflow: auto;*/
    width: 100%;
}



.nav-item:not(last-child) {
    border-bottom: 1px dashed #e6e6e6;
}

.nav-link {
    display: block;
    padding: .875em 1em;
    background-color: #fff;
    color: #000;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 300
}

.nav-expand-content {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden
}

.nav-expand-content .nav-item:not(:last-child) {
    border-bottom: solid 1px #ddd
}

.nav-expand-content .nav-back-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    /*background-color: #393e46 !important;*/
    color: #000
}

.nav-expand-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.nav-expand.active > .nav-expand-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}

.filter-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: .3s
}

.filter-nav .filter-items {
    text-decoration: none;
    transition: .3s !important
}

.filter-nav .filter-items:hover {
    color: #dc3545 !important
}

#main {
    transition: margin-left .5s;
    padding: 16px
}

.filter-nav-2 {
    height: 85%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: .2s
}

.filter-btn {
    position: absolute;
    bottom: 2px;
    left: 10px;
    right: 10px
}

.sort-bg {
    background-color: #f5f5f5
}

@media screen and (max-height: 450px) {
    .filter-nav {
        padding-top: 15px
    }

    .filter-nav a {
        font-size: 14px
    }
}

@media screen and (max-height: 450px) {
    .filter-nav-2 {
        padding-top: 15px
    }

    .filter-nav a {
        font-size: 14px
    }
}

.lblCartCount {
    margin-left: -10px;
    position: absolute;
    transition: .3s;
    background: #dc3545;
    color: #fff;
    border: 2px solid #dc3545;
    border-radius: .5rem !important;
    width: 16px;
    height: 16px;
    top: 1px!important;
}

.favoriteCount {
    margin-left: -10px;
    transition: .3s;
    background: #dc3545;
    color: #fff;
    border: 2px solid #dc3545;
    border-radius: .5rem !important;
    width: 16px;
    height: 16px;
    left: 170px;
    top: 36px!important;
}

.badge {
    display: inline-block;
    padding: 3px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    right: -38%;
    top: -75%
}

.badge-warning[href], .label-warning[href] {
    background-color: #c67605
}

.search-page {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 9999
}

.m-account-menu {
    display: flex
}

.dropdown:hover > .dropdown-menu {
    display: block
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none
}

.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #495057 !important;
}

.owl-carousel .item {
    text-align: center
}

/* Kategorilerde mobil tarayıcılar carousel kaydırma esnasında titreme yapıyor */
.owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 27% !important
}

.owl-carousel .owl-next.disabled, .owl-carousel .owl-prev.disabled {
    pointer-events: none;
    opacity: .2
}

.owl-carousel .prev-slide {
    background: url(https://www.erbilden.net/assets/image/left-chev-ince.svg) center center no-repeat;
    left: -3%
}

.owl-carousel .next-slide {
    background: url(https://www.erbilden.net/assets/image/right-chev-ince.svg) center center no-repeat;
    right: -3%
}

.owl-carousel .prev-slide:hover {
}

.owl-carousel .next-slide:hover {
}

span.img-text {
    text-decoration: none;
    outline: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize
}

.input-group-btn {
    height: 2.4rem !important
}

span.img-text:hover {
    color: #2caae1
}

@media only screen and (max-width: 576px) {


    input-group {
        margin-right: 105px !important
    }
}

@media only screen and (min-width: 576px) {
    .make-scroll-y {
        padding-left: 20px
    }
}

@media (min-width: 320px) and (max-width: 581px) {
    .hizli-kargo-p {
        font-size: 12px !important
    }

    .input-adet {
        max-width: 37% !important;
        height: 25px !important;
        font-size: 13px !important;
        padding: 0
    }

    .input-adet:read-only {
        user-select: all
    }

    .cop-kutusu {
        font-size: .875em
    }

    .sepet-urunler {
        font-size: 15px !important
    }

    .siparis-bilgileri {
        font-size: 12px !important
    }

    .siparis-baslik-bilgileri {
        font-size: 17px !important
    }

    .all-clear {
        font-size: .6rem !important
    }
    .make-scroll-y {
        display: flex;
        flex-direction: row;
        width: 1600px;
        flex-flow: nowrap
    }

    .w-14 {
        width: 14%
    }

    .card-header button {
        font-size: 14px !important;
        font-weight: 400 !important;
        text-align: left
    }

    .contact-text {
        font-size: .8rem !important
    }

    .hesapno-text {
        font-size: .8rem
    }

    .border-right-none {
        border-right: none !important
    }

    .odeme-sekli-text {
        font-size: .7rem !important
    }

    .border-right-none {
        border-right: none !important
    }

    .kupon-left-border {
        border-left: none
    }

    .indirim-kodu {
        font-size: .9rem !important
    }

    .fa-percent {
        font-size: 4rem !important
    }

    .private-text {
        font-size: 1.25rem !important
    }

}

.contact-bg {
    background-color: #efefef !important;
    transition: all .3s;
}

.contact-bg:focus {
    box-shadow: none;
    border-bottom: 2px solid #393e46;
    outline: none;
    transition: all .3s;
    padding-left: 10px;
}

.search-rounded {
    border-radius: 6px;
    position: relative;
    z-index: 20;
    font-family: 'Poppins'
}



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
    .odeme-bilgileri {
        font-size: .8rem !important
    }

    .siparis-bilgileri {
        font-size: 13px !important
    }

    .siparis-baslik-bilgileri {
        font-size: 17px !important
    }
}

.filter-title {
    font-size: 10px !important;
    font-weight: lighter !important
}

.product-types:focus {
    background: #dc3545;
    transition: .5s
}

.color-search input:focus {
    outline: 0
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.e-logo {
    color: #ebebeb !important
}

.input-ranger {
    height: 30px !important
}

/* TEXT FONT */
* {
    outline: 0;

}

.form-control {
    background-color: #eaeaea33;
    border-color: #eaeaea;
}

.owl-theme:focus {
    outline: none;
}

.btn:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.font-weight-mbold {
    font-weight: 600 !important;
}


/*   MEGA MENU NAVBAR  */
.bg-biskuit {
    background-color: #ffeddf;
}

.mega-navbar {
    background-color: #ffffff;
}

.mega-navbar .border-right {
    float: left;
    color: #404040;
    font: 400 14px/18px Poppins;
    position: relative;
    border: 1px solid #fff0;

}

.mega-navbar a:hover {
    cursor: pointer;
    text-decoration: none;

}

.mega-dropdown {
    float: left;
    /*overflow: hidden;*/
    margin: 0;
    transition: all 600ms;
}

.mega-dropdown .mega-dropbtn {
    color: #404040;
    font-size: 14px !important;
    line-height: 46px;
    border: none;
    outline: none;
    background-color: inherit;
    font: inherit;
    margin: 0;
    display: flex;
    align-items: center;

}

.mega-dropbtn a >:last-child{
    /* border-right: none!important; */
}

.mega-dropdown .navbar-link {

    float: left;
    color: #000;
    font-size: 15px;
    padding: 10px 17px;
    position: relative;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.navbar-link:before {

    content: "";
    position: absolute;
    left: 0;
    height: 50%;
    width: 1px;
    border-left: 1px solid #e2e6eb;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.mega-dropbtn:last-child a:after {
    content: "";
    position: absolute;
    right: 0;
    height: 50%;
    width: 1px;
    border-left: 1px solid #e2e6eb;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

.mega-dropdown a {

    float: left;
    color: #404040;
    font-size: 15px;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
    text-align: left;
    line-height: 18px;
    font-weight: 400;
    transition:  all .450ms;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s

}

.mega-navbar .nav-item {
    transition: .3s;
    border: 1px solid transparent;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.mega-navbar .nav-item:hover {
    border-bottom:2px solid var(--main-color) !important;
    transition: all .450ms;
}

.mega-navbar .nav-item:hover span{
    /*color:var(--main-color) !important;*/
    transition: all .450s;
}

.product-title {
    border: 1px solid #fff0;
    transition: 350ms;
    z-index: 99988;
}

.product-title:hover {
    border-left: 4px solid #393e46 !important;
    border-right: 4px solid #393e46 !important;
    border-right: 4px solid #393e46 !important;
}

.product-item {
    border: 1px solid #fff0;
    transition: 350ms;
    z-index: 99988;

}

.product-item:hover {
    /*border-left: 4px solid #393e46 !important; */
}

.product-item > a:nth-child(1):hover {
    border-left: 4px solid var(--main-color) !important;
    color: var(--main-color);
    font-weight: 500;
}


.mega-dropdown-triple-binary-picture .ccd a {
    color:var(--main-color) !important;
}

.single-all-button {
    position: absolute;
    bottom: 9px;
    font-weight: bold;
    border: 1px solid #fff0;
    transition: 350ms;
}

.single-all-button:hover {
    border-left: 4px solid #393e46 !important;


}

/*noinspection CssUnknownTarget*/
.mega-dropdown-content-single-np {
    width: 240px;
    min-height: 356px !important;
    position: absolute;
    background-color: #fff;
    /*top: 42px;*/
    float: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 25ms, visibility 25ms;
    transition: opacity 25ms, visibility 25ms;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom: 10px solid #393e46;
}

.mega-dropdown-content-single-picture {
    width: 525px;
    min-height: 356px !important;
    position: absolute;
    float: left;
    pointer-events: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    opacity: 0;
    margin-top: 3px;
    -webkit-transition: opacity 25ms, visibility 25ms;
    transition: opacity 25ms, visibility 25ms;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom: 10px solid #393e46;


}

.mega-dropdown-content-binary-np {
    width: 63%;
    min-height: 356px !important;
    position: absolute;
    background-color: #fff;
    top: 42px;
    float: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    padding: 20px 240px 20px 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 25ms, visibility 25ms;
    transition: opacity 25ms, visibility 25ms;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom: 10px solid #393e46;

}

.mega-dropdown-content-binary-picture {
    width: 90%;
    min-height: 356px !important;
    position: absolute;
    background-color: #fff;
    top: 42px;
    left: auto;
    float: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    padding: 20px 240px 20px 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 25ms, visibility 25ms;
    transition: opacity 25ms, visibility 25ms;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom: 10px solid #393e46;

}

.mega-dropdown-content-triple-np {
    width: 95%;
    min-height: 356px !important;
    position: absolute;
    background-color: #fff;
    top: 42px;
    left: 0;
    right: 0;
    float: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    padding: 20px 240px 20px 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 25ms, visibility 25ms;
    transition: opacity 25ms, visibility 25ms;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom: 10px solid #393e46;

}

.mega-dropdown-content-triple-picture {
    width: 120%;
    min-height: 356px !important;
    position: absolute;
    background-color: #fff;
    top: 42px;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    padding: 20px 240px 20px 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 25ms, visibility 25ms;
    transition: opacity 25ms, visibility 25ms;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom: 10px solid #393e46;

}

.mega-dropdown-content-quaternary-np {
    width: 119%;
    min-height: 356px !important;
    position: absolute;
    background-color: #fff;
    top: 42px;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    padding: 20px 240px 20px 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 25ms, visibility 25ms;
    transition: opacity 25ms, visibility 25ms;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom: 10px solid #393e46;

}

.mega-dropdown-content-quaternary-picture {
    width: 150%;
    min-height: 356px !important;
    position: absolute;
    background-color: #fff;
    left: -140px;
    top: 42px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    padding: 20px 240px 20px 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 25ms, visibility 25ms;
    transition: opacity 25ms, visibility 25ms;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom: 10px solid #393e46;

}

.mega-dropdown:hover .mega-dropdown-content-single-np {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: opacity 300ms;

}

.mega-dropdown:hover .mega-dropdown-content-single-picture {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    -webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;

}

.mega-dropdown:hover .mega-dropdown-content-binary-np {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: opacity 25ms;

}

.mega-dropdown:hover .mega-dropdown-content-binary-picture {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: opacity 25ms;

}

.mega-dropdown:hover .mega-dropdown-content-triple-np {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: opacity 25ms;

}

.mega-dropdown:hover .mega-dropdown-content-triple-picture {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: opacity 25ms;

}

.mega-dropdown:hover .mega-dropdown-content-12-np {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: opacity 25ms;

}

.mega-dropdown:hover .mega-dropdown-content-quaternary-picture {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: opacity 25ms;

}

.mega-dropdown:hover .mega-dropdown-content-quaternary-np {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: opacity 25ms;

}

.mega-navbar .border-right-item {
    color: #404040;
    font: 400 14px/18px Poppins;
    position: relative;
    border: 1px solid #fff0;
}
.mega-dropdown-triple-binary-picture {
    width: 42%;
    height: auto;
    min-height: 485px !important;
    position: absolute;
    background-color: #fff;
    left: auto;
    float: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    padding: 20px 240px 20px 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 25ms, visibility 25ms;
    transition: opacity 25ms, visibility 25ms;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom: 10px solid #393e46;
}
.mega-dropdown:hover .mega-dropdown-triple-binary-picture {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: opacity 25ms;
}

/* //MEGA NAVBAR */


/* PRODUCT DETAİL FORM MAİN */
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #e5e5e5;
    border: none;
    border-radius: .25rem !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #393e46 !important;
}

.option-input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✔';
    bottom: 10px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

.option-input:disabled {
    background: #e5e5e5 !important;
}

.option-input:disabled::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '-';
    bottom: 10px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
}

.private-form input[type="text"], .private-form select, .private-form textarea {

}

.private-form input[type="text"]:focus,
.private-form select:focus,
.private-form textarea:focus {
    outline: 0 !important;
    box-shadow: none;
    border-color: #393e46 !important;
}

.custom-file-label::after {
    content: "Seç" !important;
}

/* NOTİFİCATİONS */

.n-bell {
    z-index: 60;
    position: relative;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}

.n-bell .n-title {
    transition: all .3s;

}

.n-bell:hover a {
    text-decoration: none;
    color: black;

}

.n-title {
    font-size: .8rem !important;
}

.n-number {
    position: absolute;
    left: 10px;
    top: -10px;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 9px;
    margin-left: -10px;
    transition: .3s;
    background: #dc3545;
    color: #fff;
    border: 2px solid #dc3545;
    border-radius: .5rem !important;
}

.n-box {
    position: absolute;
    background: white;
    width: 350px;
    height: 0px;
    min-height: 0px;

    overflow-y: auto;
    transition: all .2s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.n-box-mobile {
    position: absolute;
    background: white;
    width: 350px;
    height: 0px;
    min-height: 0px;
    overflow-y: auto;
    transition: all .2s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.n-box ul li > span {
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
}

.n-list-title {
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
}

.n-bell:hover .n-box {
    width: 350px;
    height: auto;
    max-height: 320px;
    border-bottom: 10px solid #393e46 !important;
    transition: all .5s;
    box-shadow: 0px 5px 18px 3px rgba(0, 0, 0, 0.30);

}
.n-box-mobile.active{
    width: 100%;
    height: auto!important;
    max-height: 320px;
    border-bottom: 10px solid #393e46 !important;
    transition: all .3s;
    box-shadow: 0px 5px 18px 3px rgb(0 0 0 / 30%);
    z-index: 999;
}



.n-list-title {
    background-color: #e9ecef !important;
    text-align: center;
    font-size: .9rem;
    font-weight: bold;
    color: #b5b5b5 !important;
}

.n-list {
    padding: .5rem !important;
    transition: .4s;
}

.n-list:hover {
    background-color: #e9ecef !important;
    border-radius: .25rem;
}

.n-list-date {
    color: #b5b5b5 !important;
    font-size: .8rem !important;
    font-weight: 500;
    float: right;
}

.n-list-text {
    color: #747474 !important;
    font-size: .850rem;
    margin-top: 3px;
    margin-bottom: 3px;
}


/* // NOTİFİCATİON */

/* STORİES */
.stories {
    display: flex;
    padding-left: .5rem;
    padding-right: .5rem;
    overflow-x: auto;
}

.story {
    display: inline-block;
    width: 120px;
    max-width: 120px;
    vertical-align: top;
}

.story a > p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*** Rounded  Story ***/
/*.story-preview {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 92px;
    height: 92px;
    overflow: hidden;
    transition: .3s;
    border-radius: 50%;
    padding: 1.8px 2px;
    background-image: linear-gradient(to right top, #d0edf2, #b2cfd7, #34ecf8, #34ecf8, #34ecf8, #f6f6f6, #f4b9f3, #f4b9f3, #f4b9f3, #f4b9f3, #f4b9f3, #f4b9f3);
}*/

/*** Square Story ***/
.story-preview {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 85px;
    width: 85px;
    height: 85px;
    overflow: hidden;
    transition: .3s;
    border-radius: 10%;
    background-image: linear-gradient(to right top, #d0edf2, #b2cfd7, #34ecf8, #34ecf8, #34ecf8, #f6f6f6, #f4b9f3, #f4b9f3, #f4b9f3, #f4b9f3, #f4b9f3, #f4b9f3);
}



.story-preview:hover {
    transform: scale(0.95);
}

.story-link {
    text-align: center;
}

.story-link:hover {
    text-decoration: none;
    color: black;
}
/*** Rounded Story ***/
/*.story-preview img {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    border-radius: 50%!important;
}*/
/*** Square Story ***/

.story-preview img{
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    border-radius: 10%!important;
}



/* //STORİES */

/* ACCOUNT MENU */

.account-menu {
    position: relative;

}

.account-menu-box {
    position: absolute;
    z-index: 9999;
    background: white;
    width: 240px;
    height: 0px;
    top: 24px;
    min-height: 0px;
    transition: all .2s;
    text-align: left;
    user-select: none;
    overflow: hidden;
}


.account-menu:hover .account-menu-box {
    width: 240px;
    height: auto;
    max-height: 329px;
    transition: all .3s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.account-menu i {
    transition: all .3s;
}

.account-menu:hover {
    color: var(--main-color) ;
}

.account-menu:hover i {
    color: var(--main-color) ;
}

.account-list-item{
    transition: all .3s;
}

.account-list-item:hover  {
    background-color: rgba(121, 165, 165, 0.08) !important;
    transition: all .3s;
}

.catetiket {

    background: linear-gradient(40deg, #ff6ec4, var(--main-color)) !important ;
    color: #fff
}



/* //ACCOUNT MENU */

/* SEARCH BOX */

.search-box {
    position: absolute;
    width: 92.8%;
    top: 35px;
    background: #fff;
    display: none;
    z-index: 103;
    padding: 1rem;
    padding-bottom: .3rem;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6 !important;
    border-bottom: 10px solid #393e46 !important;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: auto;
    max-height: 320px;
    overflow-x: auto;
}

.search-box-item {
    font-size: .8rem !important;
    border-bottom: 1px dashed #dee2e6;
    padding-bottom: 7px;
    padding-top: 7px;
}

.search-box-link:hover {
    color: #212529;
    text-decoration: none;
}


.search-box-mobile {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff !important;
    background-color: #fff !important;
    display: none;
    z-index: 5;
    padding: 1rem;
    padding-bottom: .3rem;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6 !important;
    border-bottom: 10px solid #393e46 !important;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: auto;
    max-height: 340px;
    overflow-x: auto;
}


/* Category İnfo Text */
.bg-dark-lighten {
    background-color: #d0d0d049;
}

.border-left-7 {
    border-left: 7px solid #d4d4d4;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #393e46 !important;
    border-color: #393e46 !important;
}


.page-item.disabled .page-link {
    color: #393e4675 !important;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #393e46 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

/*.number-box {*/
/*    height: 3rem;*/
/*    min-width: 3rem;*/
/*    display: inline-flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-radius: 0px!important;*/
/*    padding: 0px !important;*/
/*}*/

/*.number-box:hover {*/
/*    background-color: #393e46 !important;*/
/*    color: #fff !important;*/
/*    border-color: #393e46 !important;*/
/*}*/


/*.number-box[disabled]:hover {*/
/*    border: 1px solid #393e46 !important;*/
/*    background-color: #d6d6d6 !important;*/
/*}*/

/*.number-box[disabled]:hover .stock-alert-text:before {*/
/*    border-color: #393e46;*/
/*    transition: all .3s;*/

/*}*/


.number-box, .classStock, .classNoStock {
    height: 3rem;
    min-width: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px!important;
    padding: 0px !important;
}

.number-box:hover, .classStock:hover {
    background-color: #393e46 !important;
    color: #fff !important;
    border-color: #393e46 !important;
}


.number-box[disabled]:hover,  .classStock[disabled]:hover{
    border: 1px solid #393e46 !important;
    background-color: #d6d6d6 !important;
}

.number-box[disabled]:hover .stock-alert-text:before, .classStock[disabled]:hover {
    border-color: #393e46;
    transition: all .3s;

}

.classNoStock {
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    color: #a7a7a7!important;
    background-color: #d6d6d6;
}

.classNoStock:hover {
    border: 1px solid #393e46 !important;
    background-color: #d6d6d6 !important;
}

.number-radio:hover {
    background-color: #393e46;
}


input[name="id_option_product"]:checked + label {
    border: 1px solid #393e46 !important;
    background-color: #393e46 !important;
    color: #fff !important;
}

.priceAlarmVariantRadio:checked + label {
    border: 1px solid #393e46 !important;
    background-color: #393e46 !important;
    color: #fff !important;
}

.stock-alert-text:before {
    position: absolute;
    content: ' ';
    left: -18px;
    bottom: 41%;
    width: 55px;
    border-top: 3px solid;
    border-color: #a7a7a7;
    border-radius: .25rem;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(320deg);
}


.border-pink {
    border: 1px solid #dc3545 !important;
}

.border-pink-2 {
    border: 2px solid #393e46 !important;
}

.search-bg {
    background-color: #f7f7f7;
    transition: all 450ms;
}

.search-bg:focus {
    border: 1px solid #eaeaea;
    transition: all 450ms;
}




.whatsapp-icon {
    right: 20px !important;
    bottom: 35px !important;
    width: 50px !important;
    height: 50px !important;
}

.whatsapp-icon img {
    width: 50px;
    height: 50px;
}

@media only screen and (max-width: 768px) {
    .whatsapp-icon {
        right: 10px !important;
        bottom: 20px !important;
        width: 50px !important;
        height: 50px !important;
    }

    .whatsapp-icon img {
        width: 50px !important;
        height: 50px !important;
    }


}

@media only screen and (max-width: 1024px) {

    .favori-icon {
        right: 10px!important;
        opacity: 1!important;
        visibility: visible!important;
    }
}

.whatsapp-icon {
    position: fixed;
    padding: 0px;
    z-index: 999;
    transition: all .3s;
}

.whatsapp-icon:hover .wptakip {
    transform: rotate(
            360deg
    );
}


.wptakip {
    border-radius: 50%;
    animation: pulse-green 2s infinite;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse-green
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 #5adc5f;
    }
    70% {
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}


.sticky-top {
    z-index: 102;
}


.alerttooltip2 {
    text-decoration: none;
    transition: .5s
}

.alerttooltip2 .tooltiptext2 {
    visibility: hidden;
    max-width: 450px;
    bottom: 25%;
    left: -100px;
    margin-right: -100%;
    margin-bottom: 30px !important;
    background-color: #fff;
    color: #7d7d7dd9;
    text-align: left;
    border: 2px solid #393e46;
    border-radius: 10px;
    box-shadow: 10px 13px 30px -30px #909090;
    position: absolute;
    -webkit-transition-duration: .3s;
    z-index: 1;
}

.alerttooltip2 .tooltiptext2 p {
    margin-right: 5px;
    margin-left: 10px;
    font-size: 14px
}

.alerttooltip2 .tooltiptext2::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #393e46 transparent transparent transparent
}

.alerttooltip2:hover .tooltiptext2 {
    opacity: 1;
    visibility: visible
}

/* Kategori Sayfası - Checkbox ve Radio Butonu */


.filter_check {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
    transition: background-color .25s ease-out, border-color .25s ease-out;
}

.checkmark {
    position: absolute;
    top: 0px;
    left: -22px;
    height: 18px;
    width: 18px;
    border: 1px solid #e2e6eb !important;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
    transition: background-color .25s ease-out, border-color .25s ease-out;
}

.filter_check:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #9aa0a7 !important;

}

.filter_check input:checked ~ .checkmark {
    background-color: #393e46;
    border: 1px solid #393e46 !important;
    -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
    transition: background-color .25s ease-out, border-color .25s ease-out;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter_check input:checked ~ .checkmark:after {
    display: block;
    -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
    transition: background-color .25s ease-out, border-color .25s ease-out;
}

.filter_check .checkmark:after {
    left: .35rem;
    top: .10rem;
    width: 5px;
    height: 10px;
    border: 1px solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.filter_check_secondary {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter_check_secondary input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
    transition: background-color .25s ease-out, border-color .25s ease-out;
}

.checkmark_secondary {
    position: absolute;
    top: 0px;
    left: -22px;
    height: 18px;
    width: 18px;
    border: 1px solid #e2e6eb !important;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
    transition: background-color .25s ease-out, border-color .25s ease-out;
}

.filter_check_secondary:hover input ~ .checkmark_secondary {
    background-color: #fff;
    border: 1px solid #17a2b8 !important;

}

.filter_check_secondary input:checked ~ .checkmark_secondary {
    background-color: #17a2b8;
    border: 1px solid #17a2b8 !important;
    -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
    transition: background-color .25s ease-out, border-color .25s ease-out;
}

.checkmark_secondary:after {
    content: "";
    position: absolute;
    display: none;
}

.filter_check_secondary input:checked ~ .checkmark_secondary:after {
    display: block;
    -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
    transition: background-color .25s ease-out, border-color .25s ease-out;
}

.filter_check_secondary .checkmark_secondary:after {
    left: .35rem;
    top: .10rem;
    width: 5px;
    height: 10px;
    border: 1px solid #e2e6eb;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.filter_radio {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;

}

.radiomark {
    position: absolute;
    top: 3px;
    left: -22px;
    height: 18px;
    width: 18px;
    border: 1px solid #d6d6d6 !important;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
    transition: background-color .25s ease-out, border-color .25s ease-out;

}

.filter_radio:hover input ~ .radiomark {
    background-color: #fff;
    border: 1px solid #9aa0a7 !important;
}

.filter_radio input:checked ~ .radiomark {
    background-color: #393e46;
    border: 1px solid #393e46 !important;
    -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
    transition: background-color .25s ease-out, border-color .25s ease-out;
}

.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter_radio input:checked ~ .radiomark:after {
    display: block;
}

.filter_radio .radiomark:after {
    left: .35rem;
    top: .10rem;
    width: 5px;
    height: 10px;
    border: 1px solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.filter_radio_secondary {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter_radio_secondary input {
    position: absolute;
    opacity: 0;
    cursor: pointer;

}

.radiomark_secondary {
    position: absolute;
    top: 3px;
    left: -22px;
    height: 18px;
    width: 18px;
    border: 1px solid #D6D6D6 !important;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
    transition: background-color .25s ease-out, border-color .25s ease-out;

}

.filter_radio_secondary:hover input ~ .radiomark_secondary {
    background-color: #fff;
    border: 1px solid #17a2b8 !important;
}

.filter_radio_secondary input:checked ~ .radiomark_secondary {
    background-color: #17a2b8;
    border: 1px solid #17a2b8 !important;
    -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
    transition: background-color .25s ease-out, border-color .25s ease-out;
}

.radiomark_secondary:after {
    content: "";
    position: absolute;
    display: none;
}

.filter_radio_secondary input:checked ~ .radiomark_secondary:after {
    display: block;
}

.filter_radio_secondary .radiomark_secondary:after {
    left: .35rem;
    top: .10rem;
    width: 5px;
    height: 10px;
    border: 1px solid #e2e6eb;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* // Kategori Sayfası - Checkbox ve Radio Butonu */

/* Sol Bildirim İkonu - Paneli */

.fbell {
    -webkit-animation: fbell 1s ease-in-out infinite;
    -o-animation: fbell 1s ease-in-out infinite;
    animation: fbell 1s ease-in-out infinite;:;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

@keyframes fbell {
    0% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}

.text-warning {
    color: #ffc107 !important;
}

.notification_container {
    width: 420px;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: -420px;
    background-color: #383e42;
    z-index: 200;
    transition: all 750ms;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.notification_container:active body {
    background-color: red;
}

.notification_header {
    height: 50px;
    width: 100%;
    background-color: #383e42;
    color: white;
    display: flex;
    align-items: center;
}

.not_close {
    position: absolute;
    left: 0;
    margin: 5px 10px;
    cursor: pointer;
}

.not_title {
    text-align: center;
    font-size: 25px;
    margin: 13px;
    width: 100%;
}

.not_route:hover {
    text-decoration: none;
}

.notification_body {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: whitesmoke;
    overflow-y: auto;
    padding-bottom: 88px;
}

.not_item {
    padding: 0px;
    margin: 10px;
    width: 95%;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: -1px 5px 7px -1px rgb(0 0 0 / 16%);
    -moz-box-shadow: -1px 5px 7px -1px rgba(0, 0, 0, 0.16);
    box-shadow: -1px 5px 7px -1px rgb(0 0 0 / 16%);
    transition-duration: 0.25s;
}

.not_item:hover {
    transform: scale(1.02);
}

.not_item_header {
    padding: 10px;
    font-size: 15px;
    color: #383e42;
}

.not_item_image {
    width: 100%;
    padding: 0
}

.not_item_footer {
    text-align: center;
    padding: 5px;
    background-color: #383e42;
    margin: 0;
    border-radius: 0 0 5px 5px;
    font-size: 20px;
    color: white;
}

.not_show {
    left: 0px;
    transition: all 750ms;
}

.body_shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0;
    background-color: black;
    opacity: 0.25;
    z-index: 100;
    transition-duration: 0.25s;
}

@media only screen and (max-width: 768px) {

    .notification_container {
        width: 100%;
        height: auto;
        position: fixed;
        top: auto;
        left: auto;
        right: auto;
        bottom: -400px;
        background-color: #383e42;
        z-index: 200;
        transition: all 750ms;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

    .notification_body {
        display: flex;
    }

    .not_show {
        bottom: 0px;
        transition: all 750ms;
    }

    #bell_icon {
        right: 10px !important;
        bottom: 20px !important;
        width: 50px !important;
        height: 50px !important;
    }

    .back-to-top {
        bottom: 85px;
        right: 10px;
    }

    .fbell {
        font-size: 2em !important;
    }

    .body_shadow {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0%;
        left: 0;
        background-color: black;
        opacity: 0.25;
        z-index: 100;
        transition-duration: 0.25s;
    }

    .not_item {
        width: 310px;
    }

    .not_item_footer {
        height: 65px;
        max-height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

/* // Sol Bildirim İkonu - Paneli */

.favori-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 10px;
    right: -40px;
    opacity: 0;
    visibility: hidden;
    border-radius: 100%
}

.product-post a {
    overflow: hidden;
}

.product-post .card {
    transition: all .4s;
    overflow: hidden;
}

.product-post img {
    transition: all 1s;
}

.divshowcase img {
    transition: all 1s;
    max-height: 403px;
}

.product-post .card:hover img {
    transition: all .4s;
    transform: scale(1.07);
}

.product-post .card:hover {
    transition: all .4s;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.product-post .card:hover .favori-icon {
    right: 10px;
    opacity: 1;
    visibility: visible;
}


.item a {
    overflow: hidden;
}

.item .card {
    transition: all .4s;
    overflow: hidden;
}

.owl-item img {
    transition: all 1s;
}


.owl-item .card:hover .favori-icon {
    right: 10px;
    opacity: 1;
    visibility: visible;
}

.owl-item .product-card:hover {
    transition: none!important;
    box-shadow: none!important;
}

.owl-item .product-card:hover .favori-icon {
    right: 10px;
    opacity: 1;
    visibility: visible;
}

.owl-item a {
    overflow: hidden;
}

.owl-item .card {
    transition: all .4s;
    overflow: hidden;
}

.owl-item img {
    transition: all 1s;
}


.owl-item .card:hover .favori-icon {
    right: 10px;
    opacity: 1;
    visibility: visible;
}


.sold-out {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    background: white;
    text-align: center;
}

.sold-out-to-about {
    position: absolute;
    top: auto !important;
    bottom: 63px !important;
    left: 0px;
    width: 100%;
}

.sold-out-category {
    position: absolute;
    top: auto !important;
    bottom: 63px !important;
    left: 0px;
    width: 100%;
    border-radius: 0;
    background-color: #393e46;
    color: #fff!important;
    font-weight: lighter;
}

.sold-opacity {
    background: white;
    opacity: 50%
}

.letter-spacing-6 {
    letter-spacing: 6px !important;
}


.letter-spacing-5 {
    letter-spacing: 5px !important;
}

.letter-spacing-4 {
    letter-spacing: 4px !important;
}

.letter-spacing-3 {
    letter-spacing: 3px !important;
}



.navbar-icon-size {
    font-size: 1.2rem
}

@media (max-width: 1024px) {
    .hesap-ayar-collapse-btn .fa-angle-right {
        padding: 0px 14px !important;
        margin-left: -10px !important;
    }
}

.slider-lazy{
    display: inline-block;
    box-shadow: 0 0 7px #d3d3d3;
    position: relative;
    animation: LazyLoad 2s infinite linear forwards;
    -webkit-animation: LazyLoad 2s infinite linear forwards;
    background: #f6f7f8;
    background: linear-gradient(to left, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-size: 1140px 410px;
    width: 1170px;
    height: 500px;
    min-height: 500px;
}


@media (max-width: 320px) {
    .slider-lazy{
        height: 113px;
        min-height: 113px;
    }

    .navbar-icon-size {
        font-size: 1.25rem
    }

    .sold-out-to-about {
        position: absolute;
        top: auto !important;
        bottom: 82px !important;
        left: 0px;
        width: 100%;
    }

    .sold-out-category {
        position: absolute;
        top: auto !important;
        bottom: 82px !important;
        left: 0px;
        width: 100%;
        border-radius: 0;
        background-color: #393e46;
        color: #fff!important;
        font-weight: lighter;
    }

    .letter-spacing-sm-2 {
        letter-spacing: 2px !important;
    }

    .favori-icon {
        top: 5px;
        right: 5px;
    }

    .p-name-mobile {
        text-align: center;
        width: 125px !important;
        max-width: 125px !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
    }

    .header-logo {
        width: 135px;
        height: auto;
        margin-top: 15px!important;
    }

    .alerttooltip2 .tooltiptext2 {
        visibility: hidden;
        max-width: 230px;
        bottom: 25%;
        left: -50px;
        margin-right: -100%;
        margin-bottom: 30px !important;
        background-color: #fff;
        color: #7d7d7dd9;
        text-align: left;
        border: 2px solid #393e46;
        border-radius: 10px;
        box-shadow: 10px 13px 30px -30px #909090;
        position: absolute;
        -webkit-transition-duration: .3s;
        z-index: 1;
    }

    .account-menu-box {
        width: 320px!important;
        left: -208px
    }

    .add-to-card {
        position: fixed;
        display: flex;
        height: 60px;
        padding: .5rem;
        bottom: 0px;
        z-index: 99;
        left: 0px;
        box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
        border-radius: 0px !important;

    }

    .btn-order-green {
        width: 100%;
    }

    .btn-order-red {
        width: 100%;
    }

    .order-phone {
        font-size: 1.75rem;
    }

    .fa-main {
        padding: 15px !important;
        font-size: 30px !important;
        min-width: 60px !important;
        text-align: center !important;
        text-decoration: none !important;
        margin: 5px 2px !important;
        border-radius: 50% !important
    }


}

@media (max-width: 376px) and (min-width: 321px) {
    .slider-lazy{
        height: 113px;
        min-height: 113px;
    }

    .mobile-nav-links{
        height: 380px;
        overflow-y: auto;
    }

    .navbar-icon-size {
        font-size: 1.25rem
    }


    .p-name-mobile {
        width: 150px;
        max-width: 150px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .header-logo {
        width: 125px;
    }

    .account-menu-box {
        width: 367px!important;
        left: -262px
    }

    .add-to-card {
        position: fixed;
        display: flex;
        height: 70px;
        padding: .5rem 0.5rem 0.8rem 0.5rem;
        bottom: 0px;
        z-index: 99;
        left: 0px;
        box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
        border-radius: 0px !important;

    }

    .btn-order-green {
        width: 100%;
    }

    .btn-order-red {
        width: 100%;
    }

    .order-phone {
        font-size: 2.25rem;
    }

    .sold-out-category {
        position: absolute;
        top: auto !important;
        bottom: 83px !important;
        left: 0px;
        width: 100%;
        border-radius: 0;
        background-color: #393e46;
        color: #fff!important;
        font-weight: lighter;
    }

    .sold-out-to-about {
        position: absolute;
        top: auto !important;
        bottom: 83px !important;
        left: 0px;
        width: 100%;
    }

    .letter-spacing-sm-4{
        letter-spacing: 4px!important;
    }

    /*.item .card ,
    .owl-item .card{
        height: 322px;
        max-height: 322px;
    }
*/


}
@media (max-width: 520px) {
    .letter-spacing-sm-4 {
        letter-spacing: 3px !important;
    }
    .slider-lazy{
        height: 183px;
        min-height: 183px;
    }
}
@media (max-width: 426px) and (min-width: 377px) {
    .slider-lazy{
        height: 150px;
        min-height: 150px;
    }
    .p-name-mobile {
        width: 180px;
        max-width: 180px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .header-logo {
        width: 128px;
    }

    .account-menu-box {
        width: 416px!important;
        left: -311px;
    }

    .add-to-card {
        position: fixed;
        display: flex;
        height: 60px;
        padding: .5rem;
        bottom: 0px;
        z-index: 99;
        left: 0px;
        box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
        border-radius: 0px !important;
    }

    .btn-order-green {
        width: 100%;
    }

    .btn-order-red {
        width: 100%;
    }

    .order-phone {
        font-size: 2.25rem;
    }

    .sold-out-to-about {
        position: absolute;
        top: auto !important;
        bottom: 83px !important;
        left: 0px;
        width: 100%;
    }

    /* .item .card ,
     .owl-item .card{
         height: 359px;
         max-height: 359px;
     }*/
}

@media (min-width: 390px) and (max-width: 425px){
    /*.item .card ,
    .owl-item .card{
        min-height: 335px;
    }*/
    .letter-spacing-sm-4{
        letter-spacing: 4px!important;
    }
    .next-product{
        font-size: 1.2rem!important;
    }

    .navbar-icon-size {
        font-size: 1.25rem
    }



    .account-menu-box {
        width: 383px!important;
        left: -275px;
    }

}

@media (max-width: 768px) and (min-width: 427px) {
    .slider-lazy{
        height: 255px;
        min-height: 255px;
    }

    .p-name-mobile {
        width: 210px;
        max-width: 210px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .header-logo {
        width: 130px;
        height: auto;
        padding: 5px 0px;
    }

    .account-menu-box {
        left: -315px!important;
        top: 34px;
        width: 407px!important;
    }

    .logo-i {
        font-size: 2rem;
    }
    .search-input{
        /*background-color: #f9f9f9;*/
    }



    .header-icon{
        font-size: 2rem!important;
    }




    .order-phone {
        font-size: 3rem;
    }


}


.user-select-none {
    user-select: none;
}

.menu-bg-shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0;
    background-color: black;
    opacity: 0.50;
    z-index: 103;
    transition-duration: 0.25s;
}


/* Preloader */

.spinner {
    width: 80px;
    height: 80px;
    border: 5px solid #f3f3f3;
    border-top: 6px solid #393e46!important;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.bg_load {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

.teslim-aldim-div {
    transition: all .4s
}

.teslim-almadim-dvi {
    transition: all .4s
}

.iade-card-full {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    height: auto;
    transition: all .4s;
}


.iade-card-hide {
    max-width: 0px;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    margin-bottom: 0px !important;
    transition: all .4s;
}


.owl-theme .owl-nav.disabled + .owl-dots {
    width: auto;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, .24);
    border-radius: 60px;
    /*    padding: 1px 12px 2px*/
}


.owl-theme .owl-dots .owl-dot span {
    background-color: white !important;
}

#productOptionOption {
    z-index: 99;
    background: #fff;
}

.area-block {
    display: none;
}

.bg-block {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}


/** Prelaoder  **/


/** Okan **/


.hr-dashed {
    border-top: 1px dashed rgba(0, 0, 0, .1);
}

.hesap-ayar-collapse-btn .fa-angle-right {
    transition: all .4s;
}

.hesap-ayar-collapse-btn .fa-angle-down {
    transition: all .4s;
}

.mini-right-menu a {
    text-decoration: none;
    transition: .3s;
}

.mini-right-menu a:hover {
    color: var(--main-color) ;
    transition: .3s;
}

.mini-right-menu a:hover i {
    color: var(--main-color) ;
    transition: .3s;
}



.category-title {
    border-bottom: 1px solid #393e46;
    color: #393e46;
}

.credit-front-bottom-bg {
    fill: #393e46;
}

.credit-front-top-bg {
    fill: #f0f0f0;
}

.credit-pin-color {
    fill: #ffd767;
}

.credit-back-bg {
    fill: #393e46;
}

.credit-back-strip-bg {
    fill: #f0f0f0;
}

.justify-content-evenly {
    -ms-flex-pack: distribute !important;
    justify-content: space-evenly !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.index-slider{
    background: #fff;
    display: flex;
    justify-content: center;
}

@keyframes LazyLoad{
    0%{background-position:-1170px 0}
    100%{background-position:1170px 0}
}
.page-link:focus{
    box-shadow: none;
}

.product-shadow{
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.seo-info >:nth-child(2){
    height: 35px;
    overflow:hidden;
}

.footer-offer{
    height: auto!important;
    overflow:visible!important;
}


.owl-dots{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.read-btn{
    cursor: pointer;
}

.discount-area{
    position: absolute;
    left: 10px;
    top: 10px;
}

@media only screen and (max-width: 575px) {

    .discount-area {
        height: 40px;
        width: 40px!important;
        top: 10px;
    }



}

.sold-out-area span{
    position: absolute;
    top: 85px;
    left: 5px;
    width: 80px;
    height: 32px;
    user-select: none;
    white-space: normal;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0.25rem!important;
    letter-spacing: 1px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.account-menu-mobile{
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: white;
    z-index: 103 !important;
    width: 100%;
    height: 100%;
    display: none;
    text-align: left!important;
}


#divduslerwebCopyrightContent {

    clear: both;

}

#duslerwebCopyright {
    margin: 0 !important;
    line-height: 45px !important;

}
#duslerwebCopyright a { font-size: 15px !important;

}

@media only screen and (max-width: 600px) {
    #duslerwebCopyright {
        font-size: 12px !important;
        line-height: 22px!important;
    }

    #duslerwebCopyright a {
        margin: 0 auto;

    }
}
.copy {cursor: copy;}

.no-product-box{
    position: absolute;
    top: 45px;
    left: 30px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    user-select: none;
}
.no-product-box:hover .header-icon:last-child{
    color: #dc3545!important;
}

.no-product-box .card{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.no-product-box::after{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    border: 8px solid black;
    border-color: transparent transparent rgba(0,0,0,.125) rgba(0,0,0,.125);
    transform-origin: 0 0;
    transform: rotate(134deg);

}
.no-product:hover .no-product-box{
    visibility: visible;
    opacity: 1;
}
.owl-carousel-vertical{
    transform: rotate3d(0, 0, 1, 90deg);
    transition: all .3s;
}
.owl-carousel-vertical .owl-item{
    transform: rotate3d(0, 0, 1, -90deg);
    transition: all .3s;
}

.navbar-slider .owl-nav,
.navbar-slider .ovl-dots{
    display: none!important;
}

.slider-head{
    background: url(/app-assets/front/img/heading-sep.png) no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-bottom-menu{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 75px;
    border-top: 2px solid #393e46;
    background-color: #fff;

}
.summary-detail{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 103;
    width: auto;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
    border-bottom: 1px solid #e6e6e6;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.5, 0.46, 0.5, 0.49);
    pointer-events: none;
}
.summary-detail.active {
    transform: translateY(-59px);
    opacity: 1;
    pointer-events: inherit;
}
.summary-icon{
    transition: all 0.3s ease;
}
.summary-icon.active{
    transform: rotate(180deg);
}
.summary-block{
    transition: all 0.3s ease;
    z-index: 103;
}
.summary-block.active{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    transition: all 0.3s ease;
}



.checkout-detail{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90;
    width: auto;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
    border-bottom: 1px solid #e6e6e6;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.5, 0.46, 0.5, 0.49);
    pointer-events: none;
}
.checkout-detail.active {
    transform: translateY(-50px);
    opacity: 1;
    pointer-events: inherit;
}
.checkout-icon{
    transition: all 0.3s ease;
}
.checkout-icon.active{
    transform: rotate(180deg);
}
.checkout-block{
    transition: all 0.3s ease;
    z-index: 80;
}
.checkout-block.active{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    transition: all 0.3s ease;
}


.variant-detail{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: auto;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
    border-bottom: 1px solid #e6e6e6;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.5, 0.46, 0.5, 0.49);
    pointer-events: none;
}
.variant-detail.active {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: inherit;
}

.variant-icon{
    transition: all 0.3s ease;
}
.variant-icon.active{
    transform: rotate(180deg);
}
.variant-block{
    transition: all 0.3s ease;
    z-index: 80;
}
.variant-block.active{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    transition: all 0.3s ease;
}

#checkoutCart{
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: .5rem;
    bottom: 0px;
    z-index: 99;
    left: 0px;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 0px !important;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #ffff;
}

#confirmCart{
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: .5rem;
    bottom: -1px;
    z-index: 10000;
    left: 0px;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 0px !important;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #ffff;
}

.footer-item {
    background-color: white;
    cursor: pointer;
}

.receiptUploadInput{
    position: absolute;
    opacity: 0;
    right: 0px;
    top: 0px;
    z-index: 1;
    display: inline;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 0px;
}
.product-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    padding: 0 1rem;
    transition: all .3s;
}
.product-header.active{
    opacity: 1;
    background-color: #fff;
    transition: all .3s;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.product-header i{
    transition: all .3s;
}
.product-header i.active{
    opacity: 1;
    color: #343a40;
    transition: all .3s;
}

.owl-stage{
    display: flex!important;
}

#otherColorPhotos{
    display: none;
    position: absolute;
    z-index: 999;
    top: 148px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
#alternativeMails{
    display: none;
    position: absolute;
    height: auto;
    width: 100%;
    background: #333;
    top: 71px;
    border-radius: 0px 0px 0.50rem 0.50rem;
}
.seePassword{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.discount-2{
    position: relative;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 13px;
    border-radius: 22px;
    background-color: rgba(255, 250, 245, 0.7);
    border: solid 1px #f27a1a;
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    white-space: nowrap;
}



.nav-item:first-child .mega-dropbtn span{
    border-left: 1px solid #dee2e6;
}
.mega-dropbtn span{
    text-transform: uppercase!important;
    padding-left: .6rem!important;
    padding-right: .6rem!important;
}

.border-bottom-pink{
    border-bottom: 1px solid #dc3545;
}

.border-bottom-pink-2{
    border-bottom: 2px solid #dc3545;
}


.border-bottom-pink-3{
    border-bottom: 3px solid #dc3545;
}

.border-bottom-pink-4{
    border-bottom: 4px solid #dc3545;
}

.category_slider {
    touch-action: none!important;
}

.category_slider .owl-item a {

    margin-left: 10px;

}

.category_slider_lazy{
    animation: LazyLoad 2s infinite linear forwards;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: LazyLoad;
    -webkit-animation: LazyLoad 2s infinite linear forwards;
    background: #f6f7f8;
    background: linear-gradient(to left, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-size: 1150px 104px;

}
.btn-outline-dark:hover .fa-envelope-alt {
    color: white;
}

.priceKampanya {
    color: #FFF;
    text-align: center;
    font-weight: 600;
    border-radius: 0px 0px 5px 5px;
}

.priceKampanya c {

    font-size: 12px;
}


@keyframes AnimasyonBg1
{
    0%
    {
        background:         #ab27b0;
    }
    25%
    {
        background:         #f700a9;
    }
    50%
    {
        background:         #02cae3;
    }
    100%
    {
        background:         #930CB4;
    }
}
@-webkit-keyframes AnimasyonBg1
{
    0%
    {
        background:         #ab27b0;
    }
    25%
    {
        background:         #f700a9;
    }
    50%
    {
        background:         #02cae3;
    }
    100%
    {
        background:         #930CB4;
    }
}
@-moz-keyframes AnimasyonBg1
{
    0%
    {
        background:         #ab27b0;
    }
    25%
    {
        background:         #f700a9;
    }
    50%
    {
        background:         #02cae3;
    }
    100%
    {
        background:         #930CB4;
    }
}
@keyframes AnimasyonBorder1
{
    0%
    {
        border-color:         #ab27b0;
    }
    25%
    {
        border-color:         #f700a9;
    }
    50%
    {
        border-color:         #02cae3;
    }
    100%
    {
        border-color:         #930CB4;
    }
}
@-webkit-keyframes AnimasyonBorder1
{
    0%
    {
        border-color:         #ab27b0;
    }
    25%
    {
        border-color:         #f700a9;
    }
    50%
    {
        border-color:         #02cae3;
    }
    100%
    {
        border-color:         #930CB4;
    }
}
@-moz-keyframes AnimasyonBorder1
{
    0%
    {
        border-color:         #ab27b0;
    }
    25%
    {
        border-color:         #f700a9;
    }
    50%
    {
        border-color:         #02cae3;
    }
    100%
    {
        border-color:         #930CB4;
    }
}

.sepeteeklevaryant {
    margin-left: 8px;
    margin-top: 5px;
}


@keyframes movie {
    0%{
        top: -19px;
    }
    50% {
        top: -23px;
    }
    100% {
        top: -19px;
    }
}

@keyframes movie2 {
    0%{
        top: 5px;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 5px;
    }
}

/* Kategorilerde Ürün Resmi Üzerindeki Renk Sayısı */
.other-color-options {
    border-radius:3px;
    box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);
    background-color:#ffffff;
    border:none;
    position:absolute;
    right: 5px;
    bottom: 32px;
    cursor:pointer;
    display:flex;
    padding:2px 5px;
    align-items:center;
    font-weight: 500;
    z-index: 5;
    font-size: 13px;
}
.other-color-options.highlighted {
    z-index:1061
}
.other-color-options div {
    display:flex;
    align-items:center
}
.other-color-options div .other-color-option {
    width:12px;
    height:12px;
    border:solid 1px #ffffff;
    background-color:pink;
    border-radius:50%
}
.other-color-options div .other-color-option:nth-child(1) {
    background-image:linear-gradient(to right, #2d1bde 0%, #3191ec 48%, #9ef62f 101%);
    z-index:2
}
.other-color-options div .other-color-option:nth-child(2) {
    background-image:linear-gradient(to right, #0ece9c 0%, #d04edc 48%, #f2c53e 101%);
    z-index:1;
    margin-left:-6px
}
/* --Kategorilerde Ürün Resmi Üzerindeki Renk Sayısı */


@media only screen and (max-width: 575px) {

    .discount-area {
        height: 40px;
        width: 40px!important;
        top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .gdpr {
        width: 92%;
    }
}
@media (min-width: 768px) {
    .gdpr {
        width: 400px;
    }
}
.gdpr {
    display: block;
    background-color: rgb(31, 30, 30);
    position: fixed;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    color: #c9c9c9;
    font-size: 12px;
    line-height: 17px;
    left: 15px;
    bottom: 15px;
    z-index: 6999999;
    border-radius: 5px;
    opacity: 1;
    transition: all .7s;
}

.gdprCloseBtn {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    color: silver;
    font-size: 30px;
}

.block-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000b0;
    z-index: 9999;
    cursor: none;
}
.block-loader .loader-container {
    font-size: 2.5rem;
    user-select: none;
}

.vu {
    background: #e91e63;
    color: #fff;
    font-weight: bold;
    min-width: 151px;
    margin-left: 0px!important;
}

.marquee_container___Cl77 {
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
    /*background: linear-gradient(93.1deg, #420c6c 2.57%, #470f74 49.26%, #fb4193 97.43%);*/
    background: linear-gradient(93.1deg, #b01212 2.57%, #f00 49.26%, #ea0000 97.43%);
    color: #fff;
    margin-bottom: -1px;
    font-size: 14px;
    font-weight: 500;
    max-width: 100%;
    overflow: hidden;
    padding: 1px 0;
}

.marquee_container___Cl77 .marquee_wrapper__drbcf {
    display: flex;
    align-items: center;
    overflow: hidden;
    transform: translateZ(0)
}

.marquee_container___Cl77 .marquee_wrapper__drbcf .marquee_textContainer__bjxOK {
    margin: .15em 0;
    white-space: nowrap;
    width: auto;
    perspective: 900;
    animation: marquee_marquee-left__majEB 6.6s linear infinite forwards;
    animation-duration: 100s
}

.marquee_container___Cl77 .marquee_textContainer__bjxOK:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@media(min-width: 768px) {
    .marquee_container___Cl77 .marquee_wrapper__drbcf .marquee_textContainer__bjxOK {
        animation-duration:100s;
    }
}

.marquee_container___Cl77 .marquee_wrapper__drbcf .marquee_textContainer__bjxOK.marquee_reverseAnimation__T3BYq {
    animation-direction: reverse
}

.marquee_container___Cl77 .marquee_wrapper__drbcf .marquee_textContainer__bjxOK.marquee_disabledAnimation__jvB13 {
    animation: none;
    transform: translateX(-31%)
}

.marquee_container___Cl77 .marquee_wrapper__drbcf .marquee_textContainer__bjxOK span {
    padding: 0 15px;
}

@media(min-width: 768px) {
    .marquee_container___Cl77 .marquee_wrapper__drbcf .marquee_textContainer__bjxOK span {
    }
}

@keyframes marquee_marquee-left__majEB {
    0% {
        transform: translateX(-1%)
    }

    to {
        transform: translateX(-85%)
    }
}

@keyframes marquee_marquee-right__6CFrJ {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}


/* --- Ürün resmi indirim balonu */
.discount-balloon:hover {
    color: #000 !important;
}

.discount-balloon .inner > strong {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    color: #ff3434;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discount-balloon .inner > span {
    margin: 0;
    line-height: 1;
    font-family: 'Source Sans Pro';
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.discount-balloon > span:hover {
    color: #ffffff !important;
}

.discount-balloon {
    margin: 10px auto 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    background-color: #fff9;
    border-radius: 50%;
    width: 66px;
    height: 66px;
}

.discount-balloon::before, .discount-balloon::after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000);
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: 1;
    animation: steam 20s linear infinite;
    border-radius: 50%;
}
.discount-balloon .inner {
    border-radius: 50%;
    width: 66px;
    height: 66px;
    background-color: #000000;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.discount-balloon:after {
    filter: blur(10px);
}
/* --- Ürün resmi indirim balonu */



.bg-lightgray {
    background-image: url(/bv.jpg);
    background-repeat: repeat;
    background-position: top left;
    background-attachment: fixed;
}

.breadcrumb-item a,
.breadcrumb-item,
.breadcrumb-item a:hover {
    /* color: #fff!important; */
}

table thead th {
    width: 100px !important;
}

button:active {
    text-decoration: none;
}

.favori-btn {
    transition: all 350ms;
}



/*  .favori-btn:hover {
background: #ff72c2;
border: 1px solid #ff72c2 !important;
transition: all 350ms;
}*/


.favori-btn:hover i {
    color: white !important;
    transition: all 350ms;
}

.favorite {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white !important;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2)
}


.favorite i {
    color: darkgrey;
}

.btn-danger i {
    color: white !important;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}
.btn-facebook:hover {
    color: #fff;
    background-color: #135296;
    border-color: #11468b;
}

.favorite:hover {
    background: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}

.favorite:hover i {
    color: white !important;
}

@media only screen and (max-width: 768px) {
    #bell_icon {
        display: none !important;
    }

    .whatsapp-icon {
        right: 10px !important;
        bottom: 75px !important;
        width: 50px !important;
        height: 50px !important;
    }

    .back-to-top {
        bottom: 140px;
        right: 10px;
    }
}


.detail-item {
    background-color: white;
    cursor: pointer;
}
#headingInstallment{
    border-bottom:none!important;
}

#sepeteEklendiModal {
    padding-right: 0px !important;
}

.breadcrumb {
    padding-bottom: 0px;
}


footer .container-fluid > .container:last-child{
    border-top: none!important;
    margin-top: 0px!important;
}

.sticky-top input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sticky-top input[type="radio"]:checked+label {
    background-color: #393e46;
    color: #fff;
    border-color: #393e46;
}
.vrynt {
    font-weight: bold;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    border-radius: 5px!important;
    background-color: #f7f3f3;
    border: 1px solid #f1f1f1;
}
.alerttooltip .tooltiptext {
    left: -150px;
}

.gallery {
    /*width: 507px;*/
    /*margin: 0 auto;*/
    position: relative;
}
.pics {
    /*width: 542px;*/
    padding: 10px;
    background: white;
    /*border-radius: 2px;*/
    /*box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.05);*/
}
.thumbs {
    /*width: 138px;*/
    /*padding-right: 10px;*/
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    /*-ms-overflow-x: hidden;*/
    /*height: 600px;*/
    /*min-width: 138px;*/
    /*position: relative;*/
    float: left;
    width: 140px;
    position: absolute;
    top: 0;
    height: calc(100% - 0px);
    z-index: 2;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    overflow-y: scroll;
    padding: 10px 0 0;
    overflow-x: hidden;
    flex-direction: column;
}
.preview {
    width: auto;
    height: auto;
    margin-bottom: 10px;
}
.preview:last-child {
    margin-bottom: 0;
}
.full {
    /*width: 400px;*/
    font-size: 12px;
    /*float: left;*/
}
.full, .full img {
    /*height: 600px;*/
}
.previews a:hover, .previews a.selected {
}
.full img:hover {
    cursor: pointer;
}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.galimg {
    height: 100%;
    width: auto;
    max-width: 123px;
    max-height: 185px;
}


.pl-140 img, .pl-140 video {
    padding-left: 140px;
}

@media screen and (min-width: 1160px) and (max-width: 1239px){
    .thumbs {
        width: 116px;
    }
}

.box-text {
    color: #fff;
    text-align: center;
    position: relative;
    justify-content: center;
}
.p-box-bubble {
    --border-size: 4px;
    --border-angle: 0turn;
    background-image: conic-gradient(from var(--border-angle), #213, #112 50%, #213), conic-gradient(from var(--border-angle), transparent 20%, #08f, #f03);
    background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: bg-spin 2s linear infinite;
    animation: bg-spin 2s linear infinite;
    top: 0;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    right: 0;
    background-color: #ffffff54;
    width:  260px;
    float: left;
    height: 40px;
}
@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}
@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

.p-name-mobile {
    color: #767676;
}

.catGreenBg {
    display: inline-block;
    width: auto;
    height: 40px;
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    background: #cbff00;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 20px;
}

.price-box__lowest-price-wrapper {
    display: flex;
    align-items: center;
    margin: 6px 0px 0px 14px;
}
.price-box__lowest-price-wrapper>img {
    width: 14px;
    height: 8px;
    margin-right: 5px;
}
.price-box__lowest-price-wrapper>span {
    font-size: 12px;
    font-weight: 600;
}

@media  screen and (max-width:900px) {

    .price-box__lowest-price-wrapper>span {
        font-size: 10px;
        font-weight: 500
    }

    .toast-message {
        padding-left: 35px;
    }
}

.gap-3px {
    gap: 3px;
}
.gap-5px {
    gap: 5px;
}
.gap-10px {
    gap: 10px;
}

/** Footer Whatsapp Icon Menu */
.myk-panel{position: fixed;z-index:999;right: 30px;bottom:100px;background-color: #ECE5DD;width: 300px; height:0px;box-shadow: 0px 0px 10px #075E54;overflow-y: hidden;border-radius: 5px; transition: all 0.3s ease-out; }
.myk-panel .myk-list{background-color: #ffffff;overflow: hidden;display: block; padding: 20px 10px;color:#333; text-decoration: none; font-family: Arial, Helvetica, sans-serif;border-bottom: 2px solid #cccccc}
.myk-panel .myk-ava {width: 40px;float: left;margin-right:20px }
.myk-panelhead{background-color: #25D366;text-align: center;color: white;height: 100px;}
.myk-panelhead h2{font-size: 1.3rem; font-weight: bold;margin-bottom: 0;}
.myk-panelhead h5, .myk-name{font-size: 0.8rem !important;}

.myk-paneltitle{font-weight: lighter}
.myk-show{height:353px;}
.myk-panelbody{height: calc(100% - 100px)}
.myk-panelbody a:last-child {border-bottom: 0 !important}

@media only screen and (max-width: 400px) {
    .myk-panel{width: 100%;right: 0;top: 0;bottom: 0;}
    .myk-panel.myk-show{height: 100%}
}
.myk-close{display: block;background-color: #075E54;cursor: pointer;opacity: 0.4;text-align: center;width: 50px;transition: ease all 0.2s;overflow: hidden;}
.myk-close:hover{opacity: 0.6;}
/* Footer Whatsapp Icon Menu Son **/