﻿/******************
* 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: 100%;
    transition: all ease 0.3s;
    object-fit: contain;
}
.card: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;
}


/***********
VİDEO SECTİON
**********/
.video-section .video-preview-info{
    position:absolute;
    z-index:999;
    top:50%;
    left:50%;
    text-align:center;
    transform:translate(-50%,-50%);
}
.video-section .video-preview-info .video-btn {
    background: red;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer
}
.video-section .video-preview-info .title{
    color: #fff;
    font-weight: 500;
    font-size: 25px;
}
.video-show{
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display:none
}
.video-show .content{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    width:1000px;
    max-width: 90%;
    border-radius:10px;
    overflow:hidden;

}
.video-show .content iframe{
    width:100%;
}
.video-show .t-back{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
        z-index:-1
}
.video-show button{
   outline:none;
   border:0;
   width:25px;
   background:transparent;
   z-index:9999;
   color:#fff;
   position:absolute;
   right:15px;
   top:15px;
   font-size:25px
}

/********
ABOUT BANNER
********/
.about-img-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}
.about-img-wrap .mask-img-wrap {
    -webkit-mask-image: url(/Content/assets/banners/mask_img.png);
    mask-image: url(/Content/assets/banners/mask_img.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 472px;
    width: 417px;
    margin: 0 auto;
    animation: upDown 3s ease-in-out infinite;
    position:relative;
}
.about-img-wrap .mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position:relative;
}
.about-img-wrap .mask-img-wrap::before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,0.5);
    z-index:99
}
.about-img-wrap .shape img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
@keyframes upDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px); /* Yukarı hareket */
    }

    100% {
        transform: translateY(0px);
    }
}
/***************************/

.arrow-downhny {
    position: fixed;
    bottom: 15px;
    margin: 0 auto;
    text-align: center;
    bottom: 50px;
    left: 45px;
    display:none;
    z-index:9999;
}
.arrow-downhny.right-side{
    right:45px;
    left:unset
}
.arrow-downhny .arrow-down-icon {
  background: #fff;
     display: flex;
    align-items: center;
    justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}
.arrow-downhny .arrow-down-icon span.fa {
  color: #1b1a1a;
  line-height: 40px;
}
@-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);
    }
}

/********
SEARCH BOX
********/
.search-box {
    display: flex;
    align-items: center;
    margin-right: 15px;
    position:relative;
}
.search-box .controlls{
    display: none;
    position: absolute;
    width: 320px;
    right: 0;
    background: #fff;
    padding: 15px;
    border: 1px solid #c03429;
}
.search-box .controlls button{
    border: 0;
    background: transparent;
    outline: none;
}
.search-box:focus-within .controlls{
    display:block;
    display: flex;
}
