﻿.ozelliksec:hover {
    color: #000 !important;
    border-color: #000 !important;
}

.ozelliksec:focus {
    color: initial !important;
    border-color: initial !important;
}

.ozelliksec.active:focus {
    color: #8fbd27 !important;
    border-color: #8fbd27 !important;
}
#custom-product-item .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: none;
    border: none;
    width: 38px;
    height: 38px;
    background: #f7f8fa;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: all 0.2s linear;
    transform: translate(0%, -50%)
}

#custom-product-item {
    opacity: 0;
    transition: opacity 0.2s linear;
}

    #custom-product-item.tt-show {
        opacity: 1;
    }

    #custom-product-item .slick-arrow:hover {
        background: #2879fe;
        color: #ffffff;
    }

    #custom-product-item .slick-arrow:before {
        font-family: "wokiee";
        font-size: 20px;
        line-height: 1;
    }

    #custom-product-item .slick-prev {
        left: 10px;
    }

        #custom-product-item .slick-prev:before {
            content: "\e90d";
        }

    #custom-product-item .slick-next {
        right: 10px;
    }

        #custom-product-item .slick-next:before {
            content: "\e90e";
        }

    #smallGallery .slick-arrow.slick-disabled,
    #custom-product-item .slick-arrow.slick-disabled {
        opacity: 0;
        pointer-events: none;
    }


#toast-container > .alert-gosterim {
    background-color: rgba(32, 32, 32, .95);
    width: 230px;
}

#toast-container > .alert-gosterim > .toast-close-button {
    position: absolute;
    right: 7px;
    top: 0px;
}

    #toast-container > .alert-gosterim > .toast-close-button:hover {
        color: #c9c9c9;
    }

#toast-container > .alert-gosterim:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    /*line-height: 18px;*/
    float: left;
    color: #c9c9c9;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
    content: "\f0c0";
}

#zoom_03 {
    width: 100% !important;
    height: auto !important;
}

.product-thumbnails > li {
    background-color: #f9f9f9;
    border: medium none;
    display: inline-block;
    height: 75px;
    margin: 15px auto;
    text-align: center;
    width: 75px;
}

.resthumb img {
    max-width: 100%;
}

.chosen-container {
    /*display:none !important;*/
}

.ozelliksec {
    cursor: pointer;
}

.stokta-yok {
    pointer-events: none;
    cursor: default;
}

.strike-through {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/Content/images/stokta-yok-strike.png);
}

.stokta-yok .strike-through {
    display: block !important;
}

.ozelliksec {
    position: relative;
}

#stokadetuyari {
    font-size: 13px;
    color: #da0e33;
    margin-left: 10px;
    font-weight: bold;
}

.ozelliksec {
    margin-bottom: 10px;
}

    .ozelliksec ozelliksec1 active {
        background-color: #333333;
        color: #fff;
    }




.jcrop-holder {
    margin: 0 auto;
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #282935 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
}

#btnSepeteEkle{
    position:relative;
}
.button--loading {
    pointer-events: none;
}

.button__text {
    transition: all 0.2s;
}

.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}

.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

.button--loading::before {
    content: "";
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

#product-zoom-gallery{
    margin-top: 20px;
}

.product-gallery-item img {
    max-width: none;
    width: 100%;
    height: 100%;
    max-height: 210px;
    object-fit: cover;
}

.product-details-quantity {
    max-width: 171px;
    width: 120px;
}
.product-content ul {
    list-style-position: inside;
}
@media screen and (min-width: 1700px) {
    .product-details-quantity {
        min-width: 171px;
    }
}
@media screen and (min-width: 920px) {
    .product-details {
        padding-left: 20px;
        padding-top: 10px;
    }
}



.toast-message {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}