.cateG {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    overflow: hidden;
}


.cateG li,
.tab_hdr li {
    margin: 10px 0px;
    background-color: rgb(57, 133, 197);
    padding: 1px;
}

.cateG li,
.cateG li a {
    border-radius: 10px;
}


.cateG li a {

    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

.cateG li a i {
    color: #ccc;
    font-weight: bold;
    font-size: 20px;
}

/* Change the link color on hover */
.cateG li a:hover {
    background-color: #099391;
    color: white;
}


.small_labels {
    font-family: 'Lato', sans-serif;
    ;
    font-weight: 300;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home_conf_dtls {
    width: 100%;
    display: block;
    border: 0px solid blue;
}

.home_conf_dtls b {
    color: #3985c5;
}

.conf_type {
    width: 80%;
    margin: 5px auto;
    border: 0px solid black;
}

.view {
    color: rgb(57, 133, 197);
    padding-top: 10px;
    font-weight: bold;
}

#cartwa {
    text-align: center;
    width: 20%;
}

/* background:url('img/cart-73-xxl.png') no-repeat; background-size: 30px 30px;*/

.toll_number {
    /* width: 60%; */
    float: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: right;
    font-weight: 500;

    a {
        color: #466c9c;
        margin-left: 10px;
        text-decoration: none;
    }
}

@media (max-width: 767px) {
    a {
        display: block;
    }
}

.fa-shopping-cart {
    position: relative;
}

.cart-item-count {
    position: absolute;
    top: -10px;
    right: -10px;
    font-weight: bold;
}



#cartwa a {
    color: #000;
}





.info,
.success,
.warning,
.error,
.validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('error.png');
}



.wisHes {
    bottom: 0;
    color: red;
    height: auto;

    position: fixed;
    opacity: 1;
    width: 286px;
    margin-left: 18px;
}

