﻿/******************
* 1.thumbnail
* 2.tab menu
* 3.product detail
* 4.product slider
* 5.tiles
* 6.card
******************/

/****** thumbnail ******/
.thumbnail {
    text-align: center;
    border: 1px solid #dedede;
    margin-bottom: 20px
}

    .thumbnail .caption {
        color: #000;
    }


.list-group-item a {
    color: #000;
}

.list-group-item.active a {
    color: #fff;
}

/***** card *****/
.card-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.card-img img {
    height: 16rem;
    width: auto;
    transition: all ease 0.3s;
    
}

/*.card-img::before {
        content: "";
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        top: 0;
        left: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }*/

.card-custom:hover img {
    transform: scale(1.2);
    transition: all 500ms;
}

.card .btn-primary {
    background: #203643;
    border: 1px solid #203643
}

/***** Tiles *****/
.tiles-item {
    margin-bottom: 24px;
    position: relative;
    overflow: hidden
}
.tiles-item img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition: all 500ms;
    }
.tiles-item .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 500ms;
    }
.tiles-item .content .desc {
            opacity: 0;
            transform: translateY(25);
            transition: all 500ms;
        }
.tiles-item .content * {
            color: #fff;
        }
.tiles-item h2 {
        transition: all 500ms;
        font-size: 150%;
    }
.tiles-item:hover .desc {
        opacity: 1;
        transform: translateY(0);
    }
.tiles-item:hover img {
        transform: scale(1.2);
        filter: blur(2px);
    }


/***** Tab menu *****/
.tab-menu ul {
    display: inline-block;
    margin-bottom: 0;
    list-style: none
}

    .tab-menu ul li {
        float: left;
        padding: 15px;
    }

        .tab-menu ul li a {
            text-decoration: none;
            font-size: 16px;
        }

        .tab-menu ul li.active {
            border-bottom: 3px solid #000;
            background: #d81324
        }

            .tab-menu ul li.active a {
                color: #fff;
            }

.tab-content {
    display: none;
    padding: 25px;
}

    .tab-content.active {
        display: block;
    }


/***** Product Detail *****/
/***** Product Detail *****/
.product-detail {
    margin: 0 0 2em 0;
    border: 1px solid #dedede;
    background: #fff;
}

    .product-detail .img-product {
        width: 100%;
        max-height: 500px;
        object-fit: contain;
    }

.product-info {
    border-left: 1px solid #dedede;
}

    .product-info .content {
        padding: 30px 30px 10px 30px;
        position: relative;
    }

    .product-info strong {
        margin-right: 10px;
        width: 100px;
        display: inline-block;
    }

.product-detail .line {
    padding: 5px 0;
}

.product-detail .price-wrapper {
    margin: 51px 0;
}

.price-wrapper .sale-regular .sale {
    font-size: 2rem;
    color: #ee0d09;
    font-weight: 500;
    margin-right: 1.2rem;
}

.price-wrapper .sale-regular .regular {
    font-size: 1.3rem;
    color: #c4baba;
    text-decoration: line-through;
}

.price-wrapper .sale-regular ul {
    display: flex;
    align-items: center;
}

    .price-wrapper .sale-regular ul li {
        margin-right: 15px;
    }

.price-earning {
    display: inline-block;
    border: 1px solid #efefef;
    background-color: #f9f9f9;
    font-family: Barlow-Bold;
    text-align: center;
    background: url(//st2.myideasoft.com/idea/cb/13/themes/selftpl_5d4d5644df40b/assets/images/icon-earning.svg?revision=7.1.5.0-1-1627648597) no-repeat top 5px center;
    padding: 49px 15px 15px 15px;
    width: 100%;
}

.quantity-controls {
    display: inline-flex;
    border: 1px solid #eaeaea;
    height: 50px;
    margin-right: 15px;
    border-radius: 3px;
}

    .quantity-controls button {
        border: 0;
        background: transparent;
        outline: none;
        width: 25px;
        font-size: 1.5rem;
    }

    .quantity-controls input {
        border: 0;
        width: 50px;
        outline: none;
        text-align: center;
        font-size: 1.5rem;
    }

.cart-button div {
    float: left
}


.product-detail h1 {
    font-size: 22px;
}

.fa-star {
    color: #ee0d09
}

/***** product slider *****/
.product-slider {
    text-align: center;
    background: rgb(238 238 238);
}

    .product-slider .item {
        float: left;
        text-align: center;
    }

    .product-slider img {
        display: inline-block !important;
        width: 200px;
        min-height: 200px;
        object-fit: cover;
    }

/*
===============================================================
                       HABER PAGE 
===============================================================
*/

.news-block-two {
    position: relative;
    margin-bottom: 70px;
}

    .news-block-two .image {
        position: relative;
        margin-bottom: 20px;
        border: 1px solid #dedede;
    }

    .news-block-two .image {
        overflow: hidden;
    }

        .news-block-two .image img {
            width: 100%;
            transition: .5s;
        }

    .news-block-two .inner-box:hover .image img {
        transform: scale(1.1);
        opacity: .5;
    }

    .news-block-two.blog-single-post .inner-box:hover .image img {
        transform: scale(1);
        opacity: 1;
    }

    .news-block-two .date {
        position: relative;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .news-block-two .meta-info {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 15px;
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 15px;
    }

        .news-block-two .meta-info li {
            font-size: 18px;
            font-weight: 500;
            color: #acacac;
            margin-right: 30px;
            position: relative;
        }

            .news-block-two .meta-info li:before {
                position: absolute;
                content: '/';
                right: -18px;
            }

            .news-block-two .meta-info li:last-child:before {
                display: none;
            }

    .news-block-two h3 {
        position: relative;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 18px;
    }

        .news-block-two h3 a {
            color: #001659;
            transition: .5s;
        }

    .news-block-two .text {
        margin-bottom: 30px;
    }

/*Poat Widget*/

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 90px;
    min-height: 20px;
    border-bottom: 1px solid #e1e1e1;
}

    .sidebar .popular-posts .post:last-child {
        margin-bottom: 0px;
    }

    .sidebar .popular-posts .post .post-thumb {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 70px;
        background-color: #000;
        overflow: hidden;
    }

        .sidebar .popular-posts .post .post-thumb img {
            display: block;
            width: 100%;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

        .sidebar .popular-posts .post .post-thumb:hover img {
            opacity: 0.5;
            transform: scale(1.05);
        }

    .sidebar .popular-posts .post .text {
        position: relative;
        margin-top: -4px;
        font-size: 18px;
        margin: 0px 0px 0px;
        font-weight: 500;
        color: #242424;
        line-height: 1.6em;
        text-transform: capitalize;
    }

        .sidebar .popular-posts .post .text a {
            color: #001659;
            display: inline-block;
            line-height: 20px;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

    .sidebar .popular-posts .post a:hover {
        text-decoration: underline;
    }

.sidebar .popular-posts .post-info {
    font-size: 15px;
}

/*SATIR SAYISI*/

.ucSatir {
    overflow: hidden;
    line-height: 10px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 58px;
}

.whatsapp {
    transition: 0.3s ease-in-out;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(112, 207, 43, 0.5), 0 0 0 10px rgba(112, 207, 43, 0.5), 0 0 0 20px rgba(112, 207, 43, 0.5);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 9, 0, 0.15), 0 0 0 20px rgba(112, 207, 43, 0.5), 0 0 0 30px rgba(50, 100, 245, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(112, 207, 43, 0.5), 0 0 0 10px rgba(112, 207, 43, 0.5), 0 0 0 20px rgba(112, 207, 43, 0.5);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(112, 207, 43, 0.5), 0 0 0 20px rgba(112, 207, 43, 0.5), 0 0 0 30px rgba(50, 100, 245, 0);
    }
}
