.header-logo img{
  width: 200px;
}

.custom-height-50{
  height: 50px;
  overflow: hidden;
}

.sec-title-size-h2{
  font-size: 26px;
}

.btn_whatsapp {
    position: fixed;
    bottom: 20px;
    width: 60px;
    right: 90px;
}

@media (max-width: 768px){
  .mobilGizle{
    display: none !important;
  }

  .header-links li:not(:last-child):before{
    display: none !important;
  }

      .breadcumb-wrapper {
        padding: 50px 30px;
    }

}


/* 320 - 480 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .mobilGizle{
    display: none !important;
  }

}
/* 475 - 768 */
@media only screen and (min-device-width : 475px) and (max-device-width : 768px) {
  .mobilGizle{
    display: none !important;
  }



}
/* 765 - 990 */
@media only screen and (min-device-width : 765px) and (max-device-width : 990px) {


}
/* 990 - 1300 */
@media only screen and (min-device-width : 990px) and (max-device-width : 1300px) {


}
