:root {
  --darkcolor: #428b16;
  --lightcolor: #51aa1b;
  --hovercolor: #f9c938;
}
@media (min-width: 1200px){
  .aside-vetical-menu .aside-content .nav-item>.dropdown-menu {
      position: absolute;
      left: calc(100% + 15px);
      top: 0;
      padding: 10px 15px;
      border-radius: 0;
      box-shadow: 0 0 15px -5px rgba(0,0,0,0.4);
  }
}  


/* custom theme */
.home-slider{
  border-radius: 0;
}
.header_search{
  width: auto;
  margin-left: 0;
}
.header_search input{
  background: #fff;
  border: 1px solid #111!important;
  border-radius: 20px!important;
}
.hotline {
  position: relative;
  padding-left: 20px;
  padding-top: 17px;
  display: inline-block;
}
.hotline i {
  font-size: 23px;
  color: #111;
  position: absolute;
  left: 0;
  top: 65%;
  transform: translate(0, -50%);
}
.hotline a {
  display: inline-block;
  color: #111;
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #333;
  line-height: 1.2;
}
.hotline a span {
    display: block;
}
.hotline-title{
  text-align: right;
}
.hotline-hotline{
  font-size: 15px;
  font-weight: 600;
}
.top-cart-contain .mini-cart .heading-cart>a{
  background: unset;
}
.heading-cart .fa-shopping-bag{
  color: #80BB35;
  font-size: 20px;
}
.top-cart-contain .mini-cart .heading-cart .cartCount{
  height: 20px;
  width: 20px;
  right: -15px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
.top-cart-contain .mini-cart .heading-cart>a .icon.f-left.relative{
  margin-right: 0;
}
.top-cart-contain .mini-cart .heading-cart>a{
  padding: 0;
}
.header-content{
  padding: 20px 0;
}
/*menu*
header nav .nav.nav-left{
  text-align: center;
  float: unset;
}
header nav .nav-item{
  float: unset;
}*/
/* footer */
.desc-footer{
  color: #fff;
}

[id^="header_services"]{
	display: none!important;
}
.product-name{
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 50px;
  display: -webkit-box;
}
[id^="service_banner-custom"] .figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
}
[id^="service_banner-custom"] .figcaption .banner-content {
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  display: inline-block;
  position: absolute;
  text-align: left;
  padding: 40px;
  margin: 0px;
}
[id^="service_banner-custom"] .figcaption .banner-content .small-title {
    color: #51aa1b;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}
[id^="service_banner-custom"] .figcaption .banner-content .big-title {
  font-size: 34px;
  color: #131e2c;
  margin-top: 10px;
  display: block;
  line-height: 1.2em;
}
[id^="service_banner-custom"] .figcaption .banner-content .btn_type {
  padding: 10px 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  background-color: #d73e6e;
  border-radius: 999px;
  display: inline-block;
}
[id^="service_banner-custom"] .figcaption .banner-content .btn_type:hover, [id^="service_banner-custom"] .figcaption .banner-content .btn_type:focus {
  color: #fff;
  background-color: #bb2755;
}
.newsletter{
  background: #f9c938;
  padding: 20px 0;
  margin-bottom: 50px;
}
.newsletter form{
  margin: 0;
  margin-top: 5px;
}
.newsletter .news-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  font-size: 26px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}
.newsletter .title-text {
  display: inline-block;
  vertical-align: middle;
}
.newsletter .title-text h3 {
  font-size: 24px;
  padding: 0 15px;
  color: #222;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.newsletter .title-text p {
  display: block;
  padding: 0 15px;
  color: #222;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.newsletter .input-group input {
  background: #fff;
  color: #222;
  font-size: 14px;
  height: 50px;
  line-height: 42px;
  min-width: 0;
  padding-right: 160px;
  text-indent: 15px;
  border-radius: 50px!important;
  border: none;
  z-index: 0;
}
.newsletter .input-group{
  width: 100%;
}
.newsletter form .input-group button {
  border: none;
  box-shadow: 0 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 10px 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1.6;
  color: #fff;
  border-radius: 0 50px 50px 0!important;
  order: 1;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #51aa1b;
  z-index: 9999!important;
}
.newsletter #subscribe:hover{
  color: #fff;
  background-color: #428b16;
}
.newsletter .bg-success{
  display: block;
  margin-top: 10px;
  color: #80BB35;
  background: unset;
}
.product-box{
  border: none;
}
.topbar, header nav {
  background-color: var(--darkcolor)
}
.header {
  background-color: var(--lightcolor);
}
footer .list-menu a:hover {
  color: var(--hovercolor)
}
.topbar a {
  font-weight: 500;
}
body .owl-carousel .owl-item img {
  width: 100%;
}
.product-box .price-box .special-price span {
  color: var(--darkcolor);
}
.product-box .sale-flash {
  background-color: #e01212;
}
footer .copyright, footer.footer {
  background-color: #fff;
}
.copyright .inner .text-lg-left > span, .copyright .inner .text-lg-left > span a, .desc-footer, footer .site-footer h3, footer .list-menu li, footer .list-menu li a {
  color: #000;
}
footer .list-menu.list-blogs li:before {
  background-color: #000;
}
.newsletter {
  margin-bottom: 0;
}
.hotline i, .hotline a, .heading-cart .fa-shopping-bag {
  color: #fff;
  border-left-color: #fff;
}
.top-cart-contain {
  border: 0;
}
.header_search input {
  border: 0!important;
}
footer .back-to-top {
  color: #fff;
  background-color: #000;
}
footer .back-to-top:hover {
  color: #fff;
  background-color: #51aa1b;
  border-color: #408715;
}
.cartCount2 {
  display: none;
}
header > nav .hidden-sm.hidden-xs > ul {
  display: flex;
  position: relative;
  width: 100%;
}
header > nav .hidden-sm.hidden-xs > ul > li {
  position: relative;
  flex: auto;
  text-align: center;
}
header > nav .hidden-sm.hidden-xs > ul > li > a {
  color: #fff;
  font-size: 15px;
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
}
@media (min-width: 992px) {
  header nav .nav-item:hover > a {
    background-color: var(--darkcolor)!important;
    color: #f9c938!important;
  }
}
.details-product .details-pro .price-box .special-price span {
  color: #000;
}
.aside-item.aside-mini-list-product .product-mini-item .product-price, .details-product .details-pro span.discount, .mini-cart .top-cart-content .product-details-bottom span.price, .top-subtotal .price {
  color: var(--darkcolor)!important;
}
.product-tab .tab-link.current, .mini-cart .top-cart-content li.item .detail-item .fa {
  background-color: var(--darkcolor);
}
#logo > a > img {
  max-width: 70px!important;
}
.logo-footer {
  text-align: center;
}
.logo-footer img {
  max-width: 100px!important;
}
.newsletter form .input-group button {
  z-index: 1!important;
}
/* end custom theme */  

#logo > a > img {
    max-width: 120px!important;
}