/*
 * Inline styles lifted verbatim out of mob-header.blade.php by tools/blade-to-jsx.mjs.
 *
 * It lived inline in the template, so it loads after the shared stylesheets and keeps the
 * same precedence here. Edit the Blade original and re-run the port rather than editing
 * this file, or the two versions drift silently — which is the whole thing this rebuild
 * is trying to avoid.
 */
.logo-mob {
    width: 100px;
    text-align: center;
    height: 100px;
    left: 15px;
    top: -35px;
    position: absolute;
    padding: 5px;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
	}
	.logo-mob a {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    top: 0;
    height: 100%;
	}
	.logo-mob a img {
    width: 80px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    transition: 1.5s;
	}
	
	
	
	li.nav_item_first.cart-icon {
    position: absolute;
    top: 0px;
    right: 0;
	}
	li.nav_item_first.cart-icon a {
    margin: 0;
    padding: 3px 10px;
    line-height: 0;
	}
	
	li.nav_item_first.user-login {
    position: absolute;
    top: 0px;
    right: 40px;
	height: 100%;
	}
	li.nav_item_first.user-login a {
	margin: 0;
	padding: 0 10px;
	line-height: 64px;
	}
	li.nav_item_first.cart-icon a:hover { background: #fff;
	padding: 3px 10px;}
	
	li.nav_item_first.user-login a:hover{ background: #fff;
	padding: 0px 10px;}
	
	li.nav_item_first.user-login a img {
	position: relative;
	float: left;
	margin-top: 2px;
	}
	
	span.cart-count {
	position: absolute;
	width: 25px;
	height: 25px;
	top: -4px;
	right: 0px;
	background: #ed0f69;
	line-height: 27px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	}
	
	
	@media only screen and (max-width: 767px) {
	li.nav_item_first {
    display: grid;
	}
	li.nav_item_first.cart-icon {
	position: relative;
	}
	li.nav_item_first.user-login {
	position: relative;
	right: 0;
	}
	li.nav_item_first.user-login a {
	padding: 5px 10px;
	line-height: 0;
	}
	
	li.nav_item_first.cart-icon a img,li.nav_item_first.user-login a img {
	filter: contrast(0.5);
	}
	}
	
	
	@media only screen and (max-width: 767px) {
	.mob-cart-sec {
	position: absolute;
	right: 65px;
	top: 0px;
	z-index: 1;
	}
	.mob-cart-sec a {
    float: left;
}
	.mob-cart-sec img {
	margin: 4px;
	}
	.dark-bg-menu span.cart-count {
	border: 2px solid #fff;
	}
	header.sticky-header.dark-bg-menu li.nav_item_first a {
    color: #ed0f69;
	}
	li.nav_item_first a {
    color: #ed0f69;
	}
	li.nav_item_first.cart-icon { display: none;}
	
	.mobile-device {
	display: block;
	}
	
	.desktop-screen {
	display: none;
	}
	ul.nav.navbar-nav {
	padding-left: 0;
	}
	
	ul.mob-menu {
        z-index: 1;
    }
	
	}
	@media only screen and (max-width: 480px) {
	span.cart-count {
	right: initial;
	left: 30px;
	}
	}
