.side-header-narrow-bar-logo {
	max-width: 180px;
}

@media (min-width:992px) {}

.sticky-product {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: var(--porto-body-bg);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .08);
	padding: 15px 0;
}

.sticky-product.pos-bottom {
	top: auto;
	bottom: var(--porto-icon-menus-mobile, 0);
	box-shadow: 0 -3px 5px rgba(0, 0, 0, .08);
}

.sticky-product .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sticky-product .sticky-image {
	max-width: 60px;
	margin-right: 15px;
}

.sticky-product .add-to-cart {
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	margin-top: 5px;
}

.sticky-product .product-name {
	color: var(--porto-heading-color);
	font-size: 16px;
	font-weight: 600;
	line-height: inherit;
	margin-bottom: 0;
}

.sticky-product .sticky-detail {
	line-height: 1.5;
	display: -ms-flexbox;
	display: flex;
}

.sticky-product .star-rating {
	margin: 5px 15px;
	font-size: 1em;
}

.sticky-product .availability {
	padding-top: 2px;
}

.sticky-product .sticky-detail .price {
	font-family: Lato, Lato, sans-serif;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 1.3em;
	line-height: 1.5;
}

.sticky-product.pos-top:not(.hide) {
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.sticky-product.pos-top.scroll-down {
	opacity: 0 !important;
	visibility: hidden;
	transform: translate3d(0, -100%, 0);
}

.sticky-product.sticky-ready {
	transition: left .3s, visibility .3s, opacity .3s, transform .3s, top .3s ease;
}

.sticky-product .quantity.extra-type {
	display: none;
}

@media (min-width:992px) {
	body.single-product .sticky-product .container {
		padding-left: calc(var(--porto-grid-gutter-width) / 2);
		padding-right: calc(var(--porto-grid-gutter-width) / 2);
	}
}

.sticky-product .container {
	padding-left: var(--porto-fluid-spacing);
	padding-right: var(--porto-fluid-spacing);
}

@media (max-width:768px) {
	.sticky-product .sticky-image, .sticky-product .sticky-detail, .sticky-product {
		display: none;
	}
	
	.sticky-product.show-mobile {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.sticky-product.show-mobile .add-to-cart {
		margin-top: 0;
	}
	
	.sticky-product.show-mobile .single_add_to_cart_button {
		margin: 0;
		width: 100%;
	}
}

sup {
	font-size: 50%;
}

.heading.heading-border-xl .heading-tag::after, .heading.heading-border-xl .heading-tag:before {
	border-top-width: 7px;
}

.heading.heading-border-xl .heading-tag::after {
	margin-left: 8px;
}

.heading.heading-border-xl .heading-tag::before {
	margin-right: 8px;
}

.big-sale .elementor-heading-title {
	transform: rotate(2deg);
}

.text-color-reset:not(:hover) {
	color: inherit;
}