body {
  min-width: 300px;
}

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.color-white {
  color: #f1f1f1 !important;
}

.color-dark-blue {
  color: rgb(0, 29, 51) !important;
}


.opacity-off {
  opacity: 1 !important;
}

/*** overrides ***/
.th-widgetcontent ul li span + span {
  float: left;
}

/*** COLORS ***/
.th-breadcrumb li.th-active {
  color: rgb(230, 48, 39);
}

#cart-counter {
  background: rgb(230, 48, 39);
}

/*** forms, inputs, controls ***/
button:disabled, button:disabled:hover, button[disabled], button[disabled]:hover {
  color: #666666;
  background-color: #cccccc;
  box-shadow: none;
}

.form__err {
  /*text-align: left;*/
  font-size: 11px;
  color: red;
}

.form-input {
  border: 1px solid #e5e5e5 !important;
  background-color: #f7f7f7 !important;
}

span.required-mark {
  color: red;
}

.th-pagination {
  padding: 30px 0;
}

/* header */
.header-wrap {
  position: relative;
}

.callback-btn i {
  display: inline-block;
  padding-right: 7px;
}

.th-navigation.navbar-collapse {
  min-width: 270px;
}

.header-first-row {
  font-size: 13px;
}

.th-contactinfo li span {
  display: inline;
  padding-right: 8px;
}

.th-contactinfo li i {
  padding-right: 6px;
}


/*** footer ***/
.footer-menu li a {
  color: #f1f1f1 !important;
}

.footer-menu li a:hover {
  color: #e54b4b !important;
}

.footer-menu-spacer {
  height: 40px;
}

@media (max-width: 765px) {
  .footer-menu-spacer {
    height: 0;
  }
}


/*** homepage ***/
.th-address {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #fafafa;
}

.th-main-section{
  padding: 3% 0;
}

/*** about ***/
@media (max-width: 330px) {
  .about-address {
    max-width: calc(100% - 40px) !important;
  }
}

.about-contacts a {
  color: rgb(0, 29, 51) !important;
}

.about-contacts a:hover {
  color: #e54b4b !important;
}

@media (max-width: 1200px) {
  .about-contacts em {
    font-size: 13px;
  }
}

/*** call request form (formappointment in template) ***/
#th-formappointment label {
  text-transform: none;
}

.privacy-text {
  text-align: left;
  padding-top: 10px;
}

.privacy-text label {
  font-size: 13px;
  text-transform: none;
}

.callback-form-message {
  display: none;
  text-align: center;
  margin-top: 110px;
}


/*** contacts ***/
.contact-item h4 {
  color: #888 !important;
  margin-bottom: 0;
  font-size: 17px;
}

.contact-item a {
  color: rgb(0, 29, 51);
}

.contacts-greeting {
  margin-bottom: 40px;
}

/*** callback form ***/
#callback-form {
  margin-top: 20px;
}

#callback-form label {
  color: #808080;
  font-size: 13px;
  margin-bottom: 0;
  text-transform: none;
}

#callback-email {
  text-transform: none;
}

#callback-form input[type=text], #callback-form input[type=email], #callback-form textarea {
  color: #000000;
}

#callback-comment {
  height: 220px;
  text-transform: none;
}

#price-range {
  padding: 8px 0;
}

/*** map ***/
#map {
  margin: 40px 0;
  border: 1px solid #e5e5e5;
  height: 400px;
}

.news-entry__img {
  margin: 18px 0 0;
  height: 255px;
  background: transparent 50% 50% no-repeat scroll;
  background-size: cover;
}

.news-entry .th-postimg figcaption a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/*** news search ***/
.news-search h3, .news-search h4 {
  text-transform: none !important;
}

.news-search h3 {
  margin-bottom: 40px;
  text-decoration: underline;
}

/*** brands catalog & item ***/
.brand-catalog-item {
  margin-top: 40px;
  height: 100px;
  text-align: center;
}

.brand-catalog-item img {
  display: inline-block;
  max-height: 100%;
}

.brand-catalog-spacer {
  margin-top: 40px;
}

/*** catalog ***/
.th-products {
  padding: 0;
}

.catalog-filter-category-current a {
  color: #e54b4b !important;
}

.th-rangeslideroutput #amount {
  width: 100%;
}

.th-productimg {
  text-align: center;
  height: 244px;
  line-height: 244px;
}

.th-productimg img {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.th-producttitle {
  min-height: 80px;
}

.th-productinfo {
  text-align: center;
  padding: 0;
  height: 100%!important;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.th-productinfo .th-btn {
  font-size: 12px;
}

.th-productinfo .th-productprice del {
  display: block;
}

.product-prices {
  padding-bottom: 15px;
}

.product-price {
  font: 400 17px/21px 'Mulish';
  display: block;
  text-align: center;
}

.product-price-current {
  font-size: 17px;
  line-height: 29px;
  color: #222;
}

.product-price-old {
  color: #a0a0a0;
  font-size: 15px;
  line-height: 19px;
  min-height: 90px;
  display: flex;
  align-items: center;
}

.product-price p {
  margin-bottom: 0px!important;
}

@media (max-width: 720px) {
  .product-price-current, .product-price-old {
    font-size: 14px;
  }
}

#content-images img {
  display: none;
}

.padding-none {
  padding-left: 0!important;
}

@media (max-width: 720px) {
  #content-images img {
    display: block;
    object-fit: contain;
  }
  .img-side {
    display: none;
  }
  .padding-none {
    padding-left: 15px!important;
  }
}


.catalog-tree ul {
  margin: 0;
  padding: 4px 0 4px 6px !important;
}

.catalog-tree ul > li {
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 4px 0 !important;
  margin: 0 !important;
}

.catalog-tree-subcategory {
  cursor: pointer;
}

.catalog-tree-subcategory-items {
  display: none;
}

.catalog-tree-subcategory-items.visiable {
  display: block;
}

/*** product ***/
.th-product {
  margin-top: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.th-product:hover .th-productimg img {
  opacity: 0.75;
}

.th-productdetail .th-productimg img {
  width: auto;
}

.th-relatedproducts {
  margin-top: 40px;
}

.product__title {
  min-height: auto;
  margin-bottom: 10px;
  text-align: center;
  font-size: 23px;
}

.numberspiner {
  width: auto;
  padding: 0 0 10px;
  margin-left: 10px;
}

.product-add-chart-btn {
  margin-left: 10px;
}

#th-relatedproductslider {
  margin-top: 80px;
}

@media (max-width: 356px) {
  .product-add-chart-btn {
    float: left !important;
  }
}

/*** cart & ordering ***/
#cart-content {
  padding-right: 4px;
  padding-left: 4px;
}

#cart-counter {
  display: none;
}

.add-to-cart-buttons {
  text-align: center;
  margin-top: 60px;
}

.add-to-cart-buttons a {
  width: 230px;
  margin-bottom: 10px;
}

.cart-title {
  margin-left: 15px;
}

.cart-total {
  display: inline-block;
  padding-right: 20px;
  font-weight: bold;
}

.cart-table {
  margin-bottom: 0;
}

.cart-table th {
  padding: 0;
  line-height: 1;
}

.cart-table th, .cart-table td {
  padding: 8px;
  border: none;
}

.cart-table td {
  border-top: 1px solid #d2d2d2 !important;
}

.cart-table-footer {
  background-color: #eaeaea;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  text-align: right;
  padding: 4px 20px;
}

.cart-table tbody > tr > td {
  vertical-align: middle;
}

.cart-table tbody > tr > :nth-child(1) {
  text-align: center;
  width: 120px;
  padding: 10px;
  vertical-align: middle;
}

.cart-table tbody > tr > :nth-child(2) {
  text-align: left;
  padding: 10px 20px;
}

.cart-table tbody > tr > :nth-child(3) {
  text-align: center;
}

.cart-table tbody > tr > :nth-child(4) {
  text-align: right;
}

.cart-table tbody > tr > :nth-child(5) {
  text-align: right;
}

.delete-cart-item-button {
  display: inline-block;
  height: 40px;
  width: 40px;
  color: red;
  cursor: pointer;
}

.quantity-controls {
  border: 1px solid #ccc;
  width: 166px;
  margin: 2px 4px 10px 0;
  display: inline-block;
}

.quantity-controls-button {
  height: 46px;
  line-height: 46px;
  width: 46px;
  background-color: #fff;
  color: #ccc;
  display: inline-block;
}

.quantity-controls button.btn-minus {
  border-right: 1px solid #ccc;
}

.quantity-controls button.btn-plus {
  border-left: 1px solid #ccc;
}

.quantity-controls input.quantity-input {
  height: 43px;
  width: 70px;
  text-align: center;
}

#product-add-to-cart {
  float: none;
}

#cart-form-content {
  display: none;
}

#cart-form {
  margin: 0 10px;
  max-width: 600px;
}

#cart-form label {
  margin-bottom: 4px;
  margin-top: 10px;
}

.cart-form-deliveries {
  margin: 20px 10px;
}

.cart-form-deliveries li {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.cart-form-deliveries label {
  display: inline-block;
  cursor: pointer;
  padding-left: 10px;
  text-transform: none;
}

.category-cols {
  margin: 0 -10px -20px;
  text-align: center;
}

.category-col {
  font-size: 13px;
  display: inline-block;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  color: #222;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
}

.category-col:hover {
  color: #222;
}

.category-col .inner {
  text-align: left;
  height: 100px;
  line-height: 70px;
  background-color: #ddd;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.category-col .inner:hover {
  background-color: rgb(230, 48, 39);
}

.category-col .caption {
  position: relative;
  /*display: inline-block;*/
  line-height: 24px;
  vertical-align: top;
  display: flex;
  align-items: center;
}

.category-icon {
  position: relative;
  display: inline-block;
}

.category-icon img {
  max-width: 50px;
  max-height: 50px;
}



@media (max-width: 811px) {
  .category-col {
    width: 100%;
  }

  .category-col .inner {
    height: auto;
    line-height: unset;
  }
}


@media (max-width: 1199px) {
  .th-nav {
    width: 100%;
  }

  .th-navigation > ul.top-menu > li {
    padding: 20px 8px;
    float: none;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .th-nav {
    width: auto;
    position: absolute;
  }

  .th-logo {
    float: left;
    margin-left: 30px;
  }

  .th-navigation.navbar-collapse {
    border: 1px solid #cdcdcd;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .th-logo {
    float: none;
    margin: 0 auto 20px;
    margin-bottom: 0;
  }

  .th-rightbox {
    width: 100%;
    position: relative;
  }

  .th-minicartdropdown {
    position: absolute;
    right: 0;
  }

  .callback-btn {
    padding: 0 10px;
  }

  .callback-btn i {
    display: none;
  }


}

@media (max-width: 768px) {
  .tg-dropdownsearch {
    width: 260px;
    right: 110%;
  }
}

@media (min-width: 992px) {
  .header-first-row {

  }
}

.product-features-table {
  width: 100%;

}

.product-features-table td:nth-child(1) {
  width: 30%;
}

.product-features-table th, .product-features-table td {
  /*border: none !important;*/
  text-align: left;
}


.cookie-bar {
  display: none;
  /* font-family: 'Gotham', Montserrat, Arial, Helvetica, sans-serif; */
  text-align: center;
  padding: 3px 50px;
  font-size: 11px;
  background: #fff;
  width: 100%;
  z-index: 100500;
}

.cookie-bar p {
  display: inline-block;
  line-height: 18px;
  padding: 3px;
  margin-bottom: 0;
}

.cookie-bar a {
  text-decoration: underline;
  font-weight: bold;
}

.cookie-bar button {
  margin-left: 40px;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cookie-bar button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cookie-bar span {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  font-size: 23px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 671px) {
  .cookie-bar button {
    margin-left: 0;
  }
}

@media (max-width: 877px) {
  .cookie-bar button {
    margin-bottom: 4px;
  }
}

.th-radio input[type=radio] + label:before, .th-checkbox input[type=checkbox] + label:before {
  color: #414141;
}

.facedigital, .facedigital a {
  font-size: 11px!important;
}

.footer-copy {
  font-size: 13px;
}

@media (max-width: 465px) {
  .footer-copy {
    float: none !important;
    text-align: center;
    font-size: 11px;
  }

  .facedigital {
    padding-top: 10px;
  }
}

.product-tab {
  font-size: 13px;
}

#catalog-filter-order {
  color: #000;
  text-transform:none!important;
  padding:5px 30px;
  height: 37px;
  padding-left: 10px;
  font-size: 13px!important;
}

#news-col {
  padding-left: 0;
}

#filter-menu {
  display: none;
  position: relative;
}

@media (max-width: 501px) {
  #catalog-filter-order {
    display: none!important;
  }
  .th-select:after {
    display: none!important;
  }
  .th-select {
    border: 0!important;
  }
  #filter-menu {
    display: block;
  }
  .breadcrumb-last-item {
    display: flex!important;
    direction: rtl;
  }
  .breadcrumb-full-item {
    display: none!important;
  }
}

.filter-list {
  display: none;
  flex-direction: column;
  background-color: white;
  border: 2px solid #e7e7e7;
  padding: 10px;
  border-radius: 16px;
  position: absolute;
  width: 200px;
  right: 0;
  z-index: 2;
}

.filter-active {
  display: flex;
}

.filter-list-element {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

.filter-list-element:hover .element-title {
  color: #b4b4b4;
  transition: 0.3s;
}

.filter-list-element:first-child {
  margin-bottom: 15px;
}

.element-title {
  color: black;
  text-transform: none;
  font-size: 15px;
}

.th-select {
  border: 1px solid gray;
}

.th-select select option {
  color: #000;
}

.th-select:after {
  color: #000;
}

.top-menu li.active {
  color: #e54b4b !important;
}


/* slick tunning */
.slider-nav .slick-slide {
  cursor: pointer;
}

.slider-nav {
  text-align: center;
}

.slick-slide img {
  display: inline-block !important;
  cursor: pointer;
}

.js .slider-single > div:nth-child(1n+2) {
  display: none;
}

.js .slider-single.slick-initialized > div:nth-child(1n+2) {
  display: block;
}

.slick-prev:before, .slick-next:before {
  color: rgb(230, 48, 39) !important;
  opacity: 1 !important;
}

.product-slider-nav .slick-slide {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 4px;
  margin: 4px;
}

.product-slider-nav .slick-slide.slick-current.slick-active {
  border: 1px solid lightgrey;
}


/* product slider */
.slider-single {
  height: 300px;
}

.slider-single .slick-track {
  height: 300px;
}

.product-title {
  padding-left: 40px;
}

.product-slider-container {
  margin: 0 40px 20px;
}

.product-slider-nav {
  margin-top: 20px;
}

.homepage-marketing-block {
  margin-top: 80px;
}

.main-slider-button::before {
  background-color: unset !important;
}

.news-breadcrumb-last {
  text-transform: none;
}

@media (max-width: 991px) {
  .news-breadcrumb-last {
    display: none;
  }
}

@media (max-width: 345px) {
  .callback-btn {
    margin-left: -38px;
  }
}

.homepage-slider-button-wrap {
  display: inline-block;
}

@media (max-width: 524px) {
  .homepage-slider-button-wrap {
    display: block;
  }
}

.cart-item-title {
  line-height: 1;
}

.cart-form-title {
  margin: 30px;
}

@media (max-width: 540px) {
  .cart-table td {
    padding: 2px !important;
  }

  .cart-hide {
    display: none;
  }

  .cart-title {
    text-align: center;
  }

  .cart-item-title {
    width: 100%;
    font-size: 11px;
  }

  .quantity-controls {
    margin: 0;
    border: none;
    width: unset;
  }

  .quantity-controls-button {
    width: 24px;
  }

  .quantity-controls input.quantity-input {
    padding: 0;
    width: 21px;
  }

  .quantity-controls button.btn-plus, .quantity-controls button.btn-minus {
    border: none;
  }

  .cart-form-deliveries label {
    font-size: 13px;
  }

  .cart-form-title {
    margin: 15px 0;
  }
}

@media (max-width: 320px) {
  .cart-submit-row {
    text-align: center;
  }
}

.th-pagination {
  margin: 25px 0 0 0;
}

.th-pagination li {
  margin-top: 15px !important;
}

@media (max-width: 767px) {
  .catalog-filter-block {
    display: none;
  }
  #news-col {
    padding-left: 15px;
  }
}

.privacy-checkbox {
  padding-top: 10px;
}

.th-formappointment .th-btn {
  margin: 0 0 0;
}

.th-modaldialogappointment {
  width: 95%;
}

@media (max-width: 580px) {
  .th-formappointment fieldset {
    padding: 40px 40px 20px;
  }
  .product-price-old{
		min-height: auto;
    line-height: 17px;
	}
}

@media (max-width: 900px) {
  .th-formappointment fieldset {
    padding: 20px 10px 10px;
  }
}

#th-formappointment fieldset label {
  white-space: nowrap;
}

#add-to-cart-modal .th-modaldialogappointment {
  width: fit-content;
}

@media (max-width: 600px) {
  #add-to-cart-modal .th-modaldialogappointment {
    width: 95% !important;

  }
}


#catalog-categories {
  padding: 0;
}

.catalog-navbar {
  border-radius: 5px;
  border: 1px solid #e7e7e7;
}

.catalog-navbar a {
  color: #222;
}

.catalog-navbar .navbar-brand {
  margin-bottom: 0;
}

.categories {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/*.categories, .categories ul {*/
/*list-style: none;*/
/*}*/
/*.categories li {*/
/*list-style-type: none;*/
/*}*/

/*.test {*/
/*background-color: #00ad9c;*/
/*padding-right: 15px;*/
/*outline: none;*/
/*position: relative;*/
/*cursor: pointer;*/
/*margin-bottom: 4px;*/
/*}*/
/*.test:after {*/
/*font-family: FontAwesome;*/
/*content: '\f078';*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*width: 15px;*/
/*background-color: #0d95e8;*/

/*}*/
/*.active:after {*/
/*font-family: FontAwesome;*/
/*content: '\f053';*/
/*position: absolute;*/
/*top: 0;*/
/*width: 15px;*/
/*right: 0;*/
/*text-align: center;*/
/*background-color: #0d95e8;*/
/*}*/
ul .inner {
  /*padding-left: 1em;*/
  list-style: none;
  padding: 0;
  overflow: hidden;
  display: none;
}

ul ul {
  margin-left: 10px;
}

.categories ul li {
  /*margin: .5em 0;*/
  margin-bottom: 2px;
  /*padding-right: 15px;*/

  line-height: 1.1;
  font-size: 13px;
  list-style-type: none;
}

.categories a {
  display: block;
  padding: 4px 17px 4px 4px;
  margin-bottom: 8px;
  border-radius: 0.15em;
  transition: none;

}

.categories a:hover {
  color: #e54b4b;
  background: rgb(236 236 236);
}

ul li a.toggle {
  width: 100%;
  display: block;
  padding: 4px 17px 4px 4px;
  border-radius: 0.15em;
  /*transition: background .3s ease;*/
  position: relative;
}

ul li a.toggle:after {
  font-family: FontAwesome;
  content: '\f107';
  position: absolute;
  top: 4px;
  right: 0;
  width: 15px;
  color: #222;

  /*background-color: #0d95e8;*/
}

ul li a.toggle.active:after {
  font-family: FontAwesome;
  content: '\f106';
  position: absolute;
  top: 4px;
  right: 0;
  width: 15px;

  /*background-color: #0d95e8;*/
}

.categories-line {
  border-top: 2px solid #e7e7e7;
  padding: 6px;
}

.catalog-navbar .navbar-brand {
  margin-left: 0 !important;
  padding-left: 0!important;
}

@media (max-width: 720px) {
  .catalog-navbar .navbar-brand {
    padding-left: 15px!important;
  }
  .accordion {
    padding: 0 10px;
  }
  .page-home .category-cols .category-title {
    font-size: 13px;
  }
  .page-home .owl-pagination {
    display: none;
  }
}
.page-home .th-homeslider .th-slidercontent {
  width: unset;
}
.page-home .th-homeslider .th-slidercontent.right {
  text-align: right;
}

@media (max-width: 420px) {
  .th-homeslider figure figcaption {
    display: flex;
  }
  .th-slidercontent h1 {
    padding-top: 10px;
    font-size: 23px;
  }

  .th-slidercontent .th-description {
    font-size: 13px;
  }

  .th-btnborder.main-slider-button {
    border: none;
  }
}
.product-price.product-price-current.empty {
  font-size: 13px;
}

.body-flatpage .flat-page-title {
  margin: 0 30px 30px;
  font-size: 23px;
}

.body-flatpage .html-content {
  margin-left: 0;
}
.product-video-wrap iframe {
  margin: 30px 0;
}

.table-wrap table > thead > tr > th,
.table-wrap table > tbody > tr > th,
.table-wrap table > tfoot > tr > th,
.table-wrap table > thead > tr > td,
.table-wrap table > tbody > tr > td,
.table-wrap table > tfoot > tr > td {
  border: none;
}

.table-wrap {
  overflow-x: auto;
}

@media (max-width: 768px) {
  .product-features-table {
    width: 100%;
    display: block;
    overflow-x: auto;
  }
  .brand-catalog-item.brand-logo {
    margin-top: 0;
  }
}

.close{
  font-size: 30px;
  font-weight: 400;
  z-index: 100;
}

.th-formappointment fieldset{
  margin-top: 30px;
}

.th-productinfo .th-producttitle {
  padding: 20px 0 0 0;
  min-height: 40px;
}

.seo-text p{
  margin-bottom: 16px;
}

.th-widgettitle div{
	margin:0;
	color:#222;
	font-size:17px;
	line-height:18px;
}

.th-producttitle div a{
	color:#222;
	display:inline-block;
}

.th-productinfo .th-producttitle div{
	margin:0;
	font-size:17px;
	line-height:18px;
	text-align:center;
	text-transform:none;
}
.modal-dialog-title {
  top: -12px;
  left: 70px;
  padding: 0 10px;
  font-size: 15px;
  line-height: 24px;
  background: #fff;
  position: absolute;
}
.footer-menu-title {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 18px;
}

.html-content h1{
  font-size: 23px;
  line-height: 1;
}
.html-content h2{
  font-size: 21px;
  line-height: 1;
}
.html-content ul{
  margin-bottom: 10px;
}
.html-content table > tbody > tr > td {
  line-height: 1.5;
  border: 2px solid; 
  padding: 20px;
}
.breadcrumb-last-item{
  display: none;
  align-items: center;
  text-transform: none;
  justify-content: left;
}
.breadcrumb-last-item button{
  width: 25px;
  height: 25px;
}
.dropdown-toggle{
  background-color: transparent;
}
.dropdown-toggle:after {
  font-family: FontAwesome;
  content: '\f107';
  position: absolute;
  top: 3px;
  right: 5px;
  width: 15px;
  color: #222;

  /*background-color: #0d95e8;*/
}
.btn-group{
  margin-right: 20px;
}
.dropdown-breadcrumb{
  transform: translate3d(0px, 30px, 0px);
  padding: 0 30px;
  white-space: nowrap;
 
}
.menu36 li{
  float: none;
  line-height: 3rem;
}
.th-sectionhead .th-description{ padding:0 0 0;}
.filter-item::after {
  content: '';
  pointer-events: all; 
}
