/*
@font-face {
	font-family: "FontAwesome";
	font-weight: normal;
	font-display: auto;
	font-style: normal;
	src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2") format("woff2");
}

@font-face {
	font-family: "FontAwesome";
	font-weight: 900;
	font-display: auto;
	font-style: normal;
	src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff2") format("woff2");
}

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/fontawesome.min.css');*/

.no-margin {
	margin: 0
}

.no-padding {
	padding: 0
}

.mb-0 {
	margin-bottom: 0
}

b,
strong {
	font-weight: 900
}

.block-category #category-description p {
	color: #222
}

.block-category #category-description p,
.block-category #category-description strong {
	font-weight: initial!important;
	color: #222
}

#main #category-description ul,
.product-description-short ul {
	list-style: disc;
	padding-left: 10px
}

body {
	font-family: Hind, sans-serif;
	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-30 {
	margin-top: 30px
}

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

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

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

.text-right {
	text-align: right
}

select {
	background: #fff url(../img/selectorhtml.png) 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
}

footer p {
	color: #aaa
}

.bootstrap-touchspin .input-group-btn-vertical i {
	color: #222
}

.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 {
	background-color: #b88f05
}

::selection {
	background-color: #b88f05;
	color: #fff
}

::-moz-selection {
	background-color: #b88f05;
	color: #fff
}

.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.elementor-cta-title,
.h2.elementor-cta-title,
.h3.elementor-cta-title,
.h4.elementor-cta-title,
h1.elementor-cta-title,
h2.elementor-cta-title,
h3.elementor-cta-title,
h4.elementor-cta-title {
	font-weight: 500;
	font-family: 'Playfair Display', serif
}

.h5,
.h6,
h5,
h6 {
	font-family: Hind, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center
}

.h5:before,
h5:before {
	content: '---';
	letter-spacing: -2px;
	padding-right: 20px
}

.h5:after,
h5:after {
	content: '---';
	letter-spacing: -2px;
	padding-left: 20px
}

#psagechecker_block .h5:after,
#psagechecker_block h5:after {
	display: none
}

#psagechecker_block .h5:before,
#psagechecker_block h5:before {
	display: none
}

.container {
	max-width: 1200px
}

.text-center {
	text-align: center
}


#left-column .featured-products .products{
	display:block !important;
}

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

#header {
	background-color: #fff;
	z-index: 101;
	width: 100%
}

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

body:not(#index) #header {
	background-color: #fff
}

@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 (min-width:1051px) {
	#index #header {
		z-index: 100;
		width: 100%
	}
}

@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.open {
	bottom: 30px;
	opacity: 1
}

.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: 32px;
	opacity: 0;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 35px;
	border-radius: 5px;
	z-index: 99
}

.mypresta_scrollup i {
	color: #fff
}

.mypresta_scrollup:hover {
	border: 2px solid #fff
}

.mypresta_scrollup:hover i {
	color: #fff
}

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

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

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

#header a {
	color: #000
}

#header ol > li > a > span > i.fa:before {
	display: inline-block;
	width: 20.25px;
	height: 18px;
}

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

#header .it-menu-horizontal li.level-1.parent>a:after{
	width: 8.13px;
	height: 13px;
}

.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;
	display: inline-block;
	max-height: 143px
}

.innovatoryMedia-body {
	overflow: hidden
}

#header .header-nav {
	margin: 0;
	color: #fff;
	line-height: 40px
}

.header-nav .dropdown .expand-more {
	color: #000;
	font-size: 13px;
	font-weight: 400
}

#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;
	left: 0
}

#header .header-nav .currency-selector,
#header .header-nav .language-selector {
	margin: 0;
	position: relative
}

#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 .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_user_info .dropdown-menu a:hover {
	background-color: #f5f5f5
}

.language-selector ul li a {
	padding: 5px 15px;
	display: block;
	width: 100%
}

#header .header-nav .currency-selector i.fa,
#header .header-nav .language-selector i.fa {
	font-size: 12px
}

.dropdown .expand-more:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 2px
}

.it-menu-horizontal .menu-dropdown {
	text-align: left;
	padding-left: 20px
}

.dropdown-menu {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	border: 1px solid transparent;
	right: 0;
	margin: 0;
	padding: 0;
	top: calc(100% + 0px)
}

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

.dropdown-menu li:hover {
	background-color: #f5f5f5
}

#_desktop_wishtlistTop .innovatorywishtlistTop .wishtlist_top:hover,
#header .dropdown-menu li.current,
.header-nav .dropdown-menu li:hover {
	background-color: #f5f5f5
}

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

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

.innovatoryLogo {
	position: relative;
	z-index: 99;
	border-right: 1px solid #e1e1e1
}

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

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

#header .it-menu-horizontal .view_menu li.level-1 a span {
	display: block
}

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

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

#header .header-top {
	padding: 0;
	background-color: #fff
}

#header .header-nav .blockcart {
	background: #b88f05;
	height: auto;
	margin: 0 0 0 15px;
	position: relative;
	padding: 0 10px;
	min-height: 45px;
}

#header .innovatory-cart a.cart {
	font-size: 20px;
	text-align: center;
	display: flex;
	position: relative;
	cursor: pointer;
	align-items: center;
	color: #fff
}

#header .innovatory-cart a.cart i:before {
	display: inline-block;
	width: 22.5px;
	height: 21px;
}

.innovatorySearch button {
	background: #b88f05 !important;
}

#header .innovatory-cart span.cart-text {
	display: none
}

span.cart-products-coun {
	transition: all .3s
}

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

#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;
	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;
	color: #222;
	line-height: 1.7
}

#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-prices .amount,
#header .innovatory-cart .cart_block .products .cart-info .innovatoryPrice .price {
	color: #222;
	font-weight: 700;
	font-size: 16px;
	margin-left: 5px
}

#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;
	line-height: 1.7
}

#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: 700;
	font-size: 16px
}

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

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

#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 a .amount {
	display: block;
	padding-top: 15px
}

#header .innovatory-cart .cart>span.icon_svg {
	position: relative;
	line-height: 0
}

#header .innovatory-cart .cart>span.icon_svg svg {
	height: 20px;
	width: 20px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s
}

#header .innovatory-cart a .cart-products-count {
	color: #222;
	top: -5px;
	display: block;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	line-height: 13px;
	margin: 0
}

#header .innovatory-cart .cart>span.icon {
	background-position: center -36px
}

#_desktop_wishtlistTop .innovatorywishtlistTop .wishtlist_top {
	font-size: 13px;
	padding: 0 7px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #222;
	border-right: 1px dotted #e1e1e1;
	line-height: 40px
}

.cat-search {
	padding: 0 7px;
	width: 350px; 
	margin-top: 0
}

#_desktop_currency_selector,
#_desktop_language_selector {
	display: inline-block
}

.Nav1 .header-settings {
	display: inline-block
}

.grecaptcha-badge,
.grecaptcha-logo {
	display: none!important
}

.customer-account {
	float: right
}

#_desktop_language_selector {
	margin: 0 20px
}

#_desktop_currency_selector .language-selector ul,
#header .header-top #_desktop_user_info .user-account {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap
}

#_desktop_currency_selector .language-selector ul,
#header .header-top #_desktop_user_info .user-account li {
	margin-top: 4px;
}

#_desktop_currency_selector .language-selector ul {
	left: 0
}

.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
}

.dropdown .user_icon {
	font-size: 18px;
	margin-right: 5px
}

.dropdown .user-font {
	font-size: 13px
}

.dropdown .user-font:after {
	margin-left: 4px
}

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

.innovatoryDisplaySearch {
	padding: 0
}

#search_widget {
	width: 100%
}

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

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

.innovatoryDisplaySearch .expand-more:after {
	display: none
}

.innovatoryDisplaySearch .expand-more i {
	font-size: 17px;
	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 form input[type=text]::placeholder {
	color: #999
}

.search-widget form input[type=text] {
	border: 1px solid transparent;
	min-width: inherit;
	padding: 7px 55px 7px 15px;
	width: 100%;
	font-weight: 400;
	font-size: 14px
}

#header .search-widget form input[type=text] {
	padding: 2px 55px 2px 15px;
	border-bottom: 0
}

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

.search-widget form button[type=submit] {
	background: 0 0;
	border: medium none;
	color: #fff;
	display: block;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	font-weight: 700;
	height: 100%;
	font-size: 16px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}

.search-widget form button[type=submit]:hover {
	color: #fff
}

#search .search-widget form button[type=submit] {
	background-color: #222;
	color: #fff
}

#search .search-widget form input[type=text] {
	background-color: #fff
}

#search #header .search-widget form button[type=submit] {
	background-color: transparent
}

#search #header .search-widget form button[type=submit]:hover {
	color: #fff
}

#search #header .search-widget form input[type=text] {
	background-color: #f3f3f1
}

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

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

.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 {
	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: inline-block;
	align-items: center;
	width: 50px;
	vertical-align: middle
}

.ui-front.ui-menu .ui-menu-item .search-item .info {
	display: inline-block;
	width: calc(100% - 65px);
	vertical-align: middle;
	font-size: 13px
}

.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: #fafafa 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: 15px
}

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

#header .innovatory-cart .cart>span.icon i,
.nav-meta .icon i {
	font-size: 22px;
	color: #222;
	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 {
	margin-left: 8px;
	color: #000;
	font-size: 13px
}

.user-account {
	margin: 0
}

#header .language-selector ul li a {
	padding: 0 7px;
	display: block;
	width: 100%;
	color: #999;
	text-align: left;
	border-right: 1px dotted #e1e1e1;
	line-height: 13px
}

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

.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;
	overflow: hidden;
	position: relative;
	display: block;
	color: #222
}

.slidetoggle-menu {
	display: none
}

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

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

.valign-middle .col-lg-7 {
	padding: 0
}

.valign-middle .col-lg-2 {
	padding: 0;
	margin: 0 15px
}

.customer-support-text {
	color: #fff;
	position: relative;
	margin-right: 25px;
	padding-left: 50px
}

.customer-support-text span {
	font-size: 12px
}

.customer-support-text p {
	margin-bottom: 0;
	color: #fff;
	font-weight: 600;
	font-size: 18px
}

.customer-support-text .icon {
	background-image: url(../img/icon-header-phone.png);
	width: 39px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center
}

@media screen and (max-width:1050px) {
	#header .header-nav {
		padding: 0
	}
	.it-menu-horizontal {
		text-align: left
	}
	#header .header-nav {
		margin-bottom: 0;
		max-height: none
	}
	#header .header-top {
		padding: 0
	}
	#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 .dropdown select,
	#mobile_top_menu_wrapper .mobile-sidebar-meta .wishtlist_top {
		-moz-appearance: none;
		background: #fff none repeat scroll 0 0;
		border: 1px solid #a9a9a9;
		color: #414141;
		outline: 0 none;
		padding: 0 10px;
		position: relative;
		font-size: 14px;
		display: block
	}
	#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] {
		background-color: #fff;
		line-height: 2;
		padding: 7px 55px 7px 15px !important
	}
	#header #search_widget #search_query_top {
		width: 100%;
		border: 1px solid #e2e2e2
	}
	.innovatorywishtlistTop {
		margin-right: 0;
		padding: 0
	}
	.wishtlist_top span.cart-wishlist-number {
		position: static;
		width: auto;
		vertical-align: middle;
		margin-left: 5px;
		background-color: transparent!important;
		height: auto;
		line-height: 1;
		font-size: 12px;
		color: #222;
		font-family: sans-serif;
	}
	#header .innovatory-cart a span.icon {
		display: block
	}
	.wishtlist_top span.icon span.text {
	width: 21.42px;
	height: 23px;
	display: inline-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: block;
		margin: 0 auto;
		margin-left: 22px
	}
	#_mobile_cart {
		margin-left: auto;
		height: 100%
	}
	.mobile-logo-bar {
		display: flex;
		align-items: center;
		padding: 0;
		flex-direction: row-reverse;
		height: 160px;
	}
	#header .header-nav .blockcart {
		margin: 0 15px;
		margin-left: 0;
		min-height: 37px;
		padding-top: 6px;
	}
	#header .innovatory-cart .cart_block {
		top: calc(100% + 20px)
	}
	#header .innovatory-cart a.cart .cart-content-right {
		position: absolute;
		right: -6px;
		top: -2px
	}
	#header .innovatory-cart .cart>span.icon_svg svg {
		height: 24px;
		width: 24px
	}
	#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%
	}
	.search-widget form button[type=submit] {
		width: 50px;
		color: #fff;
		font-size: 18px
	}
	#header .innovatory-cart a .cart-products-count {
		color: #fff;
		height: 12px;
		width: 12px;
		line-height: 12px
	}
	#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 {
		margin-right: 10px;
		color: #222;
		width: 133.25px;
		height: 40px;
		display: flex;
		align-items: center;
		gap: 15px;
	}
	#header .header-nav #menu-icon p,#header .header-nav #menu-icon div {
		margin: 0px 0px 0px 0px;
		height: 40px;
	}
	#header .header-nav #menu-icon p {
		font-size: 26px;
		font-weight: 500;
	}
	#header .header-nav .top-logo a img {
		max-height: 150px;
		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%
	}
	#mobile_top_menu_wrapper {
		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: 99999999999999;
		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
	}
	.wishtlist_top span.icon span.text i:before {
		display: inline-block;
		width: 18px;
		height: 18px;
	}
	#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;
		background-position: center
	}
	#mobile_top_menu_wrapper .user-info-wrap .user-icon {
		font-size: 40px
	}
	#mobile_top_menu_wrapper .user-info-wrap .user-info-btn {
		margin-top: 0;
		display: inline-block;
		padding-left: 5px;
		text-transform: uppercase;
		vertical-align: top
	}
	#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;
		font-size: 30px
	}
	#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 {
		height: 100%
	}
	#_mobile_currency_selector .language-selector .link,
	#_mobile_language_selector .language-selector .link {
		border: 1px solid #a9a9a9
	}
	.wishtlist_top span.cart-wishlist-number {
		position: static;
		width: auto;
		vertical-align: middle;
		margin-left: auto;
		height: auto;
		line-height: 1;
		font-size: 14px
	}
	.innovatorySearch.dropdown-menu {
		width: 100%;
		position: static;
		display: block;
		float: none;
		border: none;
		background-color: transparent
	}
}

@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
	}
	#_desktop_user_info .innovatory-user-info a i,
	#header .innovatory-cart a.cart i,
	.innovatoryDisplaySearch .expand-more i,
	.wishtlist_top span.icon i {
		line-height: 1
	}
	#_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 (min-width:768px) {
	.nav-right {
		display: flex;
		justify-content: flex-end;
		align-items: center
	}
	.nav-left {
		display: flex;
		justify-content: flex-start
	}
}

@media screen and (min-width:1051px) {
	.header-nav .dropdown .expand-more {
		line-height: 13px
	}
	#header .cart-content-right {
		margin-left: 8px;
		color: #fff;
		font-size: 13px
	}
	#header .innovatoryLogo {
		margin: 0 auto
	}
	#header .cart-content-right :hover span.cart-products-coun:before {
		border-left-color: #d34031
	}
	#header .innovatoryLogo a {
		display: block;
		text-align: center
	}
	#header span.cart-text.hidden-md-down {
		border-left: 1px solid #fff;
		padding-left: 5px
	}
	span.cart-products-coun {
		font-size: 13px
	}
	#header .nav-right a {
		color: #999
	}
	#header .innovatory-cart a .cart-products-count {
		color: #222;
		top: -2px;
		display: block;
		position: absolute;
		left: 24px;
		font-size: 10px;
		font-weight: 400;
		line-height: 1;
		text-align: center;
		width: 13px;
		height: 13px;
		border-radius: 100%;
		line-height: 13px;
		margin: 0
	}
	#header .innovatory-cart .cart>span.icon {
		width: 35px;
		padding-right: 10px;
		background-position: center -36px
	}
	#header .innovatory-cart .cart>span.icon i,
	.innovatoryDisplaySearch .expand-more i,
	.nav-meta .icon i,
	.wishtlist_top span.icon i {
		line-height: 1
	}
	.wishtlist_top span.icon {
		line-height: 13px
	}
	.it-menu-horizontal ul li.level-1>a span {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700
	}
	#header .it-menu-horizontal .menu-content>li.level-1>a {
		padding: 0 15px
	}
	#header .header-nav .mobile-menu-meta {
		display: none
	}
	.header-nav .cat-search .expand-more {
		font-size: 20px;
		display: block;
		cursor: pointer
	}
	.top-bar-right {
		display: flex;
		align-items: center;
		margin-top: 0
	}
	#header .wishtlist_top span.cart-wishlist-number {
		margin-left: 4px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.header-top .right-nav {
		padding-right: 15px
	}
	#header .innovatory-cart a.cart {
		font-size: 15px
	}
}

@media screen and (min-width:1051px) {
	#header.sticky {
		position: fixed;
		animation: slide-down .4s;
		width: 100%;
		top: 0;
		left: 0;
		padding: 0;
		z-index: 1039;
		box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
	}
	#index #header.sticky {
		box-shadow: 0 2px 15px rgba(0, 0, 0, .3)
	}
}

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

.itnivo-slider {
	position: relative
}

#itimageslider .nivo-directionNav a {
	color: #222;
	border: 1px solid transparent;
	display: inline-block;
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	position: relative;
	padding: 0;
	margin: 0
}

#itimageslider .nivoSlider:hover .nivo-directionNav>* {
	opacity: 1
}

#itimageslider .nivoSlider:hover .nivo-nextNav {
	right: 50px
}

#itimageslider .nivoSlider:hover .nivo-prevNav {
	left: 50px
}

#itimageslider .nivo-directionNav .nivo-nextNav,
#itimageslider .nivo-directionNav .nivo-prevNav {
	position: absolute;
	font-size: 30px;
	line-height: 35px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0
}

body #itimageslider .nivo-directionNav a {
	color: #fff
}

#itimageslider .nivo-directionNav a:hover {
	background-color: #fff;
	color: #222
}

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

.banner-col img {
	width: 100%
}

.it-sub-menu .menu-item .banner-col img {
	max-width: 100%
}

.banner-col .itleftbanners-container a,
.banner-col>a {
	display: block;
	position: relative;
	overflow: hidden
}

.itleftbanners-container {
	overflow: hidden
}

.banner-col a:after,
.banner-col a:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .9s ease 0
}

.banner-col a:hover:before {
	background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
	bottom: 50%;
	top: 50%
}

.banner-col a:hover:after {
	background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
	left: 51%;
	right: 50%
}

@media (min-width:992px) and (max-width:1199px) {
	.innovatoryProductFilter .banner-sec .banner-col img {
		height: 604px
	}
}

@media screen and (max-width:543px) {
	.top-banner.mt-30 {
		margin-top: 15px
	}
	.top-banner .col-md-6.col-sm-6:nth-child(2) {
		margin-top: 15px
	}
}

.owl-carousel:not(.product-images) .owl-nav {
	margin-top: 20px;
	text-align: center
}

.owl-carousel:not(.product-images) .owl-nav>* {
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: none;
	margin: 0 5px;
	font-size: 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	color: #fff;
	border-radius: 50px;
	-ms-border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px
}

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

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

.owl-carousel .owl-nav>:hover {
	background-color: transparent
}

@media screen and (max-width:767px) {
	.bottom_bennar_sec {
		margin-top: 40px
	}
	.bottom_bennar_sec .col-md-5 {
		margin-top: 15px
	}
	.top-banner-sec {
		padding-top: 40px
	}
	.middle-banner-sec .col-md-7.col-sm-7 {
		margin-top: 30px
	}
	.itCategoryFeature .item .categoryName a {
		font-size: 14px
	}
	.img-text-sec {
		padding: 0 15px
	}
	.owl-carousel.home_blog_post .owl-nav,
	.owl-carousel:not(.product-images) .owl-nav {
		margin-top: 25px
	}
	.owl-carousel:not(.product-images) .owl-nav .owl-prev {
		margin-left: 0
	}
}

@media screen and (min-width:768px) {
	.owl-carousel.innovatoryTestimonialOwl .owl-nav {
		right: 0
	}
}

.header_sec {
	width: 100%;
	text-align: center
}

.header-nav .container .row>.hidden-md-down {
	display: flex;
	align-items: center
}

.header-title {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	display: inline-block
}

.header_sec .contact-block {
	display: inline-block;
	display: flex;
	line-height: 35px
}

.contact-block .icon svg {
	position: relative;
	width: 22px;
	fill: #fff;
	top: 5px;
	display: inline-block;
	height: 18px
}

.contact-block .icon {
	background-position: center 5px;
	margin-right: 7px
}

.it_tab {
	border-bottom: 0 none;
	text-align: center;
	margin-bottom: 30px
}

.it_tab .sec-heading {
	margin-bottom: 20px
}

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

.it_tab .innovatory-tab {
	border: medium none;
	padding: 0;
	text-align: center;
	position: relative;
	margin-left: auto;
	line-height: 0
}

.it_tab .innovatory-tab li {
	padding: 0;
	float: none;
	display: inline-block
}

.it_tab .innovatory-tab li a {
	border: medium none;
	color: #333;
	display: block;
	font-size: 15px;
	line-height: 1;
	margin: 0 5px;
	padding: 0 10px;
	position: relative;
	font-weight: 500;
	border-radius: 50px;
	text-transform: uppercase;
	overflow: hidden
}

.it_tab .innovatory-tab li a.active,
.it_tab .innovatory-tab li a:hover {
	background-color: transparent;
	color: #fff
}

.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
}

@media screen and (max-width:767px) {
	.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 {
		margin-top: 15px;
		height: auto
	}
	.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;
		font-size: 14px
	}
}

@media (min-width:768px) 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
	}
}

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

.innovatoryProductGrid {
	position: relative
}

.innovatoryProductFilter {
	padding-top: 60px
}

.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
}

.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 {
	height: 228px;
	width: 176px;
}

.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-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 .innovatoryProduct-image .innovatoryActions,
.itProductList .innovatoryActions {
	padding: 0;
	position: absolute;
	text-align: right;
	z-index: 9;
	line-height: 1;
	bottom: 45%;
	left: 0;
	right: 0;
	width: 100%;
}

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

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

.innovatoryProductGrid .innovatoryProduct-image .innovatoryActions .innovatoryItem,
.itProductList .innovatoryActions .innovatoryItem {
	margin: 5px;
	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 .innovatoryQuick {
	transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	-webkit-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	-ms-transform: translateX(-15px)
}

.innovatoryProductGrid .innovatoryProduct-container .innovatoryWish {
	transform: translateX(15px);
	-moz-transform: translateX(15px);
	-webkit-transform: translateX(15px);
	-o-transform: translateX(15px);
	-ms-transform: translateX(15px);
	cursor: pointer
}

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

.innovatorywishlist .addToWishlist,
.innovatoryItem a.quick-view,
.innovatoryProductGrid .innovatoryItem .addToWishlist,
.innovatoryProductGrid .innovatoryItem .cart-btn,
.innovatoryProductGrid .innovatoryItem .quick-view,
.itProductList .innovatoryItem .addToWishlist,
.itProductList .innovatoryItem .cart-btn,
.itProductList .innovatoryItem .quick-view,
.specialProductGrid .block-inner .addToWishlist,
.specialProductGrid .block-inner .quick-view {
	color: #fff;
	display: block;
	font-size: 16px;
	position: relative;
	margin: 0;
	background-color: transparent;
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid transparent;
	-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,
.innovatoryProductList .innovatoryCart button:hover,
.innovatoryProductList .innovatoryItem a:hover,
.itProductList .innovatoryItem .addToWishlist:hover,
.itProductList .innovatoryItem .cart-btn:hover,
.itProductList .innovatoryItem .quick-view:hover,
.specialProductGrid .block-inner .addToWishlist:hover,
.specialProductGrid .block-inner .quick-view:hover,
.specialProductGrid .product-add-to-cart .ajax_add_to_cart_button {
	color: #fff
}

.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
}

.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;
	position: absolute;
	text-align: left;
	top: 10px;
	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 {
	text-align: center
}

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

.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
}

#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;
	margin-bottom: 5px
}

#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
}

.innovatoryProductList .innovatoryCart button,
.innovatoryProductList .innovatoryItem a {
	height: 40px;
	width: 40px;
	background-color: #222;
	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;
	position: relative;
	display: block;
	text-align: center
}

.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;
	-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 .old-price,
.itcolumn .old-price {
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
	margin-left: 5px
}

.innovatoryProductGrid .old-price:before {
	content: '-';
	color: #222;
	font-weight: 500;
	margin-right: 2px
}

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

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

#left-column .itProductList .item,
.owlProductFilter-It-Specials-prod-column .item,
.owlProductFilter-It-bestseller-prod-column .item,
.owlProductFilter-It-featured-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) {
	border-bottom: 1px solid transparent;
	padding-bottom: 15px
}

#itleftbanners {
	margin-bottom: 30px
}

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

@media screen and (min-width:1051px) {
	.innovatory-thumbnail-container:hover .innovatoryItem,
	.innovatoryProduct-container:hover .innovatoryItem {
		transform: translateY(0);
		opacity: 1
	}
	#_desktop_cart .icon_svg svg {
		fill: #000
	}
	#_desktop_cart:hover span.cart-products-coun:before {
		border-left: 1px solid #d34031
	}
}

@media screen and (max-width:1050px) {
	.innovatoryActions .innovatoryItem {
		opacity: 1;
		transform: none;
		float: left;
		margin: 0 5px;
		right: 0
	}
	.innovatoryProduct-image .comments_note {
		opacity: 1;
		bottom: 0;
		visibility: visible
	}
	.innovatoryActions {
		visibility: visible;
		opacity: 1;
		display: block;
		line-height: 1;
		text-align: center;
		left: 0;
		right: 0;
		width: 100%
	}
}

@media screen and (max-width:991px) {
	.innovatoryItem .quick-view,
	.innovatoryProductGrid .innovatoryItem .addToWishlist,
	.innovatoryProductGrid .innovatoryItem .cart-btn,
	.itProductList .innovatoryItem .addToWishlist,
	.itProductList .innovatoryItem .cart-btn,
	.itProductList .innovatoryItem .quick-view,
	.specialProductGrid .block-inner .addToWishlist,
	.specialProductGrid .block-inner .quick-view {
		font-size: 16px
	}
}

@media screen and (max-width:767px) {
	.innovatoryProduct>.row {
		margin: 0
	}
	.innovatoryProductGrid .price,
	.innovatoryProductList .price,
	.itcolumn .price {
		font-size: 15px
	}
	.innovatoryProductFilter {
		padding-top: 40px
	}
	.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: 36px;
		line-height: 36px;
		padding: 0
	}
	.innovatoryProductGrid .innovatoryProduct-image .innovatoryActions,
	.itProductList .innovatoryActions {
		text-align: center;
		position: static;
		line-height: normal;
		margin-top: -27px
	}
	.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 .innovatoryActions {
		bottom: 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
	}
	.innovatoryProductGrid .productName a,
	.itcolumn .productName a,
	.subpage .innovatoryProductGrid .productName a,
	.ui-front.ui-menu .ui-menu-item .search-item .product-name {
		font-size: 14px
	}
}

@media screen and (min-width:768px) {
	.It-Specials-prod.innovatoryProductFilter .itContent .itProductFilter {
		padding: 0
	}
}

@media (min-width:481px) and (max-width:1050px) {
	.innovatoryProductGrid .innovatoryActions,
	.itProductList .innovatoryActions {
		bottom: 10px
	}
	.search-widget form input[type=text] {
		padding: 7px 55px 7px 15px
	}
}

@media screen and (max-width:1050px) {
	.search-widget form input[type=text] {
		padding: 7px 55px 7px 15px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.innovatoryProductGrid .productName a,
	.itcolumn .productName a,
	.subpage .innovatoryProductGrid .productName a,
	.ui-front.ui-menu .ui-menu-item .search-item .product-name {
		font-size: 15px
	}
	.innovatoryProductGrid .innovatory-product-price-and-shipping {
		display: block!important
	}
	.innovatoryProductGrid .price,
	.innovatoryProductList .price,
	.itcolumn .price {
		font-size: 16px
	}
	.innovatoryProductGrid .old-price,
	.itcolumn .old-price {
		font-size: 14px
	}
	#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
	}
}

.it_testimonials {
	padding: 60px 0;
	margin-bottom: 80px
}

.it_testimonials .item {
	margin: 0 15%
}

.it_testimonials .item .media-content {
	margin-right: 15px
}

.it_testimonials .item .fancybox-media {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: block;
	height: 70px;
	overflow: hidden;
	width: 70px
}

.it_testimonials .item .des_testimonial {
	margin-bottom: 15px
}

.it_testimonials .item .des_company,
.it_testimonials .item .des_testimonial p {
	color: #fff;
	line-height: 20px;
	margin-bottom: 0
}

.it_testimonials .item .des_namepost {
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
	text-transform: uppercase;
	position: relative
}

.it_testimonials .item .des_namepost:before {
	background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100px
}

.it_testimonials .owl-controls {
	text-align: center;
	padding-top: 20px
}

.it_testimonials .owl-controls .owl-pagination {
	display: inline-block
}

.it_testimonials .owl-controls .owl-pagination .owl-page {
	float: left;
	display: inline;
	margin: 0 2px
}

.it_testimonials .owl-controls .owl-pagination .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff
}

.it_testimonials .owl-controls .owl-pagination .owl-page.active span,
.it_testimonials .owl-controls .owl-pagination .owl-page:hover span {
	background-color: #1a1a1a
}

.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;
	border-radius: 5px
}

.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: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 300
}

.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;
	text-transform: uppercase
}

.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: #000d46
}

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

@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: 10px
	}
}

.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-top: 10px
}

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

.innovatoryProductGrid .innovatory-product-description {
	padding: 10px 8px 0;
	border-top: none;
	text-align: center
}

@media screen and (min-width:1051px) {
	.innovatoryProductGrid .innovatory-product-description .productName {
		margin-bottom: 8px
	}
	.innovatory-product-description .comments_note,
	.innovatoryProductGrid .innovatory-product-description .innovatory-product-price-and-shipping,
	.innovatoryProductGrid .innovatory-product-description .productName {
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		line-height: 1;
		vertical-align: middle
	}
	.innovatoryProductGrid .innovatory-product-description .productName {
		display: block
	}
}

@media screen and (max-width:1050px) {
	.innovatoryActions .innovatoryActions-i .hidden-lg-up {
		display: block!important
	}
	.innovatory-product-description .innovatoryActions.hidden-md-down {
		display: none!important
	}
}

.innovatoryCart.innovatoryItem .availability {
	line-height: 1!important;
}

.innovatoryProductGrid .innovatory-product-description .innovatoryActions {
	bottom: 15%;
	line-height: 1!important;
}

a.cart-btn,
.innovatoryProductGrid .innovatory-product-description .innovatoryCart a.cart-btn {
	width: auto;
	height: auto;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	background-color: #b88f05;
	border: 0;
}

.innovatoryProductGrid .innovatory-product-description .innovatoryCart a.cart-btn.disabled {
	background-color: #999
}

.innovatoryProductGrid .innovatory-product-description .innovatoryCart a.cart-btn:hover {
	color: #fff;
	background-color: #000;
}

.cart-btn:hover,
.innovatoryProductGrid .innovatoryProduct-container .innovatory-product-description .innovatoryCart .cart-bth:hover {
	color: #fff;
	background-color: #000;
}

#header .innovatory-cart,
#header .innovatory-cart span.icon_svg {
	transition: all .3s
}

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

.innovatoryProductList .product-miniature .comments_note {
	float: none;
	margin-bottom: 5px
}

.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: 0
}

.innovatoryProductGrid .innovatory-product-price-and-shipping {
	min-height: 120px
}

.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:480px) {
	.innovatoryProductGrid .innovatory-product-description {
		padding: 10px 5px 0
	}
}

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

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

@media screen and (max-width:480px) {
	.innovatoryProductGrid.innovatoryProducts .item-inner {
		margin-bottom: 30px!important
	}
}

.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 {
	margin-bottom: 25px
}

.sec-heading h3,
.title_block h3 span,
.innovatoryProduct .sec-heading h2,
.innovatoryProduct .title_block h2 span {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #000;
	padding-bottom: 35px;
	text-align: center;
	text-transform: uppercase;
	position: relative
}

.itProductList .title_block h3 span {
	text-align: left;
	font-size: 20px;
	display: block;
	border-bottom: 1px solid transparent
}

.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 {
	border: 1px solid #e2e2e2;
	padding: 15px;
	position: relative
}

.itProductList .owl-carousel .owl-nav {
	margin-top: 0;
	position: absolute;
	top: -52px;
	right: 10px;
	-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:767px) {
	.sec-heading h3,
	.title_block h3 span {
		font-size: 20px
	}
}

#product #content {
	max-width: none
}

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

#product h1.h1 {
	font-size: 36px;
	margin-bottom: 15px;
	text-transform: none;
	font-weight: 700;
	font-family: Hind;
	text-transform: uppercase;
	width: 500px;
}

#product .current-price span,
.quickview .current-price span {
	vertical-align: middle;
	font-family: Hind, sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 100%;
	display: inline-block;
	color: #000
}

#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: #222;
	font-size: 13px;
	line-height: 25px
}

.product-prices .product-price {
	display: inline-block
}

.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: text-bottom;
	display: inline-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: 67%
}

.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: flex;
	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;
	color: #b88f05;
	font-weight: 700
}

.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
}

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

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

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

.product-actions .add-to-cart:disabled {
	background-color: #999
}

.product-actions .add-to-cart:hover {
	color: #fff
}

.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;
	color: #000!important
}

.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
	}
}

.quickview h1 {
	font-size: 20px;
	text-transform: none;
	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: 45px;
	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;
	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;
	background-color: transparent
}

@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
	}
	.innovatoryProductFilter {
		padding-top: 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
	}
}

@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 (min-width:1200px) {
	.innovatoryForm {
		padding: 0
	}
}

.about {
	background-color: #f5f5f5;
	padding: 60px 0 140px;
	margin: 60px 0 0;
	position: relative;
	overflow: hidden
}

.abt-image {
	position: relative;
	z-index: 1
}

.abt-sec-heading {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600
}

.abt-cnt h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px
}

.about-content {
	display: flex;
	align-items: center
}

.about .img-2 {
	position: absolute;
	margin-right: 0;
	z-index: 3;
	top: 160px;
	right: 0
}

.about-text {
	padding-left: 100px;
	position: relative
}

.about-content {
	position: relative
}

.about:after {
	content: '';
	position: absolute;
	background-image: url(../img/about-us-img-1.png);
	top: -65px;
	width: 359px;
	background-repeat: no-repeat;
	height: 405px
}

.about:before {
	content: '';
	position: absolute;
	background-image: url(../img/about-us-img-2.png);
	bottom: 0;
	left: 20px;
	height: 130px;
	width: 210px;
	background-repeat: no-repeat
}

.about-text:after {
	content: '';
	position: absolute;
	background-image: url(../img/about-us-img-3.png);
	height: 117px;
	width: 240px;
	top: -55px;
	transform: translateY(-100%);
	left: 80px
}

.about-text:before {
	content: '';
	position: absolute;
	background-image: url(../img/about-us-img-4.png);
	height: 186px;
	width: 536px;
	bottom: -65px;
	right: 0;
	transform: translateY(100%)
}

.about-content:before {
	content: '';
	position: absolute;
	background-image: url(../img/about-us-img-5.png);
	width: 145px;
	height: 157px;
	top: -60px;
	right: -30%
}

.about-text p {
	letter-spacing: .5px;
	line-height: 1.7;
	font-size: 15px;
	color: #222;
	margin: 0
}

.about:hover .img-1 img {
	transform: translateX(10px);
	-ms-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-o-transform: translateX(10px);
	-webkit-transform: translateX(10px)
}

.about:hover .img-2 img {
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.about,
.img-hover img {
	transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s
}

@media screen and (max-width:480px) {
	.about-text {
		padding: 0 15px
	}
	.abt-sec-heading {
		font-size: 24px
	}
	.abt-cnt h5 {
		font-size: 18px
	}
	.about-text p {
		font-size: 14px
	}
}

@media screen and (min-width:1600px) {
	.abt-image.offset-md-1 {
		margin: 0
	}
}

@media screen and (max-width:767px) {
	.about-content {
		display: block
	}
	.about {
		margin: 40px 0 0
	}
	.about .abt-image>div {
		width: 50%;
		float: left
	}
	.about-text {
		margin-top: 50px;
		padding: 0 15px
	}
	.about-content:before {
		right: 0;
		content: '';
		top: -80px
	}
	.about .img-2 {
		top: 33%;
		right: 15%
	}
	.about-text:after,
	.about:after,
	.about:before {
		display: none
	}
	.about-text:before {
		content: '';
		bottom: -3px
	}
}

@media screen and (max-width:1199px) {
	.abt-image.offset-md-1 {
		margin: 0
	}
}

@media (min-width:768px) and (max-width:991px) {
	.abt-image>div {
		width: 80%;
		float: left
	}
	.about .img-2 {
		top: 90px;
		right: -27%
	}
	.about-text:before {
		content: '';
		bottom: 40px;
		left: 0
	}
	.about-text:after {
		content: '';
		top: 20px;
		left: -54px
	}
	.about-content:before {
		content: '';
		right: -20%
	}
	.about:after {
		display: none
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.about:after {
		display: none
	}
	.about .img-2 {
		top: 135px;
		right: -18%
	}
}

@media (min-width:992px) and (max-width:1050px) {
	.about-content:before {
		content: '';
		right: -40px
	}
}

@media (min-width:1050px) and (max-width:1099px) {
	.about-content:before {
		right: -60px
	}
}

@media (min-width:1100px) and (max-width:1199px) {
	.about-content:before {
		right: -12%
	}
}

@media (min-width:1200px) and (max-width:1599px) {
	.about-text {
		padding-left: 40px
	}
	.about-text:after {
		left: 300px
	}
}

.service-sec {
	margin: 60px 0 0;
	text-align: center;
	overflow: hidden
}

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

.service {
	background-color: #fff;
	padding: 0;
	text-align: center
}

.service-box:hover svg {
	-o-ms-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	-moz-ms-transform: rotateY(-360deg);
	-webkit-transform: rotateY(-360deg);
	transform: rotateY(-360deg);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}

.service-box {
	display: flex;
	align-items: center;
	padding: 20px 0;
	justify-content: center;
	vertical-align: middle
}

.service-box .icon-svg {
	display: inline-block;
	fill: #222;
	margin-right: 20px;
	width: 55px;
	height: 55px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

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

.service-box .service-desc {
	display: inline-block;
	text-align: left
}

.service-box .service-desc p {
	margin: 0
}

.service-box p {
	margin-bottom: 0;
	font-size: 15px
}

.service-box h2 {
	font-size: 20px;
	font-weight: 700;
	color: #222
}

.service-box:hover .icon-svg {
	fill: var(--text-hover-color)
}

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

@media screen and (max-width:480px) {
	.service-sec {
		padding: 30px 0
	}
	.service-box .service-desc p {
		margin: 0;
		font-size: 14px
	}
	.service-box .service-desc h2 {
		font-size: 16px
	}
	.service-box,
	.service-sec {
		padding: 0
	}
	.service-sec .service-box {
		min-width: 335px
	}
	.service-box .icon-svg {
		margin-right: 15px
	}
}

@media (min-width:481px) and (max-width:991px) {
	.service-box h2 {
		font-size: 18px
	}
	.service-box p {
		font-size: 14px
	}
	.service-box {
		padding: 0
	}
}

@media only screen and (max-width:767px) {
	.it_category_feature {
		padding-top: 40px
	}
	.service-sec {
		margin: 40px 15px 0
	}
	#index .quickview .hidden-xs-down,
	.subpage .quick-view .hidden-xs-down {
		display: block!important
	}
	.innovatoryTestimonial .owl-controls {
		border-color: transparent
	}
}

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

@media (min-width:992px) and (max-width:1199px) {
	.service-box h2 {
		font-size: 18px
	}
	.service-box p {
		font-size: 14px
	}
	.service-box .icon-svg {
		margin-right: 15px
	}
	.service-sec {
		padding: 0
	}
}

.innovatoryLogo_manufacturer {
	padding: 60px 0
}

.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: 700;
	color: #000
}

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

#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
}

#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: 0;
	background-color: #f5f5f5;
	margin-bottom: 40px;
	min-height: 316px;
}

#product .innovatoryBreadcrumb {
	min-height: 247px;
}

#supplier .innovatoryBreadcrumb {
	background-image: url('/img/c/12.webp');
}

.breadcrumb {
	background: rgba(0, 0, 0, .3) 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;
	display: inline-block;
	font-size: 13px;
	list-style: outside none none;
	padding: 0 15px;
	position: relative
}

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

.breadcrumb ol li a span i:before {
	display: inline-block;
	width:20.25px;
	height: 18px;
}

/* .breadcrumb ol li:nth-last-child(2) a {
	font-size: 22px
} */

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

.breadcrumb ol li:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	font-size: 13px;
	left: -2px;
	position: absolute;
	font-size: 20px;
	width: 10px;
	height: 25px;
}

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

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

.breadcrumb {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center
}

.breadcrumb .container {
	padding: 110px 0
}

#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: 5px;
	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,
#search_filters p.h6 {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 0 0 10px;
	position: relative;
	text-transform: none!important;
	background-color: #f5f5f5;
	padding: 10px 15px;
	margin-bottom: 0;
	line-height: 1
}

#search_filters p.h6 {
	margin-bottom: 15px
}

#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 .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 a.current {
	font-weight: 700!important
}

.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
	}
	#search_filters .facet .collapse,
	#search_filters_wrapper .hidden-sm-down {
		display: none!important
	}
	#category #left-column #search_filters .facet .title .collapse-icons .remove,
	#category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
		display: none
	}
	#category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
		display: block
	}
	#category #left-column #search_filters .facet {
		padding: 5px;
		margin-bottom: 20px
	}
	#category #left-column #search_filters .facet ul {
		padding: 0;
		width: 100%
	}
	#category #left-column #search_filters .facet ul li {
		padding-left: 35px
	}
	#category #left-column #search_filters .facet ul li .custom-checkbox {
		left: 10px
	}
	#category #left-column #search_filters .facet.filter-by {
		display: none
	}
	#category #left-column #search_filters .facet .h6 {
		margin-bottom: 0;
		padding: .625rem;
		display: inline-block;
		border: none
	}
	#category #left-column #search_filters .facet .title {
		background-color: #f7f7f7;
		line-height: 1
	}
	#category #left-column #search_filters .facet ul li {
		display: block;
		width: 100%
	}
	#category #left-column #search_filters .facet ul li:not(:last-child) {
		border-bottom: 1px solid transparent
	}
	#category #left-column #search_filters .facet .navbar-toggler {
		display: inline-block;
		padding: 7px 10px 0 0
	}
	#search_filter_controls {
		text-align: center
	}
	#js-product-list-top .filter-button {
		padding: 0
	}
	#search_filters .facet,
	#search_filters_brands .facet,
	#search_filters_suppliers .facet {
		padding: 0
	}
	.products-selection .showing {
		float: none
	}
	.products-selection .total-products p {
		float: right
	}
	.products-selection .total-products .innovatoryGridList {
		margin: 0 15px 15px 0
	}
	.products-selection .total-products:after {
		content: '';
		display: block;
		clear: both
	}
	.products-selection {
		margin-bottom: 30px;
		height: auto
	}
	.page-best-sales .products-sort-order,
	.page-new-products .products-sort-order,
	.page-prices-drop .products-sort-order {
		float: none
	}
	.page-best-sales .products-sort-order .select-title,
	.page-new-products .products-sort-order .select-title,
	.page-prices-drop .products-sort-order .select-title {
		width: 100%
	}
	.products-sort-order {
		margin-bottom: 15px
	}
	#left-column .category-top-menu .title a:before {
		display: none
	}
	#left-column .block-categories {
		border: 1px solid #ebebeb;
		border-radius: 5px
	}
	#left-column .block-categories ul {
		margin-bottom: 0
	}
	#left-column .category-top-menu .title a:after,
	#left-column .product-column-style .title_block h3:after {
		content: "\f107";
		font-family: FontAwesome;
		font-weight: 400;
		font-style: normal;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		font-size: 20px;
		color: #222;
		cursor: pointer;
		display: block!important;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%)
	}
	#left-column .category-top-menu .title,
	#left-column .facet .h6,
	#left-column .product-column-style .title_block {
		padding: 10px
	}
	#left-column .product-column-style .title_block.active h3:after,
	#left-column .sidebar-head.active:after,
	.title.active a:before {
		content: "\f106"
	}
	.block-categories .category-sub-menu {
		margin: 0;
		padding: 0 15px
	}
	.block-categories .category-sub-menu li:not(:last-child) {
		border-bottom: 1px solid #f6f6f6
	}
	#left-column .itcolumn .productName {
		margin-bottom: 0
	}
}

@media screen and (min-width:992px) {
	#category #left-column #search_filters .facet ul li:not(:last-child),
	.block-categories .category-sub-menu>li:not(:last-child) {
		border-bottom: 1px solid transparent
	}
}

@media (min-width:992px) and (max-width:1199px) {
	#search_filters .facet .collapse,
	#search_filters_brands .facet .collapse,
	#search_filters_suppliers .facet .collapse,
	.block-categories .category-sub-menu {
		padding: 0 5px
	}
	.itProductList .innovatoryActions {
		left: 10px
	}
	.itProductList .innovatory-thumbnail-container .innovatoryQuick {
		margin: 0 5px
	}
	.itcolumn .price {
		font-size: 14px
	}
	.itcolumn .product-miniature .regular-price {
		font-size: 12px
	}
	.itcolumn .reduction_percent_display {
		margin: 0 4px 0 0;
		padding: 3px 4px
	}
}

.quickview .innovatorySocialBlock,
.quickview .panel-product-line {
	display: none
}

#main .page-footer {
	margin: 0
}

.content-manufacturer .image_hoverwashe img {
	transition: all .3s;
	opacity: .5;
	width: 100%
}

.content-manufacturer .image_hoverwashe:hover img {
	opacity: 1
}

#block-reassurance .block-reassurance-item img {
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

@media (min-width:768px) and (max-width:991px) {
	.innovatoryProductGrid .item-inner.first-item-of-tablet-line {
		clear: left
	}
}

@media (min-width:480px) and (max-width:767px) {
	.innovatoryProductGrid .item-inner.first-item-of-mobile-line {
		clear: left
	}
	.sm-right-banner {
		margin-top: 15px
	}
}

@media only screen and (min-width:1199px) {
	.innovatoryMenu-top .search-widget .expand-more {
		line-height: 50px
	}
	.innovatoryMenu-top .innovatory-search.dropdown-menu {
		top: 50px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.container {
		width: 980px
	}
	#header .header-top .position-static {
		width: 65px;
		padding-right: 0;
		padding-left: 0
	}
	.innovatoryLogo_manufacturer .owl-theme:hover .owl-prev,
	.innovatoryProductGrid .owl-theme:hover .owl-prev {
		left: 10px
	}
	.innovatoryLogo_manufacturer .owl-theme:hover .owl-next,
	.innovatoryProductGrid .owl-theme:hover .owl-next {
		right: 10px
	}
	.itcolumn .innovatoryProduct-image {
		width: 125px
	}
	.itproductcategory .owl-carousel .owl-wrapper-outer {
		padding-bottom: 1px
	}
	.itcolumn .innovatoryProduct-container .innovatory-product-price-and-shipping {
		margin-bottom: 10px
	}
	#block-reassurance li .block-reassurance-item {
		padding: 12px .5rem
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.container {
		width: 720px
	}
	.innovatoryLogo_manufacturer .owl-theme:hover .owl-prev,
	.innovatoryProductGrid .owl-theme:hover .owl-prev {
		left: 10px
	}
	.innovatoryLogo_manufacturer .owl-theme:hover .owl-next,
	.innovatoryProductGrid .owl-theme:hover .owl-next {
		right: 10px
	}
	.it_testimonials .item {
		margin: 0
	}
	.innovatorySpecialProducts .item-inner h2.h2 a {
		font-size: 35px
	}
	.innovatorySpecialProducts .owl-controls .owl-nav {
		right: 10px
	}
	.innovatorySpecialProducts .item-inner h2.h2 a {
		font-size: 25px
	}
	.innovatorySpecialProducts .item-inner .countdown-row .countdown-section .countdown-amount {
		font-size: 20px
	}
}

@media only screen and (max-width:767px) {
	.support-footer-inner {
		padding-bottom: 0
	}
	.quickview .owl-nav {
		display: block
	}
	.it_testimonials .item {
		margin: 0
	}
	.support-footer-inner .support-info {
		margin-bottom: 20px
	}
	.tabs .nav-tabs .nav-link {
		font-size: 14px;
		line-height: normal;
	}
	/*.innovatoryCategoryproducts{
  width: 110%;
margin: auto;  
}*/
	.innovatorySpecialProducts .item-inner h2.h2 {
		padding: 0
	}
	.innovatorySpecialProducts .item-inner .old-price,
	.innovatorySpecialProducts .item-inner .price,
	.innovatorySpecialProducts .item-inner h2.h2 a {
		font-size: 16px
	}
	.innovatorySpecialProducts .item-inner .countdown-row .countdown-section {
		margin-right: 5px;
		padding-right: 5px
	}
	.innovatorySpecialProducts .item-inner .countdown-row .countdown-section .countdown-amount {
		font-size: 16px;
		min-width: 30px;
		padding: 0;
		width: 40px;
		height: 40px;
		line-height: 40px
	}
	.innovatorySpecialProducts .item-inner .countdown-row .countdown-section .countdown-period {
		font-size: 14px
	}
	.innovatorySpecialProducts .titleCountdown {
		font-size: 16px;
		margin-top: 15px
	}
	.innovatorySpecialProducts .item-inner .innovatoryBottom,
	.innovatorySpecialProducts .item-inner .innovatoryItem a {
		margin: 0 10px 0 0
	}
	.support-footer-inner .img {
		margin-bottom: 15px
	}
	#product .tabs {
		padding: 0
	}
	.innovatoryProductGrid .innovatoryCateTitle h3,
	.innovatoryTitle .title_block h3,
	.innovatoryTitle h3 {
		font-size: 16px
	}
	#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
		padding: 0 15px
	}
	.itcolumn .innovatoryProduct-image {
		width: 90px
	}
	.itproductcategory .innovatoryCateTitle,
	.itproductcategory .innovatorySub-cate {
		width: 100%;
		text-align: center
	}
	.itproductcategory .innovatoryCateTitle h3,
	.itproductcategory .innovatorySub-cate .innovatorySub-accordion {
		display: inline-block;
		margin: 0
	}
	.itcolumn .innovatoryProduct-container .innovatory-product-price-and-shipping {
		margin-bottom: 5px
	}
	.products-sort-order .select-title {
		width: 160px
	}
	.itproductcategory .innovatorySub-cate ul li a {
		font-size: 13px;
		padding: 0 5px
	}
	.innovatoryProduct-container .comments_note,
	.innovatoryProductGrid .innovatory-product-price-and-shipping,
	.itcolumn .innovatoryProduct-container .innovatory-product-price-and-shipping {
		margin-bottom: 5px
	}
	.innovatoryTestimonial .item .innovatoryComment {
		padding: 0
	}
	.content-manufacturer .image_hoverwashe img {
		width: 100%
	}
	.innovatoryLogo_manufacturer {
		padding: 40px 0
	}
	.m-y-2 {
		margin: 0!important
	}
}

@media (max-width:543px) {
	.innovatoryImg-banner {
		margin-bottom: 15px
	}
	.innovatoryImg-banner img {
		width: 100%
	}
	.home_blog_post h3.page-heading {
		font-size: 25px
	}
	.innovatoryTestimonial .item {
		padding: 0;
		text-align: center
	}
	.innovatoryTestimonial .item .image {
		margin: 0;
		float: none
	}
	.innovatoryTestimonial .item .innovatoryAuthor {
		float: none
	}
	.innovatoryTestimonial .item .innovatoryComment {
		width: 100%
	}
}

@media screen and (min-width:768px) {
	.footer-payment {
		margin: 0 -15px
	}
}

@media screen and (max-width:991px) {
	.total-products {
		margin-bottom: 5px
	}
	#left-column .category-top-menu,
	#left-column .product-column-style {
		margin-bottom: 20px;
		padding-bottom: 5px
	}
}

#checkout section#content {
	margin-top: 30px
}

#footer .collapse {
	display: block
}

#footer {
	padding: 0;
	color: #222;
	position: relative
}

.logo-footer h3 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 35px;
	font-weight: 500;
	margin: 0
}

.block_newsletter {
	padding: 0;
	width: 33%;
	border: 0
}

.block_newsletter .innovatoryConditions p span {
	color: #daa94d;
	font-size: 22px
}

.block_newsletter form {
	display: flex;
	flex-wrap: wrap
}

.block_newsletter form .input-wrapper {
	width: 81%
}

.block_newsletter form input[type=text] {
	background: #f2f2f2;
	color: #222;
	font-size: 14px;
	height: 44px;
	line-height: 42px;
	min-width: 0;
	font-weight: 700;
	text-indent: 15px;
	text-transform: capitalize;
	border: none
}

.block_newsletter form input[type=text]:-moz-placeholder,
.block_newsletter form input[type=text]::-moz-placeholder {
	color: #222;
	opacity: .8
}

.block_newsletter form button[type=submit] {
	width: 60px;
	height: 48px;
	font-size: 16px;
	background-color: transparent
}

.block_newsletter form button[type=submit]:hover {
	color: #fff
}

.block_newsletter .news-blocks {
	display: block;
	align-items: center
}

.title-block.text-center {
	text-align: left;
	padding-left: 0
}

.block_newsletter .innovatoryForm p.alert {
	font-size: 14px;
	text-transform: none;
	margin-top: 15px;
	color: #222
}

.link-wrap ul li {
	display: block
}

#footer .link-wrap ul {
	text-align: left;
	margin-bottom: 0
}

.innovatoryFooter-top {
	padding-top: 60px
}

#index .innovatoryFooter-top {
	padding-top: 0
}

.innovatoryFooter-center {
	background-color: #333;
	margin-top: 0
}

.innovatoryFooter-bottom {
	background-color: #2e2e2e
}

.innovatoryFooter-center .container {
	padding: 60px 0 50px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.innovatoryFooter-center .container .liensfooter {
	width: 33%
}

body#contact .innovatoryFooter-center .container {
	margin-top: 0
}

.footer-logo img {
	max-width: 200px
}

.footer-logo {
	margin-bottom: 15px
}

.footer-about p {
	margin: 0 auto;
	max-width: 500px;
	color: #eee;
	font-size: 15px
}

.footer-soc h2 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	line-height: 30px
}

.footer ul {
	list-style: none;
	padding-left: 0
}

.footer ul li a {
	transition: all .3s;
	display: block;
	color: #999
}

.footer .image-item {
	width: 46%;
	max-width: 240px;
	margin: 0 auto;
	padding: 15px 25px
}

.footer .image-item img {
	height: auto
}

.footer .h5,
.footer h5 {
	color: #fff;
	text-align: left
}

.lists li {
	margin-bottom: 17px
}

.footer .h5:after,
.footer .h5:before,
.footer h5:after,
.footer h5:before {
	display: none
}

.footer .images-list {
	background-color: #444;
	display: flex;
	flex-wrap: wrap
}

.innovatoryFooter-center ul li a:before {
	display: none
}

#itfootercontactinfo {
	margin-bottom: 50px
}

.itfootercontactinfo_inner .icon {
	font-size: 46px;
	margin-bottom: 10px;
	transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s
}

.itfootercontactinfo_inner .info:hover .icon {
	transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px)
}

.info a.provided-by-link {
	color: #222;
	text-decoration: underline
}

#footer .mypresta_scrollup {
	background-color: #b88f05
}

.innovatoryFooter-center .h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 20px;
	text-transform: capitalize;
	padding-bottom: 0;
	color: #fff
}

.innovatoryFooter-bottom .h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 20px;
	text-transform: capitalize;
	padding-top: 0;
	color: #fff
}

.innovatoryFooter-center ul li {
	line-height: 1
}

.link-wrap ul li a {
	color: #eee;
	font-size: 15px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	line-height: 2;
	padding: 0;
	position: relative;
	overflow: hidden
}

.link-wrap ul li a.lnk_wishlist {
	width: 100%
}

.link-wrap ul li a.lnk_wishlist .fa-heart:before {
	content: "\f105"
}

.link-wrap ul li a i {
	position: absolute;
	content: '';
	left: -15px;
	font-size: 16px;
	top: 45%;
	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%)
}

.link-wrap ul li a:hover {
	padding-left: 15px
}

.link-wrap ul li a:hover i {
	left: 0
}

.link-wrap ul li:last-child a {
	border-right: none
}

.innovatorySocial {
	text-align: left;
	position: absolute;
	line-height: 1;
	left: 0;
	bottom: 45px
}

.innovatorySocial .innovatory-media-body {
	margin-bottom: 0;
	display: inline-block;
	position: relative;
	z-index: 1
}

.innovatorySocial ul li {
	margin: 0 3px;
	float: none;
	display: inline-block;
	border-radius: 50px
}

.innovatorySocial ul li a {
	display: block;
	color: #222;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	border-radius: 50px;
	text-align: center;
	background-color: #fff
}

.innovatorySocial ul li a:hover {
	color: #fff
}

.innovatorySocial ul li.innovatory-facebook a:hover {
	background-color: #3b5998
}

.innovatorySocial ul li.innovatory-twitter a:hover {
	background-color: #1da1f2
}

.innovatorySocial ul li.innovatory-youtube a:hover {
	background-color: #c4302b
}

.innovatorySocial ul li.innovatory-instagram a:hover {
	background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.innovatorySocial ul li.innovatory-rss a:hover {
	background-color: #ee802f
}

.innovatorySocial ul li.innovatory-googleplus a:hover {
	background-color: #dd4b39
}

.innovatorySocial ul li.innovatory-pinterest a:hover {
	background-color: #c8232c
}

.innovatorySocial ul li.innovatory-vimeo a:hover {
	background-color: #4ebbff
}

.footer-contact-list {
	position: relative;
	padding-left: 40px
}

.ft-contact .applink a {
	display: inline-block
}

.ft-contact .applink a:first-child {
	margin-right: 5px
}

.footer-contact-list i {
	position: absolute;
	left: 0;
	font-size: 26px;
	width: 26px;
	text-align: center;
	color: #222
}

#innovatoryContact .item {
	color: #aaa;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative
}

#innovatoryContact .item a {
	color: #aaa
}

#innovatoryContact .item i {
	font-size: 20px;
	color: #aaa;
	left: 0;
	line-height: 20px;
	position: absolute;
	top: 3px
}

.ft-links h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin: 0 15px 0 0;
	text-transform: uppercase;
	white-space: nowrap;
	color: #222
}

.ft-links a {
	color: #999;
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
	margin: 0 12px 10px 0;
	padding-right: 12px;
	border-right: 1px solid #999;
	line-height: 1
}

.ft-links a:last-child {
	border-color: transparent
}

.ft-links {
	color: #999;
	padding-top: 30px;
	display: flex
}

.ft-links.bor-top {
	border-top: 1px solid #e2e2e2;
	margin-top: 30px
}

.ft-links:last-child {
	padding-top: 20px
}

#footer_ft-links_1,
#footer_ft-links_2 {
	line-height: 1
}

.innovatoryFooter-bottom .container .row {
	margin: 0;
	padding: 10px 0
}

.custom-link {
	text-align: center
}

.custom-link ul {
	display: inline-block;
	padding: 0
}

.custom-link ul li {
	float: left;
	display: inline;
	margin: 0 10px
}

.custom-link ul li a {
	color: #666;
	line-height: 35px
}

.custom-link ul li a:hover {
	color: #1a1a1a
}

.footer-pay-p a {
	color: #fff
}

.footer-payment p {
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 30px
}

.payment {
	text-align: right;
	padding: 0
}

.payment-p {
	margin-right: 10px;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	display: inline-block
}

.payment_logos_images img {
	margin: 0 2px
}

.innovatoryFooter-center .title .navbar-toggler .fa-plus-square-o:before {
	content: "\f107"
}

.innovatoryFooter-center .title .navbar-toggler .fa-minus-square-o:before {
	content: "\f106"
}

.storeinfo-desc {
	margin-top: 5px
}

@media screen and (max-width:480px) {
	.payment-p {
		float: none;
		font-size: 13px;
		margin-right: 0;
		display: block
	}
	.footer-payment p {
		line-height: 1.6
	}
	.footer-about {
		padding: 0 15px
	}
	.footer-logo img {
		max-width: 140px
	}
	.block_newsletter {
		padding: 20px 10px;
		margin: 0
	}
}

@media (min-width:481px) and (max-width:767px) {
	.footer-about {
		padding: 0 15px
	}
	.footer-payment>.text-center {
		text-align: right
	}
	.innovatoryFooter-center .ft-contact {
		float: none
	}
}

@media (min-width:768px) and (max-width:991px) {
	.footer-payment .col-md-6 {
		width: 100%;
		float: none
	}
	.footer-pay-p {
		text-align: center
	}
	.footer-payment>.text-center {
		text-align: right
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.footer-payment>.text-center {
		text-align: right
	}
	.block_newsletter .title-block .icon {
		margin-bottom: 15px
	}
	.block_newsletter .title-block .h3 {
		border: none;
		padding-bottom: 0;
		font-size: 20px
	}
	.block_newsletter .title-block .title-text {
		background-size: 40px;
		padding-left: 55px
	}
	.block_newsletter {
		padding: 30px;
		margin: 0
	}
	.innovatoryForm.col-lg-6 {
		padding-right: 0
	}
	.innovatoryFooter-center .h3 {
		font-size: 17px
	}
	.footer-contact-list p,
	.link-wrap ul li a {
		font-size: 14px
	}
	.applink img {
		width: 105px
	}
	.innovatorySocial {
		bottom: 15px
	}
	.innovatorySocial ul li {
		margin: 0 3px
	}
	.innovatorySocial ul li a {
		width: 35px;
		height: 35px;
		line-height: 35px
	}
	#innovatoryContact .item {
		font-size: 14px
	}
}

.copyright {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	text-transform: uppercase
}

.copyright a {
	color: #fff;
	font-weight: 400
}

.footer-payment .text-center {
	text-align: right
}

.innovatoryFooter-bottom .payment a {
	color: #fff;
	float: right;
	margin-left: 5px
}

.innovatory-media-body {
	overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.innovatoryFooter-center .h3 {
		font-size: 17px
	}
	.block_newsletter .innovatoryConditions p {
		text-align: center
	}
	.news-blocks .col-md-6 {
		width: 100%
	}
}

@media screen and (max-width :991px) {
	.innovatoryFooter-center.footer {
		margin-top: 40px
	}
	.innovatoryFooter-top {
		padding-top: 40px
	}
	.innovatoryFooter-center .container {
		padding: 40px 0 30px
	}
	.innovatoryFooter-center .title+div>:first-child,
	.innovatoryFooter-center .title+ul>:first-child {
		margin-top: 10px
	}
	.innovatoryFooter-center .title .collapse-icons {
		color: #fff;
		cursor: pointer;
		line-height: 1;
		padding: 0;
		position: absolute;
		right: 15px;
		top: 15px
	}
	.ft-links a {
		margin: 10px 12px 5px 0
	}
	.innovatoryFooter-center ul li.footer-contact-list {
		padding-top: 15px
	}
	.innovatoryFooter-center ul li.applink {
		padding-bottom: 10px;
		padding-top: 15px
	}
	.innovatoryFooter-center .hidden-sm-down {
		display: none
	}
	.innovatoryFooter-center .h3 {
		line-height: 35px;
		font-size: 16px
	}
	.block_newsletter .title .collapse-icons .fa-plus-square-o,
	.innovatoryFooter-center .title .collapse-icons .fa-plus-square-o {
		display: none
	}
	.block_newsletter .title.collapsed .collapse-icons .fa-plus-square-o,
	.innovatoryFooter-center .title.collapsed .collapse-icons .fa-plus-square-o {
		display: inline-block
	}
	.block_newsletter .title.collapsed .collapse-icons .fa-minus-square-o,
	.innovatoryFooter-center .title.collapsed .collapse-icons .fa-minus-square-o {
		display: none
	}
	.innovatoryLinda {
		margin-bottom: 15px
	}
	.innovatoryLinda .logoPaypal {
		padding-top: 15px
	}
	#footer .innovatoryFooter-center .collapse.in {
		display: block
	}
	.wrapper.aos-init.aos-animate {
		width: 100%;
		text-align: left
	}
	.footer-soc .footer-soc-grp ul {
		margin: 0;
		vertical-align: middle
	}
	.footer-soc h2 {
		float: none;
		margin: 0;
		font-size: 18px
	}
	.footer-soc {
		text-align: center
	}
	.innovatoryFooter-bottom .container .row {
		border: none
	}
	.innovatoryFooter-bottom .payment a {
		font-size: 24px;
		float: none
	}
	.innovatoryFooter-bottom .payment {
		text-align: center
	}
	.copyright {
		text-align: center
	}
	.block_newsletter .news-blocks {
		display: block
	}
	.block_newsletter .title-block {
		padding: 0 15px 15px
	}
	.block_newsletter form button[type=submit] {
		height: 44px
	}
	#footer .collapse {
		display: none
	}
	.innovatorySocial {
		position: relative;
		top: 0;
		line-height: 1!important;
		text-align: center;
		padding: 15px 0;
		margin: 0
	}
	.innovatoryFooter-center .container>div {
		width: 100%;
		line-height: 3;
		float: left
	}
	#itfooterlogo {
		margin-bottom: 10px;
		text-align: center
	}
	#footer .innovatoryFooter-center .col-md-12 {
		line-height: 1
	}
	.innovatoryFooter-center .h3:before {
		display: none
	}
	.ft-links {
		padding-top: 0;
		padding-left: 15px
	}
	.ft-links:last-child {
		padding-top: 0
	}
	.ft-links.bor-top {
		border-top: none;
		margin-top: 0
	}
	#footer_ft-contact,
	#footer_ft-links_1,
	#footer_ft-links_2,
	.innovatoryFooter-center .title {
		text-align: left;
		border-bottom: 1px solid rgba(226, 226, 226, .4);
		margin-bottom: 0
	}
}

@media (min-width:481px) and (max-width:543px) {
	.block_newsletter .title-block .title-text {
		display: block;
		background-size: 40px;
		padding-left: 55px
	}
	.block_newsletter .title-block .h3 {
		border: none;
		display: block;
		font-size: 20px
	}
	.block_newsletter .title-block {
		padding-bottom: 0
	}
	.block_newsletter {
		padding: 30px 20px
	}
}

@media (min-width:544px) and (max-width:991px) {
	.block_newsletter .title-block .h3 {
		font-size: 22px
	}
	.block_newsletter .title-block .title-text {
		background-size: 45px;
		padding-left: 60px
	}
	.block_newsletter {
		padding: 30px 20px
	}
}

@media only screen and (max-width:767px) {
	.logo-footer h3 {
		margin-bottom: 10px
	}
	.innovatoryForm {
		width: 100%;
		margin-top: 15px
	}
	.innovatoryFooter-bottom {
		text-align: center
	}
	.innovatoryProduct .col-md-6 {
		padding: 0
	}
	.copyright {
		display: inline-block;
		float: none
	}
	#innovatorySocialBlock {
		display: none
	}
	.innovatoryFooter-bottom .payment a {
		font-size: 24px;
		float: none
	}
	.support-footer-inner .support-info {
		width: 100%;
		margin-bottom: 15px
	}
	.support-footer-inner .row-normal {
		margin: 0 auto;
		width: 50%
	}
	.innovatoryFooter-bottom .title.clearfix.hidden-md-up.collapsed {
		display: none
	}
	#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
		display: block
	}
	.innovatoryProductGrid .item-inner,
	.itCategoryFeature .owl-item .item {
		padding: 0 7px
	}
	.innovatoryProductGrid .item-inner .item:nth-child(2) {
		margin-top: 15px
	}
	.mb-30 {
		margin-bottom: 25px
	}
	#js-product-list .innovatoryProductGrid,
	.featured-slider.innovatoryProductGrid,
	.innovatoryProductGrid .itProductFilter,
	.it_category_feature .category_feature {
		padding: 0 8px
	}
	.block_newsletter .title-block .icon {
		margin-bottom: 15px
	}
	.block_newsletter .title-block {
		padding-bottom: 0
	}
	#itfooterlogo {
		margin: 0
	}
	.block_newsletter .news-blocks>div {
		padding: 0
	}
}

@media screen and (max-width:480px) {
	.support-footer-inner .row-normal {
		width: 100%
	}
	.innovatoryFooter-bottom .col-md-2.wrapper ul {
		padding: 0 30px
	}
	.innovatoryFooter-bottom .col-md-2.wrapper ul li {
		margin-bottom: 10px
	}
	.it_tab .innovatory-tab li a:after {
		display: none
	}
	#blockcart-modal .modal-title {
		font-size: 14px
	}
	.product-customization {
		margin: 15px 0
	}
	.product-actions .add-to-cart {
		padding: 0 20px;
		display: inherit
	}
	.product-add-to-cart .product-quantity .qty {
		margin-right: 5px
	}
	.product-add-to-cart .product-quantity {
		margin-bottom: 0
	}
	.innovatoryButtonReviews .btn-primary {
		width: 100%
	}
	.tabs .tab-content {
		padding: 15px
	}
	.home_blog_post_area .blog_post_content_bottom {
		padding: 20px 10px
	}
	#blockcart-modal .cart-content .btn {
		width: 100%
	}
	#my-account #content-wrapper #main .page-footer {
		margin-bottom: 0
	}
	.img-text-sec .text-col h3 {
		font-size: 16px
	}
	.innovatoryTestimonial .item .innovatoryComment {
		font-size: 14px
	}
	#product h1.h1 {
		font-size: 18px
	}
	.innovatoryFooter-bottom .payment a img {
		margin-top: 5px
	}
	.footer-contact-list i {
		position: absolute
	}
	.innovatoryFooter-center .ft-contact {
		float: none
	}
	.block_newsletter .title-block .h3 {
		font-size: 15px
	}
	.block_newsletter .title-block p {
		font-size: 12px;
		line-height: 1.3
	}
	.block_newsletter .title-block .title-text {
		height: 46px;
		padding-left: 0;
		padding-top: 55px;
		background-size: 44px;
		display: inline-block;
		text-align: center;
		background-position: top center
	}
	.block_newsletter .title-block {
		display: block;
		text-align: center
	}
	.copyright {
		font-size: 13px
	}
}

@media screen and (min-width:992px) {
	.block_newsletter form input.btn,
	.block_newsletter form input[type=text] {
		height: 48px
	}
	.block_newsletter form input.btn {
		font-size: 16px
	}
}

@media screen and (max-width:480px) {
	#product-availability {
		width: 100%
	}
	.quickview #product-availability {
		margin-left: 0
	}
}

@media (min-width:481px) and (max-width:767px) {
	.innovatoryProduct .innovatorySocial-sharing {
		margin-top: 20px
	}
}

@media screen and (max-width:767px) {
	.block_newsletter .innovatoryConditions {
		margin: 10px 0 0;
		text-align: center
	}
	.product-add-to-cart .product-quantity .qty {
		margin-bottom: 25px
	}
	.innovatoryProduct .product-add-to-cart .product-quantity .qty {
		margin-bottom: 0;
		width: 100%
	}
	.content-manufacturer .list_manufacturer .item a {
		padding: 0 5px
	}
	#header .innovatory-cart .cart_block .cart-buttons a {
		font-size: 16px
	}
	#header .innovatory-cart a span.icon i {
		position: relative
	}
	#left-column p img {
		display: none
	}
	.footer-logo {
		text-align: center
	}
}

.innovatoryBlog {
	margin-top: 40px;
	margin-bottom: 40px
}

.product-discount {
	display: inline-block
}

.product-manufacturer .img-thumbnail {
	border: none;
	margin-bottom: 20px
}

#product #block-reassurance span {
	font-weight: 500
}

.itProductList.itcolumn .comments_note .laberCountReview {
	display: none
}

#contact .displayPosition6 {
	margin-top: 0
}

#contact #content-wrapper {
	padding: 0;
	width: 100%;
	float: none;
	padding: 0
}

#contact .card {
	box-shadow: none;
	border: none;
	padding: 0
}

#contact .contact-form {
	border: 1px solid #e2e2e2
}

#contact #wrapper>.container>.row {
	margin: 0
}

#contact .form-control {
	height: 40px;
	color: #222
}

#contact textarea.form-control {
	height: 100px
}

#contact .form-control-label {
	padding-top: 0;
	font-weight: 700
}

#contact .form-group {
	margin-bottom: 20px
}

#contact .innovatoryBreadcrumb {
	margin-bottom: 20px
}

.map-row {
	margin-bottom: 40px
}

.contact-rich .block {
	width: 100%;
	overflow: visible
}

.contact-rich .block .icon {
	display: block;
	font-size: 0;
	cursor: pointer;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	-webkit-transition: -webkit-transform ease-out .1s, background .2s;
	-moz-transition: -moz-transform ease-out .1s, background .2s;
	transition: transform ease-out .1s, background .2s;
	margin: 0 auto 20px;
	float: none;
	border: 2px solid transparent
}

.contact-rich .block .data {
	text-align: center
}

.contact-rich .block .icon i {
	line-height: 86px;
	font-size: 38px
}

.menu-top span {
	width: 50px;
	height: 3px
}

.contact-rich .block .block-title {
	font-size: 20px
}

.contact-rich .block .block-title:after {
	content: '';
	display: block;
	margin: 15px auto;
	width: 60px;
	height: 2px;
	background-color: #222
}

.contact-form .alert ul {
	margin-bottom: 0
}

.contact-form .alert {
	padding: 8px 15px
}

.contact-rich .block .icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(34, 34, 34, .1);
	opacity: 0;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.contact-rich .block:hover .icon {
	-webkit-transform: scale(.93);
	-moz-transform: scale(.93);
	-ms-transform: scale(.93);
	transform: scale(.93);
	color: #fff
}

.contact-rich .block:hover .icon:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms
}

#storemap {
	height: 500px
}

.contact-rich .block a {
	color: #222
}

@media screen and (max-width:767px) {
	.contact-rich .block:not(:last-child) {
		margin-bottom: 30px
	}
}

@media screen and (min-width:768px) {
	.contact-rich {
		display: flex;
		margin: 50px 0
	}
	#contact .contact-form {
		padding-left: 30px;
		padding-right: 30px
	}
}

.page-cms .sec-heading,
.page-cms .title_block {
	display: block;
	padding: 0
}

.page-cms .sec-heading h3,
.page-cms .title_block h3 {
	text-align: center
}

.page-cms .sec-heading h3:before,
.page-cms .title_block h3 span:before {
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%)
}

.cms-block .page-subheading,
.cms-block p.dark {
	font-weight: 500
}

.cms-id-4 #left-column {
	display: none
}

.cms-id-4 #content-wrapper {
	width: 100%;
	float: none
}

#main .page-cms-4.page-content.page-cms {
	margin-bottom: 0;
	padding-bottom: 0
}

.abt-top-row {
	background-color: #f5f5f5
}

.abt-top-row .cms-block {
	margin-top: 15px
}

.page-cms-4 .sale-banner-bg p {
	width: auto;
	max-width: 600px
}

.abt-top-row ul {
	list-style: disc;
	padding-left: 15px
}

.team-sec {
	margin-top: 70px;
	margin-bottom: 30px
}

.team-memb {
	margin-top: 30px
}

.team-memb-img {
	border: 8px solid #fff;
	transition: all .3s;
	margin-bottom: 15px
}

.team-memb-img img {
	width: 100%
}

.team-sec .sec-head {
	font-weight: 500
}

.team {
	position: relative;
	box-shadow: 0 0 16px 1px rgba(0, 0, 0, .16)
}

.team-memb-body h2 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 500
}

.team-memb-body p {
	font-size: 16px;
	margin-bottom: 10px
}

.team-memb-body h4 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400
}

.team-memb .footer-about-a {
	margin-top: 5px;
	color: #333
}

@media screen and (max-width:767px) {
	.abt-top-row>div {
		margin-top: 30px
	}
}

@media screen and (min-width:768px) {
	.abt-top-row {
		margin-top: 30px
	}
	.abt-top-row>div:first-child {
		padding-left: 0
	}
	.abt-top-row>div {
		float: none;
		width: 49.5%;
		display: inline-block;
		vertical-align: middle
	}
}

.subpage .displayPosition6 {
	margin-top: 30px
}

.mission-row .mission-col img,
.mission-row .vision-col img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s
}

.mission-row .mission-col:hover img,
.mission-row .vision-col:hover img {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px)
}

.mission-row {
	margin-bottom: 50px
}

.mission-row>div {
	margin-top: 40px
}

.mission-row>div img {
	width: 90px
}

.mission-row h3 {
	margin: 10px 0;
	font-weight: 500;
	font-size: 20px
}

.mission-row p {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px
}

.sale-banner-bg {
	background-image: url(../img/about-banner.jpg);
	text-align: center;
	background-size: cover;
	background-position: center
}

.sale-banner-bg-black {
	background-color: rgba(0, 0, 0, .7);
	padding: 80px 0
}

.sale-banner-bg h2 {
	font-size: 40px;
	margin-top: 0;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff
}

.sale-banner-bg p {
	font-size: 18px;
	margin-bottom: 0;
	color: #fff;
	line-height: 29px
}

.sale-banner-bg a {
	background-color: #fff;
	color: #222;
	padding: 14px 20px;
	margin-top: 26px;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #fff;
	transition: all .3s;
	line-height: 1
}

.sale-banner-bg a:hover {
	background-color: transparent;
	border: 2px solid transparent;
	color: #fff
}

.subpage .sub-heading {
	text-align: center;
	font-size: 16px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5
}

.cms-id-4.subpage .page-header {
	margin-bottom: 0!important
}

@media screen and (min-width:992px) {
	.sale-banner-bg p {
		width: 50%;
		display: inline-block
	}
	.innovatoryFooter-bottom .container .row {
		display: flex;
		align-items: center
	}
}

@media (min-width:320px) and (max-width:767px) {
	#main .page-cms-4.page-content.page-cms {
		padding: 0
	}
	.subpage .sub-heading {
		font-size: 14px
	}
	.abt-top-row>div {
		padding: 0
	}
	.mission-row p {
		font-size: 14px
	}
	.mission-row>div img {
		width: 80px
	}
	.sale-banner-bg h2 {
		font-size: 36px
	}
	.sale-banner-bg p {
		font-size: 14px;
		line-height: 24px;
		padding: 0 5px
	}
	.sale-banner-bg a {
		margin-top: 0
	}
	.sale-banner-bg-black {
		padding: 60px 0
	}
	.team-sec {
		margin-top: 50px
	}
	.text-col>:not(h3) {
		margin-left: 0
	}
}

@media (min-width:481px) and (max-width:767px) {
	.team-sec .col-md-6 {
		width: 50%
	}
}

@media (min-width:768px) and (max-width:991px) {
	.mission-row>div img {
		width: 80px
	}
	.mission-row p {
		font-size: 14px
	}
	.page-cms-4 .sale-banner-bg p {
		display: inline-block
	}
	.sale-banner-bg-black {
		padding: 60px 0
	}
	.team-sec {
		margin-top: 50px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.cms-block p {
		margin-top: 5px
	}
	.abt-top-row ul {
		margin-bottom: 10px
	}
	.mission-row>div {
		margin-top: 30px
	}
	.mission-row {
		margin-bottom: 40px
	}
	.sale-banner-bg-black {
		padding: 60px 0
	}
	.team-sec {
		margin-top: 50px
	}
}

#login-form .forgot-password a {
	color: #222
}

.no-account a {
	color: #222
}

#checkout .checkout-step a:not(.btn) {
	color: #222
}

@media screen and (max-width:767px) {
	.subpage #content p {
		font-size: 14px
	}
	.page-customer-account #content.page-content {
		padding: 25px 15px 15px
	}
	#login-form footer .btn {
		width: 100%;
		text-align: center
	}
	#login-form .form-group,
	.register-form .form-group {
		margin: 0 -15px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.subpage #content p {
		font-size: 14px
	}
	.dropdown.right-nav {
		margin-right: 15px
	}
}

@media (min-width:320px) and (max-width:767px) {
	.subpage #content p:last-child {
		margin-bottom: 0!important
	}
	.category-feature-sec .itCategoryFeature .item .categoryName a {
		font-size: 13px
	}
	.tabs {
		margin-top: 30px
	}
	.block-category {
		margin-bottom: 0
	}
}

.subpage #content p:last-child {
	margin-bottom: 0
}

.subpage #main .page-content.page-cms-1,
.subpage #main .page-content.page-cms-2,
.subpage #main .page-content.page-cms-3,
.subpage #main .page-content.page-cms-5 {
	padding: 0
}

.Categoryproducts.innovatoryProductGrid {
	padding-top: 0;
	margin-bottom: 20px
}

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

.Categoryproducts .innovatoryProduct-image img,
.innovatoryAccessories img {
	width: auto;
	margin: auto
}

#more_menu {
	display: none
}

.page-my-account #content .links a i {
	height: 54px;
	transition: all .3s
}

#customer-form .custom-checkbox input[type=checkbox]+span {
	margin-top: 5px;
	margin-right: 8px
}

#js-checkout-summary,
#order-confirmation .card-block,
.cart-grid .card.cart-container,
.cart-grid .cart-summary {
	background-color: #fff
}

.register-form>p {
	text-align: center
}

.text-btn {
	color: #171717;
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase
}

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

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

.custom-checkbox label {
	display: initial
}

.input-group .input-group-btn>.btn {
	outline: 0
}

.form-group .input-group .input-group-btn>.btn {
	border: 2px solid #222;
	background-color: #222
}

#mywishlist td.wishlist_delete a {
	padding: 0;
	font-size: 12px;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	text-shadow: none
}

#mywishlist td.wishlist_delete a:hover {
	color: #fff!important
}

#mywishlist #block-history a:not(.icon) {
	color: #222
}

#mywishlist td.wishlist_delete a i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block
}

.product-cover .layer .zoom-in {
	font-size: 30px;
	color: #222
}

#identity #customer-form .form-group:last-child .form-control-label {
	display: none
}

.innovatorySocial-sharing ul {
	margin-bottom: 0
}

.innovatorySocial-sharing li {
	margin: 0 3px
}

.innovatorySocial-sharing li a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	background-color: #1e1e1e;
	display: block;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px
}

.innovatorySocial-sharing li a:hover {
	background-color: #222;
	color: #fff
}

.innovatorySocial-sharing li.innovatoryfacebook a {
	background-color: #3b5998;
	border: 1px solid transparent
}

.innovatorySocial-sharing li.innovatoryfacebook a:hover {
	border: 1px solid #3b5998;
	color: #3b5998;
	background-color: transparent
}

.innovatorySocial-sharing .labeTitle {
	margin: 5px 10px 0 0
}

.innovatorySocial-sharing li.innovatorytwitter a {
	background-color: #26a6d1;
	border: 1px solid transparent
}

.innovatorySocial-sharing li.innovatorytwitter a:hover {
	border: 1px solid #26a6d1;
	color: #26a6d1;
	background-color: transparent
}

.innovatorySocial-sharing li.innovatorygoogleplus a {
	background-color: #dc4e41;
	border: 1px solid transparent
}

.innovatorySocial-sharing li.innovatorygoogleplus a:hover {
	border: 1px solid #dc4e41;
	color: #dc4e41;
	background-color: transparent
}

.innovatorySocial-sharing li.innovatorypinterest a {
	background-color: #9f1121;
	border: 1px solid transparent
}

.innovatorySocial-sharing li.innovatorypinterest a:hover {
	border: 1px solid #9f1121;
	color: #9f1121;
	background-color: transparent
}

@media screen and (max-width:767px) {
	.Categoryproducts .sec-heading.mb-30 {
		margin-bottom: 20px;
		line-height: 1.3
	}
	.Categoryproducts .innovatoryCate {
		margin: 0 -7px
	}
	.itgallerycmsblock {
		margin-top: 40px
	}
}

@media (min-width:992px) and (max-width:1024px) {
	.home_blog_post_area .blog_post .blog_post_content_bottom {
		padding: 20px 15px
	}
	.slick-initialized .slick-slide.blog_post {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media screen and (min-width:768px) {
	#checkout .checkout-step .form-control-label.col-md-2 {
		width: 25%
	}
	#checkout .checkout-step .form-control-comment.col-md-3 {
		width: 20%
	}
}

#product .tab-content .product-manufacturer .img-thumbnail {
	max-width: 250px
}

.header-top .dropdown.right-nav #_desktop_currency_selector ul {
	margin: 0
}

.header-top .dropdown.right-nav #_desktop_currency_selector ul li:first-child {
	padding-top: 10px
}

#search_filters_wrapper .custom-checkbox input[type=checkbox]+span {
	border-radius: 50%
}

#search_filters_wrapper .custom-checkbox input[type=radio] {
	display: none
}

#search_filters_wrapper .custom-checkbox input[type=radio]+span {
	margin-right: 3px;
	display: inline-block;
	width: .9375rem;
	height: .9375rem;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #414141;
	border-radius: 50%
}

#block-reassurance .block-reassurance-item img {
	position: absolute;
	left: 15px
}

#block-reassurance li .block-reassurance-item {
	padding-left: 50px;
	position: relative
}

#block-reassurance ul {
	margin-bottom: 0
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
	color: #111!important;
	transition: all .3s;
	line-height: 1.5
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
	color: #222
}

.cart-grid-body>.label {
	background-color: #b88f05;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	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
}

.cart-grid-body>.label i {
	margin-top: -2px
}

.checkout-step .form-control-label {
	font-weight: 500;
	font-size: 16px
}

#cart-summary-product-list .media-list .media-left {
	width: 20%
}

#cart-summary-product-list .media-list .media-body {
	width: 80%
}

body#checkout #cart-summary-product-list img {
	width: 100%
}

#cart-summary-product-list .product-name {
	display: block;
	margin-bottom: 5px
}

#cart-summary-product-list span {
	display: inline-block;
	float: none!important
}

#cart-summary-product-list .media:not(:last-child) {
	margin-bottom: 10px
}

.product-price {
	color: #222
}

#js-checkout-summary hr {
	margin: 0
}

#js-checkout-summary .cart-total .value {
	font-size: 18px
}

#js-checkout-summary .cart-summary-products>p {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 500
}

#js-checkout-summary .cart-summary-products>p:nth-child(2) {
	float: right
}

.cart-grid .cart-grid-right .checkout .btn {
	display: block;
	margin-bottom: 0
}

#content-hook_order_confirmation p:last-child {
	margin-bottom: 0
}

.block-promo .promo-name {
	padding: 5px 20px
}

@media screen and (max-width:767px) {
	.checkout-step .form-control-label {
		float: left
	}
	.delivery-options-list .delivery-option .col-sm-3,
	.delivery-options-list .delivery-option .col-sm-4 {
		width: 75%;
		margin-left: 25%
	}
	.delivery-options-list .delivery-option .col-sm-4 {
		margin-bottom: 5px;
		margin-top: -5px
	}
	#checkout .col-md-8 {
		margin-bottom: 30px
	}
	.pagination .col-md-4 {
		float: none;
		width: 100%;
		text-align: center
	}
	.innovatoryPagination {
		text-align: center
	}
	#content-hook_order_confirmation .h1 {
		font-size: 16px
	}
	.cart-grid-body .product-line-actions .hidden-md-up {
		display: none
	}
	.cart-grid-body .product-line-actions .col-md-10 {
		width: 80%
	}
	.cart-grid-body .product-line-actions .col-md-2 {
		width: 20%
	}
	.cart-grid-body .product-line-actions .price,
	.cart-grid-body .product-line-actions .qty {
		width: 50%
	}
}

@media (min-width:768px) and (max-width:991px) {
	#checkout .content {
		padding: 0 15px!important
	}
}

.modal {
	text-align: center
}

@media screen and (min-width:768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%
	}
	#customer-form .form-group+p {
		text-align: left;
		padding-left: calc(26%)
	}
}

@media (min-width:992px) and (max-width:1099px) {
	body#checkout section.checkout-step .content {
		padding: 0
	}
	#customer-form .col-md-2.form-control-label {
		width: 25%
	}
	#customer-form .col-md-7.form-control-valign {
		width: 75%
	}
	#customer-form .form-group+p {
		padding-left: calc(25% + 8px)
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle
}

body#checkout section.checkout-step .address-alias {
	margin-left: 10px;
	font-weight: 400
}

body#checkout section.checkout-step .address {
	margin-left: 35px;
	font-size: 15px
}

.delivery-options-list .delivery-option .col-sm-5 .col-xs-3 {
	padding: 0
}

.delivery-options-list .delivery-option .col-sm-5 .col-xs-3 img {
	width: 30px
}

#checkout-guest-form {
	text-align: left
}

#content-hook_order_confirmation .h1 i {
	margin-right: 5px
}

#order-items tr td:first-child,
#order-items tr.font-weight-bold {
	font-weight: 700;
	color: #222
}

#order-details ul li,
#order-items tr {
	color: #666;
	font-weight: 400
}

.cart-grid .product-line-info .value:first-child {
	color: #111;
	font-size: 16px;
	font-weight: 700
}

.cart-grid-body .cart-items .cart-item:not(:last-child) {
	border-bottom: 1px solid transparent
}

.cart-grid .product-line-info .value {
	color: #111;
	font-size: 14px;
	font-weight: 500
}

#cart .innovatoryProductGrid,
#order-confirmation .innovatoryProductGrid {
	margin-top: 60px;
	margin-bottom: 30px
}

#cart .innovatoryProductGrid .title_block,
#order-confirmation .innovatoryProductGrid .title_block {
	margin-bottom: 30px
}

.page-cart .def-btn i {
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
	line-height: 1
}

.page-cart .product-line-grid-body>.product-line-info>a.label {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
	display: block;
	font-weight: 400;
	color: #222
}

.cart-grid-body a.label:focus,
.cart-grid-body a.label:hover {
	text-decoration: none
}

body .cart-grid-body>a.label:hover {
	background-color: #666;
	color: #fff
}

.product-line-grid-right .bootstrap-touchspin>.input-group-btn-vertical {
	padding-left: 5px
}

.product-line-grid-right .bootstrap-touchspin {
	box-shadow: none!important
}

.product-line-grid-right .bootstrap-touchspin>.form-control {
	text-align: center!important
}

.page-cart .product-line-grid-right .product-price {
	font-size: 18px
}

#block-reassurance li .block-reassurance-item span {
	font-weight: 400;
	line-height: 1.4
}

.cart-grid .cart-grid-right .checkout .btn,
.checkout .btn {
	display: block;
	margin-bottom: 0;
	width: 100%
}

.cart-grid .cart-grid-right .checkout .btn-primary,
.checkout .btn-primary {
	background-color: #b88f05;
	border: 0
}

.cart-detailed-actions #payWithAmazonMainDiv {
	display: none
}

.cart-summary-line:not(:last-child) {
	margin-bottom: 10px
}

.cart-items .product-price strong {
	font-weight: 700
}

.cart-item .product-line-grid .product-image {
	display: inline-block;
	border: 1px solid transparent
}

@media screen and (max-width:767px) {
	.delivery-options-list .delivery-option .col-sm-3,
	.delivery-options-list .delivery-option .col-sm-4 {
		width: 75%;
		margin-left: 25%
	}
	#block-reassurance li .block-reassurance-item {
		padding-right: .5rem
	}
	.product-line-grid-body br {
		display: none
	}
	.product-line-grid .product-line-actions {
		margin-top: 10px
	}
}

@media screen and (min-width:768px) {
	.product-line-grid {
		display: flex;
		align-items: center
	}
}

#content-wrapper {
	padding: 0 15px
}

.modal {
	text-align: center
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px
}

.modal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle
}

#my-account #content-wrapper #main {
	border: 1px solid #e2e2e2;
	padding: 25px 30px 30px;
	background-color: #fff
}

#my-account #content-wrapper #main .btn-primary,
#my-account #content-wrapper #main .page-content {
	margin-bottom: 0
}

#module-blockwishlist-mywishlist .footer_links {
	margin-top: 20px
}

#module-blockwishlist-mywishlist #content,
#module-blockwishlist-view #content {
	background-color: #fff
}

.quick-cart-total .btn-primary i {
	line-height: .8
}

.cart-summary-line .label,
.cart-summary-line .value {
	font-weight: 700;
	font-size: 14px
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
	font-weight: 700
}

@media (min-width:768px) and (max-width:991px) {
	#checkout .col-md-4,
	#checkout .col-md-8 {
		width: 100%
	}
	#checkout .col-md-4 {
		margin-top: 30px
	}
	body#checkout section.checkout-step .step-title {
		padding: 0 15px
	}
}

#manufacturer li.brand .brand-img {
	text-align: center;
	margin-bottom: 10px
}

#manufacturer li.brand .brand-img img {
	max-width: 100%
}

#manufacturer li.brand .brand-infos {
	padding-left: 0
}

#manufacturer li.brand .brand-products {
	border-left: 1px solid #ddd;
	padding: 20px 0 20px 30px
}

#manufacturer #main>ul {
	border: 1px solid #e2e2e2;
	padding: 0 30px;
	margin-top: 20px;
	background-color: #fff
}

#manufacturer li.brand {
	border-bottom: 1px solid #e2e2e2;
	padding: 30px 0
}

#manufacturer li.brand a:not(.btn) {
	color: #222
}

@media screen and (max-width:543px) {
	#manufacturer li.brand .brand-infos {
		width: 100%
	}
	#manufacturer li.brand .col-xs-12 {
		padding: 0
	}
	#manufacturer li.brand {
		text-align: center
	}
	#manufacturer li.brand .brand-products {
		border: none
	}
}

@media screen and (max-width:991px) {
	#manufacturer #content-wrapper {
		margin: 0 0 10px!important;
		padding-top: 20px;
		width: 100%
	}
	#manufacturer #left-column {
		width: 100%
	}
}

@media screen and (min-width:544px) {
	#manufacturer li.brand {
		display: flex;
		align-items: center
	}
}

.page-not-found .innovatorySearch.dropdown-menu {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	float: none;
	box-shadow: none;
	z-index: 1
}

.page-not-found .expand-more {
	display: none
}

.page-not-found h2 {
	font-size: 60px;
	color: #222;
	font-weight: 700
}

.page-not-found h4 {
	font-size: 30px;
	color: #222
}

@media screen and (max-width:480px) {
	.page-not-found h4 {
		font-size: 20px
	}
	#pagenotfound .page-not-found,
	#products .page-not-found {
		padding-right: 0;
		padding-left: 0
	}
}

@media screen and (min-width:768px) {
	#pagenotfound .page-not-found,
	#products .page-not-found {
		margin-bottom: 0!important;
		padding: 70px 0 40px
	}
	.page-not-found h2 {
		font-size: 100px
	}
}

#sitemap #main .page-header {
	margin-bottom: 20px
}

.sitemap a {
	color: #222
}

#sitemap #main .page-header h1 {
	font-size: 24px;
	text-align: left
}

.sitemap .padd-0 {
	padding: 0
}

.sitemap ul.tree>li {
	margin: 0 0 0 10px
}

.sitemap ul.tree li {
	margin: 0;
	padding: 5px 0 0 25px;
	position: relative;
	border-left: 1px solid #e2e2e2;
	line-height: 21px
}

.sitemap ul.tree li:before {
	content: "";
	height: 1px;
	width: 15px;
	background: #e2e2e2;
	left: 0;
	top: 15px;
	position: absolute
}

@media screen and (max-width:1199px) {
	.sitemap {
		margin: 0
	}
}

.PopupWishList {
	margin: 0;
	position: fixed;
	width: 360px;
	z-index: 9999999;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	right: 15px;
	top: 15px;
	animation: fadeInDown .3s
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.PopupWishListInner {
	background: #fff none repeat scroll 0 0;
	border: 1px solid transparent;
	padding: 18px
}

.PopupWishListInner>h3 {
	font-size: 16px;
	margin-top: 0;
	font-weight: 500
}

.PopupWishListInner>h3>i {
	color: #4cbb6c;
	margin-right: 5px;
	width: auto
}

.noty_text_body {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 auto;
	color: #222!important
}

.noty_text_body .thumbnail {
	display: inline-block;
	flex: 0 0 auto;
	height: 72px;
	margin-bottom: 0;
	margin-right: 24px;
	width: auto
}

.noty_text_body>p {
	flex: 1 1 0;
	overflow: hidden;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.5
}

.close-popcompare {
	position: absolute;
	right: 18px;
	top: 13px;
	cursor: pointer;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	color: #666
}

.close-popcompare:hover {
	color: #222
}

.noty_text_body p a {
	margin-top: 5px;
	display: inline-block;
	color: #222
}

.noty_text_body p a:hover {
	opacity: .8
}

.PopupWishListInner>h3>i.warning {
	color: #ffc107
}

.hb-animate-element.hb-in-viewport.left-to-right {
	animation: 1s ease 0 normal none 1 fadeInUp;
	-webkit-animation: 1s ease 0 normal none 1 fadeInUp;
	-moz-animation: 1s ease 0 normal none 1 fadeInUp;
	-o-animation: 1s ease 0 normal none 1 fadeInUp
}

@media screen and (max-width:480px) {
	.PopupWishList {
		width: 80%;
		left: 10%
	}
	.PopupWishList .close-popcompare {
		right: 6px;
		top: 5px
	}
}

.displayPosition.displayPosition1 {
	background-color: #fff
}

.forgotten-password .btn {
	margin-top: 15px
}

#password .ps-alert-success {
	padding: 0;
	margin-bottom: 0;
	display: block
}

#password .form-group {
	margin-bottom: 0
}

#password .ps-alert-success .item {
	margin-bottom: 0
}

.full-nav {
	border-top: 1px solid #e1e1e1
}

.Nav1 {
	padding-top: 5px;
	margin-bottom: -16px
}

.Nav1 a {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 7px;
}

.Nav1 a.bo-social-facebook i:before{
	display: inline-block;
	width: 13px;
	height: 21px;
}

.Nav1 a.bo-social-twitter i:before{
	display: inline-block;
	width: 20px;
	height: 21px;
}

.Nav1 a.bo-social-instagram i:before{
	display: inline-block;
	width: 18px;
	height: 21px;
}

.Nav1 a.bo-social-blog{
	font-size: 20px;
	font-family: sans-serif;
}

.Nav1 .fa {
	font-size: 20px
}

.wishtlist_top .fa {
	font-size: 18px
}

.nopadding {
	padding: 0
}

#_desktop_Megamenu {
	padding-top: 40px
}
/* Responsive megamenu => Menu sur 2 lignes mais qui ne disparait pas à droite de la page */
@media screen and (max-width:1200px) {
	#_desktop_Megamenu {
		max-width: 800px;
	}
}
/* Responsive megamenu => Menu en entier sur une ligne à partir de 1500px */
@media screen and (min-width:1500px) {
	#_desktop_Megamenu {
		min-width: 1200px;
	}
}

.it-menu-horizontal .menu-dropdown.it-sub-left {
	left: 0;
	display: flex;
	flex-wrap: wrap;
	top: 62px
}

.interactive-banner h2 {
	font-size: 60px
}

.interactive-banner {
	text-shadow: 4px 4px 15px #000
}

.colgaucheaccueil .elementor-cta-content {
	text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
	flex-direction: column-reverse
}

.colgaucheaccueil .elementor-cta-content * {
	margin: auto!important
}

.interactive-banner .elementor-cta-content {
	padding: 12% 0
}

.interactive-banner .elementor-cta-content .elementor-cta-button-wrapper {
	order: -1
}

.blocdroit .elementor-ribbon {
	transform: none;
	width: 100%;
	border: 0;
	height: auto;
	text-align: center;
	top: -37px
}

.blocdroit .elementor-ribbon-inner {
	transform: none;
	width: auto;
	display: inline-block;
	background-color: transparent;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 120%;
	margin: 0;
	padding: 7px 15px 5px;
	text-transform: uppercase;
	border: 1px solid #e1e1e1
}

.blocdroit .elementor-cta {
	position: static
}

.blocdroit .elementor-widget-wrap {
	margin-top: 50px;
	margin-bottom: 50px
}

.blocdroit .elementor-widget {
	margin-bottom: 50px
}

.blocdroit .elementor-cta-content:hover:before {
	content: '';
	border: 1px solid #e1e1e1;
	width: 89%;
	height: 89%;
	position: absolute;
	left: 5%;
	top: 5%
}

.interactive-banner .elementor-cta--skin-cover .elementor-cta-content {
	min-height: 383px
}

.cart-btn {
	color: #fff;
	background-color: #333;
	border-color: #262626;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 9px 25px;
	font-size: 12px;
	line-height: 1.625;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase
}

.cart-btn:hover {
	background: #000;
	/* border: 1px solid #333*/
}

.productName a {
	color: #000;
	font-size: 14px;
	font-family: Hind, sans-serif;
	font-weight: 600;
	text-decoration: none;
	display: inline-block
}

.innovatory-product-price-and-shipping .price {
	color: #444;
	display: inline-block;
	text-align: center;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding: 0 15px;
	height: 42px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 700;
}

.in-stock {
	color: #bdca8c!important
}

.availability {
	display: block;
	margin-bottom: 15px;
	min-height: 68px
}

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
	text-align: center
}

.innovatoryCart .availability {
	min-height: 20px
}

.availability span.out-of-stock {
	color: #f35a5a
}

.innovatoryNew-label {
	color: #000;
	border: 1px solid #000;
	background-color: transparent;
	position: absolute;
	top: 10px;
	z-index: 9;
	text-transform: uppercase;
	padding: 0 5px;
	font-size: 10px
}

.innovatoryProduct-image .innovatoryActions {
	position: absolute;
	top: 10px;
	right: 0;
}

.innovatoryProduct-container {
	position: relative
}

#header .it-menu-horizontal ul li.level-1>a {
	border-right: 1px dotted #999;
	line-height: 14px
}

#header .it-menu-horizontal ul li.level-1:last-child>a {
	border: 0
}

.productName {
	min-height: 29px;
	max-height: 29px;
	overflow: hidden
}


/* Chrome 29+ */

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
	#left-column .productName {
		min-height: 24px;
		max-height: 24px;
	}
}

@-moz-document url-prefix() {
	#left-column .productName {
		min-height: 27px;
		max-height: 27px;
		overflow: hidden
	}
}

#left-column .block>.title_block {
	font-weight: 700;
	color: #000;
	border-color: transparent;
	text-transform: uppercase!important;
	display: block;
	text-align: left
}

.title_block {
	position: relative;
	display: inline-block
}

#left-column .title_block:before {
	right: 0
}

#left-column .title_block:after {
	opacity: 0;
	left: 0
}

#left-column .innovatoryNew-label {
	display: none
}

#left-column .innovatoryProduct-container {
	position: relative;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, .07)
}

#left-column .item-inner:last-child .innovatoryProduct-container {
	border-bottom: 0
}

#left-column .innovatoryProduct-image {
	width: 90px
}

#left-column .innovatory-product-description {
	width: 125px;
	margin-left: 20px
}

#left-column .comments_note {
	display: none
}

#left-column .innovatory-product-price-and-shipping .price {
	border: 0;
	margin-top: 0;
	text-align: left;
	padding: 0
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 20px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0
}

.btn-default {
	color: #fff;
	background-color: #222;
	border-color: #222
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 9px 25px;
	font-size: 12px;
	line-height: 1.625;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase;
	color: #fff!important
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
	color: #fff;
	background: #b88f05
}

#category #main {
	display: flex;
	flex-direction: column-reverse
}

.breadcrumb {
	text-align: center;
	color: #fff
}

.breadcrumb h1 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 15px;
	font-family: Hind;
	word-wrap: break-word
}

.breadcrumb ol{
	font-family: sans-serif;
}

.breadcrumb ol li a {
	color: #fff;
}

.breadcrumb ol li:first-child {
	width: 40px;
	height: 26px;
}

.innovatoryBreadcrumb .breadcrumb ol li:last-child a {
	color: #fff
}

.col-md-offset-1 {
	margin-left: 8.33333%
}

.provided-by-link {
	font-weight: 700;
	text-transform: uppercase
}

.cart-btn.disabled {
	opacity: .7
}

#blockcart-modal .modal-dialog {
	max-width: 1024px
}

#blockcart-modal .modal-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

#blockcart-modal .divide-right {
	width: 50%;
	border-bottom: 0
}

#blockcart-modal .quick-cart-total {
	width: 40%
}

.product-actions .innovatorywishlist {
	margin-top: 10px
}

.innovatorySocial-sharing {
	margin-top: 20px
}

.otherlivraison {
	display: block;
	line-height: 49px;
	font-size: 13px
}

.otherlivraison .fa-truck {
	font-size: 34px;
	transform: scaleX(-1);
	display: inline-block;
	padding-left: 7px
}

.product-provider-info .bottom {
	display: flex;
	align-items: baseline;
	margin-bottom: 18px
}

.product-provider-info .bottom .logo {
	width: 20%;
	padding-right: 12px
}

.product-provider-info .bottom .ensavoirplus {
	font-weight: 700
}

.product-prices {
	text-align: right
}

#psagechecker_block {
	font-weight: 700!important;
	text-transform: uppercase
}

#psagechecker_block p {
	font-weight: 700!important
}

.infochronofresh a {
	font-weight: 700
}

#cookieModalHeader {
	background: #333
}

.dlxctab-row.active {
	color: #333
}

.cookie-info-page {
	color: #333
}

.btn-config {
	background: #333
}

.btn-config:hover {
	background: #ccc
}

#idxrcookies #buttons {
	display: inline-block;
	font-size: 11px;
	position: relative;
	text-decoration: none;
	top: -2px;
	padding: 5px;
	width: 20%
}

.textDiv {
	padding-right: 25px
}

.cookie-button-right {
	bottom: 100px;
	right: 20px;
	border-color: #333
}

a.idxjs-aprivacy-newsletter {
	text-decoration: none;
	color: #fff!important
}

.innovatoryBreadcrumb {
	background-image: url('/img/c/12.webp');
	background-size: cover
}

#contact .innovatoryBreadcrumb {
	background-image: url(../img/bg_image_v4.jpg);
	background-size: cover
}

.fresh {
	padding: 0 25px;
	text-align: center
}

.giftoption {
	background: url(../img/kdo.png) no-repeat;
	background-size: auto;
	display: block;
	padding-left: 60px;
	min-height: 40px;
	background-size: 6%
}

#supplier #main li.brand {
	margin-bottom: 20px
}

.form-footer {
	display: flex;
	flex-direction: column-reverse;
	align-items: center
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
	border: 1px solid #000;
	width: 35px;
	top: 26%
}

.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-prev:hover {
	background: #000;
	color: #fff
}

.elementor-slick-slider .slick-next:hover::before,
.elementor-slick-slider .slick-prev:hover::before {
	color: #fff!important;
	line-height: 36px;
	font-size: 36px
}

.elementor-slick-slider .slick-next::before,
.elementor-slick-slider .slick-prev::before {
	color: #000;
	line-height: 36px
}

#blockcart-modal .cart-content .btn.btn-primary {
	float: right;
	background: #b88f05
}

.innovatory-product-price-and-shipping {
	min-height: 120px
}

#product .av_category_stars {
	float: left
}

.crosssellingmodalcartcontent {
	display: flex;
	justify-content: space-around;
	margin-top: 15px;
	flex-wrap: wrap
}

.crosssellingmodalcart {
	padding: 20px;
	border: 1px solid #aaa
}

#idxrcookies .contenido {
	padding-left: 11%
}

#idxrcookies #bottom,
#idxrcookies #center,
#idxrcookies #left,
#idxrcookies #right,
#idxrcookies #top {
	z-index: 99998028
}

#idxrcookiesKO:hover,
#idxrcookiesOK:hover {
	background-color: #b88f05!important
}

.pointRelais {
	width: 100%;
	height: auto
}

.page-order .pointRelais table td,
.page-order .pointRelais table th {
	padding: .25rem
}

.pointRelais .h5::after,
.pointRelais .h5::before,
.pointRelais h5::after,
.pointRelais h5::before {
	display: none
}

#checkout .checkout-step .pointRelais a:not(.btn) {
	background-color: #222;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	font-size: 12px
}

.innovatoryQuick {
	text-align: center
}

#chronorelais_container {
	margin-top: 20px
}

.ybc-blog-latest-toolbar-views {
	display: none
}

.sticky .Nav1,
.sticky .Nav2 {
	display: none
}

.sticky#header .logo {
	max-height: 100px;
	width: auto
}

.block-promo .promo-code {
	padding: 1rem;
	text-align: center
}

.checkout-step.-unreachable {
	display: none
}

#changeCustCP {
	background: #222
}

#changeCustCP:hover {
	background: #000
}

.product-description li {
	list-style-type: circle;
	margin-left: 25px;
	padding-left: 10px
}

.apartirde {
	height: 20px
}

.detailproduit {
	color: #b88f05;
	font-weight: 700;
	text-transform: uppercase
}

#product .owl-prev {
	position: absolute;
	left: 0%;
	margin-top: -8%;
	border-radius: 0;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	font-size: 36px;
	height: auto;
	width: 35px
}

#product .owl-next:hover,
#product .owl-prev:hover {
	background: #000;
	color: #fff
}

#product .owl-next {
	position: absolute;
	right: 0%;
	margin-top: -8%;
	border-radius: 0;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	font-size: 36px;
	height: auto;
	width: 35px
}

#colissimo_widget_myUl {
	display: none
}

#colissimo-widget-container .h5::after,
#colissimo-widget-container .h5::before,
#colissimo-widget-container h5::after,
#colissimo-widget-container h5::before {
	display: none
}

#colissimo-widget-container h5,
#colissimo-widget-container h6 {
	text-transform: none;
	text-align: left;
	letter-spacing: normal;
	font-family: Open Sans
}

.colissimo-front-widget .modal-dialog {
	width: 900px
}

.foq_cell_quantity_input .input-group {
	display: flex
}

.foq_cell_quantity_input .foq_input_js {
	max-width: 50px
}

.bootstrap-touchspin .btn-touchspin {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	height: 1.433rem
}

.innovatoryProductGrid .innovatoryProduct-image .innovatoryActions {
	width: 45px!important;
	right: 0!important;
	left: auto!important;
}

.product-information {
	font-size: 13px
}

#psagechecker_block {
	background: #fff;
	border-radius: 2px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

.author-block {
	display: none
}

body#checkout section.checkout-step .payment-options label {
	display: inline-block
}

body#checkout .custom-checkbox {
	display: inline-flex
}

.condition-label a {
	font-weight: 700
}

.flexlogin {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.box {
	background: none repeat scroll 0 0 #fbfbfb;
	border: 1px solid #e1e1e1;
	line-height: 23px;
	margin: 0 0 30px;
	padding: 14px 18px 13px;
	width: 48.5%
}

body#checkout section.checkout-step#checkout-personal-information-step:not(.-complete) {
	border: 0;
	padding: 0;
	margin: 0
}

body#checkout section.checkout-step#checkout-personal-information-step:not(.-complete) .step-title {
	display: none
}

.amzpayments-footer-banner {
	display: none
}

.foq_cell_quantity_input {
	width: 60%!important
}

.foqtable .foq_btnaddline {
	padding: 9px 25px
}

.foq_tablefooter {
	border: 0!important
}

.meilleuresventes .innovatoryProductGrid .innovatory-product-description .innovatoryCart a.cart-btn {
	padding: 10px
}

.product-description-short {
	margin-top: 30px
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
	top: -9%!important
}

.produitdumois .elementor-cta-bg {
	background-size: 100%!important;
	background-repeat: no-repeat!important
}

.meilleuresventes .av_category_stars {
	width: auto
}

#product #product-availability {
	float: none;
	text-align: left;
	text-transform: uppercase
}

#product-availability.unavailable {
	color: #f35a5a
}

@media screen and (max-width:768px) {
	.breadcrumb .container {
		padding: 0
	}
	.innovatoryProductGrid .innovatoryProduct-image .innovatoryActions {
		width: 15%
	}
	.innovatoryProductGrid .innovatoryActions-i,
	.itProductList .innovatoryActions-i {
		display: inline-block;
		height: 66px;
		justify-content: space-around
	}
	.innovatoryActions .innovatoryItem {
		float: none
	}
	.innovatoryProductGrid .innovatoryProduct-image .innovatoryActions,
	.itProductList .innovatoryActions {
		position: absolute;
		top: 21px;
		margin-top: 0;
		text-align: right
	}
	.innovatoryProductGrid .innovatory-product-price-and-shipping {
		min-height: 105px
	}
	.innovatoryProductGrid.innovatoryProducts .item-inner {
		margin-bottom: 80px
	}
	.netreviewsWidgetNum8608widget21av {
		position: static!important
	}
	.product-actions .control-label,
	.product-prices .tax-shipping-delivery-label {
		margin-right: 0
	}
	.oleafoq_priceblock table.foqtable.table-product-discounts {
		width: 110%;
		max-width: none;
		margin-left: -5%
	}
	.h5::before,
	h5::before {
		display: none
	}
	.h5::after,
	h5::after {
		display: none
	}
	#_desktop_user_info {
		display: none
	}
	.flexlogin {
		flex-direction: column
	}
	.box {
		width: 100%;
		width: 98%
	}
	#checkout-guest-form {
		text-align: left;
		order: 2
	}
	#checkout-login-form {
		order: 1
	}
	.innovatoryFooter-center .container .liensfooter {
		width: 100%;
		text-align: center
	}
	.footer .h5,
	.footer h5 {
		color: #fff;
		text-align: center
	}
	.product-features>dl.data-sheet dt.name {
		padding: 10px 5px;
		margin-right: 5px
	}
	.ti-menu:before{
		display: inline-block;
		width: 30px;
		height: 30px;
	}
	#header .search-widget form input[type="text"] {
		font-family: sans-serif;
	}

}

.productName {
	min-height: 29px;
	max-height: 29px;
	overflow: hidden
}

.hidethis {
	display: none
}

.pagination .page-list li a.disabled {
	background-color: #b88f05!important
}

.block-category #category-description strong {
	font-weight: 900!important
}

.it-menu-horizontal .cat-drop-menu li {
	width: 195px
}

.av_category_stars a {
	display: block;
	width: 75%
}

.av_category_stars .ratingText {
	float: right
}

.ybc_block_related_category_page {
	order: -1;
}

#product .add .addToWishlist {
	color: #000;
	width: auto;
}

li.product-flag {
	background: transparent;
	color: #222;
	border: 1px solid #222;
	margin-top: 0px;
	margin-left: 0;
	width: 80px;
}

li.product-flag.on-sale {
	background: #b88f05;
	width: 80px;
	color: white;
}

#idxrcookies #center {
	background-color: rgb(56 56 56 / 88%)!important;
	color: rgb(255, 255, 255);
	height: 100%;
	margin: 0;
}

.contenido {
	justify-content: center;
	align-items: center;
	padding: 5px;
	background: rgb(0 0 0);
	display: block;
	text-align: justify;
	max-width: 500px;
	margin: auto;
	padding: 20px!important;
}

#idxrcookies .contenido {
	padding-left: 0;
}

#idxrcookies #buttons {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

#cookiesConf {
	padding: 3px 5px;
	background: #50575c;
	border-radius: 2px;
	display: block;
	text-align: center;
	color: #fff;
	margin-top: 0;
	min-width: 160px;
}

#idxrcookiesKO,
#idxrcookiesOK {
	background-color: #b88f05!important;
	border-radius: 2px 2px 2px 2px;
	color: #FFF;
	padding: 3px 5px;
	display: block;
	text-align: center;
	min-width: 160px;
}

.fancybox-overlay-fixed {
	z-index: 3555555555;
}

.textDiv a {
	color: #b88f05;
}

.avismobile {
	display: none;
}

#best-sales #js-product-list-top,
#best-sales .pagination {
	display: none;
}

.imgbread {
	position: absolute;
	width: 100%;
}

.innovatoryBreadcrumb {
	position: relative;
	overflow: hidden;
}

.breadcrumb {
	position: relative;
}

.layout-left-column #content-wrapper {
	float: right;
}

.amzbuttoncontainer strong {
	font-size: 1.2rem;
}

.innovatoryCategoryproducts,
#product .innovatoryProduct .owl-carousel.innovatoryAccessories {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}

.innovatoryProductGrid .innovatoryCategoryproducts .item-inner,
.innovatoryAccessories .item-inner {
	padding: 0 15px;
	width: 25%;
	margin-bottom: 36px;
}

@media (min-width:1051px) and (max-width:1199px) {
	.cat-search {
		width: 40% !important;
	}
}
@media (min-width:1200px){
	.cat-search {
		width: 100% !important;
	}
}
@media (max-width:768px) {
	#_desktop_cart {
		right: 7px !important;
		top: 50px !important;
	}
}
#netreviewsWidgetNum8608widget21avImage {
	width: 300px;
	height: 146px;
}
#bandeau_promo {
	background-color: #b88f05;
	width: 100%;
	padding: 10px;
	line-height: 20px;
	font-family: sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}
@media (max-width:393px) {
	#bandeau_promo {
		font-size: 13px !important;;
	}
	.cat-search{
		z-index:99;
	}
}
@media (max-width:352px) {
	#_desktop_logo{
		top:142px;
	}
}
@media (min-width:544px) and  (max-width:768px) {
	#_desktop_wishtlistTop{
		position:unset !important;;
	}
	.cat-search {
	  width: auto !important;;
	}
}
.innovatoryProductGrid article .wishlist-button-add {
  top: 2.635rem;
}














#label-email {
  color: #393939;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}
#input-email {
  border: 1px solid #e6e4e4;
  background-color: #f1f1f1;
  height: 35px;
  margin: 5px 0 18px 0;
  font-size: 0.9em;
  padding-left: 5px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 5px;
  width: 100%;
}
#label-phone {
  color: #393939;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}
#input-phone {
  border: 1px solid #e6e4e4;
  background-color: #f1f1f1;
  height: 35px;
  margin: 5px 0 18px 0;
  font-size: 0.9em;
  padding-left: 5px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 5px;
  width: 100%;
}
#label-28e4d6b3-b7d7-4a8e-9e1e-fdffa22826b9 {
  color: #393939;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}
#input-28e4d6b3-b7d7-4a8e-9e1e-fdffa22826b9 {
  border: 1px solid #e6e4e4;
  background-color: #f1f1f1;
  height: 35px;
  margin: 5px 0 18px 0;
  font-size: 0.9em;
  padding-left: 5px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 5px;
  padding-left: 5px;
  box-sizing: border-box;
  min-width: 50px;
  text-align: center;
  margin-bottom: 18px;
}
#form-mandatory {
  font-size: 13px;
  margin-left: 5px;
  font-family: Arial, Verdana, sans-serif;
  color: #393939;
}
input::-webkit-input-placeholder {color:#848484;opacity: 0.6;}
textarea::-webkit-input-placeholder {color:#848484;opacity: 0.6;}
input:-moz-placeholder {color:#848484;opacity: 0.6;}
textarea:-moz-placeholder {color:#848484;opacity: 0.6;}
input::-moz-placeholder {color:#848484;opacity: 0.6;}
textarea::-moz-placeholder {color:#848484;opacity: 0.6;}
input:-ms-input-placeholder {color:#848484;opacity: 0.6;}
textarea:-ms-input-placeholder {color:#848484;opacity: 0.6;}
input::-ms-input-placeholder {color:#848484;opacity: 0.6;}
textarea::-ms-input-placeholder {color:#848484;opacity: 0.6;}
input::placeholder {color:#848484;opacity: 0.6;}
textarea::placeholder {color:#848484;opacity: 0.6;}
input:placeholder-shown {color:#848484;opacity: 0.6;}
textarea:placeholder-shown {color:#848484;opacity: 0.6;}
select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select {padding-right:18px}
}
.select-arrow {
  position:relative;
}
.select-arrow:after {
  content:'^';
  font:15px "Consolas", monospace;
  color: #848484;
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
  right:8px; top:-3px;
  padding:0 0 0px;
  position:absolute;
  pointer-events:none;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-left: 5px;
  margin-right: 6px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  border: 1px solid;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: #848484;
  border-width: 0 2px 2px 0;
  position: absolute;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #848484;
  position: absolute;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input:focus {
  outline: solid 1px #736F6F !important;
}
textarea:focus {
  outline: solid 1px #736F6F !important;
}
select:focus {
  outline: solid 1px #736F6F !important;
}
input:disabled,
input[disabled]{
  opacity: 0.2;
  cursor: default;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
}
.loader {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 10px;
  position: relative;
  border: 0.5em solid #919798;
  border-left-color: #3c9f51;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1s infinite linear;
  animation: load8 1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
#sb_form {
  background: #ffffff;
  padding: 1px 20px 1px 20px;
  border-radius: 0px;
}
input {
  color: #848484 !important;
}
#div-submitInput {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 10px;
}
#submitInput {
  border-style: solid;
  text-align: center;
  color: #ffffff;
  border-color: #ffffff;
  border-width: 1px;
  border-radius: 5px;
  padding: 10px 25px;
  text-decoration: none;
  display: block;
  font-family: &#x27;Arial&#x27;;
  font-style: inherit;
  font-weight: inherit;
  font-size: 15px;
  background-color:#a9832e;
  cursor: pointer;
  width: 100%;
}
#form-footer-mandatory {
  color: #393939;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  display: block;
  margin-top: 20px;
}
#newsletter_block_popup {
  text-align: left;
}
@media screen and (min-width: 768px){
	#newsletter_block_popup .newsletter_block_popup-bottom,
	#newsletter_block_popup .block_content {
		margin-left: 10%;
		margin-right: 10%;
	}
}
.innovatoryPopupnewsletter-i .close {
	border-radius: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	height: 35px;
	opacity: 1;
	position: relative;
	right: -13px;
	text-align: center;
	top: -10px;
	width: 35px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 9;
}