﻿/* Ürünler İtem */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

.owl-item > .product-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    float: left;
    cursor: pointer;
}

.dt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6% 0;
}

.page-title2 > div > div > .gif {
    margin: 0 auto;
    width: 259px;
    height: 423px;
    object-fit: cover;
    object-position: 50% 50%;
    position: static;
    box-shadow: 0 0 0 #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-title2 > div > div > div > h1 {
    display: inline-block;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    letter-spacing: normal;
    font-size: 20px;
    color: #000;
    font-weight: 900;
    position: relative;
    margin-bottom: 25px;
}


.page-title2 > div > div > div > h2 {
    display: block;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    letter-spacing: normal;
    font-size: 40px;
    color: #000;
    font-weight: 900;
    position: relative;
    margin-bottom: 25px;
}

    .page-title2 > div > div > div > h2 > span {
        background: linear-gradient( to bottom, #FFB3C1 0%, #FFB3C1 100% );
        background-position: 0 85%;
        background-repeat: repeat-x;
        background-size: 1px 10px;
        color: #000;
        text-decoration: none;
        transition: background-size .2s;
    }

.container-fluid.p0 {
    padding: 0;
}

.product-item {
    position: relative;
    overflow: hidden;
    width: 25%;
    border-style: solid;
    border-color: #fff;
    border-width: 2.5px;
    float: left;
    cursor: pointer;
}

    .product-item:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        top: 100%;
        content: '';
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }

    .product-item img {
        vertical-align: top;
        max-width: 100%;
        backface-visibility: hidden;
    }

    .product-item figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-item h3,
    .product-item h5 {
        margin: 0;
        opacity: 0;
        letter-spacing: 1px;
    }

    .product-item h3 {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Raleway', sans-serif;
        font-size: 21px;
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        margin-bottom: 5px;
        color: #fff;
    }

    .product-item h5 {
        font-weight: normal;
        padding: 3px 10px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        color: #fff;
        margin-bottom: 15px;
        text-align: center;
    }

    .product-item a {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #FFFFFF;
        color: rgb(0, 0, 0) !important;
        font-family: 'Raleway', sans-serif;
        font-size: 15px;
        font-weight: 600;
        background: rgb(255, 255, 255) !important;
        border-radius: 0px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        height: 45px;
        min-width: 190px;
        padding: 0 15px;
        position: relative;
        z-index: 10;
        white-space: nowrap;
        outline: none;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        opacity: 0;
    }

    .product-item:hover:before,
    .product-item.hover:before {
        top: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .product-item:hover h3,
    .product-item:hover a,
    .product-item:hover h5 {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .product-item:hover h3,
    .product-item.hover h3 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .product-item:hover h5,
    .product-item.hover h5 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .product-item:hover a,
    .product-item.hover a {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
/* Ürünler İtem */
.breadcrumb {
    position: relative;
    background: transparent;
    z-index: 1;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.page-title {
    text-align: center;
}

    .page-title > div > div > .gif {
        margin: 0 auto;
        width: 176px;
        height: 176px;
        object-fit: cover;
        object-position: 50% 50%;
        position: static;
        box-shadow: 0 0 0 #000;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .page-title > div > div > h1 {
        font-size: 30px;
        color: #000;
        font-weight: 900;
        font-family: 'Raleway', sans-serif;
    }

    .page-title > div > div > .breadcrumb > h2 {
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 16px;
        line-height: 1.5em;
        color: #000;
        font-weight: 400;
        position: relative;
        margin-bottom: 35px;
    }

    .page-title > div > div > .breadcrumb > h3 {
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 16px;
        line-height: 1.5em;
        color: #000;
        font-weight: 900;
        position: relative;
        margin-bottom: 25px;
    }

        .page-title > div > div > .breadcrumb > h3 > span {
            padding: 3px 5px;
            margin: 10px 15px;
        }

            .page-title > div > div > .breadcrumb > h3 > span:nth-child(1) {
                background-color: #F5EC9D;
            }

            .page-title > div > div > .breadcrumb > h3 > span:nth-child(2) {
                background-color: #C4EBFF;
            }

            .page-title > div > div > .breadcrumb > h3 > span:nth-child(3) {
                background-color: #D9FFE1;
            }

            .page-title > div > div > .breadcrumb > h3 > span:nth-child(4) {
                background-color: #EFC2FF;
            }

            .page-title > div > div > .breadcrumb > h3 > span:nth-child(5) {
                background-color: #970066;
            }

            .page-title > div > div > .breadcrumb > h3 > span:nth-child(6) {
                background-color: #00977d;
            }

            .page-title > div > div > .breadcrumb > h3 > span:nth-child(7) {
                background-color: #1a9700;
            }

            .page-title > div > div > .breadcrumb > h3 > span:nth-child(8) {
                background-color: #973100;
            }

            .page-title > div > div > .breadcrumb > h3 > span:nth-child(9) {
                background-color: #669700;
            }

            .page-title > div > div > .breadcrumb > h3 > span:nth-child(10) {
                background-color: #006697;
            }

.sirkuler {
    float: left;
    width: 48%;
    margin: 5px;
    color: #fff;
    background-color: #263277;
}

.hizmeticerik {
    background: #f4f4f4;
}

.sirkuler * {
    color: #fff;
}

.sirkuler .iconic {
    font-size: 34px;
    padding: 5px;
    text-align: center;
}

    .sirkuler .iconic a {
        color: #fff;
    }

.ProductLeft {
    margin-top: 10px;
    padding: 0 10px 0 0;
}
/* Kategoriler */
.ListScnz .srla {
    border-radius: 0;
    border-color: #D4D4D4;
    margin-bottom: -1px;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../img/rgt.png) no-repeat right #fff;
    border-top: 0;
    padding-left: 10px;
}

    .ListScnz .srla:focus {
        background: url(../../img/rgtt.png) no-repeat right #fff;
    }

    .ListScnz .srla::before {
        position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f107";
        top: 0;
        right: 0;
        z-index: 1;
    }

.ProductLeft > div {
    background: transparent;
    margin-bottom: -1px;
}

    .ProductLeft > div:first-child {
        margin-bottom: 0;
    }

.sirkuler_kat {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    width: 35%;
}

    .sirkuler_kat .katH2 {
        border: none;
    }

.tgKat {
    margin: 0 0 5px 0;
    font-size: 14px;
}

    .tgKat.ucretli {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 1;
        background-color: #fff;
        padding: 5px 10px;
    }

        .tgKat.ucretli > ul > li > a:hover, .tgKat.ucretli > ul > li > a:focus {
            border-color: #131454;
            transition: border-color .3s ease-in;
            background: #2e3192;
            color: #fff;
        }

    .tgKat .sirkuleryil li {
        text-align: center;
        padding: 0;
        margin: 5px auto;
    }

        .tgKat .sirkuleryil li h3 a {
            color: #000;
        }

        /*.tgKat .sirkuleryil li h3:hover a {
            color: #fff;
        }*/

        .tgKat .sirkuleryil li h3 {
            margin: 0;
            font-size: 13px;
            font-family: 'Raleway', sans-serif;
        }

    .tgKat > ul > li.open > .dropdown-menu {
        display: block;
        background-color: #fbfbfb;
    }

.tgMrk {
    margin: 5px;
    font-size: 12px;
}

.tgRnk {
    margin: 5px;
    font-size: 12px;
}

.tgFyt {
    margin: 5px;
    font-size: 12px;
}

/* Fiyat Filter */
.PriceFrm {
}

    .PriceFrm > label, .PriceFrm > span {
        display: inline-block;
        color: #7c7c7c;
        font-weight: normal;
        margin: 2px 0px 12px;
    }

    .PriceFrm > .pull-left, .PriceFrm > .pull-right {
        width: 50%;
    }

    .PriceFrm > div > input {
        display: inline-block;
        border: 0;
        width: 30px;
        font-weight: bold;
        color: #7c7c7c;
        font-weight: normal;
        background: #fff;
    }

.btnFltrle {
    display: block;
    margin: 5px 0;
    color: #7c7c7c;
    font-weight: 500;
    padding: 5px 0;
    text-align: right;
}
/* Filter Temizle */
.katH2 > a > i.fa-trash-o {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.fltr > div > a {
    border-left: 2px solid #fff;
    padding: 3px 9px;
    display: block;
    transition: border-color .4s ease-in;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

    .fltr > div > a > i {
        float: right;
        font-size: 14px;
        transition: transform .2s ease-in;
        color: #263277;
        margin-right: 3px;
    }
/* Sayfalama */
.pagination > li > span > span > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > span {
    position: relative;
    float: left;
    padding: 0;
    margin-left: 0px;
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    border: 0;
}

.SayfalamaNo span .active {
    background: #3b5ac5;
    color: #fff;
}

.sayfalama {
    text-align: center;
}

.pagination {
    float: none;
    display: inline-block;
    width: auto;
}

.ui-widget-header {
    background: #2e3192;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        box-shadow: 0 0 1px #2e3192;
    }
/**/
.snip1580 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #000;
    text-align: left;
    font-size: 14px;
    padding: 10px;
}

.buyukitem img {
    height: 362px;
}

.snip1580 * {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.snip1580 h6 {
    height: 30px;
}

.snip1580 img {
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 5px;
    width: 100%;
}

.snip1580 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.2);
}

.snip1580 h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 3px 0;
}

.snip1580 h5 {
    font-weight: 400;
    margin: 0;
    color: #bbb;
    letter-spacing: 1px;
}

.snip1580 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.snip1580:hover figcaption,
.snip1580.hover figcaption {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
}

.snip1580:hover h3,
.snip1580.hover h3,
.snip1580:hover h5,
.snip1580.hover h5 {
    color: #333;
}
/**/
@media(max-width:767px) {
    .sirkuler {
        float: left;
        width: 100%;
        margin: 5px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .sirkuler .iconic {
            font-size: 10vw;
            border: none !important;
        }
}

.ProductLeft {
    padding: 0;
    margin: 0;
    z-index: 2;
}

.buyukitem .snip1580 {
    margin: 0 10px !important;
    margin-left: 0 !important;
}

.ProductLeft .solmenu {
    padding: 25px 15px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.p10 {
    padding: 0 10px;
}

.katH2 {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

    .katH2 > a {
        display: block;
        padding: 15px;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 10px;
        margin-bottom: 5px;
        border-bottom: 1px solid #333333;
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        word-spacing: 5px;
    }

        .katH2 > a > i {
            float: right;
            margin: -3px 1px;
            font-size: 22px;
            vertical-align: super;
            transition: all .5s ease;
            color: #263277;
        }

            .katH2 > a > i.rttp {
                transform: rotate(-90deg);
                transition: all .5s ease;
            }

/* Kategoriler Liste */
.tgMrk > ul > li > a, .tgRnk > ul > li > a {
    border-left: 2px solid #fff;
    padding: 3px;
    display: block;
    transition: border-color .4s ease-in;
    display: inline-block;
    width: 100%;
}

    .tgMrk > ul > li > a:hover, .tgKat > ul > li > a:focus {
        border-color: #2e3192;
        transition: border-color .3s ease-in;
        color: #c6a47e;
    }

.tgKat > ul > li > a {
    padding: 3px;
    padding-left: 15px;
    display: block;
    transition: border-color .4s ease-in;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    word-break: break-all;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    word-spacing: 5px;
    color: #000;
}

    .tgKat > ul > li > a:before {
        content: '';
        width: 5px;
        height: 2px;
        background: #000;
        position: absolute;
        margin-top: 12px;
        left: 5px;
        top: 0px;
    }

    .tgKat > ul > li > a.active {
        color: #c6a47e;
    }

        .tgKat > ul > li > a.active:hover, .tgKat > ul > li > a.active:focus {
            color: #000;
        }

    .tgKat > ul > li > a > i {
        position: absolute;
        right: 10%;
        float: right;
        font-size: 14px;
        transition: transform .2s ease-in;
        color: #000;
        margin: 2px 5px;
    }

/*.tgKat > ul > li:hover > a > i {
    color: #fff;
}*/

.tgKat > ul > .open > a > i {
    transform: rotate(45deg);
    transition: transform .2s ease-in;
    color: #2e3192;
}

.tgKat > ul > li > a:hover, .tgKat > ul > li > a:focus {
    border-color: #131454;
    transition: border-color .3s ease-in;
}
/* Kategori Dropdown */
.tgKat > ul > li > ul {
    position: relative;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
}

    .tgKat > ul > li > ul > li > a {
        padding: 3px 5px;
        border-left: 2px solid #C7D0DE;
        font-size: 12px;
    }

    .tgKat > ul > li > ul > li > ul {
        position: relative;
        box-shadow: none;
        border: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        margin: 0 5px 5px 2px;
    }

        .tgKat > ul > li > ul > li > ul > li > a {
            padding: 3px 5px;
            border-left: 2px solid #C7D0DE;
            font-size: 12px;
        }

.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-menu .sub-menu {
    position: relative;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    margin: 0 5px 5px 2px;
}

.dropdown-menu > li > a > i {
    float: right;
    font-size: 14px;
    transition: transform .2s ease-in;
    color: #5c5c5c;
    margin-right: 10px;
}

.dropdown-menu > .open > a > i {
    transform: rotate(45deg);
    transition: transform .2s ease-in;
}

.card-container {
    height: 100%;
    border: 10px solid #fff;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

    .card.card-style-2 {
        border: none;
    }

.card-container a .card {
    height: 100%;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.img-wrap {
    position: relative;
    overflow: hidden;
    z-index: 3;
    height: 250px;
    width: 100%;
    background: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card.card-style-2 .img-wrap {
    height: 12.25rem;
    margin: 0;
    width: 100%;
}

.img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: inherit;
    min-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: 0.4s;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card.card-style-2 .card-body {
    padding-top: 1.875rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: -1.5rem;
    background: white;
    z-index: 4;
}

.card.card-style-2 .card-title {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3125rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: black;
}

.card.card-style-2 .link {
    display: flex;
    justify-content: space-between;
}

.btn-3 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.9375rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #c6a47e;
    transition: 0.2s;
    outline: none !important;
    position: relative;
    text-transform: capitalize;
    -ms-transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1);
    transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1);
    -webkit-transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1);
    padding-left: 35px;
    margin-top: 20px;
}

    .btn-3::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 1px;
        border-radius: 0.5px;
        background: currentColor;
        bottom: 0;
        left: 0;
        transition: 0s;
        z-index: 0;
        margin-left: 0;
        transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1);
    }

    .btn-3::after {
        content: "";
        border: none;
        border-right: 1px solid #c6a47e;
        border-bottom: 1px solid #c6a47e;
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        background: transparent;
        left: 31px;
        top: 50%;
        transform: translateY(-50%) rotate( -45deg ) scale(0);
        transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1);
    }

.card.card-style-2 .card-body p {
    font-size: 16px;
    color: #555;
    padding-top: 15px;
}

.blogdetay {
    margin-bottom: 30px;
}

.insankaynaklari {
    margin-bottom: 30px;
}

    .insankaynaklari .iksoltaraf {
        padding-right: 75px;
    }

    .insankaynaklari h2 {
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .insankaynaklari .iksoltaraf .ofis b {
        font-size: 20px;
        font-weight: 600;
    }

    .insankaynaklari .iksoltaraf .ofis {
        margin-bottom: 10px;
    }

    .insankaynaklari .iksoltaraf p {
        padding: 0 0;
        font-size: 18px;
    }

    .insankaynaklari .iksoltaraf i {
        margin-right: 10px;
        font-size: 22px;
        color: #555;
    }

    .insankaynaklari .iksoltaraf span {
        font-size: 18px;
        color: #555;
    }

    .insankaynaklari .iletform {
        margin-top: 40px;
    }

    .insankaynaklari .iksoltaraf .adress {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0,0,0,.125);
        margin-bottom: 15px;
    }

        .insankaynaklari .iksoltaraf .adress:last-child {
            border: 0;
            margin: 0;
        }

        .insankaynaklari .iksoltaraf .adress b {
            font-size: 20px;
            font-weight: 600;
        }

        .insankaynaklari .iksoltaraf .adress i {
            margin-top: 10px;
        }

    .insankaynaklari .iksagtaraf input {
        padding-top: 0;
        padding-bottom: 0;
        height: 36px;
        background-color: #ffffff;
        font-size: 13px;
        color: #000;
        border-width: 1px 1px 1px 1px;
        border-color: #e8eaf0;
        border-radius: 0px;
    }

        .insankaynaklari .iksagtaraf input[type="radio"] {
            height: inherit;
        }

        .insankaynaklari .iksagtaraf input.text {
            border: none;
        }

    .insankaynaklari .iksagtaraf textarea {
        padding-top: 0;
        padding-bottom: 0;
        height: 36px;
        background-color: #ffffff;
        font-size: 13px;
        color: #000;
        border-width: 1px 1px 1px 1px;
        border-color: #e8eaf0;
        border-radius: 0px;
    }

        .insankaynaklari .iksagtaraf textarea::placeholder {
            line-height: 55px;
            font-size: 14px;
        }

    .insankaynaklari .iksagtaraf .Buton {
        border: 0;
        border-radius: 25px;
        text-transform: uppercase;
        transition: all .2s;
        background: #c6a47e;
        width: 100px;
        height: 40px;
        color: #ffffff;
        border-color: #ffffff;
        margin-top: 10px;
    }

        .insankaynaklari .iksagtaraf .Buton:hover {
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            transition: all .2s;
        }

.p5 table label {
    padding: 0 10px;
}

.iksagtaraf .satirY.sol {
    padding-right: 15px;
}

.iksagtaraf .satirY.sag {
    padding-left: 15px;
}

@media screen and (max-width: 1000px) {
    .snip1492 {
        width: 98%;
        display: inline-block;
        margin: 4px;
    }

    .insankaynaklari .iksoltaraf {
        padding-right: 5px;
    }

    .urun-detay-sag h1 {
        font-size: medium;
        margin-bottom: 0;
    }

    .iksagtaraf .satirY.sol {
        padding-right: 0;
    }

    .iksagtaraf .satirY.sag {
        padding-left: 0;
    }

    .page-title h1 {
        top: 200px;
        font-size: 26px;
    }

    .snip1580 {
        margin: 0;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .ProductLeft > div:first-child {
        margin-bottom: 30px;
    }

    .ProductRight .py-20p {
        padding: 20px;
    }
}

.icerik > p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
    margin-bottom: 20px;
}

.blogicerikyeni {
    margin-bottom: 30px;
}

    .blogicerikyeni .c-card__footer-latest-content {
        padding: 15px;
    }

    .blogicerikyeni .card.card__normal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: box-shadow 150ms,-webkit-transform 150ms;
        transition: transform 150ms,box-shadow 150ms,-webkit-transform 150ms;
    }

    .blogicerikyeni .card {
        position: relative;
        width: 100%;
        background-color: #fff;
    }

    .blogicerikyeni .card-cover {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 100%;
        height: 240px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .blogicerikyeni .card-cover.card-cover__footer-latest {
            height: 240px;
        }

    .blogicerikyeni .blog-post-cover {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transition: opacity 180ms;
        transition: opacity 180ms;
    }

    .blogicerikyeni .card-content {
        position: relative;
        z-index: 5;
        padding: 15px;
        background-color: #f9f9f9;
        /*height: 300px;*/
        overflow: hidden;
    }

    .blogicerikyeni .uppercase {
        text-transform: uppercase;
    }

    .blogicerikyeni .text-xs {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        cursor: pointer;
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 20px;
        color: rgb(0, 0, 0);
        font-weight: 900;
        position: relative;
        margin-bottom: 25px;
        height: 50px;
    }

    .blogicerikyeni .mb-8 {
        margin-bottom: 8px;
    }

    .blogicerikyeni .bold {
        font-weight: 900;
    }

    .blogicerikyeni .text-s {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 16px;
        line-height: 1.5em;
        color: #000;
        font-weight: 400;
        position: relative;
        margin-bottom: 35px;
    }

    .blogicerikyeni .card-border {
        z-index: 25;
    }

    .blogicerikyeni .card-border {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        border-radius: 5px;
        -webkit-transition: border-color 80ms;
        transition: border-color 80ms;
    }

.iksagtaraf .sol {
    padding-right: 15px;
}

.iksagtaraf .sag {
    padding-left: 15px;
}

#sliderBenzer {
    position: relative;
    display: block;
    width: 100%;
    background-color: #f8f9fa;
    padding: 70px 0;
}

    #sliderBenzer > .container {
        padding: 0 6%;
    }

@media screen and (max-width: 1000px) {
    .product-item {
        width: 100%;
        margin: 0;
    }

    .page-title > div > div > .breadcrumb > h3 > span {
        margin: 0px 5px;
    }

    .page-title > div > div > .breadcrumb > h3 {
        font-size: x-small;
    }

    .blogicerik > h1 {
        font-size: x-large;
    }

    .iksagtaraf .sol {
        padding-right: 0;
    }

    .iksagtaraf .sag {
        padding-left: 0;
    }

    .blogicerik {
        padding: 0 15px;
    }

    .blogicerikyeni .c-card__footer-latest-content {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .buyukitem img {
        height: unset;
    }
}

.adresler .card-body {
    padding-top: 10px;
}

.adresler .card-header {
    font-size: 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    width: 100%;
}

.adresler button {
    font-size: 20px;
    color: #c6a47e;
}

    .adresler button:hover, .adresler button:active, .adresler button:focus {
        color: #000 !important;
        text-decoration: none;
    }


.urundetayisim {
    height: 60px;
    overflow: hidden;
}


.iletisimcheck {
    padding: 0 !important;
    margin: 0 !important;
    height: unset !important;
    margin-right: 15px !important;
}

.bslkbENZR {
    font-family: 'Raleway', sans-serif;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    font-weight: 400;
    position: relative;
    margin-bottom: 35px;
}

.prd {
    border: 5px solid #fff;
}

@media screen and (min-width: 1400px) {
    .container-fluid.p0 {
        padding: 0 20px;
    }
}

@media screen and (min-width: 1600px) {
    .container-fluid.p0 {
        padding: 0 20px;
    }
}

@media screen and (min-width: 1700px) {
    .container-fluid.p0 {
        padding: 0 20px;
    }
}

@media screen and (min-width: 1900px) {
    .container-fluid.p0 {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1000px) {
    .dt {
        display: block;
    }
}
