@font-face {
  font-family: Swiss;
  src: url(../fonts/Swiss.ttf);
  font-weight: bold;

}

/**/
@font-face {
	font-family: Swiss;
	src: url(../fonts/Swiss.ttf);
	font-weight: bold;
}

.no-margin {
	margin: 0
}

.no-padding {
	padding: 0
}

.mb-0 {
	margin-bottom: 0
}

body {
	font-family: 'Swiss';
	color: #222;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff
}

#index #wrapper {
	background-color: #fff
}

.padd-0 {
	padding: 0
}

.padd-60 {
	padding: 60px 0
}

.padd-50 {
	padding: 50px 0
}

.padd-80 {
	padding: 80px 0
}

.mt-60 {
	margin-top: 60px
}

.mt-30 {
	margin-top: 30px
}

.mt-20 {
	margin-top: 20px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-10 {
	margin-bottom: 10px
}

.text-right {
	text-align: right
}

select {
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right .5rem center/1.25rem 1.25rem!important;
	-webkit-appearance: none;
	-moz-appearance: none
}

main {
	overflow: hidden
}

a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 0
}

p {
	color: #666
}

.text-btn {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	display: inline-block
}

.text-btn i {
	font-size: 11px;
	vertical-align: middle
}

.text-btn:hover>i {
	position: relative;
	animation-name: arrow;
	animation-duration: .55s
}

@keyframes arrow {
	0% {
		left: 0
	}
	50% {
		left: 15px
	}
	100% {
		left: 0
	}
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
	background: #222;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 0 15px;
	text-transform: capitalize;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: none;
	cursor: pointer
}

.btn-primary.style-btn {
	margin-bottom: 0;
	height: 34px;
	line-height: 34px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: 400;
	position: relative
}

.btn-primary.style-btn:hover {
	background-color: #222
}

.all-product-link.btn-primary .material-icons {
	margin-right: 0;
	width: 15px;
	height: auto
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-tertiary:focus,
.btn-tertiary:hover,
.focus.btn-tertiary {
	background-color: #222;
	border-color: #222;
	color: #fff
}

.preloader {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 10000
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500
}

.container {
	max-width: 1200px
}

.text-center {
	text-align: center
}

@media screen and (min-width:1051px) {
	body:not(#index) .preloader {
		display: none
	}
}

@media screen and (max-width:767px) {
	.preloader .container .name span {
		font-size: 38px
	}
	.preloader .container .name {
		height: 44px
	}
	.bor-btn {
		padding: 12px 24px;
		font-size: 12px
	}
}

@media screen and (max-width:1050px) {
	#header+aside,
	#header+div,
	#header+section {
		margin-top: 126px
	}
}

@media screen and (min-width:1051px) {
	#header.sticky,
	#index #header.sticky {
		position: fixed;
		animation: slide-down .4s;
		width: 100%;
		top: 0;
		left: 0;
		padding: 0;
		z-index: 1039
	}
	#index #header {
		z-index: 100;
		width: 100%
	}
	#header+aside,
	#header+div,
	#header+section {
		margin-top: 221px
	}
}

@keyframes slide-down {
	0% {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-moz-transform: translateY(-100%)
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0)
	}
}

.mypresta_scrollup {
	background: transparent none repeat scroll 0 0;
	border: 2px solid;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	opacity: 0;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 35px;
	border-radius: 5px;
	z-index: 99
}

.mypresta_scrollup:hover {
	background-color: #fff
}

.mypresta_scrollup.open {
	bottom: 30px;
	opacity: 1
}

#wrapper {
	box-shadow: 0 0 0;
	padding: 0
}

#index .sticky .container_it_vegamenu .it-menu-vertical .menu-vertical {
	display: none
}

#header .innovatorySocial {
	display: flex;
	align-items: center;
	height: 40px
}

#header .innovatorySocial .follow-text {
	margin-right: 10px
}

#header .it-menu-horizontal ul li.level-1 ul li a {
	color: #222
}

.it-menu-horizontal ul.ul-column li.menu-item.item-line a {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.it-menu-horizontal ul.ul-column li.menu-item.item-line a:before {
	position: absolute;
	content: '\f105';
	font-family: FontAwesome;
	width: 100%;
	height: 100%;
	left: -15px;
	font-size: 16px;
	top: 50%;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.it-menu-horizontal ul.ul-column li.menu-item.item-line a:hover {
	padding-left: 15px
}

.it-menu-horizontal ul.ul-column li.menu-item.item-line a:hover:before {
	left: 0
}

.it-menu-horizontal .menu-banner ul.ul-column li.menu-item.item-line .html-block a:before {
	display: none
}

.it-menu-horizontal .menu-banner ul.ul-column li.menu-item.item-line .html-block a:hover {
	padding-left: 0
}

#header .logo {
	display: inline-block
}

.innovatoryMedia-body {
	overflow: hidden
}

#header .header-nav {
	margin: 0;
	color: #fff
}

.header-nav .dropdown .expand-more {
	color: #fff
}

#header .header-nav #contact-link {
	margin: 0
}

.innovatory-contact-link li {
	color: #aaa;
	font-weight: 400;
	line-height: 45px;
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
	padding-left: 20px
}

.innovatory-contact-link li i {
	bottom: 0;
	color: #aaa;
	font-size: 14px;
	left: 0;
	line-height: 45px;
	position: absolute;
	top: 0
}

#header .header-nav .user-info {
	margin: 0
}

#header .header-nav .user-info a span {
	color: #626262
}

#header .header-nav .user-info a i {
	margin-right: 5px;
	color: #fff
}

#_desktop_language_selector ul {
	margin-bottom: 0
}

#_desktop_wishtlistTop,
#header .header-nav .language-selector {
	margin: 0;
	position: relative;
	line-height: 45px
}

#header .header-nav .currency-selector-wrapper .language-selector {
	margin-right: 0;
	padding-right: 0
}

#header .header-nav .currency-selector-wrapper .language-selector:before {
	background: 0 0
}

.header-title {
	margin-bottom: 0;
	color: #fff
}

#header .header-nav .currency-selector:before,
.innovatory-contact-link li.email:before {
	background: rgba(87, 87, 87, .1) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	right: 0;
	top: 6px;
	width: 1px
}

#_desktop_currency_selector,
#_desktop_language_selector,
#_desktop_wishtlistTop {
	display: inline-block;
	float: right
}

#_desktop_currency_selector .language-selector .expand-more,
#_desktop_language_selector .language-selector .expand-more {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid transparent
}

.dropdown .expand-more .space-margin {
	margin-left: 16px
}

.language-selector ul li a {
	padding: 5px 13px;
	display: block;
	width: 100%;
	line-height: 2
}

.language-selector ul li a img {
	margin-right: 5px
}

.it-menu-horizontal .menu-dropdown {
	text-align: left
}

.dropdown-menu {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	border: 1px solid transparent;
	right: 0;
	left: auto;
	margin: 0;
	padding: 0
}

.dropdown .expand-more:after,
.user-info .icon-wrap-tit:after {
	content: "\f107";
	font-family: FontAwesome
}

.dropdown-menu li {
	display: block;
	padding: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-nav .dropdown-menu li:hover,
.language-selector ul li.current {
	background-color: #f5f5f5
}

.dropdown-item {
	color: #666;
	font-size: 13px;
	padding: 5px 0
}

#header .dropdown-menu>a,
#header .dropdown-menu>li>a {
	color: #666
}

#header .dropdown-menu li a.dropdown-item:hover,
#header .dropdown-menu li.current a.dropdown-item,
#header .dropdown-menu>a:hover {
	color: #222
}

.innovatoryLogo {
	position: relative;
	z-index: 99
}

.innovatoryLogo a {
	display: table;
	transition: none
}

#header .it-menu-horizontal .view_menu li.level-1 a {
	clear: both;
	font-size: 14px;
	font-weight: 500;
	line-height: 35px;
	color: #000;
	text-transform: uppercase;
	padding: 0
}

.it-menu-horizontal ul .view_menu .more-menu li.level-1 .img-icon {
	display: none
}

#_desktop_vegamenu {
	padding-right: 22px
}

.innovatoryMegamenu .it-menu-horizontal {
	border-top: none
}

.displayMegamenu .view_menu .menu-dropdown {
	left: auto;
	right: 0
}

#header .header-top {
	padding: 0
}

#header .full-nav {
	box-shadow: inset 0 -15px 100px 0 rgba(0, 0, 0, .2)
}

#header .header-nav .blockcart {
	margin: 0 0 0 15px;
	position: relative
}

#header .header-nav .blockcart:before {
	background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	left: 0;
	top: 15px;
	width: 1px
}

.full-nav-menu {
	position: relative
}

#_desktop_cart {
	position: absolute;
	right: 0;
	width: 85px;
	height: 80px;
	padding-top: 8px;
	background-color: transparent;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px
}

#header .innovatory-cart {
	position: relative
}

#header .innovatory-cart a.cart {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	position: relative;
	cursor: pointer
}

.cart-content-right {
	text-align: center;
	padding-top: 3px
}

.cart-content-right .cart-products-count,
.cart-content-right .cart-products-text {
	display: inline-block;
	font-weight: 700
}

#header .innovatory-cart a .cart-products-count {
	font-size: 12px;
	font-family: poppins
}

#header .innovatory-cart .cart_block {
	background: #fff none repeat scroll 0 0;
	border: 1px solid transparent;
	padding: 8px 0;
	position: absolute;
	right: 0;
	top: 100%;
	width: 290px;
	z-index: 12;
	display: none;
	transition: transform .5s ease 0s;
	-moz-transition: -moz-transform .5s ease 0s;
	-webkit-transition: -webkit-transform .5s ease 0s;
	-ms-transition: -ms-transform .5s ease 0s
}

#header .innovatory-cart .cart_block .products {
	overflow: hidden;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid transparent
}

#header .innovatory-cart .cart_block .products:last-child {
	margin-bottom: 0
}

#header .innovatory-cart .cart_block .products .img {
	display: inline;
	float: left;
	margin-right: 15px;
	width: 60px;
	border: 1px solid #e1e1e1
}

.cart-product-wrap {
	max-height: 215px;
	overflow-y: auto;
	margin: 0 0 0;
	padding: 10px 15px 0
}

#ui-id-1::-webkit-scrollbar,
.cart-product-wrap::-webkit-scrollbar {
	width: 5px
}

#ui-id-1::-webkit-scrollbar-track,
.cart-product-wrap::-webkit-scrollbar-track {
	background-color: #f2f2f2;
	width: 5px
}

#ui-id-1::-webkit-scrollbar-thumb,
.cart-product-wrap::-webkit-scrollbar-thumb {
	background-color: #cdcdcd;
	cursor: pointer
}

#ui-id-1::-webkit-scrollbar-thumb:hover,
.cart-product-wrap::-webkit-scrollbar-thumb:hover {
	background-color: #a6a6a6
}

#header .innovatory-cart .cart-total-div {
	padding: 15px
}

#header .innovatory-cart .empty-cart-icon {
	display: block;
	width: 70px;
	height: 90px;
	background-image: url(../img/cart-empty.png);
	margin: 10px auto 15px;
	background-size: cover;
	opacity: .5
}

#header .innovatory-cart .cart_block .products .cart-info {
	overflow: hidden;
	text-align: left;
	padding-right: 5px
}

#header .innovatory-cart .cart_block .products .cart-info .productName {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 5px
}

#header .innovatory-cart .cart_block .products .cart-info .innovatoryPrice {
	font-family: poppins
}

#header .innovatory-cart .cart-prices .amount,
#header .innovatory-cart .cart_block .products .cart-info .innovatoryPrice .price {
	color: #222;
	font-weight: 600;
	font-size: 16px;
	margin-left: 3px
}

#header .innovatory-cart .cart_block .products .remove_link {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 19px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s
}

#header .innovatory-cart .cart_block .products .remove_link a {
	margin-top: -3px;
	display: block;
	color: #222
}

#header .innovatory-cart .cart_block .products .remove_link:hover a {
	opacity: .6
}

#header .innovatory-cart .cart_block .cart-prices {
	overflow: hidden;
	margin-bottom: 15px;
	font-family: poppins
}

#header .innovatory-cart .cart_block .cart-prices .price {
	color: #555;
	padding: 2px 0;
	font-size: 14px
}

#header .innovatory-cart .cart_block .total .value {
	border-top: 1px solid #e2e2e2
}

#header .innovatory-cart .cart_block .cart-prices .total {
	color: #1e1e1e;
	font-weight: 600;
	font-size: 16px
}

#header .innovatory-cart .cart_block .cart-buttons {
	text-align: center
}

#header .innovatory-cart .cart_block .cart-buttons a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	display: block;
	line-height: 40px;
	padding: 0 25px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600
}

#header .innovatory-cart .cart_block .no-item {
	margin-bottom: 0;
	padding: 0 15px;
	text-align: center
}

#header .innovatory-cart .cart_block .products .cart-info .productName a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	color: #222
}

#header .innovatory-cart .cart>span.icon.cart_icon {
	width: 44px;
	height: 35px;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	background-position: center -45px;
	margin: 0 auto
}

#header .innovatory-cart a .amount {
	display: block;
	padding-top: 15px
}

#header .innovatory-cart .cart>span.icon {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-bottom: 0
}

#header .header-top #_desktop_user_info .innovatory-user-info a {
	font-size: 13px;
	padding: 5px 15px;
	font-weight: 500;
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis
}

#header .header-top #_desktop_user_info .innovatory-user-info a:hover {
	background-color: #f5f5f5
}

.innovatory-user-info .or span {
	line-height: 33px;
	font-size: 14px
}

.nav-meta .dropdown-menu {
	width: 290px;
	padding: 20px;
	border: none;
	border-top: 2px solid transparent
}

.dropdown .expand-more {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

#_desktop_user_info .innovatory-user-info a i {
	font-size: 26px;
	color: #fff
}

.wishtlist_top {
	display: block;
	font-size: 14px;
	position: relative;
	text-align: center
}

.innovatoryDisplaySearch {
	padding: 0
}

.search_query::placeholder {
	font-size: 14px
}

.innovatorySearch.dropdown-menu {
	left: inherit;
	padding: 0;
	right: 0;
	width: 350px;
	position: absolute;
	top: calc(100% + 1px)
}

.innovatoryDisplaySearch .expand-more {
	line-height: 1;
	color: #212121;
	font-size: 0;
	display: block
}

.innovatoryDisplaySearch .expand-more i {
	font-weight: 400;
	transition: color .3s;
	-webkit-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s
}

.innovatoryDisplaySearch .expand-more i:before {
	line-height: 1
}

.innovatoryDisplaySearch .open .expand-more i:before {
	content: "\e646";
	font-family: themify
}

.innovatoryDisplaySearch .expand-more i.icons {
	color: #3a3838;
	font-size: 34px
}

.innovatoryDisplaySearch .expand-more i.icons:hover {
	color: #1a1a1a
}

#search_widget {
	width: 100%
}

.search-widget form input[type=text] {
	background: #fff none repeat scroll 0 0;
	border: none;
	height: 50px;
	min-width: inherit;
	padding: 0 50px 0 15px;
	width: 100%;
	border-radius: 50px
}

.search-widget form input[type=text]:focus {
	outline: medium none
}

.search-widget form input[type=text]::placeholder {
	color: #222;
	opacity: .7
}

.search-widget form button[type=submit] {
	font-size: 20px;
	height: 100%;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: auto;
	color: #222;
	border: none;
	background-color: transparent;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}

.page-not-found #search_widget #searchbox button[type=submit] {
	background-color: #222;
	color: #fff
}

.page-not-found #search_widget #searchbox button[type=submit]:hover {
	color: #fff
}

.page-not-found #search_widget #searchbox input[type=text] {
	color: #222
}

.page-not-found #search_widget #searchbox input[type=text]::placeholder {
	color: #222;
	opacity: .7
}

.search-widget form button[type=submit] i {
	display: block;
	font-weight: 700
}

#ui-id-1 {
	border-radius: 0;
	padding: 5px;
	font-family: Poppins;
	max-height: 365px;
	overflow-y: auto;
	z-index: 102
}

.ui-front.ui-menu .ui-menu-item {
	padding: 5px;
	width: 100%;
	cursor: pointer;
	transition: all .2s
}

.ui-front.ui-menu .ui-menu-item .search-item {
	display: flex;
	padding: 0;
	align-items: center;
	background: 0 0;
	border: none;
	margin: 0
}

.ui-front.ui-menu .ui-menu-item .search-item .cover {
	margin-right: 10px;
	display: block;
	align-items: center;
	width: 50px
}

.ui-front.ui-menu .ui-menu-item .search-item .product-price {
	line-height: 1;
	font-weight: 500
}

.ui-front.ui-menu .ui-menu-item:hover {
	background: #f9f9f9 none repeat scroll 0 0
}

.ui-front.ui-menu .ui-menu-item .search-item.ui-state-focus {
	background: 0 0;
	border: none
}

#mobile_top_menu_wrapper {
	margin-top: 0
}

.nav-right>* {
	margin-left: 20px
}

.nav-meta .expand-more:after {
	display: none
}

.nav-meta .icon i {
	font-size: 25px;
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}

.nav-meta a {
	display: block
}

.nav-meta .dropdown-menu [class|=col] {
	padding: 0
}

.nav-meta .dropdown-menu ul {
	margin: 0
}

.nav-meta .dropdown-menu li {
	padding: 0
}

.nav-meta .dropdown-menu .dropdown-tit {
	border-bottom: 1px solid #e2e2e2;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 5px 0;
	overflow: hidden;
	position: relative;
	display: block;
	color: #222
}

.slidetoggle-menu {
	display: none
}

a {
	color: #222
}

.header-top .valign-middle {
	height: 120px;
	display: flex;
	align-items: center
}

.sticky .header-top .valign-middle {
	height: 100px
}

@media screen and (max-width:1050px) {
	#header .header-nav {
		padding: 0
	}
	.it-menu-horizontal {
		text-align: left
	}
	#header .it-menu-horizontal ul li.level-1>a {
		display: block
	}
	#header .it-menu-vertical ul li.level-1:hover>a {
		background-color: #f5f5f5;
		color: #000
	}
	#header .header-nav {
		margin-bottom: 0;
		max-height: none
	}
	#header .header-top {
		padding: 0;
		display: none
	}
	#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
		display: inline-block;
		line-height: 1;
		color: #1a1a1a;
		font-weight: 700;
		padding-top: 20px;
		width: auto
	}
	#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a i {
		color: #1a1a1a;
		margin-right: 5px;
		font-size: 26px;
		vertical-align: middle
	}
	.innovatory-contact-link li i {
		color: #2a2a2a
	}
	.innovatory-contact-link li {
		color: #2a2a2a;
		width: 100%
	}
	#mobile_top_menu_wrapper .dropdown {
		position: relative
	}
	#mobile_top_menu_wrapper .mobile-sidebar-meta .wishtlist_top,
	#mobile_top_menu_wrapper select {
		-moz-appearance: none;
		background: #fff none repeat scroll 0 0;
		border: 1px solid #ccc;
		color: #414141;
		height: 30px;
		line-height: 30px;
		outline: 0 none;
		padding: 0 25px 0 10px;
		position: relative;
		font-size: 14px
	}
	#mobile_top_menu_wrapper .mobile-sidebar-meta .wishtlist_top {
		padding: 0 15px 0 10px
	}
	#mobile_top_menu_wrapper .dropdown:before {
		content: "\f107";
		font-family: fontawesome;
		position: absolute;
		right: 10px;
		top: 0;
		z-index: 99;
		display: none
	}
	.header-top .search-widget {
		padding: 0
	}
	.search-widget form input[type=text] {
		height: 40px
	}
	#header .header-nav .blockcart {
		margin: 0 15px
	}
	#header .innovatory-cart a.cart {
		align-items: center;
		display: flex
	}
	.cart-content-right {
		position: absolute;
		top: 0;
		right: -5px
	}
	#header .innovatory-cart a .cart-products-count {
		display: block;
		font-size: 10px;
		font-weight: 400;
		text-align: center;
		width: 15px;
		height: 15px;
		border-radius: 100%;
		line-height: 15px
	}
	#header #search_widget #search_query_top {
		width: 100%;
		border: 1px solid #e2e2e2
	}
	.innovatorywishtlistTop {
		margin-right: 0;
		padding: 0
	}
	#header .innovatory-cart a span.icon {
		display: block
	}
	#header .header-top>.container {
		position: static
	}
	#header {
		background-color: #fff
	}
	#_mobile_logo {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	#_mobile_logo a {
		display: table;
		margin: 0 auto
	}
	#_mobile_cart {
		margin-left: auto
	}
	.mobile-logo-bar {
		display: flex;
		height: 70px;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox
	}
	#header {
		-ms-transition: all .1s;
		-moz-transition: all .1s;
		-webkit-transition: all .1s;
		-o-transition: all .1s;
		transition: all .1s;
		transition: all .1s
	}
	#header .mobile-search-bar {
		padding: 8px 0
	}
	#header .innovatoryDisplaySearch {
		width: 100%
	}
	#header .header-nav .blockcart.inactive .amount,
	#header .header-nav .blockcart.inactive .cart-products-count {
		display: block!important
	}
	.mobile-menu-meta {
		color: #111
	}
	#header .header-nav .blockcart::before {
		display: none
	}
	#header .header-nav #menu-icon {
		font-size: 24px;
		margin-left: 15px;
		color: #222;
		line-height: 0
	}
	#header .innovatory-cart .cart>span.icon.cart_icon {
		width: 32px;
		background-position: center -28px;
		background-size: 32px
	}
	#header .header-nav .top-logo a img {
		max-height: 55px;
		display: block
	}
	.it-menu-row.bg-image {
		background: 0 0
	}
	#header .header-top .position-static,
	.header-top .col-md-4.right-nav {
		width: 100%;
		display: none
	}
	.innovatory-search {
		width: 100%;
		font-family: Poppins
	}
	#header .cart-content-right {
		font-size: 0
	}
	#mobile_top_menu_wrapper {
		margin-top: 0;
		padding: 0;
		position: fixed;
		width: 0;
		visibility: hidden;
		opacity: 0;
		left: 0;
		top: 0;
		height: 100%;
		overflow-y: auto;
		transition: all .2s;
		-ms-transition: all .2s;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		min-width: 0;
		z-index: 999;
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		width: 50%;
		min-width: 280px;
		margin: 0;
		max-width: 350px
	}
	.wishtlist_top span.icon {
		display: block;
		position: relative;
		line-height: 1
	}
	#header.toggle #mobile_top_menu_wrapper {
		visibility: visible;
		opacity: 1;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none
	}
	.sidebar-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
		top: 0;
		left: 0;
		z-index: 999;
		visibility: hidden;
		opacity: 0;
		transition: all .3s
	}
	.sidebar-open .sidebar-overlay {
		visibility: visible;
		opacity: 1
	}
	#mobile_top_menu_wrapper .close-sidebar {
		text-align: center;
		line-height: 40px;
		font-size: 16px;
		width: 40px;
		color: #fff
	}
	.sidebar-open {
		overflow: hidden
	}
	#mobile_top_menu_wrapper .user-info-wrap {
		background-image: url(../img/user-bg.jpg);
		color: #fff;
		padding: 20px 20px 10px;
		background-size: cover
	}
	#mobile_top_menu_wrapper .user-info-wrap .user-icon {
		font-size: 40px
	}
	#mobile_top_menu_wrapper .user-info-wrap .user-info-btn {
		margin-top: 20px
	}
	#mobile_top_menu_wrapper .user-info-wrap .user-info-btn a:not(:last-child) {
		margin-right: 10px
	}
	#_mobile_currency_selector .language-selector .dropdown-menu {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%)
	}
	#_mobile_language_selector .language-selector .dropdown-menu {
		right: auto;
		left: 0
	}
	#header .hidden-md-down {
		display: none!important
	}
	#header .hidden-lg-up {
		display: block!important
	}
	.mobile-menu-meta #menu-icon i {
		vertical-align: middle;
		line-height: 1
	}
	#mobile_top_menu_wrapper select {
		width: 100%;
		padding: 0 0 0 5px
	}
	.mobile-sidebar-meta .slidetoggle-menu>.col-xs-6 {
		padding: 0 7px;
		margin-top: 15px
	}
	.mobile-sidebar-meta .slidetoggle-menu {
		padding: 0 7px
	}
	.wishtlist_top span.icon {
		display: flex;
		align-items: center;
		height: 100%
	}
	.wishtlist_top span.cart-wishlist-number {
		vertical-align: middle;
		margin-left: auto;
		line-height: 1;
		font-size: 12px
	}
}

@media (min-width :768px) and (max-width :991px) {
	#header div#_desktop_user_info {
		margin-right: 8px
	}
	.innovatory-contact-link li {
		margin-right: 10px
	}
	.innovatoryLogo {
		padding: 0 0 0 15px
	}
	#header .header-top .position-static {
		padding-right: 0;
		padding-left: 0;
		width: 60px
	}
	.dropdown.right-nav .expand-more {
		line-height: 40px!important
	}
	.cart-content-right {
		top: 3px
	}
	#_desktop_user_info .innovatory-user-info a i,
	.search-widget .expand-more i {
		font-size: 24px
	}
	#header .innovatory-cart a span.icon {
		font-size: 20px
	}
	.Categoryproducts .title_block {
		padding-bottom: 30px
	}
}

@media screen and (max-width:1050px) {
	.user-info-btn a:hover {
		color: #fff
	}
	.user-info-btn a {
		color: #fff
	}
}

@media screen and (min-width:768px) {
	.nav-right {
		display: flex;
		justify-content: flex-end
	}
	.nav-left {
		display: flex;
		justify-content: flex-start
	}
}

@media screen and (min-width:1051px) {
	.header-nav .container>.row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center
	}
	.dropdown .expand-more {
		line-height: 0
	}
	#header .innovatory-cart .cart>span.icon {
		display: block
	}
	#header .it-menu-horizontal ul li.level-1>a:hover {
		color: #141b25
	}
	#header.sticky .innovatory-cart a.cart i,
	#header.sticky .it-menu-horizontal .menu-content>li.level-1>a,
	#header.sticky .nav-meta .expand-more i,
	#header.sticky .wishtlist_top span.icon i {
		line-height: 55px
	}
	.wishtlist_top span.icon {
		display: flex;
		align-items: center
	}
	#header .it-menu-horizontal .menu-content>li.level-1>a {
		line-height: 55px
	}
	#header .header-nav .mobile-menu-meta {
		display: none
	}
	.innovatorySearch.dropdown-menu {
		width: 100%;
		position: static;
		display: block;
		float: none;
		border: none;
		background-color: transparent
	}
	.top-bar-right {
		display: flex;
		justify-content: flex-end;
		align-items: center
	}
	#header .header-nav {
		box-shadow: inset 0 -15px 100px 0 rgba(0, 0, 0, .2)
	}
	#header.sticky .header-nav {
		display: none
	}
	.user-info ul {
		margin-bottom: 0
	}
	.user-info .icon-wrap-circle .icon {
		width: 34px;
		height: 34px;
		display: block;
		background-image: url(../img/icon.png);
		background-repeat: no-repeat;
		background-position: center top;
		margin-right: 10px
	}
	.user-info .icon-wrap-circle {
		display: flex;
		cursor: pointer;
		align-items: center
	}
	.user-info .icon-wrap-tit {
		font-size: 16px;
		color: #fff;
		display: block;
		font-weight: 700;
		position: relative;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	.user-info .icon-wrap-tit:after {
		margin-left: 5px
	}
	.user-info .user-name {
		font-size: 13px;
		font-weight: 500;
		color: #fff;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	#_desktop_wishtlistTop .wishtlist_top .icon {
		color: #fff;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	.wishtlist_top span.cart-wishlist-number {
		font-size: 14px;
		margin-left: 10px
	}
	#search_widget .btn.button-search {
		height: 100%;
		background-color: transparent;
		font-size: 24px;
		width: 50px
	}
	body #search_widget .btn.button-search:hover {
		background-color: transparent
	}
	#search_widget #search_query_top::placeholder {
		color: #646463;
		opacity: .7
	}
	.header-top .nav-right .dropdown .dropdown-menu {
		top: calc(100% + 34px)
	}
	.sticky .header-top .nav-right .dropdown .dropdown-menu {
		top: calc(100% + 25px)
	}
	#header .innovatory-cart .cart_block {
		top: calc(100% - 16px);
		z-index: -1;
		padding-top: 20px
	}
}

@media screen and (max-width:1050px) {
	#header .innovatory-cart .cart_block,
	.header-top .nav-right .dropdown .dropdown-menu {
		top: calc(100% + 18px)
	}
	.it-menu-vertical .menu-dropdown li a {
		line-height: 30px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.header-top .right-nav {
		padding-right: 15px
	}
}

#authentication [data-action=show-password] {
	background: #222
}

.itnivo-slider {
	position: relative
}

#itimageslider .nivo-directionNav a {
	display: block;
	font-size: 0;
	width: 150px;
	height: 100%;
	position: absolute;
	top: 0
}

#itimageslider .nivo-prevNav {
	left: 0;
	cursor: url(../img/prev.png), auto
}

#itimageslider .nivo-nextNav {
	left: auto;
	right: 0;
	cursor: url(../img/next.png), auto
}

#itimageslider .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: 25px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 99;
	padding: 5px;
	border-radius: 50px;
	background-color: #fff
}

.owl-carousel .owl-dots {
	display: inline-block
}

#itimageslider .nivo-controlNav .nivo-control {
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: relative;
	display: block;
	float: left;
	margin: 0 5px;
	padding: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	background-color: #d7d7d7
}

@media screen and (max-width:767px) {
	#itimageslider .nivo-controlNav {
		bottom: 10px
	}
}

@media screen and (min-width:768px) {
	.slider_banner {
		margin: 20px -130px 0
	}
	.slider_banner .slide-banner-info .banner-col {
		transform: skew(-40deg);
		-webkit-transform: skew(-40deg);
		-moz-transform: skew(-40deg);
		-ms-transform: skew(-40deg);
		-o-transform: skew(-40deg);
		overflow: hidden
	}
	.slider_banner .slide-banner-info .banner-col a {
		transform: skew(40deg);
		-webkit-transform: skew(40deg);
		-moz-transform: skew(40deg);
		-ms-transform: skew(40deg);
		-o-transform: skew(40deg);
		overflow: visible
	}
	.slider_banner .slide-banner-info:first-child .banner-col a img {
		margin-left: 95px
	}
	.slider_banner .slide-banner-info:nth-child(2) .banner-col a img {
		margin-left: -95px
	}
}

@media screen and (max-width:767px) {
	.slider_banner,
	.slider_banner .slide-banner-info:nth-child(2) {
		margin-top: 15px
	}
}

.banner-col a {
	display: block;
	position: relative;
	overflow: hidden
}

.banner-col {
	position: relative
}

ul.banner-col {
	margin-bottom: 0
}

.itleftbanners-container {
	overflow: hidden
}

.banner-col a:before {
	position: absolute;
	width: 20%;
	height: 100%;
	background: rgba(255, 255, 255, .3);
	content: "";
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	left: -60%
}

.banner-col:hover a:before,
.itCategoryFeature .innovatory-media-body:hover .banner-col a:before {
	left: 145%;
	transition: left .5s ease;
	-webkit-transition: left .5s ease;
	-moz-transition: left .5s ease;
	-ms-transition: left .5s ease;
	-o-transition: left .5s ease
}

@media (min-width:768px) and (max-width:991px) {
	#itimageslider .nivo-controlNav {
		bottom: 15px
	}
}

.middle_bennar_sec {
	margin-top: 20px
}

@media (min-width:992px) and (max-width:1199px) {
	.middle_bennar_sec .col-sm-3 {
		padding-right: 11px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.middle_bennar_sec .col-sm-3 {
	/*	padding-right: 6px*/
	}
}

@media screen and (max-width:767px) {
	.middle_bennar_sec {
		margin-top: 40px
	}
	.middle_bennar_sec .col-sm-3 {
		padding-right: 10px
	}
	.offer_banner {
		margin: 10px 0
	}
	.app_banner {
		margin-top: 40px
	}
}

@media screen and (min-width:544px) {
	.middle_bennar_sec .col-sm-9.padd-0 .col-sm-6.mb-30:first-child {
		width: 44.5%
	}
	.middle_bennar_sec .col-sm-9.padd-0 .col-sm-6.mb-30:nth-child(2) {
		width: 55.5%
	}
}

@media screen and (max-width:543px) {
	.middle_bennar_sec .banner-col a img {
		width: 100%
	}
	.middle_bennar_sec .col-sm-3,
	.middle_bennar_sec .col-sm-9 .col-sm-4 {
		margin-bottom: 30px
	}
	.middle_bennar_sec .col-sm-9 .col-sm-4:last-child {
		margin-bottom: 0
	}
	.middle_bennar_sec .col-sm-3 {
		padding-right: 15px
	}
}

.owl-carousel:not(.product-images) .owl-nav {
	text-align: center
}

.owl-carousel:not(.product-images) .owl-nav>* {
	width: 34px;
	height: 34px;
	background: 0 0;
	border: 1px solid transparent;
	margin: 0;
	font-size: 18px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	color: #333;
	border-radius: 50px;
	margin-left: 8px
}

.owl-carousel:not(.product-images) .owl-nav>:hover {
	color: #fff
}

.owl-carousel .owl-nav>.disabled {
	cursor: not-allowed
}

@media screen and (max-width:767px) {
	.img-text-sec {
		padding: 0 15px
	}
	.owl-carousel:not(.product-images) .owl-nav {
		margin-top: 20px
	}
	.it_category_feature .owl-carousel .owl-nav {
		margin-top: 0
	}
	.owl-carousel:not(.product-images) .owl-nav .owl-prev {
		margin-left: 0
	}
}

@media screen and (min-width:768px) {
	.innovatoryCategoryproducts.owl-carousel .owl-nav {
		top: -46px
	}
	.It-Specials-prod .owl-carousel .owl-nav {
		right: -375px
	}
}

.it_tab {
	text-align: left;
	display: flex;
	align-items: center;
	padding-right: 120px;
	background-color: #f7f7f7
}

.tab-content {
	text-align: center;
	position: relative
}

.it_tab .innovatory-tab {
	border: medium none;
	margin-left: auto
}

.it_tab .innovatory-tab li {
	padding: 0;
	float: left
}

#ItProductFilterTabs .nav-item:not(:first-child) a {
	border-left: 2px solid #ccc
}

.it_tab .innovatory-tab li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #222;
	display: block;
	font-size: 18px;
	line-height: 1;
	margin: 0;
	padding: 0 13px;
	position: relative;
	font-weight: 500;
	border-radius: 0;
	text-transform: capitalize;
	overflow: hidden
}

.innovatoryProductGrid .comments_note .laberCountReview,
.innovatoryProductGrid .comments_note .open-comment-form,
.innovatoryProductList .comments_note .laberCountReview,
.innovatoryProductList .comments_note .open-comment-form,
.quickview .comments_note .open-comment-form {
	display: none
}

.innovatoryProductGrid .disabled,
.innovatoryProductList .disabled {
	cursor: no-drop!important
}

.itcolumn:hover .owl-next,
.itcolumn:hover .owl-prev {
	opacity: 1
}

.it_tab .sec-heading {
	border-bottom: none
}

@media screen and (max-width:991px) {
	#left-column.col-md-3,
	.left-column.col-md-9 {
		width: 100%
	}
	.it_tab .innovatory-tab li a {
		font-size: 14px
	}
	.it_tab {
		padding-right: 90px
	}
}

@media screen and (max-width:767px) {
	.it_tab {
		padding: 0;
		display: block;
		background-color: #fff
	}
	.it_tab .innovatory-tab {
		border-bottom: none;
		display: flex;
		overflow-x: auto
	}
	.it_tab .innovatory-tab::-webkit-scrollbar {
		display: none
	}
	.it_tab .innovatory-tab li {
		width: 100%;
		margin: 0!important;
		text-align: center
	}
	.it_tab .innovatory-tab {
		padding-top: 15px;
		padding-bottom: 15px
	}
	.it_tab {
		margin-bottom: 15px
	}
	.it_tab .innovatory-tab li a:before {
		display: none
	}
	.it_tab .innovatory-tab li a {
		white-space: nowrap;
		margin: 0;
		padding: 0 15px;
		font-size: 16px
	}
}

#itblog_block,
.innovatoryProductFilter,
.it_category_feature {
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden
}

.innovatoryProductGrid {
	position: relative
}

.innovatoryProductFilter {
	padding-top: 30px
}

.type-tab.innovatoryProductFilter {
	padding-top: 30px
}

.innovatoryProductGrid .item {
	border-radius: 0;
	overflow: hidden;
	background-color: #fff;
	transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	border: 1px solid transparent
}

.empty-block .item,
.empty-block .item:hover {
	transform: none;
	box-shadow: none
}

.innovatoryProductGrid .item .alert-warning {
	margin: 0
}

.innovatoryProductGrid .innovatoryProduct-image {
	position: relative;
	text-align: center;
	overflow: hidden
}

.innovatoryProduct-image .product-thumbnail img {
	width: 100%
}

.innovatoryProductGrid .innovatoryProduct-image .thumbnail {
	display: block;
	position: relative
}

.innovatoryProductGrid .innovatoryProduct-image .thumbnail .hover_image,
.innovatoryProductList .innovatoryProduct-image .thumbnail .hover_image {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease
}

.innovatoryProductGrid .item:hover .innovatoryProduct-image .thumbnail .hover_image,
.innovatoryProductList .item:hover .innovatoryProduct-image .thumbnail .hover_image {
	opacity: 1
}

.innovatoryProductGrid .variant-links {
	background-color: #fff!important;
	bottom: 20px;
	opacity: 0;
	padding: 10px 5px 5px 10px!important;
	position: absolute!important;
	left: -100%;
	top: inherit!important;
	min-height: 0!important;
	width: auto!important;
	-webkit-border-radius: 2px 0 0 3px;
	-moz-border-radius: 2px 0 0 3px;
	-ms-border-radius: 2px 0 0 3px;
	-o-border-radius: 2px 0 0 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.innovatoryProductGrid .item:hover .variant-links {
	left: 0;
	opacity: 1
}

.innovatoryProductGrid .variant-links .color {
	margin: 0 5px 0 0;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}

.innovatoryProductGrid .variant-links .color.active,
.innovatoryProductGrid .variant-links .color:hover,
.innovatoryProductGrid .variant-links .custom-checkbox input[type=checkbox]+span.color.active,
.innovatoryProductGrid .variant-links .custom-checkbox input[type=checkbox]+span.color:hover,
.innovatoryProductGrid .variant-links .facet-label.active .custom-checkbox span.color,
.innovatoryProductGrid .variant-links .facet-label:hover .custom-checkbox span.color {
	border: 1px solid #3a3838
}

.innovatoryProductGrid .innovatoryActions,
.itProductList .innovatoryActions {
	padding: 0;
	position: absolute;
	text-align: center;
	z-index: 9;
	bottom: 15px;
	left: 0;
	right: 0
}

.innovatoryProductGrid .innovatory-product-description .innovatoryActions {
	bottom: 20px
}

.itProductList .innovatoryActions {
	bottom: 38px;
	text-align: left;
	left: 15px
}

.innovatoryProductGrid .innovatoryActions-i,
.itProductList .innovatoryActions-i {
	display: block
}

.innovatoryProductGrid .innovatoryActions .innovatoryItem,
.itProductList .innovatoryActions .innovatoryItem {
	display: inline-block;
	vertical-align: middle;
	transform: translateY(15px);
	-moz-transform: translateY(15px);
	-webkit-transform: translateY(15px);
	-o-transform: translateY(15px);
	-ms-transform: translateY(15px);
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.innovatoryProductGrid .innovatoryProduct-container .innovatoryQuick,
.itProductList .innovatory-thumbnail-container .innovatoryQuick {
	transition-delay: .1s;
	-moz-transition-delay: .1s;
	-webkit-transition-delay: .1s;
	-ms-transition-delay: .1s;
	margin: 0 10px
}

.innovatoryProductGrid .innovatoryProduct-container .innovatoryWish,
.itProductList .innovatory-thumbnail-container .innovatoryWish {
	transition-delay: .2s;
	-moz-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-ms-transition-delay: .2s;
	cursor: pointer
}

.innovatoryProductGrid .innovatoryProduct-container:hover .innovatoryItem,
.itProductList .innovatory-thumbnail-container:hover .innovatoryItem {
	transform: translateY(0);
	opacity: 1
}

.innovatoryProductGrid .innovatoryItem .addToWishlist,
.innovatoryProductGrid .innovatoryItem .cart-btn,
.innovatoryProductGrid .innovatoryItem .quick-view,
.itProductList .innovatoryItem .addToWishlist,
.itProductList .innovatoryItem .cart-btn,
.itProductList .innovatoryItem .quick-view {
	display: block;
	font-size: 18px;
	position: relative;
	margin: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.innovatoryProductGrid .innovatoryItem .addToWishlist:hover,
.innovatoryProductGrid .innovatoryItem .cart-btn:hover,
.innovatoryProductGrid .innovatoryItem .quick-view:hover,
.itProductList .innovatoryItem .addToWishlist:hover,
.itProductList .innovatoryItem .cart-btn:hover,
.itProductList .innovatoryItem .quick-view:hover {
	color: #222
}

.innovatoryProductGrid .innovatoryItem .addToWishlist i,
.innovatoryProductGrid .innovatoryItem .cart-btn i,
.innovatoryProductGrid .innovatoryItem .quick-view i,
.itProductList .innovatoryItem .addToWishlist i,
.itProductList .innovatoryItem .cart-btn i,
.itProductList .innovatoryItem .quick-view i {
	line-height: 38px
}

.innovatoryProduct-container .innovatoryItem a span {
	display: none
}

.innovatoryProductGrid .innovatoryItem .innovatorywishlist a span {
	display: none
}

.innovatoryProductGrid .innovatoryNew-label,
.innovatoryProductGrid .innovatorySale-label,
.innovatoryProductList .item-inner .innovatoryNew-label,
.innovatoryProductList .item-inner .innovatorySale-label,
.itcolumn .innovatoryNew-label,
.itcolumn .innovatorySale-label {
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 5px 10px;
	position: absolute;
	text-align: left;
	top: 10px;
	width: 60px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #222;
	font-weight: 500;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s
}

.innovatoryProductGrid .innovatorySale-label,
.innovatoryProductList .item-inner .innovatorySale-label,
.itcolumn .innovatorySale-label {
	color: #fe3c3c;
	font-family: poppins;
	text-align: center;
	text-transform: capitalize
}

.innovatoryProductGrid .innovatoryNew-label,
.innovatoryProductList .item-inner .innovatoryNew-label,
.itcolumn .innovatoryNew-label {
	left: -60px
}

.innovatoryProductGrid .innovatorySale-label,
.innovatoryProductList .item-inner .innovatorySale-label,
.itcolumn .innovatorySale-label {
	right: -80px;
	left: auto
}

.innovatoryProductGrid .innovatoryProduct-container:hover .innovatoryNew-label,
.innovatoryProductList .innovatoryProduct-container:hover .innovatoryNew-label {
	left: 10px
}

.innovatoryProductGrid .innovatoryProduct-container:hover .innovatorySale-label,
.innovatoryProductList .innovatoryProduct-container:hover .innovatorySale-label {
	right: 10px
}

.current-lan {
	cursor: pointer;
	font-size: 15px;
	padding: 5px 0;
	line-height: 1.2;
	display: block;
	border-bottom: 1px solid transparent
}

#itsearch_data .items-list .item .reduction_percent_display,
#product .has-discount .discount,
.has-discount .discount,
.innovatoryProductGrid .reduction_percent_display,
.innovatoryProductList .item-inner .reduction_percent_display,
.itcolumn .reduction_percent_display,
.quickview .current-price span.discount {
	background: #222 none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	margin: 0 5px;
	padding: 3px 6px;
	line-height: 1
}

.innovatoryProductGrid .innovatoryStock,
.itcolumn .innovatoryStock {
	color: #989898;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 1
}

.innovatoryProductGrid .productName,
.itcolumn .productName,
.subpage .innovatoryProductGrid .productName {
	line-height: 1;
	text-transform: none;
	padding-bottom: 3px;
	margin-bottom: 0;
	text-align: left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.comments_note {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#itsearch_data .items-list li .product-name {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #222;
	transition: all .3s
}

#It-featured-prod .prod-filter {
	margin-top: 40px
}

#productCommentsBlock div.star,
.comments_note div.star {
	height: auto;
	line-height: 1;
	color: #ffc600
}

.innovatoryProductList .innovatoryCart button,
.innovatoryProductList .innovatoryItem a {
	height: 40px;
	width: 40px;
	background-color: transparent;
	border: none;
	color: #fff;
	padding: 0;
	margin-right: 10px;
	font-size: 18px;
	line-height: 40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	position: relative;
	display: block;
	text-align: center
}

.innovatoryProductList .innovatoryCart button:hover {
	color: #000
}

.innovatoryProductList .innovatoryItem a:hover {
	color: #000
}

.innovatoryProductList .innovatoryItem a i {
	display: block;
	line-height: 38px
}

.innovatoryProductList .innovatoryBottom span,
.innovatoryProductList .innovatoryItem a span {
	background: rgba(0, 0, 0, .8);
	border: medium none;
	border-radius: 2px;
	bottom: 100%;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	left: 50%;
	line-height: 20px;
	margin-bottom: 5px;
	max-width: 200px;
	padding: 5px 12px;
	position: absolute;
	text-transform: capitalize;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	visibility: hidden;
	white-space: nowrap;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.innovatoryProductList .innovatoryBottom span:before,
.innovatoryProductList .innovatoryItem a span:before {
	border-color: rgba(0, 0, 0, .8) transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: 0;
	content: "";
	height: 0;
	left: 50%;
	margin-bottom: -5px;
	margin-left: -5px;
	position: absolute;
	width: 0
}

.innovatoryProductList .innovatoryBottom:hover span,
.innovatoryProductList .innovatoryItem a:hover span {
	margin-bottom: 10px;
	opacity: 1;
	visibility: visible
}

.innovatoryProductGrid .productName a,
.itcolumn .productName a,
.subpage .innovatoryProductGrid .productName a,
.ui-front.ui-menu .ui-menu-item .search-item .product-name {
	color: #666;
	overflow: hidden;
	font-size: 15px;
	font-weight: 400;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.innovatoryProductGrid .old-price,
.itcolumn .old-price {
	font-family: Poppins;
	font-size: 14px;
	color: #999;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 5px
}

.innovatoryProductGrid .price,
.innovatoryProductList .price,
.itcolumn .price {
	font-family: Poppins;
	color: #222;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle
}

.itcolumn .price {
	font-size: 14px
}

#index .itProductList.itcolumn .title_block {
	margin-bottom: 15px
}

.itProductList.itcolumn .innovatoryColumn .innovatoryProductsList {
	border: 1px solid transparent;
	margin: 0 15px 1px
}

.itProductList.itcolumn .innovatoryColumn .innovatoryProductsList .innovatory-thumbnail-container .product_img {
	padding-left: 0
}

#left-column .itProductList .item,
.owlProductFilter-It-Specials-prod-column .item,
.owlProductFilter-It-bestseller-prod-column .item,
.owlProductFilter-It-featured-prod-column .item,
.owlProductFilter-It-new-prod-column .item {
	padding-top: 15px
}

#left-column .itProductList .item:not(:last-child),
.owlProductFilter-It-Specials-prod-column .item:not(:last-child),
.owlProductFilter-It-bestseller-prod-column .item:not(:last-child),
.owlProductFilter-It-featured-prod-column .item:not(:last-child),
.owlProductFilter-It-new-prod-column .item:not(:last-child) {
	padding-bottom: 15px
}

#left-column .itProductList .item:not(:last-child) {
	border-bottom: 1px solid transparent
}

#itleftbanners {
	margin-bottom: 30px
}

#left-column .innovatory-product-description {
	text-align: left
}

@media screen and (min-width:1051px) {
	.innovatoryProductGrid .innovatoryProduct-container:hover .comments_note,
	.innovatoryProductGrid .innovatoryProduct-container:hover .innovatory-product-price-and-shipping,
	.innovatoryProductGrid .innovatoryProduct-container:hover .productName,
	.itProductList .innovatoryColumn .innovatory-thumbnail-container:hover .comments_note,
	.itProductList .innovatoryColumn .innovatory-thumbnail-container:hover .innovatory-product-price-and-shipping,
	.itProductList .innovatoryColumn .innovatory-thumbnail-container:hover .productName {
		opacity: 0
	}
	.innovatoryActions.hidden-md-down {
		display: block!important
	}
	.innovatoryActions.hidden-lg-up {
		display: none!important
	}
}

@media screen and (max-width:1050px) {
	.innovatoryActions.hidden-md-down {
		display: none!important
	}
	.innovatoryActions.hidden-lg-up {
		display: block!important
	}
	.innovatoryProductGrid .innovatoryActions .innovatoryItem,
	.itProductList .innovatoryActions .innovatoryItem {
		opacity: 1;
		transform: none
	}
	.innovatoryProductGrid .innovatoryProduct-image .comments_note {
		opacity: 1;
		bottom: 0;
		visibility: visible
	}
	.innovatoryProductGrid .innovatoryActions {
		visibility: visible;
		opacity: 1;
		bottom: 0
	}
}

@media screen and (max-width:991px) {
	.innovatoryProductGrid .innovatoryItem .addToWishlist,
	.innovatoryProductGrid .innovatoryItem .cart-btn,
	.innovatoryProductGrid .innovatoryItem .quick-view,
	.itProductList .innovatoryItem .addToWishlist,
	.itProductList .innovatoryItem .cart-btn,
	.itProductList .innovatoryItem .quick-view {
		width: 35px;
		height: 35px;
		font-size: 16px
	}
	.innovatoryProductGrid .innovatoryItem .addToWishlist i,
	.innovatoryProductGrid .innovatoryItem .cart-btn i,
	.innovatoryProductGrid .innovatoryItem .quick-view i,
	.itProductList .innovatoryItem .addToWishlist i,
	.itProductList .innovatoryItem .cart-btn i,
	.itProductList .innovatoryItem .quick-view i {
		line-height: 34px
	}
	.itProductList.itcolumn .innovatoryColumn .item:last-child .innovatoryProductsList {
		margin-bottom: 15px
	}
}

@media screen and (max-width:767px) {
	.innovatoryProduct>.row {
		margin: 0
	}
	.innovatoryProductGrid .innovatoryProduct-container .innovatoryQuick {
		margin: 0 10px
	}
	.innovatoryProductGrid .price,
	.innovatoryProductList .price,
	.itcolumn .price {
		font-size: 15px
	}
	.innovatoryProductFilter {
		padding-top: 40px!important
	}
	.nivo-directionNav {
		display: none
	}
}

@media screen and (max-width:480px) {
	.innovatoryProductGrid .innovatoryItem .addToWishlist,
	.innovatoryProductGrid .innovatoryItem .cart-btn,
	.innovatoryProductGrid .innovatoryItem .quick-view,
	.itProductList .innovatoryItem .addToWishlist,
	.itProductList .innovatoryItem .cart-btn,
	.itProductList .innovatoryItem .quick-view {
		font-size: 14px;
		width: 28px;
		height: 28px
	}
	.innovatoryProductGrid .innovatoryItem .cart-btn i,
	.innovatoryProductGrid .innovatoryItem .quick-view i,
	.itProductList .innovatoryItem .cart-btn i,
	.itProductList .innovatoryItem .quick-view i {
		line-height: 27px
	}
	.innovatoryProductGrid .innovatoryItem .addToWishlist i,
	.itProductList .innovatoryItem .addToWishlist i {
		line-height: 28px
	}
	.innovatoryProductGrid .innovatoryItem .addToWishlist:before,
	.innovatoryProductGrid .innovatoryItem .cart-btn:before,
	.innovatoryProductGrid .innovatoryItem .quick-view:before {
		display: none
	}
	.innovatoryProductGrid .innovatoryItem .addToWishlist,
	.innovatoryProductGrid .innovatoryItem .cart-btn,
	.innovatoryProductGrid .innovatoryItem .quick-view {
		transform: none
	}
	.innovatoryProductGrid .price,
	.innovatoryProductList .price,
	.itcolumn .price {
		font-size: 14px
	}
	.innovatoryProductGrid .old-price,
	.itcolumn .old-price {
		font-size: 10px
	}
	.innovatoryProductGrid .innovatoryProduct-container:hover .innovatoryNew-label,
	.innovatoryProductList .innovatoryProduct-container:hover .innovatoryNew-label {
		left: 5px
	}
	.innovatoryProductGrid .innovatoryProduct-container:hover .innovatorySale-label,
	.innovatoryProductList .innovatoryProduct-container:hover .innovatorySale-label {
		right: 5px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	#left-column .itcolumn .innovatory-thumbnail-container>.no-margin {
		display: flex;
		flex-flow: column;
		align-items: initial
	}
	#left-column .product_img {
		float: none;
		margin: 0 auto 5px;
		padding-left: 0
	}
	#left-column .innovatory-product-description {
		text-align: center
	}
}

.products-selection {
	margin: 0 0 30px;
	background-color: #f5f5f5;
	padding: 15px 0
}

.innovatoryGridList .display-title {
	color: #333;
	font-size: 15px;
	line-height: 35px;
	margin-right: 15px;
	padding: 0
}

.innovatoryGridList li {
	margin-right: 5px
}

.innovatoryGridList li a {
	display: block;
	font-size: 20px;
	text-align: center;
	height: 24px;
	line-height: 14px;
	width: 24px
}

.innovatoryGridList li#list a {
	background: url(../img/grid-list.png) no-repeat scroll -67px -20px transparent
}

.innovatoryGridList li#grid a {
	background: url(../img/grid-list.png) no-repeat scroll -8px -20px transparent
}

.active_grid .innovatoryGridList li#grid a,
.innovatoryGridList li#grid a:hover {
	background-position: -8px -69px
}

.active_list .innovatoryGridList li#list a,
.innovatoryGridList li#list a:hover {
	background-position: -67px -69px
}

.products-selection .total-products .innovatoryGridList {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0
}

.products-selection .total-products p {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle
}

@media screen and (min-width:992px) {
	.products-selection {
		display: flex;
		align-items: center
	}
}

.innovatoryProductList .item {
	border: 1px solid transparent;
	margin-bottom: 30px;
	border-radius: 0;
	background-color: #fff
}

.innovatoryProductList .item .innovatoryProduct-image {
	position: relative;
	overflow: hidden
}

.innovatoryProductList .item .innovatory-product-description {
	padding-top: 25px;
	padding-bottom: 25px
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin-bottom: 15px;
	min-height: 0;
	padding: 0;
	text-align: left
}

.color,
.custom-checkbox input[type=checkbox]+span.color {
	border-radius: 100%;
	height: 15px;
	margin: 0 5px 0 0;
	width: 15px
}

.color.active,
.color:hover,
.custom-checkbox input[type=checkbox]+span.color.active,
.custom-checkbox input[type=checkbox]+span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
	border: 1px solid #3a3838
}

.innovatoryProductList .description_short {
	line-height: 25px;
	margin-bottom: 15px
}

.innovatoryProductList .description_short p {
	color: #666;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 400
}

.subpage .innovatoryProductList .innovatory-product-title {
	line-height: 1;
	text-transform: none;
	margin-bottom: 10px
}

.subpage .innovatoryProductList .innovatory-product-title a {
	color: #666;
	font-size: 16px;
	font-weight: 400
}

.subpage .innovatoryProductList .innovatory-product-title a:hover {
	color: #222
}

.innovatoryProductList .innovatory-product-price-and-shipping {
	margin-bottom: 10px
}

.innovatoryProductList .regular-price {
	color: #c3c3c3;
	font-size: 14px;
	margin-right: 5px;
	text-decoration: line-through
}

.innovatoryProductList .Out-stock,
.innovatoryProductList .available_now {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px
}

.innovatoryProductList .Out-stock {
	color: #d60d46
}

#product-description-short ul,
.description_short ul,
.product-description-short ul {
	list-style: disc;
	padding-left: 19px;
	color: #666
}

@media screen and (max-width:543px) {
	.innovatoryProductList .item .productlist-left {
		padding: 0
	}
}

@media screen and (min-width:544px) {
	.innovatoryProductList .item .innovatoryProduct-image {
		position: relative;
		height: 100%
	}
	.innovatoryProductList .item .productlist-left {
		padding: 0
	}
	.innovatoryProduct-container.item:after {
		content: '';
		display: block;
		clear: both
	}
	.innovatoryProductList .item {
		position: relative;
		overflow: hidden
	}
}

@media screen and (min-width:768px) {
	.innovatoryProduct .product-add-to-cart {
		margin-bottom: 35px
	}
}

.itcolumn .block-content {
	position: relative
}

.itcolumn .content-title,
.itproductcategory .content-title {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px
}

.itcolumn .content-title h3,
.itproductcategory .content-title .innovatoryCateTitle h3 {
	margin: 0
}

.itcolumn .content-title h3 a,
.itproductcategory .content-title .innovatoryCateTitle h3 a {
	color: #1e1e1e;
	font-size: 18px;
	line-height: 40px;
	font-weight: 600
}

.itproductcategory .innovatoryCateProducts {
	min-height: 420px;
	position: relative
}

.itcolumnCateProducts.itcolumn .item .thumbnail {
	display: block;
	margin-right: 10px;
	width: 100px
}

.itproductcategory .innovatorySub-cate ul {
	padding: 15px 0;
	margin: 0 50px 0 0
}

.itproductcategory .innovatorySub-cate ul li a {
	border-left: 1px solid #e1e1e1;
	color: #9f9f9f;
	font-size: 14px;
	line-height: 1;
	padding: 0 20px
}

.itproductcategory .innovatorySub-cate ul li a:hover {
	color: #1e1e1e
}

.itproductcategory .innovatorySub-cate ul li:first-child a {
	border: none
}

.itproductcategory.itcolumn .owl-nav {
	top: -68px
}

.innovatoryProducts-column {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 0
}

.innovatoryProducts-column .no-margin {
	margin-right: -2px
}

.innovatoryProducts-column .innovatory_banner {
	padding: 15px;
	border-right: 1px solid #ebebeb
}

.innovatoryProducts-column .owl-item .item-inner {
	padding: 0
}

.innovatoryProducts-column .owl-item .item-inner .item {
	border-right: 1px solid #ebebeb;
	padding: 15px;
	min-height: 204px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.innovatoryProducts-column .owl-item .item-inner .item:first-child {
	border-bottom: 1px solid #ebebeb
}

.itcolumn .innovatoryProduct-container {
	position: relative;
	z-index: 1
}

.innovatory-product-description {
	position: relative;
	text-align: center;
	padding: 10px 10px 0 10px
}

.itProductList.itcolumn .innovatory-product-description {
	text-align: left;
	padding: 25px 15px
}

.innovatoryProductGrid .innovatory-product-description {
	border-top: none
}

.innovatoryProductList .innovatory-product-description,
.innovatoryProductList .product-miniature .comments_note {
	text-align: left
}

.itcolumn .innovatoryProduct-image {
	margin-right: 10px;
	position: relative;
	width: 150px
}

.innovatoryProductGrid .innovatory-product-price-and-shipping,
.itcolumn .innovatoryProduct-container .innovatory-product-price-and-shipping {
	margin-bottom: 10px
}

.product-detail {
	display: flex;
	align-items: center
}

.innovatoryProductGrid .innovatory-product-price-and-shipping {
	min-height: 27px;
	margin-bottom: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.product-detail .comments_note {
	margin-left: auto
}

.innovatoryProductGrid .innovatory-product-price-and-shipping>span {
	display: inline-block;
	vertical-align: middle
}

.innovatoryActions .innovatorywishlist a span {
	display: none
}

.innovatoryProductGrid.innovatoryProducts .item-inner {
	margin-bottom: 15px
}

@media screen and (max-width:1050px) {
	.itProductList.itcolumn .innovatory-product-description {
		padding: 15px 15px 70px
	}
	.itProductList.itcolumn .innovatoryColumn .innovatoryProductsList .innovatory-thumbnail-container .product_img {
		padding-top: 15px
	}
}

@media screen and (max-width:1199px) {
	.product-detail {
		display: block;
		text-align: left
	}
	.It-Specials-prod .owl-carousel .owl-nav {
		right: -300px
	}
}

@media screen and (max-width:480px) {
	.innovatoryProductGrid .innovatory-product-description {
		padding: 10px 5px 0
	}
	.itProductList.itcolumn .innovatory-product-description {
		padding: 20px 15px 55px
	}
	.itcolumn .reduction_percent_display {
		padding: 2px 5px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.innovatoryProductGrid .innovatoryItem .addToWishlist i,
	.innovatoryProductGrid .innovatoryItem .cart-btn i,
	.innovatoryProductGrid .innovatoryItem .quick-view i,
	.itProductList .innovatoryItem .addToWishlist i,
	.itProductList .innovatoryItem .cart-btn i,
	.itProductList .innovatoryItem .quick-view i {
		line-height: 32px
	}
	.innovatoryProductGrid .innovatoryItem .addToWishlist,
	.innovatoryProductGrid .innovatoryItem .cart-btn,
	.innovatoryProductGrid .innovatoryItem .quick-view,
	.itProductList .innovatoryItem .addToWishlist,
	.itProductList .innovatoryItem .cart-btn,
	.itProductList .innovatoryItem .quick-view {
		font-size: 15px;
		width: 34px;
		height: 34px
	}
}

@media screen and (min-width:768px) {
	.innovatoryProductGrid.innovatoryProducts .item-inner {
		margin-bottom: 30px
	}
}

.innovatoryPagination {
	text-align: right
}

.pagination .page-list {
	padding: 0;
	display: inline-block
}

.pagination .page-list li {
	float: left;
	margin: 0 2px
}

.pagination .page-list li a {
	border: 1px solid #ebebeb;
	border-radius: 4px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	width: 35px;
	color: #1e1e1e
}

.pagination .page-list li a.disabled,
.pagination .page-list li a:hover {
	color: #fff
}

.pagination .page-list li a.next.disabled,
.pagination .page-list li a.previous.disabled {
	display: none
}

.pagination .page-list li a.previous i {
	margin-right: 5px
}

#main .page-content,
#main .page-header {
	text-align: left
}

#main .page-content h1,
#main .page-header h1 {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 35px;
	margin: 0
}

.subpage .page-header h1 {
	text-align: center
}

.sec-heading,
.title_block {
	background-color: #f7f7f7;
	position: relative;
	padding: 15px 0 15px 35px
}

.sec-heading:before,
.title_block:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: transparent;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}

#index .itProductList .title_block h3,
.sec-heading h3,
.title_block h3 span {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #333;
	padding-bottom: 10px;
	text-align: left
}

#index .itProductList .title_block h3,
.sec-heading h3,
.title_block h3 span {
	padding: 0;
	line-height: 1
}

.itProductList .title_block h3 {
	margin: 0;
	padding-bottom: 0
}

.itProductList .title_block h3 span:before {
	bottom: 0;
	left: 0;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0)
}

.itProductList .title_block h3 span:after {
	bottom: -10px;
	left: 70px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%)
}

.innovatory-thumbnail-container .product_img {
	padding-left: 10px
}

.itProductList {
	position: relative
}

.itProductList .owl-carousel .owl-nav {
	margin-top: 0;
	position: absolute;
	top: -40px;
	right: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.itProductList .owl-carousel .owl-nav>* {
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 0;
	margin: 0 5px
}

.itProductList .owl-carousel .owl-nav>* i {
	line-height: 28px
}

@media screen and (max-width:991px) {
	.itProductList .innovatoryActions {
		bottom: 20px
	}
	.sec-heading,
	.title_block {
		padding-left: 25px
	}
}

@media screen and (max-width:767px) {
	.itProductList .owl-carousel .owl-nav {
		top: -55px
	}
	.sec-heading h3,
	.title_block h3 a,
	.title_block h3 span {
		font-size: 20px
	}
	.Categoryproducts .sec-heading h3 {
		line-height: 1.3
	}
}

@media screen and (min-width:768px) {
	.sec-heading h3,
	.title_block h3 span {
		font-size: 22px
	}
}

#product #content {
	max-width: none
}

#product .innovatoryProduct .owl-carousel {
	display: block
}

#product h1.h1 {
	font-size: 24px;
	margin-bottom: 15px;
	text-transform: none;
	font-weight: 400
}

#product .current-price span,
.quickview .current-price span {
	color: #222;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500
}

#product .product-discount .regular-price {
	color: #aaa;
	font-size: 16px;
	line-height: 1;
	vertical-align: middle
}

.innovatoryProduct .open-comment-form:hover {
	color: #666
}

.product-information p {
	color: #8e8e8e;
	font-size: 13px;
	line-height: 25px
}

.product-actions .control-label,
.product-prices .tax-shipping-delivery-label {
	color: #444;
	font-size: 14px;
	font-weight: 500;
	width: auto;
	margin-right: 30px;
	vertical-align: middle;
	display: block;
	width: auto;
	float: none
}

.product-actions .product-variants ul {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0
}

.product-add-to-cart .product-quantity {
	display: inline-block;
	vertical-align: middle
}

.product-add-to-cart .product-quantity .add,
.product-add-to-cart .product-quantity .qty {
	margin-bottom: 0
}

.product-cover {
	border: 2px solid transparent
}

.product-cover img {
	box-shadow: 0 0 0
}

.product-variants>.product-variants-item select {
	border: 1px solid transparent;
	height: 35px;
	padding: 0 10px;
	width: 200px
}

.innovatoryProduct+.innovatoryTabs .tab-content {
	background-color: #fff
}

.innovatoryProduct+.innovatoryTabs {
	margin-bottom: 60px
}

.tabs {
	box-shadow: 0 0 0;
	margin-bottom: 30px;
	margin-top: 60px;
	text-align: center;
	padding: 0
}

.tabs .nav-tabs {
	border-top: 0;
	border-bottom: 0;
	height: 50px
}

.tabs .nav-tabs ul {
	border: none;
	display: inline-block;
	margin: 0
}

.tabs .nav-tabs .nav-item {
	margin: 0 15px;
	padding: 0
}

.tabs .nav-tabs .nav-link {
	color: #b6b6b6;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 48px;
	padding: 0;
	text-transform: uppercase
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
	border-bottom: 0
}

.tabs .tab-content {
	padding: 30px;
	text-align: left;
	border: 1px solid transparent
}

.tabs .tab-pane {
	padding: 0
}

.tabs .product-description {
	line-height: 23px
}

.tabs .product-description p {
	color: #666;
	text-indent: 70px
}

.product-features {
	margin-left: 0;
	margin-top: 10px
}

.product-accessories {
	margin-bottom: 60px
}

.product-actions .add-to-cart {
	background: #222;
	border-color: #222;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	padding: 0 30px 0 30px;
	text-transform: none;
	text-transform: capitalize;
	margin-bottom: 0
}

.product-quantity #quantity_wanted {
	background-color: #fff;
	color: #414141;
	height: 50px;
	padding: 0 10px;
	text-align: center;
	width: 50px;
	margin-left: 50px
}

.product-quantity .qty {
	width: 150px;
	margin-right: 15px
}

.product-quantity .input-group-btn-vertical .btn {
	display: block;
	height: 50px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	width: 50px;
	float: right;
	margin-right: 2px
}

.product-quantity .input-group-btn-vertical .bootstrap-touchspin-down {
	position: absolute;
	left: 1px;
	width: 50px;
	top: 2px
}

.product-quantity .input-group-btn-vertical {
	display: inline-block;
	position: absolute;
	content: "";
	width: 100%;
	left: 1px
}

.product-quantity .input-group-btn-vertical .btn i {
	font-size: 20px;
	position: unset
}

#product .product-description-short p i {
	margin-right: 20px;
	color: #222;
	font-size: 18px
}

.radio-label {
	border: 1px solid transparent
}

#product .product-information .color,
#product .product-information .custom-checkbox input[type=checkbox]+span.color {
	height: 20px;
	width: 20px
}

.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
	border: 1px solid #c4c4c4
}

#product-modal .modal-content .modal-body {
	margin-left: 0
}

#product-modal .modal-content .modal-body .image-caption {
	width: 100%
}

#product-modal .modal-content .modal-body .thumbnails {
	display: none
}

@media screen and (max-width:544px) {
	.innovatoryProduct+.innovatoryTabs .nav-tabs .nav-link {
		white-space: nowrap
	}
	.innovatoryProduct+.innovatoryTabs .nav-tabs ul {
		display: flex;
		overflow-x: auto
	}
	.innovatoryProduct+.innovatoryTabs .nav-tabs ul::-webkit-scrollbar {
		display: none
	}
}

@media screen and (max-width:767px) {
	#js-product-list .pagination {
		margin-top: 0
	}
	.tabs .nav-tabs .nav-item {
		margin: 0 10px
	}
}

@media (min-width:768px) and (max-width:991px) {
	#product h1.h1 {
		font-size: 20px
	}
	.product-actions .add-to-cart {
		font-size: 12px;
		padding: 0 20px 0 20px
	}
	#left-column .product-column-style .title_block h3,
	.sec-heading h3,
	.title_block h3 a,
	.title_block h3 span {
		font-size: 18px!important
	}
}

.quickview h1 {
	font-size: 20px;
	text-transform: none;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 15px
}

#product-description-short p,
#product-description-short ul li {
	font-size: 14px;
	line-height: 1.7
}

.quickview .modal-body {
	padding: 20px 15px
}

.quickview .arrows .arrow-down {
	bottom: 0
}

.quickview .current-price span {
	display: inline-block;
	vertical-align: middle
}

.quickview .images-container {
	align-items: center;
	position: relative;
	z-index: 1;
	width: 100%;
	display: block
}

.quickview .images-container:after {
	content: '';
	clear: both;
	display: block
}

.quickview .modal-content {
	background: #fff
}

.quickview .product-images {
	position: static
}

.quickview .product-images .owl-nav>*,
.scroll-box-arrows i {
	background: 0 0;
	border: 1px solid transparent;
	bottom: 30px;
	color: #222;
	cursor: pointer;
	position: absolute;
	text-align: center;
	font-size: 30px;
	top: auto;
	transform: none;
	width: auto;
	height: auto;
	margin: 0;
	z-index: 9;
	line-height: 1;
	padding: 0
}

.quickview .owl-carousel .owl-nav {
	margin-top: 0
}

.quickview .product-images .owl-nav i.left:before,
.scroll-box-arrows i.left:before {
	content: "\f104";
	font-family: fontawesome;
	font-style: normal
}

.quickview .product-images .owl-nav i.right:before,
.scroll-box-arrows i.right:before {
	content: "\f105";
	font-family: fontawesome;
	font-style: normal
}

.quickview .product-images .owl-nav .owl-prev {
	left: 0
}

.quickview .product-images .owl-nav .owl-next {
	right: 0
}

.quickview .product-images .owl-nav.disabled {
	display: none
}

.quickview .product-images .owl-nav>:hover,
.scroll-box-arrows i:hover {
	border-color: transparent;
	background-color: transparent
}

.images-container .js-qv-mask {
	margin: 0 auto;
	width: 328px
}

.quickview .product-price {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle
}

.quickview .product-prices {
	margin-top: 10px;
	margin-bottom: 5px
}

ul.product-images.js-qv-product-images {
	text-align: center;
	margin-bottom: 0
}

.quickview .scroll-box-arrows {
	display: block;
	padding: 0 15px;
	position: relative
}

.quickview .product-images .thumb-container img {
	border: 1px solid #eee;
	border-radius: 5px;
	width: 100%
}

.quickview .product-images .thumb-container {
	padding: 0 5px
}

.quickview .modal-content {
	background: #fff
}

.images-container .product-images li.thumb-container .thumb {
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 0;
	margin-right: .8125rem;
	width: 100%;
	margin: 0;
	border-radius: 5px
}

.product-images>li.thumb-container {
	width: 33.33%;
	padding: 0 7px;
	box-sizing: border-box;
	display: inline-block
}

.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
	border: 1px solid transparent
}

.quickview .product-images .thumb-container img.selected,
.quickview .product-images .thumb-container img:hover {
	border-color: transparent
}

.quickview .modal-header .close {
	color: #222
}

@media screen and (max-width:767px) {
	.quickview .modal-dialog {
		width: auto
	}
	.quickview .modal-body {
		padding: 20px 15px 0
	}
	.quickview .product-quantity .qty {
		width: 120px
	}
	.quickview .product-quantity #quantity_wanted {
		height: 40px;
		width: 40px;
		margin-left: 40px
	}
	.quickview .product-quantity .input-group-btn-vertical .bootstrap-touchspin-down,
	.quickview .product-quantity .input-group-btn-vertical .btn {
		width: 40px;
		height: 40px;
		text-align: center
	}
	.quickview .product-actions .add-to-cart {
		height: 40px;
		line-height: 40px
	}
}

@media (max-width:1199px) {
	.quickview-title {
		font-size: 28px
	}
}

@media (max-width:991px) {
	.quickview .modal-dialog {
		width: 720px
	}
	.quickview.in .modal-content .modal-body .col-md-6 {
		width: 100%;
		float: left
	}
	.quickview .modal-body .col-md-6.col-sm-6 {
		width: 100%
	}
	#left-column .itProductList .item:last-child {
		padding-bottom: 10px
	}
	.quickview .product-images .owl-nav>*,
	.scroll-box-arrows i {
		bottom: 40px
	}
}

@media (max-width:767px) {
	.quickview .modal-dialog {
		width: 500px
	}
	.quickview-title .tt-producttitle {
		font-size: 24px
	}
	.images-container .js-qv-mask {
		width: 328px
	}
	.quickview .js-arrows i,
	.scroll-box-arrows i {
		bottom: 60px
	}
	#product h1.h1,
	.quickview .product-right-col .h1 {
		margin-top: 25px
	}
}

@media (max-width:543px) {
	.quickview.in .modal-content .modal-body .col-md-6 {
		display: block!important
	}
	.quickview .modal-dialog {
		width: 94%;
		margin: 10px auto
	}
	.quickview .images-container {
		min-height: 200px
	}
	.quickview-title.tt-producttitle {
		font-size: 18px
	}
	.quickview .social-sharing {
		margin: 0
	}
	.images-container .js-qv-mask {
		width: 230px;
		margin: 0 auto
	}
	.product-images>li.thumb-container {
		width: 50%
	}
	.quickview .js-arrows i,
	.scroll-box-arrows i {
		bottom: 45px
	}
}

@media (min-width:544px) and (max-width:767px) {
	.product-images>li.thumb-container {
		width: 33%
	}
}

@media (min-width:768px) and (max-width:991px) {
	.product-images>li.thumb-container {
		width: 50%
	}
	#main .images-container .js-qv-mask {
		width: 250px
	}
	.quickview .product-cover {
		border: none
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.product-images>li.thumb-container {
		width: 33%
	}
}

@media (min-width:768px) and (max-width:991px) {
	.quickview .product-cover img {
		width: 55%!important;
		margin: 0 auto;
		display: table
	}
	.quickview h1.h1 {
		margin-top: 20px
	}
}

@media screen and (min-width:992px) {
	.quickview .product-cover {
		width: 90%;
		margin: 0 auto 20px
	}
	.quickview .product-right-col {
		padding-left: 0
	}
}

.quick-cart-total p:nth-child(5) span {
	border-top: 1px solid #e2e2e2
}

.home_blog_post h3.page-heading {
	font-style: normal;
	font-weight: 500
}

.post_title a {
	color: #222;
	font-weight: 600
}

@media screen and (max-width:767px) {
	.owl-carousel .owl-dots {
		display: block;
		text-align: center;
		margin-top: 10px
	}
}

@media screen and (min-width:992px) {
	.title-block.text-center {
		text-align: left
	}
}

.service-sec {
	padding: 0 0 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid transparent;
	overflow: hidden
}

.service-sec .col-lg-3.service-box .service {
	text-align: center
}

.service .icon-image {
	display: inline-block;
	margin-bottom: 5px;
	width: 40px;
	height: 47px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat
}

.service .icon-image.icon_1 {
	background-position: center -94px
}

.service .icon-image.icon_2 {
	background-position: center -154px
}

.service .icon-image.icon_3 {
	background-position: center -205px
}

.service .icon-image.icon_4 {
	background-position: center -258px
}

.service-sec .service-box:not(:first-child) {
	border-left: 1px solid transparent
}

.service-box:hover .icon-image {
	-o-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	-moz-transform: rotateY(-360deg);
	-webkit-transform: rotateY(-360deg);
	transform: rotateY(-360deg)
}

.service p {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 0
}

.service h2 {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222
}

.service .service-desc li {
	font-size: 14px;
	font-weight: 500;
	line-height: 2
}

.service .service-desc li i {
	padding-right: 5px;
	color: #666
}

@media (min-width:1200px) and (max-width:1559px) {
	.service h2 {
		font-size: 15px
	}
	.specialProductGrid .cart .ajax_add_to_cart_button {
		padding: 8px 19px;
		font-size: 14px
	}
}

@media screen and (max-width:1199px) {
	.service-sec {
		display: flex;
		overflow-x: auto
	}
	.service-sec::-webkit-scrollbar {
		display: none
	}
	.service-sec .service-box {
		min-width: 305px
	}
	.service .ser-detail {
		min-width: auto
	}
}

@media screen and (max-width:991px) {
	.service-sec {
		padding: 0 0 40px;
		margin-bottom: 35px
	}
}

@media only screen and (max-width :767px) {
	#index .quickview .hidden-xs-down,
	.subpage .quick-view .hidden-xs-down {
		display: block!important
	}
}

@media (min-width :768px) and (max-width :991px) {
	.Categoryproducts .title_block h3 {
		font-size: 26px
	}
}

.innovatoryLogo_manufacturer {
	padding: 60px 0
}

.it-blog-brand {
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden
}

.content-manufacturer .list_manufacturer .item {
	text-align: center
}

.content-manufacturer .list_manufacturer .item a {
	display: block;
	padding: 0 15px
}

.card-block .h1 {
	font-weight: 500
}

body#checkout section.checkout-step .step-title {
	font-weight: 500
}

#blockcart-modal .modal-header {
	padding-right: 30px
}

#blockcart-modal p span {
	font-weight: 500;
	color: #000
}

#blockcart-modal .quick-product-detail-col p.price {
	font-size: 20px;
	color: #000;
	font-weight: 500
}

#blockcart-modal .cart-products-count {
	color: #000
}

#blockcart-modal .product-name {
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	color: #666
}

.quick-product-detail-col p strong {
	color: #222
}

.quick-cart-total p:not(.cart-products-count) {
	margin-bottom: 10px
}

.quick-product-detail-col p:not(.price) {
	margin-bottom: 0
}

.modal-header .close {
	background: transparent none repeat scroll 0 0;
	border: 1px solid transparent;
	color: #fff;
	height: 30px;
	opacity: 1;
	position: absolute;
	right: 10px;
	text-align: center;
	text-shadow: 0 0 0;
	top: 13px;
	width: 30px;
	z-index: 99;
	transition: all .3s
}

#blockcart-modal .modal-header .close,
.quickview .modal-header .close {
	border: none
}

#blockcart-modal .modal-title i.material-icons {
	position: absolute;
	left: 0;
	top: 0
}

.quick-product-detail-col p:last-child {
	margin-bottom: 0
}

.modal-header .close:hover {
	background-color: #222;
	color: #fff;
	border-color: #fff
}

.all-product-link.btn-primary .material-icons {
	margin-right: 0;
	width: 15px;
	height: auto
}

#left-column .product-miniature img,
#products .product-miniature,
#products img,
.featured-products .product-miniature,
.featured-products img,
.innovatoryCategoryproducts .product-miniature img,
.product-accessories .product-miniature,
.product-accessories img,
.product-miniature .product-miniature {
	margin: 0
}

#products .innovatoryProducts {
	display: none
}

#products.active_grid .innovatoryProductGrid {
	display: block
}

#products.active_list .innovatoryProductList {
	display: block
}

.innovatoryProductGrid .item-inner {
	padding: 0 15px
}

.innovatoryProductGrid .item-inner .item:nth-child(2) {
	margin-top: 30px;
	margin-bottom: 1px
}

#js-active-search-filters {
	background: #fff;
	border: 1px solid transparent;
	height: auto;
	margin-bottom: 20px;
	opacity: 1;
	padding: 10px;
	display: none
}

#js-active-search-filters.active_filters {
	display: block
}

.active_filters .filter-block {
	color: #333;
	font-size: 13px;
	margin-bottom: 0;
	margin-right: 5px;
	padding: 5px 10px
}

#js-active-search-filters h6.active-filter-title {
	color: #333;
	display: inline;
	font-weight: 400;
	line-height: 33px;
	margin-bottom: 0;
	margin-right: 10px
}

.products-selection .sort-by {
	line-height: 40px;
	margin: 0 10px
}

.products-sort-order .select-title {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222!important;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-left: 0;
	padding: 0 15px;
	width: 250px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 25px;
	position: relative
}

.products-sort-order .select-title .material-icons {
	line-height: 35px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	line-height: 1
}

.products-sort-order .dropdown-menu {
	background-color: #fff;
	padding: 0;
	right: 0;
	top: 46px;
	width: 100%;
	border: 1px solid transparent
}

.products-sort-order .select-list {
	color: #414141;
	display: block;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px
}

.products-sort-order .select-list:hover {
	color: #222;
	background-color: #f1f1f1
}

#category #search_filter_toggler {
	box-shadow: 0 0 0;
	padding: 0 10px;
	width: 100%
}

.category-cover {
	margin-bottom: 20px
}

.category-cover img {
	width: 100%
}

.block-category {
	border: medium none;
	margin-bottom: 0;
	box-shadow: 0 0 0;
	min-height: 0;
	padding: 0
}

.block-category h1.h1,
.subpage h2.h2 {
	color: #1e1e1e;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase
}

#category-description.text-muted {
	line-height: 25px
}

.innovatoryBreadcrumb {
	padding: 10px 0;
	background-color: #f5f5f5;
	margin-bottom: 40px
}

.breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: block!important;
	margin: 0;
	padding: 0
}

.breadcrumb ol {
	display: block;
	padding: 0;
	margin: 0
}

.breadcrumb ol li {
	color: #9f9f9f;
	float: left;
	font-size: 13px;
	list-style: outside none none;
	padding: 0 15px;
	position: relative
}

.breadcrumb ol li a {
	color: #222;
	display: block;
	font-size: 14px
}

.breadcrumb ol li a:hover {
	color: #222
}

.breadcrumb ol li:before {
	content: "/";
	color: #343434;
	font-size: 13px;
	left: -2px;
	position: absolute
}

.breadcrumb ol li:first-child {
	padding-left: 0
}

.breadcrumb ol li:first-child:before {
	display: none;
	padding-left: 0
}

.innovatory-product-price-and-shipping {
	font-family: poppins
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers,
.block-categories {
	box-shadow: 0 0 0;
	margin-bottom: 20px;
	padding: 0
}

#left-column .product-column-style .title_block {
	border: none;
	margin-bottom: 0
}

#left-column .category-top-menu,
#left-column .product-column-style {
	padding: 5px;
	border: 1px solid transparent;
	margin-bottom: 30px;
	float: none;
	background-color: #fff
}

#left-column .product-column-style {
	padding-bottom: 15px
}

#left-column .product-column-style .owl-nav {
	display: none
}

#left-column .category-top-menu .title,
.itProductList .product-column-style .title_block .sec-heading h3 {
	text-align: left
}

#left-column .product-column-style .title_block h3,
#left-column .product-column-style .title_block h3 span {
	font-size: 16px;
	margin-bottom: 0;
	padding: 0;
	text-transform: capitalize;
	font-weight: 500;
	border: none
}

#left-column .itProductList .title_block h3 span:after,
#left-column .itProductList .title_block h3 span:before {
	background-color: transparent;
	border-color: transparent
}

#left-column .product-column-style .itProductFilter {
	margin: 0
}

#left-column .product_img {
	width: 80px
}

#left-column .product-column-style .innovatory-product-description {
	padding: 5px 10px 0
}

#left-column .product-miniature .regular-price {
	font-size: 13px
}

#left-column .itcolumn {
	margin-bottom: 0;
	border: none;
	padding: 0
}

#left-column .innovatoryActions {
	display: none
}

#left-column .itcolumn .productName a {
	line-height: 1.5;
	font-weight: 400;
	font-size: 14px
}

#left-column .itcolumn .productName {
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: none
}

#left-column .h6 {
	text-transform: none!important;
	font-size: 16px;
	font-weight: 500
}

#left-column .category-top-menu .title,
#left-column .facet .h6,
#left-column .product-column-style .title_block {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	position: relative;
	text-transform: none!important;
	background-color: #f5f5f5;
	padding: 10px 15px;
	margin-bottom: 0;
	line-height: 1
}

#left-column .title_block a {
	color: #222
}

#left-column .facet ul {
	margin-bottom: 0
}

#category #left-column #search_filters .facet ul li {
	position: relative;
	padding: 8px 25px 8px 23px
}

#category #left-column #search_filters .facet ul li .custom-checkbox {
	position: absolute;
	left: 0
}

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
	font-family: poppins
}

#search_filters .facet .facet-label .magnitude,
#search_filters_brands .facet .facet-label .magnitude,
#search_filters_suppliers .facet .facet-label .magnitude {
	position: absolute;
	right: 5px;
	top: 8px;
	color: #868686
}

#left-column .facet ul li {
	padding: 8px 0
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse,
.block-categories .category-sub-menu {
	padding: 0 15px
}

#left-column .facet .h6:before {
	display: none
}

.block-categories .category-sub-menu .category-sub-link {
	color: #222
}

.block-categories .category-sub-menu {
	margin: 0
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
	border-bottom: medium none;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	margin: 0;
	padding: 0;
	color: #222
}

.block-categories .collapse-icons {
	top: 15px
}

.block-categories .category-sub-menu li[data-depth="1"] {
	margin: 0;
	padding: 0 0 0 15px
}

.block-categories .category-sub-menu .category-sub-link {
	display: block;
	line-height: 45px
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
	color: #1a1a1a
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
	border: 1px solid transparent;
	margin-bottom: 30px;
	padding: 5px
}

#left-column .filter-by .h6 {
	margin-bottom: 15px
}

#left-column .bor-btn {
	font-size: 16px;
	line-height: 1;
	background-color: #f5f5f5;
	vertical-align: middle;
	padding: 10px 20px;
	border: none;
	border: 1px solid transparent;
	margin: 0 0 15px 15px;
	transition: all .3s
}

#left-column .bor-btn:hover {
	color: #fff
}

#left-column .bor-btn i {
	vertical-align: middle;
	width: auto;
	height: auto;
	line-height: 1;
	font-size: 20px
}

#left-column .reduction_percent_display {
	font-size: 10px;
	margin: 0 5px;
	padding: 3px 4px
}

#left-column .itcolumn .item-inner:not(:last-child) .innovatory-thumbnail-container>.no-margin,
#left-column .itcolumn .owl-item .item:not(:last-child) {
	border-bottom: 1px solid transparent
}

.itleftbanners-container img {
	width: 100%
}

@media screen and (max-width:991px) {
	#left-column .hidden-md-down,
	#left-column .pos-btm {
		display: none!important
	}
	#search_filters_wrapper.hidden-sm-down,
	.left-col-banner {
		display: none
	}
	#content-wrapper.hidden-sm-down {
		display: none
	}
	.innovatoryGridList {
		display: none
	}
	#js-product-list-top .hidden-md-up,
	#search_filters .facet .collapse.in,
	#search_filters_wrapper .hidden-md-up {
		display: block!important
	}
	#searc