
a:hover{ text-decoration: none !important;}

.UserDropMenu .show > .btn-secondary.dropdown-toggle,
.UserDropMenu .btn-secondary:hover,
.UserDropMenu .btn-secondary,
.UserDropMenu .btn:focus, .btn.focus,
.UserDropMenu .show > .btn-secondary.dropdown-toggle:focus
{
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.UserDropMenu .dropdown-item:hover {
    color: #fff;
    background-color: #233746;
}
.UserDropMenu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #233746;
}
.UserDropMenu .dropdown-toggle::after
{
    display: none;
}
.UserDropMenu  .btn{
    padding: 0;
}
.UserDropMenu1 .show > .btn-secondary.dropdown-toggle,
.UserDropMenu1 .btn-secondary:hover,
.UserDropMenu1 .btn-secondary,
.UserDropMenu1 .btn:focus, .btn.focus,
.UserDropMenu1 .show > .btn-secondary.dropdown-toggle:focus
{
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.UserDropMenu1 .dropdown-item:hover {
    color: #fff !important;
    background-color: #233746;
}
.UserDropMenu1 .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #233746;
}
.UserDropMenu  .btn, .UserDropMenu1  .btn{
    padding: 0;
}
.tooltip_box{
    width: 180px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    padding: 20px;
    margin-left: -103px;
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
}
.tooltip_box::before{
    position: absolute;
    top: -20px;
    left: 43%;
    background: url(../images/tooltipa_Arrow.png) no-repeat;
    content: '';
    width: 100%;
    height: 20px;
    background-size: contain;

}
.tooltip_box a{
    line-height: 30px;
    margin-right: 0px;
    font-size: 16px;
    float: none;
    text-align: left;
    border-bottom: 1px solid #979797;
    padding: 0.25rem 0.5rem;
}
.tooltip_box a:last-child{
    border-bottom: none;
}

/*ul.VeryTopMenu{
    display: flex;
    float: right;
}
ul.VeryTopMenu>li{
    margin-right: 20px;
    font-weight: 400;
}*/
.UserDropMenu .dropdown-menu{
    position: absolute;
    transform: translate3d(0px, 27px, 0px);
    top: 0px !important;
    left: 23px !important;
    will-change: transform;
    border-radius: 8px !important;
}
.UserDropMenu1 .dropdown-menu {
    position: absolute;
    transform: translate3d(0px, 27px, 0px);
    top: 0 !important;
    will-change: transform;
    border-radius: 8px !important;
    min-width: 4rem;

}
.UserDropMenu1 .dropdown-item{
    padding: 0 10px !important;
}

.UserDropMenu1 .dropdown-menu,
.UserDropMenu .dropdown-menu
{
    padding: 10px 10px !important;
}
.cart-no {
    position: absolute;
    top: -8px;
    background: #233746;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    margin-left: 13px;
}
/*.MyNavToggle{
    padding: 3.5rem 0;
}*/
.mylogo{
    /*padding-top: 1.5rem;*/
    padding-right: 20px;
}



.STORETOPHeading{
    border-radius: 0 0 10px 0;
    background-color: #00784B;
}
.sticky .STORETOPHeading{
  border-radius: 0px;
}
/*.STORETOPHeading:hover{
  background-color: #233746;
}*/
.StoreText{
  text-align: center;
  padding: 40px 0px;
  
}
.StoreText a{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.82px;
    line-height: 27px;
    color: #EAE6E1;
    text-transform: uppercase;	
}
.StoreText a:hover{
    color: #EAE6E1;
}
.UserDropMenu2 a{
    color: #233746 !important;
}
/*.VeryTopMenu_01{
    padding-top: 70px;
}*/
ul.VeryTopMenu_01{
    display: flex;
    float: left;
    margin-bottom: 0px;

}
.VeryTopMenu_01 img{
  max-width: inherit;
}
ul.VeryTopMenu_01>li{
    margin-right: 20px;
    font-weight: 400;
}
/*.cart-no1{
    top: 72px !important;
}*/

.Mylogobarns{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}




.business_with_barns.about-us{
    background: url(../images/banner-bg2.png) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 135px;
    min-height: 380px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
    position: relative;
}
.business_with_barns.about-us:before{
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 50%);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.join_business.about-us{
    background: url(../images/banner-bg2.png) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 135px;
    min-height: 380px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
    position: relative;
}
.join_business.about-us:before{
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 50%);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.barns_coffee_text {
    max-width: 530px;
    margin-left: auto;
}
body.arb .barns_coffee_text{
    margin-right: auto;
    margin-left: 0px;
}
.business_with_barns h3{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
}
.join_business h3{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
}
.barns_coffee{
    padding-top: 100px;
    padding-bottom: 50px;
}
.itelic_head h4{
    font-weight: 600;
    font-style: italic;
    color: #233746;
}
.larg_head h3{
    font-weight: 700;
    color: #474747;
    font-size: 42px;
}
.spilling_flavour{
    padding-top: 50px;
    padding-bottom: 100px;
}
.spilling_flavour_text {
    max-width: 530px;
    margin-right: auto;
    margin-left: 0;
}
body.arb .spilling_flavour_text{
    margin-left: auto;
    margin-right: 0;
}
body.arb .spilling_flavour_image img{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.clients_section{
    background: #d8d8d8;
    padding: 50px 0px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}

.join_network{
    padding: 75px 0px 0;
}
.custom_btn a{
    background: #606060;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    padding: 18px 20px;
    transition: all ease .5s;
    width: 480px;
    font-weight: 600;
    font-size: 18px;
}
.custom_btn a:hover{
    background: #00784B;
}






@media screen and (max-width: 1199px){
    .business_with_barns.about-us{
        margin-top: 0px;
    }
    .join_business.about-us{
        margin-top: 0px;
    }
    .barns_coffee {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .spilling_flavour {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .join_network{
        padding-top: 50px;
    }
}
@media screen and (max-width: 767px){
    .barns_coffee_text, .spilling_flavour_text{
        max-width: 100%;
    }
}
@media screen and (max-width: 575px){
    .custom_btn a{
        width: 100%;
    }
    .larg_head h3{
        font-size: 24px;
    }
    .business_with_barns h3{
        font-size: 28px;
    }
    .join_business h3{
        font-size: 22px;
    }
}