.topbar .topbar-inner{
    width: 95%;
    margin: 0 auto;
}
.topbar .topbar-inner .topbar-content ul li a{
    color: #343633d0;
    font-size: 13px;
}

.topbar .topbar-inner .topbar-content ul li a:hover{
    color: #41ca0b;
}

.header{
    top: 36px;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header .header-inner{
    width: 95%;
    margin: 0 auto;
}

.header .header-inner .search-bar form .form-control{
    border-radius: 0;
}

.header .header-inner .search-bar form select{
    width: 28%;
}

.header .header-inner .search-bar form button{
    border-radius: 0;
    background-color:#41ca0b;
    color: #fff;
}

.header .header-inner .shopping-cart ul li a{
    color: #343633d0;
}

.header .header-inner .shopping-cart ul li a i.fa-shopping-cart{
    font-size: 28px;
}

.header .header-inner .shopping-cart ul li a span{
    top: 18px;
    margin-left: 28px;
    border: 1px solid #fff;
    border-width: 2px;
}

.sticky{
	top: 0;
}

.off-canvas.col-3{
    width: 280px;
    max-width: 280px;
}

.off-canvas{
    position: absolute;
    top: 0;
    z-index: 99999;
    margin-left: -280px;
    display: none;
}

.off-canvas .off-canvas__header{
    background-color: #32ab03;
}

.off-canvas .off-canvas__body ul li a{
    font-size: 14px;
    color: #343633d0;
}

.off-canvas .off-canvas__body ul li a:hover{
    color: #41ca0b;
}

@media(max-width: 768px){
    .header{
        top: 0;
    }

    .header .header-inner{
        width: 100%;
        margin: 0 auto;
    }

    .header .header-inner .logo-content a{
        color: #343633d0;
    }

    .header .header-inner .logo-content a i.fa-align-left{
        margin-top: 15px;
    }

    .header .header-inner .logo-content a:hover{
        color: #41ca0b;
    }

    .header .header-inner .logo-content img{
        width: 100px;
    }

    .header .header-inner .shopping-cart{
        position: absolute;
        top: 0;
        right: 0;
    }

    .header .header-inner .shopping-cart ul li a i.fa-shopping-cart{
        font-size: 18px;
        margin-top: -15px;
    }

    .header .header-inner .shopping-cart ul li a span{
        top: 5px;
        font-size: 8px;
        margin-left: 20px;
    }

      .header .header-inner .search-bar form button{
          background-color: #fff;
          color: #41ca0b;
      }

    .header .header-inner .search-bar form input{
        background-color: rgb(235, 230, 230);
    }

    .header .header-inner .search-bar form .form-control{
        border-radius: 5px;
    }

    .sticky .search-bar{
        display: none;
    }

    .off-canvas{
        display: block;
    }
}

.top-navigation{
    background-color: #45d10e;
    margin-top: 91px;
}

.top-navigation .top-navigation-inner{
    width: 95%;
    margin: 0 auto;
}

.top-navigation .top-navigation-inner .catergory-col{
    top: -10px;
    z-index: 99999;
}

.top-navigation .top-navigation-inner .cross-shadow-riborn:before{
    content: "";
	position: absolute;
	/*left: 0px;*/
	right: -10px;
	top: 0px;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 10px solid #37ba04;
	border-right: 10px solid transparent;
}

.top-navigation .top-navigation-inner .menu-bar ul li a{
    color: #343633d0;
}

.top-navigation .top-navigation-inner .menu-bar ul li a:hover{
    color: #45ef03;
}

@media(max-width: 768px){
    .top-navigation{
        display: none;
    }
}