.header-logo {
	position:fixed;
	top: 30px;
	left: 30px;
	opacity: .6;
	z-index: 9;
	cursor: pointer
}
.header-logo > a:hover {
	color: initial;
}
.pdf-search {
	position: fixed;
	top: 30px;
	right: -285px;
	z-index: 9;
	padding-right: 15px;
	transition: .3s;
	opacity: .6;
	width: 360px;
}
	.pdf-search .ui-autocomplete-results {
		opacity:0;
	}
	.pdf-search:hover,
	.pdf-search:active,
	.pdf-search:focus,
	.pdf-search.active {
		right: 0px;
		opacity: 1;
	}
		.pdf-search:hover .ui-autocomplete-results,
		.pdf-search:active .ui-autocomplete-results,
		.pdf-search:focus .ui-autocomplete-results,
		.pdf-search.active .ui-autocomplete-results {
			opacity: 1;
		}
	.pdf-search .search-product > input {
		transition: .3s;
		opacity: 0;
		pointer-events: none;
		padding: 11px 10px 11px 5px;
		width: 280px;
		border: none;
		border-bottom: 1px solid #fe8d03;
		background-color: #fff;
		outline: 0 none;
		position: relative;
		box-shadow: none;
		left: -8px;
	}
	.pdf-search:hover .search-product > input,
	.pdf-search:active .search-product > input,
	.pdf-search:focus .search-product > input,
	.pdf-search.active .search-product > input {
		opacity: 1;
		pointer-events: all;
	}
		.pdf-search .search-product > input::-webkit-input-placeholder,
		.pdf-search .search-product > input:-ms-input-placeholder,
		.pdf-search .search-product > input::placeholder { /* Edge */
			color: #c6c6c6;
		}
	.pdf-search .search-product > button {
		padding: 10px 15px 8px 15px;
		font-size: 18px;
		outline: 0 none;
		position: relative;
		box-shadow: none;
	}
	.wrapper {
		padding-top: 90px;
	}
.navbar-fixed {
	padding: 1rem 0;
}
nav .logo {
	height: 40px;
	vertical-align: middle;
	display: table-cell;
}
nav .navbar-nav {
	text-align:right;
}
nav .search-product {
	width: 100%;
	max-width: 480px;
	display: inline-block;
}
nav .navbar-right {
	width: calc(100% - 495px);
	float: right;
}
nav .navbar-right > .nav {
	float: right;
}
.nav-item {
	cursor: pointer;
}

.header-sticky {
	position: fixed;
	top: 0px;
	z-index: 999;
	width: 100%;
	background-color: #fff;
}
.navbar-nav .nav-item {
	cursor: pointer;
}
/* indesign e-catalouge*/
.e-catalouge-dialog {
	width: 100%;
	/*height: calc(100% - 126px);*/
	height: 100%;
	position: absolute;
	/*top: 74px;*/
	/*margin: 0.5% auto;*/
}

	.e-catalouge-dialog .fullscreen {
		background-image: url(../img/texture.jpg);
		webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #999;
		/* border: 1px solid rgba(0,0,0,.2); */
		border-radius: 6px;
		outline: 0;
		-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
		box-shadow: 0 3px 9px rgba(0,0,0,.5);
	}

.e-catalouge-content {
	height: 100%;
	/* background-image: url(http://3dflipbook.net/images/texture.jpg);
		    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		    box-shadow: 0 5px 15px rgba(0,0,0,.5); */
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/* border: 1px solid #999;
		    border: 1px solid rgba(0,0,0,.2);
		    border-radius: 6px;
		    outline: 0;
		    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
		    box-shadow: 0 3px 9px rgba(0,0,0,.5); */
}

.e-catalouge-body {
	position: relative;
	padding: 15px;
	height: 100%;
}

.e-catalouge-container {
	width: 100%;
	height: 100%;
}

.e-catalouge-dialog > .section-head-row {
	margin: 0 2rem 4rem 2rem;
}

.e-catalouge-dialog > div > .section-heading-title {
	padding: 0 1rem;
	text-align: left;
}

.e-catalouge-dialog > div > .section-heading {
	padding: 0 1rem;
	text-align: right;
}
.e-catalouge-dialog > .e-catalouge-bar {
	pointer-events: none;
	position: absolute;
	right: 30px;
	bottom: 20px;
	opacity: .5;
}
	.e-catalouge-dialog > .e-catalouge-bar > .book-name-title {
		font-size: 15px;
	}
	.e-catalouge-dialog > .e-catalouge-bar > .book-publish {
		text-align: right;
		font-size: 13px;
	}
	/* input text */
	.input-inner-btn {
		border-radius: .25rem;
		border: 1px solid #ced4da;
	}

	.input-inner-btn.disabled {
		background-color: #e9ecef;
	}

	.input-inner-btn > .form-control {
		width: calc(100% - 40px);
		float: left;
	}

		.input-inner-btn > .form-control,
		.input-inner-btn > .form-control:disabled,
		.input-inner-btn > .form-control:focus,
		.input-inner-btn > .form-control[readonly],
		.product-footer .input-quality > input {
			background-color: transparent;
			border: none;
			outline: 0 none;
			box-shadow: none;
		}

	.input-inner-btn > .btn {
		width: 40px;
		color: #a5a5a5;
		transition: .1s;
	}

		.input-inner-btn > .btn:hover {
			color: #444;
		}
/* badge */
badge {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 18px;
	cursor: pointer;
}

	badge.facebook {
		background-color: #3b5998;
	}

	badge.line {
		background-color: #00b400;
	}

	badge.twitter {
		background-color: #1da1f2;
	}

	badge.qr {
		background-color: #6b6b6b;
	}

	badge.email {
		background-color: #999;
	}

	badge > i {
		font-size: 26px;
		position: relative;
		top: 12px;
		color: #fff;
	}

	badge:last-child {
		margin-right: 0px;
	}
/* Modal */
.modal {
	font-family: 'Prompt', sans-serif;
}
.modal-s-s .modal-dialog {
	margin: 0;
	max-width: 480px;
	float: left;
	width: 100%;
	left: 50%;
	top: 20%;
	transform: translate(-50%, 0);
}

.modal-s-m .modal-dialog {
	margin: 0;
	max-width: 600px;
	float: left;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.modal-s-l .modal-dialog {
	margin: 0;
	max-width: 800px;
	float: left;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.modal-dialog.product {
}

.modal-clear .modal-header {
	border-bottom: none;
	padding: 0.5rem 1rem 0.7rem 1.5rem;
}

	.modal-clear .modal-header > button {
		position: relative;
		left: -8px;
		line-height: 0px;
		top: 16px;
		font-size: 38px;
	}

		.modal-clear .modal-header > button:focus {
			background-color: transparent;
			border: none;
			outline: 0 none;
			box-shadow: none;
		}

.modal-clear .modal-body {
	padding: 0 0.5rem 1.2rem 0.5rem;
}

.product.service-image-center {
	text-align: center;
}

	.product.service-image-center > img
	.product.service-image-center > a > img {
		width: 100%;
	}
/* blazored-toast */
.blazored-toast-container {
	z-index: 99999 !important;
}

.blazored-toast-message {
	word-break: break-word;
}
/* select product */
.modal .product-title {
	font-size: 20px;
	margin-bottom: 5px;
}

.modal .product-price,
.modal .product-stock {
	display: inline-block;
}

.modal .product-stock > .in-stock {
	color: forestgreen;
}

.product-img.has-select .select-img {
	width: 70px;
	padding-right: 10px;
}

.product-img.has-select .selected-img {
	width: calc(100% - 0px);
}

.product-img.has-select {
	display: flex;
}

.product-img .selected-img > img {
	width: 100%;
}

.product-img.has-select .select-img > ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

	.product-img.has-select .select-img > ol > li {
		margin-bottom: 10px;
		border: 1px solid transparent;
		transition: .1s;
		cursor: pointer;
	}

		.product-img.has-select .select-img > ol > li:hover,
		.product-img.has-select .select-img > ol > li.active {
			border-color: #fe8d03;
		}

		.product-img.has-select .select-img > ol > li > img {
			width: 100%;
		}

.modal .product-description {
	font-size: 14px;
	color: #666;
}

.product-footer {
	display: flex;
}

	.product-footer .button-group {
		float: right;
		width: 100%;
		text-align: right;
	}

	.product-footer .button-group-left {
		float: left;
		width: 100%;
		text-align: left;
	}

	.product-footer .input-quality {
		width: 225px;
		border: 1px solid rgba(0,0,0,.25);
		transition: .2s;
	}

		.product-footer .input-quality:hover {
			border-color: rgba(0,0,0,.50);
		}

		.product-footer .input-quality > i {
			color: rgba(0,0,0,.25);
			cursor: pointer;
			transition: .2s;
			padding: 10px;
		}

			.product-footer .input-quality > i:hover {
				color: rgba(0,0,0,.50);
			}

		.product-footer .input-quality > input {
			width: 70px;
			text-align: center;
			border: none;
		}

.modal .product-categories {
	font-size: 12px;
}

	.modal .product-categories > .categories > a {
		font-size: 10px;
		color: #fe8d03;
		cursor: pointer;
	}

		.modal .product-categories > .categories > a::after,
		.modal .product-categories > .tags > a::after {
			content: ",";
			padding: 0px 3px;
		}

		.modal .product-categories > .categories > a:last-child::after,
		.modal .product-categories > .tags > a:last-child::after {
			content: "";
			padding: 0px;
		}

	.modal .product-categories > .tags > a {
		font-size: 10px;
		cursor: pointer;
	}
.btn-ico {
	padding: 10px;
}
	.btn-ico:last-child {
		margin-right: 0px;
	}
.full-width {
	width: 100%!important;
}
.category-search-result {
	font-size: 14px;
	transition: .3s;
}
.category-search-result:hover {
	color: #fe8d03;
}
.left-menu-tab-wrapper {
	width: 30%;
	display: inline-block;
	float:left;
}
.right-menu-tab-wrapper {
	width: calc(70% - 15px);
	display: inline-block;
	float: right;
}
.right-menu-tab-wrapper .btn-outline-secondary {
	font-size: 14px;
}
.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.left-menu-tab > .btn-link {
	display: none;
}
.collapseSubCat {
	display: block;
}

.container-topic .topic-header {
	width: 100%
}
.container-topic .topic-sort {
	position:absolute;
	right: 0px;
	top: 0px;
}
.navbar-fixed {
	width: 100%!important;
}
@media screen and (max-width: 767px) /* Mobile */ {
	.wrapper .mb-4 {
		margin-bottom: 0px !important;
	}
		.collapseSubCat {
			height: 0px;
			transition: .3s;
		}
			.collapseSubCat.active {
				height: 260px;
				overflow-x: auto;
			}
	.topic-header .title {
		font-size: 20px;
	}
	.topic-sort .dropdown-toggle,
	.topic-sort .dropdown-menu {
		font-size: 14px;
	}
	nav .search-product {
		max-width: 88.8888%;
	}
	nav .navbar-right {
		width: calc(100% - 88.8888%);
	}
	.header-sticky nav.navbar {
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}
	.btn-ico > span {
		display: none;
	}
	.navbar-fixed > .container {
		padding: 0px 15px;
	}
	nav .navbar-right .nav-link {
		padding-right: 0px;
	}
	nav .navbar-right .nav-link .badge {
		left: 24px;
	}
	.right-menu-tab-wrapper {
		display: none;
	}
	.left-menu-tab-wrapper {
		width: 100%;
	}
	.left-menu-tab {
		position:relative;
	}
	.left-menu-tab > .btn-link {
		display: block;
		padding: 0px;
		margin: 0px;
		height: 24px;
		position: absolute;
		right: 0px;
	}
		
}



@media screen and (max-width: 767px) /* Mobile */ {
	.e-catalouge-dialog > .e-catalouge-bar {
		bottom: 70px;
		right: 15px;
	}
}

@media (min-width: 768px) and (max-width: 992px) /* Tablet landscape */ {
	.slider-wrapper.load.catalouge .slide {
		width: 50%;
	}
	.e-catalouge-dialog > .e-catalouge-bar {
		bottom: 70px;
		right: 30px;
	}
}

@media (min-width: 993px) and (max-width: 1199px) /* Tablet landscape */ {
	.slider-wrapper.load.catalouge .slide {
		width: 50%;
	}
}
