﻿body {
    background-color:#000;
}
a, a:hover, a:active, a:focus {
    color:#b29472;
}
.modal-header .close {
    z-index:9;
}
#bodyWrapper { /* Butun sayfayi wrap edip scrollbari kaldiriyoruz */
    position: fixed;
    height: 100%;
    width: 100%;
}

.gridFrameWrapper {
    width: 1170px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
	border-right:2px solid #b29472;
	border-left:2px solid #b29472;
}

/* detay owl*/
.owl-prev {
    background:url('../../images/_common/crslprvs.png') top left no-repeat !important;
    width:12px;
    height:23px;
    position:absolute;
    left:0;
    top:-200px;
    content:' ' !important;
    font-size:0 !important;
    display:block !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 3px !important;

}
.owl-next {
    background:url('../../images/_common/crslnxt.png') top left no-repeat !important;
    width:12px !important;
    height:23px !important;
    overflow:hidden;
    position:absolute;
    right:0;
    top:-200px;
    content:' ' !important;
    font-size:0 !important;
    display:block !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 3px !important;
    

}

#fullSiteWrapper {
    width: 100%;
    background-color: #000;
    overflow: hidden;
}

    #fullSiteWrapper.init { /* sayfa window.load ta aciliyor. Common.js --> showPage() fonksiyonu */
        position: fixed;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: opacity 1s;
        -webkit-transition: opacity 1s; /*Safari 3.1 to 6.0*/
    }






/* JQM related */
.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
    top: 0 !important;
    display: none;
}
/* END - JQM related */


/*error*/
.errorpage .pagePadding {
    background-color:#fff; color:#666;
}

.errorpage .h1error {
    font-size: 60px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.errorpage .err404 {
    font-weight: lighter;
}

.errorpage p.lead {
    font-size: 20px;
    line-height: 1.4;
}

@media all and (max-width: 767px) {
	
	main {
		padding-top:90px;
    }
	
	.dn-sp {
		display:none;
	}
	
	.pagePadding {
		padding:0 !important;
	}

    .gridFrameWrapper {
        width: 100%;
    }

    /*JQUERY UI CSS*/
    .ui-menu .ui-state-active {
        margin: 0px !important;
    }

    /* JQUERY MOBILE CSS */
    .ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
        top: 0px !important;
        display: none;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
	
	.dn-tb {
		display:none;
	}
	
	main {
		padding-top:141px;
    }
    .gridFrameWrapper {

		width:99%;
    }

    /*JQUERY UI CSS*/
    .ui-menu .ui-state-active {
        margin: 0px !important;
    }

    /* JQUERY MOBILE CSS */
    .ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
        top: 0px !important;
        display: none;
    }
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
    .gridFrameWrapper {
        width: 980px;
    }
}

@media all and (min-width: 1201px) and (max-width: 1340px) {
    .gridFrameWrapper {
        width: 1100px;
    }
}

/* 1024 ve Masaustu gorunumu */
@media all and (min-width: 1024px) {

    main {
		padding-top:181px;
    }
}

/* Stokta yok metni */
a#lnkOutOfStock {
    cursor: unset;
}

.infoBox > a#lnkOutOfStock {
    margin-left: 17px;
}