 /* Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 .float-right {
   float: right;
 }
 .float-left {
   float: left;
 }
.no-margin{margin:0;}
.no-padding{padding:0;}
.mb-0{
    margin-bottom: 0
}
/* header */
body{
    font-family: 'Roboto';
    color:#666;
    font-size:14px;
    font-weight:400;
    line-height:25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff
}
.padd-60{
        padding:60px 0;
}
.padd-50{
        padding:50px 0;
}
.padd-80{
        padding:80px 0;
}
.padd-0{
    padding: 0;
}
.padd-left-0{
    padding-left: 0;
}
.padd-right-0{
    padding-right: 0;
}
.mt-30{
    margin-top:30px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.pos-rel {
    position: relative;
    display: block;
}
.valign-middle {
    display: flex;
    align-items: center;
}
select {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right .5rem center/1.25rem 1.25rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
main{overflow:hidden;}
a{
    color:#222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
p {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    line-height:25px;
}
.text-btn{
    color: #000000;
    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:0.55s;
}
@keyframes arrow
{
    0%  {left:0;}
    50% {left:15px;}
    100% {left:0;}
}
.btn-primary, .btn-secondary, .btn-tertiary{
    background: #222 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 38px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding: 0 15px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
}
.btn-primary{
    background-color:#222;
    color:#fff;
}
.all-product-link.btn-primary .material-icons{
    margin-right: 0;
    width: 15px;
    height: auto;
}
.btn-primary:hover,.btn-secondary:hover, .btn-tertiary:hover, .focus.btn-tertiary{
    background-color:#222;border-color:#222;
    color:#222;
}
a.btn-primary.btn-style{
    background: #222;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding: 0 15px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    transform: translate(-5px,-5px);
    -o-transform: translate(-5px,-5px);
    -webkit-transform: translate(-5px,-5px);
    -moz-transform: translate(-5px,-5px);
    -ms-transform: translate(-5px,-5px);
    border: none;
}
a.btn-primary.btn-style.white-bg{
    background-color: #fff;
    color: #222;
}
a.btn-primary.btn-style.white-bg:after{
    border-color: #fff
}
a.btn-primary.btn-style:focus, a.btn-primary.btn-style:hover{
    background-color:#222;
    color:#fff;
}
a.btn-primary.btn-style{
    background-color:#222;
    color:#fff;
}

/*preloader*/
.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height:100%;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 10000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight:600;
    color: #222
}
.text-center{
    text-align:center;
}
@media screen and (min-width: 1730px){
.container {
    max-width: 1700px;
}

}
@media (min-width: 1360px) and (max-width: 1729px){
.container {
    max-width: 1330px;
}
}
@media (min-width: 1200px) and (max-width: 1359px){
.container {
    max-width: 1170px;
}
}
@media screen and (min-width: 1051px){
body:not(#index) .preloader {
  display:none;
}
}

/*STICKY*/
#header .page-search,.page-not-found .cat-search {
    display: none;
}
#header {
    background-color: #161310;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}
@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;
}
}
@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 {
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 37px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 35px;
    border-radius: 50%;
    background-color: #222;
}
.mypresta_scrollup:hover {
    color:#222;
}
.mypresta_scrollup.open {
    bottom: 30px;
    opacity: 1;
    z-index: 998;
}
#wrapper{
    box-shadow: 0 0 0;
    padding: 0;
    z-index: 11;
    padding-top: 30px;
}
@media screen and (min-width: 768px){
.mypresta_scrollup:hover {
    box-shadow: 0 0 0px 50px rgba(0,0,0,.1);
}
}
@media screen and (max-width:991px){
body:not(#index) #wrapper{
    padding-top:12px;
}
}
@media screen and (max-width: 767px){
#wrapper{
    padding-top: 15px;
}
}

.page-my-account #content .links a i {
	color: #030759;
}

/* ---------navbar------------ */
@media screen and (min-width: 1730px){
    #header .valign-middle .innovatoryLogo{
        width: 16.67%;
    }
    #header .valign-middle .header-extras{
        width: 58.33%;
    }
    #header .valign-middle .nav-right{
        width: 25%;
    }
}
@media screen and (min-width: 1051px){
    div#_desktop_vegamenu{
        margin-top: -80px;
    }
}
#header a{
    /*color: #666;*/
}
#header .it-menu-horizontal ul li.level-1 ul li a{
    color: #222
}
#header .logo {
    display: inline-block;
    max-height: 68px;
}
.header-nav {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.innovatoryMedia-body{overflow:hidden;}
#header .header-nav {
    margin: 0;
}
#header .header-nav #contact-link{
    margin:0;
}
#header .header-nav .user-info{
    margin:0;
}
#header .header-nav .user-info a span{
    color:#626262;
}
#header .header-nav .user-info a i{
    margin-right:5px;
    color:#fff;
}
#_desktop_language_selector ul{
    margin-bottom: 0
}
#_desktop_language_selector .dropdown-item img {
    margin-right: 5px;
}
#header .header-nav .currency-selector,
#header .header-nav .language-selector{
    margin:0;
    position: relative;
}
#header .header-nav .currency-selector-wrapper .language-selector{
    margin-right: 0px;
    padding-right: 0px;
}
#header .header-nav .currency-selector-wrapper .language-selector:before{
    background: none;
}
.language-selector .selector-title {
    color:#fff;
    font-weight: 500;
    font-size: 14px;
}
.language-selector .dropdown .expand-more{
    color: #999999;
}
#_desktop_currency_selector .language-selector .expand-more, #_desktop_language_selector .language-selector .expand-more {
    padding-left: 25px;
}
.currency-selector-wrapper .language-selector .selector-title {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #444444;
}
.innovatory-contact-link li.email:before,
#header .header-nav .currency-selector:before{
    background: rgba(87, 87, 87, 0.1) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
}
.language-selector ul li:hover,
.language-selector ul li.current{
    background-color: #f5f5f5;
}
.language-selector ul li a {
    padding: 5px 13px;
    display: block;
    width: 100%;
    line-height: 2;
}
.dropdown .expand-more {
    transition: all .3s;
}
.dropdown .expand-more:after{
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
}
.nav-right .dropdown .expand-more:after{
    display: none;
}
.it-menu-horizontal .menu-dropdown{
    text-align:left;
}
#header .it-menu-horizontal ul li.level-1 ul li a:hover {
    /*color: #666; inno-theme-option*/
}
.dropdown-menu{
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border: 1px solid transparent;
    left: inherit;
    margin: 0;
    padding: 0px;
    right: 0;
}

@media (min-width:768px) and (max-width:1360px){
.dropdown-menu{
    right:0;
    left:auto;
}
}
.dropdown-menu li{
    transition:all .3s;
    -webkit-transition:all .3s;
    -ms-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
}
.header-nav .dropdown-menu li:hover{
    background-color:#e5e5e5;
}
#header .dropdown-menu > a,
#header .dropdown-menu > li > a{
    color: #666
}
#header .dropdown-menu li a.dropdown-item:hover,
#header .dropdown-menu li.current  a.dropdown-item,
#header .dropdown-menu > a:hover {
    color:#222;
}
.header-top .valign-middle {
    height: 100px;
}

.header-top .valign-middle.col-md-4 {
	padding-left:0 !important;
}
.innovatoryLogo{
    position: relative;
    z-index: 99;
    text-align: left;
}
.innovatoryLogo a{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;
}
.innovatoryMegamenu .it-menu-horizontal {
    border-top: none;
}
.displayMegamenu .view_menu .menu-dropdown{
    left: auto;
    right: 0
}
#header .header-top{
    padding:0;
}
#header .header-nav .blockcart{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin: 0 0 0 15px;
    position:relative;
}
#header .header-nav .blockcart:before{
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
}
#header .innovatory-cart{padding-top: 0px;position:relative;}
#header .innovatory-cart .cart_block{
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    padding: 8px 0 ;
    position: absolute;
    right: 0;
    top: 100%;
    width: 290px;
    z-index:99;
    display: none;
    transition: transform 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    -ms-transition: -ms-transform 0.5s ease 0s;
}
#header .innovatory-cart .cart_block .products{overflow:hidden;margin-bottom:15px;padding-right: 15px;padding-bottom:15px;position:relative;border-bottom:1px solid transparent;}
#header .innovatory-cart .cart_block .products:last-child{
    margin-bottom: 0
}
#header .innovatory-cart .cart_block .products .img{
    display: inline;
    float: left;
    margin-right: 15px;
    width: 60px;
    border:1px solid #e1e1e1;
}
.cart-product-wrap {
    max-height: 215px;
    overflow-y: auto;
    margin: 0 0px 0px;
    padding: 10px 15px 0;
}
.cart-product-wrap::-webkit-scrollbar,#ui-id-1::-webkit-scrollbar {
  width: 5px;
}
.cart-product-wrap::-webkit-scrollbar-track,#ui-id-1::-webkit-scrollbar-track {
    background-color: #f2f2f2;
  width: 5px;
}
.cart-product-wrap::-webkit-scrollbar-thumb,#ui-id-1::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
  cursor: pointer;
}
.cart-product-wrap::-webkit-scrollbar-thumb:hover,#ui-id-1::-webkit-scrollbar-thumb:hover {
  background-color: #a6a6a6;
}
#header .innovatory-cart .cart-total-div {
    padding: 15px;
}
#header .innovatory-cart .empty-cart-icon{
    display: block;
    width: 70px;
    height: 90px;
    background-image: url(../img/cart-empty.png);
    margin: 10px auto 15px;
    background-size: cover;
    opacity: .5;
}
#header .innovatory-cart .cart_block .products .cart-info{overflow:hidden; text-align: left; padding-right: 5px;}
#header .innovatory-cart .cart_block .products .cart-info .productName{
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 5px;
}
#header .innovatory-cart .cart_block .products .cart-info .innovatoryPrice{}
#header .innovatory-cart .cart-prices .amount,
#header .innovatory-cart .cart_block .products .cart-info .innovatoryPrice .price{
    color: #222;
    font-weight: 600;
    font-size: 16px;
}
#header .innovatory-cart .cart_block .products .remove_link{
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    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;
}
#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: bold;
    font-size: 16px;
}
#header .innovatory-cart .cart_block .cart-buttons{text-align:center;}
#header .innovatory-cart .cart_block .cart-buttons a{
    background-color: #222;
    border-radius: 3px;
    color: #fff;
    display: block;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 14px;
}
#header .innovatory-cart .cart_block .cart-buttons a:hover{
    color: #222;
}
#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;
}
.innovatory-cart .cart .cart-products-text{
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
    text-transform: uppercase;
}
.nav-right .nav-total {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
#header .header-top #_desktop_user_info .innovatory-user-info a{
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.wishtlist_top{
    display: block;
    position: relative;
    text-align: center;
}
#_desktop_wishtlistTop .wishtlist_top{
    line-height: 0;
}
.wishtlist_top span.icon{
    display: inline-block;
    position: relative;
    color: #03085a;
    line-height: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.wishtlist_top span.icon i {
    margin-right: 8px;
}
.wishtlist_top span.cart-wishlist-number{
    position: relative;
    padding: 0 5px;
    margin-left: 5px;
}
.wishtlist_top span.cart-wishlist-number:before {
    position: absolute;
    content: '(';
    left: 0;
}
.wishtlist_top span.cart-wishlist-number:after {
    position: absolute;
    content: ')';
    right: 0;
}
/* search */
.innovatoryDisplaySearch{
    padding: 0;
    margin-top: 40px;
}

@media screen and (max-width: 768px){
	.innovatoryDisplaySearch{
    margin-top: 0px;
	}
}

.innovatorySearch.dropdown-menu{
    left: inherit;
    padding: 0;
    right: 0;
    width: 350px;
    position: absolute;
    top: calc(100% + 1px);
}
.innovatoryDisplaySearch .expand-more{
    line-height: 1;
    color: #fff;
    font-size: 0px;
    display: block;
}
.innovatoryDisplaySearch .expand-more i {
    font-weight: normal;
    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"]{
    background: #03085a none repeat scroll 0 0;
    border: 1px solid #03085a !important;
    height: 45px;
    min-width: inherit;
    padding: 0 65px 0 25px;
    width: 90%;
    border-radius: 0;
    color:#fff;
}


.search-widget form input[type="text"]::placeholder{
	color: #fff;
	opacity: 1;
}
.search-widget form input[type="text"]:focus{
    outline:medium none;
}

.search-widget form span.biseau {
	background: #03085a;
	position: absolute;
	padding: 10px;
	/*margin-top:-45px;*/
	margin-left:-580px;
	width:10px;
	height:45px;
}


.search-widget form span.biseau:before {
	content: " ";
	background: #03085a;
	position: absolute;
	top:0;
	left:-10px;
	right:10px;
	bottom:0;
	z-index: 5;
	transform: skewX(-23deg);
}
.search-widget form button[type="submit"]{
    font-size: 22px;
    height: 100%;
    line-height: .45;
    padding: 12px 12px 11px 15px;
    /*position: absolute;
    left: 524px;
	top: -45px;*/
    text-align: center;
    width: auto;
    color: #03075A;
    border: none;
    background-color: #222;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;

	margin-left:524px;
	top:-45px;
	position: relative;
	/* optionnel */
	display: inline-block;
}

/* ---------biseaux searchbar------------ */
@media screen and (min-width: 1730px){
	.search-widget form span.biseau:before {
		left:-300px;
		right:295px;
	}
	.search-widget form button[type="submit"]{
	    margin-left:860px;
	}
	.search-widget form span.biseau {
		background: none;
	}

}
@media screen and (max-width: 1360px){
	.search-widget form span.biseau {
		margin-left:-855px;
	}
	.search-widget form button[type="submit"]{
	    margin-left:855px;
	}
  .search-widget form button[type="submit"]{
      padding: 12px 25px 11px 5px !important;
    }
  i.fa-shopping-bag {
    background: #fff;
    border: 1px solid #e2e2e2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    line-height: 45px;
    color: #222;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  i.fa.fa-shopping-bag {
    color: #fccd00;
  }
  #header .header-nav .container {
    border-bottom: none !important;
  }
}
.search-widget form button[type="submit"]:before{
	content: " ";
	background: #FDCD00;
	position: absolute;
	top:0;
	left:35px;
	right:-10px;
	bottom:0;
	z-index: -1;
	transform: skewX(-23deg);
	z-index: 5;

	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,
.search-widget form button[type="submit"]:hover:before{
	background: #fccd00;
}


#menu-icon i.ti-menu {
  background: #fff;
  border: 1px solid #e2e2e2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  line-height: 45px;
  color: #fccd00;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.nav.nav-tabs {
  margin-left: 5px;
}
/*.tabs.innovatoryTabs {
  margin-left: -15px;
}*/

.search-widget form button[type="submit"]:hover{
    color: #fff;
    background-color: #222
}
#ui-id-1 {
    border-radius: 0;
    padding: 5px;
    font-family: 'Roboto';
    max-height: 365px;
    overflow-y: auto;
    z-index: 102;
}
.ui-front.ui-menu .ui-menu-item {
    padding: 5px;
    width: 100%;
    cursor: pointer;
    transition: all .2s;
}
.ui-front.ui-menu .ui-menu-item .search-item{
    display: flex;
    padding: 0;
    align-items: center;
    background: none;
    border: none;
    margin: 0;
}
.ui-front.ui-menu .ui-menu-item .search-item .cover{
    margin-right: 10px;
    display: block;
    align-items: center;
    width: 50px;
}
.ui-front.ui-menu .ui-menu-item .search-item .product-price {
    line-height: 1;
    font-weight: 500;
}
.ui-front.ui-menu .ui-menu-item:hover {
    background: #f9f9f9 none repeat scroll 0 0;
}
.ui-front.ui-menu .ui-menu-item .search-item.ui-state-focus{
    background:none;
    border:none;
}
#mobile_top_menu_wrapper {
    margin-top: 0;
}
.nav-right > *:not(:first-child){
    margin-left: 25px
}
.innovatoryDisplaySearch .cat-search .expand-more {
    color: #fff;
    font-size: 25px;
    display: block;
}
#header .language-selector ul li a {
    color: #222;
    font-size: 13px;
}
.Nav2 > div {
    float: right;
}
.slidetoggle-menu{
    display: none;
}
.it-menu-horizontal li.level-1.view_menu {
    position: relative;
}

.innovatoryProduct .col-md-9 {
	width: 75%;
}

@media screen and (min-width:1200px){
.ui-front.ui-menu .ui-menu-item {
    width: 50%;
    float: left;
}
}
@media screen and (min-width: 768px){
.mt-30.mt-md-0{
    margin-top: 0
}
}
@media screen and (max-width:1050px){
.wishtlist_top span.cart-wishlist-number,
#header .innovatory-cart a .cart-products-count {
    color: #fff;
}
#header .header-nav {
    padding: 0;
    border: none;
}

#header .header-nav .top-logo a img {
    max-width: 120px;
}
.it-menu-horizontal{
    text-align:left;
}
#header .header-nav{
    margin-bottom: 0px;
    max-height: none;
}
#header .header-top{padding:0;display: none;}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a{
    display: inline-block;
    line-height: 1;
    color: #1a1a1a;
    font-weight: bold;
    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;
    color: #414141;
    height: 30px;
    line-height: 30px;
    outline: 0 none;
    position:relative;
}
#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;}
#header .header-nav .blockcart{
    background: inherit;
    margin: 0 15px;
    height: 100%;
}
#header .innovatory-cart a.cart {
    align-items: center;
    display: flex;
    height: 100%;
}
.icon-wrap-circle .icon-wrap{
	display: flex;
}
.icon-wrap-circle .icon-wrap .icon-box{
    color: #fff;
    font-size: 20px;
    position: relative;
}
#header .innovatory-cart a .cart-products-count{
  position: absolute;
  top: 0px;
  right: -5px;
  font-size: 13px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
  color: #222;
}
#header #search_block_top #search_query_top{
    width: 100%;
    height: 34px
}
.innovatorywishtlistTop{margin-right: 0;padding:0;}
.wishtlist_top {
    height: 50px;
    line-height: 50px;
}
#header .innovatory-cart a span.icon {
    display: block;
}
#header .header-top>.container {
    position: static;
}
#_mobile_logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#_mobile_logo a{
    display: table;
    margin: 0 auto;
}
#_mobile_cart {
    margin-left: auto;
    height: 100%;
}
.mobile-logo-bar {
    display: flex;
    height: 70px;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
#header .mobile-search-bar {
    padding: 10px 0;
    background-color: #FFF !important;
}

@media screen and (max-width: 768px){
	#header .mobile-search-bar {
	  padding: 0;
	}
}

#header #search_block_top .btn.button-search{
    background-color: #222;
}
#search_block_top .btn.button-search .icon {
    width: 20px;
    height: 20px;
    background-size: 30px;
}
#header .innovatorySearch.dropdown-menu {
    position: static;
    display: block;
    width: 100%;
    border:none;
}
#header .innovatory-cart a span.icon i {
    line-height: 50px;
    display: block;
    font-size: 22px;
    color: #fff;
}
#header .wishtlist_top .icon i{
    display: block;
    color: #030859;
}
.innovatoryDisplaySearch .expand-more i{
    display: block;
    line-height: 50px;
}
#search_block_top #searchbox{
    width: 100%;
}
#header .header-nav .blockcart.inactive .amount,
#header .header-nav .blockcart.inactive .cart-products-count{
    display:block !important;
}
#header .header-nav .blockcart::before{display:none;}
#header .header-nav #menu-icon {
    font-size: 22px;
    margin-left: 12px;
    line-height:46px;
    font-weight: normal;
    color: #fff;
}
#header .header-nav #menu-icon .material-icons {
    line-height: 42px;
}
.search-widget form input[type="text"] {
    height: 45px;
}
.search-widget form button[type="submit"] {
    background: #fccd00;
    color: #03075A;
}
#header .header-nav .top-logo{
    padding:15px;
}
.it-menu-row.bg-image {background:none;}
#header .header-top .position-static,
.header-top .col-md-4.right-nav{width:100%;display:none;}
.header-top .search-widget{margin:10px 0;}
.innovatory-search {
    width: 100%;
}
#mobile_top_menu_wrapper {
    margin-top: 0;
    padding: 0;
    position: fixed;
    width: 0;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    transition: all .2s;
    -ms-transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    min-width: 0px;
    z-index: 999;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    width: 50%;
    min-width: 280px;
    margin: 0;
    max-width: 350px;
}
#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;
    position: relative;
    z-index: 2;
}
.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;
    position: relative;
    background-position: center center;
}
#mobile_top_menu_wrapper .user-info-wrap > *{
    position: relative;
}
#mobile_top_menu_wrapper .user-info-wrap .user-icon{
    font-size: 40px;
}
#mobile_top_menu_wrapper .user-info-wrap .user-info-btn{
    margin-top: 20px;
}
#mobile_top_menu_wrapper .user-info-wrap .user-info-btn a{
    color: #fff;
}
#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;
}
#header .mobile{
    position: relative;
}
.mobile-menu-meta #menu-icon .menu-tit{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-left: 6px;
    margin-top: 3px;
}
.mobile-menu-meta #menu-icon i{
    vertical-align: middle;
}
#mobile_top_menu_wrapper select{
    width: 100%;
    padding: 0 0 0 5px;
}
#mobile_top_menu_wrapper select{
    width: 100%;
    padding: 0 0 0 5px;
}
.mobile-sidebar-meta .slidetoggle-menu > .col-xs-6{
    padding: 0 7px;
    margin-top: 15px;
}
.mobile-sidebar-meta .slidetoggle-menu{
    padding:0 7px;
}
.wishtlist_top span.icon {
    display: flex;
    align-items: center;
    height: 100%;
    color: #030859;
}
.wishtlist_top span.cart-wishlist-number {
    width: auto;
    vertical-align: middle;
    margin-left: 5px;
    height: auto;
    line-height: 1;
    font-size: 12px;
    color: #030859;
}
}
@media (min-width : 992px) and (max-width : 1050px){
.it-menu-vertical li.level-1 > a {
    line-height: 41px;
}
.container_it_vegamenu .title-menu {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.it-menu-vertical .menu-content {
    padding-bottom: 0;
}
}
@media (min-width: 1200px) and (max-width: 1309px){
.it-menu-vertical li.level-1 > a {
    line-height: 43px;
}
.it-menu-vertical .menu-content {
    padding-bottom: 0;
}
}
@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: 0px 0 0 15px;
    }
    #header .header-top .position-static{
        padding-right: 0px;
        padding-left: 0px;
        width:60px;
    }
    .dropdown.right-nav .expand-more{
        line-height: 40px !important;
    }
    #header .header-top .wishtlist_top span.cart-wishlist-number{
        top: 10px;
    }
    .search-widget .expand-more i,
    #_desktop_user_info .innovatory-user-info a 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;
}
}
@media screen and (min-width: 1051px){
#header .innovatory-cart .cart_block,.valign-middle .dropdown-menu{
    top: calc(100% + 24px);
}
.nav-right{
    align-items: center;
}
.dropdown .expand-more {
    line-height: 0px;
}
.full-nav .container_it_vegamenu {
    margin: 0px;
}
.full-nav .it-menu-vertical .menu-vertical {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    display: none;
}
#index .full-nav .it-menu-vertical .menu-vertical {
    display: block;
}
#header .it-menu-horizontal li.level-1.icon-only > a span{
    display: none;
}
.it-menu-vertical .menu-content {
    border: 1px solid transparent;
    border-top: none;
}
.it-menu-horizontal li.level-1.icon-only > a:before {
    content: "\e69b";
    font-family: themify;
    font-size: 24px;
    color: #fff;
    display: block;
    transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
}
#header .it-menu-horizontal .menu-content > li.level-1 > a{
    line-height: 50px;
    height: 50px;
}
#header .icon-wrap-circle {
    display: flex;
    cursor: pointer;
    align-items: center;
}
#header .icon-wrap-circle .icon-wrap {
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.icon-wrap-circle .icon-wrap .icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    line-height: 50px;
    color: #222;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.icon-wrap-circle:hover .icon-wrap .icon-box{
    color: #222;
}
.icon-wrap-circle .cart-content-right > span {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    color: #03085a;
}
.icon-wrap-circle .cart-content-right .nav-total {
    font-weight: normal;
    font-size: 14px;
    color: #dddddd;
}
.icon-wrap-circle .icon-wrap .icon-box .cart-products-count {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    right: -2px;
    color: #222;
    line-height: 17px;
    display: block;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    margin: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#header .nav-right .innovatory-cart .icon-wrap-circle:hover .cart-products-count{
    background-color: #fff;
}
.wobble {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: wobble;
    animation-timing-function: ease-in-out;
}
@keyframes wobble {
30%, 70% {
    transform: rotate(0deg);
}
35%, 65% {
    transform: rotate(10deg);
}
40%, 60% {
    transform: rotate(-10deg);
}
45%, 55% {
    transform: rotate(10deg);
}
50% {
    transform: rotate(-10deg);
}
}
.header-nav p {
    margin-bottom: 0;
}
.header-nav .dropdown .expand-more,.header-nav p {
    line-height: 40px;
    font-weight: 400;
    color: #03085a;
}
.innovatorySearch #search_block_top {
    border-bottom: none;
}
#search_block_top #searchbox {
    padding-right: 70px;
}
#search_block_top .btn.button-search {
    height: 100%;
    width: 70px;
    font-size: 22px;
    color: #fff;
    padding-right: 5px;
}
#search_block_top #search_query_top {
    width: calc(100% - 180px);
}
.it-menu-vertical .title-menu > i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 14px;
    font-size: 18px;
}
.innovatory-cart .cart .cart-content-right .cart-text{
    margin-right: 5px;
}
#header .innovatory-cart .cart > span.icon {
    margin-right: 10px;
}
#header .header-nav .mobile-menu-meta{
    display: none;
}
}
@media (min-width: 1051px) and (max-width: 1199px){
.header-nav .container .row > div{
	width: 50%;
}
#header .logo{
    max-height: 45px;
}
.icon-wrap-circle .cart-content-right > span{
	font-size: 14px;
    line-height: 1.5;
}
.icon-wrap-circle .cart-content-right .nav-total{
	font-size: 13px;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.header-top .right-nav {
    padding-right: 15px;
}
.nav-right .nav-total {
    font-size: 12px;
}
.currency-selector-wrapper .language-selector .selector-title {
    margin-left: 13px;
    padding-left: 13px;
}
.full-nav .container .row > .col-lg-2{
    width: 25%;
}
.full-nav .container .row > .col-lg-10{
    width: 75%;
}
}
@media (max-width: 1729px) and (min-width: 1200px){
.full-nav .container .row > .col-lg-2{
    width: 20%;
}
.full-nav .container .row > .col-lg-10{
    width: 80%;
}
#header .logo{
    max-height: 50px;
}
}
/* end Header */
/* ################################################################################### */
/* content */

/*slider*/
.ImageSlider:after {
    content: '';
    display: block;
    clear: both;
}
.itnivo-slider {
    position: relative;
}
#itimageslider .nivo-controlNav{
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;
    padding: 0;
}
#itimageslider .nivo-controlNav .nivo-control{
    font-size:0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    display: block;
    float: left;
    margin: 0 5px;
    background-color: #222;
}
#itimageslider .nivo-directionNav a{
    color: #fff;
    background-color: #222;
    display: inline-block;
    font-size: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    position:absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height:34px;
    border-radius: 50%;
}
#itimageslider .nivo-directionNav a:hover{
    color: #222;
}
#itimageslider .nivo-directionNav .nivo-prevNav{
    left: -50px;
}
#itimageslider .nivo-directionNav .nivo-nextNav{
    right: -50px;
}
#itimageslider:hover .nivo-directionNav .nivo-prevNav{
    left: 30px;
}
#itimageslider:hover .nivo-directionNav .nivo-nextNav{
    right: 30px;
}
@media screen and (max-width: 1199px){
#itimageslider .nivo-controlNav {
    bottom: 10px;
}
}
/*header offer banner*/
.header-banner{
    position: relative;
    display: block;
    background: #0421FF;
    overflow: hidden;
}
.header-banner > i {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}
.offer-banner{
    display: flex;
    align-items: center;
    padding: 7px 0;
}
.offer-banner > div:nth-child(4){
    margin-bottom: -10px;
}
.offer-banner > div:first-child {
    margin-bottom: -20px;
}
.offer-text{
    text-align: center;
    text-transform: uppercase;
}
.offer-text strong {
    display: inline-block;
    font-size: 34px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-right: 25px;
}
.offer-text p {
    display: inline-block;
    font-size: 24px;
    color: #222;
    margin-bottom: 0;
}
/*header cms*/
.top-bar-list > li {
    float: left;
    line-height: 40px;
    margin-right: 25px;
}
.top-bar-list > li a{
    color: #03085a;
}
.top-bar-list > li a.phone-number,
.top-bar-list > li a.email-address,
.top-bar-list > li a.address{
    color: #0322ff;
}
.top-bar-list.list-icons > li i{
    margin-right: 10px;
}
/*offer bar*/
.custom-html-widget {
    display: flex;
    min-height: 50px;
}
.custom-html-widget .rotator {
    display: flex;
    align-items: center;
    width: 100%;
}
.custom-html-widget .rotator p {
    width: 100%;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #222;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.custom-html-widget .offer-bar-tit {
    position: relative;
    min-width: 100px;
    background-image: url(../img/header-label.png);
    background-repeat: no-repeat;
    margin-top: -8px;
    background-size: contain;
}
/*top-banner-sec*/
.top-banner-sec {
    position: relative;
    z-index: 99;
}
.banner-col a{
    display: block;
    overflow: hidden;
    position: relative;
}
ul.banner-col{
    margin-bottom: 0
}
.banner-col img{
    width: 100%
}
.banner-col > a::before {
    border: 70px solid rgba(255,255,255,0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.banner-col > a::after {
    border: 30px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    position: absolute;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.banner-col:hover > a::before {
    border: 0 solid rgba(255,255,255,.7);
}
.banner-col:hover > a::after {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
}
 /*mid banner*/
.mid-banner-sec{
position: relative;
}
@media (max-width: 1729px) and (min-width: 1360px){
.custom-html-widget .offer-bar-tit {
    min-width: 70px;
    margin-top: -5px;
}
.custom-html-widget .rotator p{
    font-size: 14px;
}
.offer-banner > div:first-child {
    margin-bottom: -35px;
}
.offer-banner > div:nth-child(4) {
    margin-bottom: -20px;
}
}
@media (max-width: 1359px) and (min-width: 1051px){
.custom-html-widget .offer-bar-tit {
    display: none;
}
.custom-html-widget .rotator p {
    font-size: 12px;
}
}
@media screen and (max-width: 1199px){
	.offer-text p{
	    font-size: 18px;
	}
	.offer-banner > div:first-child {
	    margin-bottom: -40px;
	}
	.offer-banner > div:nth-child(4) {
	    margin-bottom: -25px;
	}
}
@media screen and (max-width: 991px){
    .offer-text strong {
        font-size: 24px;
        padding-bottom: 5px;
        margin-right: 20px;
    }
    .offer-text p {
        font-size: 14px;
    }
}


.owl-carousel .owl-nav{
    text-align: center;
}
.owl-carousel .owl-nav > *{
    color: #999;
    display: inline-block;
    font-size: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    border-radius:0;
    border:1px solid transparent;
}
.owl-carousel .owl-nav > *:first-child{
    margin-right: 10px
}
.owl-carousel .owl-nav button {
    background-color: transparent;
    font-size: 22px;
}
.owl-carousel .owl-nav > *.disabled{
    cursor: not-allowed;
}
.owl-carousel .owl-nav > *:hover{
    color: #fff;
}

@media screen and (max-width:767px){
.img-text-sec{
    padding: 0 15px;
}
.owl-carousel .owl-nav,.innovatoryProductGrid .owl-carousel .owl-nav {
    margin-top: 15px;
}
}

/*tab-product-sec*/
.sec-head-style{
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}
.it_tab{
    text-align: center;
    margin-bottom: 25px;
}
.tab-content{
    text-align:center;
    position:relative;
}
.innovatoryProductFilter .tab-content,
.innovatoryProductFilter .prod-filter{
    /*margin: 0 -15px;*/
    background:#f3f3f3;
    padding-top:20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
}
.it_tab .innovatory-tab{
    border: none;
    padding: 0px;
    text-align: center;
    position:relative;
    margin-left: auto;
}
.it_tab .innovatory-tab li{
    padding: 0px;
    margin: 0 5px;
}
.nav-tabs.innovatory-tab .nav-item+.nav-item {
    margin-left: 0px;
}
.it_tab .innovatory-tab li a{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #222;
    display: block;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    padding: 13px 15px;
    position: relative;
    font-weight:500;
    text-transform:capitalize;
    overflow: hidden;
}
.it_tab .innovatory-tab li a.active,
.it_tab .innovatory-tab li a:hover{
    color: #222;
}
.innovatoryProductGrid .comments_note .laberCountReview,
.innovatoryProductList .comments_note .laberCountReview,
.innovatoryProductList .comments_note .open-comment-form,
.innovatoryProductGrid .comments_note .open-comment-form,
.quickview .comments_note .open-comment-form{
    display: none;
}
.innovatoryProductGrid .disabled,
.innovatoryProductList .disabled {
    cursor: no-drop !important;
}
.itcolumn:hover .owl-prev, .itcolumn:hover .owl-next {
    opacity: 1;
}
.sec-head-style .h3,
.sec-head-style h3{
    font-size: 16px;
    margin-bottom: 5px;
}
@media screen and (min-width: 1360px){
.sec-head-style h3,
.sec-head-style .h3,
#tabbedcathome h3{
    margin-bottom: 0;
    font-size: 20px;
    font-style: italic;
    color: #0322ff;
}
}
@media screen and (max-width: 1359px){
.it_tab .innovatory-tab li a{
	padding: 10px;
}
}
@media (min-width: 768px) and (max-width: 1199px){
.it_tab .innovatory-tab li a {
    font-size: 14px;
}
}
@media (min-width: 768px) and (max-width:991px){
#left-column.col-md-3, .left-column.col-md-9 {
    width: 100%;
}
}
@media screen and (min-width: 768px){
.sec-head-style {
    padding: 0 85px 0 0px;
    display: flex;
    align-items: center;
    min-height: 35px;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: -70px;
    margin-top: 0 !important;
    right: 15px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.product-accessories.innovatoryProductGrid{
    margin-top:50px;
}
.list_manufacturer.owl-carousel .owl-nav{
    right: 0px;
}
}
@media screen and (max-width: 767px){
.sec-head-style{
    background-color: transparent;
    margin-bottom: 20px;
    text-align: center;
}
}
@media screen and (max-width: 545px){
.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: 0px !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: 0px;
    padding: 10px 15px;
    font-size: 14px
}
}
/* innovatoryProductGrid */
.innovatoryProductGrid{position:relative;}
.innovatoryProductFilter{
    padding-top: 10px;
}
.it_category_feature, .innovatoryProductFilter, #itblog_block {
    /*margin-left: 15px;*/
    margin-right: 14px;
    overflow: hidden;
}
.innovatoryProductGrid .item{
    overflow: hidden;
    border:1px solid transparent;
}
.empty-block .item:hover,
.empty-block .item{
    transform: none;
    box-shadow: none;
}
.innovatoryProductGrid .item .alert-warning{
    margin: 0
}
.innovatoryProductGrid .innovatoryProduct-image{
    position: relative;
    text-align:center;
    overflow: hidden;
    height: 215px;
}
.innovatoryProduct-image .product-thumbnail img{
    width: 100%
}
.innovatoryProductList .innovatoryProduct-image .product-thumbnail img{
    width: auto
}
.innovatoryProductGrid .innovatoryProduct-image .thumbnail{
    display:block;
    position:relative;
}
.innovatoryProductList .innovatoryProduct-image .thumbnail .hover_image,
.innovatoryProductGrid .innovatoryProduct-image .thumbnail .hover_image{
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
.innovatoryProductList .item:hover .innovatoryProduct-image .thumbnail .hover_image,
.innovatoryProductGrid .item:hover .innovatoryProduct-image .thumbnail .hover_image{
    opacity:1;
}
/*.innovatoryProduct-container:hover img {
    transform: rotateY(180deg);
    transition: 1s;
}*/
.innovatoryProductGrid  .variant-links{
    background-color: #fff !important;
    bottom: 20px;
    opacity: 0;
    padding: 10px 5px 5px 10px !important;
    position: absolute !important;
    left: -100%;
    top: inherit !important;
    min-height: 0 !important;
    width: auto !important;
    -webkit-border-radius: 2px 0 0 3px;
    -moz-border-radius: 2px 0 0 3px;
    -ms-border-radius: 2px 0 0 3px;
    -o-border-radius: 2px 0 0 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.innovatoryProductGrid .item:hover  .variant-links{
    left: 0;
    opacity:1;
}
.innovatoryProductGrid  .variant-links .color{
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.innovatoryProductGrid  .variant-links  .color.active,
.innovatoryProductGrid  .variant-links .color:hover,
.innovatoryProductGrid  .variant-links .custom-checkbox input[type="checkbox"] + span.color.active,
.innovatoryProductGrid  .variant-links .custom-checkbox input[type="checkbox"] + span.color:hover,
.innovatoryProductGrid  .variant-links .facet-label.active .custom-checkbox span.color,
.innovatoryProductGrid  .variant-links .facet-label:hover .custom-checkbox span.color{
    border: 1px solid #3a3838;
}
.innovatoryProductGrid .innovatoryActions {
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
}
.innovatoryProductGrid .innovatory-product-description .innovatoryActions {
    top: -40px;
}
.innovatoryProductGrid  .innovatoryActions-i{display:block;}
.innovatoryProductGrid .innovatoryActions .innovatoryItem {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.innovatoryProductGrid .innovatoryProduct-container .innovatoryQuick{
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -ms-transition-delay: .2s;
    margin: 0 5px;
}
.innovatoryProductGrid .innovatoryProduct-container .innovatoryWish{
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -ms-transition-delay: .1s;
    cursor: pointer;
    margin: 0 5px;
}
.innovatoryProductGrid .innovatoryProduct-container:hover .innovatoryItem {
    transform: translateY(0);
    opacity: 1;
}
.innovatoryProductGrid  .innovatoryItem .quick-view,
.innovatoryProductGrid  .innovatoryItem .addToWishlist,
.innovatoryProductGrid  .innovatoryItem .cart-btn {
    color: #fff;
    display: block;
    font-size: 18px;
    position: relative;
    margin: 0;
    background-color: #222;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;
    border-radius:0;
}

.wishlist_button_extra {
	color: #030759;
    display: block;
    font-size: 18px;
    position: relative;
    margin: 0;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;
    border-radius:0;
    float: left;
}

#idWishlist {
	padding: 0;
	width:180px;
}

.connected_wishlist {
	width: 300px !important;
}
.wishlist_select {
	background: #FDCD00 !important;
	border: none !important;
}
#wishlist_button {
	color: #030759;
    display: block;
    font-size: 14px;
    position: relative;
    margin: 0;
    width: 220px;
    height: 50px;
    background-color: #FDCD00;
    text-align: center;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;
    border-radius:0;
    padding: 0 30px 0 30px;
    font-weight: 600;
    margin-left: 200px;
    line-height: 50px;
}

.innovatoryProductGrid  .innovatoryItem .quick-view:hover,
.innovatoryProductGrid  .innovatoryItem .addToWishlist:hover,
.innovatoryProductGrid  .innovatoryItem .cart-btn:hover,
.home_blog_post .blog_post_content .post_thumbnail .blogicons a.icon:hover{
    color:#222;
}
.innovatoryProductGrid  .innovatoryItem .quick-view i,
.innovatoryProductGrid  .innovatoryItem .addToWishlist i,
.innovatoryProductGrid  .innovatoryItem .cart-btn i{
    line-height: 38px;
}
.innovatoryProductGrid .innovatoryItem .innovatorywishlist a span{
    display:none;
}
.innovatoryProductList .item-inner .innovatorySale-label,
.innovatoryProductList .item-inner .innovatoryNew-label,
.itcolumn .innovatorySale-label,
.itcolumn .innovatoryNew-label,
.innovatoryProductGrid  .innovatorySale-label,
.innovatoryProductGrid  .innovatoryNew-label{
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    top: 10px;
    /*background-color: #222;*/
    font-weight: 400;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.innovatoryNew-label{
    left: -70px;
}
.innovatoryProductGrid .innovatoryNew-label {
	background-color: #FDCD00 !important;
	color:#000 !important;
}

.innovatoryProductGrid .innovatoryNew-label:before {
	content: " ";
	background: #fccd00;
	position: absolute;
	top:0;
	left:60px;
	right:-10px;
	bottom:0;
	transform: skewX(-23deg);
}

@media screen and (max-width: 737px){
		.innovatoryProductGrid .innovatoryNew-label:before {
			left: 50px;
		}
}
.innovatoryProductList .item-inner .innovatorySale-label,
.itcolumn .innovatorySale-label,
.innovatoryProductGrid .innovatorySale-label{
    right: -50px;
    left: auto;
    text-transform: capitalize;
}
.innovatoryProductList .innovatoryProduct-container:hover .innovatoryNew-label,
.innovatoryProductGrid .innovatoryProduct-container:hover .innovatoryNew-label{
    left:0px
}
.innovatoryProductList .innovatoryProduct-container:hover .innovatorySale-label,
.innovatoryProductGrid .innovatoryProduct-container:hover .innovatorySale-label{
    right:0px
}
.innovatoryProductList .item-inner .reduction_percent_display,
.itcolumn  .reduction_percent_display,
#itsearch_data .items-list .item .reduction_percent_display,
#product .has-discount .discount, .has-discount .discount,
.quickview .current-price span.discount{
    background: #222 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    margin: 0 5px;
    padding: 5px 6px;
    line-height: 1;
}
.itcolumn .innovatoryStock,
.innovatoryProductGrid .innovatoryStock{
    color: #989898;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height:1;
}
.subpage .innovatoryProductGrid .productName,
.itcolumn h2.h2.productName,
.innovatoryProductGrid .productName{
    line-height: 1;
    text-transform: none;
    margin-bottom: 2px;
    /*height:40px;*/
}
.innovatoryProductGrid .innovatoryProduct-container .innovatory-product-price-and-shipping,.innovatoryProductGrid .productName {
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.innovatoryProductGrid .innovatory-product-description .innovatoryCart .cart-btn{
    width: 100%;
    color: #fff;
    display: block;
}
.innovatoryProductGrid .innovatory-product-description .innovatoryCart .cart-btn:hover{
    color: #222;
}
#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;
}
.innovatoryProduct-container .comments_note {
    display: block;
    margin-bottom: 5px;
}
#products .comments_note, .featured-products .comments_note, 
.product-accessories .comments_note, .product-miniature .comments_note,
.innovatoryProductGrid .innovatoryProduct-container .comments_note{
/*    line-height: 1;
    text-align:left !important;*/
    display:none;
}
.comments_note div.star, #productCommentsBlock div.star {
    height:auto;
    line-height: 1;
}
.innovatoryProductGrid .innovatoryProduct-container .comments_note .star_content{
    display:inline-block;
}
.innovatoryProductGrid.specialProductGrid .innovatoryProduct-container .comments_note .star_content {
    display: block;
}
.innovatoryProductList .innovatoryCart button,
.innovatoryProductList .innovatoryItem a{
    height: 40px;
    width: 40px;
    border: none;
    color: #fff;
    padding: 0;
    margin-right: 10px;
    font-size: 18px;
    line-height: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    display: block;
    text-align: center;
    border-radius: 0;
    background-color: #222
}
.innovatoryProductList .innovatoryItem a i {
    display: block;
    line-height: 38px;
}
.innovatoryProductList .innovatoryItem a:hover,
.innovatoryProductList .innovatoryCart button:hover{
    color: #222;
}
.innovatoryProductList .innovatoryItem a span,
.innovatoryProductList .innovatoryBottom span{
    background: rgba(0, 0, 0, 0.8);
    border: medium none;
    border-radius: 2px;
    bottom: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    left: 50%;
    line-height: 20px;
    margin-bottom: 5px;
    max-width: 200px;
    padding: 5px 12px;
    position: absolute;
    text-transform: capitalize;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.innovatoryProductList .innovatoryItem a span:before,
.innovatoryProductList .innovatoryBottom span:before{
    border-color: rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0);
    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 .innovatoryItem a:hover span,
.innovatoryProductList .innovatoryBottom:hover span{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.ui-front.ui-menu .ui-menu-item .search-item .product-name,
.subpage .innovatoryProductGrid .productName a,
.itcolumn .productName a,
.innovatoryProductGrid .productName a{
   color: #0322ff;
   font-size: 1rem;
   font-weight: 700;
   display: block;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*line-height: 1.3;*/
    margin: 0.5rem 0;
    min-height: 6.5em;
}
.product-ref{
    color: #000000;
    font-size: 13px;
}
.product-availability {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1.2;
  height: 40px;
}
.innovatory-product-description .product-availability {
   margin-top: 10px; 
}
.sub-price{
    line-height: 1;
    color: #666;
}
.innovatoryActionsFix .btn-success{
    width: 100%;
    margin-top: 10px;
}
.product-conditionnement{
    display: inline-flex;
    justify-content: space-between;
    color: #444444;
    width: 100%;
/*    min-height: 25px;*/
}
.product-availability .available::before {
  content: '•';
  color: #28a745; /* Vert succès */
  margin-right: 0.4rem;
  font-size: 1.2rem;
  line-height: 1;
}
.product-availability .available {
  color: #28a745;
  display: inline-flex;
  align-items: center;
}
.product-availability .available.orange::before {
  color: orange;
}
.product-availability .available.orange {
  color: orange;
}
.product-availability .available.red::before {
  color: red;
}
.product-availability .available.red {
  color: red;
}
.product-availability .alloutofstock::before {
  content: '•';
  color: #28a745;
  margin-right: 0.4rem;
  font-size: 1.2rem;
  line-height: 1;
}

.product-availability .alloutofstock {
  color: #28a745;
}
.itcolumn .old-price ,
.innovatoryProductGrid .old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}
#index .innovatoryProductGrid .old-price,#left-column .product-miniature .regular-price{
    margin-left: 5px;
}
.itcolumn .price ,
.innovatoryProductGrid .price,
.innovatoryProductList .price {
    color: #222;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.itcolumn .price{
    font-size: 15px
}
@media (max-width: 1729px) and (min-width: 1200px){
.innovatoryProductGrid .innovatoryItem .cart-btn {
    padding: 0 7px;
    font-size: 12px;
    line-height: 3.4;
}
}
@media screen and (max-width:1050px){
.innovatoryProductGrid .innovatoryActions{
	top: 90%;
}
.innovatoryProductGrid .innovatoryProduct-container .innovatoryItem {
    transform: translateY(0);
    opacity: 1;
}
.innovatoryProductGrid .hidden-lg-up {
    display:inline-block !important;
}
.innovatoryProductGrid .hidden-md-down {
    display: none !important;
}
}
@media screen and (min-width: 1051px){
.innovatoryProductGrid .hidden-lg-up {
    display: none!important;
}
.innovatoryProductGrid .hidden-md-down {
    display: block !important;
}
.innovatoryProductGrid  .innovatoryItem .cart-btn{
    width: auto;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 3;
}
}
@media (min-width: 1051px) and (max-width: 1199px){
.innovatoryProductGrid .innovatoryItem .cart-btn {
    font-size: 14px;
    line-height: 2.7;
    padding: 0 10px;
}
}
@media screen and (max-width: 1199px){
.innovatoryProductGrid .innovatoryItem .quick-view, .innovatoryProductGrid .innovatoryItem .addToWishlist, .innovatoryProductGrid .innovatoryItem .cart-btn {
    font-size: 16px;
    width: 36px;
    height: 36px;
}
.innovatoryProductGrid .innovatoryProduct-container .innovatoryQuick {
    margin: 0 7px;
}
.innovatoryProductGrid .innovatoryItem .quick-view i, .innovatoryProductGrid .innovatoryItem .addToWishlist i, .innovatoryProductGrid .innovatoryItem .cart-btn i {
    line-height: 34px;
}
}
@media screen and (max-width: 767px){
.innovatoryProduct > .row{
    margin: 0
}
.innovatoryProductGrid .innovatoryProduct-container .innovatoryQuick {
    margin: 0 10px;
}
.itcolumn .price ,
.innovatoryProductGrid .price,
.innovatoryProductList .price {
    font-size: 15px;
}
.innovatoryProductList .item-inner .innovatorySale-label, .innovatoryProductList .item-inner .innovatoryNew-label, .itcolumn .innovatorySale-label, .itcolumn .innovatoryNew-label, .innovatoryProductGrid .innovatorySale-label, .innovatoryProductGrid .innovatoryNew-label {
    font-size: 10px;
}
}
@media screen and (max-width: 543px){
.innovatoryProductList .innovatoryProduct-image .product-thumbnail img {
    width: 100%;
}
.innovatoryProductGrid .innovatoryItem .quick-view, .innovatoryProductGrid .innovatoryItem .addToWishlist, .innovatoryProductGrid .innovatoryItem .cart-btn {
    font-size: 14px;
    width: 28px;
    height: 28px;
}
.innovatoryProductGrid .innovatoryItem .quick-view i, .innovatoryProductGrid .innovatoryItem .addToWishlist i, .innovatoryProductGrid .innovatoryItem .cart-btn i {
    line-height: 28px;
}
}
@media screen and (max-width: 480px){
.innovatoryProductGrid  .innovatoryItem .quick-view:before,
.innovatoryProductGrid  .innovatoryItem .addToWishlist:before,
.innovatoryProductGrid  .innovatoryItem .cart-btn:before{
    display: none;
}
.innovatoryProductGrid .innovatoryItem .quick-view, .innovatoryProductGrid .innovatoryItem .addToWishlist, .innovatoryProductGrid .innovatoryItem .cart-btn{
    transform: none;
}
.itcolumn .price ,
.innovatoryProductGrid .price,
.innovatoryProductList .price {
    font-size: 14px;
}
.itcolumn .old-price, .innovatoryProductGrid .old-price{
    font-size: 10px
}
}

/*specialProductGrid*/
.pos_special_product{
    overflow: hidden;
}
.innovatoryProductGrid.specialProductGrid .innovatoryProduct-image {
    padding: 0;
    margin: 10px;
    width: calc(100% - 20px);
}
.specialProductGrid .product_desc {
    padding-top: 0px;
    padding-bottom: 10px;
}
.innovatoryProductGrid.specialProductGrid .innovatory-product-price-and-shipping{
    padding-bottom: 0;
}
.innovatoryProductGrid.specialProductGrid .innovatory-product-price-and-shipping .reduction_percent_display{
    padding: 3px 5px;
    line-height: 1;
    color: #222;
    font-size: 12px;
    margin-left: 5px;
}
.specialProductGrid .product-add-to-cart .ajax_add_to_cart_button{
    border:none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    line-height: 1;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    margin-top: 30px;
}
.specialProductGrid .product-add-to-cart .ajax_add_to_cart_button:hover{
    color: #fff
}
/*countdown*/
.countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #666;
}
.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
    display: block;
}
.countdown-row:after{
    content: '';
    display: block;
    clear: both;
}
.countdown-show1 .countdown-section {
    width: 98%;
}
.countdown-show2 .countdown-section {
    width: 48%;
}
.countdown-show3 .countdown-section {
    width: 32.5%;
}
.countdown-show4 .countdown-section {
    width: calc(25% - 6px);
        margin: 0 3px;
    padding: 4px 0 10px;
    background-color: #fff;
}
.countdown-show5 .countdown-section {
    width: 19.5%;
}
.countdown-show6 .countdown-section {
    width: 16.25%;
}
.countdown-show7 .countdown-section {
    width: 14%;
}
.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}
.countdown-amount {
    font-size: 15px;
    color: #222;
    font-weight: 500;
}
.countdown-period {
    display: block;
    line-height: 1;
    font-size: 12px;
    color: #222;
}
@media screen and (max-width: 543px){
.innovatoryProductGrid.specialProductGrid .innovatoryProduct-image{
    width: auto;
}
.specialProductGrid .product_desc{
    padding-top: 10px;
}
}
@media (min-width:1200px) and (max-width:1559px){
.specialProductGrid .product_desc {
    padding:0 0 5px 0;
}
.ui-front.ui-menu .ui-menu-item .search-item .product-name, .subpage .innovatoryProductGrid .productName a, .itcolumn .productName a, .innovatoryProductGrid .productName a{
  min-height: 8.5em;
}
.specialProductGrid .product-timer,.specialProductGrid .product-add-to-cart .ajax_add_to_cart_button{
    margin-top: 15px;
}
}
@media screen and (max-width: 1199px){
	.specialProductGrid .product_desc{
		padding: 0 10px 10px ;
	}
}
@media screen and (max-width: 991px){
    #index .pos_special_product{
        margin-top: 30px;
    }
}
/* testimonials */
.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, 0.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:hover span,
.it_testimonials .owl-controls .owl-pagination .owl-page.active span{background-color:#1a1a1a;}

/* innovatoryGridList */
.products-selection{
    margin: 0 0 30px;
    background-color: #0322ff;
    padding: 15px 0;
}
.products-selection p{
	color:#fff;
}
.innovatoryGridList {}
.innovatoryGridList .display-title{
    color: #333333;
    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: 32px;
    line-height: 14px;
    width: 32px;
}
.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;
}
.innovatoryGridList li#grid a:hover,
.active_grid .innovatoryGridList  li#grid a{
    background-position: -8px -69px;
}
.innovatoryGridList li#list a:hover,
.active_list .innovatoryGridList  li#list a{
    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: stretch;
}
}

/* innovatoryProductList  */
.innovatoryProductList .item {
    border: 1px solid transparent;
    margin-bottom: 30px;
    border-radius: 0px;
    background-color: #fff
}
.innovatoryProductList .item .innovatoryProduct-image{
    position:relative;
    overflow: hidden;
}
.innovatoryProductList .item .innovatory-product-description{
    padding-top:25px;
    padding-bottom:25px;
}
#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links, .product-miniature .variant-links{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 15px;
    min-height: 0;
    padding: 0;
    text-align: left;
}
.color, .custom-checkbox input[type="checkbox"] + span.color{
    border-radius: 100%;
    height: 15px;
    margin: 0 5px 0 0;
    width: 15px;
}
.color.active, .color:hover, .custom-checkbox input[type="checkbox"] + span.color.active, .custom-checkbox input[type="checkbox"] + span.color:hover, .facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color{
    border:1px solid #3a3838;
}
.innovatoryProductList .description_short{
    line-height: 25px;
     margin-bottom: 15px;
}
.innovatoryProductList .description_short p{
    color: #666666;
    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: #666666;
    font-size:16px;
    font-weight: 400;
}
.subpage .innovatoryProductList .innovatory-product-title a:hover{
    color: #222;
}
.innovatoryProductList .innovatory-product-price-and-shipping{
    margin-bottom: 10px
}
.innovatoryProductList .regular-price {
    color: #c3c3c3;
    font-size: 14px;
    margin-right: 5px;
    text-decoration: line-through;
}
.innovatoryProductList .Out-stock,
.innovatoryProductList .available_now{
    color:#1a1a1a;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.innovatoryProductList .Out-stock{
    color:#d60d46;
}
.product-description-short ul,
#product-description-short ul,
.description_short ul{
    list-style: disc;
    padding-left: 19px;
    color: #666
}

@media screen and (max-width: 543px){
.innovatoryProductList .item .productlist-left {
    padding: 0;
}
}
@media screen and (min-width: 544px){
.innovatoryProductList .item .innovatoryProduct-image {
    position: relative;
    height: 100%;
}
.innovatoryProductList .item .productlist-left {
    padding: 0;
}
.innovatoryProduct-container.item:after {
    content: '';
    display: block;
    clear: both;
}
.innovatoryProductList .item {
    position: relative;
    overflow: hidden;
}
}
/*@media screen and (min-width: 768px){
.innovatoryProduct .product-add-to-cart {
    margin-bottom: 18px;
}
}*/

/* product categoty */
.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 .innovatorySub-cate{}
.itproductcategory .innovatoryCateProducts {
    min-height: 420px;
    position: relative;
}
.itproductcategory .innovatoryCateProducts .loanding{
    background: #fff url("../img/Preloader_2.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.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{}

.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 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 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:left;
    padding-top: 10px;
}
.innovatoryProductGrid .innovatory-product-description{
    padding: 10px 10px 0;
    min-height: 300px;
}
.innovatoryProductList .innovatory-product-description,
.innovatoryProductList .product-miniature .comments_note{
    text-align: left;
}
.itcolumn .innovatoryProduct-image{
    margin-right:10px;
    position: relative;
    width: 150px;
}
.innovatoryProductGrid .innovatory-product-price-and-shipping,
.itcolumn .innovatoryProduct-container .innovatory-product-price-and-shipping{
    padding-bottom:5px;
}
.innovatoryProductGrid .innovatory-product-price-and-shipping {
    min-height:65px;
}
.innovatoryProductGrid .innovatory-product-price-and-shipping > span{
    display: inline-block;
    vertical-align: middle;
}
.innovatoryActions .innovatorywishlist a span{display:none;}
@media screen and (max-width: 480px){
.innovatoryProductGrid .innovatory-product-description {
    padding: 10px 5px 0;
}
}
@media screen and (max-width: 767px){
.innovatoryProductGrid .innovatory-product-price-and-shipping, .itcolumn .innovatoryProduct-container .innovatory-product-price-and-shipping {
    padding-bottom: 5px;
}
.innovatoryProductGrid .innovatory-product-price-and-shipping {
    min-height: 31px;
}
}

/* pagination */

.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: normal;
    height: 35px;
    line-height: 35px;
    width: 35px;
    color:#1e1e1e;
}
.pagination .page-list li a:hover ,
.pagination .page-list li a.disabled {
    color:#fff;
    background-color: #0322ff!important;
    border-color: #0322ff!important;
}
.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: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
}
.subpage .page-header h1 {
    text-align: center;
}
.sec-heading h3{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom:5px;
    color: #030759;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (min-width:992px){
.sec-heading h3{
    font-size: 30px;
}
}

/* product detail */
#product #footer,
#category #footer{
    margin-top: 30px;
}
#product #content{
    max-width: none;
}
#product .innovatoryProduct .owl-carousel{
    display: block;
}
#product h1.h1 {
    font-size: 1.75rem;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3;
    color: #2F5597;
}
#product .current-price span,
.quickview .current-price span{
    color: #222;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
#product  .product-discount .regular-price{
    color: #aaaaaa;
    font-size:16px;
    line-height: 1;
    vertical-align: middle;
}
.innovatoryProduct .open-comment-form:hover{
    color: #666
}
.product-information p{
    color: #8e8e8e;
    font-size: 13px;
    line-height: 25px;
}
.product-actions .control-label, .product-prices .tax-shipping-delivery-label {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    width:auto;
    margin-right:30px;
    vertical-align: middle;
    display: block;
    width: auto;
    float: none;
}
.product-actions .product-variants ul{
   display: inline-block;
    vertical-align: middle;
    margin-bottom:0;
}
.product-add-to-cart .product-quantity{
    display: inline-block;
    vertical-align: middle;
}
.product-add-to-cart .product-quantity .qty,.product-add-to-cart .product-quantity .add{
    margin-bottom:0;
}
.product-cover{
    border: 2px solid transparent;
}
.product-cover img{
    box-shadow:0 0 0;
}
.product-variants > .product-variants-item select {
    border: 1px solid transparent;
    height: 35px;
    padding: 0 10px;
    width: 200px;
}
.innovatoryProduct + .innovatoryTabs .tab-content{
    background-color: #fff
}
.innovatoryProduct + .innovatoryTabs{
    margin-bottom: 30px;
}
.tabs{
    box-shadow: 0 0 0;
    margin-bottom:30px;
    margin-top: 30px;
    text-align:center;
    padding:0;
}
.tabs .nav-tabs{
    border-top:0;
    border-bottom:0;
    height:50px;
}
.tabs .nav-tabs ul{
    border:none;
    display: inline-block;
    margin:0;
}
.tabs .nav-tabs .nav-item{
    margin:0 15px;
    padding: 0;
}
.tabs .nav-tabs .nav-link {
    color: #b6b6b6;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    padding: 0;
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover{
    border-bottom:0;
    color: #0322ff !important;
    font-style: italic;
}
.tabs .tab-content{
    padding: 0px;
    text-align: left;
    border:1px solid transparent;
    margin-top: 40px;
}
.tabs .tab-content .tab-content-title {
    color: #2f5597;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px; 
}
.tabs .tab-pane{
    padding:0;
    overflow-x: auto;
}
.tabs .product-description{
    line-height: 23px;
}
.tabs .product-description p{
    color:#666;
}
.product-features {
    margin-left: 0;
    margin-top: 10px;
}
.product-accessories{
    margin-bottom:60px;
}
/*.product-actions .add-to-cart {
    background: #FDCD00;
    border-color: #FDCD00;
    color: #030759;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 30px;
    text-transform: none;
    margin-bottom: 0;
    float: left;
}*/
.product-quantity #quantity_wanted {
    background-color: #fff;
    color: #414141;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    width: 50px;
    margin-left:50px;
}
.product-quantity .qty{width:150px;margin-right:15px;}
.product-quantity .input-group-btn-vertical .btn {
    display: block;
    height: 50px;
    line-height: 20px;
    padding:0;
    text-align: center;
    width: 50px;
    float: right;
    margin-right: 2px;
}
.product-quantity .input-group-btn-vertical .bootstrap-touchspin-down{
    position: absolute;
    left: 1px;
    width: 50px;
    top: 2px;
}
.product-quantity .input-group-btn-vertical{
    display: inline-block;
    position: absolute;
    content: "";
    width: 100%;
    left: 1px;
}
.product-quantity .input-group-btn-vertical .btn i {
    font-size: 20px;
    position:unset;
}

.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 .thumbnails{
    display:none;
}

@media screen and (max-width: 544px){
.innovatoryProduct + .innovatoryTabs .nav-tabs .nav-link {
   white-space: nowrap;
}
.innovatoryProduct + .innovatoryTabs .nav-tabs ul{
    display: flex;
    overflow-x: auto;
}
.innovatoryProduct + .innovatoryTabs .nav-tabs ul::-webkit-scrollbar {
    display: none;
}
}
@media screen and (max-width: 767px){
#js-product-list .pagination{
    margin-top: 0
}
.tabs .nav-tabs .nav-item {
    margin: 0 10px;
}
}
@media (min-width: 768px) and (max-width: 991px){
#product h1.h1 {
    font-size: 20px;
}
.product-actions .add-to-cart {
    font-size: 12px;
    padding: 0 20px 0 20px;
}
}
@media (min-width: 992px) and (max-width: 1199px){
#product h1.h1 {
    font-size: 20px;
}
}

/* quickview */
.quickview h1{
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 15px;
}
#product-description-short ul li,
#product-description-short p{
    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;
}
.scroll-box-arrows i,
.quickview .product-images .owl-nav > * {
    background:transparent;
    border: 1px solid transparent;
    bottom:40px;
    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;
}
.quickview .owl-carousel .owl-nav{
    margin-top: 0;
    transform: none !important;
    top: auto !important;
    bottom: 0;
    position: static !important;
}
.scroll-box-arrows i.left:before,
.quickview .product-images .owl-nav i.left:before{
    content: "\f104";
    font-family: fontawesome;
    font-style: normal;
}
.scroll-box-arrows i.right:before,
.quickview .product-images .owl-nav 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;
}
.scroll-box-arrows i:hover,
.quickview .product-images .owl-nav > *:hover{
    border-color:transparent;
    background-color:transparent;
}
.images-container .js-qv-mask{
    margin: 0 auto;
    /*width: 328px;*/
}
.quickview .product-price{
    margin-bottom: 0;
        display: inline-block;
    vertical-align: middle;
}
.quickview .product-prices{
    margin-top: 10px;
    margin-bottom: 5px;
}
ul.product-images.js-qv-product-images {
    text-align: center;
    margin-bottom: 0;
}
.quickview .scroll-box-arrows {
    display: block;
    padding: 0 15px;
    position: relative;
}
.quickview .product-images .thumb-container img{
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
}
.quickview .product-images .thumb-container{
    padding:0 5px;
}
.quickview .modal-content {
    background: #fff;
}
.images-container .product-images li.thumb-container .thumb {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 0;
    margin-right: 0.8125rem;
    width: 100%;
    margin: 0 ;
    border-radius:5px;
}
.product-images>li.thumb-container {
    width: 33.33%;
    padding: 0 7px;
    box-sizing: border-box;
    display: inline-block;
}
.product-images > li.thumb-container .thumb.selected, .product-images > li.thumb-container .thumb:hover{
    border: 1px solid transparent;
}
.quickview .product-images .thumb-container img.selected,
.quickview .product-images .thumb-container img:hover{
    border-color:transparent;
}
.quickview .modal-header .close{
    color: #222;
}

@media screen and (max-width:767px){
.quickview .modal-dialog{
    width: auto;
}
.quickview .product-quantity .qty{
    width: 120px;
}
.quickview .product-quantity #quantity_wanted{
    height: 40px;
    width: 40px;
    margin-left: 40px;
}
.quickview .product-quantity .input-group-btn-vertical .btn,
.quickview .product-quantity .input-group-btn-vertical .bootstrap-touchspin-down{
    width: 40px;
    height: 40px;
    text-align: center;
}
.quickview .product-actions .add-to-cart{
    height: 40px;
    line-height: 40px;
}
}
@media (max-width: 1199px) {
.quickview-title {
    font-size: 28px;
}
}
@media (max-width: 991px) {
.quickview .modal-dialog {
    width: 720px;
}
.quickview.in .modal-content .modal-body .col-md-6 {
    width: 100%;
    float: left;
}
.quickview .modal-body .col-md-6.col-sm-6 {
    width: 100%;
}
}
@media (max-width: 767px) {
.quickview .modal-dialog {
    width: 500px;
}
.quickview-title .tt-producttitle {
    font-size: 24px;
}
.images-container .js-qv-mask {
    width: 328px;
}
.scroll-box-arrows i, .quickview .product-images .owl-nav > * {
    bottom: 40px;
}
#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: 214px;
        margin: 0 auto;
    }
    .product-images>li.thumb-container {
        width: 50%;
    }
    .scroll-box-arrows i, .quickview .product-images .owl-nav > * {
        bottom: 35px;
    }
}
@media (min-width: 544px) and (max-width: 991px) {
.product-images>li.thumb-container {
   width: 33%;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.product-images>li.thumb-container {
	   width: 33%;
	}
	/*.images-container .js-qv-mask{
	    width: 280px;
	}*/
	.scroll-box-arrows i, .quickview .product-images .owl-nav > * {
	    bottom: 30px;
	}
}
@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;
}
.quickview .product-cover {
    border: none;
}
}
@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;
}

/* innovatoryTestimonial------------------*/
.innovatoryTestimonial {
    margin-bottom:30px;
}
.innovatoryTestimonialOwl {
    padding:0px;
    background-color: #fff;
}
.innovatoryTestimonial .item .innovatoryComment{
    font-size: 14px;
    font-weight: 300;
    margin-top:0;
    padding:20px 15px 60px;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    color: #666;
    background-color: #f5f5f5;
    border:1px solid #e2e2e2;
}
.innovatoryTestimonial .item .innovatoryComment .comment-text{
    margin-top: 10px;
}
.innovatoryTestimonial .item .innovatoryComment i {
    display: block;
    font-size: 30px;
}
.innovatoryTestimonial .item .innovatoryAuthor{
    color: #222;
    font-weight: 500;
    padding-top: 0px;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
}
.innovatoryTestimonial .item span{
    font-size: 18px;
    font-weight: 400;
    font-size: 15px;
}
.innovatoryTestimonial .item span.innovatoryOffice{
    color: #222;
    font-weight: 500;
    text-transform: none;
    display: block;
    line-height: 1;
    font-size: 13px;
}
.innovatoryTestimonial .item .img-wrap{
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    overflow: hidden;
    width: 100px;
    position: relative;
    margin-top: -50px;
}
.owl-carousel .owl-dots{
    text-align: center;
    display: block;
    margin: 10px 0;
}
.owl-carousel .owl-pagination .owl-page{
     display: inline-block;
}
.owl-carousel .owl-dots button{
    border:none;
    background-color: transparent;
    border-radius: 100%;
    display: block;
    width: 20px;
    padding: 0;
    display: inline-block;
    position:relative;
}
.owl-carousel .owl-dots button:before{
    background: #666;
    border-radius: 100%;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 4px;
    width: 10px;
}

/*service-sec------------------*/
.service-sec{
    margin-top: 30px;
    border: 1px solid transparent;
    padding:0;
}
.subpage .service-sec{
    margin-bottom: 30px;
}
.service {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.service-box:not(:last-child){
    border-bottom: 1px solid transparent;
}
.service-sec:after {
    content: '';
    display: block;
    clear: both;
}
.service .icon {
    max-width: 42px;
    height: auto;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: block;
    margin-right: 15px;
}
.service-box .service:hover img {
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.service h2{
    font-size: 15px;
    color: #222;
    font-weight:600;
    text-transform: capitalize;
    margin-bottom:10px;
}
.service p{
    line-height: 1;
    margin-bottom: 0;
    font-size: 13px;
}
@media (min-width: 1200px) and (max-width: 1359px){
.service-sec .service-box {
    padding-left: 10px;
    padding-right: 8px;
}
}
@media screen and (max-width: 1199px){
.service h2{
    font-size: 14px;
}
.innovatoryTestimonial .item span{
	font-size: 13px;
}
}
@media (min-width :992px) and (max-width:1050px){
.service-sec{
    margin-top:0px;
}
}
@media (min-width :992px) and (max-width: 1199px){
.service {
    flex-flow: column;
}
.service .ser-detail {
    text-align: center;
}
.service .icon{
    margin-right: 0;
    margin-bottom: 10px
}
}
@media (min-width : 1200px) and (max-width : 1529px){
.service h2 {
    font-size: 15px;
}
}
@media screen and (max-width :991px){
    .subpage .service-sec{
        margin-top: 0;
    }
    .service-sec .service-box:not(:last-child){
        border-right: 1px solid transparent;
    }
    .service-box:not(:last-child) .service {
        border-bottom: none;
    }
}
@media only screen and (max-width : 767px){
    #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;
    }
}

/* innovatory manufacturer */
.innovatoryLogo_manufacturer {
    margin-top: 30px;
}
.content-manufacturer .list_manufacturer .item{
    text-align: center;
}
.content-manufacturer .list_manufacturer .item a{
    display: block;
    padding: 0px 15px;
}
/*Gallerycms*/
.itgallerycms-content{
    margin: 5px;
}
li.gallery-img {
    padding: 5px;
}
li.gallery-img img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
li.gallery-img img:hover {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}
/* blockcart-modal */
#blockcart-modal .modal-header{
    padding-right: 30px;
}
#blockcart-modal p span{
    font-weight:600;
    color:#000;
}
#blockcart-modal .quick-product-detail-col p.price{
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
#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;
}
.quickview .modal-header .close,
#blockcart-modal .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;
}

/* category */
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature,
#products img, .featured-products img, .product-accessories img, .product-miniature img{margin:0;}
#products .innovatoryProducts{display:none;}
#products.active_grid .innovatoryProductGrid{display:block;}
#products.active_list .innovatoryProductList{display:block;}
.innovatoryProductGrid .item-inner {
    margin: 0 10px;
    background: #fff;
    padding: 20px 15px;
}
.innovatoryProductGrid.innovatoryProducts .item-inner{
    margin-bottom: 15px;
    box-shadow: 0px 0px 8px 2px #0000000D;

}
.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: 0px 7px 0px 0px;
}
#js-product-list {
  margin-right: 15px;
}
.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: 0px;
    box-shadow: 0 0 0;
    min-height: 0;
    padding: 0;
}
.subpage  h2.h2,
.block-category h1.h1{
    color: #0322ff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-style: italic;
}
#category-description.text-muted{
    line-height: 25px;
}
/* breadcrumb  */
.breadcrumb{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    margin: 0;
    padding:0;
    padding: 0px 0 10px;
    border-bottom: 1px solid transparent;
    margin-bottom:20px;
}
.breadcrumb ol {
    display: block;
    padding: 0;
    margin:0;
}
.breadcrumb ol li{
    color: #9f9f9f;
    float: left;
    font-size: 13px;
    list-style: outside none none;
    padding:0 15px;
    position: relative;
}
.breadcrumb ol li a{
    color: #222;
    display: block;
    font-size: 14px;
}
.breadcrumb ol li:before{
    content:url(../img/triangle.png);
    left: -2px;
    position: absolute;
}
@media screen and (min-width:768px ){
.innovatoryProductGrid.innovatoryProducts .item-inner{
    margin-bottom: 30px;
}
}
.breadcrumb ol li:first-child{padding-left:0;}
.breadcrumb ol li:first-child:before{display:none;padding-left:0;}
/* left column */
@media (max-width: 1729px) and (min-width: 1200px){
#left-column,#right-column{
    width: 20%;
}
/*#content-wrapper{
    width: 60%;
}*/
}
@media (max-width: 1199px) and (min-width: 992px){
	#left-column,#right-column{
	    width: 25%;
	}
	#content-wrapper{
	    width: 70%;
	}
}
@media screen and (min-width: 1051px){
	#itleftbanners{
	    margin-top: 30px;
	}
}
.itleftbanners-container img {
    width: 100%;
}
#itleftbanners,#itleftbanners_2{
    margin-bottom: 30px;
}
#search_filters, #search_filters_brands, #search_filters_suppliers,
.block-categories{
    box-shadow: 0 0 0;
    margin-bottom: 30px;
    padding: 0;
}
#right-column .product-column-style .title_block,
#left-column .product-column-style .title_block{
    margin-bottom: 0px;
}
#right-column .product-column-style,
#left-column .product-column-style,
#left-column .category-top-menu{
    padding:0px;
    border: 1px solid transparent;
    margin-bottom: 30px;
    float:none;
    background-color: #fff;
}
.subpage #right-column .product-column-style,
.subpage #left-column .product-column-style,
.subpage #left-column .category-top-menu{
    padding:5px;
}
#index #left-column .product-column-style,#index #left-column #itleftbanners_2{
    margin-top: 30px;
    margin-bottom: 0
}
#right-column .product-column-style .owl-nav,
#left-column .product-column-style .owl-nav{
    display: none;
}
#right-column .product-column-style .title_block h3,
#left-column .product-column-style .title_block h3{
    font-size: 16px;
    margin-bottom: 0;
}
#right-column .product-column-style .itProductFilter,
#left-column .product-column-style .itProductFilter{
    margin: 0;
}
#right-column .product_img,
#left-column .product_img{
    width: 80px;
}
#right-column .product-column-style .innovatory-product-description,
#left-column .product-column-style .innovatory-product-description {
    padding: 5px 10px 0;
}
#right-column .product-miniature .regular-price,
#left-column .product-miniature .regular-price {
    font-size: 12px;
}
#right-column .itcolumn,
#left-column .itcolumn {
    margin-bottom: 0;
}
#right-column .itcolumn .productName a,
#left-column .itcolumn .productName a{
    line-height: 1.5;
    font-weight: 400;
    font-size:14px;
}
#right-column .itcolumn .productName
#left-column .itcolumn .productName{
    margin-bottom: 7px;
    text-transform: none;
}
#right-column .product-miniature .comments_note .laberCountReview,
#left-column .product-miniature .comments_note .laberCountReview{
    display: none;
}
#right-column .h6,
#left-column .h6{
    text-transform: none !important;
    font-size: 16px;
}
#left-column .facet .h6,
.product-column-style .title_block,
#left-column .category-top-menu .title,
#search_filters p.h6{
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 0 0 10px 0;
    position: relative;
    text-transform: none !important;
    background-color: transparent;
    padding: 10px 15px;
    margin-bottom: 0px;
    line-height: 1;
    border-bottom: 1px solid transparent;
}
.subpage #left-column .facet .h6,
.subpage .product-column-style .title_block,
.subpage #left-column .category-top-menu .title,
#search_filters p.h6{
    background-color: #f7f7f7;
    border-bottom-width: 0px;
}
#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{margin:0;}
.block-categories .category-sub-menu li[data-depth="0"] > a {
    border-bottom: medium none;
    font-weight: 400;
    line-height: 42px;
    margin: 0;
    padding: 0;
    color: #666;
}
.block-categories .collapse-icons{
    top: 11px;
}
.block-categories .category-sub-menu li[data-depth="1"]{
    margin: 0;
}
.block-categories .category-sub-menu .category-sub-link{
    display: block;
    line-height: 35px;
    color: #666;
}
.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;
}
#right-column .innovatory-product-description,
#left-column .innovatory-product-description {
    text-align: left;
}
#right-column .reduction_percent_display,
#left-column .reduction_percent_display {
    font-size: 10px;
    margin:0 0 0 5px;
    padding: 3px 4px;
}
#right-column .itcolumn .innovatory-thumbnail-container > .no-margin,
#left-column .itcolumn .innovatory-thumbnail-container > .no-margin{
    padding:10px;
    margin: 0;
    display: flex;
    align-items: center;
}
#right-column .itcolumn .item-inner:not(:last-child) .innovatory-thumbnail-container > .no-margin,
#left-column .itcolumn .item-inner:not(:last-child) .innovatory-thumbnail-container > .no-margin,
#right-column .itcolumn .owl-item .item:not(:last-child),
#left-column .itcolumn .owl-item .item:not(:last-child){
    border-bottom: 1px solid transparent;
}
@media (min-width: 1200px) and (max-width: 1359px){
#right-column .product-column-style .innovatory-product-description, #left-column .product-column-style .innovatory-product-description {
    padding: 5px 0px 0 10px;
}
#right-column .itcolumn .productName a, #left-column .itcolumn .productName a{
	font-size: 13px;
}
.subpage .innovatoryProductGrid .item-inner.col-xl-3{
	width: 33.33333%;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.subpage .innovatoryProductGrid .item-inner.col-xl-3{
	width: 50%;
}
#right-column .itcolumn .innovatory-thumbnail-container > .no-margin,
#left-column .itcolumn .innovatory-thumbnail-container > .no-margin{
    flex-flow: column;
    align-items: initial;
}
#right-column .product_img,
#left-column .product_img {
    margin: 0 auto;
}
.itcolumn .price {
    font-size: 13px;
}
#right-column .product-miniature .regular-price,
#left-column .product-miniature .regular-price {
    font-size: 12px;
}
#right-column .product-column-style .innovatory-product-description,
#left-column .product-column-style .innovatory-product-description {
    padding: 5px 0px 0;
}
#right-column .innovatory-product-description,
#left-column .innovatory-product-description {
    text-align: center;
}
}
@media screen and (max-width: 991px){
.product-column-style .title_block{
    border-bottom-width: 0px;
}
.product-column-style .title_block.active{
    border-bottom-width: 1px;
}
#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_wrapper .hidden-md-up,
#search_filters .facet .collapse.in{
    display: block;
}
#search_filters_wrapper .hidden-sm-down,
#search_filters .facet .collapse {
    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-top: 0;
    padding: 5px;
    margin-bottom: 20px;
}
#search_filters{
    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 {
    border-bottom: 1px solid #f6f6f6;
    display: block;
    width: 100%;
}
#category #left-column #search_filter_controls button {
    margin: 0 .5rem;
}
#category #left-column #search_filter_controls {
    text-align: center;
    margin-bottom: 1rem;
}
#category #left-column #search_filters .facet ul li:last-child{
    border-bottom:none;
}
#category #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    padding: 7px 10px 0 0;
    float: right;
}
#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: 0px;
}
.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-new-products .products-sort-order,
.page-best-sales .products-sort-order,
.page-prices-drop .products-sort-order{
    float: none;
}
.page-new-products .products-sort-order .select-title,
.page-best-sales .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 {
    margin-bottom: 20px
}
#left-column .block-categories ul{
    margin-bottom: 0;
}
#left-column .category-top-menu .title a:after,
#right-column .product-column-style .title_block h3:after ,
#left-column .product-column-style .title_block h3:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    display: block !important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.title.active a:before, #left-column .sidebar-head.active:after,
#right-column .product-column-style .title_block.active h3:after,
#left-column .product-column-style .title_block.active h3:after{
    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;
}
#index #right-column .product-column-style{
    margin-top: 30px;
    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;
}
.offer-banner-col p {
    letter-spacing: 1px;
}
}

#innovatorySocialBlock{
    position: fixed;
    right: 0;
    top: 25%;
    width: 45px;
    z-index: 999;
}
#innovatorySocialBlock ul{margin:0;}
#innovatorySocialBlock ul li{display: block;}
#innovatorySocialBlock ul li a{
    border-radius: 5px 0 0 5px;
    float: right;
    margin-bottom: 2px;
    color:#fff;
}
#innovatorySocialBlock ul li.innovatory-facebook a {background-color: #3b5998;}
#innovatorySocialBlock ul li.innovatory-twitter a {background-color: #62bdb2;}
#innovatorySocialBlock ul li.innovatory-rss a {background-color: #ff6600;}
#innovatorySocialBlock ul li.innovatory-youtube a {background-color: #c4302b;}
#innovatorySocialBlock ul li.innovatory-googleplus a {background-color: #db4a39;}
#innovatorySocialBlock ul li.innovatory-vimeo a {background-color: #00adef;}
#innovatorySocialBlock ul li.innovatory-pinterest a {background-color: #bd081b;}
#innovatorySocialBlock ul li.innovatory-instagram a {background-color: #000;}

#innovatorySocialBlock ul li a i {
    float: left;
    font-size: 20px;
    height: 43px;
    line-height: 43px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    width: 43px;
}
#innovatorySocialBlock ul li a i:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 19px;
    position: absolute;
    right: -1px;
    top: 12px;
    width: 1px;
}
#innovatorySocialBlock ul li a > span{
    color: #fff;
    float: left;
    font-size: 11px;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
    width: 43px;
}
#innovatorySocialBlock ul li a:hover > span {
    width: 160px;
}
#innovatorySocialBlock ul li a > span span.social-text {
    float: left;
    height: 43px;
    line-height: 43px;
    width: 0;
}

.quickview .innovatorySocialBlock,
.quickview .panel-product-line{
    display:none;
}
#index #main .page-footer{margin:0;}
.content-manufacturer .image_hoverwashe img{
    transition: all .3s;
    opacity: .5
}
.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;}
    .support-footer-inner .info-title .content_static{
        padding-right: 30px;
    }
}
@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{max-width:980px}
    #header .header-top .position-static{
        width:65px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .innovatoryFooter-bottom .container{
        padding: 8px 15px !important;
    }
    .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 0.5rem;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px){
    .container{max-width:720px;}
    .innovatoryFooter-bottom .container{
        padding: 8px 15px !important;
    }
    .it_testimonials .item{margin:0;}
    .it_static .text p{margin:0 0 15px;}
    .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: 0px;
    }
    .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;
    }
    .innovatorySpecialProducts .item-inner h2.h2{padding: 0;}
    .innovatorySpecialProducts .item-inner .price,
    .innovatorySpecialProducts .item-inner .old-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 ;
    }
    .innovatorySpecialProducts .item-inner .countdown-row .countdown-section .countdown-amount{
        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 .innovatoryItem a, .innovatorySpecialProducts .item-inner .innovatoryBottom{
        margin: 0 10px 0 0;
    }
    .support-footer-inner .img{margin-bottom:15px;}
    #product .tabs{padding:0;}
    .innovatoryTitle h3, .innovatoryProductGrid .innovatoryCateTitle h3, .innovatoryTitle .title_block h3{
        font-size: 16px;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
        padding: 0 15px;
    }
    .displayPosition2 .it_static::before{
        bottom: 15px;
        left: 15px;
        right: 15px;
        top: 15px;
    }
    .it_static .text{
        padding: 30px;
    }
    .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;}
    .subpage .innovatoryProductGrid .productName, .itcolumn .productName, .innovatoryProductGrid .productName,
    .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;
    }
    .innovatoryTestimonial .item .innovatoryComment{
        padding: 0px;
    }
    .support-footer-inner .info-title .content_static{
        padding-right: 0px;
    }
    .content-manufacturer .image_hoverwashe img{
        width:100%;
    }
}

@media (min-width : 544px) and (max-width : 767px){
    .home_blog_post h3.page-heading{
        font-size: 25px;
    }
}
@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: 0px;
        text-align: center;
    }
    .innovatoryTestimonial .item .image{
        margin: 0px;
        float: none;
    }
    .innovatoryTestimonial .item .innovatoryAuthor{
        float: none;
    }
    .innovatoryTestimonial .item .innovatoryComment{
        width: 100%;
    }
}
@media screen and (min-width: 768px){
.footer.payment_logos_images {
    margin: 0 -15px;
}
}
@media screen and (max-width: 991px){
.total-products{
    margin-bottom: 5px;
}
#right-column .product-column-style,#left-column .product-column-style, #left-column .category-top-menu{
    margin-bottom: 20px
}
}

/* end content */
/* ################################################################################################################ */
/* footer */
#index #footer{
    margin-top: 60px;
}
#footer{
    padding:0;
    background-color:#03085a;
}
.logo-footer h3{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    font-weight:500;
    margin:0;
}
.innovatorySocial{
    text-align: center;
    position: absolute;
    margin:0px;
    bottom: 60px;
    padding-left: 5px;
}
.innovatorySocial ul{margin: 0 auto;display: table;}
.innovatorySocial-sharing .iteTitle{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    font-weight:600;
    margin-right:12px;
}
.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;
}

.block_newsletter .news-blocks {
    padding: 30px 20px;
}
.block_newsletter .title-block {
    margin-bottom: 15px;
}
.block_newsletter .innovatoryConditions p span{
    color:#daa94d;
    font-size:22px;
}
.block_newsletter form .input-wrapper{width: 100%;}
.block_newsletter form input[type="text"]{
    background:#fff;
    color: #222;
    font-size: 14px;
    height: 44px;
    line-height: 42px;
    min-width: 0;
    padding: 0px;
    border-radius:0;
    text-indent: 15px;
    border:1px solid transparent;
    text-align: center;
}
.block_newsletter form input[type="text"]:-moz-placeholder, .block_newsletter form input[type="text"]::-moz-placeholder,.block_newsletter form input[type="text"]::placeholder{
    color:#222;
    opacity: .5
}
.block_newsletter .title-sec .icon{
    display: block;
    width: 40px;
    height: 38px;
    margin: 0 auto 15px;
    background: url(../img/icon.png) no-repeat center center / 40px;
}
.block_newsletter .title-block p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: none;
}
.block_newsletter .innovatoryForm p.alert {
    font-size: 14px;
    text-transform: none;
    margin-top: 15px;
    color: #222;
    margin-bottom: 0;
}
.block_newsletter .innovatoryForm .btn{
    margin-bottom: 0;
    margin-top: 15px;
}
.applink {
    display: flex;
}
.applink a {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}
.innovatoryLinda  .logoFooter{margin-bottom: 35px;}
.innovatoryLinda  p{
    color: #848484;
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 30px;
}
.innovatoryLinda .logoPaypal{
    padding-top: 30px;
}
#footer ul {
    margin-bottom: 0;
}
.ft-links h3{
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    padding-top: 0;
    color: #fff;
    white-space: nowrap;
}
.ft-links a{
    color: #999;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding-right: 10px;
    line-height: 1;
}
.ft-links a:not(:last-child) {
    border-right: 1px solid #999;
}
.ft-links{
    color: #999;
    margin-top: 30px;
}
.ft-links.bor-top{
    padding-top:30px;
    position: relative;
}
.ft-links.bor-top:before{
    border-top: 1px solid #444;
    content: '';
    display: block;
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 15px
}
.ft-links:last-child{
    margin-top: 20px
}
/* innovatoryFooter-center */
.innovatoryFooter-center .container{
    padding:60px 0;
    position: relative;
    z-index: 1;
}
.footer-logo img {
    max-width: 200px;
}
.footer-logo{
    margin-bottom: 60px;
    float: left;
    margin-right: 50px;
}

@media screen and (max-width: 768px){
	.footer-logo{
    margin-bottom: 20px;
    float: none;
    margin-right: 0;
	}
}
.footer-about p {
    margin: 0 auto;
    color: #ccc;
}
.footer-about-a {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.footer-soc h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    line-height: 30px;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer ul li a {
    transition: all 0.3s;
    display: block;
}
.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{
    color: #fff
}
.innovatoryFooter-center .h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 20px;
    text-transform:uppercase;
    padding-top: 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: #ccc;
    font-size: 15px;
    transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    line-height:2;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}
.link-wrap ul li a:before{
    content: "\e628";
    font-family: 'themify';
    display: block;
    position: absolute;
    left: -15px;
    transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.link-wrap ul li a:hover:before{
    left:0;
}
.link-wrap ul li a:hover,
.link-wrap ul li a.lnk_wishlist:hover{
    padding-left: 20px;
}
.link-wrap ul li a.lnk_wishlist{
    width: 100%;
    float: none;
    padding: 0;
}
.link-wrap ul li a.lnk_wishlist i{
    display: none;
}
.innovatorySocial ul li{
    margin:0 5px;
    float: none;
    display: inline-block;
}
.innovatorySocial ul li a{
    display: block;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    background-color:#222;
    border: 1px solid #222;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.innovatorySocial ul li a:hover{
    color: #fff;
}
.innovatorySocial ul li.innovatory-facebook a:hover{
    background-color: #3b5998;
    border-color: #3b5998;
}
.innovatorySocial ul li.innovatory-twitter a:hover{
    background-color: #1da1f2;
    border-color: #1da1f2;
}
.innovatorySocial ul li.innovatory-youtube a:hover{
    background-color: #c4302b;
    border-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%);
    border-color: #285AEB;
}
.innovatorySocial ul li.innovatory-rss a:hover{
    background-color: #ee802f;
    border-color: #ee802f;
}
.innovatorySocial ul li.innovatory-googleplus a:hover{
    background-color: #DD4B39;
    border-color: #DD4B39;
}
.innovatorySocial ul li.innovatory-pinterest a:hover{
    background-color: #c8232c;
    border-color: #c8232c;
}
.innovatorySocial ul li.innovatory-vimeo a:hover{
    background-color: #4ebbff;
    border-color: #4ebbff;
}
.footer-contact-list {
    position: relative;
    padding-left: 40px;
}
.footer-contact-list i {
    position: absolute;
    left: 0;
    font-size: 26px;
    width: 26px;
    text-align: center;
}
#innovatoryContact .item {
    color: #ccc;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
#innovatoryContact .item.applink{
    padding-left: 0;
}
#innovatoryContact .item i{
    color: #ccc;
    font-size: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 3px;
}
/* innovatoryFooter-bottom */
.innovatoryFooter-bottom{
    background-color: #000;
}
.innovatoryFooter-bottom .container{
    padding-top:10px;
    padding-bottom:10px;
}
.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:#666666;line-height:35px;}
.custom-link ul li a:hover{color:#1a1a1a;}
.footer-pay-p a {
    color: #fff;
}
.footer.payment_logos_images p{
    color:#fff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
}
.payment_logos_images-p {
    margin-right: 10px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
}
.innovatoryFooter-center .title .navbar-toggler .fa-plus-square-o:before{
    content: "\f107"
}
.innovatoryFooter-center .title .navbar-toggler .fa-minus-square-o:before{
    content: "\f106"
}
.copyright {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.copyright a{
    color: #fff;
    font-weight: 300;
}
.footer-payment .text-center {
    text-align: right;
}
.innovatoryFooter-bottom .payment_logos_images a {color:#1a1a1a;float: right;margin-left: 5px;}
.innovatory-media-body{overflow:hidden;}
.innovatoryFooter-bottom .payment_logos_images a img:not(:first-child){
    margin-left: 4px
}
.payment_logos_images .payment-p {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
}

.itCategoryFeature p img {
	width:650px;
	margin-left: 22px;
}

@media screen and (max-width: 1729px){
	.itCategoryFeature p img {
		width:510px;
		margin-left: 22px;
	}
}

@media screen and (max-width: 1359px){
	.itCategoryFeature p img {
		width:440px;
		margin-left: 0px;
	}
	.itCategoryFeature p {
		text-align:center;
	}
}

@media only screen and (max-width : 480px){
    .payment_logos_images-p {
        float: none;
        margin-right:0;
        margin-bottom: 5px;
        display: block;
        text-align: center;
    }
    .footer.payment_logos_images p {
        line-height: 1.6;
    }
    .payment_logos_images {
        margin-top: 10px;
    }
    .innovatoryFooter-bottom .container {
        padding: 15px 0px;
    }
    .footer-about{
        padding: 0 15px
    }
    .footer-logo img {
        max-width: 140px;
    }
    .block_newsletter {
        padding: 30px 0;
    }
}
@media (min-width : 481px) and (max-width : 767px){
    .footer-about{
        padding: 0 15px
    }
    .footer.payment_logos_images > .text-center{
        text-align:right;
    }
    .innovatoryFooter-bottom .container {
        padding: 15px 0px;
    }
    .content-manufacturer .list_manufacturer .item a {
        padding: 0 10px;
    }
}
@media (min-width : 768px) and (max-width : 991px){
    .footer.payment_logos_images .col-md-6{
        width:100%;
        float:none;
    }
    .footer-pay-p {
        text-align: center;
    }
    .footer.payment_logos_images > .text-center{
        text-align:right;
    }
    .innovatoryFooter-center .mt-30 {
        margin-top: 15px;
    }
}
@media (min-width : 992px) and (max-width : 1199px){
    .payment_logos_images img{
        width:40px;
    }
    .footer.payment_logos_images > .text-center{
        text-align: center;
    }
    .support-footer-inner .info-title .content_static{
        padding-right: 40px;
    }
    .innovatorySocial{
    	bottom: 35px;
    }
}
@media screen and (max-width : 1199px){
    .footer-about p,.link-wrap ul li a{
        font-size: 14px;
    }
}
@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){
    #footer {
        background-size: unset;
    }
    .innovatoryFooter-center .title .collapse-icons{
        color:#fff;
        cursor: pointer;
        line-height: 30px;
        padding: 0;
        right: 10px;
        top: 0;
    }
    #ft-contact .footer-contact-list:first-child{
        margin-top: 10px
    }
    .innovatoryFooter-center .h3{line-height: 30px;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 .payment_logos_images a{font-size: 24px; margin-left: 0; float: none;}
    .innovatoryFooter-bottom .payment_logos_images {
        text-align: center;
    }
    .innovatoryFooter-center .container{
        padding: 40px 0;
    }
    #itfooterlogo{
        text-align: center;
    }
    .footer-about p{padding: 0 15px;}
    .innovatorySocial {
        top: 0;
        padding: 15px 0;
        position: relative;
    }
    .innovatoryFooter-center .container > div {
        width: 100%;
        display: block;
        line-height: 3;
        float: left;
    }
    #footer_ft-contact, #footer_ft-links_1, #footer_ft-links_2, .innovatoryFooter-center .title {
        text-align: left;
        border-bottom: 1px solid #444444;
        margin-bottom: 0;
    }
    .innovatoryFooter-center ul li:first-child,#innovatoryContact .item:first-child{
        margin-top: 10px;
    }
}
@media screen and (max-width : 767px){
    .logo-footer h3{margin-bottom:10px;}
    .innovatoryForm{width:100%;margin-top: 15px;}
    .innovatoryFooter-bottom{
        text-align:center;
    }
    .copyright{
        display:inline-block;
        float: none;
    }
    #innovatorySocialBlock{display:none;}
    .support-footer-inner .support-info{
        width: 100%;
        margin-bottom: 15px;
    }
    .innovatoryFooter-bottom .payment_logos_images {
        text-align: center;
    }
    .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:not(.specialProductGrid) .item-inner,
    .itCategoryFeature .owl-item .item{
        padding: 0 7px;
    }
    .innovatoryProductGrid .item-inner .item:nth-child(2){
        margin-top:15px;
    }
    .category_feature {
        padding-left: 8px;
        padding-right: 8px;
    }
    .mb-30 {
        margin-bottom: 25px;
    }
    .innovatoryProductGrid .itProductFilter,
    #js-product-list .innovatoryProductGrid,
    .featured-slider.innovatoryProductGrid{
        /* padding: 0 8px; */
    }
    .innovatoryFooter-bottom .payment_logos_images a img{
        margin-top: 10px;
    }
    #index #footer {
        margin-top: 30px;
    }
    .innovatoryFooter-center .mt-30{
        margin-top: 10px;
    }
    .innovatoryProduct .col-md-6{
        padding: 0;
    }
    .payment_logos_images .payment-p {
        display: block;
        margin-right: 0;
    }
}
@media screen and (max-width : 480px){
    .support-footer-inner .row-normal{
        width: 100%;
    }
    .support-footer-inner .info-title .content_static{
        padding-right: 0px;
    }
    .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;
    }
    .tableaureferences.btn,
    .product-actions .add-to-cart {
        display: flex;
        padding: 21px 5rem!important;
        margin: 18px auto 0px auto;
    }

    .product-add-to-cart .product-quantity .qty{
        margin-right: 5px;
    }
    .product-add-to-cart .product-quantity{
        margin-bottom: 0;
    }
    .innovatoryProduct .col-md-6{
        padding: 0;
    }
    .innovatoryButtonReviews .btn-primary {
        width: 100%;
    }
    .tabs .tab-content {
        padding: 15px;
    }
    .content-manufacturer .list_manufacturer .item a {
        display: block;
        padding: 0 5px;
    }
    .home_blog_post_area .blog_post_content_bottom{
        padding: 20px 10px;
    }
    #blockcart-modal .cart-content .btn{
        width: 100%;
    }
    #main .page-footer{
        /*margin-bottom: 25px;*/
    }
    #my-account #content-wrapper #main .page-footer{
        margin-bottom: 0px;
    }
    .img-text-sec .text-col h3{
        font-size: 16px;
    }
    .innovatoryTestimonial .item .innovatoryComment{
        font-size: 14px;
    }
    #product h1.h1{
        font-size: 18px;
    }
    .product-prices div{
        /*margin-bottom: 0;*/
    }
    .footer-contact-list i{
        position: absolute;
    }
}
@media screen and (min-width: 992px){
#footer .collapse{
    display: block;
}
.ft-links{
    display: flex;
}
#ft-brand,#ft-tool{
    line-height: 1
}
.ft-links h3 {
    margin: 0 15px 0 0;
}
.ft-links a {
    font-size: 15px;
    margin: 0 12px 10px 0;
    padding-right: 12px;
}
}
/* end footer */

@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){*/
@media screen and (max-width:870px){
    .block_newsletter .innovatoryConditions{
         margin: 10px 0 0;
        text-align: center;
    }
    #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;
        float:none;
    }
}

/**/
.innovatoryProductGrid .productName a:hover{
    /*color: #222; inno-theme-option */
}

/*product-discount*/
.innovatoryBlog{
    margin-top:40px;
    margin-bottom:40px;
}
.product-discount{
    display:inline-block;
}
.product-manufacturer .img-thumbnail{
    border:none;
    margin-bottom: 20px;
    max-width: 250px;
}
#product #block-reassurance span{
    font-weight:500;
}

/*contact page*/
#contact #left-column{
    width: 100%;
}
#contact #right-column{
    display: none;
}
#contact .innovatoryBreadcrumb {
    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: bold;
}
#contact .form-group {
    margin-bottom: 20px;
}
.map-row {
    margin-bottom: 40px;
}
.contact-rich .block {
    width: 100%;
    overflow: visible;
}
.contact-rich .block .icon {
    display: block;
    font-size: 0px;
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.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: 40px;
}
.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,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.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(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.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;
}
}

/*about-page*/
#cms #footer{
    margin-top: 20px
}
#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 0.3s;
    margin-bottom: 15px;
}
.team-memb-img img{
        width:100%;
}
.team {
    position: relative;
    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.16);
}
.team-memb-body h2 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight:700;
}
.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: bold;
    font-size: 20px;
}
.mission-row p{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px){
.team-memb-body h2 {
    font-size: 15px;
}
}

/*full-banner-sec*/
.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,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: bold;
    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;
}
}

.displayPosition.displayPosition5 {
  margin-left: -10px;
}

.mobile-search-bar {
  margin-bottom: -50px;
}

@media only screen
    and (device-width : 414px)
    and (device-height : 896px)
    and (-webkit-device-pixel-ratio : 2) {
      .search-widget form button[type="submit"] {
          margin-left: 320px !important;
      }
    }

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 359px)
  and (-webkit-min-device-pixel-ratio: 2) {
	
	.search-widget form button[type="submit"] {
		margin-left: 220px;
	}
	
}

/* Iphone 5 */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .search-widget form button[type="submit"] {
      padding: 12px 15px 11px 5px !important;
    }
    i.ti-search {
      padding-left: 5px;
      color: #03075A;
    }
    #wishlist_button {
      margin-left: 0px;
      margin-top: 80px;
    }
    .breadcrumb ol li a {
      font-size: 11px;
    }
    .scroll-box-arrows .left {
      left: 0 !important;
    }
    .scroll-box-arrows .right {
      right: 0 !important;
    }
    .innovatoryProduct .col-md-9 {
    	width: 100%;
    }
    .innovatoryActions {
      display: none;
    }
    .container_it_vegamenu .title-menu:before {
      display: none;
    }
}

/* Iphone 6, 6s, 7, 8 */
@media only screen
  and (min-device-width: 360px)
  and (max-device-width: 412px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .search-widget form button[type="submit"] {
        margin-left: 275px;
        padding: 12px 15px 11px 5px !important;
    }
    i.ti-search {
      padding-left: 5px;
      color: #03075A;
    }
    #wishlist_button {
      margin-left: 0px;
      margin-top: 80px;
    }
    .breadcrumb ol li a {
      font-size: 11px;
    }
    .scroll-box-arrows .left {
      left: 0 !important;
    }
    .scroll-box-arrows .right {
      right: 0 !important;
    }
    .innovatoryProduct .col-md-9 {
    	width: 100%;
    }
    .innovatoryActions {
      display: none;
    }
    .container_it_vegamenu .title-menu:before {
      display: none;
    }
}

@media only screen
  and (min-device-width: 412px)
  and (max-device-width: 567px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .search-widget form button[type="submit"] {
        margin-left: 310px;
        padding: 13px 15px 11px 5px !important;
    }
}

@media only screen
  and (min-device-width: 568px)
  and (max-device-width: 666px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .search-widget form button[type="submit"] {
        margin-left: 480px;
        padding: 12px 15px 11px 5px !important;
    }
}

@media only screen
  and (min-device-width: 667px)
  and (max-device-width: 735px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .search-widget form button[type="submit"] {
        margin-left: 560px;
        padding: 12px 12px 11px 11px !important;
    }
}

/* Iphone 6+, 7+, 8+ */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 500px)
  and (-webkit-min-device-pixel-ratio: 3) {
	 .search-widget form button[type="submit"] {
      margin-left: 320px !important;
   }
}
@media only screen
  and (min-device-width: 736px)
  and (max-device-width: 800px)
  and (-webkit-min-device-pixel-ratio: 3) {
	 .search-widget form button[type="submit"] {
      margin-left: 620px !important;
   }
}
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {
  .search-widget form button[type="submit"] {
      padding: 12px 15px 11px 5px !important;
  }
  i.ti-search {
      padding-left: 5px;
      color: #03075A;
    }
  #wishlist_button {
    margin-left: 0px;
    margin-top: 80px;
  }
  .breadcrumb ol li a {
    font-size: 11px;
  }
  .scroll-box-arrows .left {
    left: 0 !important;
  }
  .scroll-box-arrows .right {
    right: 0 !important;
  }
  .innovatoryProduct .col-md-9 {
    width: 100%;
  }
  .innovatoryActions {
    display: none;
  }
  .container_it_vegamenu .title-menu:before {
    display: none;
  }
}

/* Iphone X */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 639px)
  and (-webkit-min-device-pixel-ratio: 3) {
	.search-widget form button[type="submit"] {
    margin-left: 275px;
  }
}

@media only screen
  and (min-device-width: 639px)
  and (max-device-width: 700px)
  and (-webkit-min-device-pixel-ratio: 3) {
	.search-widget form button[type="submit"] {
    margin-left: 540px;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3) {
    .search-widget form button[type="submit"] {
        padding: 12px 15px 11px 5px !important;
    }
    i.ti-search {
      padding-left: 5px;
      color: #03075A;
    }
    #wishlist_button {
      margin-left: 0px;
      margin-top: 80px;
    }
    .breadcrumb ol li a {
      font-size: 11px;
    }
    .scroll-box-arrows .left {
      left: 0 !important;
    }
    .scroll-box-arrows .right {
      right: 0 !important;
    }
    .innovatoryProduct .col-md-9 {
    	width: 100%;
    }
    .innovatoryActions {
      display: none;
    }
    .container_it_vegamenu .title-menu:before {
      display: none;
    }
}

/* Ipad */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {
    .search-widget form button[type="submit"] {
        margin-left: 600px;
        padding: 12px 15px 11px 5px !important;
    }
    i.ti-search {
      padding-left: 5px;
      color: #03075A;
    }
    .search-widget form span.biseau {
      margin-left: -621px;
    }
    .innovatoryActions {
      display: none;
    }
}

/* Ipad Pro */
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1365px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .search-widget form button[type="submit"] {
        margin-left: 855px;;
        padding: 12px 15px 11px 5px !important;
    }
    .search-widget form span.biseau {
      margin-left: -855px;
    }
}

@media only screen
  and (min-device-width: 1366px)
  and (max-device-width: 2000px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .search-widget form button[type="submit"] {
        margin-left: 570px;
    }
}


#_mobile_vegamenu .title-menu {
  background-color: #fccd00 !important;
}

@media only screen and (max-width: 1050px){
.it-menu-horizontal ul li.level-1>a span {
    color: black;
}
}

@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;
}
}

/*sub-page*/
#login-form .forgot-password a{
    color: #222
}
#login-form .forgot-password a:hover{
    opacity: .7
}
.no-account a{
    color: #222
}
@media screen and (max-width: 767px){
.subpage #content p{
    font-size: 14px;
}
.page-customer-account #content.page-content {
    padding: 25px 15px 15px;
    margin-right: 15px;
}
#login-form footer .btn {
    width: 100%;
    text-align: center;
}
#login-form .form-group, .register-form .form-group {
    margin: 0 -15px;
}
.register-form .form-group:last-child .form-control-label{
    display: none;
}
}
@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: 0px;
}
}
.subpage #content p:last-child{
    margin-bottom: 0;
}
.subpage #main .page-content.page-cms-5,
.subpage #main .page-content.page-cms-3,
.subpage #main .page-content.page-cms-2,
.subpage #main .page-content.page-cms-1{
    padding: 0;
}

/*image-gallery*/
.ri-grid{
    position: relative;
    height: auto;
}
.ri-grid ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.ri-grid ul:before,
.ri-grid ul:after{
    content: '';
    display: table;
}
.ri-grid ul:after {
    clear: both;
}
.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.ri-grid ul li {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}
.ri-grid ul li a{
    display: block;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #333;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.Categoryproducts.innovatoryProductGrid {
    padding-top: 0;
    margin-bottom: 30px;
}
.Categoryproducts .mb-30{
    margin-bottom: 20px
}
.Categoryproducts .innovatoryProduct-image img{
    width: 100%;
}
#more_menu{
    display: none;
}
.page-my-account #content .links a i{
    height: 54px;
    transition: all .3s;
}
#my-account #content-wrapper{
    margin-bottom: 30px
}
#my-account #footer,#module-blockwishlist-mywishlist #footer,#address #footer,#history #footer,#identity #footer,#order-slip #footer,#authentication  #footer{
    margin-top: 20px
}
#customer-form .custom-checkbox input[type=checkbox]+span {
    margin-right: 8px;
}
#js-checkout-summary,
.cart-grid .card.cart-container,
#order-confirmation .card-block ,
.cart-grid .cart-summary{
    background-color: #fff;
}
.cart-grid .card.cart-container{
    border: none;
}
.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: 0.55s;
}
.custom-checkbox label{
    display:initial;
}
.input-group .input-group-btn>.btn{
    outline: none;
}
.form-group .input-group .input-group-btn>.btn{
    border: 2px solid #030759;
    background-color:#030759;
}
.form-group .input-group .input-group-btn>.btn:hover{
    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;
}

@media screen and (max-width: 767px){
.Categoryproducts .sec-heading.mb-30{
    margin-bottom: 20px;
}
.Categoryproducts .innovatoryCate{
    margin: 0 -7px;
}
#identity #customer-form .form-group:last-child .form-control-label{
    display: none;
}
}
@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: 16.667%;
}
}

/*right-dropdown*/
.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%;
}

/*checkout-page*/
#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: #1e1e1e;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 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 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 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;
    line-height: 1
}
#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
}
#js-checkout-summary .cart-summary-products a,#checkout-addresses-step .js-address-form p a{
    color: #222;
}
@media screen and (max-width:767px){
.checkout-step .form-control-label {
    float: left;
}
.delivery-options-list .delivery-option .col-sm-4, .delivery-options-list .delivery-option .col-sm-3 {
    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 .qty,
.cart-grid-body .product-line-actions .price{
    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(25% + 8px);
  }
}
@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;}
.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: bold; color: #222;}
#order-items tr,
#order-details ul li{
    color: #666666;
    font-weight: 400;
}
/*cart grid*/
.cart-grid .product-line-info .value:first-child{
    color: #111;
    font-size: 16px;
}
.cart-grid-body .cart-items .cart-item:not(:last-child){
    border-bottom: 1px solid transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.cart-grid-body .cart-items .cart-item .row-reverse,
.cart-grid-body .cart-items .cart-item .text-xs-right{
    display: flex;
    flex-direction: row-reverse;
    margin-top: 10px;
}
.cart-grid .product-line-info .value{
    color: #111;
    font-size: 14px;
    font-weight: 700;
}
.product-line-grid .conditionnement .value{
    background: #f3f3f3;
    display: block;
    text-align: center;
    font-weight: 500;
}
#cart .innovatoryProductGrid,
#order-confirmation .innovatoryProductGrid {
    margin-top: 30px;
    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;
    display: block;
    font-weight: 500;
    color: #222
}
.cart-grid-body a.label:hover,
.cart-grid-body a.label:focus {
    text-decoration: none;
}
body .cart-grid-body > a.label:hover{
    color: #222;
}
.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-summary-line:not(:last-child) {
    margin-bottom: 10px;
}
.cart-items .product-price strong{font-weight: bold;}
.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-4, .delivery-options-list .delivery-option .col-sm-3 {
    width: 75%;
    margin-left: 25%;
}
#block-reassurance li .block-reassurance-item{
    padding-right: 0.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;
}
}
.cart-item .product-line-grid {
    align-items: flex-start;
}
section#content.page-content {
  margin-right: 15px;
}

#content-wrapper {
    padding: 0 0 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*/
#my-account #content-wrapper #main{
    border:1px solid #e2e2e2;
    padding: 25px 30px 30px;
    background-color: #fff;
    margin-right: 15px;
}
#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: 0.8;
}
/*cart*/
.cart-summary-line .value,
.cart-summary-line .label{
    font-weight: 500;
    font-size: 14px;
}
.cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value{
    font-weight: 500;
}
@media (min-width:768px) and (max-width:991px){
    #checkout .col-md-8,
    #checkout .col-md-4{
        width: 100%;
    }
    #checkout .col-md-4{
        margin-top: 30px;
    }
    body#checkout section.checkout-step .step-title{
        padding:0 15px;
    }
}
@media screen and (max-width:767px){
    body#checkout section.checkout-step .step-title{
        /*padding:0 15px; */
    }
}

/*brand-page*/
#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: 0px;
}
#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 0 !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;
}
}

/*404*/
.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: bold;
}
.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*/
#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;
}
}

/*toasert-alert*/
.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
}
.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 0s normal none 1 fadeInUp;
    -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
    -moz-animation: 1s ease 0s normal none 1 fadeInUp;
    -o-animation: 1s ease 0s normal none 1 fadeInUp;
}
@media screen and (max-width: 480px){
.PopupWishList {
    width: 80%;
    left: 10%;
}
.PopupWishList .close-popcompare{
    right: 6px;
    top: 5px;
}
}

/*forgot-password*/
.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
}

/*À COMPILER*/

#header .header-nav {
	background: #fff;
	color:#000;
}
#header .header-top {
	background: #fff;
}

.header-nav .Nav2 ul {
	float:right;
	margin-bottom:0;
}

#header .header-nav .container {
	border-bottom:1px solid #03085a;
}

#header .header-nav{
	font-style:italic;
}

.icon-box .fa:hover {color:#0322ff;}

.icon-wrap-circle:hover .icon-wrap .icon-box,
.form-group .input-group .input-group-btn>.btn:hover,#header .icon-wrap-circle:hover .icon-wrap{background-color: #FDCD00 !important;}

.full-nav {background-color:#fff !important;}

.full-nav .col-md-12 {
	background-color: #03085a !important;
	color:#fff !important;
	position: relative;
}
.full-nav .col-md-12:before {
	content: " ";
	background: #fccd00;
	position: absolute;
	top:0;
	left:-250px;
	right:-10px;
	bottom:0;
	transform: skewX(-23deg);
}


#_desktop_megamenu ul.menu-content {
  color: #fff;
  position: relative;
  margin-left: 0px;
  display: inline-block;
  margin-right:0;
}

#_desktop_megamenu ul.menu-content:before {
  content: " ";
  position: absolute;
  top:0;
  left:-10px;
  right:-10px;
  bottom:0;
  z-index: -1;
  transform: skewX(-23deg);
}
#_desktop_megamenu ul.menu-content li.level-1 {
  background: #03085a;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-right: 16px;
}

#_desktop_megamenu ul.menu-content li.level-1:before {
  content: " ";
  background: #03085a;
  position: absolute;
  top:0;
  left:-11px;
  right:-10px;
  bottom:0;
  z-index: -1;
  transform: skewX(-23deg);
}

#_desktop_megamenu ul.menu-content li.level-1:hover {
  background:#fccd00;
  /*transition: color .3s;*/
}

#_desktop_megamenu ul.menu-content li.level-1:hover:before {
 background:#fccd00;
 transition: color .3s;
}

#header .it-menu-horizontal ul li.level-1>a {
	color:#fff;
	font-size: 15px !important;
}
@media screen and (max-width: 1359px){
	#header .it-menu-horizontal ul li.level-1>a {
		font-size: 12px !important;
	}
}

#header .it-menu-horizontal ul li.menu-yellow>a {
	color:#03085a !important;
}
#header .it-menu-horizontal ul li.menu-yellow>a:hover {
	color:#fff !important;
}

#_desktop_megamenu ul.menu-content li.menu-yellow {
	background-color: #fccd00;
}
#_desktop_megamenu ul.menu-content li.menu-yellow:before {
  background: #fccd00;
}
#_desktop_megamenu ul.menu-content li.menu-yellow:hover {
  background:#03085a;
  transition: color .3s;
}
#_desktop_megamenu ul.menu-content li.menu-yellow:hover:before {
 background:#03085a;
 transition: color .3s;
}
#header .it-menu-horizontal ul li.menu-yellow:hover {background:#03085a !important;}

.container_it_vegamenu .title-menu {
	background-color: #0322ff !important;
	border:none !important;
	color:#fff !important;
	position: relative;
}
.container_it_vegamenu .title-menu:before {
	content: " ";
	background: #0322ff;
	position: absolute;
	top:0;
	left:-10px;
	right:-10px;
	bottom:0;
	z-index: -1;
	transform: skewX(-23deg);
}

@media (min-width: 768px) {
	.col-md-9 {width:80%;}

}

.subcategory-heading {
    font-weight: bold;
    text-align:center;
    padding-top:10px;
}
#subcategories{
    background-color:#fff;
    display: inline-flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
#subcategories .item{
    margin-bottom: 30px;
}
#subcategories .h5,
#subcategories h5{
    margin-bottom: 25px;
    text-transform: lowercase;
    text-align: left;
    padding-left:8px;
    font-size: 13px;
    min-height: 35px;
}
#subcategories .h5 a,
#subcategories h5 a {
	color:#03085a !important;
	text-transform: capitalize;
}
#subcategories ul li{
    float: left;
    width: 19%;
    text-align: center;
    margin-right:10px;
}
#subcategories ul li img {
    margin-bottom: 10px;
}
#subcategories ul li img:hover{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

#products {color:#fff;}

#products nav.pagination {color:#666;}

#js-product-list {
	background: #f3f3f3;
	padding:20px;
}

.innovatory-product-description h2 {
	font-style: normal !important;
}

@media (min-width: 1200px) {
	.col-xl-3 {width:20% !important;}
}

.pagination .page-list {
	background: #f3f3f3 !important;
}

.sec-head-style {
  margin-left: 10px;
  margin-right: 10px;
	border-bottom-color:#000 !important;
}

#tabbedcathome h3 {
	border-bottom:1px solid #000 !important;
	margin-top: 40px;
	margin-left:6px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.col-lg-2, .col-md-12 .col-sm-12 {}

.owl-item {width: 208.5px;}

.header-banner .ti-close {
	display:none;
}

.scroll-box-arrows .left {
	left:-10px;
}

.scroll-box-arrows .right {
	right: -15px;
}

.innovatory-contact a {
	color:#ccc;
}

.content-manufacturer p {
	text-align: center;
}
.manu_logo{
    display: flex;
    padding-left: 15px;
    flex-direction: row-reverse;
}
.manu_logo a{
    width: 100px;
}
.product_title_manu{
    display: flex;
    margin-top: 15px;
}
#subcategories .item .overlay a,
.itCategoryFeature .item .overlay a {
    width: auto;
    padding: 10px;
   font-size: 13px;
}
#subcategories .item .overlay {
  width: 100%;
}
#subcategories .item .overlay .subcategory-name {
  padding: 0 0 0 10px;
}

.it_category_feature{
    margin-bottom: 30px;
}
.it_category_feature .owl-nav{
    top: -53px;
    right: 40px;
} 
#subcategories .item .cat-img{
    margin-right: 15px;
    padding: 10px 15px 0px 5px;
}
.itCategoryFeature .item .cat-img{
    display: inline-flex;
    align-items: center;
    max-height: 50px;
    border: 1px solid #333;
}
#subcategories .item .cat-img{
    display: inline-flex;
    max-height: unset;
    align-items: baseline;
    border: 1px solid #e2e2e2;
}
.cat-img>a{
    max-width: 100px;
}
.cat-img a,
.itCategoryFeature .item .cat-img img{
    height: 50px;
    max-height: 50px;
    min-width: 50px;
}
#subcategories .item .cat-img img{
    height: 50px;
    max-height: 40px;
}
.subcategory-name{
    color: #2f5597;
    font-weight: 700;
}
#da_displaycombinationtable_container .da_dct_input-qty-container input[type=number]{
    min-width: fit-content;
}
.advantages-bar {
  background: #f3f3f3;
  padding: 16px 24px;
  border-radius: 4px;
}

.advantages-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.adv-item {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  margin: auto;
}

.adv-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #1f3b69;
  opacity: 0.4;
}

.adv-texts {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.adv-title {
  font-weight: 600;
  color: #233eff;
}

.adv-subtitle {
  font-size: 0.95rem;
  color: #233eff;
}

.adv-link {
  text-decoration: underline!imùportant;
  color: #233eff;
}

.adv-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 1500px) {
    .adv-item:not(:last-child)::after {
      right: -20px;
    }
}
@media (max-width: 900px) {
  .advantages-list { grid-template-columns: repeat(2, 1fr); }
  .adv-item:not(:last-child)::after { display: none; }
}
@media (max-width: 520px) {
  .advantages-list { grid-template-columns: 1fr; }
}
.elementor-section.elementor-section-boxed>.elementor-container {
     max-width: inherit;
}
.cart-voucher{
    padding: 20px 15px 0px 15px;
}
.voucher-title{
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.block-promo .promo-code {
    padding: 0;
    background: #fff;
}
.block-promo .promo-code .btn-primary{
    background-color: #fff !important;
    border: 1px solid #000;
    color: #000;
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    text-decoration: none;
    cursor: inherit;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.cart-grid-right .promo-discounts {
    margin: 0 15px;
    text-align: center;
    line-height: normal;
}
.card-block.total-cart{
    background: #f3f3f3;
}
.checkout cart-detailed-actions.card-block.total-cart{
    padding-top: 0;
}
.card-block.total-cart .cart-total .label,
.card-block.total-cart .cart-total .value{
    font-size: 22px;
}
.checkout.cart-detailed-actions.card-block.total-cart{
    padding-top: 0;
}
.checkout.cart-detailed-actions.card-block.total-cart .btn-primary{
    background-color: #4caf50!important;
}
.reassurance-cart{
    color: #000;
    font-weight: 500;
    margin-top: 20px;
}
.featured-products.col-xs-12.row{
      margin-top: 30px;  
}
.featured-products-title{
    text-transform: uppercase;
    color: #2f5597;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 15px;
}
.card-product{
    box-shadow: 0px 0px 8px 2px #0000000D;
    padding: 30px;
}
.product-prices div{
    display: block;
}

.product-description { 
    display: block;
    margin-bottom: 30px;
}

.product-description .desc-content{
  --lines: 2;        
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--lines);
  overflow: hidden;
}

.product-description.expanded .desc-content{
  display: block;
  -webkit-line-clamp: unset;
}

.desc-toggle{
  margin-top: .25rem;
  padding: 0;
  border: 0;
  background: none;
  color: #1a73e8;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}
.desc-toggle:hover{ text-decoration: none; }
hr.bold{
    border-top: 3px solid rgba(0, 0, 0, .1);
}
#add-to-cart-or-refresh{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-between;
}
.product-add-to-cart .btn.add-to-cart,
.tableaureferences.btn{
    padding: 20px 10rem;
    height: auto;
}
.product-information .product-actions .product-add-to-cart{
    display: contents;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
/*.product-actions .add-to-cart {
    background: #FDCD00;
    border-color: #FDCD00;
    color: #030759;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 30px;
    text-transform: none;
    margin-bottom: 0;
    float: left;
}*/

.container-filters #search_filters{
  display: inline-flex;
  width: -webkit-fill-available;
  background: #0322ff;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.container-filters #search_filters .facet{
  min-width: 180px;
  border: none;
  margin-bottom: 0;
  padding: 0 15px;
  max-width: 260px;
}
.container-filters #search_filters .facet:not(:nth-of-type(-n+3)){
  padding:15px;
}
.container-filters #search_filters .products-sort-order{
  padding: 0;
}
#js-product-list-top .total-products{
  display: flex;
}