/*your custom css goes here*/
.top-navbar{
    background: #007981 !important;
    padding: 6px;
    text-align: center;
}
.top-navbar .topbar-text{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.navbar-nav-reg {
	flex-direction: row;
	display: flex;
	float: right;
	position: absolute;
    right: 2%;
}
.navbr-bottom{
    background: #007981 !important;
}
.navbr-bottom #category-menu-icon{
    background: #ea8a1c;
    width: 100%;
    padding: 15px;
}
.navbr-bottom #category-menu-icon .category-text{
    color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 10px;
}
.navbr-bottom .dropdown-toggle::after {
	font-size: 100%;
	color: #fff;
	margin-left: auto;
}
.nav-cart-box .cart-count{
    top: -3px;
    position: relative;
}
.footer-top{
    background: #007981;
}
.footer-top h4, .footer-top a{
    color: #fff;
}
.footer-top i {
	background: #fff;
	padding: 20px;
	border-radius: 100%;
}
.bg-dark.footer-widget {
	background-color: #f7f8fb !important;
}
.footer-widget.text-light {
	color: #687188 !important;
}
.footer-widget.text-light h4{
    color: #292b2c !important;
}
.privacy-policy-page p, .return-policy-page p{
    font-family: Poppins, Helvetica, sans-serif;
    text-align: justify;
}
.privacy-policy-page b, .privacy-policy-page strong, 
.return-policy-page b, .return-policy-page strong{
	font-weight: bold;
	color: #000;
	font-size: 15px;
}
.mobile-view{
    display: none;
}
@media only screen and (max-width: 992px) {
    .desktop-view{
        display: none;
    }
    .mobile-view{
        display: block;
    }
    .mobile-view .mobile-hor-swipe {
    	-webkit-overflow-scrolling: touch;
    	overflow-x: auto;
    	white-space: nowrap;
    }
}
.mobile-view .navbar-nav-reg li{
    list-style-type: none;
}
.mobile-view .navbar-nav-reg{
    float: left;
    position: inherit;
}