/* 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: 'Open Sans';
    color:#222;
    font-size:14px;
    font-weight:400;
    line-height:25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}
#index #wrapper{
    background-color: #fff;
}
.padd-0{padding:0px;}
.padd-left-0{
    padding-left: 0;
}
.padd-right-0{
    padding-right: 0;
}
.padd-60{
        padding:60px 0;
}
.padd-50{
        padding:50px 0;
}
.padd-80{
        padding:80px 0;
}
.mt-30{
    margin-top:30px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-10 {
    margin-bottom: 10px;
}
.text-right {
    text-align: right;
}
select {
    background: #fff url("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; karma-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 !important;
}
p {
    color: #666666;}
.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, .btn-disabled{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height:40px;
    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;   
    cursor: pointer;       
}
.btn-primary.style-btn:hover{
    background-color: #222
}
.all-product-link.btn-primary .material-icons{
    margin-right: 0;
    width: 15px;
    height: auto;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover,
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover, .btn-tertiary:focus, .btn-tertiary:hover, .focus.btn-tertiary{
    color: #fff;
}
.contact-form .input-group .input-group-btn>.btn{
    color: #fff;
}
.cart-grid-body>.label{
    text-transform: none !important;
}
/*preloader*/
.preloader {
  display: none;
  justify-content: center;
  align-items: center;
  height:100%;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 10000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight:500;
}
.container {
    max-width:1200px;
}
.text-center{
    text-align:center;
}
@media screen and (min-width: 1051px){
body:not(#index) .preloader {
    display: none;
}
}

/*STICKY*/
#header {
    background-color: transparent;
    position:relative;
    z-index: 101;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 15px rgba(0,0,0,.05);
}
#wrapper {
    box-shadow: 0 0 0;
    padding: 0;
}
@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);
}
}
a.mypresta_scrollup {
    display: none;
    background:transparent none repeat scroll 0 0;
    border: 2px solid;
    bottom: 100px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 35px; 
    border-radius: 0px;  
    z-index: 99;     
}
a.mypresta_scrollup:hover{
    background-color: #fff;  
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2); 
}
a.mypresta_scrollup.open {
    display: block;
    background: #009AA3;
    bottom: 100px;
    opacity: 1;
}
#wrapper{
    box-shadow: 0 0 0;
    padding: 0;
    /*z-index: 1;*/
}
@media screen and (min-width: 1051px){
#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);
 }
}
/* ---------navbar------------ */
#header .karmaSocial{
    display: flex;
    align-items: center;
    height: 40px;
}
#header .karmaSocial .follow-text {
    margin-right: 10px;
}
#header .krm-menu-horizontal ul li.level-1 ul li a{
    color: #222;
}
.krm-menu-horizontal ul.ul-column li.menu-item.item-line a{
   position: relative;
   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; 
}
.krm-menu-horizontal ul.ul-column li.menu-item.item-line a:before{
    position: absolute;
    content:'\f105';
    font-family:'FontAwesome';
    width: 100%;
    height: 100%;
    left: -15px;
    font-size: 16px;
    top: 50%;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.krm-menu-horizontal ul.ul-column li.menu-item.item-line a:hover{
    padding-left: 15px;
}
.krm-menu-horizontal ul.ul-column li.menu-item.item-line a:hover:before{
    left: 0;
}
.krm-menu-horizontal .menu-banner ul.ul-column li.menu-item.item-line .html-block a:before{
    display: none;
}
.krm-menu-horizontal .menu-banner ul.ul-column li.menu-item.item-line .html-block a:hover{
    padding-left: 0;
}


.krm-menu-horizontal .cat-drop-menu li {
    width: auto;
}
    

#header .logo {
    display: inline-block;  
}
.karmaMedia-body{overflow:hidden;}
#header .header-nav {
    margin: 0;
    color: #fff;	background-color: #feca03;
}
#header .header-nav .Nav2,.header-top .valign-middle .search-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-nav .dropdown .expand-more {
    color: #fff;   
}
.header-nav .dropdown .expand-more:after {
    margin-left: 5px;
}
#header .header-nav #contact-link{
    margin:0;
}
.karma-contact-link li{
    color: #aaa;
    font-weight: normal;
    line-height: 45px;
    margin-right: 15px;
    padding-right: 15px;
    position:relative;
    padding-left:20px;
}
.karma-contact-link li i{
    bottom: 0;
    color: #aaa;
    font-size: 14px;
    left: 0;
    line-height: 45px;
    position: absolute;
    top: 0;
}
#header .header-nav .user-info{
    margin:0;
}
#header .header-nav .user-info a span{
    color:#626262;
}
#header .header-nav .user-info a i{
    margin-right:5px;
    color:#fff;
}
#_desktop_language_selector ul{
        margin: 0 12px;
    }
#header .header-nav .language-selector{
    margin:0;
    position: relative;
    line-height: 45px;
}
#header .header-nav .currency-selector-wrapper .language-selector{
    margin-right: 0px;
    padding-right: 0px;
}
.user-info.language-selector.karma-user-info {
    line-height: 1;
}
#header .header-nav .currency-selector-wrapper .language-selector:before{
    background: none;
}
.header-title {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    background: -webkit-linear-gradient(#dda82d,#fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    border-left: 2px solid #333333;
    padding-left: 40px;
}
.karma-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;
}
#_desktop_currency_selector,#_desktop_language_selector{
    display:block;
}
.language-selector .selector-title{
    color: #222;
    font-weight: 500;
    font-size: 14px;
}
.currency-selector-wrapper .language-selector .selector-title{
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #e2e2e2;
}
#_desktop_currency_selector .language-selector .expand-more,#_desktop_language_selector .language-selector .expand-more{
    padding-left: 20px;
}
.dropdown .expand-more .space-margin{margin-left:16px;}
.language-selector ul li a {
    padding: 5px 13px;
    display: block;
    width: 100%;
    line-height: 2;
}
.language-selector ul li a img {
    margin: 0px 5px 0px 0px;
}
.krm-menu-horizontal .menu-dropdown{
    text-align:left;
}
.dropdown-menu{
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border: 1px solid transparent;
    right:0;
    left:auto;
    margin: 0;
    padding: 0px;
}
.dropdown .expand-more:after {
    content: "\f107";
    font-family: FontAwesome;
}
.dropdown-menu li{
    display:inline-block;
    padding:0;
    transition:all .3s;
    -webkit-transition:all .3s;
    -ms-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
}
#_desktop_user_info ul li{display: block;}
.language-selector ul li{display: block;}

.header-nav .dropdown-menu li:hover{
    background-color:#f5f5f5;
}
.dropdown-item{
    color: #666666;
    font-size: 13px;
    padding: 5px 0;
}
#header .dropdown-menu > a,
#header .dropdown-menu > li > a{
    color: #666
}
#header .dropdown-menu li a.dropdown-item:hover,
#header .dropdown-menu li.current  a.dropdown-item,
#header .dropdown-menu > a:hover {
    color:#222;
}
.karmaLogo a{
    display: block;
    transition: none;
    text-align: left;
}
#header .krm-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 15px;
}
#header .full-nav .col-lg-3{
    padding-left: 0;
}
#header .full-nav .col-lg-9{
    margin: 0 -15px;
    border-top: 1px solid #e2e2e2;
}
#header .full-nav{
    position: relative;
}
#_desktop_vegamenu{
    width: 100%;
    padding: 0 0 0 0;
}
.karmaMegamenu .krm-menu-horizontal {
    border-top: none;
}
.displayMegamenu .view_menu .menu-dropdown{
    left: auto;
    right: 0
}
#header .header-top{
    padding:0;
}
#header .header-nav .blockcart{
    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 .karma-cart a.cart {
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
#header .karma-cart a .cart-products-count{color: #fff;}
#header .karma-cart{position:relative;}
#header .karma-cart .cart-content{
    margin-left: 10px;
    line-height: 1.5;
}
.cart-content-right {
    font-size: 14px;
    display: block;
    text-align: left;
    margin-left: 8px;
    color:#fff;
}
#header .karma-cart span.cart-value {
    font-size: 14px;
    float: left;
}
#header .karma-cart .cart span.icon svg{
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
#header .karma-cart .cart_block{
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;    
    padding: 8px 0 ;
    position: absolute;
    right: 0;
    top: 100%;
    width: 290px;
    z-index:12;
    display: none;
    transition: transform 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 .karma-cart .cart_block .products{overflow:hidden;margin-bottom:15px;padding-right: 15px;padding-bottom:15px;position:relative;border-bottom:1px solid transparent;}
#header .karma-cart .cart_block .products:last-child{
    margin-bottom: 0
}
#header .karma-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 .karma-cart .cart-total-div {
    padding: 15px;
}
#header .karma-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 .karma-cart .cart_block .products .cart-info{overflow:hidden; text-align: left; padding-right: 5px;}
#header .karma-cart .cart_block .products .cart-info .productName{
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 5px;
}
#header .karma-cart .cart_block .products .cart-info .karmaP,
#header .karma-cart .cart-prices .amount,
#header .karma-cart .cart_block .products .cart-info .karmaPrice .price{
    color: #222;
    font-weight: 600;
    font-size: 16px;
    margin-left: 3px;
}
#header .karma-cart .cart_block .products .remove_link{
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
}
#header .karma-cart .cart_block .products .remove_link a{
    margin-top: -3px;
    display: block;
    color: #222;
}
#header .karma-cart .cart_block .products .remove_link:hover a{
    opacity: .6
}
#_desktop_language_selector .language-selector ul li {
    opacity: 0.6;
}
.language-selector ul li:hover, .language-selector ul li.current {
    opacity: 1 !important;
}
#header .karma-cart .cart_block .cart-prices{
    overflow:hidden;
    margin-bottom:15px;
}
#header .karma-cart .cart_block .cart-prices .price{
    color: #555; 
    padding: 2px 0;
    font-size: 14px;    
}
#header .karma-cart .cart_block .total .value {
    border-top: 1px solid #e2e2e2;
}
#header .karma-cart .cart_block .cart-prices .total{
    color: #1e1e1e;
    font-weight:600;
    font-size: 16px;
}
#header .karma-cart .cart_block .cart-buttons{text-align:center;}
#header .karma-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;  
    transition: all .3s;
    -webkit-transition: all .3s;  
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
#header .karma-cart .cart_block .cart-buttons a:hover{
    color:#fff;
}
#header .karma-cart .cart_block .no-item{
    margin-bottom:0;
    padding: 0 15px;
    text-align: center;
}
#header .karma-cart .cart_block .products .cart-info .productName a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #222;    
}
#header .karma-cart a .amount{
    display: block;
    padding-top: 15px;
}
#header .karma-cart a .cart-products-count{    
    display: block;
    font-size: 10px;
    width: 12px;
    height: 13px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    line-height: 13px;
    position: absolute;
    right: -3px;
    top: -3px;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
}
#header .karma-cart a .cart-products-count{
    background-color: #feca03;
}
#header .karma-cart .cart-content-right .cart-text{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: block;
}
#header .header-top #_desktop_user_info .karma-user-info a{
    font-size: 13px;
    padding: 7px 15px;
    font-weight: 400;
    opacity:1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;     
}
#header .header-top #_desktop_currency_selector .karma-user-info a:hover,
#header .header-top #_desktop_language_selector .karma-user-info a:hover{
    background-color: #F5F5F5;
}
.karma-user-info .or span{
    line-height: 33px;
    font-size: 14px;    
}
.nav-meta .dropdown-menu{
    width: 290px;
    padding: 20px;
    border: none;
    border-top: 2px solid transparent
}
.dropdown .expand-more{
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;   
}
#_desktop_user_info .karma-user-info a i{
    font-size: 26px;
    color: #fff
}
.wishtlist_top{
    display: block;
    font-size: 14px;
    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{
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s; 
}
.wishtlist_top span.icon i {
    margin-right: 5px;
}
div#_desktop_compare_nav {
    margin-right: 20px;
}
.compare-nav .icon_wrap{
    color: #fff;
}
#header .wishtlist_top span.cart-wishlist-number,.compare-nav .amount_circle .krmproductcompare-nb{
    position: relative;
}
#header .wishtlist_top span.cart-wishlist-number:before,.compare-nav .amount_circle .krmproductcompare-nb:before{
    content: '(';
}
#header .wishtlist_top span.cart-wishlist-number:after,.compare-nav .amount_circle .krmproductcompare-nb:after{
    content: ')';
}
.wishtlist_top span.icon {
    line-height: 20px !important;
}
@media screen and (min-width: 1051px){
.wishtlist_top span.icon {
    display: flex;
    align-items: center;
    padding: 0px;
}
#header .wishtlist_top span.cart-wishlist-number {
    font-size: 13px;
    margin-left: 3px; 
}
}
/* search */
.karmaDisplaySearch{
    padding: 0;
}
.search_query::placeholder{font-size: 14px;}
.karmaSearch.dropdown-menu{
    left: inherit;
    padding: 0;
    right: 0;    
    width: 350px;
    position: absolute;
    top: calc(100% + 1px);
}
.karmaDisplaySearch .cat-search .expand-more{
    color:#212121;
    font-size:25px;
    display: block;
}
.karmaDisplaySearch .cat-search .expand-more:after{
    display: none;
}
.karmaDisplaySearch .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;
}
.karmaDisplaySearch .expand-more i:before{
    line-height: 1;
}
.karmaDisplaySearch .open .expand-more i:before{
    content: "\e646";
    font-family: 'themify';    
}
.karmaDisplaySearch .expand-more i.icons{
    color: #3a3838;
    font-size: 34px;
}
.karmaDisplaySearch .expand-more i.icons:hover{
    color:#1a1a1a;
}
#search_widget{
    width: 100%;
}
#header .search-widget form input[type="text"]{
    background:none repeat scroll 0 0;
    height: auto;
    min-width: inherit;
    padding: 10px 50px 10px 15px;    
    width: 290px;
    border: 1px solid #e2e2e2;
    font-weight: 400;
    font-size: 14px;
    color:#222;
    border-radius: 0;
}
.search-widget form input[type="text"]:focus{
    outline:medium none;
}
#header .search-widget form input[type="text"]::placeholder{
    color: #444;
    opacity: 0.9;
}
.search-widget form button[type="submit"]{
    font-size: 0px;
    height: 100%;
    line-height: 1;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: auto;
    color: #ffffff;
    border: none;
    font-weight: 500;
    border-radius: 0px;
    background-color: #222;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.page-not-found #search_widget #searchbox button[type="submit"]{
    background-color: #222;
    padding: 0 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.page-not-found #search_widget #searchbox button[type="submit"]:hover{
    color: #fff
}
.page-not-found #search_widget #searchbox input[type="text"]{
    color: #222;
    height: 45px;
    border: 1px solid #e2e2e2;
    padding: 0 0 0 15px;
}
.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;
    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 > *{
    margin-left:15px;
}
.nav-meta .expand-more:after{
    display: none;
}
.nav-meta .icon i{
    font-size:25px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.nav-meta a{
    display: block;
}
.nav-meta .dropdown-menu [class|=col] {
    padding: 0;
}
.nav-meta .dropdown-menu ul{
    margin:0;
}
.nav-meta .dropdown-menu li {
    padding: 0px;
}   
.nav-meta .dropdown-menu .dropdown-tit{
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 5px 0;
    overflow: hidden;
    position: relative;
    display: block;
    color: #222;    
}
.slidetoggle-menu{
    display: none;
}
a{color:#222;}
.header-top .valign-middle {
    padding: 15px 0;
    display: flex;
    align-items: center;
}
.full-nav > .container .col-lg-12{
    border-top: none;
}
.search-widget form button[type="submit"]:after {
    content: "\e610";
    font-size: 20px;
    font-family: 'themify';
}
.header-top .valign-middle .search-wrap > div {
    margin-left: 15px;
    line-height: 1;
}
/*Account*/
.kqsl-login-bt{
    background-color: #222;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.kqsl-login-bt span.kqsl-bt-txt,.kqsl-login-bt:hover span.kqsl-bt-txt,.kqsl-form-bt span.kqsl-bt-txt,.kqsl-form-bt:hover span.kqsl-bt-txt {
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.krm-quicksociallogin-modal button.close {
    top: 2px;
    right: 0;
}
.krm-quicksociallogin-modal button.close:hover {
    background: transparent;
}
.page-content .kqsl-social-login .social-button {
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) and (min-width:1051px){
#header .header-nav .Nav1,#header .header-nav .Nav1 .col-md-6,#header .header-nav .Nav2{
    width: auto;
}
#header .header-nav .Nav2 {
    margin-left: auto;
}
}
@media screen and (max-width:1050px){
#header .search-widget form input[type="text"]{
    color:#222;
    padding: 7px 50px 7px 8px;
}
#header .search-widget form input[type="text"]::placeholder{
    color:#222;
    opacity:0.8;
}
#header .header-nav {
    padding: 0;
}
.krm-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;
}
.karma-contact-link li i{color:#2a2a2a;}
.karma-contact-link li{color:#2a2a2a;width: 100%;}
#mobile_top_menu_wrapper .dropdown{
    position:relative;
}
#mobile_top_menu_wrapper select,
#mobile_top_menu_wrapper .mobile-sidebar-meta .wishtlist_top,
div#_mobile_compare_nav.compare-nav .icon_wrap{
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #414141;
    height: 30px;
    line-height: 30px;
    outline: 0 none;
    padding: 0 25px 0 10px;
    position:relative;
    font-size: 14px;   
    display: block; 
}
div#_mobile_compare_nav.compare-nav .icon_wrap,
#mobile_top_menu_wrapper .mobile-sidebar-meta .wishtlist_top{
    padding: 0 15px 0 10px;
}
.compare-nav .icon_wrap span.amount_circle{
    float: right;
}
#mobile_top_menu_wrapper  .dropdown:before{
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 99;
    display: none;
}
.header-top .search-widget{padding:0;}
.search-widget form button[type="submit"]{
    color: #fff;
    padding: 0 15px;
}
#header .header-nav .blockcart{
    margin:0 15px 0 0;
}
#header .karma-cart a.cart{
    align-items: center;
    display: block;
}
#header #search_widget #search_query_top{
    width: 100%;
    border-radius:0px;
    background-color:#fff;
}
.karmawishtlistTop{margin-right: 0;padding:0;}
#header .karma-cart .cart > span.icon{
    display: block;
}
#header .header-top>.container {
    position: static;
}
#header{
    background-color: #fff;
}
#header .karma-cart .cart>span.icon svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}
#_mobile_logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#_mobile_logo a{
    display: table;
    margin: 0 auto;
    padding: 0px;
}
div#_mobile_search span.expand-more {
    display: none;
}
div#_mobile_search #search_widget #search_query_top {
    border: none;
}
div#_mobile_search .dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
    border: none;
    z-index: 0;
}
#_mobile_cart {
    margin-left: auto;
}
.mobile-logo-bar {
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding-top: 10px;
}
#header{
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    transition: all 0.1s
}
#header .mobile-search-bar{
    padding:8px 0;
}
#header .karmaDisplaySearch{
    width: 100%;
}  
.karmaSearch.dropdown-menu{
    width: 100%;
    position: unset;
    display: block;
}
#header .header-nav .blockcart.inactive .amount,
#header .header-nav .blockcart.inactive .cart-products-count{
    display:block !important;
}
.mobile-menu-meta {  
    color: #111      
}
#header .header-nav .blockcart::before{display:none;}
#header .header-nav #menu-icon {
    font-size: 24px;
    margin-left: 15px;
    color: #fff;
    line-height: 0;
} 
#header .header-nav .top-logo a img {
    max-height:45px;  
    display: block;      
}
.krm-menu-row.bg-image {background:none;}
#header .header-top .position-static,
.header-top .col-md-4.right-nav{width:100%;display:none; }
.karma-search {
    width: 100%;
}
#header .cart-content-right{
    right: -5px;
    top: -5px;
}
#header .cart-content-right .cart-products-count{
    box-shadow:none;
}
#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: 9999;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    width: 50%;
    min-width: 280px;
    margin: 0;
    max-width: 350px;    
}
.wishtlist_top span.icon {
    display: block;
    position: relative;
    line-height: 1;
}
#header.toggle #mobile_top_menu_wrapper {
    visibility: visible;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
}
.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.sidebar-open .sidebar-overlay {
    visibility: visible;
    opacity: 1;
}
#mobile_top_menu_wrapper .close-sidebar {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    width: 40px;
    color:#fff;
}
.sidebar-open {
    overflow: hidden;
}
#mobile_top_menu_wrapper .user-info-wrap {
    background-image: url(../img/user-bg.jpg);
    color: #fff;
    padding:20px 20px 10px;
    background-size: cover;    
}
#mobile_top_menu_wrapper .user-info-wrap .user-icon{
    font-size: 40px;
}
#mobile_top_menu_wrapper .user-info-wrap .user-info-btn{
    margin-top: 20px;
}
#mobile_top_menu_wrapper .user-info-wrap .user-info-btn a:not(:last-child){
    margin-right: 10px
}
#_mobile_currency_selector .language-selector .dropdown-menu{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#_mobile_language_selector .language-selector .dropdown-menu{
    right: auto;
    left: 0;
}
#header .hidden-md-down {
    display: none!important;
}
#header .hidden-lg-up {
    display: block !important;
}
.mobile-menu-meta #menu-icon i{
    vertical-align: middle;
    line-height: 1;
}
#mobile_top_menu_wrapper select{
    width: 100%;
    padding: 0 0 0 5px;
}
.mobile-sidebar-meta .slidetoggle-menu > .col-xs-6{
    padding: 0 7px;
    margin-top: 15px;
}
.mobile-sidebar-meta .slidetoggle-menu{
    padding:0 7px;
}
.wishtlist_top span.icon {
    display: flex;
    align-items: center;
    height: 100%;    
}
.wishtlist_top span.cart-wishlist-number {
    position: static;
    width: auto;
    vertical-align: middle;
    margin-left:auto;
    height: auto;
    line-height: 1;
    font-size: 12px;
}
#_mobile_wishtlistTop .wishtlist_top span.cart-wishlist-number {
    background: none;
}
}   
@media screen and (min-width: 1051px){
    #header .karma-cart .cart-bg{
    width: 85px;
    height: 85px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 16px;
    fill: #26a6e5;
    z-index: -1;
    transform: translate(-50% , -50%);
}
} 
@media (min-width : 768px) and (max-width : 991px){
    #header div#_desktop_user_info {
        margin-right: 8px;
    }
    .karma-contact-link li{
        margin-right: 10px;
    }
    .karmaLogo{
        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;
    }
    .search-widget .expand-more i,
    #_desktop_user_info .karma-user-info a i {
        font-size: 24px;
    }
    #header .karma-cart a span.icon {
        font-size: 20px;
    }   
    .Categoryproducts .title_block{
        padding-bottom: 30px;
    }       
}
@media screen and (max-width:1050px){
.user-info-btn a:hover{color:#fff;}
.user-info-btn a{color: #fff;}
}
@media screen and (min-width: 768px){
.nav-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left:0;
}
.nav-left{
    display: flex;
    justify-content: flex-start;
}
}
@media screen and (min-width: 1051px){
.header-nav .container > .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.dropdown .expand-more{line-height: 0px;}
#header .krm-menu-horizontal ul li.view_menu a:hover span{
    color:#fff;
}
.krm-menu-horizontal .menu-dropdown.krm-sub-auto{
    right: 58px;
}
#header .krm-menu-horizontal ul li.level-1 .more-menu li{
    padding: 0;
}
#header .krm-menu-horizontal ul li.level-1 > a{
    padding: 0 15px;
}
.wishtlist_top span.icon{
    display: flex;
    align-items: center;
    color: #ffffff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.wishtlist_top:hover span.icon{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;    
}
#header .krm-menu-horizontal .menu-content > li.level-1 > a{
    line-height: 50px;
    height: 50px;
}
#header .header-nav .mobile-menu-meta {
    display: none;
}
.karmaSearch.dropdown-menu {
    left: inherit;
    padding: 0;
    right: 0;
    width: 300px;
    position: absolute;   
}
.top-bar-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;    
}
#header .header-nav {  
    border-bottom: 1px solid #fff;
}
#header.sticky .header-nav{
    display: none;
}
.user-info .dropdown .expand-more.account-icon:after{
    display: none;
}
.header-settings .account-icon svg{
    width: 20px;
    height: 19px;
    fill: #222;
    font-size: 25px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.my_a {
    background-color: #fff;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.my_account{
    margin: 0;
}
.my_account .account-icon{
    display:flex;
    align-items:center;
    color:#fff;
    cursor:pointer;
}
.my_account .customer_account{
    line-height:1;
    margin-left:8px;
}
.my_account .customer_account .main_my{
    font-size:15px;
    font-weight:500;
    margin-bottom:8px;
}
.my_account .customer_account .hed_sign{
    font-size:14px;
}
.wishtlist_top span.icon svg{
    width: 27px;
    height: 25px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
#search_widget .btn.button-search{
    height: 100%;
    background-color: transparent;
    font-size: 24px;
    width: 50px;
}
/*Dropdown menu*/
span.head-selector svg,#_desktop_cart .cart_icon svg{
    width: 24px;
    fill: #009aa3;
}
#_desktop_search span i{
    font-size: 24px;
    color: #009aa3;
}
#_desktop_user_info .user-account,.language-selector ul {
    margin: 0px;
    padding:0px;
}
.language-selector ul li a {
    padding:7px 15px;
    display: block;
    width: 100%;
    line-height: 1.5;
}
.header-top .valign-middle .search-wrap .expand-more:after{
    display: none;
}
/*end*/
body #search_widget .btn.button-search:hover{
    background-color: transparent;
}
#header .karma-cart .cart_block {
    top:calc(100% + 26px);
}
.header-top .nav-right .dropdown .dropdown-menu.karmaSearch,.header-top .nav-right .dropdown .dropdown-menu,.header-top .search-wrap .dropdown-menu{
    top:calc(100% + 26px);
}
.header-top .search-wrap .dropdown-menu{
    left: auto;
    right: 0;
}
.header-top .search-wrap .karmaDisplaySearch .dropdown-menu{border:none;}
}
@media screen and (max-width: 1050px){
.header-top .nav-right .dropdown .dropdown-menu, #header .karma-cart .cart_block {
    top:calc(100% + 17px);
}
.krm-menu-vertical .menu-dropdown li a{
    line-height: 30px;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.header-top .right-nav {
    padding-right: 15px;
}
}
#authentication [data-action=show-password] {
    background: #222;
}
@media (min-width: 1051px) and (max-width: 1199px){
    .cart-content-right{
        margin-left: 20px;
    }
    #header .krm-menu-horizontal ul li.level-1 > a {
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px){
    .page-content .kqsl-social-login .social-button{display: block;}
}
/* end Header */
/* ################################################################################### */
/*slider*/
.itslider{
    background-image: url(../img/itslider-bg.png);
    background-repeat: no-repeat;
    height:100%;
    width:100%;
}
#krmimageslider .nivo-directionNav .nivo-nextNav, #krmimageslider .nivo-directionNav .nivo-prevNav {
    position: absolute;
    font-size: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
body #krmimageslider .nivo-directionNav a {
    color: #fff;
}
#krmimageslider .nivo-directionNav a {
    background: transparent;
    color: #fff;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 28px;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0 10px;
    border-radius: 0;
}
#krmimageslider .nivo-directionNav > *{
    opacity: 0;
}
#krmimageslider .nivo-prevNav {
    left: 0px;
}
#krmimageslider .nivoSlider:hover .nivo-nextNav {
    right: 15px;
}
#krmimageslider .nivoSlider:hover .nivo-prevNav {
    left: 15px;
}
#krmimageslider .nivoSlider:hover .nivo-directionNav > * {
    opacity: 1;
    box-shadow: 0px 0px 50px #fff;
    -o-box-shadow: 0px 0px 50px #fff;
    -moz-box-shadow: 0px 0px 50px #fff;
    -webkit-box-shadow: 0px 0px 50px #fff;
    -ms-box-shadow: 0px 0px 50px #fff;
}
/*slider_banner*/
.slider_banner{
    padding-right: 30px;
    width: 37%;
}
.slider_banner .col-md-12{
    padding:0; 
}
/*header-banner*/
@media screen and (max-width:767px){
.itslider{
    background-image: none;
}
}
/*End-top-banner-section*/
.banner-col>a {
    display: block;
    position: relative;
    overflow: hidden;
}
.banner-col {
    position: relative;
}
ul.banner-col{
    margin-bottom: 0
}
.itleftbanners-container {
    overflow: hidden;
}
.banner-col a:before, .banner-col a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 900ms ease 0s;
}
.banner-col a:hover:before {
    background: rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 50%;
    top: 50%;
}
.banner-col a:hover:after {
    background: rgba(255,255,255,.5) none repeat scroll 0 0;
    left: 51%;
    right: 50%;
}
/*middle_bennar_sec*/
.parallex-section {
    padding: 100px 0;
    background: url(../img/parellex.jpg) no-repeat center center;
    background-attachment: fixed;
    margin-top: 70px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.parallex-section:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 0;
}
h5.sec-sub-title {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 15px;
}
h5.sec-sub-title:after {
    background-image: url(../img/seperator_1.png);
    background-position: bottom;
    text-align: center;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}
.parallex-section h2 {
    font-family: 'Open Sans Condensed';
    color: #fff;
    font-size: 82px;
    margin-bottom: 10px;
}
.parallex-section p {
    color: #fff;
    font-size: 18px;
}
.parallex-section a.shop-btn {
    background: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 25px;
    margin-top: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.parallex-section a.shop-btn:hover {
    color: #fff;
}
@media screen and (max-width: 1199px){
    .parallex-section{
        padding:60px 0; 
    }
    h5.sec-sub-title{
        font-size: 24px;
    }
    .parallex-section h2{
        font-size: 60px;
    }
}
@media screen and (max-width: 991px){
    .parallex-section .container .col-md-5 {
        width: 100%;
    }
    .parallex-section .container .col-md-2 {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #krmimageslider .nivo-controlNav {
        bottom:15px;
    }
}
@media screen and (max-width:767px){
    .parallex-section{
        margin-top: 40px;
    }
}
@media screen and (max-width: 480px){
    h5.sec-sub-title {
        font-size: 20px;
        padding-bottom: 35px;
    }
    .parallex-section h2 {
        font-size: 48px;
    }
    .parallex-section p{
        font-size: 14px;
    }
}
.owl-carousel:not(.product-images) .owl-nav{
    text-align: center;
}
.owl-carousel:not(.product-images) .owl-nav > *{
    width: 35px;
    height: 35px;
    background: #e2e2e2;    
    border:1px solid transparent;
    margin:0 5px;
    font-size: 22px;
    color: #222;
    transition:all .3s;
    -webkit-transition:all .3s;
    -ms-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    border-radius:3px;    
}
.owl-carousel:not(.product-images) .owl-nav > *:hover{
    color: #fff;
    border:none;
}
.owl-carousel .owl-nav > *.disabled{
    cursor: not-allowed;
}
@media screen and (max-width:767px){
.img-text-sec{
    padding: 0 15px;
}  
.owl-carousel:not(.product-images) .owl-nav{
    margin-top: 20px;
}
.owl-carousel:not(.product-images) .owl-nav .owl-prev{
    margin-left: 0
}
}
/*service-sec------------------*/
.service-sec {
    display: flex;
    overflow-x: auto;
}
.service{
    padding:40px 15px; 
}
.service-sec::-webkit-scrollbar,.slider-banner-sec .row::-webkit-scrollbar { 
    display: none; 
}
.service-sec .service-box{
    padding:0px;
    text-align: center;
}
.service-sec:after {
    content: '';
    display: block;
    clear: both;
}
.service-box .icon img {
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
}
.service-box:hover .icon img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.ser-detail {
    margin-top: 20px;
}
.service h2{
    font-size: 20px;
    color: #fff;
    font-weight:600;
    text-transform: uppercase;
    margin-bottom:0px;
}
.service p{
    line-height: 1;
    margin-bottom: 0;
    font-size: 13px;
}
@media screen and (max-width: 1199px){
.service h2{
    font-size: 14px;
}
.service-box .icon img {
    width: 60px;
}
}
@media (min-width :992px) and (max-width: 1199px){
.service .ser-detail {
    text-align: center;
}
}
@media (min-width : 1200px) and (max-width : 1529px){ 
.service h2 {
    font-size: 15px;
}
}
@media only screen and (max-width : 767px){
.service-sec .service-box {
    min-width: 190px;
}
}
@media screen and (max-width: 480px){
    .service {
        padding: 15px;
    }
}
/* product_banner */
.product_banner a img{
    width:100%;
}
@media screen and (min-width:768px){
.product_banner{
    margin-top:30px;
}
}
@media screen and (max-width:767px){
    .product_banner {
        margin-top: 30px;
        display: flex;
    }
}
/*Section-heading*/
.sec-heading h3.page-heading, #itblog_block .sec-heading h3,.sec-heading h3{
    font-family: 'Open Sans Condensed';
    color: #222;
    text-transform:capitalize;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 42px;
    margin-bottom: 5px;
    padding-bottom: 35px;
}
.sec-heading h3.page-heading:after,.sec-heading h3:after {
    background-image: url(../img/seperator.png);
    background-position: bottom;
    text-align: center;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}
.karmaTestimonial .sec-heading h3.page-heading{
    color: #fff;
}
.karmaTestimonial .sec-heading h3.page-heading:after{
    background-image: url(../img/seperator_1.png);
}
@media screen and (max-width: 1199px){
    .sec-heading h3.page-heading, #itblog_block .sec-heading h3,.sec-heading h3{
        font-size: 38px;
    }
}
@media screen and (max-width: 767px){
    .sec-heading h3.page-heading, #itblog_block .sec-heading h3,.sec-heading h3{
        font-size: 28px;
    }
}
/*tab-product-sec*/
.krm_tab{
    text-align: center;
    display: block;
    padding-right:0px;
    border-bottom: none;
    margin-bottom: 0;
}
.tab-content{
    text-align:center;
    position:relative;
}
.krm_tab .karma-tab{
    border: medium none;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px
}
.krm_tab .karma-tab li{
    padding: 0px;
    float:left;
    text-align: center;    
}
#KrmProductFilterTabs .nav-item:not(:first-child) a{
    border-left:none;
}
.krm_tab .karma-tab li a{
    background: #f6f8fa;
    border: medium none;
    color: #222;
    display: block;
    line-height: 1;
    margin: 0 10px;
    padding: 13px 20px;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    font-weight:600;
    text-transform: capitalize;
    overflow: hidden;    
}
.krm_tab .karma-tab li a.active{
    color: #fff;
}
.karmaProductGrid .comments_note .laberCountReview,
.karmaProductList .comments_note .laberCountReview,
.karmaProductList .comments_note .open-comment-form,
.karmaProductGrid .comments_note .open-comment-form,
.quickview .comments_note .open-comment-form{
    display: none;
}
.karmaProductGrid .disabled,
.karmaProductList .disabled {
    cursor: no-drop !important;
}
.krmcolumn:hover .owl-prev, .krmcolumn:hover .owl-next {
    opacity: 1;
}
.krm_tab .sec-heading{
    border-bottom: none;
}
.Krm-Specials-prod.karmaProductFilter .sec-heading {
    margin-bottom: 20px;
}
@media screen and (max-width: 480px){
.krm_tab .karma-tab{
    display: flex;
}
}
@media screen and (max-width:767px){
.krm_tab{
    padding: 0;
    display: block;
}
.krm_tab .karma-tab{
    border-bottom: none;
    overflow-x: auto;
}
.krm_tab .karma-tab::-webkit-scrollbar { 
    display: none; 
} 
.krm_tab .karma-tab li{
    margin: 0 0px 0 15px;
    text-align: center;
} 
.krm_tab .karma-tab {
    margin-top: 0px;
    margin-bottom: 10px;
}
.krm_tab {
    margin-bottom: 15px;
}
.krm_tab .karma-tab li a:before{
    display: none;
}
.krm_tab .karma-tab li a{
    white-space: nowrap;    
    margin: 0px;
    padding: 10px 15px;
    font-size: 16px;
}
}
@media screen and (max-width:991px){
#left-column.col-md-3, .left-column.col-md-9 {
    width: 100%;
}
.krm_tab .karma-tab li a{
    font-size: 14px
}
}
@media screen and (min-width:768px){
.karmaProductFilter .sec-heading{
   text-align: center;
    border-bottom:none;
    margin-bottom: 0px;
}
.karmaProductFilter .sec-heading p{
    color: #fff;
    font-size: 16px;
}
.owl-carousel:not(.product-images) .owl-nav {
    position: relative;
    margin-top: 20px;
}
.Krm-Specials-prod .itContent{
    margin-left: -15px;
    margin-right: -15px;
}
}
@media (min-width:1200px) and (max-width:1559px){
.karmaProductFilter .sec-heading{
    padding-top: 0px;  
}
}
@media (min-width:768px) and (max-width:1199px){
.karmaProductFilter .sec-heading{
    padding-top: 0px;
}
}
@media (min-width:992px) and (max-width:1199px){
.middle_bennar_sec .col-md-12.uper-banner, .middle_bennar_sec .col-md-12.lower-banner {
    padding: 0;
}
}
@media (min-width:768px) and (max-width:991px){
.karmaProductFilter .sec-heading {
    padding-top: 0px;
}
.Krm-Specials-prod .sec-heading{
    margin-bottom: 5px;
}
.middle_bennar_sec .col-md-12.uper-banner, .middle_bennar_sec .col-md-12.lower-banner {
    padding: 0;
}
}
@media screen and (max-width:767px){
.karmaProductFilter .prod-filter.itContent{
    width: 100%;
    padding: 0;
}
.karmaProductFilter .sec-heading{
    margin: 0 15px 25px;
}
.Krm-Specials-prod.karmaProductFilter .sec-heading {
    margin-bottom: 15px;
}
}
@media screen and (max-width: 480px){
.krm_tab .karma-tab {
    display: flex;
}
.karmaProductFilter .sec-heading {
    padding: 0;
    margin: 0 15px 15px;
}
}
/* karmaProductGrid */
.karmaProductFilter,#itblog_block{
    margin-left: 15px;
    margin-right: 15px;
}
.Krm-Specials-prod.karmaProductFilter {
    margin: 0 0 60px;
}
.karmaProductGrid{position:relative;}
.karmaProductFilter{
    padding-top: 60px;   
}
.karmaProductGrid .item{ 
    border-radius: 0px;
    border: 1px solid transparent;
    background-color: #fff;
    transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    margin-bottom: 1px;
}
.karmaProductGrid .item:hover {
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
    border-color: #fff;
}
.krmProductFilter .owl-carousel .owl-stage-outer {
    padding: 10px 0px;
}
.empty-block .item:hover,
.empty-block .item{
    transform: none;
    box-shadow: none;
}
.karmaProduct-container{
    border:none;
}
.karmaProductGrid .item .alert-warning{
    margin: 0
}
.karmaProductGrid .karmaProduct-image{
    position: relative;
    text-align:center;
    border:none;
    overflow: hidden;
}
.karmaProductGrid.specialProductGrid .karmaProduct-image{
    padding: 0;
}
.karmaProductGrid .karmaProduct-image .thumbnail{
    display:block;
}
.karmaProductList .karmaProduct-image .thumbnail .hover_image,
.karmaProductGrid .karmaProduct-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;
}
.karmaProductList .item:hover .karmaProduct-image .thumbnail .hover_image,
.karmaProductGrid .item:hover .karmaProduct-image .thumbnail .hover_image{
    opacity:1;
}
.karmaProductGrid  .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;
}
.karmaProductGrid .item:hover  .variant-links{
    left: 0;
    opacity:1;
}
.karmaProductGrid  .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%;
}
.karmaProductGrid  .variant-links  .color.active, 
.karmaProductGrid  .variant-links .color:hover, 
.karmaProductGrid  .variant-links .custom-checkbox input[type="checkbox"] + span.color.active, 
.karmaProductGrid  .variant-links .custom-checkbox input[type="checkbox"] + span.color:hover, 
.karmaProductGrid  .variant-links .facet-label.active .custom-checkbox span.color, 
.karmaProductGrid  .variant-links .facet-label:hover .custom-checkbox span.color{
    border: 1px solid #3a3838;
}
.karmaProductsList .karmaActions,
.karmaProductGrid  .karmaActions{
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 9;
    top:20px;
    left: auto;
    right: 10px;
}
.karmaProductsList .karmaActions{
    bottom:15px;
    text-align: left;
    left: 15px;
}
.karmaProductsList .karmaActions-i,
.karmaProductGrid .karmaActions-i{display:block;}
.karmaProductsList .karmaActions .karmaItem,
.karmaProductGrid .karmaActions .karmaItem {
    display:block;
    vertical-align: middle;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.karmaProductsList .karma-thumbnail-container .karmaQuick,
.karmaProductGrid .karmaProduct-container .karmaQuick{
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -ms-transition-delay: .1s;
    margin:7px 0px;
}
.karmaProductsList .karma-thumbnail-container .karmaWish,
.karmaProductGrid .karmaProduct-container .karmaWish{
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -ms-transition-delay: .2s;
    cursor: pointer;
    margin-bottom: 7px;
}
.karmaProductsList .karma-thumbnail-container .karmacompare,
.karmaProductGrid .karmaProduct-container .karmacompare{
    transition-delay: .3s;
    -moz-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -ms-transition-delay: .3s;
    cursor: pointer;
}
.karmaProductsList .karma-thumbnail-container:hover .karmaItem,
.karmaProductGrid .karmaProduct-container:hover .karmaItem{
    transform: translateY(0);
    opacity:1;
}
.karmaProductGrid .karmaItem .quick-view:hover, .karmaProductGrid .karmaItem .addToWishlist:hover, .karmaProductGrid .karmaItem .cart-btn:hover,
.product-column-style .krmcolumn .karmaColumn .karmaCart button:hover,.karmaProductFilter .owl-carousel .owl-nav > *:hover,
.karmaProductsList .owl-carousel .owl-nav >*:hover,.Categoryproducts .owl-carousel .owl-nav >*:hover,.karmaProductsList .karmaItem .cart-btn:hover,.karmaProductsList .karmaItem .quick-view:hover,.karmaProductsList .karmaItem .addToWishlist:hover{
    background-color: #fff;
    border: 1px solid transparent;
}
.karmaProductsList .karmaItem .quick-view,.karmaProductsList .karmaItem .addToWishlist,.karmaProductsList .karmaItem .cart-btn,
.karmaProductGrid  .karmaItem .quick-view,.karmaProductGrid  .karmaItem .addToWishlist,.karmaProductGrid  .karmaItem .cart-btn,
.karmaProductList .karmaCart button, .karmaProductList .karmaItem a, .specialProductGrid .product_desc .block-inner .addToWishlist, .specialProductGrid .product_desc .block-inner .quick-view{
    display: block;
    font-size: 18px;
    position: relative;
    margin: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: transparent;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;   
}
.karmaProductsList .karmaItem .quick-view:hover,.karmaProductsList .karmaItem .addToWishlist:hover,.karmaProductsList .karmaItem .cart-btn:hover,
.karmaProductList .karmaCart button:hover, .karmaProductList .karmaItem a:hover,
.karmaProductGrid  .karmaItem .quick-view:hover,.karmaProductGrid  .karmaItem .addToWishlist:hover,.karmaProductGrid  .karmaItem .cart-btn:hover{
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    border: 1px solid transparent;
}
.karmaProductsList .karmaItem .quick-view,.karmaProductsList .karmaItem .addToWishlist,.karmaProductsList .karmaItem .cart-btn,
.karmaProductGrid  .karmaItem .quick-view,.karmaProductGrid  .karmaItem .addToWishlist,.karmaProductGrid  .karmaItem .cart-btn{
    border: 1px solid transparent;
}
.karmaProductGrid .karmaItem .quick-view,.karmaProductGrid .karmaItem .addToWishlist,.karmaProductList .karmaCart button, .karmaProductList .karmaItem a,.karmaProductGrid .karmaItem .cart-btn{
    background-color: #eaeff4;
    border-color: #eaeff4;
}
.karmaProductsList  .karmaItem .quick-view i,.karmaProductsList  .karmaItem .addToWishlist i,.karmaProductsList  .karmaItem .cart-btn i,
.karmaProductGrid  .karmaItem .addToWishlist i,
.karmaProductGrid  .karmaItem .cart-btn i{
    line-height: 40px;
}
.karmaProductGrid  .karmaItem .quick-view i{line-height: 38px;}
.karmaProduct-container .karmaItem a span{
    display:none;
}
.karmaProductGrid .karmaItem .karmawishlist a span{
    display:none;
}
.karmaProductList .item-inner .karmaSale-label, 
.karmaProductList .item-inner .karmaNew-label,
.krmcolumn .karmaSale-label,
.krmcolumn .karmaNew-label,
.karmaProductGrid  .karmaSale-label,
.karmaProductGrid  .karmaNew-label{
    display: block;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    position: absolute;
    text-align:center;
    top: 7px;
    width: 40px;
    height: 20px;
    color: #fff;
    font-weight: 400;  
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    background-color: #222;
}
.karmaProduct-image .product-thumbnail img {
    width: 100%;
}
.karmaProductGrid  .karmaSale-label,.karmaProductList .item-inner .karmaSale-label,.krmcolumn .karmaSale-label{
    color: #fff;
}
.karmaProductList .item-inner .karmaNew-label,
.krmcolumn .karmaNew-label,
.karmaProductGrid  .karmaNew-label{
    left: 7px;
}
.karmaProductList .item-inner .karmaSale-label, 
.krmcolumn .karmaSale-label,
.karmaProductGrid .karmaSale-label{
    right:7px;
    left: auto;
}
.karmaProductList .karmaProduct-container:hover .karmaNew-label,
.karmaProductGrid .karmaProduct-container:hover .karmaNew-label{
    left:-60px;
}
.karmaProductList .karmaProduct-container:hover .karmaSale-label,
.karmaProductGrid .karmaProduct-container:hover .karmaSale-label{
    right:-80px;
}
.current-lan{
    cursor: pointer;
    font-size: 15px;
    padding: 5px 0;
    line-height: 1.2;
    display: block;
    border-bottom: 1px solid transparent;
}
.karmaProductList .item-inner .reduction_percent_display, 
.krmcolumn  .reduction_percent_display,
.karmaProductGrid  .reduction_percent_display,
#itsearch_data .items-list .item .reduction_percent_display,
#product .has-discount .discount, .has-discount .discount,
.quickview .current-price span.discount{
    background: #222 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    margin: 0 5px;
    padding: 3px 6px;
    line-height: 1;
}
.krmcolumn .karmaStock,
.karmaProductGrid .karmaStock{
    color: #989898;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height:1;
}
.subpage .karmaProductGrid .productName,
.krmcolumn .productName,
.karmaProductGrid .productName{
    line-height: 1;
    text-transform: none;
    padding-bottom:5px;
    margin-bottom: 0;
}
#krmsearch_data .items-list li .product-name{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    transition:all .3s;
}
#Krm-featured-prod .prod-filter{
    margin-top:40px;
}
.karmaProductFilter .prod-filter.col-md-9{
    padding-right: 0;
}
.comments_note div.star, #productCommentsBlock div.star {
    height:auto;
    line-height: 1;
}
.karmaProductList .karmaCart button,
.karmaProductList .karmaItem a{
    height: 40px;
    width: 40px;
    border: none;
    padding: 0;
    margin-right: 10px;
    font-size: 18px;
    line-height: 43px;
    -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-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: relative;
    display: block;
    text-align: center;
}
.karmaProductList .karmaItem a i {
    display: block;
    line-height: 38px;
}
.karmaProductList .karmaItem a span,
.karmaProductList .karmaBottom 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.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
   -o-transition: all 0.2s;
    transition: all 0.2s;
}
.karmaProductList .karmaItem a span:before,
.karmaProductList .karmaBottom 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;
}
.karmaProductList .karmaItem a:hover span,
.karmaProductList .karmaBottom:hover span{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.subpage .karmaProductGrid .productName a,
.krmcolumn .productName a,
.karmaProductGrid .productName a,.ui-front.ui-menu .ui-menu-item .search-item .product-name{
   color: #666666;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.2;  
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;  
}
.krmcolumn .old-price ,
.karmaProductGrid .old-price {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 5px;
}
.krmcolumn .price ,
.karmaProductGrid .price,
.karmaProductList .price {
    color: #222;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
#krmleftbanners {
    margin-bottom: 30px;
}
.karmaCategoryproducts.owl-carousel .owl-stage-outer {
    padding: 10px 0;
}
@media screen and (max-width:991px){
    .karmaProductsList .karmaActions, .karmaProductGrid .karmaActions {
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        width: 100%;
    }
    .karmaProductsList .karmaActions .karmaItem,
    .karmaProductGrid .karmaActions .karmaItem{
        opacity: 1;
        transform: none;  
        display: inline-block;  
    }
    .karmaProductGrid .karmaActions {
        visibility: visible;
        opacity: 1;
    }
    .karmaProductsList .karma-thumbnail-container .karmaQuick, .karmaProductGrid .karmaProduct-container .karmaQuick{
        margin: 0;
    }
    .karmaProductsList .karma-thumbnail-container .karmaWish, .karmaProductGrid .karmaProduct-container .karmaWish{
        margin-bottom: 0;
        margin-right: 4px;
    }
    .karmaProductsList .karmaItem .quick-view,.karmaProductsList .karmaItem .addToWishlist,.karmaProductsList .karmaItem .cart-btn,
    .karmaProductGrid  .karmaItem .quick-view,.karmaProductGrid  .karmaItem .addToWishlist,.karmaProductGrid  .karmaItem .cart-btn{
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .pos_special_product .karmaProductGrid .karmaItem .quick-view,.pos_special_product .karmaProductGrid .karmaItem .addToWishlist{
        width: 38px;
        height: 38px;
    }
    .karmaProductsList .karmaItem .quick-view i, .karmaProductsList .karmaItem .addToWishlist i, .karmaProductsList .karmaItem .cart-btn i, .karmaProductGrid .karmaItem .quick-view i, .karmaProductGrid .karmaItem .addToWishlist i, .karmaProductGrid .karmaItem .cart-btn i{
        line-height: 34px;
    }
    .col-md-6.product-column-style{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .karmaProduct > .row{
        margin: 0
    } 
    .krmcolumn .price ,
    .karmaProductGrid .price,
    .karmaProductList .price {
        font-size: 15px;
    }  
    .karmaProductFilter{
        padding-top: 40px;
    }
    .nivo-directionNav {
        display: none;
    } 
    .type-tab .krm_tab{
        margin: 0 -15px;
    }
    .Krm-Specials-prod{
        display: block;
        margin: 0;
    }
    .krmProductFilter {
        margin: 0 8px;
    }
    .Krm-Specials-prod.karmaProductFilter{
        margin: 0;
    }
}
@media screen and (max-width: 480px){
    .product_banner{
        margin-top: 15px;
    }
    .product_banner.product_banner-1 .col-md-4,.product_banner.product_banner-2 .col-md-8 {
        padding-left: 7.5px;
    }
    .product_banner.product_banner-1 .col-md-8,.product_banner.product_banner-2 .col-md-4 {
        padding-right: 7.5px;
    }
}
.karmaProducts-column{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding:0;
}
.karmaProducts-column .no-margin{
    margin-right:-2px;
}
.karmaProducts-column .karma_banner{
    padding:15px;
    border-right:1px solid #ebebeb;
}
.karmaProducts-column .owl-item .item-inner{padding:0;}
.karmaProducts-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;
}
.karmaProducts-column .owl-item .item-inner .item:first-child{
    border-bottom: 1px solid #ebebeb;
}
.krmcolumn .karmaProduct-container{
    position:relative;
    z-index:1;
}
.product-column-style .karmaMedia-body{
    padding: 0;
}
#left-column .product-column-style .karmaMedia-body{
    display: inline-block;
    width: 70%;
}
.product-column-style .item:last-child .colmn-karma {
    margin-bottom: 0;
}
.colmn-karma .comments_note{
    margin-bottom: 4px;
}
.colmn-karma {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0;
    float: left;
    width: 100%;
}
.product-column-style .karmaProductsList .karmaItem .quick-view i, .product-column-style .karmaProductsList .karmaItem .addToWishlist i, .product-column-style .karmaProductsList .karmaItem .cart-btn i, .product-column-style .karmaProductGrid .karmaItem .quick-view i, .product-column-style .karmaProductGrid .karmaItem .addToWishlist i, .product-column-style .karmaProductGrid .karmaItem .cart-btn i {
    line-height: 34px;
}
.product-column-style .karmaProductsList .karmaItem .quick-view, 
.product-column-style .karmaProductsList .karmaItem .addToWishlist, 
.product-column-style .karmaProductsList .karmaItem .cart-btn, 
.product-column-style .karmaProductGrid .karmaItem .quick-view, 
.product-column-style .karmaProductGrid .karmaItem .addToWishlist, 
.product-column-style .karmaProductGrid .karmaItem .cart-btn {
    font-size: 15px;
    width: 35px;
    height: 35px;
}
.product-column-style .karmaProductsList .karmaActions, .product-column-style .karmaProductGrid .karmaActions {
    bottom: 17px;
    text-align: left;
}
.product-column-style .item {
    margin: 0 1px;
}
.karmaProductsList.krmcolumn .karma-product-description{
    text-align: left;
    padding: 0;
}
@media screen and (max-width: 480px){
.karmaProductsList .karmaItem .quick-view,.karmaProductsList .karmaItem .addToWishlist,.karmaProductsList .karmaItem .cart-btn,
.karmaProductGrid .karmaItem .quick-view, .karmaProductGrid .karmaItem .addToWishlist, .karmaProductGrid .karmaItem .cart-btn {
    font-size: 14px;
    width: 28px;
    height: 28px;
}
.karmaProductsList .karmaItem .quick-view i,.karmaProductsList .karmaItem .cart-btn i,
.karmaProductGrid .karmaItem .quick-view i, .karmaProductGrid .karmaItem .cart-btn i {
    line-height: 27px;
}
.karmaProductsList .karmaItem .addToWishlist i,
.karmaProductGrid .karmaItem .addToWishlist i{
    line-height: 28px;
}
.subpage .karmaProductGrid .productName a, .krmcolumn .productName a, .karmaProductGrid .productName a, .ui-front.ui-menu .ui-menu-item .search-item .product-name{
    font-size: 14px;
}
.subpage .karmaProductGrid .productName, .krmcolumn .productName, .karmaProductGrid .productName{
    padding-bottom: 5px;
}
.karmaProductGrid  .karmaItem .quick-view:before,
.karmaProductGrid  .karmaItem .addToWishlist:before,
.karmaProductGrid  .karmaItem .cart-btn:before{
    display: none;
}
.karmaProductGrid .karmaItem .quick-view, .karmaProductGrid .karmaItem .addToWishlist, .karmaProductGrid .karmaItem .cart-btn{
    transform: none;
}
.krmcolumn .price ,
.karmaProductGrid .price,
.karmaProductList .price {
    font-size: 14px;
}  
.krmcolumn .old-price, .karmaProductGrid .old-price{
    font-size: 10px
} 
.karmaProductList .karmaProduct-container:hover .karmaNew-label,
.karmaProductGrid .karmaProduct-container:hover .karmaNew-label{
    left: 5px;
}
.karmaProductList .karmaProduct-container:hover .karmaSale-label,
.karmaProductGrid .karmaProduct-container:hover .karmaSale-label{
    right: 5px
}
.karmaProductFilter{
    padding-top: 40px;
}
}
@media screen and (min-width: 1200px){
.Krm-Specials-prod.karmaProductFilter .krmContent .banner-sec{
    width: 40%
}
}  
@media (min-width: 992px) and (max-width: 1199px){
.header-title{
    font-size: 20px;
}
.header-title span{
    font-size: 18px;
}
}
/* karmaGridList */
.products-selection{
    margin: 0 0 30px;
    background-color:#f5f5f5;
    padding: 15px 0;
}
.karmaGridList {}
.karmaGridList .display-title{
    color: #333333;
    font-size: 15px;
    line-height: 35px;
    margin-right: 15px;
    padding: 0;
}
.karmaGridList li {margin-right:5px;}
.karmaGridList li a{
    display: block;
    font-size: 20px;
    text-align: center;
    height: 24px;
    line-height: 14px;
    width: 24px;
}
.karmaGridList li#list a{
    background: url(../img/grid-list.png) no-repeat scroll -67px -20px transparent;
}
.karmaGridList li#grid a{
    background: url(../img/grid-list.png) no-repeat scroll -8px -20px transparent;
}
.karmaGridList li#grid a:hover,
.active_grid .karmaGridList  li#grid a{
    background-position: -8px -69px;
}
.karmaGridList li#list a:hover,
.active_list .karmaGridList  li#list a{
    background-position: -67px -69px;
}
.products-selection .total-products .karmaGridList {
    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;
}
}
/* karmaProductList  */
.karmaProductList .item {
    border: 1px solid transparent;
    margin-bottom: 30px;
    border-radius: 0px;
    background-color: #fff
}
.karmaProductList .item .karmaProduct-image{
    position:relative;
    overflow: hidden;
}
.karmaProductList .item .karma-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;
}
.karmaProductList .description_short{
    line-height: 25px;
     margin-bottom: 15px;
}
.karmaProductList .description_short p{
    color: #666666;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 400;
}
.subpage .karmaProductList .karma-product-title{
    line-height: 1;
    text-transform: none;
    margin-bottom: 10px;
}
.subpage .karmaProductList .karma-product-title a{
    color: #666666;
    font-size:16px;
    font-weight: 400;       
}
.subpage .karmaProductList .karma-product-title a:hover{
    color: #222;      
}
.karmaProductList .karma-product-price-and-shipping{
    margin-bottom: 10px
}
.karmaProductList .regular-price {
    color: #c3c3c3;
    font-size: 14px;
    margin-right: 5px;
    text-decoration: line-through;
}
.karmaProductList .Out-stock,
.karmaProductList .available_now{
    color:#1a1a1a;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.karmaProductList .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){
.karmaProductList .item .productlist-left {
    padding:0 0 0 20px;
}
}
@media screen and (min-width: 544px){
.karmaProductList .item .karmaProduct-image {
    position: relative;
    height: 100%;
}
.karmaProductList .item .productlist-left {
    padding: 0;
}
.karmaProduct-container.item:after {
    content: '';
    display: block;
    clear: both;
}
.karmaProductList .item {
    position: relative;
    overflow: hidden;
}
}
@media screen and (min-width: 768px){
.karmaProduct .product-add-to-cart {
    margin-bottom: 35px;
}
}
/*Countdown*/
.countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #666;
}
.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align:left;
    display: block;    
}
.countdown-row:after{
    content: '';
    display: block;
    clear: both;
}
.is-countdown .countdown-section{
    display: inline-block;
    padding-right: 0;
    margin-right: 15px;
    text-align: center;
}
.is-countdown .countdown-amount{
    font-size: 17px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 48px;
    color: #222;
    border: 1.5px solid #efefef;
}
.is-countdown .countdown-period{
    font-size: 14px;
    color: #222;
    display: block;
    padding-top: 0px;
    font-weight: 400;
}
.right-banner{
    padding-top:60px;
    text-align:center;
}
.right-banner a {
    text-align: center;
}
.right-banner img {
    width: auto;
}
.specialProductGrid .owl-carousel .owl-nav .owl-prev {
    right: 60px;
}
.specialProductGrid .owl-carousel .owl-nav .owl-next {
    right: 20px;
}
.karmaProductGrid.specialProductGrid .karmaProduct-container{
    padding: 10px;
} 
.karmaProductGrid.specialProductGrid .karmaProduct-container .item_in{
    display: flex;
    align-items: center;
}
.karmaProductGrid.specialProductGrid .karmaProduct-image {
    padding: 0;
}
.karmaProductGrid.specialProductGrid .productName{
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.specialProductGrid .timer-desc{
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.karmaProductGrid.specialProductGrid .karma-product-price-and-shipping{
    margin-bottom: 15px;
}
.karmaProductGrid.specialProductGrid .productName a{
    color: #222;
    font-size: 20px;
    font-weight:600;
    text-transform: capitalize;
}
.karmaProductGrid.specialProductGrid .karma-product-price-and-shipping .price{
    font-size: 22px;
}
.karmaProductGrid.specialProductGrid .karma-product-price-and-shipping .old-price{
    font-size: 18px;
}
.specialProductGrid .product_desc .cart,.specialProductGrid .product_desc .block-inner{
    display: inline-block;
    float: left;
}
.specialProductGrid .product_desc .block-inner{
    margin: 0px 0 0 8px;
}
.specialProductGrid .block-inner .addToWishlist span{
    display: none;
}
.specialProductGrid .block-inner .addToWishlist i{
    line-height: 38px;
}
.specialProductGrid .block-inner .quick-view i {
    line-height: 38px;
}
.specialProductGrid .product-add-to-cart .ajax_add_to_cart_button {
    border: none;
    color: #fff;
    background-color: #222;
    font-size: 14px;
    font-weight: bold;
    padding:12px 20px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.specialProductGrid .product-add-to-cart .ajax_add_to_cart_button:hover{
    color: #fff;
}
.pos_special_product .karmaProductGrid .karmaProduct-container:hover .productName,
.pos_special_product .karmaProductGrid .karmaProduct-container:hover .karma-product-price-and-shipping,
.pos_special_product .karmaProductGrid .karmaProduct-container:hover .comments_note{
    opacity: 1;
}
section.karmaProductGrid.featured-slider .karmaFeatured .owl-stage-outer {
    padding: 10px 0;
}
@media screen and (max-width: 1199px){
    .is-countdown .countdown-amount {
        font-size: 15px;
        font-weight: 600;
        width: 42px;
        height: 42px;
        display: block;
        line-height: 38px;
        color: #222;
        border: 1px solid #efefef;
        }
    .pos_special_product{
        background-size:cover;
        background-position: bottom;
    }
    .specialProductGrid .product-add-to-cart .ajax_add_to_cart_button{
        padding: 12px 20px;
        margin-top: 10px;
    }
    .specialProductGrid .product_desc .block-inner {
        margin: 4px 0px 0px 5px;
    }
    .karmaProductGrid.specialProductGrid .productName a{
        font-size: 18px;
    }
    .karmaProductGrid.specialProductGrid .karma-product-price-and-shipping {
        margin-bottom: 15px;
    }
    .karmaProductGrid.specialProductGrid .karma-product-price-and-shipping .price {
        font-size: 22px;
    }
    .karmaProductGrid.specialProductGrid .karma-product-price-and-shipping .old-price {
        font-size: 16px;
    }
    .specialProductGrid .timer-desc{
        font-size: 16px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .pos_special_product .hook-reviews{
     margin-bottom:5px;
    }
    .karmaProductGrid.specialProductGrid .productName {
     padding-bottom:10px;
    }
    #index #product-description-short-46 p{
     margin-bottom:5px;
    }
    .karmaProductGrid.specialProductGrid .karma-product-price-and-shippin{
        margin-bottom:5px;
    }
    .is-countdown{
        padding:0 0 5px 0;
    }
    .specialProductGrid .product-add-to-cart .ajax_add_to_cart_button{
        margin-top:5px;
    }
}
@media screen and (min-width: 992px){
    .pos_special_product .hook-reviews{
    margin-bottom: 12px;
}
}
@media screen and (max-width:991px){
    .pos_special_product .ps_special{
        margin: 0 15px 0 15px;
    }
    .specialProductGrid .product_desc .block-inner {
        margin: 9px 0px 0px 5px;
    }
    .pos_special_product .page-heading{
        font-size:22px;
    }
    .karmaProductGrid.specialProductGrid .productName a {
        font-size: 18px;
    }
    .karmaProductGrid.specialProductGrid .karma-product-price-and-shipping {
        margin-bottom: 10px;
    }
    .pos_special_product .pos_content .comments_note {
        margin-bottom: 5px;
    }
    .karmaProductGrid.specialProductGrid .karma-product-price-and-shipping .price {
        font-size: 18px;
    }
    .karmaProductGrid.specialProductGrid .karma-product-price-and-shipping .old-price {
        font-size: 14px;
    }
    .specialProductGrid .timer-desc {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .specialProductGrid .product-add-to-cart .ajax_add_to_cart_button {
        font-size: 14px;
    }
    .specialProductGrid {
        padding:0;
    }
    .is-countdown .countdown-section{
        padding-right: 15px;
    }
    .is-countdown .countdown-amount{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .is-countdown .countdown-period{
        font-size: 14px;
    }
}
@media screen and (min-width:768px){
    .is-countdown{
        text-align: left;
        width: 50px;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
}
    .pos_special_product .col-sm-8 {
        padding: 0px;
}
}
@media screen and (max-width:767px){
    .right-banner{
        padding-top:40px;
    }
    .right-banner img {
    width:100%;
    }
    .pos_special_product .page-heading {
        font-size: 22px;
    }
    .pos_special_product{
        padding-top:0px;
        margin-top: 40px;
    }
    .specialProductGrid {
        padding: 0;
    }
    .is-countdown .countdown-section {
        padding: 0 5px;
    }
    .karmaProductGrid.specialProductGrid .karma-product-price-and-shipping {
        margin-bottom: 10px;
    }  
    .karmaProductGrid.specialProductGrid .item-inner {
        padding: 0 15px;
    }

}
@media screen and (max-width:549px){
    .pos_special_product .owl-carousel:not(.product-images) .owl-nav{
        border-top: 1px solid #dddddd;
        padding-top: 8px;
        margin-bottom: 8px;
        margin-top: 10px;
    }
    .specialProductGrid .karmaProduct-image, .specialProductGrid .product_desc {
        width: 100%;
    }
    .karmaProductGrid.specialProductGrid .karmaProduct-image{
        padding: 0;
    }
    .specialProductGrid .product_desc{
        padding: 20px 15px;
        display: inline-block;
    }
    .karmaProductGrid.specialProductGrid .karmaProduct-container .item_in{
        display: block;
    }
}
@media (min-width: 550px) and (max-width:767px){
.is-countdown .countdown-section {
    padding: 0 5px;
    margin-right: 7px;
}
}
@media screen and (max-width:480px){
    .pos_special_product .product-description-short {
    padding-right: 0px;
    text-align: justify;
    }
    .pos_special_product{
        margin-top: 30px;
        padding-top: 0px;
    }
    .specialProductGrid .product_desc{
        padding:15px 0 0;
    }
    .is-countdown{
        padding-bottom: 0;
    }
    .is-countdown .countdown-section {
        margin-right: 8px;
        padding: 0 5px;
    }
    .is-countdown .countdown-amount {
    width: 37px;
    height: 37px;
    line-height: 37px;
        font-size: 14px;
    }
    .pos_special_product .hook-reviews {
        margin-bottom: 5px;
    }
    .service-box .service-desc p {
        margin: 0;
    font-size: 14px;
    }
    .service-box .service-desc h2{
        font-size: 16px;
        margin:0px;
    }
}
/* single-banner */
.single-banner{
    margin-top:60px;
}
.single-banner a img{
    width:100%;
}
@media screen and (max-width:767px){
.single-banner{
    margin-top:40px;
}
}
/*end-countdown*/
/* product categoty */
.krmcolumn .block-content{
    position:relative;
}
.krmcolumn .content-title,
.krmproductcategory .content-title{
    border-bottom:1px solid #e1e1e1;
    margin-bottom:15px;
}
.krmcolumn .content-title h3,
.krmproductcategory .content-title .karmaCateTitle h3{margin:0;}
.krmcolumn .content-title h3 a,
.krmproductcategory .content-title .karmaCateTitle h3 a{
    color:#1e1e1e;
    font-size:18px;
    line-height:40px;
    font-weight:600;
}
.krmproductcategory .karmaCateProducts {
    min-height: 420px;
    position: relative;
}
.krmcolumnCateProducts.krmcolumn  .item .thumbnail{
    display: block;
    margin-right: 10px;
    width: 100px;
}
.krmproductcategory .karmaSub-cate ul{padding:15px 0;margin:0 50px 0 0;}
.krmproductcategory .karmaSub-cate ul li{}

.krmproductcategory .karmaSub-cate ul li a{
    border-left: 1px solid #e1e1e1;
    color: #9f9f9f;
    font-size: 14px;
    line-height: 1;
    padding: 0 20px;
}
.krmproductcategory .karmaSub-cate ul li a:hover{
    color:#1e1e1e;
}
.krmproductcategory .karmaSub-cate ul li:first-child a{
    border:none;
}
.krmproductcategory.krmcolumn .owl-nav{
    top:-68px;
}
.karmaProducts-column{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding:0;
}
.karmaProducts-column .no-margin{
    margin-right:-2px;
}
.karmaProducts-column .karma_banner{
    padding:15px;
    border-right:1px solid #ebebeb;
}
.karmaProducts-column .owl-item .item-inner{padding:0;}
.karmaProducts-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;
}
.karmaProducts-column .owl-item .item-inner .item:first-child{
    border-bottom: 1px solid #ebebeb;
}
.krmcolumn .karmaProduct-container{
    position:relative;
    z-index:1;
}
.karma-product-description{
    position:relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.karmaProductsList.krmcolumn .karma-product-description{
    text-align: left;
}
.karmaProductGrid .karma-product-description{  
    border-top: none;    
}
.karmaProductGrid .karma-product-description .karmaCart a.cart-btn{
    width: auto;
    height: auto;
    padding: 10px 25px;
    border-radius:50px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
.karmaProductGrid .karma-product-description .karmaCart a.cart-btn:hover{
    color: #fff;
}
.karmaProductGrid .karmaProduct-container .karma-product-description .karmaCart .cart-bth:hover{
    color: #fff;
}
.karmaProductGrid .karma-product-description .karmaCart .cart-btn:hover{
    background-color: #333;
    border-color: #333;    
}
.karmaProductList .karma-product-description,
.karmaProductList .product-miniature .comments_note{
    text-align: left;
}
.krmcolumn .karmaProduct-image{
    margin-right:10px;
    position: relative;
    width: 150px;
}
.karmaProductGrid .karma-product-price-and-shipping,
.krmcolumn .karmaProduct-container .karma-product-price-and-shipping{
    margin-bottom:0px;
}
.karmaProductGrid .karma-product-price-and-shipping {
    min-height: 27px;
}
.karmaProductGrid .karma-product-price-and-shipping > span{
    display: inline-block;
    vertical-align: middle;
}
.karmaActions .karmawishlist a span{display:none;}
.karmaProductGrid.karmaProducts .item-inner {
    margin-bottom: 15px;
}
@media screen and (max-width: 480px){
.karmaProductGrid .karma-product-description {
    padding: 10px 5px 0;
}
} 
@media (min-width: 992px) and (max-width: 1199px){
.karmaProductGrid .karmaItem .cart-btn i,.karmaProductGrid .karmaItem .quick-view i, .karmaProductGrid .karmaItem .addToWishlist i,
.karmaProductsList .karmaItem .quick-view i, .karmaProductsList .karmaItem .addToWishlist i, .karmaProductsList .karmaItem .cart-btn i {
    line-height: 34px;
}
.karmaProductGrid .karmaItem .quick-view, .karmaProductGrid .karmaItem .addToWishlist, .karmaProductGrid .karmaItem .cart-btn,
.karmaProductsList .karmaItem .quick-view, .karmaProductsList .karmaItem .addToWishlist, .karmaProductsList .karmaItem .cart-btn {
    font-size: 15px;
    width: 34px;
    height: 34px;
}
}
.product-column-style .karmaProductsList{
    padding: 15px 0px;
}
@media screen and (max-width: 992px){
.product-column-style .product_img,
.product-column-style .karmaMedia-body{
        display: inline-block;
    }
}
@media screen and (min-width: 768px){
.karmaProductGrid.karmaProducts .item-inner {
    margin-bottom: 30px;
}
}
/* pagination */
.karmaPagination{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 {
    color:#fff;
}
.pagination .page-list li a.next.disabled,
.pagination .page-list li a.previous.disabled{
    display:none;
}
.pagination .page-list li a.previous i{
    margin-right:5px;
}
#main .page-content, #main .page-header{
    text-align:left;
}
#main .page-content h1, #main .page-header h1{
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
}
.subpage .page-header h1 {
    text-align: center;
}
.title_block,.sec-heading{
    text-align: center;
}
.karmaProductsList .title_block h3{
     text-align:left;
     font-size:20px;
    display: block;
    border-bottom: 1px solid transparent;
}
.karmaProductsList .title_block h3{
    margin:0;
    padding-bottom:0px;
}
.karmaProductsList .title_block h3 span:before{
    bottom: 0;
   left:0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}
.karmaProductsList .title_block h3 span:after{
    bottom: -10px;
    left:70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.product-column-style .karmaProductsList .title_block h3{
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.karmaProductsList {
    border: 1px solid #e2e2e2;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 15px 15px;
    position: relative;
}
.karmaProductsList .owl-carousel .owl-nav{
  margin-top: 0;
    position: absolute;
    top: -39px;
    right: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.karmaProductsList .owl-carousel .owl-nav > *{
    font-size:18px;
    width:30px;
    height: 30px;
    line-height:0;
    margin: 0 5px;
}
.karmaProductsList .owl-carousel .owl-nav > * i{
    line-height:28px;
    font-size: 25px;
}
.product-column-style .karmaProductsList .owl-carousel .owl-nav > *,.product-column-style .karmaProductsList .owl-carousel .owl-nav > *:hover{
    margin: 0px;
    border:none;
    background:none;
}
.product-column-style .owl-carousel .owl-nav .owl-prev:after {
    content: '|';
    position: absolute;
    width: 1px;
    right: 28px;
    background-color: #999999;
    height: 27px;
    font-size: 0;
    top: 10%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #999;
}
.itpro_column{
    margin-top:60px;
}
@media (min-width: 992px){
    .collum_aling{
        display: flex;
        align-items: center;
    }
    .karma-thumbnail-container .product_img a img{
        width:100px;
    }
    .colmn-karma:hover .karma-product-price-and-shipping,
    .colmn-karma:hover .productName,
    .colmn-karma:hover .comments_note {
        opacity: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .colmn-karma .karma-product-price-and-shipping,
    .colmn-karma .productName,
    .colmn-karma .comments_note {
        opacity: 1;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
}
@media (max-width: 991px) and (min-width:768px){
.krmcolumn .owl-item.active:first-child{
    border-right:1px solid #e3e3e3;
}
}
@media screen and (max-width:991px){
.product-column-style:last-child .karmaProductsList {
    margin-bottom: 0;
}
.product-column-style .karmaProductsList {
    margin-bottom: 15px;
}
.product-column-style .karmaProductsList .karmaActions, .product-column-style .karmaProductGrid .karmaActions {
    bottom: -41px;
    text-align: left;
}
.karmaMedia-body.col-md-8 {
    padding-bottom: 41px;
}
.product-column-style .karmaProductsList .karmaActions{
    left:0px;
}
.colmn-karma .comments_note {
    margin-bottom: 0px;
}
.krmcolumn .productName a{
    line-height: 1;
}
}
@media screen and (max-width: 767px){
.karmaMedia-body.col-md-8 {
    padding-bottom: 41px;
    width: 60%;
}
.product-column-style .title_block h3 span,.product-column-style .title_block h3 a{
    padding: 0px;
    font-size:18px;
}
.collum_aling{
display: flex;
align-items: center;
}
.itpro_column{
    margin-top:40px;
}   
}
@media screen and (min-width:768px){
.sec-heading{
    text-align: center;
    display: block;
}   
}
/* product detail */
#product #content{
    max-width: none;
}
#product .karmaProduct .owl-carousel{
    display: block;
}
#product h1.h1 {
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: none;
    font-weight: normal;   
}
#product .current-price span,
.quickview .current-price span{
    color: #222;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}
#product  .product-discount .regular-price{
    color: #aaaaaa;
    font-size:16px;
    line-height: 1;
    vertical-align: middle;    
}
.karmaProduct .open-comment-form:hover{
    color: #666
}
.product-information p{
    color: #8e8e8e;
    font-size: 13px;
    line-height: 25px;
}
.product-actions .control-label, .product-prices .tax-shipping-delivery-label {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    width:auto;
    margin-right:30px;
    vertical-align: middle;
    display: block;
    width: auto;
    float: none;
}
.product-actions .product-variants ul{
   display: inline-block;
    vertical-align: middle;
    margin-bottom:0;
}
.product-add-to-cart .product-quantity{
    display: inline-block;
    vertical-align: middle;
}
.product-add-to-cart .product-quantity .qty,.product-add-to-cart .product-quantity .add{
    margin-bottom:0;
}
.product-cover{
    border: 2px solid transparent;
}
.product-cover img{
    box-shadow:0 0 0;
}
.product-variants > .product-variants-item select {
    border: 1px solid transparent;
    height: 35px;
    padding: 0 10px;
    width: 200px;
}
.karmaProduct + .karmaTabs .tab-content{
    background-color: #fff
}
.karmaProduct + .karmaTabs{
    margin-bottom: 60px;    
}
.tabs{
    box-shadow: 0 0 0;
    margin-bottom:30px;
    margin-top: 60px;
    text-align:center;
    padding:0;
}
.tabs .nav-tabs{
    border-top:0;
    border-bottom:0;
    height:50px;
}
.tabs .nav-tabs ul{
    border:none;
    display: inline-block;
    margin:0;
}
.tabs .nav-tabs .nav-item{
    margin:0 15px;
    padding: 0;
}
.tabs .nav-tabs .nav-link {
    color: #b6b6b6;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    padding: 0;
    text-transform: uppercase;
}
.tabs .nav-tabs .nav-link.active, 
.tabs .nav-tabs .nav-link:hover{
    /*color:#1e1e1e; karma-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 b, .tabs .product-description strong{
    font-weight: 600;
}
.tabs .product-description p{
    color:#666;
    text-indent: 70px;
}
.product-features {
    margin-left: 0;
    margin-top: 10px;
}
.product-accessories{
    margin-bottom:60px;
}
.product-actions .add-to-cart {
    background: #feca03;
    border-color: #222;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 30px;
    text-transform: none;   
    text-transform: capitalize;
        margin-bottom: 0;
}
.product-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;
    font-size: .75rem;
}
.product-quantity .qty{width:150px;margin-right:15px;}
.product-quantity .input-group-btn-vertical .btn {
    display: block;
    height: 50px;
    line-height: 20px;
    padding:0;
    text-align: center;
    width: 50px;
    float: right;
    margin-right: 2px;
}
.product-quantity .input-group-btn-vertical .bootstrap-touchspin-down{
    position: absolute;
    left: 1px;
    width: 50px;
    top: 2px;
}
.product-quantity .input-group-btn-vertical{
    display: inline-block;
    position: absolute;
    content: "";
    width: 100%;
    left: 1px;
}
.product-quantity .input-group-btn-vertical .btn i {
    font-size: 20px;
    position:unset;
}
#product .product-description-short p i{
    margin-right:20px;
    color:#222;
    font-size:18px;
}
.radio-label{border: 1px solid transparent;}
#product .product-information .color, #product .product-information .custom-checkbox input[type="checkbox"] + span.color{
    height: 20px;
    width: 20px;
}
.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span{
    border: 1px solid #c4c4c4;
}
#product-modal .modal-content .modal-body {
    margin-left: 0;
}
#product-modal .modal-content .modal-body .image-caption {
    width: 100%;
}
#product-modal .modal-content .modal-body .thumbnails{
    display:none;
}

@media screen and (max-width: 544px){
.karmaProduct + .karmaTabs .nav-tabs .nav-link {
   white-space: nowrap;
}
.karmaProduct + .karmaTabs .nav-tabs ul{
    display: flex;
    overflow-x: auto;
}
.karmaProduct + .karmaTabs .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;
}  
}
/* 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:45px;
    color: #222;
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size:30px;
    top: auto;
    transform: none;
    width: auto;
    height: auto;
    margin: 0;
    z-index: 9;    
    line-height: 1; 
    padding: 0;       
}
.quickview .owl-carousel .owl-nav{
    margin-top: 0
}
.scroll-box-arrows i.left:before,
.quickview .product-images .owl-nav i.left:before{
    content: "\f104";
    font-family: fontawesome;
    font-style: normal;
}
.scroll-box-arrows i.right:before,
.quickview .product-images .owl-nav i.right:before{
    content: "\f105";
    font-family: fontawesome;
    font-style: normal;
}
.quickview .product-images .owl-nav .owl-prev {
    left: 0;
}
.quickview .product-images .owl-nav .owl-next {
    right: 0;
}
.quickview .product-images .owl-nav.disabled{
    display: none;
}
.scroll-box-arrows i:hover,
.quickview .product-images .owl-nav > *:hover{
    border-color:transparent;
    background-color:transparent;
}
.images-container .js-qv-mask{
    margin: 0 auto;
    width: 328px;
}
.quickview .product-price{
    margin-bottom: 0;
        display: inline-block;
    vertical-align: middle;
}
.quickview .product-prices{
    margin-top: 10px;
    margin-bottom: 5px;    
}
ul.product-images.js-qv-product-images {
    text-align: center;
    margin-bottom: 0;
}
.quickview .scroll-box-arrows {
    display: block;
    padding: 0 15px;
    position: relative;
}
.quickview .product-images .thumb-container img{
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;    
}
.quickview .product-images .thumb-container{
    padding:0 5px;
}
.quickview .modal-content {
    background: #fff;
}
.images-container .product-images li.thumb-container .thumb {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 0;
    margin-right: 0.8125rem;
    width: 100%;
    margin: 0 ;
    border-radius:5px; 
}
.product-images>li.thumb-container {
    width: 33.33%;
    padding: 0 7px;
    box-sizing: border-box;
    display: inline-block;
}
.product-images > li.thumb-container .thumb.selected, .product-images > li.thumb-container .thumb:hover{
    border: 1px solid transparent;  
}
.quickview .product-images .thumb-container img.selected,
.quickview .product-images .thumb-container img:hover{
    border-color:transparent;
}
.quickview .modal-header .close{
    color: #222;
}
@media screen and (max-width:767px){
.quickview .modal-dialog{
    width: auto;
}
.quickview .modal-body {
    padding: 20px 15px 0;
}
.quickview .product-quantity .qty{
    width: 120px;
}
.quickview .product-quantity #quantity_wanted{
    height: 40px;
    width: 40px;
    margin-left: 40px;
}
.quickview .product-quantity .input-group-btn-vertical .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;
}
.krm_tab{
    border-bottom: none;
}
}
@media (max-width: 1199px) {
.quickview-title {
    font-size: 28px;
}
}
@media (max-width: 991px) {
.quickview .modal-dialog {
    width: 720px;
}
.quickview.in .modal-content .modal-body .col-md-6 {
    width: 100%;
    float: left;
}
.quickview .modal-body .col-md-6.col-sm-6 {
    width: 100%;
}
#left-column .karmaProductsList .item:last-child{
    padding-bottom: 10px;
}
}
@media (max-width: 767px) {
.quickview .modal-dialog {
    width: 500px;
}
.quickview-title .tt-producttitle {
    font-size: 24px;
}
.images-container .js-qv-mask {
    width: 328px;
}
.scroll-box-arrows i, .quickview .js-arrows i {
    bottom: 60px;
}
#product h1.h1,
.quickview .product-right-col .h1{
    margin-top: 25px;
}
}
@media (max-width: 543px) {
    .quickview.in .modal-content .modal-body .col-md-6 {
        display: block!important;
    }
    .quickview .modal-dialog {
        width: 94%;
        margin: 10px auto;
    }
    .quickview .images-container {
        min-height: 200px;
    }
    .quickview-title.tt-producttitle {
        font-size: 18px;
    }
    .quickview .social-sharing {
        margin: 0;
    }
    .images-container .js-qv-mask{
        width: 230px;
        margin: 0 auto;
    }
    .product-images>li.thumb-container {
        width: 50%;
    } 
    .scroll-box-arrows i, .quickview .js-arrows i {
        bottom: 45px;
    }
}
@media (min-width: 544px) and (max-width: 767px) {
.product-images>li.thumb-container {
   width: 33%;
} 
}
@media (min-width: 768px) and (max-width: 991px) {
.product-images>li.thumb-container {
   width: 50%;
}   
#main .images-container .js-qv-mask {
    width: 250px;
}
.quickview .product-cover{
    border: none;
}
.slider_banner {
    width: 36.66%;
    padding: 0 0 0 10px;
}
.banner-col {
    padding:0;
}
.slider_banner .mt-30 {
    margin-top: 10px;
}
.krm_category_feature {
    padding: 40px 0;
    margin: 60px 0 0;
}
.itCategoryFeature .owl-item .item {
    padding: 0 5px;
} 
.itCategoryFeature .owl-item .item .cat-img a img{
    max-width: 100%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.product-images>li.thumb-container {
   width: 33%;
}   
}   
@media (min-width: 768px) and (max-width: 991px) { 
.quickview .product-cover img {
    width: 55% !important;
    margin: 0 auto;
    display: table;
}
.quickview h1.h1 {
    margin-top: 20px;
}
}   
@media screen and (min-width: 992px){
.quickview .product-cover {
    width: 90%;
    margin: 0 auto 20px;
}
.quickview .product-right-col{
    padding-left: 0;
}
}
.quick-cart-total p:nth-child(5) span {
    border-top: 1px solid #e2e2e2;
}
/*blog------------------*/
.home_blog_post h3.page-heading{
    font-style: normal;
    font-weight: 500;
}
.post_title a {
    color: #222;
    font-weight: 600;
}
@media screen and (max-width: 767px){
.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 10px;
}
}
@media screen and (min-width: 1200px){
.karmaForm{
    padding: 0;
    margin: auto;
}
}
@media screen and (min-width: 992px){
.title-block.text-center{
    text-align: left;
}
.title-block.text-center .svg-text{
    display:flex;
    align-items: center;
}
}
/*testimonial*/
.testimonial-bg{
    background-image: url(../img/testimonial-bg.jpg);
    background-size: cover;
    background-repeat:no-repeat no-repeat;
}
.karmaTestimonial {
    margin-top: 60px;
    margin-bottom: 67px;
    position: relative;
}
.karmaTestimonial .test-icon {
    width: 48px;
    height: 34px;
    margin-bottom:5px;
    display: inline-block;
    background: url(../img/quote.png) no-repeat center center;
}
.karmaTestimonialOwl {
    padding:60px 50px 40px;
}
.karmaTestimonial .mb-30{
    margin-bottom: 0;
}
.karmaTestimonial .item .karmaComment {
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    padding: 0px;
    line-height: 1.7;
    color: #fff;
    margin-top: 5px;
}
.karmaTestimonial .item-inner {
    text-align: center;
}
.karmaTestimonial .item .karmaAuthor {
    color: #fff !important;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
}
.karmaTestimonial .item .karmaAuthor span:first-child {
    margin-right: 5px;
}
.karmaTestimonial .item .karmaAuthor span.karmaOffice {
    margin-left: 5px;
}
.karmaTestimonial div#itslider-nav {
    width: 30%;
    margin: 0 auto;
}
.karmaTestimonial div#itslider-nav .slick-track {
    display: flex;
    align-items: center;
}
.karmaTestimonial div#itslider-nav span.img-wrap {
    width: 85px !important;
    height: 85px;
    display: block !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px auto;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,.5);
}
.karmaTestimonial div#itslider-nav .slick-center span.img-wrap{
    width: 100px !important;
    height: 100px;   
}
.karmaTestimonial .img-wrap img{
    width: 100%
}
.owl-carousel .owl-dots {
    display: inline-block;
    position: absolute;
    top: 48%;
    right:0px;
    transform: rotate(90deg);
}
.karmaTestimonial .karmaAuthor, 
.karmaTestimonial .karmaComment {
    text-align: center;
}
.video-section.col-md-4 {
    padding: 0;
}
.promo_video .js-open-video {
    bottom: 0;
    color: #fff;
    font-size: 1.5em;
    height: 80px;
    left: 0;
    line-height: 2.52em;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 80px;
    z-index: 1;
}
.font-play:before {
    content: '\f04b';
    font-size: 40px;
    position: absolute;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
    margin: 0 auto;
    background-color: #FFF;
    font-family: "FontAwesome";
    height: 100%;
    width: 100%;
    background-size: 80px;
    background-repeat: no-repeat;
    top: 0;
    border-radius: 50%;
    left: 0;
    z-index: 1;
}
.font-play:after {
    background-color: #fff;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 40px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
 }
 .displayPosition.displayPosition4 {
    display: flex;
}
.video-section.col-md-4 {
    position: relative;
    background: url(/prestashop/KRM1001/Medical_Solutions/modules/krmcustomhtml/views/img/video-img.jpg);
    background-position: center;
}
#home-video .promo_video_inner img {
    opacity: 0;
}
@media screen and (max-width: 1199px){
    .karmaTestimonial{
        margin: 50px 0;
    }
    .karmaTestimonial .item .karmaComment{
        font-size: 16px;
    }
    .karmaTestimonialOwl {
        padding: 30px 50px;
    }
    .karmaTestimonial div#itslider-nav{
        width: 45%;
    }
    .karmaTestimonial div#itslider-nav span.img-wrap{
        width: 75px !important;
        height:75px;
    }
    .karmaTestimonial div#itslider-nav .slick-center span.img-wrap {
        width: 90px !important;
        height: 90px;
    }
}
@media screen and (max-width: 768px){
    .displayPosition.displayPosition4 {
        display: block;
    }
    #home-video .promo_video_inner img{
        opacity: 1;
    }
    .testimonial-bg, .video-section.col-md-4 {
        width: 100%;
    }
    .video-section.col-md-4{
        background:unset;
    }
}
@media screen and (min-width:768px){
    .karmaTestimonial .item .karmaAuthor span:first-child{
        position: relative;
    }
    .karmaTestimonial .item .image{
        margin-bottom: 30px;
        display: inline-block;
        float: left;
        position: absolute;
        left: 15px;
        top:0px;
        border: 1px solid #ffffff;
        border-radius:50%;
        -webkit-border-radius:50%;
        -o-border-radius:50%;
        -moz-border-radius:50%;
        -ms-border-radius:50%;
    }
    .karmaTestimonial .item-inner {
        position: relative;
    }
}
@media screen and (max-width:767px){
    .karmaTestimonial .test-icon {
      background-image: none;
      height:0px;
      width:0px;
    }
    .karmaTestimonial .item .karmaComment {
        margin-top: 0;
        margin: 0px 15px;
        font-size:14px;
        text-align: center;
    }
    .karmaTestimonialOwl {
        padding:0px 0px 40px;
    }
    .owl-carousel .owl-dots{
        display: block;
        position: inherit;
        margin-top:10px;
        transform:none;
        text-align: center;
    }
    .karmaTestimonial {
        padding: 40px 0;
        margin: 40px 0 0;
    }
    .karmaTestimonial .item .img-wrap {
        margin: 0 auto 15px;
    }
    .karmaTestimonial .item .karmaAuthor{
        margin-top: 15px;
    }
}
@media screen and (max-width: 480px){
    .karmaTestimonial .item span.karmaOffice {
        display: block;
        margin-left: 0;
    }
    .karmaTestimonialOwl {
        padding:0px 0px 40px;
    }
    .karmaTestimonial .item .img-wrap{
        height: 100px;
        width: 100px;
    }
    .karmaTestimonial{
        margin:30px 0 0;
    }
    .karmaTestimonial .item .karmaComment{
        margin: 0;
    }
    .karmaTestimonial div#itslider-nav {
        width: 90%;
    }
    .karmaTestimonial .item .karmaAuthor{
        letter-spacing: 2px;
        font-size: 12px;
    }
    .karmaTestimonialOwl {
        padding: 0px 0px 30px;
    }
}
/*end testimonial*/
/* karma manufacturer */
.karmaLogo_manufacturer {
    padding:60px 0px;
}
.karmaLogo_manufacturer .content-manufacturer.container{
    padding: 0;
}
.krm-blog-brand{
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}
.content-manufacturer .list_manufacturer .item{
    text-align: center;
}
.content-manufacturer .list_manufacturer .item a{
    display: block;
    padding: 0 15px
}
.card-block .h1{
    font-weight: 700;
}
body#checkout section.checkout-step .step-title{
    font-weight: 700;
}
/* blockcart-modal */
#blockcart-modal .modal-header{
    padding-right: 30px;
}
#blockcart-modal p span{
    font-weight:500;
    color:#000;
}
#blockcart-modal .quick-product-detail-col p.price{
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
#blockcart-modal .cart-products-count {
    color: #000;
}
#blockcart-modal .product-name{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #666;
}
.quick-product-detail-col p strong{
    color: #222;
}
.quick-cart-total p:not(.cart-products-count){
    margin-bottom: 10px
}
.quick-product-detail-col p:not(.price){
    margin-bottom: 0
}
.modal-header .close {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    height: 30px;
    opacity: 1;
    position: absolute;
    right:5px;
    text-align: center;
    text-shadow: 0 0 0;
    top: 13px;
    width: 30px;
    z-index:99;
    transition: all .3s;
}
.quickview .modal-header .close,#blockcart-modal .modal-header .close{
    border: none;    
}
#blockcart-modal .modal-title i.material-icons {
    position: absolute;
    left: 0;
    top: 0;
}
.quick-product-detail-col p:last-child{
    margin-bottom: 0;
}
.modal-header .close:hover{background-color:#222;color:#fff;border-color:#fff;}
.all-product-link.btn-primary .material-icons{
    margin-right: 0;
    width: 15px;
    height: auto;
}
/* accordian */
/* category */
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature,
#products img, .featured-products img, .product-accessories img, #left-column .product-miniature img,.karmaCategoryproducts .product-miniature img{margin:0;}
#products .karmaProducts{display:none;}
#products.active_grid .karmaProductGrid{display:block;}
#products.active_list .karmaProductList{display:block;}
.karmaProductGrid .item-inner {
    padding:0 15px;
}
#products .karmaProductList img {
    width: 100%;
}
.karmaProductGrid .item-inner .item:nth-child(2){
    margin-top:30px;
}
#js-active-search-filters{
    background: #fff;
    border: 1px solid transparent;
    height: auto;
    margin-bottom: 20px;
    opacity: 1;
    padding: 10px;
    display:none;
}
#js-active-search-filters.active_filters{
    display:block;
}
.active_filters .filter-block {
    color: #333;
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 5px 10px;
}
#js-active-search-filters h6.active-filter-title {
    color: #333;
    display: inline;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0;
    margin-right: 10px;
}
.products-selection .sort-by{
    line-height: 40px;
    margin: 0 10px;
}
.products-sort-order .select-title {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222 !important;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    padding: 0 15px;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 25px;
    position: relative;
}
.products-sort-order .select-title  .material-icons{
    line-height: 35px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 1;
}
.products-sort-order .dropdown-menu {
    background-color: #fff;
    padding: 0;
    right: 0;
    top: 46px;
    width: 100%;
    border:1px solid transparent;
}
.products-sort-order .select-list{
    color: #414141;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
}
.products-sort-order .select-list:hover{
    color:#222;
    background-color:#f1f1f1;
}
#category #search_filter_toggler{
    box-shadow: 0 0 0;
    padding: 0 10px;
    width: 100%;
}
.category-cover{margin-bottom:20px;}
.category-cover img{
    width: 100%
}
.block-category {
    border: medium none;
    margin-bottom: 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: 500;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
#category-description.text-muted{
    line-height: 25px;
}
/* breadcrumb  */
.karmaBreadcrumb{
    padding: 10px 0;
    background-color: #f5f5f5;
    margin-bottom: 40px;
}
.breadcrumb{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block !important;
    margin: 0;
    padding:0;
}
.breadcrumb ol {
    display: block;
    padding: 0;
    margin:0;
}
.breadcrumb ol li{
    color: #9f9f9f;
    float: left;
    font-size: 13px;
    list-style: outside none none;
    padding:0 15px;
    position: relative;
}
.breadcrumb ol li a{
    color: #222;
    display: block;
    font-size: 14px;
}
.breadcrumb ol li a:hover{
    color: #222
}
.breadcrumb ol li:before{
    content:"/";
    color: #343434;
    font-size: 13px;
    left: -2px;
    position: absolute;
}
.breadcrumb ol li:last-child a{/*color:#222; karma-theme-option */}
.breadcrumb ol li:first-child{padding-left:0;}
.breadcrumb ol li:first-child:before{display:none;padding-left:0;}

/* left column */
#search_filters, #search_filters_brands, #search_filters_suppliers,
.block-categories{
    box-shadow: 0 0 0;
    margin-bottom: 20px;
    padding: 0;
} 
#left-column .product-column-style .title_block{
    border:none;
    margin: 0px;    
}
#left-column .product-column-style .karmaProductsList .title_block h3{
    background-color: transparent;
}
#left-column .product-column-style .karmaProductsList .title_block:after{
    content: '';
    position: unset;
}
#left-column .product-column-style,
#left-column .category-top-menu{
    padding:5px;
    border: 1px solid transparent;
    margin-bottom: 30px;
    margin-top: 0;
    float:none;
    background-color: #fff;    
}
#left-column .product-column-style{
    padding-bottom: 15px;
}
#left-column .product-column-style .owl-nav{
    display: none;
}
.karmaProductsList .product-column-style .title_block .sec-heading h3,
#left-column .category-top-menu .title{
    text-align: left;
} 
#left-column .product-column-style .title_block h3 span,
#left-column .product-column-style .title_block h3{
    font-size: 16px;   
    margin-bottom: 0;
    padding: 0;
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    border: none;   
}
#left-column .karmaProductsList .title_block h3 span:before,
#left-column .karmaProductsList .title_block h3 span:after{
    background-color: transparent;
    border-color: transparent;
}
#left-column .product-column-style .krmproductfilter,#left-column .krmproductlist.krmcolumn .krmproductfilter.row{
    margin: 0;
}
#left-column .product_img {
    width: 30%;
}
#left-column .product-column-style .karma-product-description {
    padding: 5px 10px 0;
    text-align: left;
}
#left-column .product-miniature .regular-price {
    font-size: 13px;
}
#left-column .krmcolumn {
    margin-bottom: 0;
    border: none;
    padding: 0;
} 
#left-column .karmaActions{
    display: none;
} 
#left-column .krmcolumn .productName a{
    line-height: 1.5; 
    font-weight: 400;
    font-size:14px;   
}  
#left-column .krmcolumn .productName{
    margin-bottom:0;
    padding-bottom: 0;
    text-transform: none;    
}  
#left-column .h6{
    text-transform: none !important;
    font-size: 16px;
    font-weight: 500;
}
#left-column .facet .h6,
#left-column .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: #f5f5f5;
    padding: 10px 15px;
    margin-bottom: 0px;    
    line-height: 1;    
}
.karmaProductList .karmaItem .karmaItem {
    float: left;
}
#search_filters p.h6{
    margin-bottom: 15px;
}
#left-column .title_block a{
    color: #222;
}
#left-column .facet ul{
    margin-bottom: 0
}
#category #left-column #search_filters .facet ul li {
    position: relative;
    padding: 8px 25px 8px 23px;    
}
#category #left-column #search_filters .facet ul li .custom-checkbox {
    position: absolute;
    left: 0;
}
#search_filters .facet .facet-label .magnitude, #search_filters_brands .facet .facet-label .magnitude, #search_filters_suppliers .facet .facet-label .magnitude {
    position: absolute;
    right: 5px;
    top: 8px;
    color: #868686;
}
#left-column .facet ul li{
    padding: 8px 0
}
#search_filters .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse,
.block-categories .category-sub-menu {
    padding: 0 15px;
}
#left-column .facet .h6:before{display:none;}
.block-categories .category-sub-menu .category-sub-link{
    color: #222
}
.block-categories .category-sub-menu{margin:0;}
.block-categories .category-sub-menu li[data-depth="0"] > a {
    border-bottom: medium none;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    padding: 0;
    color: #222;    
}
.block-categories .collapse-icons{
    top: 15px;
}
.block-categories .category-sub-menu li[data-depth="1"]{
    margin: 0;
    padding: 0 0 0 15px;
}
.block-categories .category-sub-menu .category-sub-link{
    display: block;
    line-height: 45px;
}
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover{
    color: #1a1a1a;
}
#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
    border: 1px solid transparent;
    margin-bottom: 30px;
    padding: 5px;
}
#left-column .filter-by .h6{
    margin-bottom: 15px;    
}
#left-column .bor-btn{
    font-size: 16px;
    line-height: 1;
    background-color: #f5f5f5;
    vertical-align: middle;
    padding: 10px 20px;
    border: none;
    border: 1px solid transparent;
    margin: 0 0 15px 15px;
    transition: all .3s;    
}
#left-column .bor-btn:hover{
    color: #fff;
}
#left-column .bor-btn i{
    vertical-align: middle;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 20px;
}
#left-column .reduction_percent_display {
    font-size: 10px;
    margin: 0 5px;
    padding: 3px 4px;
}
#left-column .krmcolumn .item-inner:not(:last-child) .karma-thumbnail-container > .no-margin,
#left-column .krmcolumn .owl-item .item:not(:last-child){
    border-bottom: 1px solid transparent;
}
#left-column .karmaProductsList .item:not(:last-child) {
    padding-bottom: 15px;
}
#left-column .karmaProductsList .item {
    padding-top: 15px;
}
#left-column .karmaProductsList .no-margin{
    display:flex;
    align-items: center;
}
.karmaleftbanners-container img {
    width: 100%;
}
#left-column .product-miniature .comments_note{
	display: none;
}
@media (max-width:1199px) and (min-width:992px){

}
@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;
}
.karmaGridList{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;
    padding: 5px;
    margin-bottom: 20px;
}
#category #left-column #search_filters .facet ul{
    padding: 0;
    width: 100%;    
}
#category #left-column #search_filters .facet ul li{
    padding-left: 35px
}
#category #left-column #search_filters .facet ul li .custom-checkbox {
    left: 10px;
}
#category #left-column #search_filters .facet.filter-by{
    display: none;
}
#category #left-column #search_filters .facet .h6 {
    margin-bottom: 0;
    padding: .625rem;
    display: inline-block;
    border: none;    
}
#category #left-column #search_filters .facet .title {
    background-color: #f7f7f7;
    line-height: 1;    
}
#category #left-column #search_filters .facet ul li {
    display: block;
    width: 100%;
}
#category #left-column #search_filters .facet ul li:not(:last-child){
    border-bottom: 1px solid transparent;
}
#category #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    padding: 7px 10px 0 0;
    float: right;
}
#search_filter_controls{
    text-align: center;
}
#js-product-list-top .filter-button{
    padding: 0;
}
#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
    padding: 0px;
}
.products-selection .showing {
    float: none;
}
.products-selection .total-products p {
    float: right;
}
.products-selection .total-products .karmaGridList {
    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;    
}
#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: #222;
    cursor: pointer;
    display: block !important;
    position: absolute;
    right: 10px;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
}
#left-column .facet .h6, #left-column .product-column-style .title_block, #left-column .category-top-menu .title{
    padding: 10px 
}
.title.active a:before, #left-column .sidebar-head.active:after,
#left-column .product-column-style .title_block.active h3:after{
    content: "\f106";
}
#left-column .product-column-style .karmaProductsList .title_block h3:before{display: none;}
.block-categories .category-sub-menu {
    margin: 0;
    padding: 0 15px;
}
.block-categories .category-sub-menu li:not(:last-child) {
    border-bottom: 1px solid #f6f6f6;
}
#left-column .krmcolumn .productName {
    margin-bottom: 0px;
}    
}
@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;
}
.karmaProductsList .karmaActions{
    left: 10px;
}
.karmaProductsList .karma-thumbnail-container .karmaQuick{
    margin: 0 5px;
}
.krmcolumn .price{
    font-size: 14px;
}
.krmcolumn .product-miniature .regular-price{
    font-size: 12px;
}
.krmcolumn .reduction_percent_display{
    margin: 0 4px 0 0px;
    padding: 3px 4px;
}
}
.quickview .karmaSocialBlock,
.quickview .panel-product-line{
    display:none;
}
#main .page-footer{margin:0;}
.content-manufacturer .image_hoverwashe img{
    transition: all .3s;
    opacity:.5;
}
.content-manufacturer .image_hoverwashe:hover img{
    opacity: 1
}
#block-reassurance .block-reassurance-item img{
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 991px){
    .karmaProductGrid .item-inner.first-item-of-tablet-line{clear:left;}
}
@media (min-width: 480px) and (max-width: 767px){
    .karmaProductGrid .item-inner.first-item-of-mobile-line{clear:left;}
    .sm-right-banner{margin-top: 15px;}
}
@media only screen and (min-width : 1199px){
    .karmaMenu-top .search-widget .expand-more{line-height: 50px;}
    .karmaMenu-top .karma-search.dropdown-menu{top: 50px;}
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
    .container{width:980px}
    #header .header-top .position-static{
        width:65px;
        padding-right: 0px;
        padding-left: 0px;
    }  
    .karmaFooter-bottom .container{
        padding: 8px 0 !important;
    }  
    .karmaLogo_manufacturer .owl-theme:hover .owl-prev,
    .karmaProductGrid .owl-theme:hover .owl-prev{left: 10px;}
    .karmaLogo_manufacturer .owl-theme:hover .owl-next,
    .karmaProductGrid .owl-theme:hover .owl-next{right: 10px;}
    .krmcolumn .karmaProduct-image{
        width: 125px;
    }
    .krmcolumn .karmaProduct-container .karma-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{width:720px;}
    .karmaFooter-bottom .container{
        padding: 8px 15px !important;
    }  
    .karmaLogo_manufacturer .owl-theme:hover .owl-prev,
    .karmaProductGrid .owl-theme:hover .owl-prev{left: 10px;}
    .karmaLogo_manufacturer .owl-theme:hover .owl-next,
    .karmaProductGrid .owl-theme:hover .owl-next{right: 10px;}
}

@media only screen and (max-width : 767px){
    .support-footer-inner{
        padding-bottom: 0px; 
    }
    .quickview .owl-nav{display:block;}
    .support-footer-inner .support-info{
        margin-bottom:20px;
    }
    .tabs .nav-tabs .nav-link{
        font-size:14px;
    }  
    .karmaLogo_manufacturer {
        padding:40px 0px;
    }
    .support-footer-inner .img{margin-bottom:15px;}
    #product .tabs{padding:0;}
    .karmaTitle h3, .karmaProductGrid .karmaCateTitle h3, .karmaTitle .title_block h3{
        font-size: 16px;
    }   
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
        padding: 0 15px;
    }
    .krmcolumn .karmaProduct-image{
        width: 90px;
    }
    .karmaProduct-container .comments_note,.karmaProductGrid .karma-product-price-and-shipping, .krmcolumn .karmaProduct-container .karma-product-price-and-shipping {
        margin-bottom: 0px;
    }
    .content-manufacturer .image_hoverwashe img{
        width:100%;
    }
    .m-y-2{
        margin: 0 !important;
    }
}

@media (max-width : 543px){
    .karmaImg-banner{margin-bottom:15px;}
    .karmaImg-banner img{width:100%;}
    .home_blog_post h3.page-heading{
        font-size: 25px;
    }
}
@media screen and (min-width: 768px){
.footer-payment {
    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-bottom: 20px;
    padding-bottom: 5px;
}
}
#checkout section#content{
    margin-top: 30px;
}
@media screen and (max-width:480px){
    .karmaProduct-container .comments_note, .karmaProductGrid .karma-product-price-and-shipping, .krmcolumn .karmaProduct-container .karma-product-price-and-shipping{
        margin-bottom: 0;
    }
}
/* end content */
/* ################################################################################################################ */
/* footer */
#footer  .collapse{display:block;}
.karmaFooter-top{
    margin-bottom: 0px;	background-color:#009aa3;
}
.karmaFooter-top .container .newsletter_block{
    padding:30px 0 0;
    background-image:url(../img/newsletter-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.karmaFooter-top .block-img2{
    padding-top: 65px;
    padding-left: 80px;
}
@media screen and (max-width: 1559px){
.karmaFooter-top .block-img2{
    padding-left: 35px;
}
}
@media screen and (max-width:991px){
.karmaFooter-top .block-img2{
    padding-left:0;
    padding-top: 45px;
}
}
.logo-footer h3{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    font-weight:500;
    margin:0;
}
.block_newsletter .karmaConditions p span{
    color:#daa94d;
    font-size:22px;
}
.block_newsletter form .input-wrapper{
    width: 100%;
}
.block_newsletter form input[type="text"]{
    background: #fff;
    color: #222;
    font-size: 14px;
    height: 44px;
    line-height: 42px;
    border-radius:0px;
    min-width: 0;
    border: 1px solid transparent;
}
.block_newsletter form input[type="text"]:-moz-placeholder, .block_newsletter form input[type="text"]::-moz-placeholder{
    color:#222;
    opacity: .8
}
.block_newsletter form input.btn{
    border: none;
    box-shadow: 0 0 0;
    border-radius: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    height: 44px;
    margin: 0;
    padding: 0px 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 1.7;
    color: #fff;
}
.block_newsletter form input[type=text] {
    padding: 10px 0 10px 20px;
}
.block_newsletter .news-blocks{
    align-items: center;
    display: flex;
}
.block_newsletter .btn-primary:hover{color: #fff;}
.block_newsletter .title-block p.h3{
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
}
.title-block.text-center .svg-text i {
    font-size: 28px;
    color: #fff;
}
.block_newsletter .title-block p{
    padding: 0;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 0 15px;
    font-size: 14px;
}
.block_newsletter form button[type=submit]{
    bottom: 0;
    margin: 0;
    padding: 0 20px;
    height: 44px;
    color: #fff;
    position: unset;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.block_newsletter .title-block p span{
    font-size: 24px;
    font-weight: bold;
}
.block_newsletter .karmaForm p.alert {
    font-size: 14px;
    text-transform: none;
    margin-top: 15px;
    color: #222
}
.link-wrap ul li {
    display:block;
}
#footer .link-wrap ul{
    text-align:left;
    margin-bottom: 0;
}
.karmaForm{margin:auto;padding: 0;}
.View_More{color:#666666; border-bottom:1px solid #666666;  line-height:2.5;}
/* karmaFooter-center */
.karmaFooter-center .container{
    padding:50px 0 40px; 
    position: relative;
    z-index: 1;
}
.block_newsletter .karmaForm form{
    display: flex;
}
#footer{
    padding: 0px;
}
.karmaFooter-top,.karmaFooter-center{
    position: relative;
}
.karmaFooter-center{
    background-color:#fff;
}
.karmaFooter-bottom{
    background-color:#fff;
}
.block_newsletter .news-blocks .title-text p.h3{
    display: block;
}
@media screen and (min-width: 992px){
#footer .karmaFooter-top .container {
    display: flex;
    align-items: center;
    padding: 25px 0;
    }
}
@media screen and (max-width:991px){
.karmaFooter-center .container{
    padding:20px 0 10px;  
    position: relative;
    z-index: 1;
}
#footer{background-attachment: fixed;}
}
.footer-logo{
   margin-bottom: 15px;
   text-align: left;
}
.footer-logo a{
    display: inline-block;
}
.footer-about p {
    margin: 0 auto;
    line-height: 1.5;
    color: #666;
    max-width: 550px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}
.footer-about-a {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.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;
}
.karmaFooter-center ul li a:before{
    display: none;
}
#karmafootercontactinfo {
    margin-bottom: 50px;
}
.karmafootercontactinfo_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;   
}
.karmafootercontactinfo_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
}
#footer .karmaFooter-center .h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color:#222;
    text-transform:capitalize;  
    position: relative;
    margin-bottom:8px;
    padding-bottom: 8px;
}
.karmaFooter-bottom .h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px;  
    text-transform:capitalize;  
    padding-top: 0;
    color: #222; 
}
.karmaFooter-center ul li{
    line-height: 1;
} 
.link-wrap ul li a{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    line-height: 2.3;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.link-wrap ul li a.lnk_wishlist{
    width: 100%;
}
.link-wrap ul li a.lnk_wishlist .fa-heart:before{
    content: "\f105";
}
.link-wrap ul li a i{
    position: absolute;
    content:'';
    left: -15px;
    font-size: 16px;
    top: 50%;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.link-wrap ul li a:hover{
    padding-left: 15px;
}
.link-wrap ul li a:hover i{
    left: 0;
}
.link-wrap ul li:last-child a{
    border-right: none;
}
.karmaSocial{
    text-align: left;    
    line-height: 1;
    bottom:40px;
    position: absolute;
    z-index: 2;
}
.karmaSocial .karma-media-body {
    margin-bottom: 0;
    text-align:left;
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
}
.karmaSocial span, .karmaSocial .karma-media-body {
    display: inline-block;
    vertical-align: middle;
}
.karmaSocial span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #222;
    text-transform: capitalize;
}
@media screen and (max-width:991px){
.karmaSocial .karma-media-body {
    margin-bottom: 0;
    line-height:1;
}
.karmaFooter-top .container .newsletter_block{
    padding-top: 15px;
}
.block_newsletter .title-block .h3{
    font-size: 24px;
    padding: 0 0 15px;
}
.block_newsletter .title-block p{
    font-size: 18px;
    padding: 0;
    margin: 0;
}
.block_newsletter form .input-wrapper{
    margin-bottom: 0px;
}
.block_newsletter .title-block p span {
    font-size: 22px;
}
.footer-logo{
    text-align: center;
}
.footer-about p{
    text-align: center;
    margin-bottom:10px;
}
}
.karmaSocial ul li{
    margin:0 10px;
    float: none;
    display: inline-block;
}
.karmaSocial ul li a{
    display: block;
    font-size: 20px;
    line-height: 1;
    height: auto;
    width: 20px;
    border-radius: 0%;
    color: #222;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.karmaSocial ul li.karma-facebook a:hover {
    color: #3b5998;
}
.karmaSocial ul li.karma-twitter a:hover {
    color: #1da1f2;
}
.karmaSocial ul li.karma-youtube a:hover {
    color: #c4302b;
}
.karmaSocial ul li.karma-googleplus a:hover {
    color: #DD4B39;
}
.karmaSocial ul li.karma-pinterest a:hover {
    color: #c8232c;
}
.karmaSocial ul li.karma-instagram a:hover {
    color: #3b5998;
    /*background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);*/
}
.karmaSocial-sharing li.karmafacebook a {
    background-color: #3b5998;
    border: 1px solid transparent;
}
.karmaSocial-sharing li.karmafacebook a:hover {
    border: 1px solid #3b5998;
    color: #3b5998;
    background-color: transparent;
}
.karmaSocial-sharing li.karmatwitter a:hover {
    border: 1px solid #26a6d1;
    color: #26a6d1;
    background-color: transparent;
}
.karmaSocial-sharing li.karmatwitter a {
    background-color: #26a6d1;
    border: 1px solid transparent;
}
.karmaSocial-sharing li.karmagoogleplus a:hover {
    border: 1px solid #dc4e41;
    color: #dc4e41;
    background-color: transparent;
}
.karmaSocial-sharing li.karmagoogleplus a {
    background-color: #dc4e41;
    border: 1px solid transparent;
}
.karmaSocial-sharing li.karmapinterest a:hover {
    border: 1px solid #9f1121;
    color: #9f1121;
    background-color: transparent;
}
.karmaSocial-sharing li.karmapinterest a {
    background-color: #9f1121;
    border: 1px solid transparent;
}
.footer-contact-list {
    position: relative;
    padding-left: 40px;
}
.ft-contact .applink a{
    display: inline-block;
}
.ft-contact .applink a:first-child {
    margin-right:5px;
}
.footer-contact-list i {
    position: absolute;
    left: 0;
    font-size: 26px;
    width: 26px;
    text-align: center;
    color: #222;
}
.karmaAddress{margin-top:12px;}
#karmaContact .item {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-left: 30px;
    font-weight: 400;
    position: relative;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}
#karmaContact .item:hover {
    transition-duration:0.3s;
    -webkit-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
}
#karmaContact .karmaPhone{
    font-weight: 300;
}
#karmaContact .item.applink{
    padding:10px 0 0; 
}
#karmaContact .item.applink a{
    display: inline-block;
}
#karmaContact .item.applink a:last-child{
    padding-left:10px;
}
#karmaContact .item i{
    font-size: 20px;
    left: 0;
    color:#666;
    line-height: 20px;
    position: absolute;
    top: 3px;
}
.ft-links h3{
    font-size: 16px;
    font-weight:600;
    line-height: 1;
    margin:0 15px 0 0;
    text-transform: uppercase;
    white-space: nowrap;
    color: #222;
}
.ft-links a{
    color: #666;
    font-size: 15px;
    font-weight: 100;
    display: inline-block;
    margin:0 12px 10px 0;
    padding-right: 12px;
    border-right:1px solid #999;
    line-height: 1; 
}
.ft-links a:last-child{
    border-color: transparent;
}
.ft-links a:hover{
    color: #6251f0;
}
.ft-links{
    color: #999;
    padding-top: 30px;
    display: flex;
}
.ft-links.bor-top{
    border-top: 1px solid #e2e2e2;
    margin-top:60px;
}
.ft-links:last-child{
    padding-top: 20px
}
#footer_ft-links_1,#footer_ft-links_2{
    line-height: 1;
}
/* karmaFooter-bottom */
.karmaFooter-bottom .container{
    padding: 10px 0px;
    border-top: 1px solid transparent;
}
.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 p{
    color:#666;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
}
.payment{
    text-align: right;
}
.payment-p {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    display: inline-block;
}
.karmaFooter-center .title .navbar-toggler .fa-plus-square-o:before{
    content: "\f107"
}
.karmaFooter-center .title .navbar-toggler .fa-minus-square-o:before{
    content: "\f106"
}
.storeinfo-desc{
    margin-top: 5px;
}
@media only screen and (max-width : 480px){
    .payment-p {
        float: none;
        margin-right:0;
        margin-bottom: 5px;
        display: block;
        text-align: center;
    }
    .footer-payment p {
        line-height: 1.6;
    }
    .payment {
        margin-top: 10px;
    }
    .karmaFooter-bottom .container {
        padding: 15px 0px;
        margin: 0 15px;
    }
    .block_newsletter form input.btn{
        padding: 10px 15px;
    }
}
@media (min-width : 481px) and (max-width : 767px){
    .footer-about{
        padding: 0 15px
    }
    .footer-payment > .text-center{
        text-align:right;
    }
    .karmaFooter-center .ft-contact {
        float: none;
    }
}
@media (min-width : 768px) and (max-width : 991px){
    .footer-payment .col-md-6{
        width:100%;
        float:none;
    }
    .footer-pay-p {
        text-align: center;
    }   
    .footer-payment > .text-center{
        text-align:right;
    }
}
@media screen and (max-width: 991px){
.karmaFooter-top .container {
    padding: 20px 15px;
}
#footer .karmaFooter-top .pull-md-4 {
    right: 0;
}
#footer .karmaFooter-top .push-md-4 {
    left: 0;
}
.karmaFooter-top .container .col-md-4 {
    width: 100% !important;
}
.karmaSocial, .payment {
    text-align: center;
}
.karmaSocial .karma-media-body{
    text-align: center;
}
#footer .karmaFooter-center .h3{
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 3;
    font-size: 16px;
}
.block_newsletter .title-block .title-text{
    display: block;
    text-align: left;
    line-height: 1;
}
.karmaFooter-top:before{
    top: -1px;
}
}
.block_newsletter{
    padding:0px;
}
@media (min-width : 992px) and (max-width : 1199px){
    .footer-payment > .text-center{
        text-align:right;
    }
    .karmaFooter-top .block-img2{
        padding-top: 0;
    }
    .block_newsletter .title-block .h3{
        font-size: 26px;
    }
    .block_newsletter .title-block p{
        font-size: 14px;
        letter-spacing: 0;
    }
    .footer-contact-list p,
    .link-wrap ul li a{
        font-size: 13px;
    }
    .applink img {
        width: 105px;
    }
    .ft-links.bor-top{
        margin-top: 50px;
    }
    .karmaSocial ul li{
        margin: 0 3px;
    }
    .karmaSocial ul li a{
        font-size: 15px;
    }
    .ft-links a{
        font-size: 14px;
    }
    #karmaContact .item.applink a:last-child {
        padding-left: 5px;
    }
    .footer-about p{font-size: 13px;}
    .footer-logo a img {
        max-width: 170px;
    }
    #karmaContact .item{font-size: 13px;}
    .karmaFooter-center .container{padding: 40px 0;}
}
.copyright {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
.copyright a{
    font-weight: 500;
    color: #666;
}
.footer-payment .text-center{
    text-align: right;
}
.payment_logos_images img{
    margin: 0 2px;
    background-color: #fff;
    border-radius: 3px;
}
.karmaFooter-bottom .payment a {color:#fff;float: right;margin-left: 5px;}
.karma-media-body{overflow:hidden;}

@media only screen and (min-width : 768px) and (max-width : 991px){
    .karmaFooter-center .h3{font-size: 17px;}
    .block_newsletter .karmaConditions p{
        text-align: center;
    }
    .news-blocks .col-md-6{
        width: 100%;
    }
}
@media screen and (max-width :991px){
    .karmaFooter-center .title + div > :first-child,.karmaFooter-center .title + ul > :first-child {
        margin-top: 10px;
    }
    .karmaFooter-center .title .collapse-icons{
        cursor: pointer;
        line-height: 1;
        padding: 0;
        position: absolute;
        right: 15px;
        top: 15px;
        color:#222;
        font-size: 20px;
    }
    .ft-links a{
        margin: 10px 12px 5px 0;
    }
    .karmaFooter-center ul li.footer-contact-list{
        padding-top: 15px;
    }
    .karmaFooter-center ul li.applink{
        padding-bottom: 10px;
        padding-top: 15px;
    }
    .karmaFooter-center .hidden-sm-down{display: none;}
    .karmaFooter-center .h3{line-height: 35px;font-size: 16px;vertical-align: middle;}
    .block_newsletter .title .collapse-icons .fa-plus-square-o,
    .karmaFooter-center .title  .collapse-icons .fa-plus-square-o{
        display:none;
    }
    .block_newsletter .title.collapsed .collapse-icons .fa-plus-square-o,
    .karmaFooter-center .title.collapsed  .collapse-icons .fa-plus-square-o{
        display:inline-block;
    }
    .block_newsletter .title.collapsed  .collapse-icons .fa-minus-square-o,
    .karmaFooter-center .title.collapsed  .collapse-icons .fa-minus-square-o{
        display:none;
    }
    .karmaLinda {
        margin-bottom: 15px;
    }
    .karmaLinda .logoPaypal {
        padding-top: 15px;
    }
    #footer .karmaFooter-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; 
    }
    .karmaFooter-bottom .payment a{font-size: 24px;    float: none;}
    .karmaFooter-bottom .payment {
        text-align: center;
    }
    .copyright{
        text-align: center;
    }
    .block_newsletter .news-blocks{
        display: block;
    }
    #footer .collapse{display:none;}
    .karmaFooter-center .container > div {
        width:100%;
        display: block;
        line-height: 3;
        float: left;
    }
    #footer .karmaFooter-center .karmaSocial{
        position: relative;
        top: 0;
        padding-bottom: 15px;
        padding-top: 15px;
        line-height: 1;
        text-align: center;
        margin-bottom: 0;
    }
    .karmaFooter-center .h3:before{
        display: none;
    }
    .ft-links{
        padding-top: 0;
        padding-left: 15px;
    }
    .ft-links:last-child{
        padding-top: 0;
    }
    .ft-links.bor-top {
        border-top: none;
        margin-top: 0;
    }
    #footer_ft-contact,#footer_ft-links_1,#footer_ft-links_2,
    .karmaFooter-center .title{
        text-align: left;
        border-bottom:1px solid #e2e2e2;
        margin-bottom:0;
    }
    .karmaFooter-bottom .container {
        border: none;
    }
}
@media only screen and (max-width : 767px){
    #footer .karmaFooter-center .h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 2.5;
    font-size: 17px;
    }
    .logo-footer h3{
        margin-bottom:10px;
    }
    .karmaFooter-bottom{
        text-align:center;
        border:none;
    }
    .karmaProduct .col-md-6{
        padding: 0 ;
    }
    .copyright{
        display:inline-block;
        float: none;
        padding: 0px;
    }
    #karmaSocialBlock{display:none;}
    .karmaFooter-bottom .payment a{font-size: 24px;  float: none;}
    .support-footer-inner .support-info{
        width: 100%;
        margin-bottom: 15px;
    }
    .karmaFooter-bottom .payment {
        text-align: center;
        padding: 0;
    }
    .support-footer-inner .row-normal{
        margin: 0 auto;
        width: 50%;
    }
    .karmaFooter-bottom .title.clearfix.hidden-md-up.collapsed{
        display: none;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector{
        display: block;
    }
    .karmaProductGrid .item-inner,.karmaCategoryFeature .owl-item .item{
        padding: 0 7px;
    }
    .karmaProductGrid .item-inner .item:nth-child(2) {
        margin-top: 15px;
    }
    .mb-30 {
        margin-bottom: 25px;
    }
    .karmaProductGrid .krmproductfilter,
    #js-product-list .karmaProductGrid,
    .featured-slider.karmaProductGrid,
    .krm_category_feature .category_feature{
        padding: 0 8px;
    }
    .block_newsletter form .input-wrapper{
        margin-bottom: 0px;
    }
    .block_newsletter .title-block .title-text{
        display: block;
        text-align: left;
    }
    .block_newsletter .title-block{
        padding-bottom: 0px;
    }
    .block_newsletter .title-block .h3{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .block_newsletter .title-block p{
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 10px;
    }
}
@media screen and (max-width : 543px){
    .block_newsletter .title-block .h3{
        border:none;
        display: block;
    }
    .block_newsletter .title-block .title-text{
        padding-top: 0;
        padding-bottom: 0;
    }
    .block_newsletter .title-block .h3{
        padding-right: 0;
    }
    .block_newsletter form input.btn{
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
    .block_newsletter form input.btn{
        height: 44px;
        padding: 10px 15px;
        line-height:1.5;
    }

}
@media screen and (max-width : 480px){
    .support-footer-inner .row-normal{
        width: 100%;
    }
    .karmaFooter-bottom .col-md-2.wrapper ul{
        padding: 0 30px;
    }
    .karmaFooter-bottom .col-md-2.wrapper ul li{
        margin-bottom: 10px;
    }
    .krm_tab .karma-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;
    }
    .karmaButtonReviews .btn-primary {
        width: 100%;
    }
    .tabs .tab-content {
        padding: 15px;
    }
    .content-manufacturer .list_manufacturer .item a {
        display: block;
        padding: 0 5px;
    }
    .home_blog_post_area .blog_post_content_bottom{
        padding: 20px 10px;
    }
    #blockcart-modal .cart-content .btn{
        width: 100%;
    }
    #my-account #content-wrapper #main .page-footer{
        margin-bottom: 0px;
    }
    .img-text-sec .text-col h3{
        font-size: 16px;
    }
    #product h1.h1{
        font-size: 18px;
    }
    .karmaFooter-bottom .payment a img{
        margin-top: 5px;
    }
    .footer-contact-list i{
        position: absolute;
    }
    .karmaFooter-center .ft-contact{
        float: none;
    }
    .copyright{font-size: 13px;}
}     
/* 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){
.karmaProduct .karmaSocial-sharing{
    margin-top:20px;
}
}
@media screen and (max-width:767px){
    .block_newsletter .karmaConditions{
         margin: 10px 0 0;
        text-align: center;
    }
    .product-add-to-cart .product-quantity .qty {
        margin-bottom: 25px;
    }
    .karmaProduct .product-add-to-cart .product-quantity .qty {
        margin-bottom: 0px;
    }
    .content-manufacturer .list_manufacturer .item a{
        padding: 0 5px;
    }
    #header .karma-cart .cart_block .cart-buttons a{
        font-size: 16px;
    }
    #header .karma-cart a span.icon i {
        position: relative;
    }
    #left-column p img{
        display: none;
    }
    .footer-logo{
        text-align: center;
    }
}
.text-uppercase{text-transform: uppercase;}

/*product-discount*/
.karmaBlog{
    margin-top:40px;
    margin-bottom:40px;
}
.product-discount{
    display:inline-block;
}
.product-manufacturer .img-thumbnail{
    border:none;
    margin-bottom: 20px;
}
#product #block-reassurance span{
    font-weight:500;
}
.karmaProductsList.krmcolumn .comments_note .laberCountReview{
    display: none;
}
/*contact page*/
.input-wrapper input::placeholder{font-size: 14px; color: #919191; font-family: 'Roboto'; opacity: .7}
#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;
}
#contact .karmaBreadcrumb {
    margin-bottom: 20px;
}
.map-row {
    margin-bottom: 40px;
}
.contact-rich .block {
    width: 100%;
    overflow: visible;    
}
.contact-rich .block .icon {
    display: block;
    font-size: 0px;
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    margin: 0 auto 20px;
    float: none;
    border: 2px solid transparent; 
}
.contact-rich .block .data {
    text-align: center;
}
.contact-rich .block .icon i {
    line-height: 86px;
    font-size: 38px;
}
.menu-top span {
    width: 50px;
    height: 3px;
}
.contact-rich .block .block-title{
    font-size: 20px;
    font-weight: 600;
}
.contact-rich .block .block-title:after{
    content: '';
    display: block;
    margin:15px auto;
    width: 60px;
    height: 2px;
    background-color: #222
}
.contact-form .alert ul {
    margin-bottom: 0;
}
.contact-form .alert {
    padding: 8px 15px;
}
.contact-rich .block .icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(34,34,34,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.contact-rich .block:hover .icon{
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}
.contact-rich .block:hover .icon{
    color: #fff
}
.contact-rich .block:hover .icon:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
#storemap {
    height: 500px;
}
.contact-rich .block a{
    color: #222;
}

@media screen and (max-width: 767px){
.contact-rich .block:not(:last-child){
    margin-bottom: 30px;
}
}
@media screen and (min-width: 768px){
.contact-rich {
    display: flex;
    margin: 50px 0;    
}
#contact .contact-form {
    padding-left: 30px;
    padding-right: 30px;
}  
}
/*about-page*/
#contact .sec-heading,.cms-id-4 .sec-heading {
    display: block;
    padding: 0;
    border: none;
    text-align: center;
}
#contact .sec-heading h3,.cms-id-4 .sec-heading h3{
    text-align: center;
}
.cms-block .page-subheading,
.cms-block p.dark{
    font-weight: 600;
}
.cms-id-4 #left-column{
    display: none;
}
.cms-id-4 #content-wrapper{
    width: 100%;
    float: none;
}
#main .page-cms-4.page-content.page-cms{
    margin-bottom: 0;
    padding-bottom: 0;
}
.subpage .displayPosition6 {
    margin-top: 30px;
}
.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;
}
/* AboutUs */
.aboutus-page .breadcrumbs {
    margin-bottom: 0;
}
.about-company {
    display: flex;
    align-items: center;
}
.about-company h2.page-heading {
    font-size: 21px;
    margin-bottom: 25px;
    margin-top: 0;
  	line-height: 1.2;
    font-weight: 600;
}
.company-content p {
    line-height: 1.8;
}
.explore-btn {
    display: flex;
}
.explore-btn a {
    font-weight: 600;
    margin-top:15px;
}
.team-pearson-sec .team_box {
    width: 25%;
    float: left;
    padding: 0 15px;
  	text-align: center;
}
.info_teams {
    padding-top: 15px;
}
.info_teams h4 {
    margin-bottom: 5px;
    font-weight: 600;
}
.team-title-sec {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}
.team-title-sec h2 {
    font-size: 34px;
    margin: 0;
    padding-bottom: 20px;
    font-weight: 600;
}
.team-title-sec p {
    max-width: 80%;
    margin: 0 auto;
}
.stores-section {
    padding-top: 60px;
}
.store-title-sec {
    padding-bottom: 30px;
}
.store-title-sec h2 {
    margin-top: 0;
    font-size: 34px;
    font-weight: 600;
}
.store-title-sec p {
    max-width: 70%;
    margin: 0 auto;
    padding-top: 10px;
}
.store-img-sec {
    padding-bottom: 30px;
}
.store-img-sec .col-md-12.p-0 {
    padding: 0;
}
.newyork h5.store_title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.newyork p {
    margin-bottom: 5px;
}
.newyork p i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;
}
.store-img-sec a ,.img_teams a{
    display: block;
    overflow: hidden;
}
.store-img-sec a img,.img_teams a img{
	transition: all .3s;
  	-webkit-transition: all .3s;
  	-moz-transition: all .3s;
  	-ms-transition: all .3s;
  	-o-transition: all .3s;
    width: 100%;
}
.store-img-sec a:hover img{
  	transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
}
.img_teams a:hover img{
	filter: grayscale(100%);
}
@media screen and (max-width: 1199px){
  .store-img-sec .col-md-12.mb-30 {
      margin-bottom: 24px;
  }
}
@media screen and (max-width:991px){
  .about-company {
      display: block;
  }
  .about-company h2.page-heading{
  	margin-bottom:15px;
  }
  .store-title-sec p{
  	max-width:100%;
  }
  .store-img-sec {
      display: flex;
  }
  .store-img-sec > .col-md-6:first-child {
      padding-right: 0px;
  }
  .store-img-sec .col-md-12.mb-30 {
      margin-bottom: 15px;
  }
  .other-stores-sec .col-md-4 {
      width: 50%;
      float: left;
  }
}
@media screen and (max-width:767px){
  .about-company h2.page-heading{
      font-size: 20px;
  }
  .team-title-sec{
      padding-top:40px;
  }
  .stores-section {
      padding-top: 40px;
  }
  .store-title-sec h2,.team-title-sec h2 {
      font-size: 24px;
  }
  .store-title-sec p {
      padding: 10px 15px 0;
  }
  .newyork h5.store_title {
      font-size: 18px;
      margin-bottom: 15px;
  }
  .team-pearson-sec .team_box {
      width: 50%;
      padding-bottom: 15px;
  }
  .stores-section {
      padding-top: 20px;
  }
  .explore-btn a {
      font-size: 14px;
      height: auto;
      line-height: 1;
      padding: 12px 25px;
  }
  .newyork p {
      margin-bottom: 0px;
      font-size: 13px;
  }	
  .about-company .company-content {
        padding-top: 15px;
    }
}
@media screen and (max-width:480px){
  .info_teams h4{
      font-size: 16px;
  }
  .info_teams p ,.store-title-sec p,.team-title-sec p,.company-content p{
      font-size: 13px;
  }
  .team-title-sec p {
      max-width:100%;
      padding: 0 15px;
  }
  .other-stores-sec .col-md-4 {
      width: 100%;
      float: none;
      margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px){
.karmaFooter-bottom .container{
    display: flex;
    align-items: center;
}
}
@media screen and (max-width: 767px){
#main .page-cms-4.page-content.page-cms{
    padding: 0;
}
.subpage .sub-heading{
    font-size: 14px;
}
}
/*sub-page*/
#login-form .forgot-password a{
    color: #222
}
.no-account a{
    color: #222
}
#checkout .checkout-step a:not(.btn){
    color: #222
}
@media screen and (max-width: 767px){
.subpage #content p{
    font-size: 14px;
}
.page-customer-account #content.page-content {
    padding: 25px 15px 15px;
}
#login-form footer .btn {
    width: 100%;
    text-align: center;
}
#login-form .form-group, .register-form .form-group {
    margin: 0 -15px;
}
}
@media (min-width: 768px) and (max-width: 991px){
.subpage #content p{
    font-size: 14px;
}
.dropdown.right-nav{
    margin-right: 15px;
}
.sticky #_desktop_logo .logo-fix{
    padding-top: 5px;
}
}

@media screen and (max-width: 767px){
.subpage #content p:last-child{
    margin-bottom: 0 !important;
}
.category-feature-sec .karmaCategoryFeature .item .categoryName a{
    font-size: 13px;
}
.tabs{
    margin-top: 30px;
}
.karmaProduct + .karmaTabs {
    margin-bottom: 40px;
}
.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;
}
.Categoryproducts.karmaProductGrid {
    padding-top: 0;
    margin-bottom: 20px;
}
.Categoryproducts .owl-carousel:not(.product-images) .owl-nav{
    top: 0px;
}
.Categoryproducts .karmaProduct-image img{
    width: 100%;
}
#more_menu{
    display: none;
}
.page-my-account #content .links a i{
    height: 54px;
    transition: all .3s;
}
#customer-form .custom-checkbox input[type=checkbox]+span {
    margin-top: 5px;
    margin-right: 8px;
}
#js-checkout-summary,
.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 transparent;
}
.form-group .input-group .input-group-btn>.btn:hover{
    color: #fff;
}
#mywishlist td.wishlist_delete a {
    padding: 0;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-shadow: none;
}
#mywishlist td.wishlist_delete a:hover{
    color: #fff !important;
}
#mywishlist #block-history a:not(.icon){
    color: #222
}
#mywishlist td.wishlist_delete a i{
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
}
.product-cover .layer .zoom-in {
    font-size: 30px;
    color: #222;
}
#identity #customer-form .form-group:last-child .form-control-label{
    display: none;
}
.product-information .karmaSocial-sharing{
    display: flex;
    align-items: center;
}
.product-information .karmaSocial-sharing .labeTitle{
    padding-right: 5px;
}
.karmaSocial-sharing  ul{
    margin-bottom:0;
}
.karmaSocial-sharing  li{
    margin:0 3px;
}
.karmaSocial-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;
}
@media screen and (max-width: 767px){
.Categoryproducts .sec-heading.mb-30{
    margin-bottom: 20px;
}
.Categoryproducts .karmaCate{
    margin: 0 -7px;
}
}
@media (min-width: 992px) and (max-width:1024px){
    .home_blog_post_area .blog_post .blog_post_content_bottom{
        padding: 20px 15px;
    }
    .slick-initialized .slick-slide.blog_post{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 768px){
#checkout .checkout-step .form-control-label.col-md-2{
    width: 25%;
}
#checkout .checkout-step .form-control-comment.col-md-3{
    width: 20%;
}
}
#product .tab-content .product-manufacturer .img-thumbnail{
    max-width: 250px;
}
/*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: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.cart-grid-body > .label i{
    margin-top: -2px;
}
.checkout-step .form-control-label {
    font-weight:500;
    font-size: 16px;
}
#cart-summary-product-list .media-list .media-left{
    width: 20%;
}
#cart-summary-product-list .media-list .media-body{
    width: 80%;
}
body#checkout #cart-summary-product-list img {
    width: 100%;
}
#cart-summary-product-list .product-name {
    display: block;
    margin-bottom: 5px;
}
#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
}
/*left column*/
#left-column .Categoryproducts .sec-heading{
    display: block;
    text-align: left;
}
#left-column .Categoryproducts .sec-heading h3{
    padding: 5px 15px;
    display: inline-block;
}
#left-column .Categoryproducts .owl-carousel:not(.product-images) .owl-nav{
    top: -45px;
}
@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;
}
.karmaPagination{
    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(26%);
  }
}
@media (min-width: 992px) and (max-width: 1099px){
body#checkout section.checkout-step .content {
    padding: 0;
}
#customer-form .col-md-2.form-control-label{
    width: 25%;
}
#customer-form .col-md-7.form-control-valign{
    width: 75%;
}
#customer-form .form-group + p {
    padding-left: calc(25% + 8px);
}
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
body#checkout section.checkout-step .address-alias {
    margin-left: 10px;
    font-weight: 400;
}
body#checkout section.checkout-step .address{margin-left: 35px;    font-size: 15px;}
.delivery-options-list .delivery-option .col-sm-5 .col-xs-3 {
    padding: 0;
}
.delivery-options-list .delivery-option .col-sm-5 .col-xs-3 img {
    width: 30px;
}
#checkout-guest-form{text-align: left;}
#content-hook_order_confirmation .h1 i {
    margin-right: 5px;
}
#order-items tr td:first-child,#order-items tr.font-weight-bold{font-weight: 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: 500;
}
#cart .karmaProductGrid,
#order-confirmation .karmaProductGrid {
    margin-top: 60px;
    margin-bottom: 30px;
}
#cart .karmaProductGrid .title_block,
#order-confirmation .karmaProductGrid .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; karma-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%;
}pro
.cart-summary-line:not(:last-child) {
    margin-bottom: 10px;
}
.cart-items .product-price strong{font-weight: 500;}
.cart-item .product-line-grid .product-image{
    display: inline-block;
    border:1px solid transparent;
}
@media screen and (max-width:767px){
.delivery-options-list .delivery-option .col-sm-4, .delivery-options-list .delivery-option .col-sm-3 {
    width: 75%;
    margin-left: 25%;
}
#block-reassurance li .block-reassurance-item{
    padding-right: 0.5rem;
}
.product-line-grid-body br{
    display: none;
}
.product-line-grid .product-line-actions {
    margin-top: 10px;
}
.product_banner .banner-col {
    margin-bottom: 0px;
}
}
@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 .karmaSearch.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:none;
}
@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);
   }
} 
@keyframes spin{
    0% {
    transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.PopupWishListInner {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    padding: 18px
}
.PopupWishListInner>h3 {
    font-size: 16px;
    margin-top: 0;
    font-weight:500;
}
.PopupWishListInner>h3>i{
    color: #4cbb6c;
    margin-right: 5px;
    width: auto;
}
.noty_text_body {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    color: #222 !important;    
}
.noty_text_body .thumbnail {
    display: inline-block;
    flex: 0 0 auto;
    height: 72px;
    margin-bottom: 0;
    margin-right: 24px;
    width: auto
}
.noty_text_body>p {
    flex: 1 1 0%;
    overflow: hidden;
    margin-bottom: 0;   
    font-size: 14px;
    line-height: 1.5; 
}
.close-popcompare {
    position: absolute;
    right: 18px;
    top: 13px;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
     color: #666
}
.close-popcompare:hover{
    color: #222;
}
.noty_text_body p a{
    margin-top: 5px;
    display: inline-block;
    color: #222;
}
.noty_text_body p a:hover{
    opacity: .8
}
.PopupWishListInner>h3>i.warning{
    color:  #ffc107
}

.hb-animate-element.hb-in-viewport.left-to-right {
    animation: 1s ease 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;
}
.block_newsletter .karmaForm form{
    display: block;
}
.block_newsletter form input[type="text"],
.block_newsletter form input.btn{
    border-radius: 0px;
}
.block_newsletter .title-block .h3:after{
    content: '';
    margin: 0;
}
.block_newsletter .btn-primary{
    background-color: #222;
}
.block_newsletter form input.btn{
    color: #fff;    
}
.block_newsletter {
    padding: 0;
}
.block_newsletter .title-block p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}
.block_newsletter .title-block p span{
    font-size: 20px;
}
.block_newsletter .title-block .h3{
    padding-bottom: 8px;
}
}
.displayPosition.displayPosition1 {
    background-color: #fff;
}
/*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
}
@media (min-width: 544px) and (max-width: 767px){
    .block_newsletter form input.btn{
        height: 44px;
    }
    .block_newsletter .title-block .h3 {
        font-size: 18px;
        padding-bottom: 0;
    }
    .block_newsletter .title-block p span {
    font-size: 18px;
    }
    .block_newsletter .title-block p {
        font-size: 15px;
        margin-bottom: 0;
    }
    .karmaFooter-center:before{
        top:-20px;
        background-color: #f8f8f8;
        height: 22px;
    }
}
@media (min-width:1200px) and (max-width: 1559px){
.block_newsletter .title-block .h3 {
    font-size: 20px;
}
.block_newsletter .title-block p{
    font-size: 15px;
}
.block_newsletter .title-block p span {
    font-size: 20px;
}
}
@media (min-width: 481px) and (max-width: 543px){
    .block_newsletter {
    padding:0;
    }
}
@media screen and (max-width: 543px){
.karmaFooter-top .container {
    padding: 20px 15px;
}
.block_newsletter .karmaForm form{
    display: flex;
}
.block_newsletter .svg-icn {
    width: 40px;
    position: absolute;
    bottom: 95px;
}
.block_newsletter .title-block svg{
    height:40px;
    width:40px;
}
.block_newsletter .title-block{
    margin-bottom:8px;
}
.block_newsletter .title-block p.h3 {
    margin-left:10px;
    font-size:15px;
}
.block_newsletter .title-block .h3{
    padding: 0;
    line-height: 1.5;
}
.block_newsletter .title-block p{
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 10px 0;
}
.block_newsletter .title-block p span{
    font-size: 16px;
}
.karmaFooter-center:before{
    top:-20px;
    height: 22px;
}
.block_newsletter form input[type="text"],
.block_newsletter form input.btn{
    border-radius: 0px;
}
.karmaForm{
    padding: 0;
}
.block_newsletter .title-block .h3:after{
    content: '';
    margin: 0;
}
.block_newsletter .btn-primary{
    background-color: #222;
}
.block_newsletter form input.btn{
    color: #fff;    
}
}
#header .krm-menu-horizontal ul li.level-1 .view_menu:hover span{
    color: #000;
}
@media screen and (max-width:991px){
.block_newsletter .title-block .svg-text{
    display: flex;
    justify-content: center;
    align-items: center;
}
}
@media (min-width: 544px) and (max-width: 991px){
.block_newsletter .karmaForm form{
    display: flex;
}
.block_newsletter .title-block{
    text-align: center;
    padding-left: 0px;
    padding-right: 0;
    margin-bottom: 10px;
}
.block_newsletter .svg-icn {
    width: 55px;
    top: 50px;
}
.block_newsletter{
    display: block;
}
.block_newsletter .title-block p.h3 {
    font-size: 22px;
    letter-spacing: 0;
    margin-left: 15px;
}
.block_newsletter .title-block .h3{
    padding: 0;
    line-height: 1.5;
    display: block;
}
.block_newsletter .title-block p{
    font-size: 16px;
    letter-spacing: 0;
    display: block;
}
.block_newsletter .title-block p span{
    font-size: 16px;
}
.karmaForm{
    padding: 0;
}  
}
@media (min-width: 992px) and (max-width: 1199px){
.block_newsletter .title-block p span {
    font-size: 22px;
}
.block_newsletter .title-block .h3:after{
    content: '';
    margin: 0;
}
.block_newsletter .title-block .h3 {
    font-size: 18px;
    display: inline-block;
}
}