@import "bootstrap5.min.css";
@import "parts/base.css";
@import "parts/menu.css";
@import "parts/perfect-scrollbar.css";
@import "parts/jquery-ui.css";
@import "libs/select2.css";
@import "parts/mfo-details.css";
@import "parts/product-details.css";
@import "libs/bootstrap-table.min.css";
@import "parts/pf-reviews.css";
@import "parts/footer.css";
@import "parts/breadcrumbs.css";
@import "parts/typography.css";

#main {
	margin-top: 20px;
}
.view-productdetails h1 {
	padding-top: 0;
}
.view-productdetails .note {
	border-radius: 6px;
}
.view-productdetails .note:hover {
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 12px;
}

/* <SVG ICONS> */
.svg-wrap {
	display: inline-block;
}
.svg-icon {
	width: 16px;
	height: 16px;
	fill: #9c27b0;
	display: inline-block;
}
.products-icons .svg-wrap {
	float: left;
	margin-right: 8px;
	line-height: 32px;
}
.mm-panel_iconpanel-first .svg-wrap {
	width: 25px;
	margin-right: 10px;
	line-height: 20px;
	text-align: center;
}
.mm-panel_iconpanel-first .svg-wrap .svg-icon {
	width: 18px;
	height: 18px;
	fill: #a6c;
	vertical-align: top;
	margin-top: 1px;
}

.svg-wrap.mmenu-open,
.svg-wrap.mmenu-close {
	width: 26px;
	line-height: 22px;
	text-align: center;
}
.svg-wrap.mmenu-open .svg-icon,
.svg-wrap.mmenu-close .svg-icon {
	width: 21px;
    height: 21px;
    vertical-align: top;
	fill: #000;
}
#userDropdown .svg-wrap {
	width: 26px;
	text-align: center;
	border: none;
	line-height: 24px;
}
#userDropdown .svg-icon {
	width: 22px;
    height: 22px;
    vertical-align: top;
}
.products-icons .svg-icon {
	width: 22px;
	height: 22px;
	fill: #673ab7;
}
.products-icons .svg-icon.svg-mute {
	opacity: 0.5;
}
.progress-label .svg-icon {
	width: 14px;
	height: 14px;
	fill: #673ab7;
	margin-right: 5px;
}
.decision .svg-icon {
    float: left;
    margin: 2px 5px 0 0;
	fill: #673ab7;
}
.logout-button button .svg-wrap {
	line-height: 14px;
}
.logout-button button .svg-wrap .svg-icon {
	vertical-align: top;
	fill: #a6c;
}
#navbar-static-login .svg-wrap {
	margin: 0;
	line-height: 13px;
}
#navbar-static-login .svg-wrap .svg-icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	vertical-align: top;
}
@media (max-width: 767px) {
	#userDropdown.login-greeting {
		border: 0;
	}
	#navbar-static-login {
		border-radius: 0;
	}
	#navbar-static-login .svg-wrap {
		line-height: 24px;
	}
	#navbar-static-login .svg-wrap .svg-icon {
		width: 22px;
		height: 22px;
		fill: #9c27b0;
	}	
}
.product-card-bg .product-specs-title .svg-wrap {
    float: left;
	line-height: 60px;
    margin-right: 10px;
    text-align: center;
    width: 57px;
    height: 57px;
}
.product-card-bg .product-specs-title .svg-icon {
    fill: #ffc107;
	width: 40px;
	height: 40px;
}
@media (max-width: 767px) {
	.product-card-bg .product-specs-title .svg-wrap {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.product-card-bg .product-specs-title .svg-icon {
		width: 18px;
		height: 18px;	
	}
}
#userModalForm .nav .svg-wrap {
	margin-right: 5px;
}
#userModalForm .nav .svg-icon {
	fill: #fff;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin-top: 3px;
}
#userModalForm .userdata .svg-icon {
    width: 24px;
    height: 24px;
    vertical-align: top;
}
.comments-buttons .svg-wrap {
	margin-right: 4px;
}
.comments-buttons .svg-icon {
	width: 12px;
	height: 12px;
	fill: #aaa;
}