.UrunBuyukResimAlaniKapsama{
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
    height: 505px;
    padding: 0;
    margin: 0;
    margin-right: 35px;
}



@media only screen and (max-width:767px){
    .UrunBuyukResimAlaniKapsama{
        width: 100%;
        display: block;
        margin-right: 0;
    }
}

.UrunBuyukResimAlaniKapsama:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.UrunAltSliderKapsama{
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    /* padding: 0 15px; */
}
.margin-bottom-100 {
    margin-bottom: 100px;
}
.UrunAltSliderKapsama img{
    width: auto;
    max-width: 100px;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

.UrunAltSliderKapsama img:hover{
    cursor: pointer;
}

.UrunBuyukResimAlani{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 500px;
    min-height: 500px;
    max-height: 500px;
    text-align: justify;
    border: 1px solid #eee;
    margin-top: 12px;
}
.UrunBuyukResimAlani img{
    width: 100%;
    max-width: 100%;
    height: 500px;
    max-height: 100%;
    object-fit: contain;
}
@media only screen and (min-width:768px) and (max-width:991px){
    .UrunBuyukResimAlani{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 500px;
        min-height: 500px;
        max-height: 500px;
        margin-left: 0;
        padding-bottom: 10px;
        border: 1px solid #eee;
    }
    .UrunBuyukResimAlani img{
        width: 100%;
        max-width: 100%;
        height: 500px;
        max-height: 100%;
        object-fit: contain;
    }
}
@media only screen and (max-width:767px){
    .UrunBuyukResimAlani{
        display: block!important;
        float: none;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 400px;
        min-height: 400px;
        max-height: 400px;
        margin-left: 0;
    }
    .UrunBuyukResimAlani img{
        width: 100%;
        max-width: 100%;
        height: 400px;
        max-height: 100%;
        object-fit: contain;
    }
}
.UrunBuyukResimAlani .owl-dots{
    position: absolute;
    width: auto;
    bottom: 15px;
    margin:  0 auto;
    border-radius: 20px;
    padding-top: 5px;
}

.UrunBuyukResimAlani .owl-dots .owl-dot{
    border: none;
    outline:none;
}

.UrunBuyukResimAlani .owl-theme .owl-dots {
    background-color: rgba(0, 0, 0, 0.3);
    padding:5px 15px 0 15px;
}

.UrunBuyukResimAlani .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #fff;
}

.UrunBuyukResimAlani .owl-theme .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px solid #fff;
}

.UrunBuyukResimAlaniAltiIconlar{
    position: relative;
    display: block;
    margin-top:15px;
    background-color: #fff;
    padding:10px 15px;
    margin-right:20px;
}

.UrunBuyukResimAlaniAltiIconlar:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.UrunBuyukResimAlaniAltiIconlarItem{
    display: inline-block;
    float: left;
    width: calc(25% - 10px);
    border-right: 1px solid #eee;
    text-align: center;
    margin-right: 10px;

}

.UrunBuyukResimAlaniAltiIconlarItem:last-child{
    border-right:none;
}

.UrunBuyukResimAlaniAltiIconlarItem img{
    width: 20px!important;
    margin-bottom: 5px;
}

.UrunBuyukResimAlaniAltiIconlarItem div{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}
@media only screen and (max-width:767px){
    .UrunBuyukResimAlaniAltiIconlar{
        margin-bottom: 15px;
    }
    .UrunBuyukResimAlaniAltiIconlarItem{
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }
    .border-n-s{
        border: none;
    }
}

.IleriGit{
    position: absolute;
    right: 15px;
    top:45%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    padding-top: 5px;
    transition: all 500ms ease-in-out;
    opacity: 0.6;
    border: 2px solid #f6ab18;
    background-color: #f31b28;
}

.IleriGit img{
    width: 20px;
    height: 20px;
    padding-left: 5px;

}

.GeriGit{
    position: absolute;
    left: 15px;
    top:45%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    padding-top: 5px;
    transition: all 500ms ease-in-out;
    opacity: 0.6;
    border: 2px solid #f6ab18;
    background-color: #f31b28;
}

.GeriGit img{
    width: 20px;
    height: 20px;
    padding-right: 5px;
}

@media only screen and (max-width:767px){
    .IleriGit, .GeriGit{
        display: none;
    }
}

.IleriGitSmall{
    position: absolute;
    right: 5px;
    top:45%;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    padding-top: 5px;
    border: 2px solid #f6ab18;
    background-color: #f31b28;
    border-radius: 50%;
}

.IleriGitSmall img{
    width: 20px;
    height: 20px;
    padding-left: 2px;
    padding-bottom: 6px;
}

.GeriGitSmall{
    position: absolute;
    left: 5px;
    top: 45%;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    padding-top: 5px;
    border: 2px solid #f6ab18;
    background-color: #f31b28;
    border-radius: 50%;
}

.GeriGitSmall img{
    width: 20px;
    height: 20px;
    padding-right: 2px;
    padding-bottom: 6px;
}

@media only screen and (min-width:768px){
    .IleriGitSmall, .GeriGitSmall{
        display: none;
    }
}
@media only screen and (max-width:600px){
    .margin-bottom-100 {
        margin-bottom: 20px;
    }
}

.UrunAltSliderGeri{
    position: absolute;
    left: 5px;
    top: 39%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

.UrunAltSliderGeri img{
    width: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #f6ab18;
    background-color: #f31b28;
}

.UrunAltSliderIleri{
    position: absolute;
    right: 0;
    top: 39%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    margin-right: 5px;
}

.UrunAltSliderIleri img{
    width: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #f6ab18;
    background-color: #f31b28;
}