body{
    font-family:Montserrat;
}
footer{
    font-family: cursive;
}



.bb-outline-info {
    color: #0077b3;
    border-color: #0077b3
}
.bb-outline-info:hover {
    color: #fff;
    background-color: #458cb0;
    border-color: #458cb0
}
.bb-outline-info.focus,
.bb-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.bb-outline-info.disabled,
.bb-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.bb-bg-nv1{
    background-color: #023351;
}
.bb-bg-nv2{
    background-color:#003366;
}
.bb-bg-nv3{
    background-color: #005380;
}
.bb-bg-nv4{
    background-color:#458cb0;
}
.bb-bg-nv5{
    background-color:#0077b3;
}
.bb-bg-nv5{
    background-color:#0077b3;
}
.bb-bg-dr1{
    background-color: #680e05;
}
.bb-bg-dr2{
    background-color: #a31d23;
}
.bb-bg-dr3{
    background-color: #c86516;
}
.bb-text-clr-nv1{
    color: #1b3161;

}
.bb-text-clr-nv2{
    color: #0059b3;

}
.bb-text-clr-nv3{
    color: #003366;

}
.bb-text-clr-nv4{
    color: #458cb0;

}
.bb-text-clr-nv5{
    color: #0077b3;

}
.bb-text-clr-nv6{
    color: #0080ff;

}
.bb-text-clr-dr1{
    color: #680e05;

}
.bb-text-clr-dr2{
    color: #a31d23;

}
.bb-text-clr-dr3{
    color: #ff333d;

}
.bb-text-clr-dr4{
    color: #c86516;

}
.bb-text-clr-dr5{
    color: #ff666e;

}
.bb-text-clr-dr6{
    color: #ff8086;

}
.bb-btn-nv1 {
    background-color:#023351;
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    border-radius: 5px;
}

.bb-btn-nv2 {
    background-color:#005380;
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    border-radius: 5px;
}
.bb-btn-nv3 {
    background-color:#458cb0;
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    border-radius: 5px;
}
.bb-btn-nv4 {
    background-color:#82b3c4;
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    border-radius: 5px;
}
.bb-btn-dr1 {
    background-color:#680e05;
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    border-radius: 5px;
}
.bb-btn-dr2 {
    background-color:#a31d23;
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    border-radius: 5px;
}
.bb-btn-dr3 {
    background-color:#c86516;
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    border-radius: 5px;
}
.bb-btn-dr4 {
    background-color:#dda336;
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    border-radius: 5px;
}
.bb-btn-dr5 {
    background-color:#ff666e;
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    border-radius: 5px;
}
.bb-btn-dr6 {
    background-color:#ff8086;
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    border-radius: 5px;
}


.bb-badge-nv2 {
    color: #fff;
    background-color: #0059b3;
}
.bb-badge-nv3 {
    color: #fff;
    background-color:#0077b3;
}

.bb-badge-nv4 {
    color: #fff;
    background-color: #0077b3;
}

.bb-badge-nv5 {
    color: #fff;
    background-color: #0077b3;
}


.bb-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


@media only screen and (max-width: 425px){
    .mob-right-icons>a {
        font-size: 18px!important;
    }
    .mob-logo-text {
        font-size: 15px!important;
    }
    .brand_newsletter_area {
        display: none;
    }
    /*hide banner & sub-category images from hhome page*/
    .single_banner {
        display:none !important;
    }

    /*hide category names from category product page (mobile view)*/
    .sidebar_widget {
        display:none;
    }

}
@media only screen and (min-width: 426px){
    .mob-logo-text {
        font-size: 22px!important;
    }
}

@media only screen and (max-width: 991px)  {
    .top_right {
        display: block!important;
    }
    .mob-right-icons .top_links >a {
        font-size: 24px!important;
    }

    .mini_cart_wrapper > a {
        border: 0px!important;
        border-radius: 0px!important;
        padding: 0px!important;
    }
    .mob-right-icons > .float-right > a {
        font-size: 24px!important;
    }
}

@media only screen and (max-width: 991px){
    .Offcanvas_menu {
        margin-bottom: 15px!important;
        padding-top: 20px;
    }
    .header_bottom {
        display: none;
    }
    /*.mob-right-icons>a {*/
    /*    font-size: 24px!important;*/
    /*}*/
}
.canvas_open {
    border: 0px!important;
    justify-content: space-between!important;
    padding: 0px!important;
}

#mobSearch {
    display: none;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .mini_cart_wrapper {
        display: block!important;
    }
    .mini_cart_wrapper > a i {
        font-size: 24px!important;
    }
    .search-mob-icon {
        padding-top: 9px!important;
        padding-right: 7px!important;
    }
}

@media only screen and (max-width: 991px){
    .header_middle {
        display: none!important;
    }
    .mini_cart_wrapper {
        display: block!important;
    }
}
@media only screen and (max-width: 767px){
    .mini_cart_wrapper {
        display: block!important;
    }
    .mini_cart_wrapper > a i {
        font-size: 18px!important;
    }
    .top_links > a {
        padding-top: 7px!important;
    }
    .search-mob-icon {
        padding-top: 8px!important;
        padding-right: 7px!important;
        padding-left: 3px!important;
    }
    .mob-right-icons .top_links >a {
        font-size: 18px!important;
    }
    .mini_cart_wrapper > a {
        border: 0px!important;
        border-radius: 0px!important;
        padding: 0px!important;
    }
}

/*review section*/
.no-pad p {
    margin-bottom: 2px!important;
}
.comment-user-image {
    border-radius: 60%;
    width: 40px;
    height: 40px;
}
.com-img-box {
    /*height: 78px;*/
    width: 56px;
}
.main-comment p {
    margin-bottom: 2px!important;
}
.sub-replay p {
    margin-bottom: 2px !important;
}
.bb-1px {
    border-bottom: 1px solid black;
}

/*payment section*/
.cash-img {
    height: 50px;
    width: 60px;
}

/*product details css*/
.clickable {
    cursor: pointer;
}
.close-no-border .close {
    border: 0px !important;
}
.font-size-p p {
    font-size: 17px;
}


@media only screen and (max-width: 425px) {
    /* For mobile phones: */
     .bb_footer{
         display: none;
     }
    .bb_fa_icon{
        display: none;
    }
    .bb_btn_display{
        display: block;
        width: 100%;
        text-transform: uppercase;
    }

}
