/******************************************************************************Max Width "1300x"*******************************************************************************/
@media (max-width: 1366px) {
}
/******************************************************************************Min Width "1200x"*******************************************************************************/
@media (min-width: 1200px) {
}
/******************************************************************************Min Width "992px"*******************************************************************************/
@media (min-width: 992px) {
}
/******************************************************************************Max Width "1270px" - Min Width "1200px"*******************************************************************************/
@media (min-width: 1200px) and (max-width: 1270px) {
}
/******************************************************************************Max Width "1199px"*******************************************************************************/
@media (max-width: 1199px) {
}
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
}
/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
}
/******************************************************************************Max Width "1199px" - Min Width "992px" IPAD YATAY*******************************************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
}
/******************************************************************************Max Width "991px"*******************************************************************************/
@media (max-width: 991px) {
}
/******************************************************************************Max Width "800px"*******************************************************************************/
@media (max-width: 800px) {
}
/* Portrait pro */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
}
/* Landspace pro */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
}
/******************************************************************************Max Width "991px" - Min Width "768px" IPAD DIKEY*******************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
}
/******************************************************************************Min Width "768px"*******************************************************************************/
@media (min-width: 768px) {
}
/******************************************************************************Max Width "767px"*******************************************************************************/
@media (max-width: 767px) {
}
/******************************************************************************Max Width "600px" TELEFON YATAY*******************************************************************************/
@media (max-width: 812px) and (orientation: landscape) {
}
@media (max-width: 640px) {
}
/******************************************************************************Max Width "480px" TELEFON DIKEY*******************************************************************************/
@media (max-width: 480px) {
}
@media (max-width: 380px) {
}
@media (max-width: 348px) {

}
@media (max-width: 320px) {
}
@media (max-width: 321px) {

}
/******************************************************************************Max Width "1048px" - Min Width "768px"*******************************************************************************/
@media (min-width: 768px) and (max-width: 1048px) {
}
@media (min-width: 768px) and (max-width: 1200px) {
}
@media (max-width: 922px) {
}
@media (min-width: 768px) {
   
    .mobil-book-image{
        display:none;
    }
    .web-book-image {
        display: block;
    }
}
@media (max-height: 612px) {
}
@media (min-width: 1430px) and (max-width: 1650px) {
}
@media (min-width: 768px) and (max-width: 1024.99px) {
}
/* Mobil Boyut */
@media (max-width: 767px) {

    .mobil-book-image {
        display: block;
        width: 100%;
        margin: auto;
        height: auto;
        padding-top:5%;
    }

    .web-book-image {
        display: none;
    }
    .mobil-book-image .fotoInfo {
        position: inherit;
    }
    .kitapBox {
        min-height: initial;
        width: 100%;
        margin: auto;
    }
    .mainPage .productMainPage{
        display:inline-block;
        padding:2% 5%;
    }
    .detayLinkBox{
/*        text-align:left;*/
        padding-top:5%;
  /*      display:grid;*/
    }
    .detayLinkBox .BtnBox{
        margin-bottom:5%;
    }
}

@media (max-width:335px){
    .detayLinkBox {
        text-align: left;
        display: inline-block;
    }
    .kitapBox{
        margin:auto !important;
        float:inherit;
    }
    .detayLinkBox .BtnBox{
        margin:0px !important;
        padding-bottom:5%;
        display:inline-block;
    }
    .productDetailMainPage{
        margin-top:5% !important;
    }
}
@media (max-width: 280px) {
    .productDetailMainPage {
        margin-top: 10% !important;
    }
}



