/* Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.no-margin{margin:0;}
.no-padding{padding:0;}
.mb-0{
    margin-bottom: 0
}
/* header */
body{
    font-family: Poppins;
    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;
}
.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: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right .5rem center/1.25rem 1.25rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
main{overflow:hidden;}
a{
    /*color:#222; inno-theme-option */
    -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: none;
    -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.focus, .btn-primary:focus, .btn-primary:hover,
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover, .btn-tertiary:focus, .btn-tertiary:hover, .focus.btn-tertiary{
    background-color:#222;border-color:#222;
    color:#fff;
}
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*/
.loader-bg{width:100%;height:100%;position:fixed;z-index:9999;background-color: #4e7df1;top: 0;left: 0;}
.dot, .dots{position:absolute;z-index:9999}
.dots{list-style-type:none;padding:0;margin:0;left:50%;top:50%;transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);width:110px;height:110px}
.service-img, .top-support-bg h2, .welcome-left h2, .welcome-left p{margin-bottom:20px}
.dot{transform-origin:50% -20px;top:75px;left:45px}
.dot-gfx{background:#fff;width:15px;height:15px;border-radius:100%}
@keyframes dot-anim-1{0%{transform:rotate(0)}
100%, 60%{transform:rotate(1080deg)}
}
@-webkit-keyframes dot-anim-1{0%{transform:rotate(0)}
100%, 60%{transform:rotate(1080deg)}
}
@-moz-keyframes dot-anim-1{0%{transform:rotate(0)}
100%, 60%{transform:rotate(1080deg)}
}
.dot:nth-child(1){transform:rotate(0);animation:dot-anim-1 4.5s ease-in-out infinite}
@keyframes dot-anim-2{0%{transform:rotate(0)}
100%, 70%{transform:rotate(1080deg)}
}
@-webkit-keyframes dot-anim-2{0%{transform:rotate(0)}
100%, 70%{transform:rotate(1080deg)}
}
@-moz-keyframes dot-anim-2{0%{transform:rotate(0)}
100%, 70%{transform:rotate(1080deg)}
}
.dot:nth-child(2){transform:rotate(0);animation:dot-anim-2 4.5s ease-in-out infinite}
@keyframes dot-anim-3{0%{transform:rotate(0)}
100%, 80%{transform:rotate(1080deg)}
}
@-webkit-keyframes dot-anim-3{0%{transform:rotate(0)}
100%, 80%{transform:rotate(1080deg)}
}
@-moz-keyframes dot-anim-3{0%{transform:rotate(0)}
100%, 80%{transform:rotate(1080deg)}
}
.dot:nth-child(3){transform:rotate(0);animation:dot-anim-3 4.5s ease-in-out infinite}
@keyframes dot-anim-4{0%{transform:rotate(0)}
100%, 90%{transform:rotate(1080deg)}
}
@-webkit-keyframes dot-anim-4{0%{transform:rotate(0)}
100%, 90%{transform:rotate(1080deg)}
}
@-moz-keyframes dot-anim-4{0%{transform:rotate(0)}
100%, 90%{transform:rotate(1080deg)}
}
.dot:nth-child(4){transform:rotate(0);animation:dot-anim-4 4.5s ease-in-out infinite}
@keyframes dot-anim-5{0%{transform:rotate(0)}
100%{transform:rotate(1080deg)}
}
@-webkit-keyframes dot-anim-5{0%{transform:rotate(0)}
100%{transform:rotate(1080deg)}
}
@-moz-keyframes dot-anim-5{0%{transform:rotate(0)}
100%{transform:rotate(1080deg)}
}
.dot:nth-child(5){transform:rotate(0);animation:dot-anim-5 4.5s ease-in-out infinite}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight:600;
    color: #222
}
.container {
    max-width:1200px;
}
.text-center{
    text-align:center;
}
@media (min-width: 1340px){
.container {
    max-width: 1310px;
}
}

/*STICKY*/
#header {
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;  
    position: relative;
    z-index: 101;
}
#header.sticky, #index #header.sticky {
    position: fixed;
    animation: slide-down 0.4s;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1039;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,.1);
    -ms-box-shadow: 0 2px 15px rgba(0,0,0,.1);
}
@media screen and (max-width: 767px){
.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: #222;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 37px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 35px;   
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    background-color: transparent; 
    z-index: 99;   
}
.mypresta_scrollup:hover,
.mypresta_scrollup:focus{
    color:#fff;   
}
.mypresta_scrollup.open {
    bottom: 45px;
    opacity: 1;    
}
#wrapper{
    box-shadow: 0 0 0;
    padding: 0;
    position: relative;
    /*z-index: 1;*/
    /*padding-top: 30px;*/
}
#wrapper > .container {
    padding-top: 30px;
}
#index #wrapper > .container {
    padding-top: 0px;
}
@media screen and (max-width: 767px){
#wrapper {
    /*padding-top: 15px;*/
}
#wrapper > .container {
    padding-top: 15px;
}
}

/* ---------navbar------------ */
#header a{
    /*color: #666;*/
}
#header .it-menu-horizontal ul li.level-1 ul li a{
    color: #222
}
#header .logo {
    display: inline-block;
    max-width: 260px;
}
.innovatoryMedia-body{overflow:hidden;}
#header .header-nav {
    margin: 0;  
}
#header.sticky .header-nav {
    display: none;
}
#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;
}
.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 {
    display: block;
    width: 100%;
}
#header .header-nav .currency-selector i.fa, #header .header-nav .language-selector i.fa{
    font-size: 12px;
}
.dropdown .expand-more {
    transition: all .3s;
}
.dropdown .expand-more:after{
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
}
.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;
    left: inherit;
    margin: 0;
    padding: 0px;
    right: 0;   
}
@media screen and (min-width: 768px){
#header .header-nav {
    background-color: #fafafa;
}
}
@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;
}
.dropdown-item{
    color: #222;
    font-size: 13px;
    padding: 5px 0;
}
.dropdown-menu .dropdown-item{
    padding-left:15px;
    padding-right:15px;
}
#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;
}
.innovatoryLogo{
    position: relative;
    z-index: 99;
}
.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
}
.contact-mega-menu .it-sub-menu{right:auto!important;}
.contact-mega-menu i{color:white; margin-left:10px;}
.contact-mega-menu i:hover{color:#222;}
.menu-solenoid-valve .menu-dropdown{top:80px!important;}
.menu-water-pumps .menu-dropdown{top:120px!important;}
.menu-water-pumps .level-2 ul{margin-top:-136px;}
.menu-hoses .menu-dropdown{top:200px!important;}
.menu-hoses .level-2 ul{margin-top:-196px;}
.menu-accessories-vacuum .menu-dropdown{top:245px!important;}
.menu-payment-systems .menu-dropdown{top:285px!important;}
.menu-chemical-dosing .menu-dropdown{top:325px!important;}
.menu-water-purification .menu-dropdown{top:405px!important;}
.menu-heating-fittings .menu-dropdown{top:445px!important;}
.menu-measuring-instruments .menu-dropdown{top:485px!important;}

#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 a.cart {
    color: #222;
    font-size: 24px;
    text-align: center;
    display: block;
    position: relative;
    background-color: transparent;
    padding: 8px 15px;
    height: 44px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.cart span.hidden-sm-down {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.cart span.icon {
    display: flex;
    font-size: 21px;
    color: #1e1e1e;
    position: relative;
    padding: 0;
    margin-bottom: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    top: 0;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 12px;
}
.cart-content-right {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -5px;
}
#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:101;
    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;
    margin-left: 2px;
}
#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{
    /*background-color:#666; inno-theme-option */
}
#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;
    text-overflow: ellipsis;*/
    overflow: hidden;
    display: block;
    color: #222;    
}
#header .innovatory-cart a .amount{
    display: block;
    padding-top: 15px;
}
#header .innovatory-cart a .cart-products-count{    
	position: static;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    background: transparent;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    text-align: center;
    margin: 0;
}
#header .header-top #_desktop_user_info .innovatory-user-info a{
    font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    display: block;
    line-height: 1;
    font-weight: 400;
    padding: 8px 15px; 
    text-transform: none;   
}
.wishtlist_top{
    margin-right: 13px;
    display: block;
    position: relative;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.wishtlist_top:hover i.ti-heart.hidden-md-down,i.ti-heart.hidden-md-down{
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.wishtlist_top span.icon{
    display: inline-block;
    position: relative;
}
.wishtlist_top span.hidden-sm-down {
    display: none;
}
i.ti-heart.hidden-md-down {
    font-size: 17px;
    color: #222;
    font-weight: bold;
}
/* search */
.innovatoryDisplaySearch{
    padding: 0;
}
.search_query::placeholder{font-size: 14px;}
.innovatorySearch.dropdown-menu{
    left: inherit;
    padding: 0;
    right: 0;    
    width: 350px;
    position: absolute;
    top: calc(100% + 1px);
}
.innovatoryDisplaySearch .expand-more{
    line-height: 1;
    color:#212121;
    font-size: 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: #fff none repeat scroll 0 0;
    border: none;
    height: 42px;
    min-width: inherit;
    padding: 0 50px 0 15px;
    width: 100%;
}
.search-widget form input[type="text"]:focus{
    outline:medium none;
}
.search-widget form input[type="text"]::placeholder{
    color: #222;
    opacity: .7
}
.search-widget form button[type="submit"]{
    font-size: 18px;
    height: 100%;
    line-height: 42px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    color: #fdfeff;
    border: none;    
    background-color: #222;    
    transition: all .3s
}
.page-not-found #search_widget #searchbox button[type="submit"]{
    background-color: #222
}
.page-not-found #search_widget #searchbox button[type="submit"]:hover{
    color: #fff
}
.page-not-found #search_widget #searchbox input[type="text"]{
    color: #222
}
.page-not-found #search_widget #searchbox input[type="text"]::placeholder{
    color: #222;
    opacity: .7
}
.search-widget form button[type="submit"] i{
    display: block;
}
#ui-id-1 {
    border-radius: 0;
    padding: 5px;
    font-family: 'Poppins'; 
    max-height: 365px;
    overflow-y: auto; 
    z-index: 102;      
}
.ui-front.ui-menu .ui-menu-item {
    padding: 5px;
    width: 100%;
    cursor: pointer;
    transition: all .2s;    
}
.ui-front.ui-menu .ui-menu-item .search-item{
    display: flex;
    padding: 0;
    align-items: center;
    background: 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 .expand-more i{
    font-size:22px;
}
#header .language-selector ul li a {
    color: #222;
}  
#_desktop_currency_selector,#_desktop_language_selector,#_desktop_wishtlistTop {
    float: right;
    margin-left: 20px;
    height: 40px;
    display: flex;
    align-items: center;
}
.slidetoggle-menu{
    display: none;
}
.it-menu-horizontal li.level-1.view_menu {
    position: relative;
}
.full-nav {
    box-shadow: inset 0 0 15px rgba(0,0,0,.1);
}
.exclusive-col > a{
    height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    justify-content: flex-end;
}
.exclusive-col .icon{
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    background-image: url(../img/sprite.png);
    background-position: center -52px;
    margin-right: 12px;
    background-size: 40px;
}

@media screen and (min-width: 768px){
.mt-30.mt-md-0{
    margin-top: 0
}
}
@media screen and (max-width:1050px){
#header .innovatory-cart a .cart-products-count {
    color: #fff;
}
#header .header-nav {
    padding: 0;
}
#header .header-nav .top-logo a img {
    max-width: 140px;
}
.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;
    border: 1px solid #ccc;
    color: #414141;
    height: 30px;
    line-height: 30px;
    outline: 0 none;
    padding: 0 25px 0 10px;
    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%;
    padding: 0;
}
#header .innovatory-cart .cart > span.icon {
    width: 26px;
    height: 24px;
    background-size: 50px;
    border-left: none;
    padding: 0;
    margin: 0;
}
.cart span.hidden-sm-down{
	display: none;
}
.innovatorywishtlistTop{margin-right: 0;padding:0;}
.wishtlist_top {
    height: 50px;
    line-height: 50px;
}
#header .innovatory-cart a span.icon {
    display: block;
}
.innovatorySearch{
    padding-bottom: 20px;
    float: none;
}
#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;
}
#header .innovatorySearch.dropdown-menu {
    position: static;
    display: block;
    width: 100%; 
    border:none;   
}    
#header .innovatory-cart a span.icon i {
    line-height: 35px;
    display: block;
    font-size: 22px;
    color: #222;
}
#search_block_top .btn.button-search{
	color:#222;
    line-height: 42px;
}
#header {
    background:transparent;
}
#header .wishtlist_top .icon i{
    display: block;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
}
.innovatoryDisplaySearch .expand-more i{
    display: block;
    line-height: 50px;
}
#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: 20px;
    margin-left: 12px;
    font-weight: normal;
    color: #fff;    
}
#header .header-nav #menu-icon .material-icons {
    line-height: 42px;
}
.search-widget form input[type="text"] {
    height: 40px;
}
.search-widget form button[type="submit"] {
    font-size: 16px;
    line-height: 36px;
    height: 34px;
    width: 34px;
    top: 3px;
    right: 3px;
}    
#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%;
}
#header .innovatory-cart a .cart-products-count{
    top: 22px;
    right: -4px;
}
#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-color: #222;*/
    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;
    line-height: 1;
    color: #222;
}
#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%;    
}
.wishtlist_top span.cart-wishlist-number {
    position: static;
    width: auto;
    vertical-align: middle;
    margin-left: 5px;
    height: auto;
    line-height: 1;
    font-size: 12px;
    color: #222;    
}
}
@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: 1339px){
.it-menu-vertical li.level-1 > a {
    line-height: 40px;
}    
.it-menu-vertical .menu-content {
    padding-bottom: 0;
}
.exclusive-col > a {
    font-size: 14px;
}
}
@media (min-width: 1051px) and (max-width: 1199px){
.it-menu-vertical li.level-1 > a {
    line-height: 38px;
}
.exclusive-col > a {
    font-size: 11px;
}
}
@media screen and (min-width: 1340px){
.it-menu-vertical li.level-1 > a {
    line-height: 40px;
}
}    
@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;
    }
    .innovatoryDisplaySearch .expand-more i,
    #_desktop_user_info .innovatory-user-info a i,
    #header .innovatory-cart a.cart i {
        line-height: 50px;
    }
    #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;
}
}
#header span.menu-icon span {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #222;
    margin: 3px 0;
    width: 20px;
}
span.menu-icon {
    float: right;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (min-width: 1051px){
.nav-right{
    height: 100px;
    align-items: center;
}
.full-nav .container_it_vegamenu {
    margin: 0px;
}
.full-nav .it-menu-vertical .menu-vertical {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    padding-top: 20px;
    display: none;
}
#index .sticky .container_it_vegamenu .it-menu-vertical .menu-vertical {
    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;   
}
.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 .innovatory-cart a .icon-wrap-circle:hover .cart-products-count{
    background-color: #222;
    color: #fff
}
.header-top .nav-right .dropdown .dropdown-menu{
    top: calc(100% + 39px);
    border: 1px solid #dddddd;
}
#header .innovatory-cart .cart_block {
    top: calc(100% + 28px);
}
#header .it-menu-horizontal .menu-content > li.level-1 > a{
    line-height: 60px;
    height: 60px;
}
.wishtlist_top span.cart-wishlist-number{
    background: transparent none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: -13px;
    top: -4px;
    width: 18px;
}
.wishtlist_top span.text{
    display: inline-block;
    vertical-align: middle;
}
.wishtlist_top span.icon {
    display: flex;
    align-items: center;
}
.header-nav p {
    margin-bottom: 0;
}
.header-nav .dropdown .expand-more,.header-nav p,.wishtlist_top {
    line-height: 40px;
    font-weight: 400;
    color: #666;  
    font-size:14px;  
}
.innovatorySearch.dropdown-menu {
    width: 100%;
    position: static;
    display: block;
    float: none;   
    overflow: hidden;
}
.it-menu-vertical .title-menu > i {
	float: right;
    line-height: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}
.innovatory-cart .cart-content-right {
    text-align: left;
    max-width: 80px
}
.innovatory-cart .cart .cart-content-right span{
    display: block;
    line-height: 1;
    font-size: 14px;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
    width: 70px; 
    color: #fff;   
}
.innovatory-cart .cart .cart-content-right .cart-text{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 9px;
}
#header .header-nav .mobile-menu-meta{
    display: none;
}
.sign-wrap {
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;    
}
.sign-wrap h6{
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.sign-wrap .sign-tit-top {
    margin-bottom: 3px;
}
.sign-wrap .sign-tit-top .icon-sign svg{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    fill:#666;
}
.sign-wrap .sign-tit-top span{
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75px;
}
.sign-wrap h6 i {
    margin-left: 5px;
}
#header .header-top #_desktop_user_info .innovatory-user-info a{
    padding: 11px 15px
}
.container_it_vegamenu .title-menu:after{
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    top: 10%;
    right: 0;
    opacity: .5;
}
.it-menu-vertical li.level-1 > a {
    padding-left: 0px;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.header-top .right-nav {
    padding-right: 15px;
}
.nav-right .nav-total {
    font-size: 12px;
}
}
/* end Header */
/* ################################################################################### */
/* content */

/*slider*/
#index{ 
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
.ImageSlider{
    background-color: #f8f8f8;
    padding: 20px 0;
    margin-bottom: 30px;
}
.nivoSlider{
    border-radius: 5px;
}
.ImageSlider:after{
    content: '';
    display: block;
    clear: both;
}
.itnivo-slider{
    position: relative;
    min-height: 0    
}
.nivo-main-image,.nivoSlider img{
    height: 100% !important;
}
.nivo-controlNav {
    bottom: -5px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 9;
}
#itimageslider .nivo-controlNav .nivo-control{
	background: #d3e3fd none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0 5px;
    text-indent: -999em;
    width: 8px;
    position: relative; 
}
#itimageslider .nivo-directionNav a.nivo-prevNav{
    color: #fff!important;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    z-index: 6;
    text-align: center;
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    border-left: 35px solid #a3bcf7;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
#itimageslider .nivo-directionNav a.nivo-nextNav{
    color: #fff!important;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    z-index: 6;
    text-align: center;
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    border-right: 35px solid #a3bcf7;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
#itimageslider .nivo-directionNav a.nivo-prevNav:hover{
    border-left: 35px solid #4E7DF1;
}	
#itimageslider .nivo-directionNav a.nivo-nextNav:hover{
    border-right: 35px solid #4E7DF1;
}   
.nivo-prevNav i.ti-angle-left{
    position: absolute;
    left: -22px;
    font-weight: 600;
    top: 50%;
    transform: translate(-50%, -50%);
}
.nivo-nextNav i.ti-angle-right{
    position: absolute;
    left: 22px;
    font-weight: 600;
    top: 50%;
    transform: translate(-50%, -50%);
}
.nivo-directionNav a{
    position: absolute;
    top: 45%;
    z-index: 991;
    cursor: pointer;
    opacity: 0;
}
.nivo-prevNav {
    left: -60px;
}
.nivo-nextNav {
    right:-60px;
}
.itnivo-slider:hover .nivo-prevNav {
    left: 0px;
    opacity: 1;
}
.itnivo-slider:hover .nivo-nextNav {
    right: 0px;
    opacity: 1;
}
@media screen and (max-width: 767px){
.nivo-directionNav a{
	display:none !important;
}
#itimageslider .nivo-controlNav {
    bottom: 10px;
} 
}   
@media (min-width: 992px) and (max-width: 1050px){
#itimageslider .itnivo-slider{
    width: 100%;
    margin-left: 0
}
} 
/*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{
    background: rgba(255,255,255,.41) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-col a:after {
    background: rgba(255,255,255,.41) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 100%;
}
.banner-col:hover a:before,.banner-col:hover a:after {
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    transition-duration: 1.3s;
}
.mid-banner-sec .banner-col,#left-column .banner-col{
    overflow: hidden;
}
.single_bennar{
	margin-top:40px;
}
@media screen and (min-width: 768px){
.mid-banner-sec .col-md-7{
    width: 56%
}
.mid-banner-sec .col-md-5{
    width: 44%
}
}
@media screen and (max-width:767px){
.single_bennar {    
    margin-top:30px;
}
.top-banner-sec .col-md-6.col-sm-6.mt-30{
	margin: 0px;
}
}
@media screen and (max-width:543px){
.top-banner-sec .col-md-6.col-sm-6.mt-30:nth-child(2){
	margin-top: 15px;
}
}

/*category-feature-sec*/
.category-feature-sec .itCategoryFeature{
    position: relative;
    z-index: 6;
}
.category-feature-sec .itCategoryFeature .item-inner .cat-img > a{
    overflow: hidden;
}
.category-feature-sec .itCategoryFeature .innovatory-media-body {
    text-align: center;
}
.category-feature-sec .itCategoryFeature .item .categoryName a {
    color: #000;
    font-size: 18px;
    font-weight:500;
    text-transform: uppercase;
    padding: 20px 0 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition:all .3s;
    -webkit-transition:all .3s;
    -ms-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
}
.category-feature-sec .itCategoryFeature .item .categoryName a:hover{
    color: #222;
}
.category-feature-sec .itCategoryFeature:after{
    content: '';
    clear: both;
    display: block;
}
.owl-carousel .owl-nav{
    text-align: center; 
}
.owl-carousel .owl-nav > *{
    color: #fff;
    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: 35px;
    height: 35px;
    text-align: center;
    line-height: 26px;
    border: 1px solid transparent;
    background-color: #dedede;
}
.owl-carousel .owl-nav > *:first-child{
    margin-right: 10px
}
.owl-carousel .owl-nav button {
    font-size: 24px;
}
.owl-carousel .owl-nav > *.disabled{
    cursor: not-allowed;
}
.owl-carousel .owl-nav > *:hover{
    color: #fff;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: -50px;
    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%);
}
@media screen and (max-width: 1199px){
.owl-carousel .owl-nav > *{	height: 30px;
    width: 30px;
    line-height: 28px;
    font-size: 20px;
 }
.owl-carousel .owl-nav {
    top: -42px;
}
}
@media screen and (max-width:767px){
.owl-carousel .owl-nav {
    top: -42px;
    right: 8px;
}
.pos_special_product .owl-carousel .owl-nav{
	right:16px;
}
.category-feature-sec {
    padding-top: 50px;
}
.itCategoryFeature .item .cat-img {
    margin-bottom: 0px;
}
.itCategoryFeature .item .categoryName a {
    font-size: 14px;
}
.img-text-sec{
    padding: 0 15px;
}
}
.displayPosition2 .row{
	margin:0px;
}
.pos_content.innovatoryProductGrid.specialProductGrid.row {
    margin: 0 -15px;
}
/*tab-product-sec*/
.tab-content.clearfix.itContent .owl-nav.disabled {
    display: block !important;
    top: -50px;
    margin-top: 0 !important;
    right: 7px;

}
.sec-head-style{
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid transparent;
}
.it_tab{
    /*border-bottom: 0 none;*/
    text-align: center;
    margin-bottom: 25px;    
}
.sec-head-style h3{
    text-transform: uppercase;
}
.tab-content{
    text-align:center;
    position:relative;
}
.innovatoryProductFilter .tab-content,
.innovatoryProductFilter .prod-filter{
    margin: 0 -7px
}
.it_tab .innovatory-tab{
    border: none;
    padding: 0px; 
    text-align: center;
    position:relative;
    margin: auto;
}
.it_tab .innovatory-tab li{
    padding: 0px;
    margin: 0;  
    position: relative;  
}
.nav-tabs.innovatory-tab .nav-item+.nav-item {
    margin-left: 0px;
}
.it_tab .innovatory-tab li a{
    background: #fff;
    border: medium none;
    color: #222;
    display: block;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: .4px;
    line-height: 1;
    margin: 0;
    padding: 12px 15px;
    position: relative;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-bottom:none;
}
.it_tab .innovatory-tab li a.active{
    color: #222 !important;  
}
.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;
}
@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 {
    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
}
.it_tab .innovatory-tab li a.active{
    /*border-color: #222*/
}
}
@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;    
}
.sec-head-style h3{
    margin-bottom: -1px;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    font-weight: 500;
}
.list_manufacturer.owl-carousel .owl-nav{
    right: 0px;
}
}

@media (min-width: 768px) and (max-width: 1199px){
.it_tab .innovatory-tab li a {
    font-size: 14px;
    padding: 12px 12px;
}  
.sec-head-style h3 {
    font-size: 16px;
}  
}
.sec-head-style{
    padding: 0 85px 0 0px;
    display: flex;
    align-items: center;
    min-height: 35px;    
    background-color: transparent;
    margin-bottom: 20px;    
    text-align: center;
}
.it_tab h3.page-heading:before, .sec-head-style h3:before{
    position: absolute;
    content: '';
    border-right: 5px solid transparent;
    border-top: solid 10px #ffdc52;
    border-left: transparent solid 5px;
    border-bottom: solid 10px transparent;
    bottom: -18px;
    left: 40px;
}
.it_tab h3.page-heading:after, .sec-head-style h3:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background-color: #ffdc52;
    bottom: 0;
    left: 0;
}
#left-column .title_block h3:after,#left-column .title_block h3:before{
    display: none;
}
@media screen and (max-width: 767px){
.tab-content.clearfix.itContent .owl-carousel .owl-nav {
    top: -87px;
}
.it_tab.sec-head-style{
	padding: 0;
	display: block;
}
.it_tab.sec-head-style h3.page-heading {
    position: relative;
    padding-bottom:5px;
    margin-bottom:20px;
}
}
/* services-icon */
/*shipping*/
.service img {
    width: 55px;
}
.service {
    padding: 20px 10px;
    position: relative;
    text-align: center;
}
.service p{
    margin-bottom:0;
}
.service h2{
    font-size: 16px;
    margin-top: 15px;
}
.service-sec .owl-buttons {
    text-align: center;
    margin-bottom: 30px;    
}
.service-sec .owl-buttons .owl-next{
    margin-left:15px;
}
.service-sec .owl-buttons > div{
    background-color: #dedede;
    height: 35px;
    width: 35px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    line-height: 33px;
    text-align: center;
}
.service-sec .owl-buttons > div:hover{
    background-color: #ffdc52;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 991px){
.featured-product .col-md-8.mt-30{
    margin-top: 15px;
}
.col-md-4.product-column-style{
    width: 100%;
}
.service-sec{
    text-align: center;
}
.service-sec .col-sm-6{
    width: 49%;
    display: inline-block;
    float: none;
}
.service-sec .col-sm-6.col-sm-offset-3{ 
    margin-top: 20px;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.featured-product .col-sm-8.mt-30{
    margin-top: 25px;
}
.service.col-md-12{
    padding-left: 20px;
}
.service p{
    font-size: 16px;
}
.service img{
    position: relative;
    margin-bottom: 15px;
}
.service h2,
.service p{
    text-align: center;
}
}
/* innovatoryProductGrid */
.innovatoryProductGrid{position:relative;}
.innovatoryProductFilter{
    padding-top: 60px;    
}
.it_category_feature, .innovatoryProductFilter, #itblog_block {
    margin-left: 15px;
    margin-right: 14px;
    overflow: hidden;
}
#index .innovatoryProductGrid .item, article.product-miniature.js-product-miniature{ 
    background-color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px !important;
}
.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;  
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: table-cell;
    float: none;
    vertical-align: middle;      
}
.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;
    bottom: 15px;
    left: 0;
    right: 0;
}
.innovatoryProductGrid  .innovatoryItem .quick-view,
.innovatoryProductGrid  .innovatoryItem .addToWishlist,
.innovatoryProductGrid  .innovatoryItem .cart-btn{
    color: transparent;
    display: block;
    font-size: 18px;
    position: relative;
    margin: 0;
    text-align: center;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;      
}
.innovatoryItem.innovatoryWish {
    float:left;
    padding: 0 0 0 15px;
}
.innovatoryQuick.innovatoryItem{
    float: right;
    padding: 0 15px 0 0px;
}
.innovatoryProductGrid .innovatoryItem .innovatorywishlist a span{
    display:none;
}
.innovatoryQuick.innovatoryItem a.quick-view 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: #222;
    display: block;
    font-size: 13px;
    line-height: 1;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    top: 10px;
    font-weight: 500;  
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.innovatoryNew-label{
    left: -50px;
}
.innovatoryProductList .item-inner .innovatorySale-label, 
.itcolumn .innovatorySale-label,
.innovatoryProductGrid .innovatorySale-label{
    left: auto;
    color:red;
    text-transform: capitalize;    
}
.innovatoryProductList .innovatoryProduct-container .innovatoryNew-label,
.innovatoryProductGrid .innovatoryProduct-container .innovatoryNew-label{
    left: 5px
}
.innovatoryProductList .innovatoryProduct-container .innovatorySale-label,
.innovatoryProductGrid .innovatoryProduct-container .innovatorySale-label{
    right: 5px
}
.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,.innovatorydiscount-label{
    color: #222;
    background: #ffdc52 none repeat scroll 0 0;
    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 .productName,
.innovatoryProductGrid .productName{
    line-height: 1;
    text-transform: none;
    margin-bottom: 10px;
}
.innovatoryProductGrid .productName {
    margin-bottom: 5px;
}
.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 .innovatoryProduct-container .innovatory-product-price-and-shipping{
	    min-height: 26px;
}
.innovatoryProductGrid .innovatoryProduct-container .innovatoryCart {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
    left: 0;
}
.innovatoryProductGrid .innovatoryProduct-container:hover{
    border-color: #f3f3f3;
}
.innovatoryProductGrid .innovatoryProduct-container {
    border: 1px solid transparent;
    margin: 2px;
}
.innovatoryProductGrid .item .innovatoryCart{
    float: none;
    position: absolute;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    left: 50%;
    bottom: -40px;
    opacity: 0; 
    visibility: hidden;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    min-width: 160px;
}
.innovatoryProductGrid .item:hover .innovatory-product-description {
    transform: translateY(-25px);
}
.innovatoryProductGrid .item:hover .innovatoryCart{
    opacity: 1;
    visibility: visible;
}
.innovatoryProductGrid .innovatory-product-description .innovatoryCart form{
    display: inline-block;
}
.innovatoryProductGrid .innovatory-product-description .innovatoryCart .cart-btn,
button.button.ajax_add_to_cart_button.add-to-cart.btn-default{
    height: 40px;
    border: 1px solid #e6e6e6;
    display: flex;
    -webkit-transition: all .4s;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0 15px;
    align-items: center;
    position: relative;
    top: 0;
    width: 100%;
    white-space: nowrap;    
}
.cart-btn i.ti-shopping-cart, 
.product-add-to-cart button i.ti-shopping-cart{
    color: #666;
    font-size: 22px;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #d8d8d8;
    margin-right: 10px;
    transition: all .3s;
    padding-right: 6px;
}
.innovatoryCart .cart-btn span, 
button.button.ajax_add_to_cart_button.add-to-cart.btn-default span {
    transition: all 1s;
    font-size: 14px;
    margin: 0;
    color: #666;
    margin-right: 5px;
    transition: all .3s;
    display: inline-block;
    vertical-align: middle;
}
#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;
}
.comments_note div.star, #productCommentsBlock div.star {
    height:auto;
    line-height: 1;
}
.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: 50%;    
    background-color: #222
}
.innovatoryProductList .innovatoryItem a i {
    display: block;
    line-height: 38px;
}
.innovatoryProductList .innovatoryItem a:hover,
.innovatoryProductList .innovatoryCart button:hover{
    color: #fff;
}
.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;
}
.subpage .innovatoryProductGrid .productName a,
.itcolumn .productName a,
.innovatoryProductGrid .productName a, .ui-front.ui-menu .ui-menu-item .search-item .product-name{
   color: #666666;
   font-size: 14px;
   font-weight: 400;
   display: block;
    overflow: hidden;
/*    white-space: nowrap;
    text-overflow: ellipsis;*/
    line-height: 1.3;    
}
.itcolumn .old-price ,
.innovatoryProductGrid .old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}
.itcolumn .price ,
.innovatoryProductGrid .price,
.innovatoryProductList .price {
    color: #222;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.itcolumn .price{
    font-size: 14px
}
@media screen and (max-width:1050px){
.innovatoryProductGrid .item .innovatory-product-description {
    transform: translateY(-25px);
}
.innovatoryProductGrid .item .innovatoryCart{
	left: 0;
    bottom: -60px;
}
.innovatoryProductGrid .innovatoryActions .innovatoryItem{
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;    
}
.innovatoryProductGrid .innovatoryActions {
    visibility: visible;
    opacity: 1;
}
.nivo-controlNav{
	display:none;
}
}
@media (min-width: 992px) 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: 1199px){
button.button.ajax_add_to_cart_button.add-to-cart.btn-default{
	width:60%;
}
}
@media (min-width: 768px) and (max-width: 1199px){
.item-inner.col-lg-3.col-sm-6.col-xs-12 {
    width: 33.33333%;
}
}
@media screen and (max-width: 767px){
.innovatoryProductGrid .item .innovatoryCart{
	bottom:-53px !important;
}
.innovatoryProductGrid .item .innovatoryProduct-container,.innovatoryProductGrid .innovatoryProduct-container{
    border-color: #f3f3f3;
}
#index .pos_special_product .innovatoryProductGrid .innovatoryProduct-container {
    border: none;
}
.innovatoryProductFilter{
    padding-top: 30px;    
}
.innovatoryProduct > .row{
    margin: 0
}
.innovatoryProductGrid .innovatoryProduct-container .innovatoryQuick {
    margin: 0 10px;
}
.innovatoryProductGrid .innovatoryActions {
    bottom: 8px;
}    
.itcolumn .price ,
.innovatoryProductGrid .price,
.innovatoryProductList .price {
    font-size: 15px;
}     
}
@media screen and (max-width: 543px){
.innovatoryProductList .innovatoryProduct-image .product-thumbnail img {
    width: 100%;
}
}
@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
}
}
@media screen and (min-width: 1200px){
.innovatoryProductGrid .productName a,.subpage .innovatoryProductGrid .productName a, .innovatoryProductGrid .productName a{
    font-size: 16px;
}
}
/* 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: #f5f5f5;
    padding: 15px 0;
}
.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: 24px;
    line-height: 14px;
    width: 24px;
}
.innovatoryGridList li#list a{
    background: url(../img/grid-list.png) no-repeat scroll -67px -20px transparent;
}
.innovatoryGridList li#grid a{
    background: url(../img/grid-list.png) no-repeat scroll -8px -20px transparent;
}
.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: center;
}
}

/* 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: 35px;
}
}
/* 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: center;
    padding-top: 10px;
}
.innovatoryProductGrid .innovatory-product-description{
    min-height:171px;
    padding: 10px 10px 0 10px;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.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 > 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 */
.innovatoryPagination{text-align:right;}
.pagination .page-list{
    padding:0;
    display:inline-block;
}
.pagination .page-list li{
    float:left;
    margin:0 2px;
}
.pagination .page-list li a{
    border: 1px solid #ebebeb;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    width: 35px;
    color:#1e1e1e;
}
.pagination .page-list li a:hover ,
.pagination .page-list li a.disabled {
    /*background-color:#222;
    border-color:#222; inno-theme-option */
    color:#fff;
}
.pagination .page-list li a.next.disabled,
.pagination .page-list li a.previous.disabled{
    display:none;
}
.pagination .page-list li a.previous,
.pagination .page-list li a.next {
    /*width: auto;
    padding: 0 10px;*/
}
.pagination .page-list li a.previous i{
    margin-right:5px;
}
#cms #main .page-header{
    /*display: none;*/
}
#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: #000;
    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: 24px;
    margin-bottom: 15px;
    text-transform: none;
    font-weight: normal;
    line-height: 1.3;       
}
#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 .has-discount .discount,
.has-discount .discount{
    background: #222 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;    
}*/
.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;
    text-transform: uppercase;
}
.tabs .nav-tabs .nav-link.active, 
.tabs .nav-tabs .nav-link:hover{
    /*color:#1e1e1e; inno-theme-option */
    border-bottom:0;
}
.tabs .tab-content{
    padding: 30px;
    text-align: left; 
    border:1px solid transparent;
}
.tabs .tab-pane{
    padding:0;
}
.tabs .product-description{
    line-height: 23px;
}
.tabs .product-description p{
    color:#666;
    text-indent: 70px;
}
.product-features {
    margin-left: 0;
    margin-top: 10px;
}
.product-accessories{
    margin-bottom:30px;
}
.product-actions .add-to-cart {
    background: #222;
    border-color: #222;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 30px;
    text-transform: none;   
    text-transform: capitalize;
        margin-bottom: 0;
}
.product-actions .add-to-cart:hover{
    /*background-color:#666;
    border-color:#666;*/
}
.product-quantity #quantity_wanted {
    background-color: #fff;
    color: #414141;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    width: 50px;
    margin-left:50px;
}
.product-quantity .qty{width:150px;margin-right:15px;}
.product-quantity .input-group-btn-vertical .btn {
    display: block;
    height: 50px;
    line-height: 20px;
    padding:0;
    text-align: center;
    width: 50px;
    float: right;
    margin-right: 2px;
}
.product-quantity .input-group-btn-vertical .bootstrap-touchspin-down{
    position: absolute;
    left: 1px;
    width: 50px;
    top: 2px;
}
.product-quantity .input-group-btn-vertical{
    display: inline-block;
    position: absolute;
    content: "";
    width: 100%;
    left: 1px;
}
.product-quantity .input-group-btn-vertical .btn i {
    font-size: 20px;
    position:unset;
}
#product .product-description-short p i{
    margin-right:20px;
    color:#222;
    font-size:18px;
}
.radio-label{border: 1px solid transparent;}
#product .product-information .color, #product .product-information .custom-checkbox input[type="checkbox"] + span.color{
    height: 20px;
    width: 20px;
}
.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span{
    border: 1px solid #c4c4c4;
}
#product-modal .modal-content .modal-body {
    margin-left: 0;
}
#product-modal .modal-content .modal-body .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;
}    
}
/*specialProductGrid*/
.specialProductGrid .product_desc{
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 0px;
    position: relative;
    background-color: #fafafa;
    padding: 25px 10px;
    text-align: left;
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.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: 18px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    justify-content: center;
}
.specialProductGrid .product-add-to-cart .ajax_add_to_cart_button:hover{
    color: #fff
}
.specialProductGrid .product-timer {
    margin-top: 20px;
}
/*countdown*/
article.js-product-miniature.item_in{
	border: 1px solid transparent;
	display: table;
}
.pos_special_product .item.innovatoryProduct-container article:last-child{
    margin-top:30px;
}
.pos_special_product.container {
    padding: 0;
    overflow: hidden;
    padding-top:60px;
}
.pos_special_product .innovatoryQuick.innovatoryItem, .pos_special_product .innovatoryItem.innovatoryWish {
    margin-top: -30px;
}
.pos_special_product .item.innovatoryProduct-container {
    padding: 0px !important;
    margin: 0px;
    border: none;
}
.is-countdown{
    padding:0;
    text-align:left;
}
.is-countdown .countdown-section{
    display: inline-block;
    padding-right:9px;
    text-align: center;
}
.is-countdown .countdown-amount{
    color: #444;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    height: 40px;
    width: 44px;    
    background-color: #fff;
    line-height: 40px;
    border: 1px solid #eee;
}
span.countdown-section:last-child {
    padding: 0;
}
.is-countdown .countdown-period{
    color: #313131;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    padding-top: 10px;
}
@media (max-width: 1350px) and (min-width: 1200px){
.is-countdown .countdown-amount{
    font-size: 15px;
    height: 40px;
    width: 40px;    
}
.is-countdown .countdown-section{
    padding-right:8px;
}
}
@media screen and (min-width: 544px){
.specialProductGrid .js-product-miniature{
    display: flex;
}
}
@media screen and (max-width: 767px){
.pos_special_product .item.innovatoryProduct-container article:last-child{
    margin-top:20px;
}
.pos_special_product.container{
	padding-top: 30px;	
}
}
@media screen and (max-width:543px){
article.js-product-miniature.item_in{
    display: inherit;
}
.innovatoryProductGrid .innovatoryProduct-image,
.specialProductGrid .product_desc{
    display: inherit;
    vertical-align: inherit;
    float: inherit;
}
}
/* 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: 333px;
}
.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;
    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:30px 20px 20px;
    background-color: #fff;
}
.innovatoryTestimonialOwl .item.text-center{
	position: relative;
}
.innovatoryTestimonialOwl .image{
	width:100%;
	text-align: center;
}
.innovatoryTestimonialOwl img.img-responsive{
	width:100px;
}
i.fa.fa-quote-left{
    position: absolute;
    content: "\f10d";
    top: -25px;
    left: 10px;
    font-family: fontawesome;
    font-size: 22px;
    line-height: 1;
    color: #ffdc52;
}
.innovatoryTestimonial .item .innovatoryComment{
    font-size: 14px;
    font-weight: 300;
    margin-top: 12px;
    padding: 0px;
    line-height: 1.7;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: #666;
}
.innovatoryTestimonial .item .innovatoryAuthor i {
    font-size: 46px;
    display: block;
    color: #e6e6e6;
}
.innovatoryTestimonial .item .innovatoryAuthor{ 
    color: #222;
    font-weight: 500;
    padding-top: 0px;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;    
}
.innovatoryTestimonial .item span{
    /*color: #222; inno-theme-option */
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
}
.innovatoryTestimonial .item span.innovatoryOffice{
    color: #222;
    font-weight: 500;
    text-transform: none;
    display: block;
    line-height: 1;
    font-size: 13px;
}
.owl-carousel .owl-dots{
    text-align: center;
    display: block;
    margin-top: 10px;    
}
.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: 14px;
    display: inline-block;    
    position:relative;
}
.owl-carousel .owl-dots button:before{
    background: #eee;
    border-radius: 100%;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 4px;
    width: 8px;
}
/* innovatory manufacturer */
.innovatoryLogo_manufacturer {
    margin-top: 30px;
}
.content-manufacturer .list_manufacturer .item{
    text-align: center;
}
.content-manufacturer .list_manufacturer .item a{
    display: block;
    padding: 0 20px
}

/* blockcart-modal */
#blockcart-modal .modal-header{
    /*background-color:#222; inno-theme-option */
    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{
    /*color: #222;*/
    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:#f18e1a;color:#fff;border-color:#fff;}
.all-product-link.btn-primary .material-icons{
    margin-right: 0;
    width: 15px;
    height: auto;
}
@media (min-width:992px) and (max-width:1199px){
.innovatoryTestimonialOwl {
    padding:30px 15px;
}
}
/* 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 {
    padding: 0 5px;
}
.pos_special_product .innovatoryProductGrid .item-inner {
    padding: 0 15px;
} 
.innovatoryProductGrid .item-inner .item:nth-child(2){
    margin-top:5px;
}
#js-active-search-filters{
    background: #fff;
    border: 1px solid transparent;
    height: auto;
    margin-bottom: 20px;
    opacity: 1;
    padding: 10px;
    display:none;
}
#js-active-search-filters.active_filters{
    display:block;
}
.active_filters .filter-block {
    color: #333;
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 5px 10px;
}
#js-active-search-filters h6.active-filter-title {
    color: #333;
    display: inline;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0;
    margin-right: 10px;
}
.products-selection .sort-by{
    line-height: 40px;
    margin: 0 10px;
}
.products-sort-order .select-title {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222 !important;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    padding: 0 15px;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 25px;
    position: relative;
}
.products-sort-order .select-title  .material-icons{
    line-height: 35px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 1;
}
.products-sort-order .dropdown-menu {
    background-color: #fff;
    padding: 0;
    right: 0;
    top: 46px;
    width: 100%;
    border:1px solid transparent;
}
.products-sort-order .select-list{
    color: #414141;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
}
.products-sort-order .select-list:hover{
    color:#222;
    background-color:#f1f1f1;
}
#category #search_filter_toggler{
    box-shadow: 0 0 0;
    padding: 0 10px;
    width: 100%;
}
.category-cover{margin-bottom:20px;}
.category-cover img{
    width: 100%
}
.block-category {
    border: medium none;
    margin-bottom: 0px;
    box-shadow: 0 0 0;
    min-height: 0;
    padding: 0;
}
.subpage  h2.h2,
.block-category h1.h1{
    color: #1e1e1e;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
#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: 30px;
}
.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:"/";
    color: #343434;
    font-size: 13px;
    left: -2px;
    position: absolute;
}
.breadcrumb ol li:last-child a{/*color:#222; inno-theme-option */}
.breadcrumb ol li:first-child{padding-left:0;}
.breadcrumb ol li:first-child:before{display:none;padding-left:0;}

/*service-sec------------------*/
ul.service-sec.innovatory-Service-Owl.owl-carousel.owl-loaded.owl-drag {
    margin-top: 15px;
    text-align: center;
    margin-bottom:30px;
}
li.service-box {
    padding: 20px 10px;
    position: relative;
    text-align: center;
}
.service-desc h2 {
    font-size: 16px;
    margin-top: 15px;
}
.service-desc p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}
/* left column */
.itleftbanners-container img {
    width: 100%;
}
.page-index owl-carousel{
margin-top:250px!important;
}

.page-index #itleftbanners_2{
margin-top:390px!important;
}
#itleftbanners,#itleftbanners_2 {
    margin-bottom: 30px;
}
#left-column {
    /*z-index: 11;*/
}
#search_filters, #search_filters_brands, #search_filters_suppliers,
.block-categories{
    box-shadow: 0 0 0;
    margin-bottom: 30px;
    padding: 0;
} 
#left-column .product-column-style .title_block{
    border:none;
    margin-bottom: 0px;    
}
#left-column .product-column-style,
#left-column .category-top-menu{
    padding:5px;
    border: 1px solid transparent;
    margin-bottom: 30px;
    float:none;
    background-color: #fff; 
    overflow: hidden;   
}
#index #left-column .product-column-style,#index #left-column #itleftbanners,#index #left-column #itleftbanners_2{
    margin-top: 200px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#left-column .product-column-style .owl-nav{
    display: none;
}
#left-column .product-column-style .service-sec .owl-nav {
    display: block;
    text-align: center;
    margin-top: 0 !important;
    right: 15px;
    position: static;
    transform: inherit;
}
#left-column .product-column-style .title_block h3{
    font-size: 16px;   
    margin-bottom: 0;     
}
#left-column .product-column-style .itProductFilter{
    margin: 0;
}
#left-column .product_img{
    width: 80px;   
}
#left-column .product_img .product-thumbnail{
    border: 1px solid transparent;   
}
#left-column .product-column-style .innovatory-product-description {
    padding: 5px 10px 0;
}
#left-column .product-miniature .regular-price {
    font-size: 11px;
}
#left-column .itcolumn {
    margin-bottom: 0;
}  
#left-column .itcolumn .productName a{
    line-height: 1.5; 
    font-weight: 400;
    font-size:14px;   
}  
#left-column .itcolumn .productName{
    margin-bottom: 7px;
    text-transform: none;    
}
#left-column .product-miniature .comments_note .laberCountReview{
    display: none;
}  
#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: #f7f7f7;
    padding: 10px 15px;
    margin-bottom: 0px;    
    line-height: 1;    
}
#search_filters p.h6 {
    margin-bottom: 15px;
}
#index #left-column .facet .h6,#index .product-column-style .title_block,#index #left-column .category-top-menu .title {
    color: #fff;
    padding: 15px 15px;
    margin: -5px;
    margin-bottom: 0;    
}
#index #left-column .product-column-style .title_block h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
#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;
    bottom: 0;
    line-height: 40px;
    top: 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;
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);*/
    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;
    /*padding: 0 0 0 15px;*/
}
.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;
}
#left-column .innovatory-product-description {
    text-align: left;
} 
#left-column .reduction_percent_display,.innovatorydiscount-label{
    margin: 0 5px;
    padding: 3px 4px;
}
#left-column .itcolumn .innovatory-thumbnail-container > .no-margin{    
    padding: 15px 10px;       
    margin: 0;    
    display: flex;
    align-items: center;     
}
#left-column .itcolumn .item-inner:not(:last-child) .innovatory-thumbnail-container > .no-margin,
#left-column .itcolumn .owl-item .item:not(:last-child){
    border-bottom: 1px solid transparent;
}
@media (min-width: 992px) and (max-width: 1199px){
#left-column .itcolumn .innovatory-thumbnail-container > .no-margin{
    flex-flow: column;
    align-items: initial;
}
#left-column .product_img {
    margin: 0 auto;
}
.itcolumn .price {
    font-size: 13px;
} 
#left-column .product-miniature .regular-price {
    font-size: 12px;
}  
#left-column .product-column-style .innovatory-product-description {
    padding: 5px 0px 0;
} 
#left-column .innovatory-product-description {
    text-align: center;
}
}
@media screen and (max-width: 991px){  
#left-column .hidden-md-down,
#left-column .pos-btm{
    display: none !important;
}
#search_filters_wrapper.hidden-sm-down,
.left-col-banner{
    display: none;
}
#content-wrapper.hidden-sm-down{
    display: none;
}
.innovatoryGridList{display:none;}
#js-product-list-top .hidden-md-up,
#search_filters_wrapper .hidden-md-up,
#search_filters .facet .collapse.in{
    display: block !important;
}
#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;
    /*border-bottom: 1px solid #f6f6f6;*/
    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;
    /*padding: .625rem;*/
    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;
    /*margin: 7px 0 0;*/
}
.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 {
    /*border: 1px solid #ebebeb;
    border-radius: 5px;  */  
    margin-bottom: 20px
}
#left-column .block-categories ul{
    margin-bottom: 0;
}
#left-column .category-top-menu .title a:after,
#left-column .product-column-style .title_block h3:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 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%);
}
#index #left-column .category-top-menu .title a:after,#index #left-column .product-column-style .title_block h3:after{
    color: #222;
}
.title.active a:before, #left-column .sidebar-head.active: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;
}
}
@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;
    max-width: 100px;
}
.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:10px;}
    .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 (max-width : 543px){
    .innovatoryImg-banner{margin-bottom:15px;}
    .innovatoryImg-banner img{width:100%;}
    .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;
}
#left-column .product-column-style, #left-column .category-top-menu{
    margin-top: 20px !important;
}
}

/* end content */
/* ################################################################################################################ */
/* footer */
#index #footer{
    margin-top: 50px;    
}
#footer .innovatoryFooter-center{
    background: #111; 
}
.logo-footer h3{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    font-weight:500;
    margin:0;
}
.innovatoryFooter-bottom {
    background-color: #212121;
}
.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;
}
ul.innovatory-media-body{
	margin: 0px;
}
.innovatoryFooter-top .row {
    padding: 25px 0;
    margin-bottom: 0;
}
ul.innovatory-media-body {
    float: right;
}
.block_newsletter .innovatoryConditions p span{
    color:#daa94d;
    font-size:22px;
}
.news-blocks{
    position: relative;
}
.block_newsletter p.h3 svg{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 37px;
    height: 37px;
    fill: #fff;
}
.block_newsletter .title-sec h3{
    color: #fff;
    font-size: 20px;
}
.block_newsletter form {
    display: flex;
    overflow: hidden;
}
.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: 15px;   
    border-radius:0;
    text-indent: 15px; 
}
.block_newsletter form input[type="text"]:-moz-placeholder, .block_newsletter form input[type="text"]::-moz-placeholder,.block_newsletter form input[type="text"]::placeholder,
.header-top .search-widget form input[type=text]:-moz-placeholder,.header-top .search-widget form input[type=text]::-moz-placeholder,.header-top .search-widget form input[type=text]::placeholder{
    color:#222;
    opacity: .4
}
.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: #a94442;
    margin-bottom: 0;
}
.block_newsletter .title-block p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
    line-height: 1;
    padding-left: 55px;
    position: relative;
    letter-spacing: .5px;
    text-transform: capitalize;
}
.block_newsletter p.h3 span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.block_newsletter .innovatoryForm .btn{
	margin-bottom: 0;
    color: #222;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 22px;     
}
.block_newsletter .innovatoryForm .btn:focus{
    outline: none;
}
.block_newsletter form input[type="text"], .block_newsletter form input.btn {
    height: 44px;
}
.block_newsletter .innovatoryForm .btn:hover{
    background-color: #222;
    color: #fff
}
.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 .collapse {
    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
}
.payment-footer ul li{
    float: left;
    margin-right: 15px;    
}
@media screen and (max-width:991px){
    .ft-about {
    color: #fff;
    bottom: -30px;
    padding-bottom: 40px;
}
.innovatoryFooter-center .container{
    padding:35px 0 !important;
}
.innovatoryForm.col-lg-5.col-xl-6 form {
    width: 100%;
    padding: 15px 0px;
}
.innovatorySocial.col-lg-2.col-md-4.col-xl-2 {
    transform: translate(-50%);
    left: 50%;
    text-align: center;
}
.title-block.col-lg-5.col-md-8.col-xl-4 {
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: inline-block;
}
ul.innovatory-media-body{
    float:none;
}
#footer .innovatoryFooter-center .title.clearfix.hidden-lg-up.collapsed,#footer .innovatoryFooter-center .title.clearfix.hidden-lg-up{
    border-bottom: 1px solid #666;
}
}
@media (min-width:768px) and (max-width:991px){
.title-block.col-lg-5.col-md-8.col-xl-4 {
    left: 60%;
}
}
@media screen and (max-width:767px){
.innovatoryForm.col-lg-5.col-xl-6 form {
    padding: 0px 0px;
}
}
@media screen and (max-width:480px){
.block_newsletter .title-block p{
    padding:0px;
    font-size:18px;
    text-align: center;
}
.block_newsletter p.h3 span {
    margin-top: 7px;
}
.innovatoryFooter-top .row{
    padding:20px 0px;
}
.block_newsletter p.h3 svg {
    position: inherit;
    left: 0;
    top: inherit;
    transform: inherit;
    display: block;
    width: 37px;
    height: 37px;
    margin-bottom: 10px;
    fill: #fff;
    margin-right: auto;
    margin-left: auto;
}
}
/* innovatoryFooter-center */
.innovatoryFooter-center .container{
    padding:50px 0;    
    position: relative;
    z-index: 1;
}
.footer-logo img {
    max-width: 200px;
}
.footer-logo{
    margin-bottom: 15px;
}
.footer-about p {
    margin: 0 auto;
    max-width: 700px;    
    color: #fff;
}
.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{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 15px;
    letter-spacing: .4px;
    text-transform: none;
}
.innovatoryFooter-bottom .h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 20px;  
    text-transform:capitalize;  
    padding-top: 0;
    color: #222; 
}
.innovatoryFooter-center ul li{
    line-height: 1;
} 
.link-wrap ul li a{
    color: #fff;
    font-size: 15px;
    transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;  
    line-height:2;
    font-weight: 300;
    position: relative;
    overflow: hidden;
}
.link-wrap ul li a.lnk_wishlist{
    width: 100%;
    float: none;
    padding: 0;
}
.footer-payment .link-wrap ul li a{
    font-size:13px;
}
.link-wrap ul li a.lnk_wishlist i{
    display: none;
}
.innovatorySocial ul li{
    margin:5px 5px 0 5px;
    float: none;
    display: inline-block;
}
.innovatorySocial ul li a{
    display: block;
    width: 35px;
    height: 35px;
    color: #eee;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s;
    line-height: 35px;
    border-radius: 50%;
    background-color: transparent;
}
.innovatorySocial ul li a i, .innovatorySocial ul li a i:hover{
	transition: all 0.2s;
}
.innovatorySocial ul li a:hover{
    color: #fff;
}
#innovatoryContact .item {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    position: relative;
}
#innovatoryContact{
    max-width: 300px;    
}
#innovatoryContact .item i{
    position: absolute;
    left: 0;
    font-size: 24px;
    width: 26px;
    text-align: center;
}
.ft-about:after{
    content: '';
    display: block;
    clear: both;
}
.ft-about .support{
    float: left;
    font-size: 0;
    width: 52px;
}
.ft-about .block-content-inner {
    float: left;
    padding-left: 20px;
    width: calc(100% - 52px);
}
.ft-about {
    color: #fff;
    bottom: -30px;   
}
.ft-about .contact-phone h3{
    font-weight: normal;
    font-size: 16px;
    color: #fff
}
.ft-about .contact-phone span{
    font-size: 24px;
    font-weight: normal;  
    color:#4e7df1;  
}
.ft-about .contact-address {
    font-size: 14px;
    margin: 15px 0;
    font-weight: 300;
    line-height: 1.5; 
    color: #fff;   
}
.footer-payment.row .col-lg-2.wrapper.link-wrap.mt-30 .title.clearfix.hidden-lg-up.collapsed {
    display: none;
}
@media (min-width:992px) and (max-width:1199px){
.innovatoryFooter-center .h3{
    font-size: 18px;
}
}
@media screen and (max-width:1199px){
.innovatorySocial ul li{
    margin: 5px 0px 0 5px;
}
}
.payment-footer {
    top: 205px;
    position: absolute;
    padding-left: 85px;
}
.footer-payment.row h3.h3.hidden-md-down {
    display: none;
}
.footer-payment.row .col-lg-2.wrapper.link-wrap.mt-30 {
    margin: 0;
    width: 100%;
}
/* innovatoryFooter-bottom */
.innovatoryFooter-bottom .container{
    padding: 18px 15px;
}
.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: #868686;
      font-weight: 300;
}
.footer-payment.row .col-lg-2.wrapper.link-wrap.mt-30 ul li {
    display: inline-block;
    margin: 0 8px;
}
.footer-payment.row .col-lg-2.wrapper.link-wrap.mt-30 ul li {
    color: #fff;
    font-weight: 300;
    letter-spacing: .5px;
}
.footer-payment.row .col-lg-2.wrapper.link-wrap.mt-30 ul{
    display: flex;
    float: right;
}
.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;
}

@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: 10px;
    }
}
@media (min-width : 992px) and (max-width : 1199px){
    .payment_logos_images img{
        width:40px;
    }
    .footer.payment_logos_images > .text-center{
        text-align: center;
    }
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
    .support-footer-inner .info-title .content_static{
        padding-right: 40px;
    }
}
@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-payment.row .col-lg-2.wrapper.link-wrap.mt-30 ul {
        justify-content: center;
        float: none;
    }
    #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;
    }
    .innovatoryForm{width:100%;margin-top: 15px;}
    #innovatoryContact .item:first-child{
        margin-top: 10px
    }
}
@media screen and (max-width : 767px){
    .payment-footer {
        top: 160px;
    }
    .logo-footer h3{margin-bottom:10px;}    
    .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: 7px 7px 0;
    }
    .innovatoryProductGrid .item-inner .item:nth-child(2){
        margin-top:15px;
    }
    .category_feature {
        margin-top: 20px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .mb-30 {
        margin-bottom: 25px;
    }
    .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){
    .payment-footer {
        top: 185px;
    }
    .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;
    }
    .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;
    }
    .product-actions .add-to-cart {
        padding: 0 20px;
        display: inherit;
    }
    .product-add-to-cart .product-quantity .qty{
        margin-right: 5px;
    }
    .product-add-to-cart .product-quantity{
        margin-bottom: 0;
    }
    .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;
    }
    #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 .innovatoryFooter-center {
    background-size: cover;
}
#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;
}
.news-blocks .title-sec {
    text-align: left;
}
.block_newsletter .title-sec {
    padding-left: 80px;
    min-height: 48px;
    display: flex;
    align-items: center;
    margin: 0;
}
.news-blocks .title-sec i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 15px;
}
.block_newsletter .title-sec h3{
    margin-bottom: 0;
    font-size:25px;
    font-weight: 500
}
.block_newsletter form input[type="text"], .block_newsletter form input.btn {
    height: 48px;
}
.innovatoryFooter-center .h3 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
/* 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){
    .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;
    }
}

/**/
.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 .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;   
    /*color: #222; inno-theme-option */
    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{
    /*background: rgba(34,34,34,0.7); inno-theme-option */
    -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;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(34,34,34,0.1), 0 0 10px 10px #222, 0 0 0 10px rgba(34,34,34,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(34,34,34,0.1), 0 0 10px 10px #222, 0 0 0 10px rgba(34,34,34,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(34,34,34,0.1), 0 0 10px 10px #222, 0 0 0 10px rgba(34,34,34,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(34,34,34,0.1), 0 0 10px 10px #222, 0 0 0 10px rgba(34,34,34,0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(34,34,34,0.1), 0 0 10px 10px #222, 0 0 0 10px rgba(34,34,34,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(34,34,34,0.1), 0 0 10px 10px #222, 0 0 0 10px rgba(34,34,34,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
#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;
    /*color: #222; inno-theme-option */
    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;
}
}

@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
}
#checkout .checkout-step a:not(.btn){
    /*color: #222*/
}
@media screen and (max-width: 767px){
.subpage #content p{
    font-size: 14px;
}
.page-customer-account #content.page-content {
    padding: 25px 15px 15px;
}
#login-form footer .btn {
    width: 100%;
    text-align: center;
}
#login-form .form-group, .register-form .form-group {
    margin: 0 -15px;
}
.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*/
#itgallerycmsblock {
    margin-top: 70px;
}
.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;
}
@media screen and (max-width: 767px){
#itgallerycmsblock {
    margin-top: 60px;
}
}

.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-top: 5px;*/
    margin-right: 8px;
}
#js-checkout-summary,
.cart-grid .card.cart-container,
#order-confirmation .card-block ,
.cart-grid .cart-summary{
    background-color: #fff;
}
.register-form > p {
    text-align: center;
}
.text-btn {
    color: #171717;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}
.text-btn i {
    font-size: 11px;
    vertical-align: middle;
    margin-top: -2px;
}
.text-btn:hover > i {
    position: relative;
    animation-name: arrow;
    animation-duration: 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 #222;
    background-color:#222; 
}
#mywishlist td.wishlist_delete a {
    /*width: 20px;
    height: 20px;
    line-height: 20px;*/
    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,.product-accessories .innovatoryAcce{
    margin: 0 -7px;
}
#identity #customer-form .form-group:last-child .form-control-label{
    display: none;
}
.sec-head-style h3 {
    line-height: 1.4;
	text-align: left;  
    font-size: 16px;
    font-weight: 500;  
}
}
@media (min-width: 992px) and (max-width:1024px){
    .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;
    /*border-radius: 4px;*/
    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: none;
    -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
}

@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
}
.cart-grid .product-line-info .value{
    color: #111;
    font-size: 14px;
    font-weight: 700;
}
#cart .innovatoryProductGrid,
#order-confirmation .innovatoryProductGrid {
    margin-top: 30px;
    margin-bottom: 30px;
}
.innovatoryProductGrid.featured-slider > .mb-30{
    margin-bottom: 10px;
}
#cart .innovatoryProductGrid .title_block,
#order-confirmation .innovatoryProductGrid .title_block{
    margin-bottom: 30px;
}
.page-cart .def-btn i{
        margin-right: 8px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
}
.page-cart .product-line-grid-body>.product-line-info>a.label {
    font-size: 15px;
    line-height: 1.4;    
    margin-bottom: 10px;
    display: block;
    font-weight: 400;  
    color: #222
}
.cart-grid-body a.label:hover,
.cart-grid-body a.label:focus {
    /*color: #222; inno-theme-option */
    text-decoration: none;
}
body .cart-grid-body > a.label:hover{
    background-color: #666;
    color: #fff
}
.product-line-grid-right .bootstrap-touchspin>.input-group-btn-vertical {
    padding-left: 5px;
}
.product-line-grid-right .bootstrap-touchspin {
    box-shadow: none !important;
}
.product-line-grid-right .bootstrap-touchspin>.form-control{
    text-align: center !important;
}
.page-cart .product-line-grid-right .product-price{
    font-size: 18px;
}
#block-reassurance li .block-reassurance-item span{
    font-weight: 400;
    line-height: 1.4;    
}
.cart-grid .cart-grid-right .checkout .btn,
.checkout .btn{
    display: block;
    margin-bottom: 0;
        width: 100%;
}
.cart-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){
/*.cart-grid .product-line-grid-right .price,.cart-grid .product-line-grid-right .qty{
    /*display: inline-block;
    padding: 0 3px;
    width: auto;
    width: 100%;
}*/
.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;
}
}

#content-wrapper {
    padding: 0 15px;
}
.modal{
    text-align: center;    
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal .modal-dialog{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*my-account*/
#my-account #content-wrapper #main{
    border:1px solid #e2e2e2;
    padding: 25px 30px 30px;  
    background-color: #fff;     
}
#my-account #content-wrapper #main .btn-primary,
#my-account #content-wrapper #main .page-content{
    margin-bottom: 0
}
#module-blockwishlist-mywishlist .footer_links {
    margin-top: 20px;
}
#module-blockwishlist-mywishlist #content,
#module-blockwishlist-view #content{
    background-color: #fff
}

.quick-cart-total .btn-primary i{
    line-height: 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;
}
.page-not-found #search_widget{
    border:1px solid #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
}
#left-column .innovatoryTestimonial{display:none!important;}
.hide-element{display:none!important;}
.checkout_form .rf_only_f_0{color: #ff4c4c;}
.block_newsletter .title-block p{text-transform: none!important;} 
.product-actions .add-to-cart{text-transform: none!important;}
.tabs .product-description p{ text-indent:0!important;}
#_mobile_megamenu .innovatoryMegamenu{display:none!important;}
#_mobile_vegamenu .it-menu-vertical .menu-vertical{display:block!important;}
#mobile_top_menu_wrapper .mobile-sidebar-meta{display:none!important;}
#_mobile_user_info i{display:none;}
#_mobile_user_info .user-info-btn{margin-top:0!important;}

.noDPH-info-link-cart-preview{text-align: center; font-weight: 500; color: #464646; font-size: 1.4em; margin: 20px 0px 20px 0px;}
.noDPH-info-link-cart-1-step{text-align: center; font-weight: 500; color: #464646; font-size: 1.4em; margin: 20px 0px 20px 0px;}
.noDPH-info-link-register-form{text-align: center; font-weight: 500; color: #464646; font-size: 1.4em;}
#wpcfu-f6-o1 h3{text-align:center;}
#wpcfu-f6-o1 {background: #f1f1f1; padding: 20px; border: 1px solid #e1e1e1;}
#header .it-menu-horizontal .menu-content>li.level-1>a {
padding: 0 8px;
}
@media screen and (max-width: 767px){
.mobile-only-home-pro{
    display:block!important;
}
}
@media screen and (min-width: 768px){
.mobile-only-home-pro{
    display:none!important;
}
}
.block-promo .cart-voucher{display:none!important;}
#slider{max-height:400px!important;height:400px!important;}
#itimageslider{max-height:400px!important;height:400px!impotrant;}
#content-wrapper{background-color:#fff!important;}
.loader-bg-hide{display:none!important;}
