﻿.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    width: auto;
    height: auto;
}

.swiper-container img {
    width: 100%;
    height: auto;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 20px;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.center {
    text-align: center;
}

.header {
    background: rgb(0, 178, 255);
    color: #fff;
}

#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 4px;
    /* vertical-align: top; */
    margin-left: -7px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
}

/* İlgili görüntüyü belirli bir genişlik ve yükseklikte boyutlandır */
.product-image {
    /* width: 200px;
    height: 200px;
    object-fit: cover;*/
}


.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 0 4px;
        border-radius: 5px;
    }

        .pagination a.active {
            background-color: #1d9bd4;
            color: white;
            border: 1px solid aliceblue;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i');


.wsk-cp-product {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: relative;
    margin: 20px auto;
    /*    height:420px;
*/
}

.wsk-cp-img {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out;
}

    .wsk-cp-img img {
        width: 100%;
        transition: all 0.2s ease-in-out;
        border-radius: 6px;
        max-height: 300px;
    }

.wsk-cp-product:hover .wsk-cp-img {
    top: -5px;
}

    .wsk-cp-product:hover .wsk-cp-img img {
        box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    }

.wsk-cp-text {
    padding-top: 115%;
}

    .wsk-cp-text .category {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        padding: 5px;
        margin-bottom: 45px;
        position: relative;
        transition: all 0.2s ease-in-out;
    }

        .wsk-cp-text .category > * {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -khtml-transform: translate(-50%,-50%);
        }

        .wsk-cp-text .category > a {
            padding: 12px 30px;
            border: 1px solid #f0f8ff;
            background: #f0f8ff;
            color: #000;
            box-shadow: 0 10px 38px rgba(0,0,0,0.30), 0 5px 5px rgba(0,0,0,0.22);
            border-radius: 27px;
            transition: all 0.05s ease-in-out;
        }

.wsk-cp-product:hover .wsk-cp-text .category > a {
    border-color: #ddd;
    box-shadow: none;
    padding: 11px 28px;
}

.wsk-cp-product:hover .wsk-cp-text .category {
    margin-top: 0px;
}

.wsk-cp-text .title-product {
    text-align: center;
    height: 70px;
}

    .wsk-cp-text .title-product h3 {
        font-size: 15px;
        font-weight: bold;
        margin: 15px auto;
        overflow: hidden;
        /*        white-space: nowrap;
*/ text-overflow: ellipsis;
        width: 100%;
    }

.wsk-cp-text .description-prod p {
    margin: 0;
}
/* Truncate */
.wsk-cp-text .description-prod {
    text-align: center;
    width: 100%;
    height: 62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.card-footer {
    padding: 25px 0 5px;
    border-top: 1px solid #ddd;
}

    .card-footer:after, .card-footer:before {
        content: '';
        display: table;
    }

    .card-footer:after {
        clear: both;
    }

    .card-footer .wcf-left {
        float: left;
    }

    .card-footer .wcf-right {
        float: right;
    }

.price {
    font-size: 18px;
    font-weight: bold;
}

a.buy-btn {
    display: block;
    color: #212121;
    text-align: center;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #212121;
    transition: all 0.2s ease-in-out;
}

    a.buy-btn:hover, a.buy-btn:active, a.buy-btn:focus {
        border-color: #FF9800;
        background: #FF9800;
        color: #fff;
        text-decoration: none;
    }

.wsk-btn {
    display: inline-block;
    color: #212121;
    text-align: center;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    border-color: #FF9800;
    background: #FF9800;
    padding: 12px 30px;
    border-radius: 27px;
    margin: 0 5px;
}

    .wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active {
        text-decoration: none;
        color: #fff;
    }

.red {
    color: #F44336;
    font-size: 22px;
    display: inline-block;
    margin: 0 5px;
}

@media screen and (max-width: 1199px) {
    .product-image {
        width: 200px;
        height: 250px;
        object-fit: cover;
    }

    .title-product h3 {
        font-size: 13px !important;
    }
}


@media screen and (max-width: 991px) {
    .product-image {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }

    .wsk-cp-product {
        margin: 40px auto;
    }

        .wsk-cp-product .wsk-cp-img {
            /* top: -40px;*/
        }

            .wsk-cp-product .wsk-cp-img img {
                /* box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);*/
            }

        .wsk-cp-product .wsk-cp-text .category > span {
            border-color: #ddd;
            box-shadow: none;
            padding: 11px 28px;
        }

        .wsk-cp-product .wsk-cp-text .category {
            margin-top: 15px;
        }

    a.buy-btn {
        border-color: #FF9800;
        background: #FF9800;
        color: #fff;
    }
}

.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .wsk-cp-img img {
        max-height: inherit !important;
    }

    .product-image {
        width: 200px;
        height: 430px;
        object-fit: cover;
    }

    .title-product h3 {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 700px) {
    .product-image {
        width: 200px;
        height: 250px;
        object-fit: cover;
    }
}


    @media screen and (max-width: 600px) {
        .product-image {
            width: 200px;
            height: 300px;
            object-fit: cover;
        }

        table#cart tbody td .form-control {
            width: 20%;
            display: inline !important;
        }

        .actions .btn {
/*            width: 36%;
margin: 1.5em 0;*/            
        }

        .actions .btn-info {
            float: left;
        }

        .actions .btn-danger {
            float: right;
        }

        table#cart thead {
            display: none;
        }

        table#cart tbody td {
            display: block;
            padding: .6rem;
            min-width: 320px;
        }

        table#cart tbody tr td:first-child {
        }

        .product-link{height:30px;}

        table#cart tbody td:before {
            content: attr(data-th);
            font-weight: bold;
            display: inline-block;
            width: 100%;
        }

        table#cart tfoot td {
            display: block;
        }

            table#cart tfoot td .btn {
                display: block;
            }
    }

@media screen and (max-width: 550px) {
    .product-image {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }

    .title-product h3 {
        font-size: 12px !important;
    }

    .wsk-cp-text .category {
        margin-top:40px;
    }