@media (min-width: 1220px){
    .uk-container{
        max-width:1440px;
        padding:0;
    }
    .uk-container-1170{
        max-width: 1170px;
        padding:0;
    }
    .uk-container-900{
        max-width: 900px;
        padding:0;
    }
}
body{
    font-family: 'Roboto', sans-serif;
    font-size:13px;
    /* font-weight: 300; */
}
/* MOBILE HEADER */
.mobile-header{
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
}
.moblie-menu-btn>:after, .moblie-menu-btn>:before,
.moblie-menu-btn>*{
	background: #000;
}

.mobile-header.active{
	left: 270px;
}

.mobile-header .topbar {
	background: #f34111;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.mobile-header .topbar p {margin: 0;}

.mobile-header .upper {
	padding: 7px 10px;
	background: #fff;
	position: relative;
	text-align: center;
}
.mobile-header .logo {display: inline-block;}
.mobile-header .logo a {width: 100px;}
.mobile-header .lower {
	position: relative;
	padding: 7px 10px;
	background: #fff;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.mobile-header .lower.fixed{
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.mobile-search .form {
	position: relative;
}
.mobile-search .form .input-text {
	display: block;
	height: 32px;
	background: #fff;
	font-size: 13px;
	line-height: 32px;
	color: #000;
	border: 1px solid #ff4208;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-ms-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-o-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	box-shadow: inset 0 0 5px rgba(0,0,0,.12);
}
.mobile-search .form .btn-submit {
	display: block;
	position: absolute;
	height: 32px;
	width: 60px;
	top: 0px;
	left: initial;
	right: 0px;
	background: #ff4208  url(img/search-2.png) 50% 50% no-repeat;
	border: 1px solid #ff4208 ;
	cursor: pointer;
	text-indent: -99999em;
}

.mobile-search .form .input-text::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text::-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text:-ms-input-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text:-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-cart {
	display: block;
	position: absolute;
	left: initial;
	right: 0px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(img/cart/icon-cart.png) 0px 0px no-repeat;
	-webkit-background-size: 40px 36px;
	-moz-background-size: 40px 36px;
	-o-background-size: 40px 36px;
	background-size: 40px 36px;
}
.mobile-cart .quantity {
	display: block;
	position: absolute;
	top: -1px;
	left: initial;
	right: 10px;
	font-size: 10px;
	color: #fff;
}

.mobile-header .lower.catalog-page{
	padding-right: 50px;
}

.mobile-header .lower .btn-open-aside{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0 , -50%);
	width: 32px;
	height: 32px;
	background: #ff4208;
	color: #fff;


}
.mobile-header .lower .btn-open-aside>*{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50%);
	width: 20px;
	height: 3px;
	background: #fff;
	font-size: 0;
	transition: all 0.3s ease-in-out;
	text-indent: -9999px;
}

.mobile-header .lower .btn-open-aside>*:before,
.mobile-header .lower .btn-open-aside>*:after{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 3px;
	background: #fff;
	transition: all 0.3s ease-in-out;
	top: 0;
	left: 0;
}

.mobile-header .lower .btn-open-aside>*:before{
	top: -6px;
}
.mobile-header .lower .btn-open-aside>*:after{
	top: 6px;
}

.mobile-header .lower .btn-open-aside.active>*{
	background: transparent;
}

.mobile-header .lower .btn-open-aside.active>*:before,
.mobile-header .lower .btn-open-aside.active>*:after{
	top: 0;
	transform: translate(-50% , -50%);
}
.mobile-header .lower .btn-open-aside.active>*:before{
	transform: rotate(45deg);
}
.mobile-header .lower .btn-open-aside.active>*:after{
	transform: rotate(-45deg);
}

.mobile-header .lower .btn-open-aside{
	display: block !important;
	visibility: visible !important;
}
/**/
.pc-header{
    border-top:4px solid #198ccc;
}
.pc-header .upper{
    padding:10px 0;
}
.pc-logo{
    max-width: 150px;
}
.header-search{
    width: 476px;
    position: relative;
}
.header-search .input-text{
    padding: 1.5rem;
    text-align: left;
    font-size:14px;
    border:1px solid #000 !important;
    border-radius: 5px;
    width:100%;
    height:45px !important;
}
.header-search .input-text::-webkit-input-placeholder{
    font-weight: normal;
    color:#000;
    font-size:13px;
}
.header-search button{
    position: absolute;
    background-color: transparent;
    border:0;
    top:11px;
    right:11px;
}
.header-search button > *{
    font-size:20px;
  
}
.pc-hotline{
    font-size:20px;
    font-weight: bold;
   
}
.pc-hotline > *{
    color:#ff0000;
}
.icon-cart-empty{
    width:4.4rem;
    height:4.4rem;
    color:#000;
}
.cart-text{
    color:#000;
    font-size:14px;
}
.navigation{
    background: #198ccc;
    position: relative;
}
.navigation .main-menu{
    margin:0;
}
.navigation .main-menu > li > a{
    display: block;
    padding:15px 20px;
    color:#fff;
    text-transform: uppercase;
}
.navigation .main-menu > li:hover > a{
    background-color: #fca120;
}



.dropdown-menu{
    position: absolute;
    width:220px;
    left:0;
    top:100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 999999;
}

.dropdown-menu li > a{
    display: block;
    padding:8px;
    color:#000;
}
.dropdown-menu li:hover > a{
    background-color: #198ccc;
    color:#fff;
}
.navigation .main-menu > li:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
}
.slide-overlay{
    position: absolute;
    left:30px;
    top:50%;
    transform:translate(0, -50%)
}
@media (max-width: 768px){
    .slide-overlay{
        display: none;
    }
}
.slide-overlay .slide-heading{
    font-size:52px;
    line-height:52px;
    font-weight: 600;
    padding-left:0;
    padding-right:0;
    color:#fff;
    text-transform: uppercase;
    margin-bottom:30px;
}
.slide-overlay .slide-description{
    font-size:32px;
    line-height:32px;
    color:#fff;
    margin-bottom:30px;
}
.slide-overlay .slide-description span{
    padding:10px;
    margin-left:5px;
    display: inline-block;
    background-color: #198ccc;
}
.slide-overlay .slide-link {
    margin-top:20px;
}
.slide-overlay .slide-link > *{
    display: inline-block;
    background-color: #fff;
    border-radius: 6px;
    padding:10px 20px;
    text-transform: uppercase;
    color:#000;
}
.slide-overlay .slide-link > *:hover{
    background-color: #198ccc;
    color:#fff
}
.panel-category{
    padding:30px 0;
}
.category-item{
    position: relative;
    border-radius: 3px;
    background-color: #f6f4f0;
    padding:40px 10px;
    overflow: hidden;
}
.category-item .image{
    position: absolute;
    top: 8px;
    right: -6px;
    transition: all 0.5s ease;
}
.category-item:hover .image{
    right:0px;
}
.category-item .title > *{
    font-size:17px;
    font-weight:bold;
    color:#000;
}
.category-item .title > *:hover{
    color:#198ccc;
}
.panel-category .heading-1{
    text-align: center;
    font-size:30px;
    text-transform: uppercase;
    font-weight: normal;
    margin:0 0 30px 0;
    padding: 0 0 25px 0;
    position: relative;
}
.panel-category .heading-1:before{
    content:'';
    display: block;
    position: absolute;
    top:initial;
    bottom:0;
    left:50%;
    transform:translate(-50%, 0);
    width:100px;
    background-color: #198ccc;
    height:2px;
}
.category-item{
    margin-bottom:20px !important;
}

.banner-item .image{
    height: 365px;
}
.panel-banner{
    margin-bottom:30px;
}

.panel-product{
    padding: 40px 0;
}
.heading-2{
    font-size:28px;
    margin-bottom:25px;
    line-height:32px;
    position:relative;
    text-transform: uppercase;
    padding-bottom:10px;
}
.heading-2 > *{
    color:#000;
}
.heading-2:before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:initial;
    bottom:0;
    width:100px;
    height:3px;
    background-color: #018ccd;
}
.product-item .image img{
    transition: opacity .4s cubic-bezier(.25,.46,.45,.94);
    border-radius: 5px;
}
.product-item .image{
    height:341px;
    position: relative;
    transition: all 0.3s ease;
}
.product-item .image img:nth-child(2){
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    opacity:0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.product-item .image:hover img:nth-child(1){
    opacity: 0;
}
.product-item .image:hover img:nth-child(2){
    opacity: 1;
    visibility: visible;
}
.product-item .info .title{
    margin-bottom:10px;
    text-align: center;
    margin-top:20px;
}
.product-item .info .title > *{
    color:#000;
    font-size:15px;
}
.product-item .info .price > *{
    font-family: Dosis;
}
.product-item .info .price .price-sale{
    margin-left:10px;
    text-decoration: line-through;
    font-size:15px;
    color:#c2c2d3;
    font-weight:600;
}
.product-item .info .price .price-main{
    font-size:20px;
    color:red;
    font-weight: 600;
}
.panel-intro{
    padding:77px 0;
    background-repeat: no-repeat;
}
.panel-intro .intro-container{
    padding: 43px 55px 49px;
    max-width: 565px;
    background-color: #000000e5;
    display: inline-block;
    border-radius: 5px;
    font-family: Roboto;
}
.intro-container .intro-heading{
    font-size:18px;
    text-transform: uppercase;
    color:#fff;
    margin-bottom:40px;
    font-weight: bold;
}
.intro-container .intro-heading span{
    color:#198ccc;
    font-weight: bold;
}
.intro-container .intro-description{
    line-height:25px;
    color:#fff;
    text-align: justify;
    font-size:15px;
}
.panel-news{
    background:url('img/n_background.webp');
}
.news-item .image{
    height:391px;
}
.news-item .image img{
    border-radius: 5px;
}
.news-item .title{
    margin-bottom:15px;
    margin-top:10px;
}
.news-item .title > *{
    color:#000;
    font-size:16px;
}
.news-item .description{
    font-size: 14px;
}
.news-item .info{
    padding:10px;
}
.footer{
    background:url('img/footer-bg.webp');
    background-repeat: no-repeat;
    background-size: 100%;
}
.footer-contact > img{
    max-width: 55px;
    margin-right:10px;
}
.footer-contact .text{
    font-family: Roboto;
    color:#fff;
    font-size:15px;
    margin-bottom:7px;
}
.footer-contact .hotline{
    color:#fca120;
    font-size:25px;
    letter-spacing: 1px;
    font-family: Dosis;
}
.footer-contact{
    margin-bottom:30px;
}
.footer-line p{
    color:#fff;
    font-size:16px;
    font-weight:300;
    font-family: Roboto;
    margin-bottom:20px;
}
.footer-menu,
.footer-information{
    padding:50px 0;
    border-right:1px solid #ffffff1a;
    padding-right:20px;
}
.footer-menu .footer-heading{
    font-size:25px;
    color:#fff;
    margin-bottom:40px;
}
.ft-item li{
    margin-bottom:10px;
}
.ft-item li a{
    color:#fff;
    font-size:16px;
    font-family: Roboto;
    font-weight: 300;
    transition: all 0.5s ease;
}
.ft-item li a:hover{
    padding-left:5px;
}
.footer-menu .map{
    display: block;
    color:#000;
    
    text-transform: uppercase;
}
.footer-menu .map > *{
    color:#000;
    display: block;
    text-align: center;
    padding:10px 25px;
    background-color: #fff;
    border-radius: 10px;
}
.footer-menu .facebook > *{
    color:#fff;
    display: block;
    text-align: center;
    padding:10px 25px;
    background-color: #198ccc;
    border-radius: 10px;
}
.uk-breadcrumb {
    padding: 30px 0;
}

.uk-breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-breadcrumb ul li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Dosis';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #9b9bb4;
    font-size: 15px;
}

.uk-breadcrumb ul li + li::before {
    font-size: 110%;
    content: '>';
    margin-left: .625rem;
    margin-right: .625rem;
}

.uk-breadcrumb ul a {
    color: #3e445a;
    font-size: 15px;
}

.uk-breadcrumb + .content-wrapper {
    margin-top: 30px;
}
.product-detailpage{
    background-color: #f7f8fd;
}

.product-detailpage .single-wrapper{
    padding:20px;
    background: #fff;
}
.product-brand {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right:15px;
}
.product-brand span {
    margin-right: 4px;
}
.product-brand span.bold {
    color: #000000;
}
.product_title{
    font-size:25px;
    margin-bottom:15px;
    line-height: 25px;
}
.price del {
    font-weight: 500;
    font-size: 14px;
    color: #c2c2d3;
}
.amount .sale{
    font-size:20px;
    color:red;
    font-weight: 500;
}
.account-detailpage{
   background: #f9f9f9;

}

.account-detailpage .account-detail-content .elementor{
    
    padding: 50px 0;

}

.account-detailpage .account-detail-content .elementor .panel-contact{
    margin-bottom: 30px;
}
.account-detailpage .account-detail-content .elementor .panel-contact .klb-icon-box{
    background: #f3f3f6;
    text-align: center;
    align-items: center;
    padding: 1.875rem;
    border: 1px solid #edeef5;
    border-radius: 10px;
}

.account-detailpage .account-detail-content .elementor .panel-contact .klb-icon-box i{
    font-size: 35px;
    color: #233a95;
    margin-bottom: 20px;
}

.account-detailpage .account-detail-content .elementor .klb-contact-form{
    margin: 0 auto;
    background: #ffff;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
}

.account-detailpage .account-detail-content .elementor .klb-contact-form .contact-header{
    margin-bottom: 20px;
}

.elementor-heading-title{
    font-size: 35px;
    font-weight: 600;
    color: #222222;
    line-height: 1.4;
}

.wpcf7-form-control{
    padding: 10px 20px;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #727272;
    background: #f3f4f7;
    border: 1px solid transparent;
    border-radius: 5px;
}

.klb-contact-form.contact-form-wrapper .form-wrapper .wpcf7-form .wpcf7-submit {
    font-size: 16px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border: 1px solid;
    color: #fff;
    background-color: #233a95;
    border-radius: 5px;
    overflow: hidden;

}
.klb-contact-form.contact-form-wrapper .form-wrapper{
    max-width: 47.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.klb-contact-form.contact-form-wrapper .form-wrapper .contact-header{
    text-align: center;
}
.klb-contact-form.contact-form-wrapper .form-wrapper .contact-header h2{
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 500;
}

.klb-contact-form.contact-form-wrapper .form-wrapper .contact-header p{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

@media (max-width:768px){
   .account-detailpage .account-detail-content .elementor .panel-contact .klb-icon-box{
        margin-bottom: 20px;
   }
   .account-detailpage {
        padding: 0 10px;
   }
}


.wpcf7-form .error{
    color:red;
    font-style:italic
}

@media (max-width: 768px){
    .banner-right{
        margin-top:20px !important;
    }
    .footer{
        background-size: cover;
    }
    .footer-menu, .footer-information{
        padding:20px 0;
    }
}

@media (max-width: 600px){
    .panel-category .heading-1{
        font-size:22px; 
    }
    .category-item .info{
        position: relative;
        z-index: 10;
    }
    .category-item .image{
        right:-50px;
    }
    .banner-item .image{
        height:auto;
    }
    .banner-item{
        margin-top:20px;
    }
    .banner-right{
        margin-top:0 !important;
    }
    .heading-2{
        font-size:22px;
    }
    .product-item .image{
        height:155px;
    }
    .product-item .info .price .price-main{
        font-size:14px;
    }
    .intro-container .intro-heading{
        line-height:25px;
    }
    .panel-intro{
        background-size:cover !important;
    }
    .footer .map{
        margin-bottom:20px !important;
    }
    .product-header{
        margin-top:20px;
    }
    .product-detailpage .single-wrapper{
        padding:10px;
    }
    .panel-contact{
        margin-top:20px !important;
    }
    .klb-module.related.products{
        margin-top:20px;
    }
    .klb-title{
        font-size:22px;
        text-transform: uppercase;
    }
    .woocommerce-Tabs-panel{
        padding:10px !important;
    }
}

.klb-article{
    margin-bottom:20px;
}
.blog-detailpage {
    margin-top:30px;
}
.blog-detailpage .entry-title{
    font-size:25px;
    margin-bottom:20px;
    color:#000;
}
.blog-detailpage .entry-title > *{
    color:#000; 
}
.blog-detailpage .entry-content{
    font-size:16px;
    text-align: justify;
}

 /* ######################## Mobile ########################  */
  .hotline-fixed {
    position: fixed;
      left: 30px;
      bottom: 30px;
      background: rgba(213, 213, 213, .5);
      border: 1px solid #d5d5d5;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      z-index: 99999;
  }
  .hotline-fixed a {
    position: relative;
      display: block;
      padding: 10px 20px 10px 60px;
      font-size: 18px;
      line-height: 20px;
      font-weight: bold;
      color: #ff2020;
      -webkit-background-size: 30px;
      -moz-background-size: 30px;
      -ms-background-size: 30px;
      -o-background-size: 30px;
      background-size: 30px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
  }
  .hotline-fixed a .value{
  	color: #ff2020;
  }
  @media (min-width: 960px) {
    .hotline-fixed {
      left: 50px;
      bottom: 50px;
    }
  }
  @media (max-width: 959px) {
    .hotline-fixed a{
      border-color: transparent;
      background: transparent;
      padding: 0;
    }
    .hotline-fixed a> span{
      display: none;
    }

    .hotline-fixed {
      left: 50px;
      bottom: 50px;
    }
  }


  .call-btn {
      position: absolute;
      margin: 0;
      padding: 0;
      left: 0px;
      top: 50%;
      left: -40px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background: #fff;
      background-color: transparent;
      cursor: pointer;
      font-size: 0;
      width: 110px;
      height: 110px;
      z-index: 1000;
  }

  .call-btn .tada {
      background: #00aff2;
      border-radius: 100px;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -20px;
      margin-left: -20px;
      animation-name: tada;
      animation-duration: 0.5s;
      animation-iteration-count: infinite;
      animation-direction: alternate;
  }
  .call-btn:hover .tada {background: #ff0000;}

  .call-btn .tada .icon:before {
      content: "\f095";
      font-size: 25px;
      font-family: FontAwesome;
      text-decoration: none;
      color: #fff;
      margin-left: 10px;
      position: absolute;
      top: 50%;
      margin-top: -10px;
  }


  @keyframes tada {
      from {
          transform: rotate(-20deg);
      }
      to {
          transform: rotate(20deg);
      }
  }

  .call-btn .pulse {
      width: 60px;
      height: 60px;
      background: #bfebfc;
      border-radius: 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -30px;
      margin-left: -30px;
      animation-name: pulse;
      animation-duration: 0.5s;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      animation-timing-function: ease-in-out;
  }
  .call-btn:hover .pulse {background: rgba(255, 0, 0, .5);}

  @keyframes pulse {
      from {
          width: 55px;
          height: 55px;
          margin-top: -27.5px;
          margin-left: -27.5px;
      }
      to {
          width: 60px;
          height: 60px;
          margin-top: -30px;
          margin-left: -30px;
      }
  }
  .call-btn .zoomIn {
      width: 80px;
      height: 80px;
      border: 2px solid #00aff2;
      border-radius: 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -40px;
      margin-left: -40px;
      animation-name: zoomIn;
      animation-duration: 1s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-out;
  }
  .call-btn:hover .zoomIn {border: 2px solid #ff0000;}

  @keyframes zoomIn {
      from {
          width: 40px;
          height: 40px;
          margin-top: -20px;
          margin-left: -20px;
      }
      to {
          width: 80px;
          height: 80px;
          margin-top: -40px;
          margin-left: -40px;
      }
  }

  @media screen and (max-width: 549px) {
      .call-btn {
          width: 80px;
          height: 80px;
      }
      /*.call-btn .pulse {left: -30px;}*/
  }
  #toolbox-fixed {
    position: fixed;
    bottom: 130px;
    left: initial;
    right: 15px;
    z-index: 999;
    /* background: #f5f5f5; */
    padding: 0 10px;
    /* box-shadow: 0 -5px 5px -5px #3333338c; */
}
#toolbox-fixed ul > li,
#toolbox-fixed ul{
  margin: 0;
}
#toolbox-fixed a{
display: block;
margin-bottom: 10px;
border-radius: 50%;
overflow: hidden;
/*box-shadow: 0 0 3px #000;*/
}
#toolbox-fixed .icon{
  width: 43px;
  height: 43px;
  margin: 0 auto;
}

#toolbox-fixed .title{
  display: block;
  text-align: center;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

#toolbox-fixed ul > li> a:hover{
  color: #333;
  text-decoration: none;
}

@media (max-width: 959px) {
  #UTTWh47-1566642215919{
    bottom: 65px !important;
  }
}
.footer-heading{
    color:#fff;
    font-size:20px;
}
.footer-mst{
    color:#fff;
    font-size:16px;
    margin-top:10px;
}
.page-numbers{
    list-style: none;
}
.page-numbers > li{
    display: inline-block;
    margin-right:5px;
}
.page-numbers > li > *{
    display: block;
    padding:5px 10px;
    background-color: #eaeaea;
    color:#000
}
.page-numbers > li.active > *{
    color:#fff;
    background: #198ccc;
}

.klb-module .product-item .image{
    height: 263px;
}

@media (max-width: 680px){
    .uk-container{
        padding:0 10px !important;
    }
    .entry-content img{
        width:100% !important;
        height:auto !important
    }
    .entry-title{
        line-height: 30px;
    }
}