@charset "utf-8";

.ibcrm {
  position: relative;
}
.ibcrm:after {
  position: absolute;
  width: 15%;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
}
.ibcrm ol {
  position: relative;
  padding: 5px 8px;
  width: 100%;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.ibcrm ol::-webkit-scrollbar {
  display: none;
}
.ibcrm ol li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  padding-right: 20px;
}
.ibcrm ol li a {
  display: block; padding:0 5px;
  
}

.ibcrm ol li span {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block
}
.ibcrm ol li:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 9px;
  height: 10px;
  width: 12px;
  margin: 0 5px;
  background: url(arrgh.svg) center center no-repeat;
}
.ibcrm ol li:last-child:after {
  background: 0 0;
}.ibcrm ol li:last-child span { color: var(--red)}
.ibcrm ol li a:hover span,.ibcrm ol li a:focus span{ color:var(--red)}
.articleBody section {
  padding-top: 0;
}
.articleBody img {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.articleBody img.b-loaded {
  height: auto !important;
}
.articleBody h5 {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.articleBody b,
.articleBody h5,
.articleBody strong {
  font-weight: 500;
}
.itemBody table * {
  font-size: 20px;
}
.NewsArticle.main-page .itemBody a,
.NewsArticle.main-page .itemBody b,
.NewsArticle.main-page .itemBody h3,
.NewsArticle.main-page .itemBody h4,
.NewsArticle.main-page .itemBody h5,
.NewsArticle.main-page .itemBody strong {
  font-weight: 500;
}
.NewsArticle.main-page .itemBody section {
  padding-top: 0;
  padding-bottom: 8px;
}
.NewsArticle.main-page h1 {
  padding-right: 20px;
  line-height: 1;
    margin: 0;
  text-transform: none;
  font-size: 22px;
}
.NewsArticle.main-page .itemBody a,
.NewsArticle.main-page .itemBody a h5 {
  color: #365977;
}
.NewsArticle.main-page .itemBody,
.NewsArticle.main-page .itemBody *,
.product-detail.main-page .long-description {
  line-height: 1.5;
  text-align: left !important;
  font-size: 20px;
  letter-spacing: -0.1px;
}
.product-detail.main-page .long-description li,
.product-detail.main-page .long-description p {
  font-size: 18px;
}
.NewsArticle.main-page .itemBody p {
  margin-bottom: 10px;
}
.itemBody .dataTables_wrapper {
  float: left;
  width: 100%;
  height: auto;
  display: block;
}
.dataTables_wrapper .headtable {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  padding: 5px 20px 15px;
}
.lists-item-offers .dataTables_wrapper .headtable {
  padding-left: 0;
  padding-right: 0;
}
.dataTables_wrapper .headtable .filters {
  width: 100%;
  float: left;
  display: block;
  text-align: left;
  margin-bottom: 0;
}
.dataTables_wrapper .headtable .filters .dataTables_length {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
.dataTables_wrapper .headtable .filters .dataTables_filter label {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  right: auto;
  top: auto;
  float: left;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  display: block;
}
.lists-item-offers
  .dataTables_wrapper
  .headtable
  .filters
  .dataTables_filter
  label {
  font-size: 20px;
  font-weight: 400;
}
.dataTables_wrapper .headtable .filters .dataTables_filter label .input-sm {
  width: 100%;
  font-size: 18px;
  height: 40px;
  margin: 8px 0;
  line-height: 40px;
  padding: 10px;
  border: 1px solid;
  border-color: var(--black);
}
.dataTables_wrapper
  .headtable
  .filters
  .dataTables_filter
  label
  .input-sm:focus-visible {
  outline: var(--red) solid 1px;border-color: var(--red);
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .headtable .menus {
  display: none;
}
.dataTables_paginate {
  float: right;
  margin-right: 15px;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  padding-right: 20px;
}
table.table thead .sorting {
  background: url(sort_both.png) center right no-repeat;
}
table.table thead .sorting_asc {
  background: url(sort_asc.png) center right no-repeat;
}
table.table thead .sorting_desc {
  background: url(sort_desc.png) center right no-repeat;
}
table.table thead .sorting_asc_disabled {
  background: url(sort_asc_disabled.png) center right no-repeat;
}
table.table thead .sorting_desc_disabled {
  background: url(sort_desc_disabled.png) center right no-repeat;
}
table.dataTable th:active {
  outline: 0;
}
.meta-product-description .h2,
.meta-product-description .h3,
.meta-product-description .h4,
.meta-product-description .h5,
.meta-product-description b,
.meta-product-description h2,
.meta-product-description h3,
.meta-product-description h4,
.meta-product-description h5,
.meta-product-description strong {
  font-weight: 500;
}
.meta-product-description ol,
.meta-product-description ul {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  list-style: disc;
  padding-left: 25px;
}
.meta-product-description ol {
  list-style: decimal;
}
.meta-product-description ol li,
.meta-product-description ul li {
  display: list-item;
  margin-bottom: 0;
}
.ifpo {
  display: block;
  overflow: hidden;
  padding: 0;
}
.ifpo tr {
  display: block;
  width: 100%;
  border-bottom: solid 1px var(--bbcol);
}
.ifpo tbody td,
.ifpo tbody th {
  padding: 0 !important;
  display: inline-block;
  height: 45px;
  overflow: hidden;
  line-height: 45px !important;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ifpo tbody td {
  width: calc(100% - 130px);
  color: var(--black);
  font-size: 18px; font-weight: 500;
  padding-left: 10px !important;
}
.ifpo tbody th {
  font-weight: 400 !important;
  width: 125px; font-size: 16px}
.ifpo tbody .bnss td {
  height: auto;
  font-size: 17px;
  overflow: auto;
  line-height: 21px !important;
  white-space: normal;
  padding: 10px 0 10px 10px !important;
  font-weight: 400;
}
.ifpo thead tr th {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  padding: 0;
  font-size: 19px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.ifpo tr.bnss > td,
.ifpo tr.bnss > th {
  width: 100%;
}
.ifpo tr.bnss > td {
  padding-top: 0 !important;
}
.nut4bl3 thead {
  background-color: var(--black);
}
.nut4bl3 thead tr th {
  height: 30px;
  line-height: 30px;
  color: var(--white);
  font-weight: 500 !important;
  padding: 0 20px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
}
.nut4bl3 thead tr th:first-child {
  border-right: 1px solid var(--white);
}
.nut4bl3 td.label-type {
  text-align: left;
  padding-left: 15px;
}
.nut4bl3 tbody tr {
  border-bottom: 1px solid var(--bbcol);
}
.nut4bl3 tbody tr td:first-child {
  border-left: none;
}
.nut4bl3 tbody > tr > td.offers {
  text-align: right;
  white-space: nowrap;
}
.nut4bl3 tbody > tr > th {
  background-color: var(--ncsy);
}

.nut4bl3 tbody > tr td.offers .product-price {
  font-weight: 500;
  white-space: nowrap;
  font-size: 18px;
}
.nut4bl3 tbody > tr > td,
.nut4bl3 tbody > tr > th {
  padding: 3px 35px;
}
.nut4bl3 tbody > tr > td {
  padding: 8px 30px; line-height:22px;}
.nut4bl3 tbody > tr > th {
  text-transform: uppercase;
  font-weight: 400;
}
.nut4bl3 tbody > tr > td.left { padding-right:10px}
.nut4bl3 tbody > tr > td.offers { padding-left:10px}
.nut4bl3 .cpt0i {
  padding: 5px 30px 18px;
  caption-side: top;
  line-height: 1.25;
  width: 100%;
  color: var(--dgrey)
}
.page-product-main h1 {
  line-height: 1.2;
  margin-top: 20px;
  font-size: 20px;
  letter-spacing:normal; text-transform: none
}
table#price-list {
  font-weight: 400;
  line-height: 1 !important;
}
table#price-list thead {
  background-color: var(--black);
  border-bottom: none;
}
.dataTables_wrapper {
  float: left;
  width: 100%;
  height: auto;
}
table#price-list tbody td {
  font-size: 17px;
  line-height: 1.2;
}

table#price-list tbody tr.group td .product-name {
  text-transform: uppercase;
}
table#price-list tbody tr.group td {
  background-color: var(--sgbl);
  height: 20px;
  text-transform:normal;
  border: none;
  font-size: 17px;
  font-weight: 500;
}
table#price-list tbody td a .name {
  text-transform: uppercase;
  font-size: 18px;
}
table#price-list tbody td.offers {
  white-space: nowrap;
  vertical-align: middle;
  text-align:right;
}
table#price-list tbody td.offers .price {
  font-weight: 500;
  font-size: 17px;
}
table#price-list tbody td .product-price {
  font-size: 17px;
}
table#price-list tbody td {
  padding: 10px; padding-right:18px;
  border-left: 1px solid var(--gray100);
}
table#price-list tbody tr {
  border-bottom: 1px solid var(--gray100);
}
table#price-list tbody tr td:first-child {
  border-left: none;
  padding-left: 18px;
}
table#price-list tbody td.nowrap-right {
  text-align: right;
}
table#price-list thead tr th {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
table#price-list thead tr th:first-child {
  border-right: 1px solid var(--white);
}
._dgrid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(20, minmax(60%, 1fr));
  -ms-grid-columns: repeat(20, minmax(60%, 1fr));
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  scroll-behavior: smooth;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  transform: translateX(0px);
  scrollbar-color: var(--ncsy) transparent;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  margin: 0;
  padding-bottom: 15px;
}
.prgllr ._dgrid {
  padding-bottom: 35px;
}
.prgllr figure {
  overflow: visible;
}
.prgllr .figcaption {
  bottom: -25px;
  letter-spacing: 0.3px;
  background-color: var(--blacksnd);
  padding: 7px;
}
._dgrid.dvdhm {
  min-height: 195px;
}
._dgrid.lgallery {
  grid-template-columns: repeat(10, minmax(58%, 1fr));
  -ms-grid-columns: repeat(10, minmax(58%, 1fr));
  grid-row-gap: 1px;
  grid-column-gap: 1px;
}
._dgrid.lgallery .item {
  padding: 0 4px;
}
._dgrid-40 {
  grid-template-columns: repeat(20, minmax(40%, 1fr));
  -ms-grid-columns: repeat(20, minmax(40%, 1fr));
}
._dgrid-40 .article.item-promo-list .article-content h3 {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}
._dgrid.othlist .ecprd h3 {
  font-size: 17px;
}
._dgrid.othlist .ecprd {
  padding: 0 3px;
}
._dgrid.othlist .ecprd h3::after {
  font-size: 20px;
}
._dgrid.othlist a.uricrd {
  padding: 0 15px;
}
._dgrid.othlist .card-content {
  padding-bottom: 0;
}
._dgrid.othlist {
  grid-template-columns: repeat(20, minmax(70%, 1fr));
  -ms-grid-columns: repeat(20, minmax(70%, 1fr));
  grid-row-gap: 0;
  grid-column-gap: 0;
}
@media only screen and (min-width: 610px) {
  ._dgrid {
    grid-template-columns: repeat(20, minmax(30%, 1fr));
    -ms-grid-columns: repeat(20, minmax(30%, 1fr));
  }
  ._dgrid.othlist {
    grid-template-columns: repeat(20, minmax(33%, 1fr));
    -ms-grid-columns: repeat(20, minmax(33%, 1fr));
  }
  ._dgrid.lgallery {
    grid-template-columns: repeat(10, minmax(28%, 1fr));
    -ms-grid-columns: repeat(10, minmax(20%, 1fr));
  }
}
._dgrid .article.item-promo-list .article-content {
  padding: 0;
}
.ezxpned[aria-expanded="false"] p.srvce {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
}
.ezxpned[aria-expanded="true"] p.srvce {
  padding-bottom: 10px;
  -webkit-line-clamp: unset;
  display: block;
  height: auto;
}
.ezxpned[aria-expanded="true"] {
  height: auto !important;
}
@media (min-width: 767px) and (max-width: 800px) {
  .ecprd {
    width: 50%;
  }
}
.prcgdcl {
  margin: 15px 0;
}

.nubdytm * {
  text-align: left; color:var(--dgrey)
 
}
h1.article-page-title {
  font-size: 21px;
  line-height: 25px;
  max-height: 85px;
  -webkit-line-clamp: 3;
  padding-bottom: 5px;
}
.mtart {
  padding-bottom: 10px;
    margin-bottom: 10px;
}
.mtart .uLrw.mnbrr li {
  height: 25px;
  box-shadow: none !important;
  display: flex;
  align-items: center;
color:var(--dgrey);
  font-size: 15px;
  padding: 0;
}
.mtart .uLrw.mnbrr li:hover {
  background-color: var(--white);
}
.mtart .uLrw.mnbrr li + li:before {
  content: "•";
  margin-right: 3px;
  font-size: 22px;
  vertical-align: middle;
}
.nubdytm > b,
.nubdytm > strong {
  font-weight: 500;
}
.nubdytm h1,
.nubdytm h2,
.nubdytm h3,
.nubdytm h4,
.nubdytm h5,
.nubdytm h6 {
  margin-top: 0; font-size:17px; line-height:23px
}
.nubdytm section {
  float: left;
  width: 100%;
}
.nubdytm ol,
.nubdytm ul {
  display: block;
  list-style: disc;
  padding-left: 18px;
  width: 100%;
  margin: 0 0 10px;
  float: left;
}
.nubdytm li ol {
  margin-bottom: 0;
}
.nubdytm ol {
  list-style: decimal;
}
.nubdytm ol li,
.nubdytm ul li {
  display: list-item;
  margin: 0;
}
.page-product-main .page-section h2 {
  font-size: 19px; text-transform:none;
  margin-bottom: 10px;
}
.table.lbtb > tbody > tr > td {
  line-height: 22px;
}
.flhoz {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0 0 35px;
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  transform: translateX(0px);
}
.flhoz .itemListElement {
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  width: 65%;
  margin-right: 10px;
  padding: 0 !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flhoz .figcaption {
  background-color: var(--black);
}
.flhoz {
  scrollbar-color: var(--ghwhite) var(--bbcol);
}
@media screen and (min-width: 640px) {
  .flhoz .itemListElement {
    width: 30%;
  }
  .flhoz {
    scrollbar-width: thin;
  }
}
._dgrid::-webkit-scrollbar,
.flhoz::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
._dgrid::-webkit-scrollbar-track,
.flhoz::-webkit-scrollbar-track {
  background-color: transparent;
}
._dgrid::-webkit-scrollbar-thumb,
.flhoz::-webkit-scrollbar-thumb {
  background-color: var(--bbcol);
}
.lightbox-opened {
  z-index: 999;
  background-color: #333;
  background-color: rgba(#333, 0.9);
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 24px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}
.lightbox-opened:before {
  background-color: #333;
  background-color: rgba(#333, 0.9);
  color: #eee;
  content: "x";
  font-family: sans-serif;
  padding: 6px 12px;
  position: fixed;
  text-transform: uppercase;
}
.lightbox-opened img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 6px 3px #333;
} /*! lightgallery - v1.2.21 - 2016-06-28
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: lg;
  src: url(lg.eot?n1z373);
  src: url(lg.eot?#iefixn1z373) format("embedded-opentype"),
    url(lg.woff?n1z373) format("woff"), url(lg.ttf?n1z373) format("truetype"),
    url(lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #fff;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) 0 -60px no-repeat;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-toolbar.group:after,
.lg-toolbar.group:before {
  display: table;
  content: "";
  line-height: 0;
}
.lg-toolbar.group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(loading.gif) center center no-repeat;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.spinnerxxx {
  margin: 10px auto 0;
  width: 200px;
  text-align: center;
}
.spinnerxxx > div {
  width: 15px;
  border-radius: 2px;
  height: 15px;
  background-color: #d90000;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinnerxxx .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinnerxxx .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.otherprodListmn {
  display: block;
  width: 100%;
  float: left;
  min-height: 190px;
}
.listGalery .itemListElement {
  padding: 5px;
}
.get-more.mrxsbt {
  justify-content: flex-start;
}
.get-more.mrxsbt button {
  border: none;
  text-align: left;
  max-width: 250px;
  padding: 5px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  overflow: hidden;
}
.soff{ margin-top:15px; border-bottom:1px solid var(--bbcol)}
.soff span{ padding-left:10px}
.mrdc{ display:inline-block !important; width:auto !important; padding:0; margin:-10px 0 0 -5px}
.mrdc span{ height:40px; font-weight: 500; overflow:hidden; color:var(--red);}
.mrdc span svg{ transform: rotate(90deg);fill:var(--red)}
