/* top-bar */
.top-bar {
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    background-color:#e7e8ed;
}
.top-bar p {
    margin: 0;
}

.c-navbar {
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);*/
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.16);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.16);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.16);
}
.c-navbar-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}
.c-nav-item {
    padding: 6px 16px;
}
.c-nav-item:hover {
    background-color : #f6f6f6;
    border-radius: 2px;
}
.c-nav-item a {
    color: #6c757d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}
.c-nav-item a i {
    margin-left:6px;
}
/*flag dropdown*/
.dropdown1 button1{
    border: none;
    padding: 0px 4px;
    font-size: 12px;
    color:#000;
    transition: .3s;
    cursor: pointer;
    position: relative;
    left: 10px;
}
.dropdown1:hover button1{
    color:#000;
}
.dropdown1 div {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 1;
    visibility: hidden;
    padding: 3px 0 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    opacity: 0;
    transition: .3s;
}
.dropdown1:hover div{
    visibility:visible;
    opacity:1;
}
.dropdown1 div a1{
    display:block;
    text-decoration:none;
    padding:8px;
    text-align: left;
    font-size: 12px;
    color:#000;
    transition:.1s;
    white-space:nowrap;
    height: 32px;
}
.dropdown1 div a1:hover{
    color:#000;
}
.flagsize {
    width: 28px;
    height: 18px;
}
@media only screen and (min-width: 800px){
    .dropdown1 {
        display: inline-block;
        position: relative;
        left: 60%;
        top: 40px;
    }
}
@media only screen and (min-width: 800px){
    .align-right {
        padding-left: 30%;
    }
    .dropdown1{
        display:inline-block;
        position:relative;
        left: 58%;
        top: 30px;
    }
}



@media screen and (max-width: 1024px) {
    .c-nav-item a {
        font-size: 1em;
    }
}

/* header */
.header {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 10px 0;
    color: #1e3d58;
}

/* logo */
a.logo {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
a.logo span {
    background: url(../../../../../../../canvaschamp.thecashandcarry.co.uk/assets/front/images/bg_logo.png) no-repeat top center;
    background-size: 105% auto;
    display: block;
    padding-top: 6px;
    margin-top: 0;
    text-align: center;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 16px;
}
a.logo:hover {
    color: #fff;
}

/* search */
.search {
    background: #fff;
    display: flex;
    padding: 1px;
    margin-top: 10px;
}
.search .input {
    border: none;
    width: 100%;
}
.search .btn-success {
    background: #fff;
    border: none;
    font-size: 20px;
    color: #004a96;
}

/* user-list */
.user-list {
    float: right;
    margin-top: 10px;
    opacity:0.75;
}
@media (min-width: 430px) and (max-width: 600px) {
    .user-list {
        float: right;
        margin-top: 10px;
        margin-right: -10px;
        display: flex;
        justify-content: center;
    }
}
.user-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.user-list ul li {
    float: left;
    margin-left: 25px;
}
.user-list ul li:first-child {
    margin-left: 0;
}
.user-list ul li a {
    display: inline-block;
}
.user-list ul li img {
    width: auto;
    height: 32px;
    float: left;
}
.user-list ul li .call span {
    display: block;
    font-size: 12px;
}
.user-list ul li .call p {
    white-space: nowrap;
    margin: 0;
    margin-left: 38px;
    line-height: 16px;
    font-size: 15px;
}

/* navigation */
.navigation {
    text-align: center;
}
.navigation .navigator {
    display: flex;
}
.navigation .f-nav-container {
    display: inline-block;
    margin: 0 auto;
}
.navigation .f-nav-item {
    margin: 0 7px;
}
.navigation .f-nav-item,
.navigation .flag-list {
    display: inline-block;
    position: relative;
    float: left;
    top: 0;
    left: 0;
}
.navigation .f-nav-item a,
.navigation a.nav-link {
    display: inline-block;
    float: left;
}
.navigation .flag-list button1 {
    padding: 7px 5px;
    float: left;
    position: static;
    line-height: 24px;
    width: 70px;
}
.navigation .flag-list button1 .fa-angle-down {
    color: #000;
    display: inline-block;
    margin-left: 5px;
    font-weight: 300;
}
.navigation .flag-list .flagsize {
    width: 35px;
    height: 24px;
    float: left;
    margin-right: 5px;
}
.navigation a.nav-link {
    padding: 10px 12px;
    color: #000;
}
.mobilegrid{
    height: 50px;
}
