﻿/**
 * @file
 * This file is used to style the header.
 *
 * It styles the header as a global component; it does not style individual
 * header items, such as a menu, which are styled by their own CSS files.
 */

.layout-header {
    padding: 0;
    /* position:fixed; */
    left:0;
    top:0;
    z-index:999;
    /* background: #fcfcfc; */

    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    }


.layout-header{
    /* background: #fcfcfc; */



    background: linear-gradient(to top,#f3f3f3,#f3f3f3,#f2f2f2,#efefef,#eee,#eee,#eee,#ededed,#ededed);
    opacity: 0.98;
    background: url(../../../../../../../../../profiles/ImreserCommerce/themes/imreser/headerbg.png);
    background-size: cover;
    /* border-bottom: 3px solid #ff8282; */
    box-shadow: 0px 2px 2px #c0ccd5;
    }
.path-search .layout-header
.path-frontpage .layout-header,
.path-node .layout-header,
.path-announcement .layout-header,
.path-product .layout-header,
.path-news .layout-header,
.path-case .layout-header,
.path-articles .layout-header,
.path-user .layout-header,
.path-taxonomy .layout-header{
    /* background: #fcfcfc; */
    background: url(../../../../../../../../../profiles/ImreserCommerce/themes/imreser/headerbg.png);
    background-size: cover;
    }
.user-logged-in .layout-header{
    /* background: #fcfcfc; */
    background: url(../../../../../../../../../profiles/ImreserCommerce/themes/imreser/headerbg.png);
    background-size: cover;
    position: sticky;
    }

.toolbar-tray-open .layout-header {
    z-index:399;
    }

.region-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    }

@media screen and (min-width: 48em) {
  .region-header {
    padding: 0 1rem;
  }
}

/* 77em == the max width of .container + 1em either side */
@media screen and (min-width: 77em) {
  .region-header {
    padding: 0;
  }
}

.layout-header {
    width: 100%;
    transition:top .5s;
}

.yya{
    /* background: linear-gradient(to top,#fdfdfd,#fbfbfb); */
    opacity: 0.98;
    /* position:fixed; */
    left:0;
    top:0;
}

.gizle{top:-150px;}
.sabit{top:0;z-index:999;}

/*
.toolbar-tray-open .sabit{
    top:0;z-index:999;
}

*/
