/* Menu */

.sp-megamenu-parent > li:last-child > a {
	padding: 0px 15px 0px 15px !important;
}

.far.fa-user.me-1 {
	color: #7a7a7a !important;
}

.signin-text.d-none.d-lg-inline-block {
	color: #7a7a7a !important;
}

.far.fa-user.me-1:hover, .signin-text.d-none.d-lg-inline-block:hover {
	color: #d2a252 !important
}

.sp-sign-in {
	color: #7a7a7a;
}

.sp-sign-in:hover {
	color: #d2a252 !important;
}

/* responsive */

@media screen and (max-width:767px) { 
	.mobile-hidden {
	display: none !important;
}
}

/* Home */

.product-info-2 {
	position: relative;
	bottom: 40px !important;
}

.eshop-product .eshop-product .product-info-2 a {
	color: #fff;
	font-size: 20px;
	padding: 10px 20px;
	background: rgba(0,0,0,0.5);
	border-radius: 10px 10px 0px 0px !important;
}

.eshop-product .eshop-product:hover .product-info-2 a {
	background: rgba(0,0,0,1);
}

/* Eshop cart Module */

.eshop-cart-items svg {
	transform: scaleX(-1);
	transform-origin: center;
	transform-box: fill-box;
	fill: #fff;
	width: 30px;
	height: 30px;
}


.eshop-cart #eshop-cart-total {
	background: #ff1643 !important;
	color: #ffffff;
	position: absolute;
	top: -12px;
	right: 0px;
	border-radius: 100%;
	display: inline-block;
	height: 23px;
	padding: 0 !important;
	text-align: center;
	width: 23px;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
}

.eshop-mini-cart-info .eshop-remove {
	display: inline-block;
	width: 20px;
	padding-right: 5px;
	vertical-align: top;
}

.eshop-mini-cart-info .eshop-image {
	display: inline-block;
}

.eshop-quantity {
	display: block;
	width: 100%;
}

.eshop-cart-content {
	width: 300px;
	right: 0px;
}

.eshop-mini-cart-info {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.eshop-cart .checkout {
	display: flex !important;
}

.eshop-cart .checkout a {
	flex: fit-content !important;
	text-align: center !important;
}

.eshop-cart .checkout a:first-child {
	background: #198754;
	color: #fff;
	padding: 8px 16px;
}

.eshop-cart .checkout a:first-child:hover,.eshop-cart .checkout a:first-child:focus, .eshop-cart .checkout a:first-child:active {
	background: #157347;
}

.eshop-cart .checkout a:last-child {
	background: #ff1643;
	color: #fff;
	padding: 8px 16px;
}

.eshop-cart .checkout a:last-child:hover,.eshop-cart .checkout a:last-child:focus, .eshop-cart .checkout a:last-child:active {
	background: #044cd0;
}


/* eshop categories display */
.eshop-categories-list .eshop-category-wrap .image {
	padding: 0px;
}

.eshop-categories-list .eshop-category-wrap {
	border: none !important;
	margin-bottom: 0px !important;
}

.eshop-categories-list .eshop-category-wrap .eshop-info-block {
	padding: 0px !important;
	text-align: center;
	position: relative;
	border: none !important;
	text-shadow: none !important;
	bottom: 40px;
	background: rgba(0,0,0,0.5) !important;
	border-radius: 0px 255px 255px 0px !important;
	width: 80% !important;
	transition: all 0.33s;
}

.eshop-categories-list .eshop-category-wrap:hover .eshop-info-block {
	background: rgb(0, 0, 0) !important;
	width: 100% !important;
	border-radius: 0px !important;
	transition: all 0.33s;
}

.eshop-categories-list .eshop-category-wrap .eshop-info-block h5 {
	font-weight: 400 !important;
	padding: 8px 20px;
}

.eshop-categories-list .eshop-category-wrap .eshop-info-block a {
	color: #fff;
	font-size: 20px;
}

/* eshop sub-categories display */
.eshop-sub-categories-list .eshop-category-wrap .image {
	padding: 0px;
}

.eshop-sub-categories-list .eshop-category-wrap {
	border: none !important;
	margin-bottom: 0px !important;
}

.eshop-sub-categories-list .eshop-category-wrap .eshop-info-block {
	padding: 0px !important;
	text-align: center;
	position: relative;
	border: none !important;
	text-shadow: none !important;
	bottom: 50px;
	background: rgba(0,0,0,0.5) !important;
	border-radius: 0px 255px 255px 0px !important;
	width: 80% !important;
	transition: all 0.33s;
}

.eshop-sub-categories-list .eshop-category-wrap:hover .eshop-info-block {
	background: rgb(0, 0, 0) !important;
	width: 100% !important;
	border-radius: 0px !important;
	transition: all 0.33s;
}

.eshop-sub-categories-list .eshop-category-wrap .eshop-info-block h5 {
	font-weight: 400 !important;
	padding: 8px 20px;
}

.eshop-sub-categories-list .eshop-category-wrap .eshop-info-block a {
	color: #fff;
	font-size: 20px;
}

/* Contact us */

.fa-brands.fa-facebook {
	font-size: 24px;
}

/* off-canvas */

.burger-icon span {
    display: block;
    width: 25px;
    height: 3px;
    background: white;
    margin: 5px 0;
    transition: 0.3s;
}

.burger-icon.active span {
    background: white;
}

/* Mobile: center the logo */
@media (max-width: 768px) {
    .logo-image {
		margin-top: 30px;
	}
}

/* eshop category navigation */
.eshop-pre-nav a, .eshop-next-nav a {
	color: #888 !important;
	margin-bottom: 10px;
}

.eshop-pre-nav a::before {
	content: '\f0d9';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 10px;
	transition: all 0.33s;
}

.eshop-pre-nav a:hover::before {
	margin-right: 0px;
	transition: all 0.33s;
}

.eshop-next-nav a::after {
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: 10px;
	transition: all 0.33s;
}

.eshop-next-nav a:hover::after {
	margin-left: 0px;
	transition: all 0.33s;
}

/* Eshop Products */
.product-cart .box-quantity label.btn {
	display: none;
}

.product-info joomla-tab {
	margin-top: 10px;
}

#product {
	padding-top: 15px !important;
}

.box-quantity {
	padding: 10px 0px !important;
}

.eshop-quantity {
	padding-bottom: 10px !important;
}

/* Eshop Checkout */
.checkout-content .col-md-6 {
	margin: 0px 10px !important;
}

.eshop-container .row, .eshop-container .radio {
	margin-bottom: 10px;
}

/* Eshop Search Module */
.eshop-search {
	position: relative;
}

.add-on {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #ff1643;
	padding: 6px 0px 0px 0px;
	color: #fff;
	height: 38px;
	width: 36px;
	text-align: center;
	border-radius: 0px 7px 7px 0px;
}

 #eshop_result {
	list-style: none;
	margin: 0px;
	padding: 0;
	top: 100%;
	right: 0;
	border: 1px #eee solid;
	height: 400px;
	overflow-y: auto;
}

#eshop_result li {
	margin: 0px;
	padding-bottom: 10px;
	overflow: hidden;
	padding-top: 10px;
	border-bottom: 1px solid #E1E1E1;
	border-top: none;
}

#eshop_result a {
	display: inline-block;
}

#eshop_result img {
	float: left;
	margin-right: 20px;
	border: none;
	margin-top: 0;
}