.v2-ticket-label, .v2-sepet-label {
    display: inline-block;
    color: #ffffff;
    padding: 0 4px;
    min-width: 20px;
    text-align: center;
    font-size: 12px;
    border-radius: 2px !important;
    font-weight: normal;
    margin-left: 5px;
}

.v2-ticket-label {
    background-color: #c0392b;
}

.v2-sepet-label {
    background-color: #f39c12;
}

#v2-header-push {
    height: 90px;
    width: 100%;
    position: relative;
}

#v2-header-holder {
    height: 90px;
    border-bottom: 1px solid #D5D5D5;
    border-top: 4px solid #119fda;
    z-index: 11;
    /*position: relative;*/
    background-color: #ffffff;
    position: fixed;
    width: 100%;
}

#v2-header-holder.kurumsal {
    border-top-color: #A7A9AB;
}

#v2-header {
    margin-bottom: 10px;
}

/*Header Children*/

#matbuu-logo {
    display: block;
    margin-top: 15px;
}
a.yardim-merkezi {
    font-size: 15px;
    margin-top: -10px;
    background-color: #119fda;
    padding: 10px 10px 5px;
    color: #ffffff;
    float: right;
    margin-left: 10px;
}
p.cagri-merkezi {
    font-size: 15px;
    margin-top: -10px;
    background-color: #119fda;
    padding: 10px 10px 5px;
    color: #ffffff;
    float: right
}

p.cagri-merkezi.kurumsal {
    background-color: #A7A9AB;
}

a.yardim-merkezi.kurumsal {
    background-color: #A7A9AB;
}

#menu-links {
    margin-top: 10px;
    float: right;
}

#menu-links li.menu-link {
    display: block;
    position: relative;
    float: left;
    padding: 8px 10px;
    border-radius: 2px !important;
    margin: 0 5px;
    /*background-color: rgba(255, 255, 255, 0.2);*/
}

#menu-links li.menu-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-color: #2c3e50;
    height: 0;
    width: 100%;
    transition: height 300ms;

    /*-webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
    /*transition:         all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/

    z-index: 0;
    border-radius: 2px !important;
}

#menu-links li.menu-link:hover:after {
    height: 100%;
}

#menu-links li.menu-link:last-child {
    margin-right: 0;
}

#menu-links li.menu-link > a {
    text-transform: uppercase;
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #768191;
    cursor: pointer;
    transition: color 300ms;
    z-index: 1;
}

#menu-links li.menu-link a:first-child i {
    font-size: 15px;
    margin: 0 7px 0 0;
}

#menu-links li.menu-link:hover {
    /*box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.5);*/
}

#menu-links li.menu-link:hover > a {
    color: #ecf0f1;
}

#menu-links li.seperator {
    display: block;
    position: relative;
    float: left;
    margin: 12px 0 0;
    padding: 0;
    border-right: 1px dotted #c2cfd0;
    height: 11px;
}

/*Popover Menüler*/

.popover-menu {
    position: absolute;
    right: 0;
    top: 32px;
    background-color: #2c3e50;
    height: 0;
    transition: height 300ms;
    /*-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
    /*transition:         all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
    border-radius: 2px !important;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.5);
    overflow: hidden;
    color: #ffffff;
    min-width: 100%;
}

.popover-menu-right {
    left: 0;
    right: auto;
}

.popover-inner {
    margin: 15px;
    font-size: 13px;
    width: 600px;
}

.popover-inner a:not(.btn) {
    color: #b4f3fd;
}

.popover-inner a:hover:not(.btn) {
    color: #fff;
}

.popover-inner h3 {
    font-size: 21px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 900;
}

.popover-inner p {
    font-size: 12px;
}

/*User Menu*/
#user-controls a {
    display: block;
    margin: 3px -10px;
    padding: 5px 10px;
    border-radius: 2px !important;
}

#user-controls a:hover {
    background-color: #1e2e40;
}

#ozel-teklif-aciklama:focus {
    border-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}

#v2-siparis-table td {
    vertical-align: middle;
}

.is-durum-icon-holder {
    width: 48px;
    height: 48px;
    font-size: 24px;
    border-left: 1px solid #2c3e50;
    text-align: center;
    background-color: rgba(30, 31, 41, 0.13);
}

.header-sepet-preview-cell {
    width: 75px;
    padding: 5px !important;
}

.header-sepet-preview-bg {
    background-color: #ffffff;
    width: 61px;
    height: 61px;
    border-radius: 2px !important;
}

.header-sepet-preview-bg img {
    border-radius: 2px !important;
}

.header-sepet-ic-toplam {
    float: right;
    font-size: 11px;
}

td.header-sepet-aciklama {
    vertical-align: middle !important;
}

td.header-sepet-aciklama span {
    float: left;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 0 5px;
    border-radius: 2px !important;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.5);
    background-color: #d4e1e2;
    font-size: 10px;
    /*border: 1px solid #7f8c8d;*/
    color: #2c3e50;
    font-weight: 600;
}

td.header-sepet-aciklama span.header-sepet-aciklama-adet {
    /*background-color: #2980b9;*/
}

td.header-sepet-aciklama h4 {
    /*color:#f39c12*/
}

td.header-sepet-fiyat {
    font-size: 18px;
    text-align: right;
    vertical-align: middle !important;
    width: 140px;
}

