@font-face {
	font-family: "Segoe UI";
	src: url("../fonts/segoeui_0.ttf");
}

@font-face {
	font-family: "Segoe Black";
	src: url("../fonts/seguibl_0.ttf");
}

@font-face {
	font-family: "Segoe Semibold";
	src: url("../fonts/seguisb_0.ttf");
}

@font-face {
	font-family: "Segoe Bold";
	src: url("../fonts/segoeuib_0.ttf");
}

@font-face {
	font-family: "Segoe Light";
	src: url("../fonts/segoeuil_0.ttf");
}

html {
}

body {
	margin: 0;
	font-family: "Segoe UI", "Libre Franklin", sans-serif !important;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.5;
	color: #343a40;
	text-align: left;
	/*background-color: #f8f9fa;
    */
	background-color: #fff;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

button {
	/*text-transform: uppercase!important;*/
}

a {
	color: inherit;
}
a:hover {
	text-decoration: inherit;
	color: inherit;
}

a[aria-expanded=true] .mdi-arrow-down {
   display: none;
}
a[aria-expanded=false] .mdi-arrow-up {
   display: none;
}

.select-remove-arrow-icon {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
}

.segoe-light {
	font-family: "Segoe Light" !important;
}

.segoe-semibold {
	font-family: "Segoe Semibold" !important;
}

.segoe-bold {
	font-family: "Segoe Bold" !important;
}

.segoe-black {
	font-family: "Segoe Black" !important;
}

#topnav .navbar-brand .logo {
	height: 72px;
	margin: 10px;
}
#topnav .navbar-brand .logo-text {
	display: none;
}

.container-fluid, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl {
	padding-right: 8px !important;
    padding-left: 8px !important;
}

.img-sqr-32 {
	height: 32px;
	width: 32px;
	object-fit: cover !important;
}
.nav-item .nav-link img {
	height: 32px;
	width: 32px;
	object-fit: cover !important;
}
.nav-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
	height: 50px;
	margin-right: -15px;
	margin-left: -15px;
	background-color: #f8f9fa!important;
	border-bottom: 1px solid #ddd;
	-moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
}
.nav-sticky .navbar-brand .logo-text {
	max-height: 20px;
	display: block!important;
	;
}
.nav-sticky .navbar-brand .logo {
	display: none;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
	z-index: 90;
}
#footer .img-logo {
	height: 72px;
}
.footer-title {
	font-family: "Segoe Semibold";
	text-align: left;
	text-transform: uppercase!important;
	position: relative;
}
.footer-title span:after {
	position: absolute;
	left: 0;
	bottom: -8px;
	right: 0;
	height: 2px;
	width: 80px;
	background: linear-gradient(to right, #00ffff, #0066ff);
	content: "";
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu { 
		display: none;
	}
	.navbar .nav-item:hover .nav-link {   }
	.navbar .nav-item:hover .dropdown-menu { 
		display: block; 
	}
	.navbar .nav-item .dropdown-menu { 
		margin-top:0; 
	}
	
	.dropdown-menu {
		padding: 4px 0;
		margin: -0.125rem 0 0;
		font-size: 0.875rem;
		-webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
		border: none;
	}
	
	#topnav .nav-item a.nav-link {
		font-size: 15px;
		line-height: 40px;
		padding-top: 0;
		padding-bottom: 0;
		color: #1c1c1c !important;	
	}

	#topnav .nav-item > a.nav-link:hover {	
		background-color: rgba(113, 56, 223, 0.05);
		border-radius: 0.25rem;
	}

	#topnav .nav-item > a.nav-link.active {	
		background-color: rgba(113, 56, 223, 0.09);
		border-radius: 0.25rem;
	}
}
@media (max-width: 768px) {
	#topnav .navbar-brand .logo {
		height: 48px;
	}

	.nav-item button {
		margin-top: 30%;
		margin-bottom: 10px;
	}

	.nav-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 999;
		height: auto;
	}

	#container {
		padding-bottom: calc(0.5rem + 50px);
		padding-left: 0!important;
		padding-right: 0!important;
	}

	#botnav {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		background-color: #f8f9fa!important;
		box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.2);
		width: 100%;
		padding: 0.25rem 1rem;
		display: grid;
		align-content: center;
		border-radius: 1.25rem 1.25rem 0 0;
		transition: .4s;
		z-index: 999;
	}

	#botnav .nav li:hover a i {
		transform: rotate(360deg);
		color: #0066ff;
	}
	
	#botnav .nav-item {
		text-align: center;		
	}
	
	#botnav .nav-item a {
		height: 28px;
		width: 28px;
		line-height: 28px;		
		display: block;
		margin: 0 auto;
	}
	
	#botnav .nav li a i {
		font-size: 24px;
		color: #0066ff;		
		transform: rotate(0);
		-webkit-transition: all, 0.5s;
		-moz-transition: all, 0.5s;
		-ms-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
	}
	
	.dropdown-menu {
		padding: 4px 0;
		margin: -0.125rem 0 0;
		font-size: 0.875rem;		
		border: solid 1px #e9ecef;
	}
	
	.dropdown {
		width: 100%;
	}
	
	#topnav .nav-item a.nav-link {
		font-size: 15px;
		line-height: 40px;
		padding-top: 0;
		padding-bottom: 0;
		color: #1c1c1c !important;	
	}

	#topnav .nav-item > a.nav-link:hover {	
		background-color: none;
		border: none;
	}

	#topnav .nav-item > a.nav-link.active {	
		background-color: none;
		border: none;
	}
}

.dropdown-large {
	padding: 1rem !important;
}

.dropdown-menu-animated {
	display: block;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-top: 20px !important;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.5rem;
}

.card-title {
	margin-bottom: 1rem;
}

.card-header {
	padding: 1rem 1.5rem;
	margin-bottom: 0;
	background-color: #f8f9fa;
	border-bottom: 1px solid transparent;
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header img {
	height: 40px;
}

.card {
	-webkit-box-shadow: 0px 10px 35px 0px rgba(154, 161, 171, 0.1);
	box-shadow: 0px 10px 35px 0px rgba(154, 161, 171, 0.1);
	border: none !important;
}

.card-title, .card-header {
	margin-top: 0 !important;
}

.btn-link {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #188ae2;
	background-color: transparent;
}

.btn-link:hover {
	color: #11609d;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
	text-decoration: none;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
	color: #adb5bd;
	pointer-events: none;
}

.form-group {
    margin-bottom: 0.3rem;
}  

.navbar .megamenu {
	padding: 1rem;
}

@media all and (min-width: 992px) {
	.navbar .has-megamenu {
		position: static !important;
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0;
	}

	.dropdown-large {
		min-width: 600px;
	}
}

@media (max-width: 991px) {
	.navbar.fixed-top .navbar-collapse,
	.navbar.nav-sticky .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px;
	}
}

#search-bar {
	min-height: 200px;
	/*
	background-image: url("../images/bg-search.jpg");
	background-size: cover;
	padding-bottom: 0;
	background-position: center center;*/
	background-image: linear-gradient(to right, #00c6ff 0%, #0066ff 51%, #00c6ff 100%);
	transition: 0.5s;
	background-size: 200% auto;
	color: white !important;
}

#topnav .nav-item {
	margin-right: 4px;
	padding-left: 2px;
	padding-right: 2px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: rgba(113, 56, 223, 0.05);
	color: #1c1c1c !important;
}

.dropdown-item:active {
	background-color: rgba(113, 56, 223, 0.09);
	color: #1c1c1c !important;
}

.img-square {
	width: 100%;
	position: relative;
}

.img-square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
	/* The padding depends on the width, not on the height, so with a padding-bottom of 100% you will get a square */;
}

.img-square img {
	position: absolute;
	/* Take your picture out of the flow */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* Make the picture taking the size of it's parent */
	width: 100%;
	/* This if for the object-fit */
	height: 100%;
	/* This if for the object-fit */
	border-radius: 0.25rem;
	object-fit: cover;
	/* Equivalent of the background-size: cover;
     of a background-image */
	object-position: center;
}
.text-gradient {
	background: -webkit-linear-gradient(#00ffff, #0066ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.text-0066ff {
	color: #0066ff !important;;
}
.flex-50 {
	flex: 50% !important;
}
.img-grayscale {
	filter: grayscale(100%);
}
.max-width-150 {
	max-width: 150px;
}
.services,
.applications {	
	margin-top: 50px !important;	
}
.service-item-wrap {
	width: 100%;
	padding: 20px;
}
.service-item {
	/*
	border-radius: 10px;
	border: 4px double #ced4da;
	*/
	width: 100%;
	/*height: 100%;*/
	text-align: center;
	padding: 10px;
}
.service-item-img-wrap {
	width: 100%;
	height: 100px;
	padding: 15px;
}
.service-item-img-wrap img {
	max-width: 100%;
	max-height: 100%;
}
.service-item:hover {
	/*
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
	*/
	position: relative;	
	background-color: white;
	border-radius: 20px;	
}
.service-item:hover:before {	
	content: "";
	position: absolute;
	inset: -3px;
	z-index: -1;	
	background-image: linear-gradient(to right top, #00ffff, #0066ff);
	border-radius: 22px;
}
@media only screen and (max-width: 480px) {
	.service-item-wrap {
		width: 100%;
		padding: 10px;
	}
	.service-item {
		/*
		border-radius: 10px;
		border: none;*/
		width: 100%;
		/*height: 100%;*/
		text-align: center;
		padding: 10px;
	}
	.service-item-img-wrap {		
		padding: 10px;
	}	
}
.section-title {
	font-family: "Segoe Semibold";
	font-size: 1.75rem;		
	text-transform: uppercase!important;
	text-align: center;	
}
.section-title span {
	position: relative;
	color: #343a40;	
}
/*
.section-title span {
	position: relative;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: repeating-radial-gradient(farthest-side at 5px 5px, #00c6ff, #0066ff, #00c6ff);
}
.section-title span:before {
	position: absolute;
	background-color: #343a40;
	left: -15px;	
	top: -15px;
	height: 3px;
	width: 50%;
	content: "";	
}
.section-title span:after {
	position: absolute;
	background-color: #343a40;
	right: -15px;	
	bottom: -15px;
	height: 3px;
	width: 50%;
	content: "";
}
*/
.section-title span:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	right: 0;
	height: 4px;
	width: 80px;
	background: linear-gradient(to right, #00ffff, #0066ff);
	content: "";
	margin: 0 auto;
}
.line-gradient {
	padding-top: 10px;
	border-top: 1px solid #0066ff;
	/*
	border-image-slice: 1;
	border-image-source: -webkit-linear-gradient(to right, #00ffff, #0066ff, #00ffff);
	border-image-source: linear-gradient(to right, #00ffff, #0066ff, #00ffff);	*/
	
}
.double-line-gradient {
	border-bottom: 2px solid #0066ff;
	/*
	border-image-slice: 1;
	border-image-source: -webkit-linear-gradient(to right, #00ffff, #0066ff);
	border-image-source: linear-gradient(to right, #00ffff, #0066ff);
	*/
}
.underline-gradient {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-image-slice: 1;
	border-image-source: -webkit-linear-gradient(to right, #00ffff, #0066ff);
	border-image-source: linear-gradient(to right, #00ffff, #0066ff);
}
.categories {
	margin-top: 10px;	
}
#product-categories a {
	color: #1c1c1c;
	text-decoration: none;
}
/*
#product-categories .flex-50:hover {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);	
}*/
#product-categories .flex-50 {
	padding: 10px;
	margin: 3px;
	
}
#product-categories .flex-50:hover {
	position: relative;	
	background-color: white;
	border-radius: 20px;
}
#product-categories .flex-50:hover:before {	
	content: "";
	position: absolute;
	inset: -3px;
	z-index: -1;	
	background-image: linear-gradient(to right top, #00ffff, #0066ff);
	border-radius: 22px;
}
@media only screen and (max-width: 480px) {
	#product-categories .flex-50 {
		padding: 25px;
	}
}
.cat-name {
	font-size: 1rem;
}
#contact .img-contact {
	max-width: 60px;
	border-radius: 50%;		
	background-image: linear-gradient(to right top, #00ffff, #0066ff);
	padding: 0px;
}
/*
#contact .img-contact {
	max-width: 60px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	background: -webkit-linear-gradient(to bottom right, #f3f6f8, #fff);
	background: linear-gradient(to bottom right, #f3f6f8, #fff);
	padding: 10px;
}
#contact a {
	color: inherit;
}
#contact a:hover {
	text-decoration: inherit;
}
.contact-us a {
	color: inherit;
}
.contact-us a:hover {
	text-decoration: inherit;
}*/
#footer {
	margin-top: 10px;
}
#footer .img-logo {
	max-width: 90px;
}
#footer p {
	line-height: 1;
}
#footer .nav-link {
	padding: 0.1rem 0;
	color: #343a40;
}
#footer .nav-link:hover {
	color: #0066ff;
}
#copyright {	
	background-color: rgba(113, 56, 223, 0.05);
}
#copyright .nav-link {
	padding: 0 0.5rem;
	color: #0066ff;
}
#copyright .nav-link:hover {
	/*color: #f8f9fa!important;*/
}
/* owl carousel style */

.categories-slider .col-lg-3 {
	max-width: 100%;
	padding: 0;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
	font-size: 18px;
	color: #343a40;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: calc(50% + 15px);
	-webkit-transform: translateY(-35px);
	background: #ffffff;
}

.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.owl-carousel .owl-nav button.owl-prev {
		left: -15px;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: -15px;
	}
}
@media only screen and (max-width: 767px) {
	.owl-carousel .owl-nav button.owl-prev {
		left: 10px;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: 10px;
	}
	/* .categories-slider.owl-carousel .owl-nav {
         text-align: center;
         margin-top: 40px;
    }
     .categories-slider.owl-carousel .owl-nav button {
         position: relative;
         left: 0;
         top: 0;
         -webkit-transform: translateY(0);
    }
     .categories-slider.owl-carousel .owl-nav button.owl-next {
         right: -10px;
    }
    */
}
.featured__controls {
	text-align: center;
	margin-bottom: 50px;
}
.featured__controls ul li {
	list-style: none;
	font-size: 18px;
	color: #1c1c1c;
	display: inline-block;
	margin-right: 25px;
	position: relative;
	cursor: pointer;
}
.featured__controls ul li.active:after {
	opacity: 1;
}
.featured__controls ul li:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #33cfff;
	content: "";
	opacity: 0;
}
.featured__controls ul li:last-child {
	margin-right: 0;
}
.featured__item {
	margin-bottom: 50px;
}
.featured__item:hover .featured__item__pic .featured__item__pic__hover {
	bottom: 0px;
}
.featured__item__pic {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}
.featured__item__pic__hover {
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 100%;
	height: 60px;
	padding: 10px;
	margin: 0;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	background: linear-gradient(to right, rgba(0, 255, 255, 0.5), rgba(0, 102, 255, 0.5));
	border-top-left-radius: 50% 20%;
	border-top-right-radius: 50% 20%;
	text-align: center;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}
.featured__item__pic__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}
.featured__item__pic__hover li:last-child {
	margin-right: 0;
}
.featured__item__pic__hover li:hover a {
	background: #0066ff;
	border-color: #0066ff;
	color: #fff;
	transform: rotate(360deg);
}
.featured__item__pic__hover li a {
	font-size: 16px;
	color: #343a40;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #ffffff;
	display: block;
	border-radius: 50%;
	transform: rotate(0);
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}
.featured__item__text {
	text-align: center;
	padding: 15px;
}
.featured__item__text h6 a {
	color: #343a40;
	text-decoration: none;
	font-weight: 700;
}
@media only screen and (max-width: 479px) {
	.featured__controls ul li {
		margin-bottom: 10px;
	}
}
.btn-circle {
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 6px 0;
	font-size: 16px;
	line-height: 16px;
	border-radius: 16px;
}
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}
.btn-grad {
	background-image: linear-gradient(to right, #00c6ff 0%, #0066ff 51%, #00c6ff 100%);
	transition: 0.5s;
	background-size: 200% auto;
	color: white !important;
	box-shadow: 0 0 20px #eee;	
}
.btn-grad:hover {
	background-position: right center;
	color: #fff;
	text-decoration: none;
}
.btn-purple {	
	background-color: rgba(113, 56, 223, 0.9);
	border: solid 1px rgba(113, 56, 223, 1);
	color: #fff !important;	
}
.btn-purple:hover {
	background-color: rgba(113, 56, 223, 1);	
	color: #fff;
	text-decoration: none;
}
.btn-grad-outline {
	color: #007bff;
    border-image-slice: 1;
	border-image-source: -webkit-linear-gradient(to right, #00ffff, #0066ff);
	border-image-source: linear-gradient(to right, #00ffff, #0066ff);
	border-width: 2px;
	border-radius: 4px;
}
.btn-grad-outline:hover {
	background-image: linear-gradient(to right, #00c6ff 0%, #0066ff 51%, #00c6ff 100%);
	transition: 0.5s;
	background-size: 200% auto;
	color: white !important;
	box-shadow: 0 0 20px #eee;
	border: none;
}
.btn-583b33 {
	background-color: rgba(88, 59, 51, 0.9);
	border: solid 1px rgba(88, 59, 51, 1);
	color: fff !important;	
}
.btn-583b33:hover {
	background-color: rgba(88, 59, 51, 1);
	color: #fff;
	text-decoration: none;
}
.btn-fdd156 {
	background-color: rgba(253, 209, 86, 0.9);
	border: solid 1px rgba(253, 209, 86, 1);
	color: fff !important;	
}
.btn-fdd156:hover {
	background-color: rgba(253, 209, 86, 1);
	color: #fff;
	text-decoration: none;
}
.btn-ffffff {
	background-color: rgba(255, 255, 255, 1);
	border: solid 1px rgba(0, 0, 0, 0.1);
	color: #89898d !important;	
}
.btn-ffffff:hover {
	background-color: rgba(255, 255, 255, 1);
	color: #89898d;
	text-decoration: none;
}
.btn-d1d2d4 {
	background-color: rgba(209, 210, 212, 0.9);
	border: solid 1px rgba(209, 210, 212, 1);
	color: #89898d !important;	
}
.btn-d1d2d4:hover {
	background-color: rgba(209, 210, 212, 1);
	color: #89898d;
	text-decoration: none;
}
.btn-fef6a5 {
	background-color: rgba(254, 246, 165, 0.9);
	border: solid 1px rgba(254, 246, 165, 1);
	color: #89898d !important;	
}
.btn-fef6a5:hover {
	background-color: rgba(254, 246, 165, 1);
	color: #89898d;
	text-decoration: none;
}
.btn-82007f {
	background-color: rgba(130, 0, 127, 0.9);
	border: solid 1px rgba(130, 0, 127, 1);
	color: #fff !important;	
}
.btn-82007f:hover {
	background-color: rgba(130, 0, 127, 1);
	color: #fff;
	text-decoration: none;
}
.btn-fd6c1d {
	background-color: rgba(253, 108, 29, 0.9);
	border: solid 1px rgba(253, 108, 29, 1);
	color: #fff !important;	
}
.btn-fd6c1d:hover {
	background-color: rgba(253, 108, 29, 1);
	color: #fff;
	text-decoration: none;
}
.btn-eb1c24 {
	background-color: rgba(235, 28, 36, 0.9);
	border: solid 1px rgba(235, 28, 36, 1);
	color: #fff !important;	
}
.btn-eb1c24:hover {
	background-color: rgba(235, 28, 36, 1);
	color: #fff;
	text-decoration: none;
}
.btn-eb008b {
	background-color: rgba(235, 0, 139, 0.9);
	border: solid 1px rgba(235, 0, 139, 1);
	color: #fff !important;	
}
.btn-eb008b:hover {
	background-color: rgba(235, 0, 139, 1);
	color: #fff;
	text-decoration: none;
}
.btn-231f20 {
	background-color: rgba(35, 31, 32, 0.9);
	border: solid 1px rgba(35, 31, 32, 1);
	color: #fff !important;	
}
.btn-231f20:hover {
	background-color: rgba(35, 31, 32, 1);
	color: #fff;
	text-decoration: none;
}
.btn-00adef {
	background-color: rgba(0, 173, 239, 0.9);
	border: solid 1px rgba(0, 173, 239, 1);
	color: #fff !important;	
}
.btn-00adef:hover {
	background-color: rgba(0, 173, 239, 1);
	color: #fff;
	text-decoration: none;
}
.btn-38b349 {
	background-color: rgba(56, 179, 73, 0.9);
	border: solid 1px rgba(56, 179, 73, 1);
	color: #fff !important;	
}
.btn-38b349:hover {
	background-color: rgba(56, 179, 73, 1);
	color: #fff;
	text-decoration: none;
}


@media all and (max-width:480px) {
   .btn-sm-block { width: 100%; display:block; }
}   
.nav-tabs > li > a,
.nav-pills > li > a,
.nav-pills-tab > a {
	color: #3b3e47;
	font-weight: 600;
}
.tabs-bordered {
	border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
}
.tabs-bordered .nav-item {
	margin-bottom: -2px;
}
.tabs-bordered li a,
.tabs-bordered li a:hover,
.tabs-bordered li a:focus {
	border: 0 !important;
	padding: 10px 20px !important;
}
.tabs-bordered li a.active {
	border-bottom: 2px solid #98a6ad !important;
}
input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
.checkbox label {
	display: inline-block;
	padding-left: 8px;
	position: relative;
	font-weight: normal;
	margin-bottom: 0;
}
.checkbox label::before {
	-o-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	background-color: #fff;
	border-radius: 3px;
	border: 2px solid #98a6ad;
	content: "";
	display: inline-block;
	height: 18px;
	left: 0;
	margin-left: -18px;
	position: absolute;
	transition: 0.3s ease-in-out;
	width: 18px;
	outline: none !important;
	top: 2px;
}
.checkbox label::after {
	color: #6c757d;
	display: inline-block;
	font-size: 11px;
	height: 18px;
	left: 0;
	margin-left: -18px;
	padding-left: 3px;
	padding-top: 2px;
	position: absolute;
	top: 0;
	width: 18px;
}
.checkbox input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
	outline-offset: -2px;
	outline: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 7px;
	display: table;
	width: 4px;
	height: 8px;
	border: 1px solid #3b3e47;
	border-top-width: 0;
	border-left-width: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #f3f6f8;
	cursor: not-allowed;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #188ae2;
	border-color: #188ae2;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
	border-color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #f34943;
	border-color: #f34943;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
	border-color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #35b8e0;
	border-color: #35b8e0;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
	border-color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
	background-color: #fbcc5c;
	border-color: #fbcc5c;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
	border-color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #31ce77;
	border-color: #31ce77;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
	border-color: #fff;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
	background-color: #6b5eae;
	border-color: #6b5eae;
}
.checkbox-purple input[type="checkbox"]:checked + label::after {
	border-color: #fff;
}
.checkbox-pink input[type="checkbox"]:checked + label::before {
	background-color: #ff679b;
	border-color: #ff679b;
}
.checkbox-pink input[type="checkbox"]:checked + label::after {
	border-color: #fff;
}
.checkbox-dark input[type="checkbox"]:checked + label::before {
	background-color: #3b3e47;
	border-color: #3b3e47;
}
.checkbox-dark input[type="checkbox"]:checked + label::after {
	border-color: #fff;
}
.radio label {
	display: inline-block;
	padding-left: 8px;
	position: relative;
	font-weight: normal;
	margin-bottom: 0;
}
.radio label::before {
	-o-transition: border 0.5s ease-in-out;
	-webkit-transition: border 0.5s ease-in-out;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #98a6ad;
	content: "";
	display: inline-block;
	height: 18px;
	left: 0;
	margin-left: -18px;
	position: absolute;
	transition: border 0.5s ease-in-out;
	width: 18px;
	outline: none !important;
}
.radio label::after {
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-webkit-transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	background-color: #6c757d;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 10px;
	left: 6px;
	margin-left: -20px;
	position: absolute;
	top: 4px;
	transform: scale(0, 0);
	transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	width: 10px;
}
.radio input[type="radio"] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	outline: none !important;
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
	outline-offset: -2px;
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
.radio.radio-single label {
	height: 17px;
}
.radio-primary input[type="radio"] + label::after {
	background-color: #188ae2;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #188ae2;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #188ae2;
}
.radio-danger input[type="radio"] + label::after {
	background-color: #f34943;
}
.radio-danger input[type="radio"]:checked + label::before {
	border-color: #f34943;
}
.radio-danger input[type="radio"]:checked + label::after {
	background-color: #f34943;
}
.radio-info input[type="radio"] + label::after {
	background-color: #35b8e0;
}
.radio-info input[type="radio"]:checked + label::before {
	border-color: #35b8e0;
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #35b8e0;
}
.radio-warning input[type="radio"] + label::after {
	background-color: #fbcc5c;
}
.radio-warning input[type="radio"]:checked + label::before {
	border-color: #fbcc5c;
}
.radio-warning input[type="radio"]:checked + label::after {
	background-color: #fbcc5c;
}
.radio-success input[type="radio"] + label::after {
	background-color: #31ce77;
}
.radio-success input[type="radio"]:checked + label::before {
	border-color: #31ce77;
}
.radio-success input[type="radio"]:checked + label::after {
	background-color: #31ce77;
}
.radio-purple input[type="radio"] + label::after {
	background-color: #6b5eae;
}
.radio-purple input[type="radio"]:checked + label::before {
	border-color: #6b5eae;
}
.radio-purple input[type="radio"]:checked + label::after {
	background-color: #6b5eae;
}
.radio-pink input[type="radio"] + label::after {
	background-color: #ff679b;
}
.radio-pink input[type="radio"]:checked + label::before {
	border-color: #ff679b;
}
.radio-pink input[type="radio"]:checked + label::after {
	background-color: #ff679b;
}
.account-content {
	padding: 3rem !important;
}
@media only screen and (max-width: 479px) {
	.account-content {
		padding: 1.5rem !important;
	}
}
.login_header {
	position: relative;
	width: 100%;
	height: 200px;	
	background-image: url("../images/bg-search.jpg");
	background-size: cover;	
	background-position: center center;
	border-top-left-radius: .3rem!important;
	border-top-right-radius: .3rem!important;
	border-bottom-left-radius: 50% 20%;
	border-bottom-right-radius: 50% 20%;
	padding-top: 50px;
}
.login_footer {
	position: relative;
	width: 100%;
	min-height: 400px;	
	background-image: url("../images/order-confirm-footer.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center bottom;
	border-bottom-left-radius: .3rem!important;
	border-bottom-right-radius: .3rem!important;	
}
.login_header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
}
.login_footer_btns {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.account__controls {
	text-align: center;
	margin-top: 15px;
}
.account__controls ul {
	padding: 0;
	margin: 0;
}
.account__controls ul li {
	list-style: none;
	color: #ddd;
	margin-right: 25px;
	display: inline;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
}
.account__controls ul li.active {
	color: #fff;
	background-color: rgba(255,255,255,0.4);
    padding: 0.5rem;
    border-radius: 1.5rem;
}
.account__controls ul li:after {} .account__controls ul li:last-child {
	margin-right: 0;
}
.hotline {
	position: fixed;
	/*background-color: rgba(113, 56, 223, 0.9);*/
	background-color: #0066ff;
	padding-left: 8px;
	padding-right: 8px;
	height: 38px;	
	right: 10px;
	bottom: 10px;
	z-index: 99;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 25px;
	-moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
}
.float-bar {
	position: fixed;
	right: 10px;
	bottom: calc(0.5rem + 80px);
	z-index: 99;
}
.float-bar .item {
	position: relative;
	background-color: #f8f9fa;
	width: 50px;
	height: 50px;
	z-index: 11;
	left: 0;
	bottom: 0;
	display: block;
	color: #33cfff;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	-moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
}
.float-bar .item:hover {
	background-color: #33cfff;
	color: #fff;
	cursor: pointer;
}
.float-bar .item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: inherit;
}
.float-bar .item a img {
	width: 100%;
	vertical-align: baseline;
}
section.breadcrumb {
	background: inherit;
}
section.product {
	margin-top: 50px;
	background: inherit;
}
section.product-description, 
section.related-product,
section.related-new {
	margin-top: 50px;
	margin-bottom: 80px;
	background: inherit;
}
.price-list {
	background-color: #33cfff;
	border-radius: 5px;
	padding: 15px;
	padding-left: 0;
}
.price-list table tr:first-child td {
	border-top: none;
}
.price-list table td {
	padding-left: 15px;
}
.price-list table td:last-child {
	border-top: none;
}
.product__details__pic__item {
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
.product__details__pic__item:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.product__details__pic__item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.product__details__pic__item iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.product__details__pic__slider img {
	cursor: pointer;
}
.product__details__pic__slider.owl-carousel .owl-item {
	width: 100%;
	position: relative;
}
.product__details__pic__slider.owl-carousel .owl-item:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.product__details__pic__slider.owl-carousel .owl-item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.related_product {
	padding-top: 50px;
	padding-bottom: 50px;
}
.related_product img {
	cursor: pointer;
}
.related_product.owl-carousel .owl-item {
	width: 100%;
	position: relative;
}
.related_product .owl-item:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.related_product.owl-carousel .owl-item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.product-name {
	font-family: "Segoe Semibold";
	text-align: left;
	font-size: 1.25rem;
	text-align: left;
	text-transform: uppercase!important;
	position: relative;
}
.product-name span:after {
	position: absolute;
	left: 0;
	bottom: -10px;
	right: 0;
	height: 2px;
	width: 80px;
	background: linear-gradient(to right, #00ffff, #0066ff);
	content: "";
}
#product-desc-content {
	font-family: "Segoe UI"!important;
	text-align: justify!important;
	font-size: 1.05rem!important;
}
#product-desc-content h1 a,
#product-desc-content h2 a {
	font-family: "Segoe Semibold";
	font-size: 1.25rem;
	text-align: left;
	/*text-transform: uppercase!important;*/
	position: relative;	
}
#product-desc-content h1 a:after,
#product-desc-content h2 a:after {
	position: absolute;
	left: 0;
	bottom: -10px;
	right: 0;
	height: 2px;
	width: 80px;
	background: linear-gradient(to right, #00ffff, #0066ff);
	content: "";
}
#product-desc-content h3,
#product-desc-content h4,
#product-desc-content h5,
#product-desc-content h6 {
	margin-top: 25px;
}
#product-desc-content h3 a,
#product-desc-content h4 a,
#product-desc-content h5 a,
#product-desc-content h6 a {
	font-family: "Segoe Semibold";
	font-size: 1.15rem;
	font-style: italic;
	text-align: left;
	text-transform: inherit!important;
	position: relative;	
}
#product-desc-content img:not(.author-icon) {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 15px;
}
#product-desc-content table tr {
	padding: 0!important;
	margin: 0!important;
}
#product-desc-content table td {
	padding: 10px!important;
	margin: 0!important;
}
#product-desc-content table img {
	display: block;
	padding: 0!important;
	margin: 0!important;
	min-width: 100%!important;
}
#product-desc-content p,
#product-desc-content ul {
	padding-top: 10px!important;
}
#product-desc-toc {
	background-color: #f8f9fa!important;
	border-radius: 5px;
	padding: 15px;
	color: #6c757d!important;
}
#product-desc-toc ol {
	margin: 0;
	padding-left: 15px;
}
#product-desc-toc ol li {
	padding-bottom: 5px;
	border-bottom: 1px dashed #6c757d;
}
#product-desc-toc ol li a {
	/*text-transform: uppercase!important;*/
	text-decoration: none;
	font-family: "Segoe Bold";
	font-size: 0.8rem;
	color: #6c757d!important;
}

#product-desc-toc a[aria-expanded="false"]::after {
	font-family:"Material Design Icons";
	content: "\F045"; /* collapse show icon */
    float: right;
}

#product-desc-toc a[aria-expanded="true"]::after {
	font-family:"Material Design Icons";
	content: "\F05D"; /* collapse hide icon */
    float: right;
}

@media (max-width: 768px) {
	#product-desc-content img:not(.author-icon) {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%!important;
		max-width: 100%!important;
		padding: 15px;
	}
}
.table td {
	vertical-align: middle;
}
#order_detail {
	background-color: #fff;
	border-top-left-radius: .3rem!important;
	border-bottom-left-radius: .3rem!important;
}
#order_info {
	background-color: rgba(113, 56, 223, 0.03)!important;
	border-top-right-radius: .3rem!important;
	border-bottom-right-radius: .3rem!important;
}
#order_info input[type="text"],
#order_info input[type="file"],
#order_info textarea,
#cart_quote input[type="text"],
#cart_quote input[type="file"],
#cart_quote input[type="email"],
#cart_quote textarea,
#product_quote input[type="text"],
#product_quote input[type="file"],
#product_quote input[type="email"],
#product_quote textarea,
#product_quote select,
#shopping_cart_add_more_product_form input[type="text"],
#shopping_cart_add_more_product_form input[type="file"],
#shopping_cart_add_more_product_form input[type="email"],
#shopping_cart_add_more_product_form textarea,
#shopping_cart_add_more_product_form select,
#product_attachments_form input[type="text"],
.form-control-text {
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 1px dotted #6c757d;
}
#order_summary {
	background-color: #ddd;
	padding: 8px;
}
@media (max-width: 768px) {
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	#order_detail {
		background-color: #fff;
		border-top-left-radius: .3rem!important;
		border-top-right-radius: .3rem!important;
	}
	#order_info {
		background-color: #f8f9fa!important;
		border-top-right-radius: 0 !important;
		border-bottom-left-radius: .3rem!important;
		border-bottom-right-radius: .3rem!important;
	}
}
section.product-gallery-search {
	margin-top: 35px;	
}
section.product-gallery {
	margin-top: 20px;	
}
section.contacts {
	margin-top: 50px;	
}
.contacts img {
	width: 40px;
}
@media (max-width: 768px) {
	.contacts img {
		width: 40px;
	}
}
.gallery-item {
	padding: 10px;
}
.gallery-item:hover {
	position: relative;	
	background-color: white;
	border-radius: 20px;
}
.gallery-item:hover:before {	
	content: "";
	position: absolute;
	inset: -3px;
	z-index: -1;	
	background-image: linear-gradient(to right top, #00ffff, #0066ff);
	border-radius: 23px;
}
/*
.gallery-item:hover {
	position: relative;	
	background-color: white;
	border-radius: 20px;
}
.gallery-item:hover:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(-45deg, #00ffff 0%, #0066ff 100% );
	transform: translate3d(0px, 0px, 0) scale(0.95);
	filter: blur(20px);
	opacity: var(0.7);
	transition: opacity 0.3s;
	border-radius: inherit;
}
.gallery-item:hover::after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
	border-radius: inherit;
}*/
.gallery-item .gallery-item-wrap {
	/*background: linear-gradient(to bottom right, #00ffff, #0066ff);*/
	/*background-color: #f8f9fa;*/
	border-radius: .3rem!important;
	/*padding-bottom: 15px;*/
}
.gallery-item-featured-image {
	width: 100%;
	position: relative;
}
.gallery-item-featured-image:after {
	content: "";
	display: block;
	/*padding-bottom: 70%;*/
	padding-bottom: 100%;
}
.gallery-item-featured-image img {
	position: absolute;
	cursor: pointer;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: .3rem!important;
	border-top-right-radius: .3rem!important;
}
.gallery-item-category {
	margin: 15px 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
    border-image-slice: 1;
	border-image-source: -webkit-linear-gradient(to right, #f8f9fa, rgba(0,0,0,.125), #f8f9fa);
    border-image-source: linear-gradient(to right, #f8f9fa, rgba(0,0,0,.125), #f8f9fa);
	text-align: center;
	text-transform: uppercase;
}
.gallery-item-view-details {
	margin-top: 8px;
	/*padding-top: 15px;*/
	border-top: 1px solid rgba(0,0,0,.125);
	text-align: center;	
	text-transform: uppercase;	
}
.gallery-item-view-details-1 {
	margin: 15px;	
	text-align: left;
	color: #6c757d;	
}
.gallery-item-title {
	border-bottom-left-radius: .3rem!important;
	border-bottom-right-radius: .3rem!important;
	margin-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #343a40;
	text-align: center;
}
.gallery-item-title-single-line {
	border-bottom-left-radius: .3rem!important;
	border-bottom-right-radius: .3rem!important;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #343a40;
}
.gallery-item-title a, .gallery-item-title-single-line a {
	color: #343a40;
	text-decoration: none;
}
section.blog-search {
	margin-top: 50px;
	margin-bottom: 20px;
}
section.blog {	
	margin-bottom: 80px;
}
.blog-item {
	padding: 15px;
}
.blog-item .blog-item-wrap {
	/*background: linear-gradient(to bottom right, #00ffff, #0066ff);*/
	background-color: #f8f9fa;
	border-radius: .3rem!important;
	padding-bottom: 15px;
}
.blog-item-featured-image {
	width: 100%;
	position: relative;
}
.blog-item-featured-image:after {
	content: "";
	display: block;
	padding-bottom: 70%;
}
.blog-item-featured-image img {
	position: absolute;
	cursor: pointer;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;	
	border-top-left-radius: .3rem!important;
	border-top-right-radius: .3rem!important;
}
.blog-item-title {
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #343a40;	
}
.blog-item-title a {
	color: #343a40;	
	text-decoration: none;
}
.blog-item-info {
	margin: 15px 30px;
	padding-bottom: 10px;	
	/*text-align: center;*/
	line-height: 15px;
	border-bottom: 1px solid rgba(0,0,0,.125);
    /*
	border-image-slice: 1;
	border-image-source: -webkit-linear-gradient(to right, #f8f9fa, rgba(0,0,0,.125), #f8f9fa);
    border-image-source: linear-gradient(to right, #f8f9fa, rgba(0,0,0,.125), #f8f9fa);
	*/
}
.blog-item-short-desc {
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;	
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #6c757d;	
}
.blog-item-view-details {
	margin: 15px;
	padding-top: 15px;	
	text-align: center;	
	border-top: 1px solid rgba(0,0,0,.125);
    /*
	border-image-slice: 1;
	border-image-source: -webkit-linear-gradient(to right, #f8f9fa, rgba(0,0,0,.125), #f8f9fa);
    border-image-source: linear-gradient(to right, #f8f9fa, rgba(0,0,0,.125), #f8f9fa);	
	*/
}
.blog-item-view-details a {	
	text-transform: uppercase;	
}
.product-gallery-details table tr:first-child td {
	border-top: none;
}
.product-gallery-details table td:first-child {
	/*border-top: 1px solid #dee2e6;*/
}
.product-gallery-details table td {
	border-top: none;
}
.share-box, .tag-box {
	background-color: #f8f9fa!important;
	border-radius: 5px;
	padding: 15px;
	color: #6c757d!important;
	margin-top: 10px;
	text-align: center;
}
.product-box {
	/*background-color: #33cfff!important;
	border-radius: 5px;*/
	padding: 15px;
	color: #6c757d!important;
	margin-top: 10px;
	text-align: center;
}
.tag-box, .product-box {
	text-align: left!important;
}
#product-desc-toc p,
.share-box p,
.tag-box p,
.product-box p {
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	text-align: left;
}
.share-box ul,
.tag-box ul,
.product-box ul {
	padding: 0;
	margin: 0;
}
.product-box .list-group-item {
	padding-left: 0 !important;
	padding-right: 0 !important;
	/*background-color: #33cfff!important;
	border-image-slice: 1;
    border-image-source: -webkit-linear-gradient(to right, #33cfff, #fff);
    border-image-source: linear-gradient(to right, #33cfff, #fff);*/
}
.product-box .list-group-item:hover {	
	border-image-slice: 1;
    border-image-source: -webkit-linear-gradient(to right, #33cfff, #fff);
    border-image-source: linear-gradient(to right, #33cfff, #fff);
}
.product-box .list-group-item img {
	/*border: 1px solid #ebebeb;*/
}
.share-box li,
.author-social li {
	list-style: none;
	display: inline-block;
	margin-right: 3px;
}
.tag-box li {
	list-style: none;
	display: inline-block;		
}
.share-box li:last-child,
.author-social li:last-child,
.tag-box li:last-child {
	margin-right: 0;
}
.share-box li:hover a {
	background: #0066ff;
	border-color: #0066ff;	
	color: #fff;
	transform: rotate(360deg);
}
.share-box li a {
	font-size: 16px;
	color: #343a40;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #ffffff;
	display: block;
	border-radius: 50%;
	transform: rotate(0);
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}
.tag-box li a {	
	background: #eee;
	border-radius: 3px 0 0 3px;
	color: #343a40;
	display: inline-block;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}

.tag-box li a::before {
	background: #f8f9fa;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
}

.tag-box li a::after {
	background: #f8f9fa;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #eee;
	border-top: 13px solid transparent;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}

.tag-box li a:hover {
	background-color: crimson;
	color: white;
}

.tag-box li a:hover::after {
	border-left-color: crimson; 
}

.author-social li:hover a {
	background: crimson;
	border-color: crimson;	
	color: #fff;
	transform: rotate(360deg);
}
.author-social li a {
	font-size: 16px;
	color: #343a40;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #ffffff;
	display: block;
	border-radius: 50%;
	transform: rotate(0);
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}
/* modal stylesheet */

.no-header .modal-content .modal-header {
	padding: 0;
	border: none;
}
.modal-content button.close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	z-index: 1;
	text-shadow: none;
	background: none;
}
.modal-title-bg {
	min-height: 50px;
	background-image: url("../images/bg-search.png");
	background-size: cover;
	padding-bottom: 0;
}
/* end modal stylesheet */

/* shopping cart stylesheet */

.theader {
	-moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
}
.theader,
.tfooter,
.trow {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem;	
}
.order-items .trow:first-child {
	border-top: 0;
}
.trow {
	position: relative;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
@media only screen and (max-width: 480px) {
	.tcol {
		flex: 1!important;
	}	
	.tcol-2 {
		/*flex: 3!important;*/
		flex: 1 0 100%!important;		
	}
	.theader .tcol-2 {
		margin-bottom: .75rem;
	}
}
.tcol {
	flex: 1;
}
.tcol-2 {
	flex: 2;
}
.trow-action {
	position: absolute;
	left: 0;
	bottom: -80px;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;	
	background: transparent;
	text-align: center;
}
.trow-action li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}
.trow-action li:last-child {
	margin-right: 0;
}
.trow-action li:hover a {
	background: #0066ff;
	border-color: #0066ff;
	color: #fff;
	transform: rotate(360deg);
}
.trow-action li a.remove {
	background: #dc3545!important;	
	color: #fff;	
}
.trow-action li:hover .remove {	
	transform: rotate(360deg);
}
.trow-action li a {
	font-size: 16px;
	color: #343a40;
	height: 40px;
	width: 40px;	
	line-height: 40px;
	text-align: center;
	/*border: 1px solid #ebebeb;*/
	border: none;
	background: #f8f9fa;
	display: block;
	border-radius: 50%;
	transform: rotate(0);
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;	
}
.trow:hover .trow-action {
	bottom: 0px;
}
#order_info .custom-file-label,
#product_attachments_form .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 1px dotted #6c757d;    
}
#order_info .custom-file-label::after,
#product_attachments_form .custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 2.25rem;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "\F552" !important;
	background-color: transparent;
	border: none;
	border-radius: 0;	
	display: inline-block;
	font: normal normal normal 24px/1"Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.custom-file-input:disabled {
	border: none;
	border-radius: 0;	
	background-color: #e9ecef;
}
div.cart-total-items {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	background-color: rgba(113, 56, 223, 0.9);
	width: auto;
	height: 14px;
	line-height: 12px;
	text-align: center;
	border: 1px solid rgba(113, 56, 223, 1);
	border-radius: 0.25rem;
	font-size: 10px;
	color: #fff;
	-moz-box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.4);
}
.btn-minus, .btn-plus {
	min-width: auto !important;	
}
.ribbon {
	position: absolute;
	display: block;
	width: 200px;
	z-index: 1;
	font-size: var(--f);
	top: 0;
	right: 0;	
	transform: translate(29.29%, -100%) rotate(45deg);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-bottom: 0;
	transform-origin: bottom left;
	padding: 5px 35px calc(var(--d) + 5px);
	background: linear-gradient(rgba(0, 0, 0, 0.5) 0 0) bottom/100% var(--d)
	no-repeat var(--c);
	background-clip: padding-box;
	clip-path: polygon(0 0,100% 0,100% 100%,calc(100% - var(--d)) calc(100% - var(--d)),var(--d) calc(100% - var(--d)),0 100%);
	-webkit-mask: linear-gradient(135deg,transparent calc(50% - var(--d) * 0.707),#fff 0) bottom left,
	linear-gradient(-135deg, transparent calc(50% - var(--d) * 0.707), #fff 0)bottom right;
	-webkit-mask-size: 300vmax 300vmax;
	-webkit-mask-composite: destination-in;
	mask-composite: intersect;
}
.ribbon::before {
	content: attr(data-ribbon);
}
.ribbon-left {
	left: 0;
	right: auto;
	transform: translate(-29.29%, -100%) rotate(-45deg);
	transform-origin: bottom right;
}
.input-group-append img {
	width: auto !important;
	height: auto !important;
	border: 1px solid #ced4da !important;
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}
.product-item-dividing-line {	
	border-top: 1px solid;
    border-image-slice: 1;
	border-image-source: -webkit-linear-gradient(to right, #fff, rgba(0,0,0,.125));
    border-image-source: linear-gradient(to right, #fff, rgba(0,0,0,.125));	
}
.jumbotron {
    padding: 2rem 1rem;
	margin-bottom: 0;
    background: none;
    border-radius: 0.3rem;
    border: 4px #e9ecef dashed;
}
/* end shopping cart stylesheet */

.goog-te-banner-frame.skiptranslate {
	display: none !important;
}
.goog-logo-link {
	display:none !important;
}
.spinner-border {   
    vertical-align: -0.125em !important;   
}

/* box arrow style */
.box-arrow {    
    width: 100%;
    border-radius: 0.3rem;
    top: 10px;
    left: 10px;
    border: 3px dashed #0066ff;	
	text-align: justify;
}

.box-arrow:after{
    content: '';
    border-bottom: 3px dashed #0066ff;
	border-right: 3px dashed #0066ff;	
	background-color:white;
    position: absolute;
    left: 110px;
    bottom: -10px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);	
}

/* horizontal menu sroll */
.hoz-scroll-wrap {
	position: relative;
    margin: 0 auto;
	/*border-bottom: 1px solid #dee2e6!important;*/
}

.hoz-scroll-list {	
    box-sizing: border-box;
    overflow-x: hidden;
    display: flex;
	padding: 0;
	margin: 0;
	padding-right: 70px;
}

.hoz-scroll-item {
	display: block;
    /*outline: 1px dotted #dee2e6;*/    
    box-sizing: border-box;
	white-space: nowrap;
}

.hoz-scroll-list li {
	float: left;
    list-style-type: none;	
	padding: 8px 8px 8px 0;
}

.hoz-scroll-list li a {
	display: block;
	padding: 5px 8px;	
	border-radius: 8px;
	background-color: #dee2e6;	
}

.hoz-scroll-list li a:hover {
	color: #fff;
	/*background-color: #0066ff;*/
	background-image: linear-gradient(to right, #00c6ff 0%, #0066ff 51%, #00c6ff 100%);	
    background-size: 200% auto;
}

.hoz-scroll-paddles {
	
}

.hoz-scroll-paddles .paddle {
	position: absolute;
    top: 0;
    bottom: 0;
	right: 0;    
	background-color: #fff;
	width: 70px;	
	-moz-box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.4);
    box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.4);
}

.hoz-scroll-paddles a {
	padding: 0.3rem;
	font-size: 24px;
}

.img-link {
	display: block;
	background-color: #0066ff;
	width: 100%;
	height: 100px;
	position: relative;
	/*border-radius: 0.25rem;*/
	border-radius: 0.5rem;	
}

.img-link img {
	width: 100%;
}

.img-link span {
	position: absolute;	
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	color: #fff;
	font-family: "Segoe Bold";
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.img-link span:after {
	/*
	height: 4px;
	width: 80px;
	background: #fff;
	content: "";
	margin: 0 auto;*/
}

#gallery_modal {
	display: none;
}

.author-desc {
	margin-top: 100px;
	padding-top: 60px;
	width: 100%;
	position: relative;
	border-top: 1px solid #ddd;
}

.author-desc q::before{
	font-family: "Material Design Icons";
	font-size: 24pt;
	line-height: 1px;	
	content: "\F756";
}

.author-desc q::after{
	font-family: "Material Design Icons";
	font-size: 24pt;
	line-height: 0px;
	content: "\F27E";
}

.author-icon {
	height: 120px;
	width: 120px;
	object-fit: cover !important;	
	border-radius: 60px;
	border: 10px solid #fff;	
	position: absolute;
	left: calc(50% - 60px);
	top: -60px;	
}