﻿.side-nav {
    float: left;
    position: fixed;
    width: 275px;
    left: -275px;
    z-index: 1040;
    height: auto;
    overflow: auto !important;
    top: 0px;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
    bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    /*padding-top: 15px;*/
    top: 38px;
    background-color: #F5F5F5;
}

#menusearchtextContainer {
    width: 180px;
}

#appmenutree {
    margin-top: 0px;
    top: 40px !important;
    padding-left: 5px;
    padding-right: 5px;
}

    #appmenutree .k-treeview {
        overflow: hidden !important;
        width: 100% !important;
    }

    #appmenutree li {
        margin: 0;
        padding: 0 0 0 0px !important;
        border-width: 0;
        display: block;
        font-family: FiraSansRegular;
        width: 100% !important;
        box-sizing: border-box;
        color: #000;
        font-size: 12px;
    }

.appmenutree_favourite {
    width: 300px !important;
}

.k-mid {
    /*   background-color: red!important;*/
}

.k-treeview .k-in.k-state-selected {
    border-bottom: none !important;
}

.appmenutree_group {
    font-family: FiraSansSemiBold;
    border-bottom: solid 1px rgb(229, 229, 230) !important;
    width: 100% !important;
    box-sizing: border-box;
    color: rgb(69, 69, 69);
    cursor: pointer;
    display: block;
    font-feature-settings: "liga", "kern";
    font-weight: 500;
    /*height: 30px;*/
    line-height: 24px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 2px !important;
    padding-left: 16px;
    padding-top: 0px;
    position: relative;
    margin-bottom: 0px !important;
    text-align: left;
    text-decoration-color: rgb(69, 69, 69);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-rendering: optimizespeed;
    user-select: none;
    -webkit-font-smoothing: antialiased;
}

.k-treeview {
    white-space: normal !important;
}



    .k-treeview .k-item > .k-group {
        padding: 0 0 0 16px !important;
    }



/***********
    option menu
***********/
#ddlOptions:hover #OptionsMenu,
#ddlOptions:focus > #OptionsMenu,
#ddlOptions:focus-within > #OptionsMenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1)
}

.optionmenu {
    min-width: 160px !important;
    margin-left: -101px !important;
    cursor: pointer !important;
    background-color: #00326D !important;
}

.optionmenu-item {
    cursor: pointer !important;
    color: #ffffff !important;
    font-family: FiraSansRegular;
    font-feature-settings: "liga", "kern";
    font-size: 12px !important;
    font-weight: 400 !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
}

    .optionmenu-item i {
        margin-right: 10% !important;
        width: 10% !important;
        text-align: center !important;
        font-size: 14px;
    }

.optionmenu-item:hover {
    color: #0392E3 !important;
}

/***********************************
    Menu search box styling
************************************/
.search {
    position: relative;
    padding-right: 15px;
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    margin-top: 30px;
    display: block;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    /*width: 100% !important;*/
    /*width: 300px !important;*/
    /*text-wrap: none;*/
    /*width: 200px;*/
}

    /*    .search .k-input {
        width: calc(100% - 40px) !important;
    }*/

    .search button {
        margin-top: 0px;
        /*width: 210px;*/
        /*width: calc(100% - 50px);*/
        padding-left: 10px !important;
        padding-right: 10px !important;
        border-radius: 3px;
    }

/*////////////////////////////////*/
.TK-Aside:after, .TK-container:after, .TK-Drawer:after, .TK-Hat-Aside:after, .TK-row:after {
    content: "";
    display: table;
    clear: both
}

.TK-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 20px;
    
}

.TK-row {
    font-size: 0;
    box-sizing: border-box;
    margin-left: -15px;
    margin-right: -15px
}

.TK-col-1, .TK-col-2, .TK-col-3, .TK-col-4, .TK-col-5, .TK-col-6, .TK-col-7, .TK-col-8, .TK-col-9, .TK-col-10, .TK-col-11, .TK-col-12, .TK-col-13, .TK-col-14, .TK-col-15, .TK-col-16, .TK-col-17, .TK-col-18, .TK-col-19, .TK-col-20, .TK-col-21, .TK-col-22, .TK-col-23, .TK-col-24 {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    font-size: 14px
}

.TK-col-1 {
    width: 4.166666666666666%
}

.TK-col--offset-1 {
    margin-left: 4.166666666666666%
}

.TK-col-2 {
    width: 8.333333333333332%
}

.TK-col--offset-2 {
    margin-left: 8.333333333333332%
}

.TK-col-3 {
    width: 12.5%
}

.TK-col--offset-3 {
    margin-left: 12.5%
}

.TK-col-4 {
    width: 16.666666666666664%
}

.TK-col-5 {
    width: 20.833333333333336%
}

.TK-col-6 {
    width: 25%
}

.TK-col-7 {
    width: 29.166666666666668%
}

.TK-col-8 {
    width: 33.33333333333333%
}

.TK-col-9 {
    width: 37.5%
}

.TK-col-10 {
    width: 41.66666666666667%
}

.TK-col-11 {
    width: 45.83333333333333%
}

.TK-col-12 {
    width: 50%
}

.TK-col-13 {
    width: 54.166666666666664%
}

.TK-col-14 {
    width: 58.333333333333336%
}

.TK-col-15 {
    width: 62.5%
}

.TK-col-16 {
    width: 66.66666666666666%
}

.TK-col-17 {
    width: 70.83333333333334%
}

.TK-col-18 {
    width: 75%
}

.TK-col-19 {
    width: 79.16666666666666%
}

.TK-col-20 {
    width: 83.33333333333334%
}

.TK-col-21 {
    width: 87.5%
}

.TK-col-22 {
    width: 91.66666666666666%
}

.TK-col-23 {
    width: 95.83333333333334%
}

.TK-col-24 {
    width: 100%
}


.TK-Dropdown {
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    position: absolute;
    transform-origin: 100% top;
    transform: scaleY(0);
    transition: opacity .1s linear .1s,visibility .1s linear .1s,transform .1s linear .1s
}

    .TK-Dropdown.TK-Dropdown--Active {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1)
    }

.TK-Dropdown {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    box-shadow: 0 2px 4px rgba(0,0,0,.25)
}

.TK-Dropdown-Link {
    display: block;
    padding: 5px 20px;
    color: #000;
    font: 400 16px/20px FiraSansRegular;
}

    .TK-Dropdown-Link:focus, .TK-Dropdown-Link:hover {
        color: #0392E3;
    }

.TK-Dropdown--Full {
    left: 0;
    right: 0
}

.TK-Dropdown--Small {
    min-width: 200px
}

.TK-Dropdown--Medium {
    min-width: 250px
}

.TK-Dropdown--East {
    right: 0
}

.TK-Dropdown--West {
    left: 0
}

.TK-Dropdown--White {
    background: #fff
}

.TK-Dropdown--Gray, .TK-Dropdown--Grey {
    /*    background: #ffffff !important*/
}


.TK-Search-Wrapper {
    text-align: center;
    padding: 36px 0;
    border-top: 1px solid #e5e5e5;
    width: 220px !important;
    margin-left: -100px !important;
    padding-left: 0 !important;
}


.TK-AC-Input {
    width: 100% !important;
    height: 40px;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 20% 0 15px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    color: #4d4f52;
    font: 500 17px/40px FiraSansRegular;
}

    .TK-AC-Input::-webkit-input-placeholder {
        opacity: .8;
        font-size: 17px
    }

    .TK-AC-Input::-moz-placeholder {
        opacity: .8;
        font-size: 17px
    }

    .TK-AC-Input:-ms-input-placeholder {
        opacity: .8;
        font-size: 17px
    }

    .TK-AC-Input:-moz-placeholder {
        opacity: .8;
        font-size: 17px
    }

    .TK-AC-Input:focus {
        outline: none;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
    }

        .TK-AC-Input:focus::-webkit-input-placeholder {
            opacity: 1
        }

        .TK-AC-Input:focus::-moz-placeholder {
            opacity: 1
        }

        .TK-AC-Input:focus:-ms-input-placeholder {
            opacity: 1
        }

        .TK-AC-Input:focus:-moz-placeholder {
            opacity: 1
        }

.TK-AC-Popup {
    z-index: 42000;
    width: 100%;
    width: calc(100% - 40px);
    max-width: 520px
}

.TK-AC-List {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1)
}

    .TK-AC-List > .TK-AC-ListItem {
        margin: 0;
        padding: 8px 20px;
        cursor: default;
        font: 400 16px arial,sans-serif !important
    }

.TK-AC-ListItem.TK-AC-Active {
    background: #f1f1f1
}

.TK-AC-Button {
    width: 18%;
    max-width: 164px;
    position: absolute;
    right: 0
}

.TK-AC-Button-Text-Desktop {
    display: block
}

.TK-AC-Button-Text-Mobile {
    display: none
}

.TK-Dash {
    color: #626262;
    padding: 20px 0 0;
    /*font: 500 18px/26px font: 500 17px/40px FiraSansRegular;*/
    font: 500 17px/30px FiraSansRegular;
    border-top: 1px solid #e5e5e5
}

.TK-Dash-Title {
    display: block;
    margin: 0 0 15px;
    font: 500 15px FiraSansRegular;
    text-transform: uppercase;
    color: #626262 !important
}

.TK-Dash-Links {
    display: block
}

.TK-Dash-Link {
    display: block;
    padding: 3px 0;
    color: #000;
    font-size: 14px;
    line-height: normal
}

    .TK-Dash-Link:focus, .TK-Dash-Link:hover {
        color: #2f8eb8
    }

.TK-Dash-Featured-Link {
    display: block;
    color: #2f8eb8;
    font-size: 15px;
    text-transform: uppercase
}

    .TK-Dash-Featured-Link:focus, .TK-Dash-Featured-Link:hover {
        color: #000
    }

.TK-Dash-Footer {
    margin: 40px 0 0;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5
}

.TK-Aside-Menu, .TK-Footer-List, .TK-Footer-List-Horizontal, .TK-Hat-Menu, .TK-Menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.TK-Aside-Menu, .TK-Footer-List-Horizontal, .TK-Hat-Menu, .TK-Menu {
    /*font-size: 0*/
}

.TK-Aside-Menu-Item, .TK-Avatar, .TK-Footer-List-Horizontal-Item, .TK-Hat-Menu-Item, .TK-Menu-Item, .TK-Nav svg {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff !important;
    font-size: 1.4em;
}

.TK-Aside-Menu-Button:before, .TK-Aside-Menu-Link:before, .TK-Hat-Menu-Link:before, .TK-Menu-Item-Button:before, .TK-Menu-Item-Link:before, .TK-Aside-Menu-Label {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid transparent
}

.TK-Aside-Menu-Button:focus:before, .TK-Aside-Menu-Button:hover:before, .TK-Aside-Menu-Link:focus:before, .TK-Aside-Menu-Link:hover:before, .TK-Hat-Menu-Link:focus:before, .TK-Hat-Menu-Link:hover:before, .TK-Menu-Item-Button:focus:before, .TK-Menu-Item-Button:hover:before, .TK-Menu-Item-Link:focus:before, .TK-Menu-Item-Link:hover:before {
    border-bottom-color: #0392E3;
}

.TK-PRGS-Logo:focus, .TK-PRGS-Logo:hover, .TK-PRGS-TLRK-Logo:focus, .TK-PRGS-TLRK-Logo:hover, .TK-TLRK-Logo:focus, .TK-TLRK-Logo:hover {
    opacity: .75
}

.TK-Aside-Menu-Button, .TK-Aside-Menu-Link, .TK-Menu-Item-Button, .TK-Menu-Item-Link {
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    text-align: left;
/*    background-color: blue !important;*/
}

.TK-Aside-Menu-Label {
    /*width: 100%;*/
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    text-align: left;
}


.TK-Nav *, .TK-Nav :after, .TK-Nav :before {
    box-sizing: border-box
}

.TK-Nav a, .TK-Nav button {
    display: block;
    outline: none !important;
    text-decoration: none !important;
    transition: color .1s linear,background .1s linear,opacity .1s linear
}

.TK-Nav ::-moz-focus-inner {
    border: 0 !important
}

.TK-Nav button[type=button] {
    cursor: default !important
}

.TK-Nav {
    z-index: 42000
}

.TK-Hat, .TK-Nav {
    position: relative
}

.TK-Hat {
    z-index: 42042;
    color: #4d4f52;
    background: #fff;
    border-bottom: 1px solid #eff0f1
}

/*.TK-Hat-Brand {
    float: left;
    margin: 0;
    height: 60px !important;
}
    .TK-Hat-Brand img {
        position: relative;
        top: calc(50% - 5px);
        transform: translateY(-50%);
    }*/

.TK-Hat-Aside {
    float: left
}

@media only screen and (min-width:880px) {
    .TK-Hat-Menu-Item + .TK-Hat-Menu-Item {
        margin-left: 30px
    }
}

.TK-Hat-Menu-Link {
    display: block;
    position: relative;
    padding: 0;
    color: #717275;
    text-transform: uppercase;
    font: 500 14px/40px FiraSansRegular,Arial,Helvetica,sans-serif
}

    .TK-Hat-Menu-Link:focus, .TK-Hat-Menu-Link:hover {
        color: #0392E3;
    }

.TK-Bar {
    z-index: 42000;
    position: relative;
    top: 0px;
    left: 0px;
}

.TK-TLRK-Brand {
    float: left;
    width: 150px;
    margin: 0
}

.TK-Menu {
    float: left
}

.TK-Menu-Item-Button, .TK-Menu-Item-Link {
    display: block;
    position: relative;
    padding: 0;
    color: #4d4f52;
    text-transform: uppercase;
    font: 600 15px/60px FiraSansRegular,Arial,Helvetica,sans-serif
}


    .TK-Menu-Item-Button:focus, .TK-Menu-Item-Button:hover, .TK-Menu-Item-Link:focus, .TK-Menu-Item-Link:hover {
        color: #2f8eb8
    }

.TK-Aside, .TK-Aside-Menu {
    float: right;
    margin-right: 5px;
}

.TK-Aside-Menu-Label {
    max-width: 150px;
}

.TK-Aside-Menu-Button, .TK-Aside-Menu-Link {
    z-index: 1;
    display: block;
    position: relative;
    width: 32px;
    height: 40px;
    margin: 0;
    line-height: 40px !important;
    color: #FFF !important;
    text-transform: uppercase;
    /*font: 600 18px/60px FiraSansRegular;*/
    font-family: FiraSansSemiBold;
    outline: none !important;
    text-align: center;
    vertical-align: middle;
}

.TK-Aside-Menu-Label {
    z-index: 1;
    position: relative;
    display: inline;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 15px;
    outline: none !important;
    color: #FFF !important;
    font-family: FiraSansSemiBold;
    font-feature-settings: "liga", "kern";
    font-size: 1.4rem !important;
}

.TK-Aside-Menu-Button:after, .TK-Aside-Menu-Link:after {
    /*content: "";
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 0;
    height: 20px;
    width: 1px;
    background: #dcdcdc*/
}

.TK-Aside-Menu-Label:after {
    /*content: "";
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0;
    height: 20px;
    width: 1px;
    background: #e5e6e6*/
}

.TK-Aside-Menu-Button, .TK-Aside-Menu-Button, .TK-Aside-Menu-Link, .TK-Aside-Menu-Link {
    color: #000;
}

.TK-Aside-Menu-Button:focus, .TK-Aside-Menu-Button:hover, #appMenuButton:hover i, #appMenuButton:focus i, .TK-Aside-Menu-Button:hover label, .TK-Aside-Menu-Button:focus label, .TK-Aside-Menu-Link:focus, .TK-Aside-Menu-Link:hover {
    color: #0392E3;
}

.TK-Aside-Menu-Button:focus svg, .TK-Aside-Menu-Button:hover svg, .TK-Aside-Menu-Link:focus svg, .TK-Aside-Menu-Link:hover svg {
    fill: #0392E3;
}

.TK-Aside-Menu-Button:focus svg path, .TK-Aside-Menu-Button:hover svg path, .TK-Aside-Menu-Link:focus svg path, .TK-Aside-Menu-Link:hover svg path {
    stroke: #0392E3;
}


.TK-Aside-Menu-Button-Text, .TK-Aside-Menu-Link-Text {
    display: none;
    vertical-align: middle
}


.TK-Button {
    display: inline-block !important;
    padding: 0 25px;
    color: #4d4f52;
    /*background: #75dbff;*/
    background-color: #f8f9fa !important;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    text-transform: uppercase;
    /*font: 600 15px/40px FiraSansRegular,Arial,Helvetica,sans-serif*/
}

    .TK-Button:focus, .TK-Button:hover {
        color: #000;
        background: #32caff
    }

.TK-CTA-Text-XL {
    display: block
}

.TK-CTA-Text-Medium {
    display: none
}

.TK-Arrow {
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    font-style: normal;
    vertical-align: middle;
    color: inherit;
    border-width: 4px 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.TK-Nav-Overlay {
    z-index: 0;
    position: fixed;
    top: -100px;
    right: 0;
    bottom: -100px;
    left: 0;
    border: 0;
    font-size: 0;
    width: 100%;
    background: rgba(0,0,0,.5)
}

.TK-Cart-Counter, .TK-Nav-Overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s linear,visibility .1s linear
}


.TK-Static {
    position: static !important
}

.TK-Support-Icon {
    margin-right: 5px;
    vertical-align: -1px !important
}


/*@media only screen and (max-width:1100px) and (min-width:880px) {*/
/*.TK-Hat-Brand, .TK-TLRK-Brand {*/
/*width: 120px;
    min-width: 120px;*/
/*width: 100px !important;*/
/*}*/

.TK-Bar-container {
    display: -ms-flexbox;
    display: flex
}

.TK-Drawer {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.TK-Menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.TK-Menu-Item + .TK-Menu-Item {
    margin: 0 10px
}
/*}*/

/*@media only screen and (max-width:960px) {*/
.TK-Button {
    padding: 0 10px
}

.TK-CTA-Text-XL {
    display: none
}

.TK-CTA-Text-Medium {
    display: block
}
/*}*/

/*@media only screen and (max-width:880px) {*/
.TK--Mobile, .TK--Mobile-DB {
    display: block !important
}

.TK--Mobile-DIB {
    display: inline-block !important
}

/*.TK--Desktop {
        display: none !important
    }*/

.TK-Nav-Overlay--Active {
    opacity: 1;
    visibility: visible
}

.MenuIcon {
    width: 30px;
    float: left;
    cursor: pointer;
    margin-right: 6px;
    border: none;
    color: #fff;
    background-color: transparent;
    height: 38px !important;
    font-size: 16px;
    vertical-align: middle;
}

    .MenuIcon:hover {
        color: #0392E3 !important;
        margin-top: 1px;
    }


