@font-face {
  font-family: Poppins;
  src: url(/wp-content/themes/boltomhu/assets/fonts/poppins/Poppins-Thin.ttf);
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(/wp-content/themes/boltomhu/assets/fonts/poppins/Poppins-ThinItalic.ttf);
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url(/wp-content/themes/boltomhu/assets/fonts/poppins/Poppins-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(/wp-content/themes/boltomhu/assets/fonts/poppins/Poppins-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(/wp-content/themes/boltomhu/assets/fonts/poppins/Poppins-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(/wp-content/themes/boltomhu/assets/fonts/poppins/Poppins-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url(/wp-content/themes/boltomhu/assets/fonts/poppins/Poppins-SemiBold.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(/wp-content/themes/boltomhu/assets/fonts/poppins/Poppins-SemiBoldItalic.ttf);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url(/wp-content/themes/boltomhu/assets/fonts/poppins/Poppins-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(/wp-content/themes/boltomhu/assets/fonts/poppins/Poppins-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url(/wp-content/themes/boltomhu/assets/fonts/poppins/Poppins-Black.ttf);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(/wp-content/themes/boltomhu/assets/fonts/poppins/Poppins-BlackItalic.ttf);
  font-weight: 800;
  font-style: italic;
}
:root{
    --fontFamily: "Poppins", Sans-serif;
    --mainContainerMax: 1140px;
    --mainGreen: #569D4C;
    --titleColor: #1D334D;
    --textColor: #7D7D7D;
    --white: #ffffff;
    --grey: #F2F2F7;
    --red: #CC6464;
    --peach: #F8A55F;
    --brdRadius: 8px;
    --dividerColor: #A1A1A142;
}
header,
footer{
    background-color: var(--white);
}
body{
    overflow-x: hidden;
    font-family: var(--fontFamily);
    background-color: var(--grey);
}
main{
    max-width: var(--mainContainerMax);
    margin: auto;
}
.wp-block-navigation__submenu-icon,
.no-h1 h1{
    display: none!important;
}
.bh-top-nav ul{
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
}
.bh-top-nav ul li a{
    display: flex;
    flex-flow: row;
    align-items: center;
    text-decoration: none;
    color: var(--titleColor);
    font-size: 13px;
}
.bh-top-nav ul li a svg{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.bh-top-nav ul li a svg path{
    fill: var(--mainGreen)
}
.bh-top-nav ul li a.nav-fav svg{
    width: 22px;
    height: 20px;
}
.bh-top-nav ul li a.nav-dashboard svg{
    width: 22px;
    height: 24px;
}
.bh-head-bottom-outter{
    background: var(--mainGreen);
    padding: 11.25px 0;
}
.bh-head-mid,
.bh-head-bottom,
#bh-footer-inner,
#bh-footer-bottom{
    width: 100%;
    max-width: var(--mainContainerMax);
    margin: auto;
}
#bh-footer-bottom,
.bh-socail-icons{
    display: flex;
    flex-flow: row;
    align-items: center;
}
#bh-footer-bottom{
    border-top: 1px solid var(--dividerColor);
    justify-content: space-between;
}
#bh-footer-bottom span{
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    color: var(--textColor);
}
footer .custom-logo{
    width: 160px;
}
.bh-footer-list,
.bh-socail-icons{
    padding-left: 0;
    list-style: none;
    gap: 20px;
}
.bh-footer-li-item svg,
.bh-socail-icons svg{
    width: 16px;
    height: 16px;
    fill: var(--mainGreen);
}
.bh-footer-li-item svg{
    margin-right: 5px;
}
#bh-footer-inner{
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 20px;
}
.bh-footer-col{
    width: calc(20% - 10px);
    padding: 0 5px;
}
.bh-footer-col iframe{
    max-width: 100%;
    border: none!important
}
.bh-footer-details-title{
    display: flex;
    flex-flow: row;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--titleColor);
}
.bh-footer-li-item .bh-footer-subtitle{
    font-size: 15px;
    font-weight: 400;
    color: var(--textColor);
}
.bh-footer-li-item a{
    text-decoration: none;
}
.bh-head-mid{
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 30px;
}
.bh-head .wp-block-site-logo{
    margin-left: 0!important;
    margin-right: auto!important;
    max-width: 137px;
    width: 100%;
}
.bh-head .wp-block-site-logo a{
    max-width: 137px;
    width: 100%;
}
.bh-head .wp-block-site-logo img{
    width: 100%;
}
.bh-search-form{
    display: flex;
    flex-flow: row;
    position: relative;
    max-width: 1000px!important;
    width: 100%;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--mainGreen);
    border-radius: 25px;
    padding-left: 20px;
}
.bh-search-input{
    width: calc(100% - 40px);
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid rgba(0,0,0,0.2);
    border-radius: 15px;
}
.bh-search-form button[type="submit"].bh-search-btn{
    font-size: 14px;
    font-weight: 700;
    overflow: visible;
    border: 0;
    margin: 0;
    cursor: pointer;
    background-color: unset;
}
.bh-search-btn svg{
    width: 20px;
    height: 20px;
}
.bh-search-btn svg path{
    fill: var(--mainGreen);
}
.bh-close,
.hidden{
    display: none;
}
.bh-head-bottom .wp-block-navigation{
    justify-content: space-between;
}
.bh-head-bottom .wp-block-navigation li a{
    font-size: 15px;
    color: var(--white)!important;
}
.bh-col-5{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.bh-col-5 div{
    width: 100%;
    max-width: calc( 20% - (80px / 5));
    background: var(--mainGreen);
}
.wp-block-navigation > li{
    padding-left: 20px!important;
}
.home li.nav-prods{
    position: relative;
    /* background-color: #ffffff!important; */
}
.home li.nav-prods::before{
    content: '';
    position: absolute;
    top: -4px;
    left: -1px;
    background-color: #ffffff!important;
    width: 116px;
    height: 40px;
    border-top-left-radius: var(--brdRadius);
    border-top-right-radius: var(--brdRadius);
}
.home li.nav-prods > a{
    color: #000000!important;
    font-weight: 500;
    z-index: 1;
}
.home .nav-prods .wp-block-navigation-submenu{
    height: auto;
    min-width: 205px;
    width: 205px!important;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto;
    top: 35px;
    border: none;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{
    padding: 13px 0px 13px 16px;
    color: var(--titleColor)!important;
}
.bh-cat-display{
    background-color: #60AD55;
    max-width: 212px;
    max-height: 175px;
    overflow: hidden;
    border-radius: var(--brdRadius);
}
.bh-cat-display p{
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    color: var(--white);
    margin: 0px 0px 0px 0px;
    position: relative;
    top: 11px;
    left: 17px;
    z-index: 1;
}
.bh-cat-display img{
    position: relative;
    max-width: 240px;
    left: -25px;
    top: 17px;
}
.bh-cat-display:nth-child(2) img{
    top: -60px;
    left: -16px;
    max-width: 293px;
}
.bh-cat-display:nth-child(3) img{
    top: -48px;
    left: 0;
    max-width: 212px;
}
.bh-cat-display:nth-child(4) img{
    top: -61px;
    left: -41px;
    max-width: 244px;
}
.bh-cat-display:nth-child(5) img{
    top: -99px;
    left: -41px;
    max-width: 293px;
}
.bh-partner-query-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: var(--titleColor);
    margin-top: 40px;
    margin-bottom: 20px;
}
.bh-partner-query-title span{
    font-weight: 400;
    font-size: 18px;
    margin-left: 10px;
}
.bh-partner-query-title img{
    width: 148px;
    margin-left: 10px;
}
.bh-slide-query ul{
    display: flex;
    /* justify-content: space-between; */
    list-style: none;
    padding: 0;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 15px;
    gap: 10px;
}
.bh-slide-query li{
    width: calc(20% - 28px);
    padding: 10px; 
    flex: none;
    background-color: #ffffff;
    border-radius: var(--brdRadius);
    overflow: hidden;
}
.bh-slide-query li .wc-block-grid__product-image{
    display: flex;
    justify-content: center;
    position: relative;
}
.bh-slide-query li img{
    max-width: 200px;
    max-height: 200px;
    width: 100%;
    height: 100%;
}
.bh-slide-query li .wc-block-grid__product-image .add-to-fav{
    position: absolute;
    top: 5px;
    right: 20px;
    width: 23px;
    height: 20px;
}
.bh-slide-query li h3 a{
    font-size: 16px;
    font-weight: 600;
    color: var(--titleColor);
    text-decoration: none;
}
.bh-slide-query li .bh-price-cont{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.bh-slide-query li .bh-price-cont .wc-block-grid__product-price{
    line-height: 1rem;
}
.bh-slide-query li .wc-block-grid__product-price .woocommerce-Price-amount{
    color: #F8A55F;
    font-size: 15px;
    font-weight: 700;
}
.bh-slide-query li .bh-price-cont .add_to_cart_button{
    background-color: var(--mainGreen);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    margin-left: 10px;
    width: 40px;
}
.bh-slide-query li .bh-price-cont .add_to_cart_button svg{
    width: 35px;
    height: 35px;
}
.bh-slide-query li .bh-price-cont .add_to_cart_button svg path{
    fill: #ffffff!important;
}
.bh-slide-query-nav{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
    margin-bottom: 40px;
}
.bh-slide-query-nav-dot{
    width: 10px;
    height: 10px;
    border: 1px solid var(--mainGreen);
    border-radius: 50%;
    cursor: pointer;
}
.bh-slide-query-nav-dot.active{
    background-color: var(--mainGreen);
}
/* DELETE LATER */
.e-con-inner,
.e-rating-wrapper{
    display: flex;
    flex-flow: row;
    align-items: center;
}
.e-icon,
.e-rating-wrapper svg{
    width: 16px;
    height: 16px;
}
.e-con-inner h2{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 0;
    color: var(--titleColor);
}
.e-icon-unmarked{
    display: none;
}
.e-rating-wrapper svg{
    fill: #f0ad4e;
}
/* DELETE LATER END*/