﻿.header-contact ul li a {
    color: #d1b8b8;
}

.icon-nav ul li a span {
    position: absolute;
    background-color: #ff4c3b;
    padding: 2px 7px;
    color: #fff;
    top: 20px;
    text-transform: uppercase;
    font-size: 9px;
    left: 25px;
    line-height: 1.3;
}

.hidden {
    display: none;
}

div.overflow-auto {
    height: 330px;
    overflow: auto;
    text-align: justify;
    width: 100%;
}

.validation-summary-errors ul li {
    display: flow-root;
}
.starrr {
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
    font-size: 20px;
    cursor: pointer;
}
    .starrr .fa-star {
        margin-right: 3px;
    }
.starrr .fa-star-o {
    margin-right: 3px;
}
.star {
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
    font-size: 20px;
    cursor: pointer;
}

.validation-summary-errors {
    background: #ffc107;
    padding-right: 4rem;
    border-color: #edb100;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #7b7b7b;
}
.nav-link.active {
    font-weight: bold;
}

.product-detail p {
    font-size: 14px;
    margin-top: 5px;
    max-height: 55px;
    line-height: 18px;
    font-weight: 400;
    color: #777;
    text-align: center;
}
.order-box .qty li{    margin-bottom: 5px;}

@media (min-width:768px) {
    .my-hide-mobile {
        display: none;
    }
    .f-fiyat {
        display: block;
    }
    .variant {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .my-hide-mobile {
        display: block;
    }
    .f-fiyat {
        display: none;
    }
    .variant {
        width: 100%;
    }
}



.variant-btn {
    border-radius: 5px;
    margin: 0;
    padding: 2px;
    border: 1px solid #c9cac4;
}


/***************** product slider *************/

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

    .preview-thumbnail.nav-tabs li {
        width: 19%;
        margin: 0.5%;
        cursor: pointer;
    }

        .preview-thumbnail.nav-tabs li img {
            max-width: 100%;
            display: block;
        }

        .preview-thumbnail.nav-tabs li a {
            padding: 0;
            margin: 0;
        }

        .preview-thumbnail.nav-tabs li:last-of-type {
            margin-right: 0;
        }

.tab-content {
    overflow: hidden;
}

    .tab-content img {
        width: 100%;
        -webkit-animation-name: opacity;
        animation-name: opacity;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
    }

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
