
.mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #006AFF;
    padding: 15px 15px;
    border-bottom: 1px solid #fff;
}

.mobile-icons {
    display: flex;
    align-items: center;
}

.mobile-icons>* {
    margin-left: 19px;

}

.mobile-icons>*:first-child {
    margin-left: 0px;
}

.mm-menu_offcanvas,
.mm-navbar__title,
.mm-panels>.mm-panel {
    background: #006AFF;
}

.logo-mobile img {
    width: 90px;
}

.mm-listitem__text {
    color: #fff !important;
    font-weight: 600;
    padding: 20px !important;
    font-size: 15px;
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 0px;
}

.mm-listitem:after {
    left: 0px;
    display: none;
}

.mm-navbar__title {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}

.mm-wrapper__blocker.mm-slideout {
    /* background: rgba(0, 0, 0, 0.7); */
    z-index: 999;
    width: 40px;
    height: 44px;
    text-align: center;
    right: 0;
    line-height: 50px;
    background: #060606;
    left: inherit;
}

.mm-btn:after,
.mm-btn:before {
    height: 15px;
    /* background-image: url(../img/plus.svg); */
    display: table;
    background-position: center;
    background-size: cover;
    border: 0;
    width: 15px;
    left: inherit;
}

.mm-menu_offcanvas {
    width: 100%;
}

.mm-btn:before {
    background-image: url(../img/arrow-left-2.svg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 25px;
}

.mm-btn:after {
    background-image: url(../img/chevron-right.svg);
    color: #fff;
}

.mm-navbar__btn {
    background: #233c49;
}

.mm-wrapper__blocker a {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: url(../img/close-menu.svg);
}
.mobile-header a:focus {
    outline: none !important;
    text-decoration: none;
}
.mobile-header a:focus {
    outline: none !important;
    text-decoration: none;
}

.mobile-icons {
    display: flex;
    align-items: center;
}

.mobile-cart.qp-icons.shopping-cart {
    order: 2;
    width:25px;
    height: 25px;
}

.mobile-cart {
    position: relative;
}

.mobile-cart .cart-products-count {
    position: absolute;
    right: -10px;
    background: #0b2154;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    text-align: center;
    display: flex;
    top: 11px;
    align-items: center;
    color: #fff;
    justify-content: center;
}


a.mobile-user.qp-icons.user-icon {
    width: 23px;
    height: 25px;
}

@media (max-width: 767px) {
	.mobile-header > a {
		color: #fff !important;
	}
	.elementor-widget-ajax-search .elementor-search__submit {
		background-color: #080808;
	}
    .qp-icons.wishlist-icon {
        width: 25px !important;
        height: 23px !important;
    }
    .mobile-cart.ro-icons.shopping-cart{
         order: 2;
    }
	.block.reviewsmanagerpack_ratingBlock {
		position: fixed;
		top: 149px !important;
		left: 0 !important;
	}
	header#header {
		background: #006aff;
	}
	#header {
		position: fixed;
		z-index: 9;
		width: 100%;
	}
	#index #wrapper {
		padding-top: 150px !important;
	}
}
