.logo img {
  max-height: 78px;
}

#collapse-coupon label.col-sm-2.control-label,#collapse-voucher label.col-sm-2.control-label{
  display:none;
} 

@media(max-width: 767px){
  .section-news-owl .blog-image a{
    width: 100%;
  }
  .owl-prev .fa-angle-left, .owl-next .fa-angle-right{
    font-size: 30px;
    top: 20px;
  }
  .owl-next .fa-angle-right{
    left: unset;
    right: 0;
  }
  .blog-image img{
    height: auto;
  }
  .col-100-h #trigger-mobile{
  	border: none;
    background: unset;
  }
  .section_banner_home .box-inner img{
    width: 100%;
    height: auto;
  }
  .section_banner_home .col-md-6.col-xs-12{
    margin: 20px 0;
  }
}   

@media(max-width: 767px){
  .header-bottom{
    position: unset!important;
  }
} 
.menu-mobile .menu-mobile__top{
	height:auto;
    line-height:normal
}
    .menu-mobile {
        background-color: #162d16;
} 

.header .header-bottom .block-search {
  margin: 5px 0px !important;
  border-radius: 3px;
  border: 1px solid #fff !important; 
}

.menu .main-menu .main-menu__item a {
    height: 57px !important;
    line-height: 57px !important;
}
.header .header-main {
  padding: 20px 0px 0px 0px !important;
}
.header .header-main .minicart-wrapper {
  margin: 0 !important;
}
.header-main .logo{
  margin: 0px !important;
  padding: 0px !important;
}
.store-product-reviews-badge {
  display: none !important;
}
.product-box .product-name {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 15px;
}
.product-box-1 .product-info .price-box .special-price {
    font-size: 20px;
}
#service-team_grid_view_1 h2{
  font-weight: 700;
}


.product-item__name{
  font-weight: 700;
}
.product-item__name>a:hover{
  color: #045804;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #045804 !important;
  border-color: #045804 !important;
}


.btn.btn-primary, input.btn-primary[type="submit"] {
  background: #045804 !important;
}
.main-project-area[class*="news_category_custom"] .info-item_news h3 a:hover{
  color: #045804 !important;
}

.aside-item.aside-blog-promotion .heading .title-head a {
  color: black !important;
}
.aside-item.aside-blog-promotion {
  border: 1px solid black;
}

.item-news .title-item h3 a:hover{
  color: #045804;
}
.item-news .desc-item a:hover{
  color: #045804;
}
.info-item_news .btn-zozo{
  border-radius: 3px;
}
.footer-container .footer-top .footer-static .newsletter .subscribe {
    border-radius: 3px;
} 
body{
  font-family: "Montserrat", sans-serif !important;
}
.input-group {
    background: whitesmoke;
}
body, span, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 , li , a, .title{
  font-family: "Montserrat", sans-serif !important;
}

body, span, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Montserrat", sans-serif !important;
}

.tab-content.current {
    margin-bottom: 10px;
}

.section_banner_home .col-md-3 {
  padding: 0px;
}

.section_banner_home .col-md-3 .box-inner img{
  width: 300px !important;
  height: 340px !important;
  object-fit: cover;
}
.section_banner_home .col-md-6 .box-inner img{
  width: 570px !important;
  height: 340px !important;
  object-fit: cover;
}
.awe-section-1 {
    margin-bottom: 10px;
}
.section_banner_home {
  padding: 30px 0 0 0;
}

.sec-title .title {
    margin-top: 15px;
}
.sec-title {
    padding-bottom: 0px;
}
#service-team_grid_view_1 h2 {
  margin: 0 0 10px 0;
}
.new-view_grid .item-news {
    margin-bottom: 0px;
} 
@media (max-width: 991px) {
    .col-100-h .logo {
        position: relative;

    }
    header .logo a{
        width: auto;
    }
}
@media(min-width:992px){
    #wide-nav{
        display:none;
    }
}
.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
}
.flex-col {
    max-height: 100%;
}
#wide-nav{
    position: relative;
    background-color: #fdfdfd !important;
    border-top: 1px solid #64ae6d;
}
#wide-nav ul.mobile-nav{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    margin: 10px 0;
    gap:5px
}
#wide-nav ul.mobile-nav .menu-item{
    display: inline-block;
    list-style: none;
    position:relative;
}
#wide-nav ul.mobile-nav .menu-item a{
    position: relative;
    z-index: 2;
    font-weight: bold !important;
    text-align: -webkit-center;
    font-size: 9px;
    display:inline-block;
}
#wide-nav ul.mobile-nav .menu-item a img{
    width:25px;
    height:25px;
    display:block;
}
#wide-nav ul.mobile-nav .menu-item.has-dropdown .sub-menu{
    border: 2px solid #ddd;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    position: absolute;
    min-width: 220px;
    max-height: 0;
    z-index: 9;
    padding: 20px;
    opacity: 0;
    margin: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
    left: -99999px;
}
#wide-nav ul.mobile-nav .menu-item.has-dropdown.active .sub-menu{
    left: 0;
    opacity: 1;
}
#wide-nav ul.mobile-nav .menu-item.has-dropdown.active .sub-menu li{
    display:block;
    margin-left: 0;
}
#wide-nav ul.mobile-nav .menu-item.has-dropdown.active:after{
    opacity: 1;
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
#wide-nav ul.mobile-nav .menu-item.has-dropdown:after{
    bottom: -2px;
    z-index: 10;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    font-size: .7em !important;
}
#wide-nav ul.mobile-nav .menu-item.has-dropdown .sub-menu li a{
    margin: 0 10px;
    border-bottom: 1px solid #ececec;
    padding: 10px 0px;
    margin: 0 10px;
    display:block;
    text-align: justify;
}
#wide-nav ul.mobile-nav .menu-item.has-dropdown .sub-menu li.has-dropdown .sub-menu-1{
    display:none;
    padding-left:15px;
}
#wide-nav ul.mobile-nav .menu-item.has-dropdown .sub-menu li.has-dropdown.active .sub-menu-1{
    display:block;
}
#wide-nav.sticky{
    position: fixed !important;
}
