﻿
.product-home-slider {
    /*background-color: #f5f5f5;*/
    background-image: linear-gradient(#f5f5f5, #ffffff);
    width: 100%;
    /*border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;*/
}
.product-home-slider-title {
    font-size: 20px;
    margin-bottom: 0.5rem;
    margin-top: 0.9rem;
}

.category-home {
    background-image: url("https://sirius-image.s3.eu-central-1.amazonaws.com/tasarim/designer/kategoriler-bg.jpg");
    width:100%;
    padding:15px;
   background-size:cover;
   background-repeat:no-repeat;
  
}
.category-home-title {
    width:100%;
    font-size:19px;
}

.category-home-items > div {
    margin-right: -15px;
}
.category-home-item {
    float: left;
    width: 33.3333%;
    padding: 0 15px 15px 0;
    position:relative;
}
    .category-home-item > a, 
    .category-home-item > span {
        display: inline-block;
        width: 100%;
        box-shadow: 0 1px 2px #B7B6B6;
    }
        .category-home-item > a > img,
        .category-home-item > span > img {
            width: 100%;
        }

    .category-home-item > div {
        position:absolute;   
        top:18px;
        left:24px;
    }
        .category-home-item > div > a {
            font-size: 16px;
            color: #808080;
            display: inline-block;
        }
            .category-home-item > div > a > div {
                font-size: 16px;
                font-weight: bold;
                line-height: 1.2;
                margin-bottom: 0.5rem;
                margin-top: 0;
            }
        .category-home-item > div > ul > li > a {
            font-size: 13px;
            color: #808080;
        }
            .category-home-item > div > ul > li > a:hover {
                color: #057bd3;
                text-decoration:underline;
            }

.ebulten {
    width:100%;
    display:block;
    background-color:#dbdbdb;
    padding:20px 0;
}
    .ebulten > .container > .row > strong {
        display: block;
        width: 100%;
        text-align: center;
        color: #0062cc;
        font-size: 18px;
    }
    .ebulten > .container > .row > span {
        display: block;
        width: 100%;
        text-align: center;
        color: #808080;     
        padding:10px 0 15px 0;
    }
    .ebulten > .container > .row {
        display: flex;
        justify-content: center;
        text-align: center;
    }
        .ebulten > .container > .row > div label {
            float: left;
            font-weight:bold;
            padding-top:5px;
            font-size:15px;
        }
        .ebulten > .container > .row > div div {
            float: left;
        }

.home-text {
    width:100%;
    display:block;
}
    .home-text .accordion {
        width:100%;
    }
    .home-text .card-header {
       padding:2px 3px !important;
    }
    .home-text .btn-link {
        font-weight: 400;
        color: #676767;
        text-decoration: none;
        font-weight:bold;
    }



/*#region Comment */
.home-comment {
    display: block;
    width: 100%;
    margin-top:10px;
    margin-bottom:50px;
}
.commnet-item {
    background-color: #f1f1f1;
    margin: 8px 0;
    padding: 10px !important;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ececec;
}

.commnet-avatar {
    border-radius: 50%;
    padding: 20px;
    font-size: 30px;
    background-color: #e6e6e6;
    border: 1px solid #dcdcdc;
}

.commnet-date {
    width: 100%;
    display: inline-block;
    font-style: italic;
}

.commnet-rating .fas {
    color: #f28b00
}

.commnet-name {
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0;
}

.commnet-page {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}

    .commnet-page li {
        float: left;
        padding: 5px 10px;
        margin: 3px;
        background-color: #676767;
        color: #fff;
        border-radius: 5px;
        border: 1px solid #676767;
    }

        .commnet-page li:hover, .commnet-page li.active {
            cursor: pointer;
            background-color: #fff;
            color: #676767;
            border: 1px solid #676767;
        }
.home-comment-link {
    width:100%;
    text-align:right;
}
    .home-comment-link > a {
        font-size: 12px;
        color: #a4a4a4;
        float: right;
        margin-top: 10px;
        margin-right: 10px;
        text-decoration: underline;
    }


/*#endregion */

.tab-contaner {
    overflow: hidden;
    height: 0;
}

    .tab-contaner.activ {
        height: auto;
    }
.product-home-slider > div > div {
    margin-right: -15px;
    margin-left: -15px;
}

.ami {
    width: auto;
    height: auto;
    float: left;
    margin-right: 25px;
}

    .ami li a {
        font-size: 13px;
        line-height: 22px;
        color: #666;
    }
.alt_sm_icon {
    width: 19px;
    height: 19px;    
    margin: 2px 5px 5px 0;
}

.hps-link {
    width: 100%;
    text-align: center;
    margin:10px 0;
}

    .hps-link > a {
        font-size: 14px;
        color: #aaa;
        margin-bottom: 30px;
    }

.ebulten #txt-ebulten {
    width: 100%;
}

@media screen and (max-width:767px) {
    .home-product-items { margin-right:2px; display:inline-block; }
    .home-product-item {width:50%;float:left;padding:5px 3px 3px 5px;}

     .slider-item {width: 48%;height:auto;}
    .product-home-slider { padding: 20px 6px;margin:16px 0;}

    .home-text { margin:0;}
    .home-text .tab-content {padding: 15px 10px;}

    .ebulten-text {width: auto; margin:0 5px; }

     .commnet-left {float: left; width: 100%;}
    .commnet-right {float: right;width:100%;}
    .commnet-avatar{display:none;}

    .product-home-slider .nav-item, .home-text .nav-item{width:100%}

    .ebulten > .container > .row > div label {width: 100%; display: block;}    
}

@media (min-width: 768px) {
    .home-product-items { margin-right:-11px; }
    .home-product-item {width:33.3333%;float:left;padding:0 12px 12px 0;}

    .slider-item {width: 32%;height:auto;}
    .product-home-slider { padding: 20px 0;margin:16px 0;}

    .home-text { margin:20px 0;}
    .home-text .tab-content {padding: 15px 10px;}

     .ebulten-text {width: auto; margin:0 5px; }

     .commnet-left {float: left; width: 14%;}
    .commnet-right {float: right;width:86%;}
    .commnet-avatar{display:inline-block;}

    .product-home-slider .nav-item, .home-text .nav-item{width:100%}

    .ebulten > .container > .row > div label {width: auto; display: normal;}
}

@media (min-width: 992px) {
    .home-product-items { margin-right:-11px; }
    .home-product-item {width:25%;float:left;padding:0 12px 12px 0;}

    .slider-item {width: 19%;height:auto;}
    .product-home-slider { padding: 20px 0;margin:0;}

    .home-text { margin:20px 0;}
    .home-text .tab-content {padding: 15px 0;}

    .ebulten-text {width: 500px; margin:0 30px; }

    .commnet-left {float: left; width: 13%;}
    .commnet-right {float: right;width:87%;}
    .commnet-avatar{display:inline-block;}

    .product-home-slider .nav-item, .home-text .nav-item{width:auto}

    .ebulten > .container > .row > div label {width: auto; display: normal;}
}

@media (min-width: 1200px) {
    .home-product-items { margin-right:-11px;display:inline-block }
    .home-product-item {width:25%;float:left;padding:0 12px 12px 0;}

    .slider-item {width: 16%;height:auto;}
    .product-home-slider { padding: 20px 0;margin:0;}

    .home-text { margin:20px 0;}
    .home-text .tab-content {padding: 15px 0;}

    .ebulten-text {width: 500px; margin:0 30px; }

    .commnet-left {float: left; width: 10%;}
    .commnet-right {float: right;width:90%;}
    .commnet-avatar{display:inline-block;}

    .product-home-slider .nav-item, .home-text .nav-item{width:auto}

    .ebulten > .container > .row > div label {width: auto; display: normal;}
}
