/*
.menu-table{
    display:table;
}
.menu-table div, .menu-table a{
    display:table-cell;
    vertical-align: middle;
    height: 50px;
}
.menu-table input, .menu-table button{
    display:table-cell;
    vertical-align: middle;
    height: 35px;
}
.sub-nav div{
    display:table-cell;
    vertical-align: middle;
}
.menu-table a:hover, .right-span > .dropdown:hover{
    background-color:#f1f1f1;
    color:black;
    text-decoration: none;
    cursor:pointer;
}
.right-span{
    display: inline-block;
    height: 50px;
    margin-bottom: -5px;
}
.right-span > .dropdown{
    color:#777777;
}
.menu-side-nav{
    height:calc(100vh - 50px);
    width:200px;
    position:fixed;
    top:50px;
    z-index: 9;
    transition:0.3s;
}
#side-nav-body{
    margin-left:-202px;
}







.shadow-5{
    box-shadow:0 0 2px rgba(0, 0, 0, 0.33)
}
.mt-8{
    margin-top:8px;
}
.navbar-brand{
    display:table;
    padding:0;
}
.navbar-brand > img{
    display:inline-block;
    vertical-align: middle;
}
.ml_10{
    margin-left:-10px;
}
.dropdown-menu > li > a{
    line-height: 30px;
    padding:10px 15px;
}
.cart, .cart:hover{
    background-color: #2787ad !important;
    color: white !important;
    border-radius: 50%;
    padding: 7px !important;
    margin-top: 8px;
    position:relative;
}
.cart-count{
    position: absolute;
    padding: 5px;
    font-size: 10px;
    color: white;
    background-color: #f13500;
    right: -10px;
    top: -5px;
    min-width: 20px;
    box-shadow: -3px 2px 1px rgba(0, 0, 0, 0.4);
}
.entypo-menu:before {
    content: '\e811';
    line-height: 47px;
    font-size: 24px;
    color: #929292;
}
.navbar-header{
    display:inline-table;
}
.mobile-right-menu{
    display: inline-table;
    float:right;
}
.mobile-right-menu li{
    position: relative;
    display: block;
    float: left;
    line-height: 40px;
    padding: 0px 10px;
}
.mobile-search-icon{
    font-size: 18px;
    margin-top: -1px;
    display: inline-block;
}
.res-side-nav{
    width:100vw;
    height:100vh;
    background-color:rgba(209, 224, 228, 0.85);
    position:fixed;
    left:0;
    top:0;
    z-index: 9999;
    display:none;
}
.sid-nav-body{
    width:70vw;
    height:100vh;
    background-color:white;
    position:fixed;
    top:0;
    left:-100vw;
    z-index: 99999;
    transition: 0.3s;
    overflow-y:scroll;
}
.bg-bluish-light{
    background-color: #f5f8f9;
}



!* res search view css *!
.res-search-pool{
    display:none;
    width: 100vw;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    background-color:white;
    z-index: 9999;
    transition: 0.3s;
}
.res-search-pool .header{
    height:55px;
    display:table;
    width:100vw;
}
.res-search-pool .footer{
    height:55px;
    display:table;
    width:100vw;
}
.res-search-pool .body{
    height:calc(100vh - 110px);
    display: inline-block;
    width:100vw;
    overflow-y: scroll;
    color:gray;
}
.res-search-pool .body p{
    color: gray;
    line-height: 20px;
    margin-top: 15px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
    padding-left: 10px;
}
.pl15{
    padding-left:15px;
}
.pred-img{
    height:50px;
    width:50px;
    border-radius:50px;
    border:5px solid white;
    overflow:hidden;
    display:inline-block;
    vertical-align: middle;
}
.res-search-pool .body div div img{
    width:50px;
}
.res-search-pool .header span{
    line-height: 55px;
    display:inline-block;
    text-align: center;
    font-size:20px;
}
.res-search-pool .header span:nth-child(1), .res-search-pool .header span:nth-child(3){
    width:15%;
}
.res-search-pool .header span:nth-child(2){
    width: 70%;
}

.res-search-pool .header span:nth-child(2) input{
    width:100%;
    border:none;
}
.res-search-pool .header span:nth-child(2) input:focus{
    outline: none;
}

.nav>li>a {
    position: relative;
    display: block;
}
.desktop-trophy{
    background-color: #f25b5b;
    color: white;
    font-size: 7px !important;
    padding: 0px 2px;
    border-radius: 20px;
    position: absolute;
    top: 8px;
    right: -4px;
    -webkit-animation: pulse linear 1s infinite;
    animation: pulse linear 1s infinite;
}



@-webkit-keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: .1; }
    100% { opacity: 1; }
}
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: .1; }
    100% { opacity: 1; }
}



@media screen and (max-width: 767px){
    .visible-xs{
        display:table-cell !important;
    }
}*/





































.shadow-5{
    box-shadow:0 0 2px rgba(0, 0, 0, 0.33)
}
.mt-8{
    margin-top:8px;
}
.navbar-brand{
    display:table;
    padding:0;
}
.navbar-brand > img{
    display:inline-block;
    vertical-align: middle;
}
.ml_10{
    margin-left:-10px;
}
.dropdown-menu > li > a{
    line-height: 30px;
    padding:10px 15px;
}
.cart, .cart:hover{
    background-color: #2787ad !important;
    color: white !important;
    border-radius: 50%;
    padding: 7px !important;
    margin-top: 8px;
    position:relative;
}
.cart-count{
    position: absolute;
    padding: 5px;
    font-size: 10px;
    color: white;
    background-color: #f13500;
    right: -10px;
    top: -5px;
    min-width: 20px;
    box-shadow: -3px 2px 1px rgba(0, 0, 0, 0.4);
}
.entypo-menu:before {
    content: '\e811';
    line-height: 47px;
    font-size: 24px;
    color: #929292;
}
.navbar-header{
    display:inline-table;
}
.mobile-right-menu{
    display: inline-table;
    float:right;
}
.mobile-right-menu li{
    position: relative;
    display: block;
    float: left;
    line-height: 40px;
    padding: 0px 10px;
}
.mobile-search-icon{
    font-size: 18px;
    margin-top: -1px;
    display: inline-block;
}
.res-side-nav{
    width:100vw;
    height:100vh;
    background-color:rgba(0,0,0,.6);
    position:fixed;
    left:0;
    bottom:0;
    z-index: 9999;
    display:none;
}
.sid-nav-body{
    width:50vw;
    height:100vh;
    background-color:white;
    position:fixed;
    bottom:0;
    left:-100vw;
    z-index: 99999;
    transition: 0.3s;
    overflow-y:scroll;
}
.bg-bluish-light{
    background-color: #f5f8f9;
}
.more-drop-down{
    position:absolute;
    top:0;
    left:0;
    background-color:white;
    border-radius:3px;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.4);
    width: 160px;
    padding: 0;
    display:none;
    z-index: 3;
    overflow-x:hidden;
}
.more-drop-down li{
    padding: 10px 15px;
    font-size: 16px;
}
.more-drop-down li a{
    color:black;
}
.more-drop-down li:hover{
    background-color:#f1f1f1;
}
.desktop-search-input{
    width: 150px;
    transition: 0.2;
}





















.nav>li>a, a:visited {
    position: relative;
    display: block;
    font-weight: bold !important;
    font-family:"Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 14px !important;
}
a, a:visited{
    font-size: 14px !important;
}
.more-drop-down li a{
    color: black !important;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
.more-drop-down li:last-child a{
    font-size:12px !important;
}
.desktop-trophy{
    background-color: #f25b5b;
    color: white;
    font-size: 7px !important;
    padding: 0px 2px;
    border-radius: 20px;
    position: absolute;
    top: 8px;
    right: -4px;
    -webkit-animation: pulse linear 1s infinite;
    animation: pulse linear 1s infinite;
}
.btn-warning-sub-header{user-select: none;
cursor: pointer;
outline: 0;
border: none;
-webkit-tap-highlight-color: transparent;
display: inline-block !important;
white-space: nowrap;
text-decoration: none;
vertical-align: baseline;
text-align: center;
min-width: 88px;
line-height: 36px;
padding: 0 16px;
border-radius: 2px;
overflow: visible;
margin: 10px;
font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
background-color: #eea947;
    color:white;
}
.btn-warning-sub-header:hover{
    background-color:#d69538
}
/deep/.res-sub-menu, .res-sub-menu:visited{
    color:white !important;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}








@-webkit-keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: .1; }
    100% { opacity: 1; }
}
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: .1; }
    100% { opacity: 1; }
}

.dropdown-menu li a{
    font-size: 16px;
}



@media screen and (max-width: 768px){
    .cart{
        padding: 4px !important;
        margin-top:5px;
    }
    .desktop-trophy{
        background-color: #f25b5b;
        color: white;
        font-size: 7px !important;
        padding: 1px 5px;
        border-radius: 20px;
        position: absolute;
        top: 15px;
        right: -18px;
        -webkit-animation: pulse linear 1s infinite;
        animation: pulse linear 1s infinite;
        height: 27px;
    }
}

@media screen and (max-width: 500px){
    .res-w-100{
        width:100%;
    }
}