﻿.aciklama-area {
    position: relative;
    padding: 10% 5% 0;
    z-index: 0;
}

    .aciklama-area > img {
        margin-bottom: 35px;
    }

.isler-button {
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 1;
}

    .isler-button > a {
        display: block;
        padding: 10px;
        transition: all 0.2s ease, visibility 0s;
        border: 1px solid #000000;
        border-left: 0;
        background: rgba(255, 255, 255, 0);
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        font-size: 16px;
    }

        .isler-button > a:hover {
            background: #000000;
            text-decoration: underline;
            color: #fff;
        }

        .isler-button > a > .isler-button_container {
            display: flex;
            flex-basis: auto;
            justify-content: center;
            flex-direction: row;
            flex-grow: 1;
            align-items: center;
            overflow: hidden;
            height: 100%;
            width: 100%;
            transition: all .2s ease,visibility 0s;
        }

        .isler-button > a:hover > .isler-button_label {
            color: #FFFFFF;
            text-decoration-line: underline;
        }

        .isler-button > a > .isler-button_label {
            transition: inherit;
            color: #000000;
            text-decoration-line: none;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
            white-space: nowrap;
            min-width: 1.8em;
            max-width: 100%;
        }

        .isler-button > a:hover > .isler-button_icon {
            fill: #FFFFFF;
        }

        .isler-button > a > .isler-button_icon {
            transition: inherit;
            width: 14px;
            height: 14px;
            fill: #000000;
            display: none;
        }

.product-name {
    font-size: 35px;
    font-weight: 300;
    color: #b19777;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 20px 0;
}

.product-description {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
    margin-bottom: 20px;
}

.product-detay > h1,
.aciklama-area > .aciklama-area-right > span {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 212, 212);
    margin-bottom: 20px;
    display: inline-block;
    padding: 3px;
}

.product-detay > p,
.aciklama-area > .aciklama-area-right > h1 {
    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;
}

.aciklama-area > .aciklama-area-right {
    padding-left: 15%;
}

.gallery-item {
    position: relative;
    padding: 10px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
}

    .gallery-box .gallery-img {
        position: relative;
        overflow: hidden;
    }

/*.gallery-box .gallery-img > img {
            transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
            border-radius: 0;
        }*/

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.d-block {
    display: block !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #323232;
}

.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

/*.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}

.gallery-box:hover .gallery-img:after {
    background: rgba(0,0,0, 0.4);
}*/
/* icon */
.icon_area {
    position: relative;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(217,217,217,1);
    -moz-box-shadow: 0px 5px 5px -5px rgba(217,217,217,1);
    box-shadow: 0px 5px 5px -5px rgba(217,217,217,1);
}

    .icon_area > div > .col-2-icon {
        width: 20%;
        float: left;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 600;
    }

        .icon_area > div > .col-2-icon img {
            margin: 0 auto 7.5px;
            width: auto;
        }
/* icon */
/**/
.one-item-area {
    min-width: 650px;
    width: 650px;
    margin: 0 auto;
}

.country {
    float: right;
    margin: 15px 5px;
}

    .country select {
        background: #ffffff;
        border: 1px solid #3d3d3b;
        border-radius: 4px;
        width: 175px;
        color: #00afda;
    }
/**/
@font-face {
    font-family: 'Recoleta';
    src: url('../../font/fonts/5e1409589314cca9c0aa309f_Recoleta.woff2') format('woff2'), url('../../font/fonts//5e1409589314cc586faa309a_Recoleta.eot') format('embedded-opentype'), url('../../font/fonts//5e1409589314cc7ed9aa308f_Recoleta.woff') format('woff'), url('../../font/fonts//5e1409589314cce553aa309e_Recoleta.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

.urun-detay-sag h2 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
    margin: 0;
}

.urun-detay-sag h1 {
    font-family: Recoleta,sans-serif !important;
    font-size: 38px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: 15px;
}

.urun-detay-sag p span {
    font-family: OpenSans,sans-serif !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

tr {
    font-size: 12px;
}

.RenkSecim_Area, .NumaraSecim_Area, .hediye_link, .BedenSecim_Area {
    clear: both;
}

    .RenkSecim_Area h1, .NumaraSecim_Area h1, .BedenSecim_Area h1 {
        color: #333;
        font-weight: bold;
        font-size: 12px;
    }

    .RenkSecim_Area > div > span > li, .NumaraSecim_Area > div > span > li, .BedenSecim_Area > div > span > li {
        background: #f2f2f2;
        color: #191919;
        font-size: 10px;
        font-weight: 700;
        line-height: 20px;
        padding: 4px 8px;
        min-width: 65px;
        margin-right: 15px;
        max-width: 90px;
        float: left;
        margin: 0 10px 5px 0;
        text-align: center;
        cursor: pointer;
        position: relative;
        border: 1px solid #dadada;
        overflow: hidden;
        text-overflow: ellipsis;
        list-style-type: none;
    }

        .RenkSecim_Area > div > span > li:hover, .NumaraSecim_Area > div > span > li:hover, .BedenSecim_Area > div > span > li:hover {
            outline: 1px solid #999;
            border: 1px solid #fff;
            color: #333;
        }

        .RenkSecim_Area > div > span > li.selected, .NumaraSecim_Area > div > span > li.selected, .BedenSecim_Area > div > span > li.selected {
            background-color: #3d3d3b !important;
            outline: 2px solid #3d3d3b;
            border: 1px solid #fff;
            color: #fff;
        }

#map {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    margin-top: 0.6em;
}

.bslkbENZR {
    position: relative;
    color: #000;
    text-align: center;
    font-size: 16px;
    letter-spacing: 3px;
    padding: 30px 0;
    color: #250e62;
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    font-family: Fieldwork,sans-serif !important;
}

.bilgipencere {
    font-size: 16px;
    width: 300px;
    color: Blue;
    font-family: 'Montserrat', sans-serif;
}

.galeri {
    border-bottom: 5px solid #000;
    color: #000;
    padding: 4px 25px 4px;
    font-weight: bold;
}

.dotted-line-gold {
    border: #3d3d3b 1px dotted;
}

.gm-style .gm-style-iw {
    font-size: 13px;
}

    .gm-style .gm-style-iw strong {
        width: 120px;
    }

.urun-detay-sag .fiyat {
    margin: 0 0 10px 0;
    font-weight: bold;
}

.urun-detay-sag .Buton {
    width: 100%;
    text-align: center;
    padding: 15px 40px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    font-size: 14px;
    background-color: #3d3d3b;
    border: none;
    transform: perspective(1px) translateZ(0);
    transition: .3s ease;
}

    .urun-detay-sag .Buton:hover {
        background-color: #000;
    }

.hediye_link {
    padding: 10px 0;
    text-align: left;
}

    .hediye_link a {
        color: #999;
        font-weight: 600;
        letter-spacing: .05em;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none;
        font-size: 15px;
    }

        .hediye_link a span:before {
            font-family: 'FontAwesome';
            font-size: 18px;
            content: "\f004";
            margin-right: 10px;
            color: #c71414;
        }

.linehead {
    color: #575757;
    border-bottom: 1px solid #dadada;
    padding: 5px 0;
    clear: both;
}

.fiyat .price {
    display: inline-block;
    color: #575757;
    font-size: 17px;
}

.urn_k {
    text-align: right;
    position: relative;
    clear: both;
    margin: 0 0 10px 0;
}

.urn_mensei {
    font-weight: bold;
    color: #575757;
}

    .urn_mensei li {
        display: inline-block;
    }

.gold {
    color: #7c7c7c;
}

.form-control {
    border-radius: 0;
}


.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline: 0px auto;
    outline-offset: 0px;
}

input:focus {
    border-color: #7c7c7c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ErorControl {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid red;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.YtkNoBlk .input-group {
    padding: 0;
}

    .YtkNoBlk .input-group span {
        background: transparent;
        border: 0;
        font-size: 12px;
        font-weight: 400;
    }

.bslkGnl {
    color: #7c7c7c;
    background: #faf9f7;
    padding: 7px 15px;
    font-size: 14px;
    margin: 0;
}

.urun-detay-sag {
    padding: 0;
}

    .urun-detay-sag .back a {
        display: inline;
        font-size: 12px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        font-weight: bold;
    }

        .urun-detay-sag .back a .fa {
            margin-right: 5px;
        }

        .urun-detay-sag .back a:hover {
            color: #3d3d3b;
        }

.yorum {
    margin: 20px 0 0;
}


.nav_area > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #00afda;
    border-radius: 0;
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
}

.nav_area > div a.nav-item.nav-link,
.nav_area > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #00afda;
    border-radius: 0;
    font-size: 14px;
    cursor: pointer;
}

    .nav_area > div a.nav-item.nav-link h2 {
        color: #fff;
        font-size: 14px;
    }

.tab-content {
    background: #fff;
    line-height: 25px;
    border: 1px solid #fff;
    border-top: 5px solid #3d3d3b;
    border-bottom: 5px solid #3d3d3b;
    padding: 30px 25px;
}

.nav_area > div a.nav-item.nav-link:hover,
.nav_area > div a.nav-item.nav-link:focus {
    border: none;
    background: #3d3d3b;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.ttl-h2 {
    position: relative;
    font-family: Recoleta,sans-serif !important;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}

    .ttl-h2:before, .ttl-h2:after {
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 3px;
        background: #e6e6e6;
        content: "";
    }

    .ttl-h2:after {
        width: 90px;
        background: #3d3d3b;
    }

.ttl-h3 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
}

.tab-menu-detay li {
    display: inline-block;
    padding: 10px 0;
}

    .tab-menu-detay li:first-child {
        border: none;
    }

    .tab-menu-detay li a {
        display: inline-block;
        font-size: 15px;
        letter-spacing: 0;
        color: #303030;
    }

.tab-menu-detay .active {
    background-color: transparent;
}

    .tab-menu-detay .active a {
        color: #3d3d3b;
        font-weight: bold;
    }

.urun-detay-tab-ic h2 {
    color: #333;
    padding: 20px;
    border-bottom: 1px solid #333;
    width: 130px;
    margin: 0px auto;
}

#tabs-3 .urun-detay-tab-ic {
    text-align: left;
    padding: 10px;
}

.detay-yazi {
    padding-top: 20px;
    font-style: italic;
}

.yorum-tab {
    margin: 0 0 10px 0;
}

.urun-detay-tab-ic input {
    border-radius: 0;
    width: 50%;
}

#tabs-1 {
    position: relative;
}

.stkYk {
    font-size: 11px;
    color: #fff;
    padding: 0 7px;
}

#ctl00_ContentPlaceHolder1_ctl03 {
    display: inline-block;
}

#ctl00_ContentPlaceHolder1_ctl00 {
    display: inline-block;
}

.detay-paylas {
    position: relative;
    clear: both;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

    .detay-paylas ul {
        margin: 0 auto;
        width: 10%;
    }

        .detay-paylas ul li a {
            float: left;
            color: #000;
            font-size: 26px;
            margin: 10px;
            transition: all 0.5s ease;
        }

            .detay-paylas ul li a:hover {
                color: #eee;
            }

.detay-resim img {
    width: 100%;
}

.vdo {
    margin: 15px auto;
    text-align: center;
}

.qty {
    width: 30px;
    height: 35px;
    position: relative;
    text-align: center;
    border: 1px #eee solid;
    margin: 0;
    color: #000;
    margin-left: -2px;
}

.qtyplus {
    margin: 0;
    cursor: pointer;
    width: 19px;
    height: 27px;
    border: 1px #eee solid;
    border-left: none;
    background-color: white;
    color: #000;
    font-size: 14px;
    padding: 4px 6px;
    margin-left: -3px;
    position: relative;
    top: 1px;
}

.qtyminus {
    cursor: pointer;
    width: 19px;
    height: 27px;
    border: 1px #eee solid;
    border-right: none;
    background-color: white;
    color: #000;
    font-size: 14px;
    padding: 4px 6px;
    position: relative;
    top: 1px;
}

.yorum .GroupLabel {
    min-width: 142px;
}

.yorum input[type=text].form-control {
    width: auto;
    display: inline-block;
    width: 250px;
}

.yorum textarea.form-control {
    width: auto;
    display: inline-block;
    width: 250px;
}

.testimonials blockquote {
    width: 74%;
    display: inline-block;
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}

    .testimonials blockquote::before {
        width: 0;
        height: 0;
        right: 0;
        bottom: 0;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 20px solid #faf9f7;
        border-right: 0 solid transparent;
        border-left: 15px solid transparent;
        border-left-style: inset;
        border-bottom-style: inset;
    }

    .testimonials blockquote::after {
        width: 0;
        height: 0;
        right: 0;
        bottom: 0;
        content: " ";
        display: block;
        position: absolute;
        border-style: solid;
        border-width: 20px 20px 0 0;
        border-color: #e63f0c transparent transparent transparent;
    }

.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
    margin-right: 15px;
}

.testimonials .carousel-info {
    width: 25%;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

    .testimonials .carousel-info span {
        display: block;
    }

.testimonials span.testimonials-name {
    color: #e6400c;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}

.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}

.videoustu {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}

    .videoustu .overlayy {
        width: 100%;
        height: 960px;
        z-index: 1;
        position: relative;
    }

        .videoustu .overlayy::before {
            content: "";
            background: url(../../img/flat_cap_vid_bg.png);
            width: 100%;
            height: 960px;
            position: absolute;
        }

    .videoustu .video {
        width: 100%;
        overflow: hidden;
        height: 960px;
    }

        .videoustu .video img {
            height: 960px;
            width: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 9999;
        }

.satsDv > div {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #7c7c7c;
}

    .satsDv > div i {
        width: 20px;
        text-align: center;
    }

.satsDv .stsRsm {
    margin-right: 10px;
    padding: 10px;
}

.projealt {
    text-align: center;
}

.detay-buyuk-resim {
    background-color: #f7f7f7;
}

*, :before, :after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input, button, textarea {
    font: inherit;
    appearance: none;
}

#aniimated-thumbnials a {
    display: block;
    margin: 0 5px 5px 0;
}

.lslide img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    display: block;
    padding: 5px 5px 0 0;
}

.basket.added {
    animation: basket-bounce .5s;
    animation-delay: .8s;
}

[data-count]:after {
    content: attr(data-count);
    position: relative;
    display: inline-block;
    background-color: #e04651;
    padding: .1em;
    min-width: 1.7em;
    border-radius: 3rem;
    text-align: center;
    font-size: .875rem;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    top: -.1rem;
    margin-left: .1rem;
    margin-right: -.25rem;
}

.item {
}

.item--helper {
    width: 6rem;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    position: absolute;
    left: 25%;
    bottom: 25%;
    margin-left: 1.5rem;
    transform: scale(.5);
    opacity: 0;
}

    .item--helper.added {
        animation: basket-fly 1s ease-in-out;
    }

@keyframes basket-fly {
    10% {
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: scale(.75);
        margin-left: -20%;
        margin-top: 25%;
    }

    100% {
        transform: scale(.1) translateX(-4rem) translateY(10rem);
        left: 90%;
        bottom: 90%;
        opacity: 0;
        margin-left: 0;
        margin-top: 0;
    }
}

@keyframes basket-bounce {
    25% {
        transform: scale(.85);
    }

    50% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(.95);
    }

    100% {
        transform: none;
    }
}

#aniimated-thumbnials {
    margin-top: 5px;
    position: absolute;
    left: -25%;
    top: 0;
}

    #aniimated-thumbnials > a > img {
        max-width: 100%;
        max-height: 75px;
        min-height: 75px;
        min-width: 100%;
        display: block;
    }

.product-details-title {
    background: url(../../img/bgw.png) repeat;
    margin: 0;
    padding: 0;
}

    .product-details-title h1 {
        color: #fff;
        background: #3d3d3b;
        padding: 5px 35px;
        font-size: 14px;
        margin: 0;
        width: 24.5%;
        text-align: center;
    }

    .product-details-title .back a, .pdf_baslik {
        font-size: 14px;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        font-weight: 500;
        line-height: 1.1;
        color: #fff;
        background: #3d3d3b;
        padding: 5px 15px;
        width: 100%;
        float: left;
    }

        .product-details-title .back a .fa {
            margin-right: 5px;
        }

    .product-details-title .back:hover a {
        color: #3d3d3b;
        background: #fff;
    }

.pdf_Area a {
    padding: 5px 30px 5px 20px;
    width: 47%;
    font-size: 14px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 3px;
    border: 2px solid #00afda;
    border-radius: 5px;
    font-weight: 500;
    color: #00afda;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
}

    .pdf_Area a:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
        color: #fff;
    }

    .pdf_Area a:before {
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        position: absolute;
        height: 0;
        left: 50%;
        top: 50%;
        width: 101%;
        z-index: -1;
        -webkit-transition: opacity 0.2s ease, height 0.2s ease;
        -o-transition: opacity 0.2s ease, height 0.2s ease;
        transition: opacity 0.2s ease, height 0.2s ease;
        background-color: #3d3d3b;
        opacity: 0.5;
        content: "";
    }

    .pdf_Area a:hover:before {
        opacity: 1;
        height: 105%;
    }

    .pdf_Area a:after {
        position: absolute;
        top: 50%;
        right: 8px;
        width: 14px;
        height: 14px;
        margin-top: -7px;
        background: url(../../img/ico_link_arrow_01_off.png) no-repeat;
        background-size: 14px 14px;
        content: "";
    }

    .pdf_Area a:hover:after {
        background: url(../../img/ico_link_arrow_01_on.png) no-repeat;
        background-size: 14px 14px;
    }

    .pdf_Area a span {
        position: relative;
        z-index: 1;
        display: inline-block;
    }

@media(max-width:1000px) {
    .isler-button {
        left: auto;
        right: 0;
        top: 20%;
    }

        .isler-button > a {
border: 1px solid #000000;
    border-right: 0;
        }

    .aciklama-area > .aciklama-area-right {
        padding-left: 0;
    }

    #aniimated-thumbnials {
        left: 0;
        position: relative;
    }

        #aniimated-thumbnials a {
            display: inline-block;
            margin: 0 5px 5px 0;
        }

    .icon_area {
        height: auto;
    }

        .icon_area > div > .col-2-icon {
            width: 50%;
        }

    .urun_detay_cont {
        min-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        padding-bottom: 25px;
    }

    .nav_area > .nav.nav-tabs {
        display: grid;
    }

    .tab-content {
        padding: 5px;
    }

    .ttl-h2 {
        font-size: 20px;
    }

    .ttl-h3 {
        font-size: 12px;
    }

    .detay-paylas ul {
        width: 100%;
    }

    .urun-detay-tab-ic input {
        border-radius: 0;
        width: 100%;
    }

    .tab-menu-detay li a {
        padding: 0;
        font-size: 10px;
    }

    .qty {
        top: -3px;
    }

    .videoustu .overlayy, .videoustu .video {
        height: 390px;
    }

        .videoustu .video img {
            height: auto;
        }

    #gal1 > a {
        width: 72px;
        height: 125px;
    }

    .qtyminus, .qtyplus {
        top: -2px;
    }
}

@media(min-width:768px) {
    .urun-detay-tab-ic input {
        border-radius: 0;
        width: 100%;
    }

    #aniimated-thumbnials a {
        display: inline-block;
    }

    #aniimated-thumbnials {
        left: 0;
        position: relative;
    }
}

@media(min-width:1200px) {
    #aniimated-thumbnials {
        margin-top: 5px;
        position: absolute;
        left: -25%;
        top: 0;
    }

        #aniimated-thumbnials a {
            display: block;
        }
}


.urun-detay-sag {
    padding-right: 60px;
}


.demotalep {
    display: inline-block;
    background: #c6a47e;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

    .demotalep:hover {
        color: #fff;
        background: #000;
    }

.urundetaybolum {
    background: #f2f7fb;
    padding: 30px 0;
    padding-bottom: 60px;
}

    .urundetaybolum .baslik {
        padding: 60px 0;
        padding-top: 30px;
        text-align: center;
    }

        .urundetaybolum .baslik span {
            margin-top: 0;
            margin-bottom: 0;
            color: #250e62;
            font-size: 36px;
            line-height: 48px;
            font-weight: 500;
        }

    .urundetaybolum h4 {
        color: #250e62;
        font-size: 24px;
        line-height: 48px;
        font-weight: 600;
    }

    .urundetaybolum .detaytabs .property_block_wrap_header {
        padding: 10px 0;
        position: relative;
    }

        .urundetaybolum .detaytabs .property_block_wrap_header a.collapsed:before {
            content: "\f107";
            font-family: FontAwesome;
            position: absolute;
            font-size: 30px;
            margin-top: 5px;
            right: 0;
        }

        .urundetaybolum .detaytabs .property_block_wrap_header a:before {
            content: "\f106";
            font-family: FontAwesome;
            position: absolute;
            font-size: 30px;
            margin-top: 5px;
            right: 0;
        }

    .urundetaybolum .detaytabs .property_block_wrap {
        border-bottom: 2px solid #cad1dd;
    }

        .urundetaybolum .detaytabs .property_block_wrap .block-body {
            padding-bottom: 20px;
        }

.property_block_wrap_header a.collapsed h4 {
    font-weight: 400;
}

.prd {
    border: 5px solid #fff;
}

@media screen and (max-width: 1000px) {
    .urun-detay-sag {
        padding-right: 0;
    }

    .demotalep {
        padding: 0;
        display: block;
        font-size: medium;
        margin: 15px 0;
    }

    .lSSlideOuter {
        margin-top: 30px;
    }

    #sliderBenzer .h-30p {
        height: 25px !important;
    }
}
