/* */

:root {
  --base: 24;
  --base-font: 14;
  --gutter: 30;
}
.isInFullScreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: auto !important;
  z-index: 10000 !important;
}
.mightySlider {
  overflow: hidden;
  background-color: inherit;
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
  background-attachment: inherit;
  background-size: inherit;
  border-radius: inherit;
}
.mightySlider .mSFrame,
.mightySlider .mSFrame > * {
  overflow: hidden;
}
.mightySlider.vertical > .mSFrame {
  height: 100%;
}
.mightySlider.horizontal > .mSFrame > * {
  height: 100%;
}
.mSCover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.mSCover img {
  display: block;
  max-width: none;
}
.mSSlide {
  position: relative;
  overflow: hidden;
  float: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.ms_slide > a:first-child:last-child,
.mSCover + a:not([class]) {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.ms_scene {
  position: relative;
  width: 100%;
  height: 100%;
}
.fullscreen .ms_scene {
  margin: 0 !important;
}
.fire_slider_wrap_outer.fixed {
  margin: 0 auto;
}
.fire_slider_wrap_inner.fixed {
  position: relative;
}
.mightySlider.fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mightySlider.fixed .frame {
  height: 100%;
}
.fire_slider_container,
.fire_slider_wrap_outer,
.fire_slider_wrap_inner,
.mightySlider,
.mightySlider .frame {
  border-radius: inherit;
}
.fire_slider_container.fullwidth {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.fire_slider_wrap_outer.fullwidth {
  margin: 0 auto;
}
.fire_slider_wrap_inner.fullwidth {
  position: relative;
  height: auto !important;
}
.mightySlider.fullwidth {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
}
.mightySlider.fullwidth .frame {
  width: 100%;
  height: 100% !important;
}
.mightySlider.fullscreen,
.mightySlider.fullscreen .frame {
  height: 100% !important;
}
.mSCaption {
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mSCaption > h1,
.mSCaption > h2,
.mSCaption > h3,
.mSCaption > h4,
.mSCaption > .h1,
.mSCaption > .h2,
.mSCaption > .h3,
.mSCaption > .h4 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
  font-size: inherit !important;
  border-radius: inherit !important;
}
.mSCaption
  > h1:not(.tb_main_color):not(.tb_secondary_color):not(.tb_tertiary_color),
.mSCaption
  > h2:not(.tb_main_color):not(.tb_secondary_color):not(.tb_tertiary_color),
.mSCaption
  > h3:not(.tb_main_color):not(.tb_secondary_color):not(.tb_tertiary_color),
.mSCaption
  > h4:not(.tb_main_color):not(.tb_secondary_color):not(.tb_tertiary_color) {
  color: inherit !important;
}
.mSCaption > .tb_main_color_bg {
  border-radius: inherit !important;
}
.mSCaption img {
  display: block;
  min-width: 100%;
  height: auto;
}
.mSCaption iframe {
  max-width: 100%;
  max-height: 100%;
}
.mSCaption.tb_interactive > * {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mSCaption.tb_interactive[style*="top:"]:hover > * {
  margin-top: -10px;
}
.mSCaption.tb_interactive[style*="bottom:"]:hover > * {
  margin-bottom: 10px;
}
.mSCaption .btn[class*="btn-"] {
  height: auto;
  padding: 0.5em 1.2em;
  line-height: normal !important;
  font-size: 1.3em;
}
.mightySlider {
  position: relative;
  z-index: 1;
}
.mightySlider .slide_element {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mightySlider .slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mightySlider.horizontal .slide {
  float: left;
}
.mightySlider .mSButtons {
  position: absolute;
  z-index: 3;
  height: 100%;
  margin: auto;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mightySlider.mSMedia .mSButtons {
  display: none;
}
.mightySlider .mSButtons svg,
.mightySlider .mSButtons:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  margin-top: -40px;
  line-height: 80px;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mightySlider.horizontal .mSButtons svg {
  z-index: 2;
  width: 60%;
  left: 20%;
}
.mightySlider.horizontal .mSPrev svg {
  left: 22%;
}
.mightySlider.horizontal .mSButtons:after {
  opacity: 0.5;
}
.mightySlider.horizontal .mSNext {
  top: 0;
  bottom: 0;
  right: 0;
}
.mightySlider.horizontal .mSPrev {
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mightySlider .mSButtons {
  width: 50px;
  font-size: 30px;
}
.tb_nav_size_2 > .mightySlider .mSButtons {
  width: 40px;
  font-size: 26px;
}
.tb_nav_size_1 > .mightySlider .mSButtons {
  width: 30px;
  font-size: 18px;
}
.mightySlider.horizontal .mSButtons:after {
  height: 80px;
  margin-top: -40px;
  line-height: 80px;
}
.tb_nav_size_2 > .mightySlider.horizontal .mSButtons:after {
  height: 60px;
  margin-top: -30px;
  line-height: 60px;
}
.tb_nav_size_1 > .mightySlider.horizontal .mSButtons:after {
  height: 40px;
  margin-top: -20px;
  line-height: 40px;
}
@media (max-width: 480px) {
  .mightySlider .mSButtons {
    width: 30px !important;
    font-size: 18px !important;
  }
  .mightySlider.horizontal .mSButtons:after {
    height: 40px !important;
    margin-top: -20px !important;
    line-height: 40px !important;
  }
}
.mightySlider .mSButtons.disabled {
  display: none;
}
.mightySlider .mSIcon {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.mightySlider .mSVideo,
.mightySlider .mSFlash,
.mightySlider .mSIframe {
  width: 77px;
  height: 77px;

  background-color: #111;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  overflow: hidden;
  opacity: 0.85;
  border-radius: 3px;
  -webkit-transition: opacity 135ms linear;
  transition: opacity 135ms linear;
}
.mightySlider .mSIframe {
}
.mightySlider .mSVideo:hover,
.mightySlider .mSFlash:hover,
.mightySlider .mSIframe:hover {
  opacity: 1;
}
.mightySlider .mSClose {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  background: #000;
  -webkit-transition: all 135ms linear;
  transition: all 135ms linear;
}
.mightySlider .mSClose:before {
  content: "+";
  display: inline-block;
  font-size: 48px;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mightySlider:hover .mSClose {
  opacity: 1;
}
.mightySlider .mSThumbnails {
  -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
.mightySlider .mSThumbnails * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.mightySlider.horizontal.mSMedia .mSThumbnails,
.mightySlider.vertical.mSMedia .mSThumbnails {
  display: none;
}
.tb_thumbs ul,
.tb_thumbs ul > li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tb_thumbs ul > li {
  cursor: pointer;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}
.tb_thumbs img {
  max-width: 100%;
  max-height: 100%;
}
.tb_thumbs_horizontal.tb_thumbs_crop .tb_thumbs_wrap {
  position: relative;
}
.tb_thumbs_horizontal.tb_thumbs_crop .tb_thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tb_thumbs_horizontal .tb_thumbs > div,
.tb_thumbs_horizontal .tb_thumbs ul {
  height: 100%;
}
.tb_thumbs_horizontal .tb_thumbs .tb_grid_view {
  max-width: 100%;
  min-width: 100%;
}
.tb_thumbs_vertical .tb_thumbs,
.tb_thumbs_vertical .tb_thumbs > div,
.tb_thumbs_vertical .tb_thumbs .tb_grid_view {
  height: 100% !important;
}
.tb_thumbs_vertical .tb_thumbs ul {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tb_thumbs_vertical li {
  max-width: none !important;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tb_thumbs_vertical .tb_grid_view > li {
  overflow: hidden;
}
.tb_thumbs_vertical .tb_size_3 > li {
  -ms-flex: 0 1 33.3333%;
  -webkit-flex: 0 1 33.3333%;
  flex: 0 1 33.3333%;
  height: 33.3333%;
}
.tb_thumbs_vertical .tb_size_4 > li {
  -ms-flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
  flex: 0 1 25%;
  height: 25%;
}
.tb_thumbs_vertical .tb_size_5 > li {
  -ms-flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
  flex: 0 1 20%;
  height: 20%;
}
.tb_thumbs_vertical .tb_size_6 > li {
  -ms-flex: 0 1 16.6666%;
  -webkit-flex: 0 1 16.6666%;
  flex: 0 1 16.6666%;
  height: 16.6666%;
}
.tb_thumbs_vertical .tb_size_7 > li {
  -ms-flex: 0 1 14.2857%;
  -webkit-flex: 0 1 14.2857%;
  flex: 0 1 14.2857%;
  height: 14.2857%;
}
.tb_thumbs_vertical .tb_size_8 > li {
  -ms-flex: 0 1 12.5%;
  -webkit-flex: 0 1 12.5%;
  flex: 0 1 12.5%;
  height: 12.5%;
}
.has_slider.mSFrame.mSFrame > .tb_grid_view {
  display: block !important;
}
.has_slider.mSFrame.mSFrame > .tb_grid_view > li {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.tb_thumbs_horizontal .has_slider.mSFrame.mSFrame > .tb_grid_view {
  max-width: none;
}
.tb_thumbs_horizontal .has_slider.mSFrame.mSFrame > .tb_grid_view > li {
  height: 100%;
}
.tb_thumbs_vertical .has_slider.mSFrame.mSFrame > .tb_grid_view {
  height: auto !important;
}
.mSPages {
  position: absolute;
  z-index: 3;
  margin: auto;
  padding: 20px 0 0 0;
  list-style: none;
  bottom: 0;
  right: 50px;
  left: 50px;
  overflow: hidden;
  text-align: center;
  line-height: 0px;
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.mSPages li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
  vertical-align: top;
  text-indent: -1000em;
  border-radius: 50%;
  opacity: 0.2;
}
.mSPages li:hover,
.mSPages li.active {
  opacity: 0.4;
}
.mightySlider.mSMedia .mSPages {
  display: none;
}
@media (max-width: 480px) {
  .mSPages {
    display: none;
  }
}
.mightySlider.isTouch .mSClose {
  opacity: 1;
}
.mightySlider.isTouch .mSButtons {
  opacity: 1;
}
@font-face {
  font-family: "LineaForge";
  src: url("../fonts/linea.woff2") format("woff2"),
    url("../fonts/linea.woff") format("woff"),
    url("../fonts/linea.ttf") format("truetype"),
    url("./system/vendor/BurnEngine/themes/trendo_minimal/fonts/linea/linea.svg?qx3ua8#LineaForge")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.ico-linea,
[class*="ico-linea"]:before {
  font-family: "LineaForge" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
}
[class^="ico-linea-"],
[class*="ico-linea"] {
  display: inline-block;
  line-height: inherit;
  text-align: center;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-linea-basic-accelerator:before {
  content: "a";
}
.ico-linea-basic-alarm:before {
  content: "b";
}
.ico-linea-basic-anchor:before {
  content: "c";
}
.ico-linea-basic-anticlockwise:before {
  content: "d";
}
.ico-linea-basic-archive:before {
  content: "e";
}
.ico-linea-basic-archive-full:before {
  content: "f";
}
.ico-linea-basic-ban:before {
  content: "g";
}
.ico-linea-basic-battery-charge:before {
  content: "h";
}
.ico-linea-basic-battery-empty:before {
  content: "i";
}
.ico-linea-basic-battery-full:before {
  content: "j";
}
.ico-linea-basic-battery-half:before {
  content: "k";
}
.ico-linea-basic-bolt:before {
  content: "l";
}
.ico-linea-basic-book:before {
  content: "m";
}
.ico-linea-basic-book-pen:before {
  content: "n";
}
.ico-linea-basic-book-pencil:before {
  content: "o";
}
.ico-linea-basic-bookmark:before {
  content: "p";
}
.ico-linea-basic-calculator:before {
  content: "q";
}
.ico-linea-basic-calendar:before {
  content: "r";
}
.ico-linea-basic-cards-diamonds:before {
  content: "s";
}
.ico-linea-basic-cards-hearts:before {
  content: "t";
}
.ico-linea-basic-case:before {
  content: "u";
}
.ico-linea-basic-chronometer:before {
  content: "v";
}
.ico-linea-basic-clessidre:before {
  content: "w";
}
.ico-linea-basic-clock:before {
  content: "x";
}
.ico-linea-basic-clockwise:before {
  content: "y";
}
.ico-linea-basic-cloud:before {
  content: "z";
}
.ico-linea-basic-clubs:before {
  content: "A";
}
.ico-linea-basic-compass:before {
  content: "B";
}
.ico-linea-basic-cup:before {
  content: "C";
}
.ico-linea-basic-diamonds:before {
  content: "D";
}
.ico-linea-basic-display:before {
  content: "E";
}
.ico-linea-basic-download:before {
  content: "F";
}
.ico-linea-basic-exclamation:before {
  content: "G";
}
.ico-linea-basic-eye:before {
  content: "H";
}
.ico-linea-basic-eye-closed:before {
  content: "I";
}
.ico-linea-basic-female:before {
  content: "J";
}
.ico-linea-basic-flag1:before {
  content: "K";
}
.ico-linea-basic-flag2:before {
  content: "L";
}
.ico-linea-basic-floppydisk:before {
  content: "M";
}
.ico-linea-basic-folder:before {
  content: "N";
}
.ico-linea-basic-folder-multiple:before {
  content: "O";
}
.ico-linea-basic-gear:before {
  content: "P";
}
.ico-linea-basic-geolocalize-01:before {
  content: "Q";
}
.ico-linea-basic-geolocalize-05:before {
  content: "R";
}
.ico-linea-basic-globe:before {
  content: "S";
}
.ico-linea-basic-gunsight:before {
  content: "T";
}
.ico-linea-basic-hammer:before {
  content: "U";
}
.ico-linea-basic-headset:before {
  content: "V";
}
.ico-linea-basic-heart:before {
  content: "W";
}
.ico-linea-basic-heart-broken:before {
  content: "X";
}
.ico-linea-basic-helm:before {
  content: "Y";
}
.ico-linea-basic-home:before {
  content: "Z";
}
.ico-linea-basic-info:before {
  content: "0";
}
.ico-linea-basic-ipod:before {
  content: "1";
}
.ico-linea-basic-joypad:before {
  content: "2";
}
.ico-linea-basic-key:before {
  content: "3";
}
.ico-linea-basic-keyboard:before {
  content: "4";
}
.ico-linea-basic-laptop:before {
  content: "5";
}
.ico-linea-basic-life-buoy:before {
  content: "6";
}
.ico-linea-basic-lightbulb:before {
  content: "7";
}
.ico-linea-basic-link:before {
  content: "8";
}
.ico-linea-basic-lock:before {
  content: "9";
}
.ico-linea-basic-lock-open:before {
  content: "!";
}
.ico-linea-basic-magic-mouse:before {
  content: '"';
}
.ico-linea-basic-magnifier:before {
  content: "#";
}
.ico-linea-basic-magnifier-minus:before {
  content: "$";
}
.ico-linea-basic-magnifier-plus:before {
  content: "%";
}
.ico-linea-basic-mail:before {
  content: "&";
}
.ico-linea-basic-mail-multiple:before {
  content: "'";
}
.ico-linea-basic-mail-open:before {
  content: "(";
}
.ico-linea-basic-mail-open-text:before {
  content: ")";
}
.ico-linea-basic-male:before {
  content: "*";
}
.ico-linea-basic-map:before {
  content: "+";
}
.ico-linea-basic-message:before {
  content: ",";
}
.ico-linea-basic-message-multiple:before {
  content: "-";
}
.ico-linea-basic-message-txt:before {
  content: ".";
}
.ico-linea-basic-mixer2:before {
  content: "/";
}
.ico-linea-basic-mouse:before {
  content: ":";
}
.ico-linea-basic-notebook:before {
  content: ";";
}
.ico-linea-basic-notebook-pen:before {
  content: "<";
}
.ico-linea-basic-notebook-pencil:before {
  content: "=";
}
.ico-linea-basic-paperplane:before {
  content: ">";
}
.ico-linea-basic-pencil-ruler:before {
  content: "?";
}
.ico-linea-basic-pencil-ruler-pen:before {
  content: "@";
}
.ico-linea-basic-photo:before {
  content: "[";
}
.ico-linea-basic-picture:before {
  content: "]";
}
.ico-linea-basic-picture-multiple:before {
  content: "^";
}
.ico-linea-basic-pin1:before {
  content: "_";
}
.ico-linea-basic-pin2:before {
  content: "`";
}
.ico-linea-basic-postcard:before {
  content: "{";
}
.ico-linea-basic-postcard-multiple:before {
  content: "|";
}
.ico-linea-basic-printer:before {
  content: "}";
}
.ico-linea-basic-question:before {
  content: "~";
}
.ico-linea-basic-rss:before {
  content: "\\";
}
.ico-linea-basic-server:before {
  content: "\e000";
}
.ico-linea-basic-server2:before {
  content: "\e001";
}
.ico-linea-basic-server-cloud:before {
  content: "\e002";
}
.ico-linea-basic-server-download:before {
  content: "\e003";
}
.ico-linea-basic-server-upload:before {
  content: "\e004";
}
.ico-linea-basic-settings:before {
  content: "\e005";
}
.ico-linea-basic-share:before {
  content: "\e006";
}
.ico-linea-basic-sheet:before {
  content: "\e007";
}
.ico-linea-basic-sheet-multiple:before {
  content: "\e008";
}
.ico-linea-basic-sheet-pen:before {
  content: "\e009";
}
.ico-linea-basic-sheet-pencil:before {
  content: "\e00a";
}
.ico-linea-basic-sheet-txt:before {
  content: "\e00b";
}
.ico-linea-basic-signs:before {
  content: "\e00c";
}
.ico-linea-basic-smartphone:before {
  content: "\e00d";
}
.ico-linea-basic-spades:before {
  content: "\e00e";
}
.ico-linea-basic-spread:before {
  content: "\e00f";
}
.ico-linea-basic-spread-bookmark:before {
  content: "\e010";
}
.ico-linea-basic-spread-text:before {
  content: "\e011";
}
.ico-linea-basic-spread-text-bookmark:before {
  content: "\e012";
}
.ico-linea-basic-star:before {
  content: "\e013";
}
.ico-linea-basic-tablet:before {
  content: "\e014";
}
.ico-linea-basic-target:before {
  content: "\e015";
}
.ico-linea-basic-todo:before {
  content: "\e016";
}
.ico-linea-basic-todo-pen:before {
  content: "\e017";
}
.ico-linea-basic-todo-pencil:before {
  content: "\e018";
}
.ico-linea-basic-todo-txt:before {
  content: "\e019";
}
.ico-linea-basic-todolist-pen:before {
  content: "\e01a";
}
.ico-linea-basic-todolist-pencil:before {
  content: "\e01b";
}
.ico-linea-basic-trashcan:before {
  content: "\e01c";
}
.ico-linea-basic-trashcan-full:before {
  content: "\e01d";
}
.ico-linea-basic-trashcan-refresh:before {
  content: "\e01e";
}
.ico-linea-basic-trashcan-remove:before {
  content: "\e01f";
}
.ico-linea-basic-upload:before {
  content: "\e020";
}
.ico-linea-basic-usb:before {
  content: "\e021";
}
.ico-linea-basic-video:before {
  content: "\e022";
}
.ico-linea-basic-watch:before {
  content: "\e023";
}
.ico-linea-basic-webpage:before {
  content: "\e024";
}
.ico-linea-basic-webpage-img-txt:before {
  content: "\e025";
}
.ico-linea-basic-webpage-multiple:before {
  content: "\e026";
}
.ico-linea-basic-webpage-txt:before {
  content: "\e027";
}
.ico-linea-basic-world:before {
  content: "\e028";
}
.ico-linea-ecommerce-bag:before {
  content: "\e029";
}
.ico-linea-ecommerce-bag-check:before {
  content: "\e02a";
}
.ico-linea-ecommerce-bag-cloud:before {
  content: "\e02b";
}
.ico-linea-ecommerce-bag-download:before {
  content: "\e02c";
}
.ico-linea-ecommerce-bag-minus:before {
  content: "\e02d";
}
.ico-linea-ecommerce-bag-plus:before {
  content: "\e02e";
}
.ico-linea-ecommerce-bag-refresh:before {
  content: "\e02f";
}
.ico-linea-ecommerce-bag-remove:before {
  content: "\e030";
}
.ico-linea-ecommerce-bag-search:before {
  content: "\e031";
}
.ico-linea-ecommerce-bag-upload:before {
  content: "\e032";
}
.ico-linea-ecommerce-banknote:before {
  content: "\e033";
}
.ico-linea-ecommerce-banknotes:before {
  content: "\e034";
}
.ico-linea-ecommerce-basket:before {
  content: "\e035";
}
.ico-linea-ecommerce-basket-check:before {
  content: "\e036";
}
.ico-linea-ecommerce-basket-cloud:before {
  content: "\e037";
}
.ico-linea-ecommerce-basket-download:before {
  content: "\e038";
}
.ico-linea-ecommerce-basket-minus:before {
  content: "\e039";
}
.ico-linea-ecommerce-basket-plus:before {
  content: "\e03a";
}
.ico-linea-ecommerce-basket-refresh:before {
  content: "\e03b";
}
.ico-linea-ecommerce-basket-remove:before {
  content: "\e03c";
}
.ico-linea-ecommerce-basket-search:before {
  content: "\e03d";
}
.ico-linea-ecommerce-basket-upload:before {
  content: "\e03e";
}
.ico-linea-ecommerce-bath:before {
  content: "\e03f";
}
.ico-linea-ecommerce-cart:before {
  content: "\e040";
}
.ico-linea-ecommerce-cart-check:before {
  content: "\e041";
}
.ico-linea-ecommerce-cart-cloud:before {
  content: "\e042";
}
.ico-linea-ecommerce-cart-content:before {
  content: "\e043";
}
.ico-linea-ecommerce-cart-download:before {
  content: "\e044";
}
.ico-linea-ecommerce-cart-minus:before {
  content: "\e045";
}
.ico-linea-ecommerce-cart-plus:before {
  content: "\e046";
}
.ico-linea-ecommerce-cart-refresh:before {
  content: "\e047";
}
.ico-linea-ecommerce-cart-remove:before {
  content: "\e048";
}
.ico-linea-ecommerce-cart-search:before {
  content: "\e049";
}
.ico-linea-ecommerce-cart-upload:before {
  content: "\e04a";
}
.ico-linea-ecommerce-cent:before {
  content: "\e04b";
}
.ico-linea-ecommerce-colon:before {
  content: "\e04c";
}
.ico-linea-ecommerce-creditcard:before {
  content: "\e04d";
}
.ico-linea-ecommerce-diamond:before {
  content: "\e04e";
}
.ico-linea-ecommerce-dollar:before {
  content: "\e04f";
}
.ico-linea-ecommerce-euro:before {
  content: "\e050";
}
.ico-linea-ecommerce-franc:before {
  content: "\e051";
}
.ico-linea-ecommerce-gift:before {
  content: "\e052";
}
.ico-linea-ecommerce-graph1:before {
  content: "\e053";
}
.ico-linea-ecommerce-graph2:before {
  content: "\e054";
}
.ico-linea-ecommerce-graph3:before {
  content: "\e055";
}
.ico-linea-ecommerce-graph-decrease:before {
  content: "\e056";
}
.ico-linea-ecommerce-graph-increase:before {
  content: "\e057";
}
.ico-linea-ecommerce-guarani:before {
  content: "\e058";
}
.ico-linea-ecommerce-kips:before {
  content: "\e059";
}
.ico-linea-ecommerce-lira:before {
  content: "\e05a";
}
.ico-linea-ecommerce-megaphone:before {
  content: "\e05b";
}
.ico-linea-ecommerce-money:before {
  content: "\e05c";
}
.ico-linea-ecommerce-naira:before {
  content: "\e05d";
}
.ico-linea-ecommerce-pesos:before {
  content: "\e05e";
}
.ico-linea-ecommerce-pound:before {
  content: "\e05f";
}
.ico-linea-ecommerce-receipt:before {
  content: "\e060";
}
.ico-linea-ecommerce-receipt-bath:before {
  content: "\e061";
}
.ico-linea-ecommerce-receipt-cent:before {
  content: "\e062";
}
.ico-linea-ecommerce-receipt-dollar:before {
  content: "\e063";
}
.ico-linea-ecommerce-receipt-euro:before {
  content: "\e064";
}
.ico-linea-ecommerce-receipt-franc:before {
  content: "\e065";
}
.ico-linea-ecommerce-receipt-guarani:before {
  content: "\e066";
}
.ico-linea-ecommerce-receipt-kips:before {
  content: "\e067";
}
.ico-linea-ecommerce-receipt-lira:before {
  content: "\e068";
}
.ico-linea-ecommerce-receipt-naira:before {
  content: "\e069";
}
.ico-linea-ecommerce-receipt-pesos:before {
  content: "\e06a";
}
.ico-linea-ecommerce-receipt-pound:before {
  content: "\e06b";
}
.ico-linea-ecommerce-receipt-rublo:before {
  content: "\e06c";
}
.ico-linea-ecommerce-receipt-rupee:before {
  content: "\e06d";
}
.ico-linea-ecommerce-receipt-tugrik:before {
  content: "\e06e";
}
.ico-linea-ecommerce-receipt-won:before {
  content: "\e06f";
}
.ico-linea-ecommerce-receipt-yen:before {
  content: "\e070";
}
.ico-linea-ecommerce-receipt-yen2:before {
  content: "\e071";
}
.ico-linea-ecommerce-recept-colon:before {
  content: "\e072";
}
.ico-linea-ecommerce-rublo:before {
  content: "\e073";
}
.ico-linea-ecommerce-rupee:before {
  content: "\e074";
}
.ico-linea-ecommerce-safe:before {
  content: "\e075";
}
.ico-linea-ecommerce-sale:before {
  content: "\e076";
}
.ico-linea-ecommerce-sales:before {
  content: "\e077";
}
.ico-linea-ecommerce-ticket:before {
  content: "\e078";
}
.ico-linea-ecommerce-tugriks:before {
  content: "\e079";
}
.ico-linea-ecommerce-wallet:before {
  content: "\e07a";
}
.ico-linea-ecommerce-won:before {
  content: "\e07b";
}
.ico-linea-ecommerce-yen:before {
  content: "\e07c";
}
.ico-linea-ecommerce-yen2:before {
  content: "\e07d";
}
.ico-linea-music-beginning-button:before {
  content: "\e029";
}
.ico-linea-music-bell:before {
  content: "\e02a";
}
.ico-linea-music-cd:before {
  content: "\e02b";
}
.ico-linea-music-diapason:before {
  content: "\e02c";
}
.ico-linea-music-eject-button:before {
  content: "\e02d";
}
.ico-linea-music-end-button:before {
  content: "\e02e";
}
.ico-linea-music-fastforward-button:before {
  content: "\e02f";
}
.ico-linea-music-headphones:before {
  content: "\e030";
}
.ico-linea-music-ipod:before {
  content: "\e031";
}
.ico-linea-music-loudspeaker:before {
  content: "\e032";
}
.ico-linea-music-microphone:before {
  content: "\e033";
}
.ico-linea-music-microphone-old:before {
  content: "\e034";
}
.ico-linea-music-mixer:before {
  content: "\e035";
}
.ico-linea-music-mute:before {
  content: "\e036";
}
.ico-linea-music-note-multiple:before {
  content: "\e037";
}
.ico-linea-music-note-single:before {
  content: "\e038";
}
.ico-linea-music-pause-button:before {
  content: "\e039";
}
.ico-linea-music-play-button:before {
  content: "\e03a";
}
.ico-linea-music-playlist:before {
  content: "\e03b";
}
.ico-linea-music-radio-ghettoblaster:before {
  content: "\e03c";
}
.ico-linea-music-radio-portable:before {
  content: "\e03d";
}
.ico-linea-music-record:before {
  content: "\e03e";
}
.ico-linea-music-recordplayer:before {
  content: "\e03f";
}
.ico-linea-music-repeat-button:before {
  content: "\e040";
}
.ico-linea-music-rewind-button:before {
  content: "\e041";
}
.ico-linea-music-shuffle-button:before {
  content: "\e042";
}
.ico-linea-music-stop-button:before {
  content: "\e043";
}
.ico-linea-music-tape:before {
  content: "\e044";
}
.ico-linea-music-volume-down:before {
  content: "\e045";
}
.ico-linea-music-volume-up:before {
  content: "\e046";
}
.ico-linea-ecommerce-bag:before {
  content: "\e047";
}
.ico-linea-ecommerce-bag-check:before {
  content: "\e048";
}
.ico-linea-ecommerce-bag-cloud:before {
  content: "\e049";
}
.ico-linea-ecommerce-bag-download:before {
  content: "\e04a";
}
.ico-linea-ecommerce-bag-minus:before {
  content: "\e04b";
}
.ico-linea-ecommerce-bag-plus:before {
  content: "\e04c";
}
.ico-linea-ecommerce-bag-refresh:before {
  content: "\e04d";
}
.ico-linea-ecommerce-bag-remove:before {
  content: "\e04e";
}
.ico-linea-ecommerce-bag-search:before {
  content: "\e04f";
}
.ico-linea-ecommerce-bag-upload:before {
  content: "\e050";
}
.ico-linea-ecommerce-banknote:before {
  content: "\e051";
}
.ico-linea-ecommerce-banknotes:before {
  content: "\e052";
}
.ico-linea-ecommerce-basket:before {
  content: "\e053";
}
.ico-linea-ecommerce-basket-check:before {
  content: "\e054";
}
.ico-linea-ecommerce-basket-cloud:before {
  content: "\e055";
}
.ico-linea-ecommerce-basket-download:before {
  content: "\e056";
}
.ico-linea-ecommerce-basket-minus:before {
  content: "\e057";
}
.ico-linea-ecommerce-basket-plus:before {
  content: "\e058";
}
.ico-linea-ecommerce-basket-refresh:before {
  content: "\e059";
}
.ico-linea-ecommerce-basket-remove:before {
  content: "\e05a";
}
.ico-linea-ecommerce-basket-search:before {
  content: "\e05b";
}
.ico-linea-ecommerce-basket-upload:before {
  content: "\e05c";
}
.ico-linea-ecommerce-bath:before {
  content: "\e05d";
}
.ico-linea-ecommerce-cart:before {
  content: "\e05e";
}
.ico-linea-ecommerce-cart-check:before {
  content: "\e05f";
}
.ico-linea-ecommerce-cart-cloud:before {
  content: "\e060";
}
.ico-linea-ecommerce-cart-content:before {
  content: "\e061";
}
.ico-linea-ecommerce-cart-download:before {
  content: "\e062";
}
.ico-linea-ecommerce-cart-minus:before {
  content: "\e063";
}
.ico-linea-ecommerce-cart-plus:before {
  content: "\e064";
}
.ico-linea-ecommerce-cart-refresh:before {
  content: "\e065";
}
.ico-linea-ecommerce-cart-remove:before {
  content: "\e066";
}
.ico-linea-ecommerce-cart-search:before {
  content: "\e067";
}
.ico-linea-ecommerce-cart-upload:before {
  content: "\e068";
}
.ico-linea-ecommerce-cent:before {
  content: "\e069";
}
.ico-linea-ecommerce-colon:before {
  content: "\e06a";
}
.ico-linea-ecommerce-creditcard:before {
  content: "\e06b";
}
.ico-linea-ecommerce-diamond:before {
  content: "\e06c";
}
.ico-linea-ecommerce-dollar:before {
  content: "\e06d";
}
.ico-linea-ecommerce-euro:before {
  content: "\e06e";
}
.ico-linea-ecommerce-franc:before {
  content: "\e06f";
}
.ico-linea-ecommerce-gift:before {
  content: "\e070";
}
.ico-linea-ecommerce-graph1:before {
  content: "\e071";
}
.ico-linea-ecommerce-graph2:before {
  content: "\e072";
}
.ico-linea-ecommerce-graph3:before {
  content: "\e073";
}
.ico-linea-ecommerce-graph-decrease:before {
  content: "\e074";
}
.ico-linea-ecommerce-graph-increase:before {
  content: "\e075";
}
.ico-linea-ecommerce-guarani:before {
  content: "\e076";
}
.ico-linea-ecommerce-kips:before {
  content: "\e077";
}
.ico-linea-ecommerce-lira:before {
  content: "\e078";
}
.ico-linea-ecommerce-megaphone:before {
  content: "\e079";
}
.ico-linea-ecommerce-money:before {
  content: "\e07a";
}
.ico-linea-ecommerce-naira:before {
  content: "\e07b";
}
.ico-linea-ecommerce-pesos:before {
  content: "\e07c";
}
.ico-linea-ecommerce-pound:before {
  content: "\e07d";
}
.ico-linea-ecommerce-receipt:before {
  content: "\e07e";
}
.ico-linea-ecommerce-receipt-bath:before {
  content: "\e07f";
}
.ico-linea-ecommerce-receipt-cent:before {
  content: "\e080";
}
.ico-linea-ecommerce-receipt-dollar:before {
  content: "\e081";
}
.ico-linea-ecommerce-receipt-euro:before {
  content: "\e082";
}
.ico-linea-ecommerce-receipt-franc:before {
  content: "\e083";
}
.ico-linea-ecommerce-receipt-guarani:before {
  content: "\e084";
}
.ico-linea-ecommerce-receipt-kips:before {
  content: "\e085";
}
.ico-linea-ecommerce-receipt-lira:before {
  content: "\e086";
}
.ico-linea-ecommerce-receipt-naira:before {
  content: "\e087";
}
.ico-linea-ecommerce-receipt-pesos:before {
  content: "\e088";
}
.ico-linea-ecommerce-receipt-pound:before {
  content: "\e089";
}
.ico-linea-ecommerce-receipt-rublo:before {
  content: "\e08a";
}
.ico-linea-ecommerce-receipt-rupee:before {
  content: "\e08b";
}
.ico-linea-ecommerce-receipt-tugrik:before {
  content: "\e08c";
}
.ico-linea-ecommerce-receipt-won:before {
  content: "\e08d";
}
.ico-linea-ecommerce-receipt-yen:before {
  content: "\e08e";
}
.ico-linea-ecommerce-receipt-yen2:before {
  content: "\e08f";
}
.ico-linea-ecommerce-recept-colon:before {
  content: "\e090";
}
.ico-linea-ecommerce-rublo:before {
  content: "\e091";
}
.ico-linea-ecommerce-rupee:before {
  content: "\e092";
}
.ico-linea-ecommerce-safe:before {
  content: "\e093";
}
.ico-linea-ecommerce-sale:before {
  content: "\e094";
}
.ico-linea-ecommerce-sales:before {
  content: "\e095";
}
.ico-linea-ecommerce-ticket:before {
  content: "\e096";
}
.ico-linea-ecommerce-tugriks:before {
  content: "\e097";
}
.ico-linea-ecommerce-wallet:before {
  content: "\e098";
}
.ico-linea-ecommerce-won:before {
  content: "\e099";
}
.ico-linea-ecommerce-yen:before {
  content: "\e09a";
}
.ico-linea-ecommerce-yen2:before {
  content: "\e09b";
}
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

*,
body,
button,
input,
textarea,
select,
table,
td,
th {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
}
@media (min-width: 1261px) {
  html[dir="ltr"] {
    width: 100vw;
  }
}
@media (max-width: 1360px) {
  html {
    overflow-x: hidden;
  }
}
body:before {
  content: "";
  display: table !important;
}
img,
svg {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
svg {
  max-height: 100%;
  fill: currentColor;
}
body > svg {
  display: none;
}
a,
img,
a img,
iframe {
  border: 0;
  text-decoration: none;
}
a:active {
  background: transparent;
}
a:not([href]) {
  cursor: default;
}
a:before,
a:after {
  outline: 0 none !important;
}
ul {
  list-style: none;
}
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="file"],
input[type="file"]:hover,
input[type="file"]:focus {
  background-color: transparent;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button,
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="search"],
input[type="number"],
input[type="submit"],
input[type="reset"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
::-moz-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
:-ms-input-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
.disabled,
[disabled],
[readonly],
.disabled *,
[disabled] *,
[readonly] * {
  cursor: not-allowed;
}
.tb_tabs .ui-icon,
.tb_accordion .ui-icon {
  position: static;
  display: inline;
  width: auto;
  height: auto;
  text-indent: 0;
}
* {
  box-sizing: border-box;
}
iframe[src*="youtube"],
iframe[src*="vimeo"] {
  max-width: 100%;
}
@media (max-width: 480px) {
  iframe[src*="youtube"],
  iframe[src*="vimeo"] {
    height: auto;
  }
}
* {
  text-rendering: optimizeLegibility;
}
body {
  font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
h1,
h2,
h3,
.h1,
.h2,
.h3,
h4,
h5,
h6,
.h4,
.h5,
.h6,
legend,
.panel-heading,
.box-heading {
  font-weight: normal;
  font-style: normal;
}
h1,
.h1 {
  margin-bottom: 16px;
  font-size: 26px;
}
h2,
.h2,
legend,
.panel-heading,
.box-heading {
  font-size: 16px;
}
h2,
.h2,
legend {
  margin-bottom: 24px;
  font-size: 16px;
}
h3,
.h3 {
  margin-bottom: 12px;
  font-size: 15px;
}
h4,
.h4 {
  margin-bottom: 12px;
  font-size: 14px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
sup,
sub {
  line-height: 0;
  font-size: 75%;
}
hr {
  height: 0;
  border: none;
  border-bottom: 1px solid;
  opacity: 0.2;
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
.tb_disabled {
  position: relative;
}
.tb_disabled:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
}
small {
  font-size: 75%;
}
blockquote,
p,
ul,
ol,
dl,
address,
blockquote,
table,
hr {
  margin-bottom: 24px;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
blockquote:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
address:last-child,
blockquote:last-child,
table:last-child,
hr:last-child {
  margin-bottom: 0;
}
table img {
  display: block;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
p img,
a img {
  display: inline-block;
  vertical-align: top;
}
*::-moz-selection,
*::-webkit-selection,
::selection {
  color: #fff;
}
figure.image,
figure.image img:not(:last-child) {
  margin-bottom: 24px;
}
figure.image figcaption {
  text-align: center;
  font-style: italic;
}
p img.left,
p img.pull-left,
p .image-holder.pull-left,
figure.image.pull-left {
  float: left;
  margin: 0 24px 24px 0;
}
img.center-block,
.center-block img,
figure .image-holder,
.center-block .image-holder,
figure img {
  display: block;
  margin: 0 auto 24px auto;
}
p.center-block:last-child img,
figure.center-block:last-child img {
  margin-bottom: 0;
}
p img.right,
p img.pull-right,
p .image-holder.pull-right,
figure.image.pull-right {
  float: right;
  margin: 0 0 24px 24px;
}
.pull-left img.pull-left,
.pull-right img.pull-right,
p > img.left:last-child:not([style*="margin-bottom"]),
p > img.pull-right:last-child:not([style*="margin-bottom"]),
p:last-child > img.center-block,
p.center-block:last-child > img,
p.center-block:last-child > .image-holder {
  margin-bottom: 0 !important;
}
.tb_text_wrap
  p:not([class])
  .image-holder:not(.pull-left):not(.pull-right):not(.center-block) {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: top;
}
p:empty,
ul:empty {
  display: none;
}
a {
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
i.fa,
i[class*="fa-"] {
  vertical-align: initial;
}
i.fa,
i.fa:before,
[class*="fa-"],
[class*="fa-"]:before {
  line-height: inherit;
}
.btn i.fa {
  vertical-align: top;
}
.dropdown > .caret {
  display: none;
}
.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
span.required {
  font-weight: bold;
  color: red;
}
.tb_small {
  font-size: 10px;
}
a img.inline {
  vertical-align: middle;
}
.overflow_text {
  overflow: auto;
  overflow-x: hidden;
}
.tb_sep,
.pagination,
table,
.table,
span.clear.border:not([class*="tb_mb_"]) {
  margin-bottom: 36px;
}
.border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.border-dashed {
  border-bottom-style: dashed;
}
.border-dotted {
  border-bottom-style: dotted;
}
.border-double {
  border-bottom-width: 3px;
  border-bottom-style: double;
}
br.clear,
span.clear {
  visibility: visible;
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
}
p.tb_empty {
  text-align: center;
  margin-bottom: 36px;
  padding: 48px 0;
  font-size: 17.5px;
}
.help {
  font-size: 11.9px;
  opacity: 0.6;
}
pre {
  word-wrap: break-word;
}
pre code {
  white-space: pre-wrap;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.blockquote-reverse,
blockquote.pull-right {
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.dl-horizontal dt {
  clear: left;
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
.dl-horizontal dd {
  overflow: hidden;
}
.tb_list_1,
.list-group {
  list-style: none !important;
}
.tb_list_1 > li:not(.tb_nobullet):not(.tb_link) {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tb_list_1 > li > a {
  word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.tb_list_1 > li.tb_link > a,
.list-group > a {
  position: relative;
  display: table;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tb_list_1 > li:not(.tb_nobullet):not(.tb_link):before,
.tb_list_1 > li.tb_link > a:before,
.list-group > a:before {
  content: "\f105";
  width: 16px;
  font-size: 12px;
  font-family: FontAwesome;
}
.tb_list_1 > li:not(.tb_nobullet):not(.tb_link):before {
  display: table-cell;
  vertical-align: top;
}
.tb_list_1 > li.tb_link > a:before,
.list-group > a:before {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tb_list_1:not(dropdown-menu) > li > .dropdown-menu.tb_ip_sm {
  margin-top: -18px;
}
.tb_icon_10,
.tb_icon_16,
.tb_icon_24,
.tb_icon_32,
.btn.tb_icon_10,
.btn.tb_icon_16,
.btn.tb_icon_24,
.btn.tb_icon_32 {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: top;
}
[class].tb_icon_10:before,
[class].tb_icon_16:before,
[class].tb_icon_24:before,
[class].tb_icon_32:before {
  margin-right: 0.5em !important;
}
.tb_icon_10:before {
  width: 11px;
  font-size: 10px;
}
.tb_icon_16:before {
  width: 17px;
  font-size: 16px;
}
.tb_icon_24:before {
  width: 25px;
  font-size: 24px;
}
.tb_icon_32:before {
  width: 32px;
  font-size: 32px;
}
.tb_icon {
  display: inline-block;
  margin-right: 0.5em;
  text-align: center;
  letter-spacing: 0;
  word-spacing: 0;
  vertical-align: top;
}
[class*="tb_icon_"]:before {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.btn svg {
  width: 1.4em;
}
.fa.fa-times:before,
.fa.fa-times-circle:before {
  content: "\2716";
  content: "\274c";
  content: "\2715";
  content: "\00D7";
  font-family: FontAwesome, Tahoma, Arial, sans-serif;
  font-size: 0.99em;
  font-size: 1.35em;
}
.btn .fa-times:before,
.btn .fa-times-circle:before {
  font-size: 22px;
  letter-spacing: 0;
  word-spacing: 0;
}
.btn-xs .fa-times:before,
.btn-xs .fa-times-circle:before {
  font-size: 17px;
}
.btn-sm .fa-times:before,
.btn-sm .fa-times-circle:before {
  font-size: 20px;
}
.btn-lg .fa-times:before,
.btn-lg .fa-times-circle:before {
  font-size: 29px;
}
.tb_no_text > i.fa,
.tb_no_text[class*="fa-"]:before,
.tb_no_text > [class*="fa-"]:before,
.tb_no_text[class*="ico-"]:before,
.tb_no_text > [class*="ico-"]:before,
.tb_no_text > .tb_icon,
.tb_no_text > .tb_text > i.fa,
.tb_no_text > .tb_text > [class*="fa-"]:before,
.tb_no_text > .tb_text > .tb_icon {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
th.left,
td.left {
  text-align: left;
}
th.right,
td.right {
  text-align: right;
}
th.center,
td.center {
  text-align: left;
}
.container,
.container-fluid {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row-wrap:before {
  content: "";
  display: table;
}
.container:after,
.container-fluid:after {
  clear: both;
}
#leahjjoocokd.container-fluid {
  overflow-x: hidden;
}
.row,
.col,
.row > div {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  pointer-events: none;
}
.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  margin-top: -30px;
  margin-left: -30px;
  margin-top: calc(var(--gutter) * -1px);
  margin-left: calc(var(--gutter) * -1px);
}
.row:after {
  content: "";
  display: table;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  clear: both;
}
.row + .row {
  margin-top: 0;
}
html[dir="rtl"] .tb_no_rtl_columns {
  direction: ltr;
}
html[dir="rtl"] .tb_no_rtl_columns > .col {
  direction: rtl;
}
.col,
.row > div {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  float: left;
  max-width: calc(100% - 30px);
  max-width: calc(100% - var(--gutter) * 1px);
  margin-left: 30px;
  margin-top: 30px;
  margin-left: calc(var(--gutter) * 1px);
  margin-top: calc(var(--gutter) * 1px);
}
.row.row-reverse,
.row-reverse > .row {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row.row-reverse > .col,
.row-reverse > .row > .col {
  float: right;
}
[class*="col-"] > * {
  pointer-events: auto;
}
.container,
.tb_width_fixed,
#leahjjoocokd:not(.container) > .tb_content_fixed > .row-wrap {
  max-width: 1300px;
}
@media (min-width: 1380px) {
  .tb_content_fixed > .row {
    max-width: 1360px;
    max-width: calc(1300px + var(--gutter) * 2px);
  }
}
@media (max-width: 1380px) {
  #leahjjoocokd.container {
    margin-left: 30px;
    margin-right: 30px;
    margin-left: calc(var(--gutter) * 1px);
    margin-right: calc(var(--gutter) * 1px);
  }
}
#leahjjoocokd:not(.container) > .container,
#leahjjoocokd:not(.container) > .tb_width_fixed,
#leahjjoocokd:not(.container)
  > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed)
  .tb_width_fixed {
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1381px) {
  #leahjjoocokd:not(.container) > .tb_content_fixed:not([class*="tb_pl_"]) > div,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed):not(
      [class*="tb_pl_"]
    )
    .tb_content_fixed:not([class*="tb_pl_"])
    > .row {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1311px) {
  #leahjjoocokd:not(.container) > .tb_content_fixed.tb_pl_5 > div,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_5
    .tb_content_fixed
    > .row,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed)
    .tb_content_fixed.tb_pl_5
    > .row {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1321px) {
  #leahjjoocokd:not(.container) > .tb_content_fixed.tb_pl_10 > div,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_10
    .tb_content_fixed
    > .row,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed)
    .tb_content_fixed.tb_pl_10
    > .row {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1331px) {
  #leahjjoocokd:not(.container) > .tb_content_fixed.tb_pl_15 > div,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_15
    .tb_content_fixed
    > .row,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed)
    .tb_content_fixed.tb_pl_15
    > .row {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1341px) {
  #leahjjoocokd:not(.container) > .tb_content_fixed.tb_pl_20 > div,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_20
    .tb_content_fixed
    > .row,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed)
    .tb_content_fixed.tb_pl_20
    > .row {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1351px) {
  #leahjjoocokd:not(.container) > .tb_content_fixed.tb_pl_25 > div,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_25
    .tb_content_fixed
    > .row,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed)
    .tb_content_fixed.tb_pl_25
    > .row {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1361px) {
  #leahjjoocokd:not(.container) > .tb_content_fixed.tb_pl_30 > div,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_30
    .tb_content_fixed
    > .row,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed)
    .tb_content_fixed.tb_pl_30
    > .row {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1371px) {
  #leahjjoocokd:not(.container) > .tb_content_fixed.tb_pl_35 > div,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_35
    .tb_content_fixed
    > .row,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed)
    .tb_content_fixed.tb_pl_35
    > .row {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1381px) {
  #leahjjoocokd:not(.container) > .tb_content_fixed.tb_pl_40 > div,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_40
    .tb_content_fixed
    > .row,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed)
    .tb_content_fixed.tb_pl_40
    > .row {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1391px) {
  #leahjjoocokd:not(.container) > .tb_content_fixed.tb_pl_45 > div,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_45
    .tb_content_fixed
    > .row,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed)
    .tb_content_fixed.tb_pl_45
    > .row {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1401px) {
  #leahjjoocokd:not(.container) > .tb_content_fixed.tb_pl_50 > div,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_50
    .tb_content_fixed
    > .row,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed)
    .tb_content_fixed.tb_pl_50
    > .row {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.tb_gut_xs_0 {
  --gutter: 0;
}
.tb_gut_xs_10 {
  --gutter: 10;
}
.tb_gut_xs_20 {
  --gutter: 20;
}
.tb_gut_xs_30 {
  --gutter: 30;
}
.tb_gut_xs_40 {
  --gutter: 40;
}
.tb_gut_xs_50 {
  --gutter: 50;
}
@media (min-width: 769px) {
  .tb_gut_sm_0 {
    --gutter: 0;
  }
  .tb_gut_sm_10 {
    --gutter: 10;
  }
  .tb_gut_sm_20 {
    --gutter: 20;
  }
  .tb_gut_sm_30 {
    --gutter: 30;
  }
  .tb_gut_sm_40 {
    --gutter: 40;
  }
  .tb_gut_sm_50 {
    --gutter: 50;
  }
}
@media (min-width: 1041px) {
  .tb_gut_md_0 {
    --gutter: 0;
  }
  .tb_gut_md_10 {
    --gutter: 10;
  }
  .tb_gut_md_20 {
    --gutter: 20;
  }
  .tb_gut_md_30 {
    --gutter: 30;
  }
  .tb_gut_md_40 {
    --gutter: 40;
  }
  .tb_gut_md_50 {
    --gutter: 50;
  }
}
@media (min-width: 1261px) {
  .tb_gut_lg_0 {
    --gutter: 0;
  }
  .tb_gut_lg_10 {
    --gutter: 10;
  }
  .tb_gut_lg_20 {
    --gutter: 20;
  }
  .tb_gut_lg_30 {
    --gutter: 30;
  }
  .tb_gut_lg_40 {
    --gutter: 40;
  }
  .tb_gut_lg_50 {
    --gutter: 50;
  }
}
@media (min-width: 1380px) {
  .tb_content_fixed > .row {
    max-width: 1360px;
    max-width: calc(1300px + var(--gutter) * 2px);
    margin-right: calc(var(--gutter) * -1px);
    padding-right: calc(var(--gutter) * 1px);
  }
}
@media (max-width: 768px) {
  .col:empty {
    display: none !important;
  }
}
.col-xs-auto,
.col-xs-fill {
  width: auto;
  max-width: none;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-1-5,
.col-xs-2-5,
.col-xs-3-5,
.col-xs-4-5,
.col-xs-1-8,
.col-xs-3-8,
.col-xs-5-8,
.col-xs-7-8,
.col-xs-auto,
.col-xs-auto > .tb_wt.tb_wt {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.col-xs-fill {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0px;
}
.col-xs-1 {
  width: calc(8.33333333% - 30px);
  max-width: calc(8.33333333% - 30px);
  width: calc(8.33333333% - var(--gutter) * 1px);
  max-width: calc(8.33333333% - var(--gutter) * 1px);
}
.col-xs-2 {
  width: calc(16.66666666% - 30px);
  max-width: calc(16.66666666% - 30px);
  width: calc(16.66666666% - var(--gutter) * 1px);
  max-width: calc(16.66666666% - var(--gutter) * 1px);
}
.col-xs-3 {
  width: calc(25% - 30px);
  max-width: calc(25% - 30px);
  width: calc(25% - var(--gutter) * 1px);
  max-width: calc(25% - var(--gutter) * 1px);
}
.col-xs-4 {
  width: calc(33.33333333% - 30px);
  max-width: calc(33.33333333% - 30px);
  width: calc(33.33333333% - var(--gutter) * 1px);
  max-width: calc(33.33333333% - var(--gutter) * 1px);
}
.col-xs-5 {
  width: calc(41.66666666% - 30px);
  max-width: calc(41.66666666% - 30px);
  width: calc(41.66666666% - var(--gutter) * 1px);
  max-width: calc(41.66666666% - var(--gutter) * 1px);
}
.col-xs-6 {
  width: calc(50% - 30px);
  max-width: calc(50% - 30px);
  width: calc(50% - var(--gutter) * 1px);
  max-width: calc(50% - var(--gutter) * 1px);
}
.col-xs-7 {
  width: calc(58.33333333% - 30px);
  max-width: calc(58.33333333% - 30px);
  width: calc(58.33333333% - var(--gutter) * 1px);
  max-width: calc(58.33333333% - var(--gutter) * 1px);
}
.col-xs-8 {
  width: calc(66.66666666% - 30px);
  max-width: calc(66.66666666% - 30px);
  width: calc(66.66666666% - var(--gutter) * 1px);
  max-width: calc(66.66666666% - var(--gutter) * 1px);
}
.col-xs-9 {
  width: calc(75% - 30px);
  max-width: calc(75% - 30px);
  width: calc(75% - var(--gutter) * 1px);
  max-width: calc(75% - var(--gutter) * 1px);
}
.col-xs-10 {
  width: calc(83.33333333% - 30px);
  max-width: calc(83.33333333% - 30px);
  width: calc(83.33333333% - var(--gutter) * 1px);
  max-width: calc(83.33333333% - var(--gutter) * 1px);
}
.col-xs-11 {
  width: calc(91.66666666% - 30px);
  max-width: calc(91.66666666% - 30px);
  width: calc(91.66666666% - var(--gutter) * 1px);
  max-width: calc(91.66666666% - var(--gutter) * 1px);
}
.col-xs-12 {
  width: calc(100% - 30px);
  max-width: calc(100% - 30px);
  width: calc(100% - var(--gutter) * 1px);
  max-width: calc(100% - var(--gutter) * 1px);
}
.col-xs-1-5 {
  width: calc(20% - 30px);
  max-width: calc(20% - 30px);
  width: calc(20% - var(--gutter) * 1px);
  max-width: calc(20% - var(--gutter) * 1px);
}
.col-xs-2-5 {
  width: calc(40% - 30px);
  max-width: calc(40% - 30px);
  width: calc(40% - var(--gutter) * 1px);
  max-width: calc(40% - var(--gutter) * 1px);
}
.col-xs-3-5 {
  width: calc(60% - 30px);
  max-width: calc(60% - 30px);
  width: calc(60% - var(--gutter) * 1px);
  max-width: calc(60% - var(--gutter) * 1px);
}
.col-xs-4-5 {
  width: calc(80% - 30px);
  max-width: calc(80% - 30px);
  width: calc(80% - var(--gutter) * 1px);
  max-width: calc(80% - var(--gutter) * 1px);
}
.col-xs-1-8 {
  width: calc(12.5% - 30px);
  max-width: calc(12.5% - 30px);
  width: calc(12.5% - var(--gutter) * 1px);
  max-width: calc(12.5% - var(--gutter) * 1px);
}
.col-xs-3-8 {
  width: calc(37.5% - 30px);
  max-width: calc(37.5% - 30px);
  width: calc(37.5% - var(--gutter) * 1px);
  max-width: calc(37.5% - var(--gutter) * 1px);
}
.col-xs-5-8 {
  width: calc(62.5% - 30px);
  max-width: calc(62.5% - 30px);
  width: calc(62.5% - var(--gutter) * 1px);
  max-width: calc(62.5% - var(--gutter) * 1px);
}
.col-xs-7-8 {
  width: calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
  width: calc(87.5% - var(--gutter) * 1px);
  max-width: calc(87.5% - var(--gutter) * 1px);
}
@media (min-width: 769px) {
  .col-sm-auto:empty {
    display: none;
  }
  .col-sm-auto,
  .col-sm-fill {
    width: auto;
    max-width: none;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-1-5,
  .col-sm-2-5,
  .col-sm-3-5,
  .col-sm-4-5,
  .col-sm-1-8,
  .col-sm-3-8,
  .col-sm-5-8,
  .col-sm-7-8,
  .col-sm-auto,
  .col-sm-auto > .tb_wt.tb_wt {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .col-sm-fill {
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0px;
  }
  .col-sm-1 {
    width: calc(8.33333333% - 30px);
    max-width: calc(8.33333333% - 30px);
    width: calc(8.33333333% - var(--gutter) * 1px);
    max-width: calc(8.33333333% - var(--gutter) * 1px);
  }
  .col-sm-2 {
    width: calc(16.66666666% - 30px);
    max-width: calc(16.66666666% - 30px);
    width: calc(16.66666666% - var(--gutter) * 1px);
    max-width: calc(16.66666666% - var(--gutter) * 1px);
  }
  .col-sm-3 {
    width: calc(25% - 30px);
    max-width: calc(25% - 30px);
    width: calc(25% - var(--gutter) * 1px);
    max-width: calc(25% - var(--gutter) * 1px);
  }
  .col-sm-4 {
    width: calc(33.33333333% - 30px);
    max-width: calc(33.33333333% - 30px);
    width: calc(33.33333333% - var(--gutter) * 1px);
    max-width: calc(33.33333333% - var(--gutter) * 1px);
  }
  .col-sm-5 {
    width: calc(41.66666666% - 30px);
    max-width: calc(41.66666666% - 30px);
    width: calc(41.66666666% - var(--gutter) * 1px);
    max-width: calc(41.66666666% - var(--gutter) * 1px);
  }
  .col-sm-6 {
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - var(--gutter) * 1px);
    max-width: calc(50% - var(--gutter) * 1px);
  }
  .col-sm-7 {
    width: calc(58.33333333% - 30px);
    max-width: calc(58.33333333% - 30px);
    width: calc(58.33333333% - var(--gutter) * 1px);
    max-width: calc(58.33333333% - var(--gutter) * 1px);
  }
  .col-sm-8 {
    width: calc(66.66666666% - 30px);
    max-width: calc(66.66666666% - 30px);
    width: calc(66.66666666% - var(--gutter) * 1px);
    max-width: calc(66.66666666% - var(--gutter) * 1px);
  }
  .col-sm-9 {
    width: calc(75% - 30px);
    max-width: calc(75% - 30px);
    width: calc(75% - var(--gutter) * 1px);
    max-width: calc(75% - var(--gutter) * 1px);
  }
  .col-sm-10 {
    width: calc(83.33333333% - 30px);
    max-width: calc(83.33333333% - 30px);
    width: calc(83.33333333% - var(--gutter) * 1px);
    max-width: calc(83.33333333% - var(--gutter) * 1px);
  }
  .col-sm-11 {
    width: calc(91.66666666% - 30px);
    max-width: calc(91.66666666% - 30px);
    width: calc(91.66666666% - var(--gutter) * 1px);
    max-width: calc(91.66666666% - var(--gutter) * 1px);
  }
  .col-sm-12 {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - var(--gutter) * 1px);
    max-width: calc(100% - var(--gutter) * 1px);
  }
  .col-sm-1-5 {
    width: calc(20% - 30px);
    max-width: calc(20% - 30px);
    width: calc(20% - var(--gutter) * 1px);
    max-width: calc(20% - var(--gutter) * 1px);
  }
  .col-sm-2-5 {
    width: calc(40% - 30px);
    max-width: calc(40% - 30px);
    width: calc(40% - var(--gutter) * 1px);
    max-width: calc(40% - var(--gutter) * 1px);
  }
  .col-sm-3-5 {
    width: calc(60% - 30px);
    max-width: calc(60% - 30px);
    width: calc(60% - var(--gutter) * 1px);
    max-width: calc(60% - var(--gutter) * 1px);
  }
  .col-sm-4-5 {
    width: calc(80% - 30px);
    max-width: calc(80% - 30px);
    width: calc(80% - var(--gutter) * 1px);
    max-width: calc(80% - var(--gutter) * 1px);
  }
  .col-sm-1-8 {
    width: calc(12.5% - 30px);
    max-width: calc(12.5% - 30px);
    width: calc(12.5% - var(--gutter) * 1px);
    max-width: calc(12.5% - var(--gutter) * 1px);
  }
  .col-sm-3-8 {
    width: calc(37.5% - 30px);
    max-width: calc(37.5% - 30px);
    width: calc(37.5% - var(--gutter) * 1px);
    max-width: calc(37.5% - var(--gutter) * 1px);
  }
  .col-sm-5-8 {
    width: calc(62.5% - 30px);
    max-width: calc(62.5% - 30px);
    width: calc(62.5% - var(--gutter) * 1px);
    max-width: calc(62.5% - var(--gutter) * 1px);
  }
  .col-sm-7-8 {
    width: calc(87.5% - 30px);
    max-width: calc(87.5% - 30px);
    width: calc(87.5% - var(--gutter) * 1px);
    max-width: calc(87.5% - var(--gutter) * 1px);
  }
}
@media (min-width: 1041px) {
  .col-md-auto:empty {
    display: none;
  }
  .col-md-auto,
  .col-md-fill {
    width: auto;
    max-width: none;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-1-5,
  .col-md-2-5,
  .col-md-3-5,
  .col-md-4-5,
  .col-md-1-8,
  .col-md-3-8,
  .col-md-5-8,
  .col-md-7-8,
  .col-md-auto,
  .col-md-auto > .tb_wt.tb_wt {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .col-md-fill {
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0px;
  }
  .col-md-1 {
    width: calc(8.33333333% - 30px);
    max-width: calc(8.33333333% - 30px);
    width: calc(8.33333333% - var(--gutter) * 1px);
    max-width: calc(8.33333333% - var(--gutter) * 1px);
  }
  .col-md-2 {
    width: calc(16.66666666% - 30px);
    max-width: calc(16.66666666% - 30px);
    width: calc(16.66666666% - var(--gutter) * 1px);
    max-width: calc(16.66666666% - var(--gutter) * 1px);
  }
  .col-md-3 {
    width: calc(25% - 30px);
    max-width: calc(25% - 30px);
    width: calc(25% - var(--gutter) * 1px);
    max-width: calc(25% - var(--gutter) * 1px);
  }
  .col-md-4 {
    width: calc(33.33333333% - 30px);
    max-width: calc(33.33333333% - 30px);
    width: calc(33.33333333% - var(--gutter) * 1px);
    max-width: calc(33.33333333% - var(--gutter) * 1px);
  }
  .col-md-5 {
    width: calc(41.66666666% - 30px);
    max-width: calc(41.66666666% - 30px);
    width: calc(41.66666666% - var(--gutter) * 1px);
    max-width: calc(41.66666666% - var(--gutter) * 1px);
  }
  .col-md-6 {
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - var(--gutter) * 1px);
    max-width: calc(50% - var(--gutter) * 1px);
  }
  .col-md-7 {
    width: calc(58.33333333% - 30px);
    max-width: calc(58.33333333% - 30px);
    width: calc(58.33333333% - var(--gutter) * 1px);
    max-width: calc(58.33333333% - var(--gutter) * 1px);
  }
  .col-md-8 {
    width: calc(66.66666666% - 30px);
    max-width: calc(66.66666666% - 30px);
    width: calc(66.66666666% - var(--gutter) * 1px);
    max-width: calc(66.66666666% - var(--gutter) * 1px);
  }
  .col-md-9 {
    width: calc(75% - 30px);
    max-width: calc(75% - 30px);
    width: calc(75% - var(--gutter) * 1px);
    max-width: calc(75% - var(--gutter) * 1px);
  }
  .col-md-10 {
    width: calc(83.33333333% - 30px);
    max-width: calc(83.33333333% - 30px);
    width: calc(83.33333333% - var(--gutter) * 1px);
    max-width: calc(83.33333333% - var(--gutter) * 1px);
  }
  .col-md-11 {
    width: calc(91.66666666% - 30px);
    max-width: calc(91.66666666% - 30px);
    width: calc(91.66666666% - var(--gutter) * 1px);
    max-width: calc(91.66666666% - var(--gutter) * 1px);
  }
  .col-md-12 {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - var(--gutter) * 1px);
    max-width: calc(100% - var(--gutter) * 1px);
  }
  .col-md-1-5 {
    width: calc(20% - 30px);
    max-width: calc(20% - 30px);
    width: calc(20% - var(--gutter) * 1px);
    max-width: calc(20% - var(--gutter) * 1px);
  }
  .col-md-2-5 {
    width: calc(40% - 30px);
    max-width: calc(40% - 30px);
    width: calc(40% - var(--gutter) * 1px);
    max-width: calc(40% - var(--gutter) * 1px);
  }
  .col-md-3-5 {
    width: calc(60% - 30px);
    max-width: calc(60% - 30px);
    width: calc(60% - var(--gutter) * 1px);
    max-width: calc(60% - var(--gutter) * 1px);
  }
  .col-md-4-5 {
    width: calc(80% - 30px);
    max-width: calc(80% - 30px);
    width: calc(80% - var(--gutter) * 1px);
    max-width: calc(80% - var(--gutter) * 1px);
  }
  .col-md-1-8 {
    width: calc(12.5% - 30px);
    max-width: calc(12.5% - 30px);
    width: calc(12.5% - var(--gutter) * 1px);
    max-width: calc(12.5% - var(--gutter) * 1px);
  }
  .col-md-3-8 {
    width: calc(37.5% - 30px);
    max-width: calc(37.5% - 30px);
    width: calc(37.5% - var(--gutter) * 1px);
    max-width: calc(37.5% - var(--gutter) * 1px);
  }
  .col-md-5-8 {
    width: calc(62.5% - 30px);
    max-width: calc(62.5% - 30px);
    width: calc(62.5% - var(--gutter) * 1px);
    max-width: calc(62.5% - var(--gutter) * 1px);
  }
  .col-md-7-8 {
    width: calc(87.5% - 30px);
    max-width: calc(87.5% - 30px);
    width: calc(87.5% - var(--gutter) * 1px);
    max-width: calc(87.5% - var(--gutter) * 1px);
  }
}
@media (min-width: 1261px) {
  .col-lg-auto:empty {
    display: none;
  }
  .col-lg-auto,
  .col-lg-fill {
    width: auto;
    max-width: none;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-1-5,
  .col-lg-2-5,
  .col-lg-3-5,
  .col-lg-4-5,
  .col-lg-1-8,
  .col-lg-3-8,
  .col-lg-5-8,
  .col-lg-7-8,
  .col-lg-auto,
  .col-lg-auto > .tb_wt.tb_wt {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .col-lg-fill {
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0px;
  }
  .col-lg-1 {
    width: calc(8.33333333% - 30px);
    max-width: calc(8.33333333% - 30px);
    width: calc(8.33333333% - var(--gutter) * 1px);
    max-width: calc(8.33333333% - var(--gutter) * 1px);
  }
  .col-lg-2 {
    width: calc(16.66666666% - 30px);
    max-width: calc(16.66666666% - 30px);
    width: calc(16.66666666% - var(--gutter) * 1px);
    max-width: calc(16.66666666% - var(--gutter) * 1px);
  }
  .col-lg-3 {
    width: calc(25% - 30px);
    max-width: calc(25% - 30px);
    width: calc(25% - var(--gutter) * 1px);
    max-width: calc(25% - var(--gutter) * 1px);
  }
  .col-lg-4 {
    width: calc(33.33333333% - 30px);
    max-width: calc(33.33333333% - 30px);
    width: calc(33.33333333% - var(--gutter) * 1px);
    max-width: calc(33.33333333% - var(--gutter) * 1px);
  }
  .col-lg-5 {
    width: calc(41.66666666% - 30px);
    max-width: calc(41.66666666% - 30px);
    width: calc(41.66666666% - var(--gutter) * 1px);
    max-width: calc(41.66666666% - var(--gutter) * 1px);
  }
  .col-lg-6 {
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - var(--gutter) * 1px);
    max-width: calc(50% - var(--gutter) * 1px);
  }
  .col-lg-7 {
    width: calc(58.33333333% - 30px);
    max-width: calc(58.33333333% - 30px);
    width: calc(58.33333333% - var(--gutter) * 1px);
    max-width: calc(58.33333333% - var(--gutter) * 1px);
  }
  .col-lg-8 {
    width: calc(66.66666666% - 30px);
    max-width: calc(66.66666666% - 30px);
    width: calc(66.66666666% - var(--gutter) * 1px);
    max-width: calc(66.66666666% - var(--gutter) * 1px);
  }
  .col-lg-9 {
    width: calc(75% - 30px);
    max-width: calc(75% - 30px);
    width: calc(75% - var(--gutter) * 1px);
    max-width: calc(75% - var(--gutter) * 1px);
  }
  .col-lg-10 {
    width: calc(83.33333333% - 30px);
    max-width: calc(83.33333333% - 30px);
    width: calc(83.33333333% - var(--gutter) * 1px);
    max-width: calc(83.33333333% - var(--gutter) * 1px);
  }
  .col-lg-11 {
    width: calc(91.66666666% - 30px);
    max-width: calc(91.66666666% - 30px);
    width: calc(91.66666666% - var(--gutter) * 1px);
    max-width: calc(91.66666666% - var(--gutter) * 1px);
  }
  .col-lg-12 {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - var(--gutter) * 1px);
    max-width: calc(100% - var(--gutter) * 1px);
  }
  .col-lg-1-5 {
    width: calc(20% - 30px);
    max-width: calc(20% - 30px);
    width: calc(20% - var(--gutter) * 1px);
    max-width: calc(20% - var(--gutter) * 1px);
  }
  .col-lg-2-5 {
    width: calc(40% - 30px);
    max-width: calc(40% - 30px);
    width: calc(40% - var(--gutter) * 1px);
    max-width: calc(40% - var(--gutter) * 1px);
  }
  .col-lg-3-5 {
    width: calc(60% - 30px);
    max-width: calc(60% - 30px);
    width: calc(60% - var(--gutter) * 1px);
    max-width: calc(60% - var(--gutter) * 1px);
  }
  .col-lg-4-5 {
    width: calc(80% - 30px);
    max-width: calc(80% - 30px);
    width: calc(80% - var(--gutter) * 1px);
    max-width: calc(80% - var(--gutter) * 1px);
  }
  .col-lg-1-8 {
    width: calc(12.5% - 30px);
    max-width: calc(12.5% - 30px);
    width: calc(12.5% - var(--gutter) * 1px);
    max-width: calc(12.5% - var(--gutter) * 1px);
  }
  .col-lg-3-8 {
    width: calc(37.5% - 30px);
    max-width: calc(37.5% - 30px);
    width: calc(37.5% - var(--gutter) * 1px);
    max-width: calc(37.5% - var(--gutter) * 1px);
  }
  .col-lg-5-8 {
    width: calc(62.5% - 30px);
    max-width: calc(62.5% - 30px);
    width: calc(62.5% - var(--gutter) * 1px);
    max-width: calc(62.5% - var(--gutter) * 1px);
  }
  .col-lg-7-8 {
    width: calc(87.5% - 30px);
    max-width: calc(87.5% - 30px);
    width: calc(87.5% - var(--gutter) * 1px);
    max-width: calc(87.5% - var(--gutter) * 1px);
  }
}
@media (max-width: 768px) {
  .col-xs-auto.flex-wrap {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col-xs-auto.flex-wrap > * {
    -ms-flex: 0 1 auto !important;
    -webkit-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }
}
@media (min-width: 769px) and (max-width: 1040px) {
  .col-sm-auto.flex-wrap {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col-sm-auto.flex-wrap > * {
    -ms-flex: 0 1 auto !important;
    -webkit-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }
}
@media (min-width: 1041px) and (max-width: 1260px) {
  .col-md-auto.flex-wrap {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col-md-auto.flex-wrap > * {
    -ms-flex: 0 1 auto !important;
    -webkit-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }
}
@media (min-width: 1261px) {
  .col-lg-auto.flex-wrap {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col-lg-auto.flex-wrap > * {
    -ms-flex: 0 1 auto !important;
    -webkit-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }
}
.col-valign-top.flex-wrap {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.col-valign-middle.flex-wrap {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.col-valign-bottom.flex-wrap {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.col > .display-block,
.col > address:not(.display-inline-block),
.col > article:not(.display-inline-block),
.col > aside:not(.display-inline-block),
.col > audio:not(.display-inline-block),
.col > blockquote:not(.display-inline-block),
.col > canvas:not(.display-inline-block),
.col > div:not(.display-inline-block),
.col > dl:not(.display-inline-block),
.col > fieldset:not(.display-inline-block),
.col > figure:not(.display-inline-block),
.col > form:not(.display-inline-block),
.col > h1:not(.display-inline-block),
.col > h1:not(.display-inline-block),
.col > h2:not(.display-inline-block),
.col > h3:not(.display-inline-block),
.col > h4:not(.display-inline-block),
.col > h5:not(.display-inline-block),
.col > h6:not(.display-inline-block),
.col > hr:not(.display-inline-block),
.col > nav:not(.display-inline-block),
.col > ol:not(.display-inline-block),
.col > p:not(.display-inline-block),
.col > pre:not(.display-inline-block),
.col > section:not(.display-inline-block),
.col > table:not(.display-inline-block),
.col > ul:not(.display-inline-block),
.col > video:not(.display-inline-block),
.row > div > .display-block,
.row > div > address:not(.display-inline-block),
.row > div > article:not(.display-inline-block),
.row > div > aside:not(.display-inline-block),
.row > div > audio:not(.display-inline-block),
.row > div > blockquote:not(.display-inline-block),
.row > div > canvas:not(.display-inline-block),
.row > div > div:not(.display-inline-block),
.row > div > dl:not(.display-inline-block),
.row > div > fieldset:not(.display-inline-block),
.row > div > figure:not(.display-inline-block),
.row > div > form:not(.display-inline-block),
.row > div > h1:not(.display-inline-block),
.row > div > h1:not(.display-inline-block),
.row > div > h2:not(.display-inline-block),
.row > div > h3:not(.display-inline-block),
.row > div > h4:not(.display-inline-block),
.row > div > h5:not(.display-inline-block),
.row > div > h6:not(.display-inline-block),
.row > div > hr:not(.display-inline-block),
.row > div > nav:not(.display-inline-block),
.row > div > ol:not(.display-inline-block),
.row > div > p:not(.display-inline-block),
.row > div > pre:not(.display-inline-block),
.row > div > section:not(.display-inline-block),
.row > div > table:not(.display-inline-block),
.row > div > ul:not(.display-inline-block),
.row > div > video:not(.display-inline-block),
.col > .display-block > *,
.col > address:not(.display-inline-block) > *,
.col > article:not(.display-inline-block) > *,
.col > aside:not(.display-inline-block) > *,
.col > audio:not(.display-inline-block) > *,
.col > blockquote:not(.display-inline-block) > *,
.col > canvas:not(.display-inline-block) > *,
.col > div:not(.display-inline-block) > *,
.col > dl:not(.display-inline-block) > *,
.col > fieldset:not(.display-inline-block) > *,
.col > figure:not(.display-inline-block) > *,
.col > form:not(.display-inline-block) > *,
.col > h1:not(.display-inline-block) > *,
.col > h1:not(.display-inline-block) > *,
.col > h2:not(.display-inline-block) > *,
.col > h3:not(.display-inline-block) > *,
.col > h4:not(.display-inline-block) > *,
.col > h5:not(.display-inline-block) > *,
.col > h6:not(.display-inline-block) > *,
.col > hr:not(.display-inline-block) > *,
.col > nav:not(.display-inline-block) > *,
.col > ol:not(.display-inline-block) > *,
.col > p:not(.display-inline-block) > *,
.col > pre:not(.display-inline-block) > *,
.col > section:not(.display-inline-block) > *,
.col > table:not(.display-inline-block) > *,
.col > ul:not(.display-inline-block) > *,
.col > video:not(.display-inline-block) > * {
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-xs-auto > address:not(.display-inline-block),
.col-xs-auto > article:not(.display-inline-block),
.col-xs-auto > aside:not(.display-inline-block),
.col-xs-auto > audio:not(.display-inline-block),
.col-xs-auto > blockquote:not(.display-inline-block),
.col-xs-auto > canvas:not(.display-inline-block),
.col-xs-auto > div:not(.display-inline-block),
.col-xs-auto > dl:not(.display-inline-block),
.col-xs-auto > fieldset:not(.display-inline-block),
.col-xs-auto > figure:not(.display-inline-block),
.col-xs-auto > form:not(.display-inline-block),
.col-xs-auto > h1:not(.display-inline-block),
.col-xs-auto > h1:not(.display-inline-block),
.col-xs-auto > h2:not(.display-inline-block),
.col-xs-auto > h3:not(.display-inline-block),
.col-xs-auto > h4:not(.display-inline-block),
.col-xs-auto > h5:not(.display-inline-block),
.col-xs-auto > h6:not(.display-inline-block),
.col-xs-auto > hr:not(.display-inline-block),
.col-xs-auto > nav:not(.display-inline-block),
.col-xs-auto > ol:not(.display-inline-block),
.col-xs-auto > p:not(.display-inline-block),
.col-xs-auto > pre:not(.display-inline-block),
.col-xs-auto > section:not(.display-inline-block),
.col-xs-auto > table:not(.display-inline-block),
.col-xs-auto > ul:not(.display-inline-block),
.col-xs-auto > video:not(.display-inline-block) {
  min-width: 100%;
}
@media (min-width: 769px) {
  .col-sm-auto > address:not(.display-inline-block),
  .col-sm-auto > article:not(.display-inline-block),
  .col-sm-auto > aside:not(.display-inline-block),
  .col-sm-auto > audio:not(.display-inline-block),
  .col-sm-auto > blockquote:not(.display-inline-block),
  .col-sm-auto > canvas:not(.display-inline-block),
  .col-sm-auto > div:not(.display-inline-block),
  .col-sm-auto > dl:not(.display-inline-block),
  .col-sm-auto > fieldset:not(.display-inline-block),
  .col-sm-auto > figure:not(.display-inline-block),
  .col-sm-auto > form:not(.display-inline-block),
  .col-sm-auto > h1:not(.display-inline-block),
  .col-sm-auto > h1:not(.display-inline-block),
  .col-sm-auto > h2:not(.display-inline-block),
  .col-sm-auto > h3:not(.display-inline-block),
  .col-sm-auto > h4:not(.display-inline-block),
  .col-sm-auto > h5:not(.display-inline-block),
  .col-sm-auto > h6:not(.display-inline-block),
  .col-sm-auto > hr:not(.display-inline-block),
  .col-sm-auto > nav:not(.display-inline-block),
  .col-sm-auto > ol:not(.display-inline-block),
  .col-sm-auto > p:not(.display-inline-block),
  .col-sm-auto > pre:not(.display-inline-block),
  .col-sm-auto > section:not(.display-inline-block),
  .col-sm-auto > table:not(.display-inline-block),
  .col-sm-auto > ul:not(.display-inline-block),
  .col-sm-auto > video:not(.display-inline-block) {
    min-width: 100%;
  }
}
@media (min-width: 1041px) {
  .col-md-auto > address:not(.display-inline-block),
  .col-md-auto > article:not(.display-inline-block),
  .col-md-auto > aside:not(.display-inline-block),
  .col-md-auto > audio:not(.display-inline-block),
  .col-md-auto > blockquote:not(.display-inline-block),
  .col-md-auto > canvas:not(.display-inline-block),
  .col-md-auto > div:not(.display-inline-block),
  .col-md-auto > dl:not(.display-inline-block),
  .col-md-auto > fieldset:not(.display-inline-block),
  .col-md-auto > figure:not(.display-inline-block),
  .col-md-auto > form:not(.display-inline-block),
  .col-md-auto > h1:not(.display-inline-block),
  .col-md-auto > h1:not(.display-inline-block),
  .col-md-auto > h2:not(.display-inline-block),
  .col-md-auto > h3:not(.display-inline-block),
  .col-md-auto > h4:not(.display-inline-block),
  .col-md-auto > h5:not(.display-inline-block),
  .col-md-auto > h6:not(.display-inline-block),
  .col-md-auto > hr:not(.display-inline-block),
  .col-md-auto > nav:not(.display-inline-block),
  .col-md-auto > ol:not(.display-inline-block),
  .col-md-auto > p:not(.display-inline-block),
  .col-md-auto > pre:not(.display-inline-block),
  .col-md-auto > section:not(.display-inline-block),
  .col-md-auto > table:not(.display-inline-block),
  .col-md-auto > ul:not(.display-inline-block),
  .col-md-auto > video:not(.display-inline-block) {
    min-width: 100%;
  }
}
@media (min-width: 1261px) {
  .col-lg-auto > address:not(.display-inline-block),
  .col-lg-auto > article:not(.display-inline-block),
  .col-lg-auto > aside:not(.display-inline-block),
  .col-lg-auto > audio:not(.display-inline-block),
  .col-lg-auto > blockquote:not(.display-inline-block),
  .col-lg-auto > canvas:not(.display-inline-block),
  .col-lg-auto > div:not(.display-inline-block),
  .col-lg-auto > dl:not(.display-inline-block),
  .col-lg-auto > fieldset:not(.display-inline-block),
  .col-lg-auto > figure:not(.display-inline-block),
  .col-lg-auto > form:not(.display-inline-block),
  .col-lg-auto > h1:not(.display-inline-block),
  .col-lg-auto > h1:not(.display-inline-block),
  .col-lg-auto > h2:not(.display-inline-block),
  .col-lg-auto > h3:not(.display-inline-block),
  .col-lg-auto > h4:not(.display-inline-block),
  .col-lg-auto > h5:not(.display-inline-block),
  .col-lg-auto > h6:not(.display-inline-block),
  .col-lg-auto > hr:not(.display-inline-block),
  .col-lg-auto > nav:not(.display-inline-block),
  .col-lg-auto > ol:not(.display-inline-block),
  .col-lg-auto > p:not(.display-inline-block),
  .col-lg-auto > pre:not(.display-inline-block),
  .col-lg-auto > section:not(.display-inline-block),
  .col-lg-auto > table:not(.display-inline-block),
  .col-lg-auto > ul:not(.display-inline-block),
  .col-lg-auto > video:not(.display-inline-block) {
    min-width: 100%;
  }
}
.row-wrap {
  display: block !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media all and (-ms-high-contrast: none) {
  .row-wrap {
    display: block !important;
  }
}
.col-align-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.col-align-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .col-align-start > *,
  .col-align-center > *,
  .col-align-end > *,
  .col-align-between > *,
  .col-align-around > * {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .col-align-end {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .col-align-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .col-align-around {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
.col-align-start,
.col-align-center,
.col-align-end,
.col-align-between,
.col-align-around,
.col-valign-top,
.col-valign-middle,
.col-valign-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.col-valign-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.col-top,
.col-valign-top > * {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.col-valign-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.col-middle,
.col-valign-middle > * {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.col-valign-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.col-bottom,
.col-valign-bottom > * {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.tb_separate_columns,
.row.tb_separate_columns {
  --gutter: 0;
  margin: 0;
  padding: 0;
}
.row.tb_separate_columns > .col {
  margin: 0 !important;
  border-left-width: 1px;
  border-left-style: solid;
}
.tb_content_fixed > .tb_separate_columns {
  max-width: 1300px;
}
@media (max-width: 768px) {
  .tb_separate_columns > .col {
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  html[dir="ltr"] .tb_separate_columns > .tb_pl_0:first-child:not(:last-child) {
    padding-right: 0;
    padding-bottom: 30px;
  }
  html[dir="rtl"] .tb_separate_columns > .tb_pr_0:first-child:not(:last-child) {
    padding-left: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .tb_separate_columns > .col.pos-xs-1 + .col,
  .tb_separate_columns > .col.pos-xs-2 + .col,
  .tb_separate_columns > .col.pos-xs-3 + .col,
  .tb_separate_columns > .col.pos-xs-4 + .col,
  .tb_separate_columns > .col.pos-xs-5 + .col,
  .tb_separate_columns > .col.pos-xs-6 + .col,
  .tb_separate_columns > .col:first-child {
    border-style: none;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tb_separate_columns > .col.pos-xs-1 + .col,
  .tb_separate_columns > .col.pos-xs-2 + .col,
  .tb_separate_columns > .col.pos-xs-3 + .col,
  .tb_separate_columns > .col.pos-xs-4 + .col,
  .tb_separate_columns > .col.pos-xs-5 + .col,
  .tb_separate_columns > .col.pos-xs-6 + .col,
  .tb_separate_columns > .col:first-child {
    border-style: none;
  }
}
@media (min-width: 769px) and (max-width: 1040px) {
  .tb_separate_columns > .col.pos-sm-1 + .col,
  .tb_separate_columns > .col.pos-sm-2 + .col,
  .tb_separate_columns > .col.pos-sm-3 + .col,
  .tb_separate_columns > .col.pos-sm-4 + .col,
  .tb_separate_columns > .col.pos-sm-5 + .col,
  .tb_separate_columns > .col.pos-sm-6 + .col,
  .tb_separate_columns > .col:first-child {
    border-style: none;
  }
}
@media (min-width: 1041px) and (max-width: 1260px) {
  .tb_separate_columns > .col.pos-md-1 + .col,
  .tb_separate_columns > .col.pos-md-2 + .col,
  .tb_separate_columns > .col.pos-md-3 + .col,
  .tb_separate_columns > .col.pos-md-4 + .col,
  .tb_separate_columns > .col.pos-md-5 + .col,
  .tb_separate_columns > .col.pos-md-6 + .col,
  .tb_separate_columns > .col:first-child {
    border-style: none;
  }
}
@media (min-width: 1261px) {
  .tb_separate_columns > .col.pos-lg-1 + .col,
  .tb_separate_columns > .col.pos-lg-2 + .col,
  .tb_separate_columns > .col.pos-lg-3 + .col,
  .tb_separate_columns > .col.pos-lg-4 + .col,
  .tb_separate_columns > .col.pos-lg-5 + .col,
  .tb_separate_columns > .col.pos-lg-6 + .col,
  .tb_separate_columns > .col:first-child {
    border-style: none;
  }
}
.row.tb_ip_0 > .col:not([class*="tb_pt_"]) {
  padding: 0px;
}
.row.tb_ip_5 > .col:not([class*="tb_pt_"]) {
  padding: 5px;
}
.row.tb_ip_10 > .col:not([class*="tb_pt_"]) {
  padding: 10px;
}
.row.tb_ip_15 > .col:not([class*="tb_pt_"]) {
  padding: 15px;
}
.row.tb_ip_20 > .col:not([class*="tb_pt_"]) {
  padding: 20px;
}
.row.tb_ip_25 > .col:not([class*="tb_pt_"]) {
  padding: 25px;
}
.row.tb_ip_30 > .col:not([class*="tb_pt_"]) {
  padding: 30px;
}
.row.tb_ip_35 > .col:not([class*="tb_pt_"]) {
  padding: 35px;
}
.row.tb_ip_40 > .col:not([class*="tb_pt_"]) {
  padding: 40px;
}
.row.tb_ip_45 > .col:not([class*="tb_pt_"]) {
  padding: 45px;
}
.row.tb_ip_50 > .col:not([class*="tb_pt_"]) {
  padding: 50px;
}
.row.tb_ip_55 > .col:not([class*="tb_pt_"]) {
  padding: 55px;
}
.row.tb_ip_60 > .col:not([class*="tb_pt_"]) {
  padding: 60px;
}
.row.tb_ip_65 > .col:not([class*="tb_pt_"]) {
  padding: 65px;
}
.row.tb_ip_70 > .col:not([class*="tb_pt_"]) {
  padding: 70px;
}
.row.tb_ip_75 > .col:not([class*="tb_pt_"]) {
  padding: 75px;
}
.row.tb_ip_80 > .col:not([class*="tb_pt_"]) {
  padding: 80px;
}
.row.tb_ip_85 > .col:not([class*="tb_pt_"]) {
  padding: 85px;
}
.row.tb_ip_90 > .col:not([class*="tb_pt_"]) {
  padding: 90px;
}
.row.tb_ip_95 > .col:not([class*="tb_pt_"]) {
  padding: 95px;
}
.row.tb_ip_100 > .col:not([class*="tb_pt_"]) {
  padding: 100px;
}
@media (max-width: 1040px) {
  .row.tb_ip_35 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_40 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_45 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_50 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_55 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_60 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_65 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_70 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_75 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_80 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_85 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_90 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_95 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_100 > .col:not([class*="tb_pt_"]),
  .row.tb_ip_105 > .col:not([class*="tb_pt_"]) {
    padding: 30px;
  }
}
.tb_mt_-150 {
  margin-top: -150px;
}
.tb_mt_-145 {
  margin-top: -145px;
}
.tb_mt_-140 {
  margin-top: -140px;
}
.tb_mt_-135 {
  margin-top: -135px;
}
.tb_mt_-130 {
  margin-top: -130px;
}
.tb_mt_-125 {
  margin-top: -125px;
}
.tb_mt_-120 {
  margin-top: -120px;
}
.tb_mt_-115 {
  margin-top: -115px;
}
.tb_mt_-110 {
  margin-top: -110px;
}
.tb_mt_-105 {
  margin-top: -105px;
}
.tb_mt_-100 {
  margin-top: -100px;
}
.tb_mt_-95 {
  margin-top: -95px;
}
.tb_mt_-90 {
  margin-top: -90px;
}
.tb_mt_-85 {
  margin-top: -85px;
}
.tb_mt_-80 {
  margin-top: -80px;
}
.tb_mt_-75 {
  margin-top: -75px;
}
.tb_mt_-70 {
  margin-top: -70px;
}
.tb_mt_-65 {
  margin-top: -65px;
}
.tb_mt_-60 {
  margin-top: -60px;
}
.tb_mt_-55 {
  margin-top: -55px;
}
.tb_mt_-50 {
  margin-top: -50px;
}
.tb_mt_-45 {
  margin-top: -45px;
}
.tb_mt_-40 {
  margin-top: -40px;
}
.tb_mt_-35 {
  margin-top: -35px;
}
.tb_mt_-30 {
  margin-top: -30px;
}
.tb_mt_-25 {
  margin-top: -25px;
}
.tb_mt_-20 {
  margin-top: -20px;
}
.tb_mt_-15 {
  margin-top: -15px;
}
.tb_mt_-10 {
  margin-top: -10px;
}
.tb_mt_-5 {
  margin-top: -5px;
}
.tb_mt_0 {
  margin-top: 0px;
}
.tb_mt_5 {
  margin-top: 5px;
}
.tb_mt_10 {
  margin-top: 10px;
}
.tb_mt_15 {
  margin-top: 15px;
}
.tb_mt_20 {
  margin-top: 20px;
}
.tb_mt_25 {
  margin-top: 25px;
}
.tb_mt_30 {
  margin-top: 30px;
}
.tb_mt_35 {
  margin-top: 35px;
}
.tb_mt_40 {
  margin-top: 40px;
}
.tb_mt_45 {
  margin-top: 45px;
}
.tb_mt_50 {
  margin-top: 50px;
}
.tb_mt_55 {
  margin-top: 55px;
}
.tb_mt_60 {
  margin-top: 60px;
}
.tb_mt_65 {
  margin-top: 65px;
}
.tb_mt_70 {
  margin-top: 70px;
}
.tb_mt_75 {
  margin-top: 75px;
}
.tb_mt_80 {
  margin-top: 80px;
}
.tb_mt_85 {
  margin-top: 85px;
}
.tb_mt_90 {
  margin-top: 90px;
}
.tb_mt_95 {
  margin-top: 95px;
}
.tb_mt_100 {
  margin-top: 100px;
}
.tb_mt_105 {
  margin-top: 105px;
}
.tb_mt_110 {
  margin-top: 110px;
}
.tb_mt_115 {
  margin-top: 115px;
}
.tb_mt_120 {
  margin-top: 120px;
}
.tb_mt_125 {
  margin-top: 125px;
}
.tb_mt_130 {
  margin-top: 130px;
}
.tb_mt_135 {
  margin-top: 135px;
}
.tb_mt_140 {
  margin-top: 140px;
}
.tb_mt_145 {
  margin-top: 145px;
}
.tb_mt_150 {
  margin-top: 150px;
}
.tb_mr_-150 {
  margin-right: -150px;
}
.tb_mr_-145 {
  margin-right: -145px;
}
.tb_mr_-140 {
  margin-right: -140px;
}
.tb_mr_-135 {
  margin-right: -135px;
}
.tb_mr_-130 {
  margin-right: -130px;
}
.tb_mr_-125 {
  margin-right: -125px;
}
.tb_mr_-120 {
  margin-right: -120px;
}
.tb_mr_-115 {
  margin-right: -115px;
}
.tb_mr_-110 {
  margin-right: -110px;
}
.tb_mr_-105 {
  margin-right: -105px;
}
.tb_mr_-100 {
  margin-right: -100px;
}
.tb_mr_-95 {
  margin-right: -95px;
}
.tb_mr_-90 {
  margin-right: -90px;
}
.tb_mr_-85 {
  margin-right: -85px;
}
.tb_mr_-80 {
  margin-right: -80px;
}
.tb_mr_-75 {
  margin-right: -75px;
}
.tb_mr_-70 {
  margin-right: -70px;
}
.tb_mr_-65 {
  margin-right: -65px;
}
.tb_mr_-60 {
  margin-right: -60px;
}
.tb_mr_-55 {
  margin-right: -55px;
}
.tb_mr_-50 {
  margin-right: -50px;
}
.tb_mr_-45 {
  margin-right: -45px;
}
.tb_mr_-40 {
  margin-right: -40px;
}
.tb_mr_-35 {
  margin-right: -35px;
}
.tb_mr_-30 {
  margin-right: -30px;
}
.tb_mr_-25 {
  margin-right: -25px;
}
.tb_mr_-20 {
  margin-right: -20px;
}
.tb_mr_-15 {
  margin-right: -15px;
}
.tb_mr_-10 {
  margin-right: -10px;
}
.tb_mr_-5 {
  margin-right: -5px;
}
.tb_mr_0 {
  margin-right: 0px;
}
.tb_mr_5 {
  margin-right: 5px;
}
.tb_mr_10 {
  margin-right: 10px;
}
.tb_mr_15 {
  margin-right: 15px;
}
.tb_mr_20 {
  margin-right: 20px;
}
.tb_mr_25 {
  margin-right: 25px;
}
.tb_mr_30 {
  margin-right: 30px;
}
.tb_mr_35 {
  margin-right: 35px;
}
.tb_mr_40 {
  margin-right: 40px;
}
.tb_mr_45 {
  margin-right: 45px;
}
.tb_mr_50 {
  margin-right: 50px;
}
.tb_mr_55 {
  margin-right: 55px;
}
.tb_mr_60 {
  margin-right: 60px;
}
.tb_mr_65 {
  margin-right: 65px;
}
.tb_mr_70 {
  margin-right: 70px;
}
.tb_mr_75 {
  margin-right: 75px;
}
.tb_mr_80 {
  margin-right: 80px;
}
.tb_mr_85 {
  margin-right: 85px;
}
.tb_mr_90 {
  margin-right: 90px;
}
.tb_mr_95 {
  margin-right: 95px;
}
.tb_mr_100 {
  margin-right: 100px;
}
.tb_mr_105 {
  margin-right: 105px;
}
.tb_mr_110 {
  margin-right: 110px;
}
.tb_mr_115 {
  margin-right: 115px;
}
.tb_mr_120 {
  margin-right: 120px;
}
.tb_mr_125 {
  margin-right: 125px;
}
.tb_mr_130 {
  margin-right: 130px;
}
.tb_mr_135 {
  margin-right: 135px;
}
.tb_mr_140 {
  margin-right: 140px;
}
.tb_mr_145 {
  margin-right: 145px;
}
.tb_mr_150 {
  margin-right: 150px;
}
.tb_mb_-150 {
  margin-bottom: -150px;
}
.tb_mb_-145 {
  margin-bottom: -145px;
}
.tb_mb_-140 {
  margin-bottom: -140px;
}
.tb_mb_-135 {
  margin-bottom: -135px;
}
.tb_mb_-130 {
  margin-bottom: -130px;
}
.tb_mb_-125 {
  margin-bottom: -125px;
}
.tb_mb_-120 {
  margin-bottom: -120px;
}
.tb_mb_-115 {
  margin-bottom: -115px;
}
.tb_mb_-110 {
  margin-bottom: -110px;
}
.tb_mb_-105 {
  margin-bottom: -105px;
}
.tb_mb_-100 {
  margin-bottom: -100px;
}
.tb_mb_-95 {
  margin-bottom: -95px;
}
.tb_mb_-90 {
  margin-bottom: -90px;
}
.tb_mb_-85 {
  margin-bottom: -85px;
}
.tb_mb_-80 {
  margin-bottom: -80px;
}
.tb_mb_-75 {
  margin-bottom: -75px;
}
.tb_mb_-70 {
  margin-bottom: -70px;
}
.tb_mb_-65 {
  margin-bottom: -65px;
}
.tb_mb_-60 {
  margin-bottom: -60px;
}
.tb_mb_-55 {
  margin-bottom: -55px;
}
.tb_mb_-50 {
  margin-bottom: -50px;
}
.tb_mb_-45 {
  margin-bottom: -45px;
}
.tb_mb_-40 {
  margin-bottom: -40px;
}
.tb_mb_-35 {
  margin-bottom: -35px;
}
.tb_mb_-30 {
  margin-bottom: -30px;
}
.tb_mb_-25 {
  margin-bottom: -25px;
}
.tb_mb_-20 {
  margin-bottom: -20px;
}
.tb_mb_-15 {
  margin-bottom: -15px;
}
.tb_mb_-10 {
  margin-bottom: -10px;
}
.tb_mb_-5 {
  margin-bottom: -5px;
}
.tb_mb_0 {
  margin-bottom: 0px;
}
.tb_mb_5 {
  margin-bottom: 5px;
}
.tb_mb_10 {
  margin-bottom: 10px;
}
.tb_mb_15 {
  margin-bottom: 15px;
}
.tb_mb_20 {
  margin-bottom: 20px;
}
.tb_mb_25 {
  margin-bottom: 25px;
}
.tb_mb_30 {
  margin-bottom: 30px;
}
.tb_mb_35 {
  margin-bottom: 35px;
}
.tb_mb_40 {
  margin-bottom: 40px;
}
.tb_mb_45 {
  margin-bottom: 45px;
}
.tb_mb_50 {
  margin-bottom: 50px;
}
.tb_mb_55 {
  margin-bottom: 55px;
}
.tb_mb_60 {
  margin-bottom: 60px;
}
.tb_mb_65 {
  margin-bottom: 65px;
}
.tb_mb_70 {
  margin-bottom: 70px;
}
.tb_mb_75 {
  margin-bottom: 75px;
}
.tb_mb_80 {
  margin-bottom: 80px;
}
.tb_mb_85 {
  margin-bottom: 85px;
}
.tb_mb_90 {
  margin-bottom: 90px;
}
.tb_mb_95 {
  margin-bottom: 95px;
}
.tb_mb_100 {
  margin-bottom: 100px;
}
.tb_mb_105 {
  margin-bottom: 105px;
}
.tb_mb_110 {
  margin-bottom: 110px;
}
.tb_mb_115 {
  margin-bottom: 115px;
}
.tb_mb_120 {
  margin-bottom: 120px;
}
.tb_mb_125 {
  margin-bottom: 125px;
}
.tb_mb_130 {
  margin-bottom: 130px;
}
.tb_mb_135 {
  margin-bottom: 135px;
}
.tb_mb_140 {
  margin-bottom: 140px;
}
.tb_mb_145 {
  margin-bottom: 145px;
}
.tb_mb_150 {
  margin-bottom: 150px;
}
.tb_ml_-150 {
  margin-left: -150px;
}
.tb_ml_-145 {
  margin-left: -145px;
}
.tb_ml_-140 {
  margin-left: -140px;
}
.tb_ml_-135 {
  margin-left: -135px;
}
.tb_ml_-130 {
  margin-left: -130px;
}
.tb_ml_-125 {
  margin-left: -125px;
}
.tb_ml_-120 {
  margin-left: -120px;
}
.tb_ml_-115 {
  margin-left: -115px;
}
.tb_ml_-110 {
  margin-left: -110px;
}
.tb_ml_-105 {
  margin-left: -105px;
}
.tb_ml_-100 {
  margin-left: -100px;
}
.tb_ml_-95 {
  margin-left: -95px;
}
.tb_ml_-90 {
  margin-left: -90px;
}
.tb_ml_-85 {
  margin-left: -85px;
}
.tb_ml_-80 {
  margin-left: -80px;
}
.tb_ml_-75 {
  margin-left: -75px;
}
.tb_ml_-70 {
  margin-left: -70px;
}
.tb_ml_-65 {
  margin-left: -65px;
}
.tb_ml_-60 {
  margin-left: -60px;
}
.tb_ml_-55 {
  margin-left: -55px;
}
.tb_ml_-50 {
  margin-left: -50px;
}
.tb_ml_-45 {
  margin-left: -45px;
}
.tb_ml_-40 {
  margin-left: -40px;
}
.tb_ml_-35 {
  margin-left: -35px;
}
.tb_ml_-30 {
  margin-left: -30px;
}
.tb_ml_-25 {
  margin-left: -25px;
}
.tb_ml_-20 {
  margin-left: -20px;
}
.tb_ml_-15 {
  margin-left: -15px;
}
.tb_ml_-10 {
  margin-left: -10px;
}
.tb_ml_-5 {
  margin-left: -5px;
}
.tb_ml_0 {
  margin-left: 0px;
}
.tb_ml_5 {
  margin-left: 5px;
}
.tb_ml_10 {
  margin-left: 10px;
}
.tb_ml_15 {
  margin-left: 15px;
}
.tb_ml_20 {
  margin-left: 20px;
}
.tb_ml_25 {
  margin-left: 25px;
}
.tb_ml_30 {
  margin-left: 30px;
}
.tb_ml_35 {
  margin-left: 35px;
}
.tb_ml_40 {
  margin-left: 40px;
}
.tb_ml_45 {
  margin-left: 45px;
}
.tb_ml_50 {
  margin-left: 50px;
}
.tb_ml_55 {
  margin-left: 55px;
}
.tb_ml_60 {
  margin-left: 60px;
}
.tb_ml_65 {
  margin-left: 65px;
}
.tb_ml_70 {
  margin-left: 70px;
}
.tb_ml_75 {
  margin-left: 75px;
}
.tb_ml_80 {
  margin-left: 80px;
}
.tb_ml_85 {
  margin-left: 85px;
}
.tb_ml_90 {
  margin-left: 90px;
}
.tb_ml_95 {
  margin-left: 95px;
}
.tb_ml_100 {
  margin-left: 100px;
}
.tb_ml_105 {
  margin-left: 105px;
}
.tb_ml_110 {
  margin-left: 110px;
}
.tb_ml_115 {
  margin-left: 115px;
}
.tb_ml_120 {
  margin-left: 120px;
}
.tb_ml_125 {
  margin-left: 125px;
}
.tb_ml_130 {
  margin-left: 130px;
}
.tb_ml_135 {
  margin-left: 135px;
}
.tb_ml_140 {
  margin-left: 140px;
}
.tb_ml_145 {
  margin-left: 145px;
}
.tb_ml_150 {
  margin-left: 150px;
}
@media (max-width: 1040px) {
  .tb_mt_35,
  .tb_mt_40,
  .tb_mt_45,
  .tb_mt_50,
  .tb_mt_55,
  .tb_mt_60,
  .tb_mt_65,
  .tb_mt_70,
  .tb_mt_75,
  .tb_mt_80,
  .tb_mt_85,
  .tb_mt_90,
  .tb_mt_95,
  .tb_mt_100,
  .tb_mt_105,
  .tb_mt_110,
  .tb_mt_115,
  .tb_mt_120,
  .tb_mt_125,
  .tb_mt_130,
  .tb_mt_135,
  .tb_mt_140,
  .tb_mt_145,
  .tb_mt_150,
  .tb_mt_105 {
    margin-top: 30px;
  }
  .tb_mr_35,
  .tb_mr_40,
  .tb_mr_45,
  .tb_mr_50,
  .tb_mr_55,
  .tb_mr_60,
  .tb_mr_65,
  .tb_mr_70,
  .tb_mr_75,
  .tb_mr_80,
  .tb_mr_85,
  .tb_mr_90,
  .tb_mr_95,
  .tb_mr_100,
  .tb_mr_105,
  .tb_mr_110,
  .tb_mr_115,
  .tb_mr_120,
  .tb_mr_125,
  .tb_mr_130,
  .tb_mr_135,
  .tb_mr_140,
  .tb_mr_145,
  .tb_mr_150,
  .tb_mr_105 {
    margin-right: 30px;
  }
  .tb_mb_35,
  .tb_mb_40,
  .tb_mb_45,
  .tb_mb_50,
  .tb_mb_55,
  .tb_mb_60,
  .tb_mb_65,
  .tb_mb_70,
  .tb_mb_75,
  .tb_mb_80,
  .tb_mb_85,
  .tb_mb_90,
  .tb_mb_95,
  .tb_mb_100,
  .tb_mb_105,
  .tb_mb_110,
  .tb_mb_115,
  .tb_mb_120,
  .tb_mb_125,
  .tb_mb_130,
  .tb_mb_135,
  .tb_mb_140,
  .tb_mb_145,
  .tb_mb_150,
  .tb_mb_105 {
    margin-bottom: 30px;
  }
  .tb_ml_35,
  .tb_ml_40,
  .tb_ml_45,
  .tb_ml_50,
  .tb_ml_55,
  .tb_ml_60,
  .tb_ml_65,
  .tb_ml_70,
  .tb_ml_75,
  .tb_ml_80,
  .tb_ml_85,
  .tb_ml_90,
  .tb_ml_95,
  .tb_ml_100,
  .tb_ml_105,
  .tb_ml_110,
  .tb_ml_115,
  .tb_ml_120,
  .tb_ml_125,
  .tb_ml_130,
  .tb_ml_135,
  .tb_ml_140,
  .tb_ml_145,
  .tb_ml_150,
  .tb_ml_105 {
    margin-left: 30px;
  }
  .tb_mt_-150,
  .tb_mt_-145,
  .tb_mt_-140,
  .tb_mt_-135,
  .tb_mt_-130,
  .tb_mt_-125,
  .tb_mt_-120,
  .tb_mt_-115,
  .tb_mt_-110,
  .tb_mt_-105,
  .tb_mt_-100,
  .tb_mt_-95,
  .tb_mt_-90,
  .tb_mt_-85,
  .tb_mt_-80,
  .tb_mt_-75,
  .tb_mt_-70,
  .tb_mt_-65,
  .tb_mt_-60,
  .tb_mt_-55,
  .tb_mt_-50,
  .tb_mt_-45,
  .tb_mt_-40,
  .tb_mt_-35,
  .tb_mt_-105 {
    margin-top: -30px;
  }
  .tb_mr_-150,
  .tb_mr_-145,
  .tb_mr_-140,
  .tb_mr_-135,
  .tb_mr_-130,
  .tb_mr_-125,
  .tb_mr_-120,
  .tb_mr_-115,
  .tb_mr_-110,
  .tb_mr_-105,
  .tb_mr_-100,
  .tb_mr_-95,
  .tb_mr_-90,
  .tb_mr_-85,
  .tb_mr_-80,
  .tb_mr_-75,
  .tb_mr_-70,
  .tb_mr_-65,
  .tb_mr_-60,
  .tb_mr_-55,
  .tb_mr_-50,
  .tb_mr_-45,
  .tb_mr_-40,
  .tb_mr_-35,
  .tb_mr_-105 {
    margin-right: -30px;
  }
  .tb_mb_-150,
  .tb_mb_-145,
  .tb_mb_-140,
  .tb_mb_-135,
  .tb_mb_-130,
  .tb_mb_-125,
  .tb_mb_-120,
  .tb_mb_-115,
  .tb_mb_-110,
  .tb_mb_-105,
  .tb_mb_-100,
  .tb_mb_-95,
  .tb_mb_-90,
  .tb_mb_-85,
  .tb_mb_-80,
  .tb_mb_-75,
  .tb_mb_-70,
  .tb_mb_-65,
  .tb_mb_-60,
  .tb_mb_-55,
  .tb_mb_-50,
  .tb_mb_-45,
  .tb_mb_-40,
  .tb_mb_-35,
  .tb_mb_-105 {
    margin-bottom: -30px;
  }
  .tb_ml_-150,
  .tb_ml_-145,
  .tb_ml_-140,
  .tb_ml_-135,
  .tb_ml_-130,
  .tb_ml_-125,
  .tb_ml_-120,
  .tb_ml_-115,
  .tb_ml_-110,
  .tb_ml_-105,
  .tb_ml_-100,
  .tb_ml_-95,
  .tb_ml_-90,
  .tb_ml_-85,
  .tb_ml_-80,
  .tb_ml_-75,
  .tb_ml_-70,
  .tb_ml_-65,
  .tb_ml_-60,
  .tb_ml_-55,
  .tb_ml_-50,
  .tb_ml_-45,
  .tb_ml_-40,
  .tb_ml_-35,
  .tb_ml_-105 {
    margin-left: -30px;
  }
}
.tb_p_0 {
  padding: 0px;
}
.tb_p_5 {
  padding: 5px;
}
.tb_p_10 {
  padding: 10px;
}
.tb_p_15 {
  padding: 15px;
}
.tb_p_20 {
  padding: 20px;
}
.tb_p_25 {
  padding: 25px;
}
.tb_p_30 {
  padding: 30px;
}
.tb_p_35 {
  padding: 35px;
}
.tb_p_40 {
  padding: 40px;
}
.tb_p_45 {
  padding: 45px;
}
.tb_p_50 {
  padding: 50px;
}
.tb_p_55 {
  padding: 55px;
}
.tb_p_60 {
  padding: 60px;
}
.tb_p_65 {
  padding: 65px;
}
.tb_p_70 {
  padding: 70px;
}
.tb_p_75 {
  padding: 75px;
}
.tb_p_80 {
  padding: 80px;
}
.tb_p_85 {
  padding: 85px;
}
.tb_p_90 {
  padding: 90px;
}
.tb_p_95 {
  padding: 95px;
}
.tb_p_100 {
  padding: 100px;
}
.tb_pt_0,
.row-wrap.tb_pt_0 > .row {
  padding-top: 0px;
}
.tb_pt_5,
.row-wrap.tb_pt_5 > .row {
  padding-top: 5px;
}
.tb_pt_10,
.row-wrap.tb_pt_10 > .row {
  padding-top: 10px;
}
.tb_pt_15,
.row-wrap.tb_pt_15 > .row {
  padding-top: 15px;
}
.tb_pt_20,
.row-wrap.tb_pt_20 > .row {
  padding-top: 20px;
}
.tb_pt_25,
.row-wrap.tb_pt_25 > .row {
  padding-top: 25px;
}
.tb_pt_30,
.row-wrap.tb_pt_30 > .row {
  padding-top: 30px;
}
.tb_pt_35,
.row-wrap.tb_pt_35 > .row {
  padding-top: 35px;
}
.tb_pt_40,
.row-wrap.tb_pt_40 > .row {
  padding-top: 40px;
}
.tb_pt_45,
.row-wrap.tb_pt_45 > .row {
  padding-top: 45px;
}
.tb_pt_50,
.row-wrap.tb_pt_50 > .row {
  padding-top: 50px;
}
.tb_pt_55,
.row-wrap.tb_pt_55 > .row {
  padding-top: 55px;
}
.tb_pt_60,
.row-wrap.tb_pt_60 > .row {
  padding-top: 60px;
}
.tb_pt_65,
.row-wrap.tb_pt_65 > .row {
  padding-top: 65px;
}
.tb_pt_70,
.row-wrap.tb_pt_70 > .row {
  padding-top: 70px;
}
.tb_pt_75,
.row-wrap.tb_pt_75 > .row {
  padding-top: 75px;
}
.tb_pt_80,
.row-wrap.tb_pt_80 > .row {
  padding-top: 80px;
}
.tb_pt_85,
.row-wrap.tb_pt_85 > .row {
  padding-top: 85px;
}
.tb_pt_90,
.row-wrap.tb_pt_90 > .row {
  padding-top: 90px;
}
.tb_pt_95,
.row-wrap.tb_pt_95 > .row {
  padding-top: 95px;
}
.tb_pt_100,
.row-wrap.tb_pt_100 > .row {
  padding-top: 100px;
}
.tb_pr_0 {
  padding-right: 0px;
}
.tb_pr_5 {
  padding-right: 5px;
}
.tb_pr_10 {
  padding-right: 10px;
}
.tb_pr_15 {
  padding-right: 15px;
}
.tb_pr_20 {
  padding-right: 20px;
}
.tb_pr_25 {
  padding-right: 25px;
}
.tb_pr_30 {
  padding-right: 30px;
}
.tb_pr_35 {
  padding-right: 35px;
}
.tb_pr_40 {
  padding-right: 40px;
}
.tb_pr_45 {
  padding-right: 45px;
}
.tb_pr_50 {
  padding-right: 50px;
}
.tb_pr_55 {
  padding-right: 55px;
}
.tb_pr_60 {
  padding-right: 60px;
}
.tb_pr_65 {
  padding-right: 65px;
}
.tb_pr_70 {
  padding-right: 70px;
}
.tb_pr_75 {
  padding-right: 75px;
}
.tb_pr_80 {
  padding-right: 80px;
}
.tb_pr_85 {
  padding-right: 85px;
}
.tb_pr_90 {
  padding-right: 90px;
}
.tb_pr_95 {
  padding-right: 95px;
}
.tb_pr_100 {
  padding-right: 100px;
}
.tb_pb_0,
.row-wrap.tb_pb_0 > .row {
  padding-bottom: 0px;
}
.tb_pb_5,
.row-wrap.tb_pb_5 > .row {
  padding-bottom: 5px;
}
.tb_pb_10,
.row-wrap.tb_pb_10 > .row {
  padding-bottom: 10px;
}
.tb_pb_15,
.row-wrap.tb_pb_15 > .row {
  padding-bottom: 15px;
}
.tb_pb_20,
.row-wrap.tb_pb_20 > .row {
  padding-bottom: 20px;
}
.tb_pb_25,
.row-wrap.tb_pb_25 > .row {
  padding-bottom: 25px;
}
.tb_pb_30,
.row-wrap.tb_pb_30 > .row {
  padding-bottom: 30px;
}
.tb_pb_35,
.row-wrap.tb_pb_35 > .row {
  padding-bottom: 35px;
}
.tb_pb_40,
.row-wrap.tb_pb_40 > .row {
  padding-bottom: 40px;
}
.tb_pb_45,
.row-wrap.tb_pb_45 > .row {
  padding-bottom: 45px;
}
.tb_pb_50,
.row-wrap.tb_pb_50 > .row {
  padding-bottom: 50px;
}
.tb_pb_55,
.row-wrap.tb_pb_55 > .row {
  padding-bottom: 55px;
}
.tb_pb_60,
.row-wrap.tb_pb_60 > .row {
  padding-bottom: 60px;
}
.tb_pb_65,
.row-wrap.tb_pb_65 > .row {
  padding-bottom: 65px;
}
.tb_pb_70,
.row-wrap.tb_pb_70 > .row {
  padding-bottom: 70px;
}
.tb_pb_75,
.row-wrap.tb_pb_75 > .row {
  padding-bottom: 75px;
}
.tb_pb_80,
.row-wrap.tb_pb_80 > .row {
  padding-bottom: 80px;
}
.tb_pb_85,
.row-wrap.tb_pb_85 > .row {
  padding-bottom: 85px;
}
.tb_pb_90,
.row-wrap.tb_pb_90 > .row {
  padding-bottom: 90px;
}
.tb_pb_95,
.row-wrap.tb_pb_95 > .row {
  padding-bottom: 95px;
}
.tb_pb_100,
.row-wrap.tb_pb_100 > .row {
  padding-bottom: 100px;
}
.tb_pl_0 {
  padding-left: 0px;
}
.tb_pl_5 {
  padding-left: 5px;
}
.tb_pl_10 {
  padding-left: 10px;
}
.tb_pl_15 {
  padding-left: 15px;
}
.tb_pl_20 {
  padding-left: 20px;
}
.tb_pl_25 {
  padding-left: 25px;
}
.tb_pl_30 {
  padding-left: 30px;
}
.tb_pl_35 {
  padding-left: 35px;
}
.tb_pl_40 {
  padding-left: 40px;
}
.tb_pl_45 {
  padding-left: 45px;
}
.tb_pl_50 {
  padding-left: 50px;
}
.tb_pl_55 {
  padding-left: 55px;
}
.tb_pl_60 {
  padding-left: 60px;
}
.tb_pl_65 {
  padding-left: 65px;
}
.tb_pl_70 {
  padding-left: 70px;
}
.tb_pl_75 {
  padding-left: 75px;
}
.tb_pl_80 {
  padding-left: 80px;
}
.tb_pl_85 {
  padding-left: 85px;
}
.tb_pl_90 {
  padding-left: 90px;
}
.tb_pl_95 {
  padding-left: 95px;
}
.tb_pl_100 {
  padding-left: 100px;
}
@media (max-width: 1040px) {
  .tb_pt_35,
  .row-wrap.tb_pt_35 > .row,
  .tb_pt_40,
  .row-wrap.tb_pt_40 > .row,
  .tb_pt_45,
  .row-wrap.tb_pt_45 > .row,
  .tb_pt_50,
  .row-wrap.tb_pt_50 > .row,
  .tb_pt_55,
  .row-wrap.tb_pt_55 > .row,
  .tb_pt_60,
  .row-wrap.tb_pt_60 > .row,
  .tb_pt_65,
  .row-wrap.tb_pt_65 > .row,
  .tb_pt_70,
  .row-wrap.tb_pt_70 > .row,
  .tb_pt_75,
  .row-wrap.tb_pt_75 > .row,
  .tb_pt_80,
  .row-wrap.tb_pt_80 > .row,
  .tb_pt_85,
  .row-wrap.tb_pt_85 > .row,
  .tb_pt_90,
  .row-wrap.tb_pt_90 > .row,
  .tb_pt_95,
  .row-wrap.tb_pt_95 > .row,
  .tb_pt_100,
  .row-wrap.tb_pt_100 > .row,
  .tb_pt_105,
  .row-wrap.tb_pt_105 > .row {
    padding-top: 30px;
  }
  .tb_pr_35,
  .tb_pr_40,
  .tb_pr_45,
  .tb_pr_50,
  .tb_pr_55,
  .tb_pr_60,
  .tb_pr_65,
  .tb_pr_70,
  .tb_pr_75,
  .tb_pr_80,
  .tb_pr_85,
  .tb_pr_90,
  .tb_pr_95,
  .tb_pr_100,
  .tb_pr_105 {
    padding-right: 30px;
  }
  .tb_pb_35,
  .row-wrap.tb_pb_35 > .row,
  .tb_pb_40,
  .row-wrap.tb_pb_40 > .row,
  .tb_pb_45,
  .row-wrap.tb_pb_45 > .row,
  .tb_pb_50,
  .row-wrap.tb_pb_50 > .row,
  .tb_pb_55,
  .row-wrap.tb_pb_55 > .row,
  .tb_pb_60,
  .row-wrap.tb_pb_60 > .row,
  .tb_pb_65,
  .row-wrap.tb_pb_65 > .row,
  .tb_pb_70,
  .row-wrap.tb_pb_70 > .row,
  .tb_pb_75,
  .row-wrap.tb_pb_75 > .row,
  .tb_pb_80,
  .row-wrap.tb_pb_80 > .row,
  .tb_pb_85,
  .row-wrap.tb_pb_85 > .row,
  .tb_pb_90,
  .row-wrap.tb_pb_90 > .row,
  .tb_pb_95,
  .row-wrap.tb_pb_95 > .row,
  .tb_pb_100,
  .row-wrap.tb_pb_100 > .row,
  .tb_pb_105,
  .row-wrap.tb_pb_105 > .row {
    padding-bottom: 30px;
  }
  .tb_pl_35,
  .tb_pl_40,
  .tb_pl_45,
  .tb_pl_50,
  .tb_pl_55,
  .tb_pl_60,
  .tb_pl_65,
  .tb_pl_70,
  .tb_pl_75,
  .tb_pl_80,
  .tb_pl_85,
  .tb_pl_90,
  .tb_pl_95,
  .tb_pl_100,
  .tb_pl_105 {
    padding-left: 30px;
  }
}
.row-wrap:not(#leahjjoocokd) {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1380px) {
  #leahjjoocokd:not(.container) > .tb_width_fixed,
  #leahjjoocokd:not(.container) > .container,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed)
    > .tb_width_fixed {
    margin-left: 40px;
    margin-right: 40px;
  }
  #leahjjoocokd:not(.container)
    > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not(
      [class*="tb_pl_"]
    ):not([class*="tb_pr_"])
    > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not(
      [class*="tb_pl_"]
    ):not([class*="tb_pr_"])
    > .row:not(.tb_separate_columns)
    > .col
    > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]) {
    padding-left: 40px;
    padding-right: 40px;
  }
  #leahjjoocokd:not(.container) > .tb_content_fixed,
  #leahjjoocokd:not(.container)
    > :not(.tb_content_fixed):not([class*="tb_pl_"]):not([class*="tb_pr_"])
    > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not(
      [class*="tb_pl_"]
    ):not([class*="tb_pr_"])
    > div:not(.tb_separate_columns)
    .tb_content_fixed {
    min-width: 0;
  }
}
@media (max-width: 768px) {
  #leahjjoocokd.container {
    margin-left: 10px;
    margin-right: 10px;
  }
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed)
    > .tb_width_fixed,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed)
    > :not(.tb_separate_columns)
    .tb_width_fixed {
    min-width: 0;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  #leahjjoocokd:not(.container) > .tb_width_fixed,
  #leahjjoocokd:not(.container) > .container,
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed)
    > .tb_width_fixed {
    margin-left: 20px;
    margin-right: 20px;
  }
  #leahjjoocokd:not(.container)
    > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not(
      [class*="tb_pl_"]
    ):not([class*="tb_pr_"])
    > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
  #leahjjoocokd:not(.container)
    > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not(
      [class*="tb_pl_"]
    ):not([class*="tb_pr_"])
    > .row:not(.tb_separate_columns)
    > .col
    > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row,
html[dir="ltr"] .col:first-child,
html[dir="rtl"] div:not(.tb_no_rtl_columns) > .col:last-child,
html[dir="rtl"] .tb_no_rtl_columns > .col:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.row,
html[dir="ltr"] .col:last-child,
html[dir="rtl"] div:not(.tb_no_rtl_columns) > .col:first-child,
html[dir="rtl"] .tb_no_rtl_columns > .col:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
@media (max-width: 480px) {
  html[dir] .col-xs-12:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  html[dir] .col-xs-12:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  html[dir] .col-xs-12:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  html[dir] .col-xs-12:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  html[dir] .col-sm-12:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  html[dir] .col-sm-12:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  html[dir] .col-sm-12:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  html[dir] .col-sm-12:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 769px) and (max-width: 1040px) {
  html[dir] .col-md-12:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  html[dir] .col-md-12:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  html[dir] .col-md-12:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  html[dir] .col-md-12:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1041px) and (max-width: 1260px) {
  html[dir] .col-lg-12:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  html[dir] .col-lg-12:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  html[dir] .col-lg-12:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  html[dir] .col-lg-12:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.table,
.table table,
.table-responsive {
  border-collapse: separate;
}
.table table,
.table:last-child {
  margin-bottom: 0;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
.table table > thead > tr > th,
.table table > thead > tr > td,
.table table > tbody > tr > th,
.table table > tbody > tr > td,
.table table > tfoot > tr > th,
.table table > tfoot > tr > td {
  padding: 12px 24px 11px 24px;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table table > thead > tr > th,
.table table > thead > tr > td {
  font-weight: bold;
}
.table > thead > tr > th:not(:first-child),
.table > thead > tr > td:not(:first-child),
.table table > thead > tr > th:not(:first-child),
.table table > thead > tr > td:not(:first-child) {
  border-left-width: 1px;
  border-left-style: solid;
}
.table > tbody:last-child > tr:last-child > th,
.table > tbody:last-child > tr:last-child > td,
.table > table > tbody:last-child > tr:last-child > th,
.table > table > tbody:last-child > tr:last-child > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
.table > table > tfoot > tr > th,
.table > table > tfoot > tr > td {
  padding-bottom: 12px;
  border-width: 0;
  border-style: none;
}
.table > thead,
.table > thead > tr,
.table > tbody,
.table > tbody > tr,
.table > tfoot,
.table > tfoot > tr .table > table > thead,
.table > table > thead > tr,
.table > table > tbody,
.table > table > tbody > tr,
.table > table > tfoot,
.table > table > tfoot > tr {
  border-radius: inherit;
}
.table > thead > tr:first-child,
.table > thead > tr:first-child > th:first-child,
.table > table > thead > tr:first-child,
.table > table > thead > tr:first-child > th:first-child {
  border-top-left-radius: inherit;
}
.table > thead > tr:first-child,
.table > thead > tr:first-child > th:last-child,
.table > table > thead > tr:first-child,
.table > table > thead > tr:first-child > th:last-child {
  border-top-right-radius: inherit;
}
.table > tbody:last-child > tr:last-child,
.table > tbody:last-child > tr:last-child > th:first-child,
.table > table > tbody:last-child > tr:last-child,
.table > table > tbody:last-child > tr:last-child > th:first-child {
  border-bottom-left-radius: inherit;
}
.table > tbody:last-child > tr:last-child,
.table > tbody:last-child > tr:last-child > th:last-child,
.table > table > tbody:last-child > tr:last-child,
.table > table > tbody:last-child > tr:last-child > th:last-child {
  border-bottom-right-radius: inherit;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > table > thead > tr > th,
.table-condensed > table > thead > tr > td,
.table-condensed > table > tbody > tr > th,
.table-condensed > table > tbody > tr > td,
.table-condensed > table > tfoot > tr > th,
.table-condensed > table > tfoot > tr > td {
  padding: 6px 12px 5px 12px;
}
.table-condensed > tbody:last-child > tr:last-child > th,
.table-condensed > tbody:last-child > tr:last-child > td,
.table-condensed > table > tbody:last-child > tr:last-child > th,
.table-condensed > table > tbody:last-child > tr:last-child > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > table > tfoot > tr > th,
.table-condensed > table > tfoot > tr > td {
  padding-bottom: 6px;
}
.table-minimal > thead > tr > th,
.table-minimal > thead > tr > td,
.table-minimal > table > thead > tr > th,
.table-minimal > table > thead > tr > td {
  background-color: transparent !important;
  border-right: 0px none !important;
  border-left: 0px none !important;
  border-bottom-width: 2px;
}
.table-minimal > thead > tr:first-child > *,
.table-minimal > table > thead > tr:first-child > *,
.table-minimal > tbody:first-child > tr:first-child > *,
.table-minimal > table > tbody:first-child > tr:first-child > * {
  padding-top: 0;
}
.table-minimal > tfoot > tr:last-child > *,
.table-minimal > table > tfoot > tr:last-child > *,
.table-minimal > tbody:last-child > tr:last-child > *,
.table-minimal > table > tbody:last-child > tr:last-child > * {
  padding-bottom: 0 !important;
}
.table-minimal > thead > tr > th:first-child,
.table-minimal > thead > tr > td:first-child,
.table-minimal > tbody > tr > th:first-child,
.table-minimal > tbody > tr > td:first-child,
.table-minimal > tfoot > tr > th:first-child,
.table-minimal > tfoot > tr > td:first-child,
.table-minimal > table > thead > tr > th:first-child,
.table-minimal > table > thead > tr > td:first-child,
.table-minimal > table > tbody > tr > th:first-child,
.table-minimal > table > tbody > tr > td:first-child,
.table-minimal > table > tfoot > tr > th:first-child,
.table-minimal > table > tfoot > tr > td:first-child {
  padding-left: 0 !important;
}
.table-minimal > thead > tr > th:last-child,
.table-minimal > thead > tr > td:last-child,
.table-minimal > tbody > tr > th:last-child,
.table-minimal > tbody > tr > td:last-child,
.table-minimal > tfoot > tr > th:last-child,
.table-minimal > tfoot > tr > td:last-child,
.table-minimal > table > thead > tr > th:last-child,
.table-minimal > table > thead > tr > td:last-child,
.table-minimal > table > tbody > tr > th:last-child,
.table-minimal > table > tbody > tr > td:last-child,
.table-minimal > table > tfoot > tr > th:last-child,
.table-minimal > table > tfoot > tr > td:last-child {
  padding-right: 0 !important;
}
.table-bordered {
  border-width: 1px;
  border-style: solid;
}
.table-bordered > thead > tr:first-child > th,
.table-bordered > thead > tr:first-child > td,
.table-bordered > table > thead > tr:first-child > th,
.table-bordered > table > thead > tr:first-child > td {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  padding-top: 11px;
}
.table-bordered.table-condensed > thead > tr:first-child > th,
.table-bordered.table-condensed > thead > tr:first-child > td,
.table-bordered.table-condensed > table > thead > tr:first-child > th,
.table-bordered.table-condensed > table > thead > tr:first-child > td {
  padding-top: 5px;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
@media (max-width: 768px) {
  .table thead th,
  .table > tbody td {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 0.01%;
}
.table-responsive > .table {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
button {
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  margin-bottom: 36px;
  border: 0 none;
}
fieldset legend {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
fieldset legend + * {
  clear: both;
}
fieldset + fieldset {
  margin-top: 36px;
}
fieldset + fieldset legend {
  position: relative;
  padding-top: 36px;
}
fieldset:last-child,
fieldset > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
label {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="color"],
input[type="password"],
input[type="search"],
select,
textarea,
.input-group,
.form-control {
  width: 220px;
  max-width: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  resize: none;
}
.tb_full .form-control {
  width: 100%;
}
.ui-spinner {
  height: 48px;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="color"],
input[type="password"],
input[type="search"],
select,
textarea,
.input-group {
  height: 38px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 6px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
textarea:not([style*="height"]) {
  height: auto;
}
select {
  padding-left: 10px;
  padding-right: 10px;
}
input.input-sm,
select.input-sm,
textarea.input-sm,
.input-group-sm,
.input-group-sm input,
.form-group-sm .form-control {
  height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 4px 6px;
  font-size: 12px;
}
select.input-sm,
.form-group-sm select.form-control {
  padding-left: 4px;
  padding-right: 4px;
}
.form-group-sm .control-label {
  font-size: 11px;
}
input.input-lg,
select.input-lg,
textarea.input-lg,
.input-group-lg,
.input-group-lg input,
.form-group-lg .form-control {
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px 18px;
  font-size: 17px;
}
select.input-lg,
.form-group-lg select.form-control {
  padding-left: 16px;
  padding-right: 16px;
}
.form-group-lg .control-label {
  font-size: 17px;
}
input.input-xl,
select.input-xl,
textarea.input-xl,
.input-group-xl,
.input-group-xl input,
.form-group-xl .form-control {
  height: 72px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 24px;
  font-size: 19px;
}
select.input-xl,
.form-group-xl select.form-control {
  padding-left: 22px;
  padding-right: 22px;
}
.form-group-xl .control-label {
  font-size: 19px;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input,
select,
textarea {
  width: 220px;
}
input[type="radio"],
input[type="checkbox"],
input[type="submit"],
input[type="button"],
input[type="file"],
input[type="image"],
input[size] {
  width: auto;
}
table:not(.form) input:not([type="radio"]):not([type="checkbox"]):not([size]),
table:not(.form) select,
table:not(.form) textarea,
table:not(.form) button,
table:not(.form) .ui-spinner,
table:not(.form) .input-group {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
input + button,
input + .btn,
input + .button,
input + .btn {
  vertical-align: top;
}
input[type="radio"],
input[type="checkbox"],
input[type="image"] {
  height: auto;
  vertical-align: middle;
}
input[type="radio"],
input[type="checkbox"] {
  width: 14px;
  height: 14px;
}
img[src*="captcha"] {
  vertical-align: top;
}
textarea {
  width: 350px;
  padding-bottom: 12px !important;
  resize: vertical;
  vertical-align: top;
}
select[size],
textarea[rows] {
  height: auto !important;
}
button {
  height: 40px;
  border: none;
  background: #ddd;
}
input[type="hidden"],
.help-block:empty {
  display: none;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
button:hover,
button:focus {
  outline: 0 none !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}
label.tb_disabled,
label.tb_disabled * {
  color: #999 !important;
}
label .tb_legend {
  margin: 0 !important;
  padding-top: 0;
  line-height: 11px;
}
.checkbox,
.radio,
.checkbox-inline,
.radio-inline {
  position: relative;
  -ms-flex: 0 0 auto !important;
  -webkit-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1.4em;
  text-align: left;
  font-weight: normal;
}
.checkbox:before,
.radio:before,
label.checkbox-inline:before,
label.radio-inline:before {
  content: "";
  display: none;
}
.checkbox,
.radio {
  display: block;
  width: auto;
}
.checkbox-inline,
.radio-inline {
  width: auto !important;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 18px;
}
.checkbox input,
.radio input,
.checkbox-inline input,
.radio-inline input {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -6px 0 0 0 !important;
}
.checkbox label,
.radio label {
  vertical-align: top !important;
}
label.checkbox input,
label.checkbox-inline input {
  margin: -6px 0 0 0 !important;
}
label.tb_image {
  overflow: hidden;
  display: table;
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
label.tb_image img {
  float: left;
  margin-right: 10px;
  max-width: none;
}
label.tb_image .tb_label {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.form-group {
  clear: both;
  margin-top: 24px;
  margin-bottom: 24px;
}
.form-group[class*="col-"] {
  margin-top: 0;
  margin-bottom: 0;
}
.form-group:first-child,
input[type="hidden"]:first-child + .form-group,
input[type="hidden"]:first-child + input[type="hidden"] + .form-group,
input[type="hidden"]:first-child
  + input[type="hidden"]
  + input[type="hidden"]
  + .form-group,
input[type="hidden"]:first-child
  + input[type="hidden"]
  + input[type="hidden"]
  + input[type="hidden"]
  + .form-group {
  margin-top: 0;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group:after {
  content: "";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group[style*="display: none"],
fieldset[style*="display: none"] {
  overflow: hidden;
  clear: both;
  display: block !important;
  height: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.form-group[style*="display: none"] {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
fieldset[style*="display: none"] {
  margin-top: -36px;
}
.form-group > label {
  vertical-align: baseline;
  padding-bottom: 12px;
}
.form-group.form-group-sm > label {
  padding-bottom: 6px;
}
.form-group.form-group-lg > label {
  padding-bottom: 18px;
}
.form-group.form-group-xl > label {
  padding-bottom: 24px;
}
.form-group > label[class*="col-"] {
  display: block;
  min-width: 100px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
}
.form-group.form-group-sm > label[class*="col-"] {
  padding-top: 6px;
}
.form-group.form-group-lg > label[class*="col-"] {
  padding-top: 18px;
}
.form-group.form-group-xl > label[class*="col-"] {
  padding-top: 24px;
}
.form-group > label[class*="col-"] + div[class*="col-"] {
  display: block;
}
.form-group > label[class*="col-"] + div[class*="col-"] .input-group {
  display: inline-table;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  vertical-align: top;
}
.form-group > label + div[class*="col-"]:after {
  content: "";
  display: table;
  clear: both;
}
.form-group > div > input[type="radio"],
.form-group > div > input[type="checkbox"] {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.form-group select + .help-block,
.form-group textarea + .help-block {
  padding-top: 12px;
  font-size: 11.9px;
}
.form-group .help-block .text-danger {
  min-width: 0;
  margin: 0;
  padding: 0;
}
.checkbox > label,
.radio > label {
  display: inline-block;
  float: none;
  width: auto !important;
  margin-left: 0;
  margin-right: 0;
}
.checkbox.image > label > *,
.radio.image > label > * {
  vertical-align: middle;
}
.required > label:before {
  content: "* ";
  margin-right: 0.3em;
  font-weight: bold;
  color: #f00;
}
.product-info .form-group > label + div {
  overflow: hidden;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .form-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: 0;
}
.form-horizontal .form-group > label,
.form-horizontal .form-group > [class*="col-"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 0px !important;
  -webkit-flex: 1 1 0px !important;
  flex: 1 1 0px !important;
  width: auto;
  margin-top: 0;
  margin-left: 0;
}
.form-horizontal .form-group > label {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 150px;
  max-width: 150px;
  min-width: 100px;
  min-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 6px;
}
.form-horizontal .form-group.form-group-sm > label {
  padding-top: 6px;
}
.form-horizontal .form-group.form-group-lg > label {
  padding-top: 18px;
}
.form-horizontal .form-group.form-group-xl > label {
  padding-top: 24px;
}
.form-horizontal .form-group > div[class*="col-"] {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-horizontal .form-group > div[class*="col-"] > * {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.form-horizontal .form-group > div[class*="col-"] > *:not(:last-child) {
  margin-right: 12px;
}
.form-horizontal .form-group > .checkbox,
.form-horizontal .form-group > .radio {
  -ms-flex: 1 1 100% !important;
  -webkit-flex: 1 1 100% !important;
  flex: 1 1 100% !important;
  width: 100% !important;
  max-width: 100%;
  margin-left: 0;
}
@media (min-width: 769px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
  }
}
.form-vertical .form-group > label {
  display: block;
  float: none;
  width: 100%;
  padding-top: 0;
  font-weight: bold;
}
.form-vertical .form-group > label,
.form-vertical .form-group input:not([type="radio"]):not([type="checkbox"]),
.form-vertical .form-group select,
.form-vertical .form-group textarea,
.form-vertical .form-group .ui-spinner,
.form-vertical .form-group .input-group {
  margin-right: 0;
}
.form-vertical .form-group > .col-xs-12 {
  width: 100%;
  max-width: none;
}
@media (min-width: 769px) {
  .form-vertical .form-group > .col-sm-12 {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1041px) {
  .form-vertical .form-group > .col-md-12 {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1261px) {
  .form-vertical .form-group > .col-lg-12 {
    width: 100%;
    max-width: none;
  }
}
.form-vertical .form-group > .col-sm-12 {
  margin-top: 0;
  margin-left: 0;
}
.form-vertical .help-block {
  margin-bottom: 0;
}
.form-inline label:not(.btn) {
  width: auto;
  margin-right: 0.5em;
  padding: 0;
  vertical-align: middle;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .form-control-static {
  display: inline-block;
}
.form-inline .input-group {
  display: inline-table;
  display: inline-flex;
  vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto;
}
.form-inline .input-group > .form-control {
  width: 100%;
}
.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
  top: 0;
}
.form-inline .form-group {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .form-inline .form-group + .btn {
    width: 100%;
    margin-top: 20px;
  }
}
.text-danger,
.error {
  display: inline-block;
  min-width: 260px;
  max-width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 11px;
  color: red;
  vertical-align: top;
}
.text-danger:before,
.error:before {
  content: "\f00d\0020\0020";
  font-family: "FontAwesome";
  font-size: 12px;
  vertical-align: top;
}
.text-danger:empty,
.error:empty {
  display: none;
}
div:not(.input-group) + .text-danger {
  display: block;
  clear: both;
}
.tb_blocked {
  position: relative;
  min-height: 160px;
}
.tb_blocked:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #fff;
  opacity: 0.8;
}
@media (max-width: 768px) {
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="date"],
  input[type="datetime"],
  input[type="color"],
  input[type="password"],
  input[type="search"],
  select,
  .input-group {
    height: 48px;
    padding: 11px;
  }
  select {
    padding: 10px;
  }
  textarea {
    width: 100%;
    padding: 11px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    margin-left: 0;
    margin-right: 0;
  }
  input[type="checkbox"]:first-child + label ~ label,
  input[type="radio"]:first-child + label ~ label {
    display: inline-block;
    margin-top: 12px;
  }
  input[type="checkbox"] + label + br,
  input[type="radio"] + label + br {
    display: block;
  }
  input[type="checkbox"] + label + br:last-child,
  input[type="radio"] + label + br:last-child {
    margin-bottom: 12px !important;
  }
  table.radio {
    width: 100%;
  }
  .text-danger,
  .error {
    min-width: 0;
  }
  .form-horizontal
    [class*="col-"]
    > input:not([type="radio"]):not([type="checkbox"]):not([type="button"]),
  .form-horizontal [class*="col-"] > select,
  .form-horizontal [class*="col-"] > textarea,
  .form-horizontal [class*="col-"] > .input-group,
  .form-vertical .form-group [class*="col-"] {
    width: 100%;
  }
  .form-horizontal [class*="col-"] > select:not(:last-child) {
    margin-right: -60px;
  }
}
@media (max-width: 480px) {
  label,
  input:not([type="radio"]):not([type="checkbox"]),
  select,
  textarea,
  #country_id,
  #zone_id,
  select[name="customer_group_id"] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  label {
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
  }
  input[type="checkbox"] + label + br:last-child,
  input[type="radio"] + label + br:last-child {
    display: none;
  }
  select:not(:last-child) {
    margin-right: -60px;
  }
  .form-group > label + div[class*="col-"]:not([class*="col-xs"]),
  .form-group > label + div[class*="col-"]:not([class*="col-xs"]) > div {
    clear: both;
    -ms-flex: 1 0 auto !important;
    -webkit-flex: 1 0 auto !important;
    flex: 1 0 auto !important;
    -ms-flex: 1 1 auto !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    width: auto;
    max-width: none;
  }
  .form-horizontal .form-group {
    display: block;
    margin-top: 0;
  }
  .form-horizontal .form-group > label,
  .form-group > label + div[class*="col-"]:not([class*="col-xs"]) {
    margin-top: 0;
    padding-top: 0 !important;
  }
  .form-horizontal .form-group > label {
    margin-bottom: 12px;
  }
  .form-inline .form-group {
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.btn,
.button,
button,
[type="button"],
[type="submit"] {
  position: relative;
  display: inline-block;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 0.2s, background 0.2s, box-shadow 0.2s,
    transform 0.2s, opacity 0.2s;
  transition: color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.2s,
    opacity 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.btn a,
.button a {
  color: inherit !important;
}
.btn.btn-xs,
.btn-group-xs > .btn,
.input-group-xs > .input-group-btn > .btn {
  height: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 24px;
  font-size: 12px;
}
.btn.btn-sm,
.btn-group-sm > .btn,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 36px;
  font-size: 14px;
}
.btn.btn-lg,
.btn-group-lg > .btn,
.input-group-lg > .input-group-btn > .btn {
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 60px;
  font-size: 19px;
}
.btn.btn-xl,
.btn-group-xl > .btn,
.input-group-xl > .input-group-btn > .btn {
  height: 72px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 36px;
  padding-right: 36px;
  line-height: 72px;
  font-size: 20px;
}
.btn.btn-xxl,
.btn-group-xxl > .btn,
.input-group-xxl > .input-group-btn > .btn {
  height: 84px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 42px;
  padding-right: 42px;
  line-height: 84px;
  font-size: 21px;
}
.btn-block {
  width: 100%;
}
.btn-block + .btn-block,
.btn-block + .btn-block.btn-xs {
  margin-top: 24px;
}
.btn-block + .btn-block.btn-sm {
  margin-top: 24px;
}
.btn-block + .btn-block.btn-lg {
  margin-top: 24px;
}
.btn-block + .btn-block.btn-xl {
  margin-top: 24px;
}
.btn-block + .btn-block.btn-xxl {
  margin-top: 24px;
}
.btn.tb_no_text {
  display: inline-block !important;
  width: 36px;
  padding: 0 !important;
}
.btn.tb_no_text:before {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.btn:not(input):empty,
.btn.tb_no_text {
  width: 48px;
  padding: 0;
}
.btn:not(input).btn-xs:empty,
.btn.tb_no_text.btn-xs {
  width: 24px;
}
.btn:not(input).btn-sm:empty,
.btn.tb_no_text.btn-sm {
  width: 36px;
}
.btn:not(input).btn-lg:empty,
.btn.tb_no_text.btn-lg {
  width: 60px;
}
.btn:not(input).btn-xl:empty,
.btn.tb_no_text.btn-xl {
  width: 72px;
}
.btn:not(input).btn-xxl:empty,
.btn.tb_no_text.btn-xxl {
  width: 84px;
}
.tb_no_text > span[data-tooltip] {
  overflow: hidden;
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 0;
  margin: 0 -80px 0 -80px;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  font-size: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.tb_no_text:hover > span[data-tooltip] {
  overflow: visible;
  display: block;
  height: auto;
  margin-bottom: 10px;
  opacity: 1;
}
.tb_no_text > span[data-tooltip]:before {
  content: attr(data-tooltip);
  display: inline-block;
  margin-bottom: 2px;
  padding: 0.1em 0.6em;
  line-height: 2em;
  text-transform: none;
  font-size: 14px;
  white-space: nowrap;
  vertical-align: bottom;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.08),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.tb_no_text > span[data-tooltip]:after {
  content: "";
  z-index: 60;
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  margin-left: -5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  background-clip: content-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn,
.button,
button,
[type="button"],
[type="submit"] {
  border: none;
  border-radius: 3px;
  cursor: pointer !important;
}
.btn.btn-plain {
  border-radius: 0;
  box-shadow: none;
}
.btn.btn.btn.btn[style*="color: rgba(0, 0, 0, 0)"] {
  color: rgba(0, 0, 0, 0) !important;
}
.dropdown {
  position: relative;
}
.dropdown > a,
.nav-stacked .tb_link > a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dropdown > a > .tb_text {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 0.3em;
  word-wrap: break-word;
  text-rendering: initial;
  font-feature-settings: initial;
  -webkit-font-feature-settings: initial;
  font-kerning: initial;
}
.dropdown > a:not(.tb_no_caret):after,
.dropdown-toggle:after {
  direction: ltr;
  content: "\f0d7";
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: top;
  font-family: FontAwesome;
  font-size: 12px;
  opacity: 0.3;
  cursor: pointer;
}
.nav.tb_nocaret .dropdown > a:after,
.nav.tb_nocaret .dropdown-toggle:after {
  content: none;
}
.nav.tb_nocaret .dropdown > a > .tb_text {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-toggle:after {
  margin: 0 0 0 0.5em;
}
.dropdown-toggle .sr-only {
  position: static;
  display: inline-block;
  width: 0;
  height: 100%;
  margin-right: -0.5em;
  vertical-align: top;
}
.dropdown:hover > a:after,
.dropdown-toggle:hover:after {
  opacity: 1;
}
.nav-stacked .dropdown > a > .tb_text,
.dropdown-menu .dropdown > a > .tb_text,
.tb_list_1 > .dropdown > a > .tb_text,
.nav-stacked .dropdown > a > .tb_text > .tb_icon + span,
.dropdown-menu .dropdown > a > .tb_text > .tb_icon + span,
.tb_list_1 > .dropdown > a > .tb_text > .tb_icon + span {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
}
.nav-stacked .dropdown > a:after,
.dropdown-menu .dropdown > a:after,
.tb_list_1 > .dropdown > a:after {
  content: "\a0 \f0da";
}
.dropdown-menu {
  overflow-x: visible;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 240px;
  text-align: left;
  list-style: none !important;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.tb_hovered > .dropdown-menu,
.open > .dropdown-menu {
  z-index: 50;
  display: block;
}
.no_touch .dropdown:hover > .dropdown-menu {
  opacity: 0;
  display: block;
}
.dropdown:not(.tb_hovered):not(.open):hover > .dropdown-menu {
  left: -10000px;
  top: -10000px;
}
.open > .dropdown-menu,
.tb_hovered > .dropdown-menu {
  opacity: 1 !important;
}
.open > .dropdown-menu {
  -webkit-transform: none !important;
  transform: none !important;
}
.dropdown-menu.tb_ip_xs {
  padding: 12px;
}
.dropdown-menu.tb_ip_sm {
  padding: 18px;
}
.dropdown-menu.tb_ip_lg {
  padding: 30px;
}
.dropdown-menu.tb_ip_xl {
  padding: 36px;
}
.dropdown-menu.tb_vsep_xs {
  padding-top: 21.6px;
  padding-bottom: 21.6px;
}
.dropdown-menu.tb_vsep_sm {
  padding-top: 18px;
  padding-bottom: 18px;
}
.dropdown-menu.tb_vsep_md {
  padding-top: 12px;
  padding-bottom: 12px;
}
.dropdown-menu.tb_ip_xs.tb_vsep_xs {
  padding-top: 9.6px;
  padding-bottom: 9.6px;
}
.dropdown-menu.tb_ip_xs.tb_vsep_sm {
  padding-top: 6px;
  padding-bottom: 6px;
}
.dropdown-menu.tb_ip_xs.tb_vsep_md {
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-menu.tb_ip_sm.tb_vsep_xs {
  padding-top: 17.76px;
  padding-bottom: 17.76px;
}
.dropdown-menu.tb_ip_sm.tb_vsep_sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.dropdown-menu.tb_ip_sm.tb_vsep_md {
  padding-top: 6px;
  padding-bottom: 6px;
}
.dropdown-menu.tb_ip_md.tb_vsep_xs {
  padding-top: 29.76px;
  padding-bottom: 29.76px;
}
.dropdown-menu.tb_ip_md.tb_vsep_sm {
  padding-top: 24px;
  padding-bottom: 24px;
}
.dropdown-menu.tb_ip_md.tb_vsep_md {
  padding-top: 18px;
  padding-bottom: 18px;
}
.dropdown-menu.tb_ip_lg.tb_vsep_xs {
  padding-top: 33.6px;
  padding-bottom: 33.6px;
}
.dropdown-menu.tb_ip_lg.tb_vsep_sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.dropdown-menu.tb_ip_lg.tb_vsep_md {
  padding-top: 24px;
  padding-bottom: 24px;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-menu:not(.nav-stacked) > li,
.dropdown-menu:not(.nav-stacked) > li > a,
.tb_multicolumn.tb_list_1 > li,
.tb_multicolumn.tb_list_1 > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.dropdown-menu > li > a {
  clear: both;
  display: table;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 100%;
}
.dropdown-menu:not(.nav-stacked) > li > a,
.tb_multicolumn.tb_list_1 > li > a {
  margin-top: -6px;
  margin-bottom: -6px;
}
.dropdown > a > img,
.dropdown-menu > li > a > img {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.dropdown-menu:not(.nav-stacked) > li:first-child {
  margin-top: -6px;
}
.dropdown-menu:not(.nav-stacked) > li:last-child {
  margin-bottom: -6px;
}
.dropdown-menu > .divider {
  overflow: hidden;
  height: 0;
  margin: 12px -24px 0 -24px;
  padding-top: 0 !important;
  padding-bottom: 12px !important;
  border-top: 1px solid;
  opacity: 0.2;
}
.dropdown-menu .disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.dropdown-header {
  opacity: 0.5;
  text-transform: uppercase;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-header:before,
.divider:before {
  content: none !important;
}
.nav-justified-dropdown > .dropdown:not(.tb_megamenu) > .dropdown-menu {
  left: 0;
  right: 0;
  width: auto;
  min-width: 0;
}
.dropdown-menu .dropdown-menu,
.nav-stacked .dropdown-menu,
.tb_list_1:not(dropdown-menu) > li > .dropdown-menu {
  top: 0;
  left: calc(100% - 1px);
}
.dropdown-menu .dropdown-menu {
  margin-left: 25px;
}
.tb_megamenu > .dropdown-menu {
  width: 1300px;
  max-width: 100vw;
}
.dropdown-menu > .tb_ip_20 {
  margin: -24px;
}
@media (max-width: 768px) {
  .dropdown-menu > .tb_ip_20 {
    margin: 0;
  }
}
.nav:not(.nav-stacked) > .tb_megamenu > .dropdown-menu {
  left: 0 !important;
  right: auto !important;
}
.dropdown:after {
  z-index: 60;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  display: none !important;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  margin-left: 12px;
  border: 1px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.15);
  border-left-color: rgba(0, 0, 0, 0.15);
  background: #fff;
  background-clip: content-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.tb_hidden_menu:after {
  content: none !important;
  display: none !important;
}
.dropdown:hover:after,
.dropdown.tb_hovered:after {
  content: "";
  opacity: 0;
  display: block !important;
}
.dropdown:hover:after {
  opacity: 0;
}
.dropdown.tb_hovered:after {
  opacity: 1;
}
.dropdown-menu {
  margin-left: 1px;
  margin-right: 1px;
  padding: 24px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.08),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.nav:not(.nav-stacked) > .dropdown {
  margin-bottom: -12px;
  padding-bottom: 12px;
}
.nav-justified-dropdown > .dropdown:not(.tb_megamenu) > .dropdown-menu {
  margin-right: 1px !important;
}
.nav-stacked .dropdown:after,
.dropdown-menu .dropdown:after,
.tb_list_1 > .dropdown:after {
  top: 0;
  left: calc(100% - 1px);
  margin-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  background-clip: content-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-stacked .dropdown:after,
.tb_list_1 > .dropdown:after {
  margin-left: -6px;
}
.dropdown-menu .dropdown:after {
  margin-left: 19px;
}
.dropdown-menu .dropdown-menu {
  margin-left: 25px;
}
.dropdown-menu .dropdown-menu,
.tb_list_1:not(dropdown-menu) > li > .dropdown-menu {
  margin-top: -18px;
}
.dropdown-menu.nav-stacked > .dropdown > .dropdown-menu {
  margin-top: -24px;
}
.dropdown-menu.nav-stacked > .dropdown:after {
  margin-top: 7px;
}
.dropdown-menu .tb_accent_label,
.tb_list_1 > li > a > .tb_accent_label {
  position: relative;
  top: auto !important;
  left: auto;
  right: auto;
  margin-top: -4px !important;
}
.nav .tb_text,
.dropdown .tb_text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.nav .tb_text > img.tb_icon,
.dropdown .tb_text > img.tb_icon {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.btn-group,
.btn-toolbar {
  position: relative;
  display: inline-block;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group > .btn-group,
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  position: relative;
  display: inline-block;
  float: left;
  flex: 0 0 auto;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-toolbar {
  margin-left: -6px;
  margin-right: -6px;
  padding-left: 6px;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 6px;
}
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  border-right: none;
  border-left: none;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group > .btn {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: none;
  width: 1%;
  flex: 1 1 auto;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-group > .btn,
.btn-group > .btn-group > .btn:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-group > .btn + .btn,
.btn-group > .btn + .btn-group,
.btn-group > .btn-group + .btn,
.btn-group > .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:first-child {
  border-left: 0 none;
}
.btn-group > .btn-group:last-child > :last-child {
  border-right: 0 none;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group > .btn {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-group-vertical > .btn:first-child,
.btn-group-vertical > .btn-group:first-child > .btn:first-child {
  border-top: none;
}
.btn-group-vertical > .btn:last-child,
.btn-group-vertical > .btn-group:last-child > .btn:last-child {
  border-bottom: none;
}
.btn-group-vertical > .btn:not(:last-child):not(.active),
.btn-group-vertical > .btn-group:not(:last-child) > .btn:not(.active) {
  box-shadow: none;
}
.btn-group-vertical > * {
  margin: 0;
}
.btn-group-vertical > * + * {
  margin-top: -1px;
}
.btn.active,
.btn-group.open .dropdown-toggle {
  border-color: rgba(0, 0, 0, 0.3) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05),
    inset 0 0 0 40px rgba(0, 0, 0, 0.2) !important;
}
.input-group {
  position: relative;
  display: table;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  padding: 0;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group > * {
  display: flex !important;
  min-width: 0;
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}
.input-group > :first-child:not(input):not(:last-child) {
  margin-left: -2px;
}
.input-group > :last-child:not(input):not(:first-child) {
  margin-right: -2px;
}
.input-group > input,
.input-group > select {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 0 none !important;
  border: 0 none !important;
  background-color: transparent !important;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon,
.input-group-btn {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  position: relative;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1%;
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-btn,
.input-group-addon {
  min-width: 48px;
  border-radius: inherit;
}
.input-group-addon {
  padding: 6px 12px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.07);
  background-origin: border-box;
}
.input-group-sm .input-group-btn,
.input-group-sm .input-group-addon {
  min-width: 36px;
}
.input-group-lg .input-group-btn,
.input-group-lg .input-group-addon {
  min-width: 60px;
}
.input-group-xl .input-group-btn,
.input-group-xl .input-group-addon {
  min-width: 72px;
}
.input-group-addon:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.input-group-addon:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: -0.075em;
  vertical-align: middle;
  align-self: center;
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: inherit;
}
.input-group-btn > .btn:first-child {
  border-left: 0 none;
}
.input-group-btn > .btn:last-child {
  border-right: 0 none;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:active {
  z-index: 2;
}
@media (max-width: 768px) {
  .input-group-btn > .btn {
    height: 48px;
    line-height: 48px;
  }
  .input-group-btn > .btn.tb_no_text {
    width: 48px;
  }
}
.nav,
.dropdown.tb_hovered > .nav.dropdown-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dropdown > .nav.dropdown-menu {
  display: none;
}
.nav > li,
.nav > li > a {
  -webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
  transition: color 0.4s, background-color 0.4s, border 0.4s;
}
.nav > li {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0px;
  vertical-align: top;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
}
.nav > li:before {
  display: inline-block;
  margin-left: 0 !important;
  text-align: center;
  vertical-align: top;
}
.nav > li:last-child {
  margin-left: 0;
  margin-right: 0;
}
.nav > li > a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.nav > li > a > img {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.nav .tb_icon > i {
  margin-right: 0.4em;
}
.nav .tb_megamenu > .dropdown-menu .row-wrap > .row > .col:first-child {
  border-radius: 3px 0 0 3px;
}
.nav .tb_megamenu > .dropdown-menu .row-wrap > .row > .col:last-child {
  border-radius: 0 3px 3px 0;
}
.nav .tb_megamenu > .dropdown-menu .tb_separate_columns > .row {
  margin: 0 !important;
}
.nav .tb_megamenu > .nav .row-wrap {
  max-height: none !important;
}
.nav .tb_megamenu .tb_listing > li > ul {
  margin-bottom: 0;
}
.nav .tb_accent_label {
  position: absolute;
  margin-left: -13px;
  height: 12px;
  padding: 0 3px;
  line-height: 13px;
  white-space: nowrap;
  font-size: 8px;
  font-weight: bold;
  font-family: Arial;
}
.nav .tb_accent_label {
  top: 0;
  margin-top: -12px;
}
.nav > li > a > .tb_accent_label,
.nav > li > span > .tb_accent_label {
  right: 0;
}
.nav > li.dropdown > a > .tb_accent_label {
  margin-left: -20px;
}
.nav .dropdown-menu .tb_accent_label {
  top: 50%;
  margin-top: -12px;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .nav > li > a > .tb_accent_label,
  .nav > li > span > .tb_accent_label {
    position: static;
    margin: 0 0 0 0.7em !important;
  }
}
.nav-horizontal > li:before {
  margin-left: 0 !important;
  border-right: 0 none !important;
}
.nav-horizontal > li:first-child:before {
  content: "" !important;
}
.nav-horizontal > .dropdown:after {
  right: auto !important;
}
.nav-justified > .dropdown:after {
  left: 50% !important;
  right: auto !important;
  margin-left: -5px !important;
  margin-right: 0 !important;
}
.nav-horizontal > .divider {
  border-right-width: 1px;
  border-right-style: solid;
}
.tb_pl_0 > nav > .nav-horizontal > li:first-child,
.tb_pl_0 > nav > .nav-horizontal > li:first-child > a {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.nav-stacked > li {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.nav-stacked > li.divider {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.tb_pt_0 > nav > .nav-stacked > li:first-child,
.tb_pt_0 > nav > .nav-stacked > li:first-child > a {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.tb_pb_0 > nav > .nav-stacked > li:last-child,
.tb_pb_0 > nav > .nav-stacked > li:last-child > a {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.nav-stacked > li > a > .tb_text {
  display: block;
}
.nav-stacked > li > .dropdown-menu,
.nav-stacked > li > .hidden ~ ul > li > .dropdown-menu {
  max-width: calc(1300px - 100%);
}
.nav.nav-justified > li:not(.divider) {
  -ms-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
}
.nav.nav-justified > li > a,
.nav.nav-justified > li > a > .tb_text {
  text-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.nav.nav-justified > li > a {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.nav.nav-justified > li > a > .tb_text {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.nav.nav-justified:before,
.nav.nav-justified:after {
  content: none !important;
}
@media (max-width: 768px) {
  .nav.nav-justified > li:not(.divider) {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .nav.nav-justified.nav-responsive > li > a {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.nav-tabs {
  -ms-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.nav-tabs:before {
  display: flex;
}
.nav-tabs > li {
  position: relative;
  z-index: 30;
  vertical-align: top;
}
.nav-tabs > li:hover,
.nav-tabs > li.tb_hovered {
  z-index: 31;
  margin: 0;
  padding: 0;
}
.nav-tabs > li.active,
.nav-tabs > li.ui-state-active {
  z-index: 32;
}
.nav-tabs > li > a {
  display: block;
  float: left;
  width: 100%;
  outline: none;
}
.nav-tabs > li > a:not([class*="tb_pl"]) {
  padding-left: 20px;
  padding-right: 20px;
}
.nav-tabs:not(.tb_style_2) > li > a {
  color: inherit !important;
}
.nav-tabs > li > a span.tb_icon {
  text-align: center;
}
.nav-tabs > li > a span.tb_icon:last-child,
.nav-tabs > li > a span.tb_icon:last-child:before {
  margin-left: 0;
  margin-right: 0;
}
.nav-tabs > li.dropdown:not(.active):after,
.nav-tabs > li.dropdown:not(.active) > .dropdown-menu {
  top: calc(100% + 1px);
}
.tab-content {
  clear: both;
  -ms-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  min-width: 0;
}
.tab-content.tb_loading {
  position: relative;
}
.tab-content > span.tb_title {
  display: none;
}
.tab-content > div {
  display: none;
  overflow: visible !important;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content > div:first-child:not(.tab-pane),
.tab-content > span.tb_title:first-child + div {
  display: block;
}
.nav-tabs.vtabs {
  clear: both;
  -ms-flex: 0 0 0px;
  -webkit-flex: 0 0 0px;
  flex: 0 0 0px;
  border-bottom-width: 0;
  border-bottom-style: none;
}
.nav-tabs.vtabs,
.nav-tabs.vtabs ~ .tab-content {
  display: block;
  float: none;
  direction: ltr;
}
.nav-tabs.vtabs ~ .tab-content {
  width: 100%;
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
}
.nav-tabs.vtabs {
  text-align: inherit !important;
  vertical-align: top;
  border-bottom: 0;
}
.nav-tabs.vtabs > li,
.nav-tabs.vtabs > li > a {
  display: block !important;
  height: auto !important;
}
.nav-tabs.vtabs > li {
  display: block;
  float: none !important;
}
.nav-tabs.vtabs > li > a {
  float: none;
  white-space: normal;
}
.nav-tabs.vtabs > li.active,
.nav-tabs.vtabs > li.ui-state-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
.nav-tabs-align-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.nav-tabs-align-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.nav-tabs:after {
  content: "";
  clear: both;
  display: table;
}
.nav-tabs.tb_style_2:after,
.nav-tabs.tb_style_3:after,
.nav-tabs.tb_style_4:after {
  content: none;
}
.nav-tabs ~ .tab-content,
.nav-tabs > li {
  border-width: 1px;
  border-style: solid;
}
.nav-tabs.tb_style_2 ~ .tab-content,
.nav-tabs.tb_style_2 > li,
.nav-tabs.tb_style_3 ~ .tab-content,
.nav-tabs.tb_style_3 > li {
  border-width: 0;
  border-style: none;
}
.nav-tabs > li {
  display: block;
}
.nav-tabs > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.nav-tabs > li,
.nav-tabs > li:hover,
.nav-tabs.htabs.tb_style_1 > li {
  margin-right: -1px;
  border-bottom-width: 0;
  border-bottom-style: none;
}
.nav-tabs > li:first-child,
.nav-tabs.htabs.tb_style_1 > li:first-child {
  border-top-left-radius: inherit;
}
.nav-tabs > li:last-child,
.nav-tabs.htabs.tb_style_1 > li:last-child {
  margin-right: 0;
}
.nav-tabs.nav-justified > li:last-child,
.nav-tabs.htabs.nav-justified.tb_style_1 > li:last-child {
  border-top-right-radius: inherit;
}
.nav-tabs > li.active,
.nav-tabs.htabs.tb_style_1 > li.active,
.nav-tabs.htabs.tb_style_1 > li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.nav-tabs ~ .tab-content,
.nav-tabs.htabs.tb_style_1 ~ .tab-content {
  border-top-width: 0;
  border-top-style: none;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.tabs-right > .nav-tabs.vtabs.tb_style_1 {
  border-left-width: 1px;
  border-left-style: solid;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.tabs-left > .nav-tabs.vtabs.tb_style_1 {
  border-right-width: 1px;
  border-right-style: solid;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.nav-tabs.vtabs.tb_style_1 ~ .tab-content {
  border-top-width: 1px;
  border-top-style: solid;
}
.tabs-right > .nav-tabs.vtabs.tb_style_1 ~ .tab-content {
  border-right: 0 none;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.tabs-left > .nav-tabs.vtabs.tb_style_1 ~ .tab-content {
  border-left: 0 none;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.nav-tabs.vtabs.tb_style_1 > li {
  float: none;
  margin-top: -1px;
  margin-left: 0;
  margin-right: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.nav-tabs.vtabs.tb_style_1 > li:first-child {
  margin-top: 0;
}
.nav-tabs.vtabs.tb_style_1 > li > a {
  padding-top: 12px;
}
.nav-tabs.vtabs.tb_style_1 > li:first-child > a {
  padding-top: 11px;
}
.tabs-left > .nav-tabs.vtabs.tb_style_1 > li {
  border-right: none !important;
}
.tabs-right > .nav-tabs.vtabs.tb_style_1 > li {
  border-left: none !important;
}
.tabs-left > .nav-tabs.vtabs.tb_style_1 > li:first-child {
  border-top-left-radius: inherit;
}
.tabs-right > .nav-tabs.vtabs.tb_style_1 > li:first-child {
  border-top-right-radius: inherit;
}
.tabs-left > .nav-tabs.vtabs.tb_style_1 > li.active,
.tabs-left > .nav-tabs.vtabs.tb_style_1 > li.ui-tabs-active {
  margin-right: -1px;
  padding-right: 1px;
}
.tabs-right > .nav-tabs.vtabs.tb_style_1 > li.active,
.tabs-right > .nav-tabs.vtabs.tb_style_1 > li.ui-tabs-active {
  margin-left: -1px;
  padding-left: 1px;
}
.nav-tabs.tb_style_2,
.nav-tabs.tb_style_2 > li,
.nav-tabs.tb_style_2 > li > a {
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-tabs.tb_style_2 {
  border-color: transparent !important;
}
.nav-tabs.tb_style_2 > li,
.nav-tabs.tb_style_2 > li > a {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.nav-tabs.tb_style_2 > li {
  white-space: nowrap;
  margin-right: 0;
  margin-left: 0;
}
.nav-tabs.tb_style_2 > li > a {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: none;
  transition: none;
}
.nav-tabs.tb_style_2 > li:first-child > a {
  padding-left: 0 !important;
}
.nav-tabs.tb_style_2 > li:last-child > a {
  padding-right: 0 !important;
}
#leahjjoocokd .nav-tabs.tb_style_2 > li,
#leahjjoocokd .nav-tabs.tb_style_2 > li:hover,
#leahjjoocokd .nav-tabs.tb_style_2 > li.active,
#leahjjoocokd .nav-tabs.tb_style_2 > li.ui-state-hover,
#leahjjoocokd .nav-tabs.tb_style_2 > li.ui-state-active {
  color: inherit !important;
}
.nav-tabs.tb_style_2 > li:before {
  content: "\00a0/";
  vertical-align: top;
  font-weight: normal;
  font-size: 80%;
  color: inherit;
  opacity: 0.3;
}
.nav-tabs.tb_style_2 > li:first-child:before {
  content: none;
}
.nav-tabs.tb_style_2 ~ .tab-content,
.nav-tabs.tb_style_2 ~ .tab-content > div > .panel-body {
  padding: 0 !important;
}
.nav-tabs.vtabs.tb_style_2 > li:not(:last-child) {
  margin-bottom: 12px;
}
.nav-tabs.vtabs.tb_style_2 > li > a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nav-tabs.vtabs.tb_style_2 > li:before {
  content: "";
  display: none;
}
.nav-tabs.tb_style_3 {
  border: none !important;
  background: transparent !important;
}
.nav-tabs.tb_style_3 > li {
  border-radius: 2px;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
.nav-tabs.tb_style_3 > li,
.nav-tabs.tb_style_3 > li.active {
  margin: 0;
  padding: 0;
}
.nav-tabs.tb_style_3 > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.panel-heading + .tb_tabs .nav-tabs:not(.vtabs) {
  position: absolute;
  top: 0;
  margin-top: -6px;
}
.panel-heading.text-left + .tb_tabs .nav-tabs:not(.vtabs) {
  right: 0;
}
.panel-heading.text-right + .tb_tabs .nav-tabs:not(.vtabs) {
  left: 0;
}
@media (max-width: 768px) {
  .panel-heading + .tb_tabs .nav-tabs:not(.vtabs) {
    position: static;
  }
}
.tb_tabs_minimal .nav.nav-tabs.htabs.tb_style_1 > li {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.tb_tabs_minimal .tabs-right > .nav.nav-tabs.vtabs.tb_style_1 > li {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.tb_tabs_minimal .tabs-left > .nav.nav-tabs.vtabs.tb_style_1 > li {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.tb_tabs,
.tb_tabs:before,
.tb_tabs:after {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: inherit;
}
.tb_tabs.tabs-left {
  direction: ltr;
}
.tb_tabs.tabs-right {
  direction: rtl;
}
.nav:not([class*="tb_mb_"]),
.dropdown.tb_hovered > .nav.dropdown-menu {
  margin-bottom: 0;
}
.nav-tabs:not([class*="tb_mb_"]) {
  margin-bottom: 24px;
}
.tbAnimated .tab-pane.in:not(.tb_loading) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  .nav-responsive,
  .nav-responsive > li {
    display: block;
    width: 100%;
    min-width: 100%;
  }
  .nav-responsive,
  .nav-responsive > li,
  .nav-responsive > li > a,
  .nav-responsive > li > ul > .tb_link,
  .nav-responsive .dropdown,
  .nav-responsive .dropdown > a,
  .nav-responsive .dropdown-menu > li,
  .nav-responsive .dropdown-menu > li > a {
    margin: 0 !important;
    padding: 0 !important;
  }
  .nav-responsive > li:not(:last-child),
  .nav-responsive .dropdown:not(:last-child),
  .nav-responsive .dropdown-menu.tb_list_1 > li:not(:last-child) {
    margin-bottom: 10px !important;
  }
  .nav-responsive > li > a,
  .nav-responsive .dropdown > a,
  .nav-responsive .dropdown-menu > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .nav-responsive li:before,
  .nav-responsive .dropdown:after,
  .nav-responsive .dropdown > a:after,
  .nav-responsive > li:first-child:before {
    content: none !important;
    display: none !important;
  }
  .nav-responsive .dropdown > .tb_toggle {
    display: block;
  }
  .nav-responsive .dropdown > a > .tb_text {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .nav-responsive .dropdown-menu,
  .nav-responsive .dropdown > .hidden + ul {
    position: static;
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    margin: 10px 0 0 0 !important;
    padding: 0;
    background: transparent none;
    border: none;
    box-shadow: none;
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
  .nav-responsive .dropdown-menu .dropdown-menu {
    margin: 10px 0 !important;
  }
  .dropdown.tb_hovered > .dropdown-menu,
  .dropdown.tb_active > .dropdown-menu,
  .dropdown.tb_hovered > .hidden + ul,
  .dropdown.tb_active > .hidden + ul {
    display: block !important;
    width: 100% !important;
  }
  .nav-responsive .dropdown-menu > .row-wrap {
    margin: 12px 0 0 0;
  }
  .nav-responsive .dropdown > .tb_toggle {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block !important;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    line-height: 30px !important;
    text-align: center;
    font-size: 18px;
    font-family: Arial, sans-serif !important;
    font-weight: normal !important;
    cursor: pointer;
  }
  .nav-responsive .dropdown > .tb_toggle:before {
    content: "+";
  }
  .nav-responsive .dropdown > .tb_toggle.tb_active:before {
    content: "-";
  }
  .nav-responsive .dropdown > .tb_toggle + a {
    margin-right: 40px !important;
  }
  .nav-responsive .tb_separate_columns > .col.col.col {
    margin-top: 20px;
    padding: 0;
  }
  .nav-responsive .tb_separate_columns > .col:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .nav-responsive .tb_separate_columns > .col > [class*="tb_ml_-"] {
    margin-left: 0;
  }
  .nav-responsive .tb_separate_columns > .col > [class*="tb_mr_-"] {
    margin-right: 0;
  }
  .nav-responsive .tb_link > .hidden {
    display: block !important;
    visibility: visible !important;
  }
  .htabs.tb_style_2 {
    display: block;
  }
  .htabs.tb_style_2 > li,
  .htabs.tb_style_2 > a {
    display: block;
  }
  .htabs.tb_style_2 > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .htabs.tb_style_2 > li:not(:first-child):before {
    content: "____" !important;
    display: block;
    margin-bottom: 10px;
    text-align: initial;
    line-height: 10px;
    letter-spacing: -0.25em;
    opacity: 0.3;
  }
}
.pagination {
  position: relative;
  overflow: hidden;
  clear: both;
}
.pagination:empty {
  display: none;
}
.pagination .results {
  float: right;
  font-size: 12px;
}
.pagination .links {
  float: left;
  margin-bottom: 0;
}
.pagination .links > *,
.pagination .links a,
.pagination .links li > span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: normal;
  vertical-align: top;
  border-radius: 2px;
}
.pagination .links > * {
  margin-right: 3px;
}
.pagination .links a {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.table + .pagination {
  margin-top: -36px;
  padding-top: 36px;
}
@media (max-width: 768px) {
  .pagination {
    text-align: center;
  }
  .pagination * {
    float: none !important;
  }
  .pagination .links {
    float: none;
    margin-bottom: 12px;
  }
}
.alert {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 72px;
  margin-bottom: 36px;
  padding: 23px;
}
.alert > .fa {
  -ms-flex: 0 1 auto !important;
  -webkit-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
  margin-right: 0.5em !important;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert h4 {
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert[class] a.close,
.alert[class] button.close {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  line-height: 30px !important;
  text-align: center;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 24px;
  font-family: Open Sans, Arial, sans-serif;
  color: inherit !important;
  opacity: 0.6;
  background-color: transparent !important;
  box-shadow: none;
}
.alert[class] .close:hover {
  opacity: 1;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert-success {
  color: green;
  background: #f4fbe4;
  border: 1px solid #dff1ba;
}
.alert-info {
  color: #39688a;
  background: #e9f6ff;
  border: 1px solid #d5e4ef;
}
.alert-warning {
  color: #726300;
  background: #fffcd9;
  border: 1px solid #f3e59a;
}
.alert-danger {
  color: #d60000;
  background: #ffede5;
  border: 1px solid #ffd8c3;
}
.alert .mdi {
  vertical-align: top;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.tb_wt > .panel-heading > h2,
.tb_wt > .panel-heading > h3,
.tb_wt > .panel-heading > h4,
.tb_wt > .panel-heading > .panel-title {
  margin-bottom: 0;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  text-transform: inherit !important;
  font: inherit !important;
  color: inherit !important;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin: 0;
  padding: 0;
}
:not(.tb_wt) > .panel-heading:not([class*="tb_mb"]) {
  margin-bottom: 24px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body {
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.thumbnail {
  position: relative;
  float: left;
}
.thumbnail,
.thumbnail img,
.thumbnail a img {
  display: block;
}
img.thumbnail,
.thumbnail img {
  margin-left: auto;
  margin-right: auto;
}
.image-holder,
.image-holder span {
  display: block;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
.image-holder {
  max-width: 100%;
}
.image-holder span {
  width: 100%;
  height: 0;
}
.image-holder img[src*="BurnEngine/image/pixel.gif"] {
  max-height: 100%;
}
.label {
  display: inline-block;
  padding: 0 0.6em;
  font-size: 85%;
  font-weight: 600;
  line-height: inherit;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@-webkit-keyframes tb_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes tb_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.modal {
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
[data-toggle="modal"] {
  cursor: pointer !important;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.fade.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 24px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.08),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.fade.in {
  opacity: 0.6;
}
.modal-header {
  position: relative;
  padding: 24px 36px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.modal-header .close,
.modal-header .close:before,
.modal-body > .close,
.modal-body > .close:before {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 22px;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  padding: 0;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 20px;
  color: inherit;
  background-color: transparent !important;
  box-shadow: none !important;
}
.modal-header .close,
.modal-body > .close {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-header .close:before,
.modal-body > .close:before {
  left: 0;
  right: 0;
  content: "\274c";
  content: "\2716";
  content: "\2715";
  font-family: FontAwesome;
}
.modal-header .close:hover,
.modal-body > .close:hover {
  opacity: 1;
}
.modal-header .close span,
.modal-header .close svg,
.modal-body > .close span,
.modal-body > .close svg {
  display: none;
}
.modal-title {
  margin: 0;
  color: inherit;
}
.modal-body {
  position: relative;
  padding: 36px;
}
.modal-body > .close {
  top: 32px;
  right: 32px;
  margin: 0;
}
.modal-footer {
  padding: 24px;
  text-align: right;
  border-top: 1px solid #ddd;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 769px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1041px) {
  .modal-lg {
    width: 900px;
  }
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.clear {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.nofloat {
  float: none !important;
}
.center-block {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.hide,
.ui-tabs-hide {
  display: none !important;
}
.show,
.block,
.display-block {
  display: block !important;
}
.display-inline {
  display: inline !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-table {
  display: table !important;
}
.display-table-row {
  display: table-row !important;
}
.display-table-cell {
  display: table-cell !important;
}
.invisible {
  visibility: hidden;
}
.flex-fill {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-basis-0 {
  -ms-flex-basis: 0px;
  -webkit-flex-basis: 0px;
  flex-basis: 0px;
}
.flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-nowrap.flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.row-wrap.force_fullwidth:not(.tb_width_fixed) {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.row-wrap.force_fullwidth.tb_content_fixed > .row {
  margin-right: auto;
  margin-left: auto;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.clearfix:before,
.clearfix:after,
.tb_wt:before,
.tb_wt:after {
  content: "";
  display: table;
}
.clearfix:after,
.tb_wt:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 480px) {
  .pos-xs-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .pos-xs-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .pos-xs-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .pos-xs-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .pos-xs-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .pos-xs-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .col-xs-none,
  .hidden-xs {
    display: none !important;
  }
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .col-xs-none + .col,
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .hidden-xs + .col {
    border-top: none;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .col-xs-none,
  .hidden-xs {
    display: none !important;
  }
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .col-xs-none + .col,
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .hidden-xs + .col {
    border-top: none;
  }
  .pos-xs-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .pos-xs-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .pos-xs-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .pos-xs-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .pos-xs-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .pos-xs-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
}
@media (min-width: 769px) and (max-width: 1040px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .col-sm-none,
  .hidden-sm {
    display: none !important;
  }
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .col-sm-none + .col,
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .hidden-sm + .col {
    border-top: none;
  }
  .pos-sm-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .pos-sm-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .pos-sm-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .pos-sm-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .pos-sm-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .pos-sm-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
}
@media (min-width: 1041px) and (max-width: 1260px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .col-md-none,
  .hidden-md {
    display: none !important;
  }
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .col-md-none + .col,
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .hidden-md + .col {
    border-top: none;
  }
  .pos-md-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .pos-md-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .pos-md-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .pos-md-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .pos-md-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .pos-md-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
}
@media (min-width: 1261px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-lg,
  .hidden-xl {
    display: none !important;
  }
  .pos-lg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .pos-lg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .pos-lg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .pos-lg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .pos-lg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .pos-lg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
}
.tb_listing_options {
  position: relative;
  clear: both;
  border-bottom: 1px solid transparent;
}
.tb_listing_options h4,
.tb_listing_options label {
  float: none;
  margin: 0;
}
.tb_listing_options select {
  height: 30px;
  margin: 0;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 2px;
  padding: 1px;
}
.product-filter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -24px;
}
.product-filter b {
  font-weight: normal;
}
.product-filter > * {
  display: inline-block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  line-height: 36px;
  padding-left: 24px;
}
.product-filter .display {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: -12px;
}
.product-filter .display > * {
  margin-left: 12px;
}
.product-filter .display .fa {
  font-size: 14px;
  vertical-align: top;
}
.product-filter .display .fa:before {
  margin-top: 0.07em;
  margin-bottom: -1px;
}
.product-filter .product-compare {
  -ms-flex: 1000 0 auto;
  -webkit-flex: 1000 0 auto;
  flex: 1000 0 auto;
}
.product-filter .limit select,
.product-filter .sort select {
  width: auto;
}
.product-filter .limit select {
  min-width: 50px;
}
.product-filter .sort select {
  min-width: 120px;
}
.tb_max_w_650 .product-filter,
.tb_max_w_350 .product-filter {
  display: block !important;
  margin: -24px 0 0;
}
.tb_max_w_650 .product-filter:after,
.tb_max_w_350 .product-filter:after {
  content: "";
  clear: both;
  display: table;
}
.tb_max_w_650 .product-filter > *,
.tb_max_w_350 .product-filter > * {
  margin-top: 24px;
  padding: 0 !important;
}
.tb_max_w_650 .product-filter > * {
  float: left;
  min-width: 50%;
}
.tb_max_w_350 .product-filter > * {
  display: block;
}
.tb_max_w_350 .product-filter select {
  width: 55%;
}
.cart-info table {
  margin-bottom: 0;
  table-layout: auto;
}
.cart-info td:not(.name) {
  width: 1px;
}
.cart-info td.model {
  min-width: 110px;
}
.cart-info thead td:not(.name) {
  white-space: nowrap;
}
.cart-info img {
  display: inline-block;
  vertical-align: top;
}
.cart-info .return,
.cart-info .image {
  width: 10px;
}
.cart-info .return img {
  vertical-align: text-top;
}
.cart-info tbody td {
  padding: 24px 12px !important;
}
.cart-info tbody td:first-child {
  padding-left: 24px;
}
.cart-info tbody td:last-child {
  padding-right: 24px;
}
.cart-info .image img {
  max-width: 96px;
}
.cart-info .name {
  text-align: left;
}
.cart-info .name > a {
  font-size: 15px;
  font-weight: bold;
}
.cart-info .name div,
.cart-info .name > small {
  line-height: 1.2em;
  font-size: 14px;
}
.cart-info .name div {
  margin-top: 6px;
}
.cart-info .name > small {
  opacity: 0.6;
}
.cart-info .name .text-danger {
  margin-top: 0;
  margin-bottom: 0;
}
.cart-info .name .text-danger:before {
  content: none;
}
.cart-info .quantity input[type="text"],
.cart-info .quantity input[type="number"] {
  width: 48px;
  text-align: center;
}
.cart-info .quantity .ui-spinner {
  margin-left: 0;
  margin-right: 0;
}
.cart-info .quantity input[type="image"] {
  margin-top: -0.25em;
  margin-left: 12px;
  background-color: transparent;
}
.cart-info .action a {
  margin-left: 12px;
}
.cart-info span.stock {
  color: red;
  font-weight: bold;
}
.cart-info + .cart-total {
  margin-top: 24px;
}
.cart-total {
  text-align: right;
}
.cart-total table {
  display: inline-table;
  max-width: 300px;
}
.cart-total table td {
  padding: 0 !important;
  vertical-align: top;
}
.cart-total td:first-child {
  text-align: left;
}
.cart-total td:first-child + td {
  text-align: right;
}
.cart-total tr td:last-child {
  min-width: 130px;
}
.cart-total tr:last-child td {
  padding-top: 12px !important;
  line-height: 36px;
  font-size: 19px;
}
.mini-cart-info {
  margin-bottom: 24px;
}
.mini-cart-info table {
  table-layout: auto;
}
.mini-cart-info th:first-child,
.mini-cart-info td:first-child {
  padding-left: 0 !important;
}
.mini-cart-info tbody:first-child tr:first-child td {
  padding-top: 0 !important;
}
.mini-cart-info th:last-child,
.mini-cart-info td:last-child {
  padding-right: 0 !important;
}
.mini-cart-info .image img {
  max-width: 72px;
}
.mini-cart-info .name > a {
  font-size: 14px !important;
}
.mini-cart-info td {
  padding-top: 12px;
  padding-bottom: 11px;
}
.mini-cart-total {
  position: relative;
  margin-top: -24px !important;
  padding-top: 24px;
}
.mini-cart-total table {
  float: none !important;
  max-width: none;
}
.mini-cart-total tr:last-child td {
  line-height: 24px;
  font-size: 16.1px;
}
.mini-cart-total tr td:last-child {
  min-width: 100px;
}
.mini-cart-info ~ .buttons {
  display: block;
  text-align: center;
}
.mini-cart-info ~ .buttons .btn {
  margin-top: 0 !important;
}
.mini-cart-info ~ .buttons .btn:first-child {
  margin-right: 12px;
}
.cart-info.tb_max_w_500 thead,
.cart-info.tb_max_w_500 .model,
.cart-info.tb_max_w_500 .price,
.cart-info.tb_max_w_300 thead,
.cart-info.tb_max_w_300 .model,
.cart-info.tb_max_w_300 .price {
  display: none !important;
}
.cart-info.tb_max_w_500 table,
.cart-info.tb_max_w_500 tbody,
.cart-info.tb_max_w_500 tr,
.cart-info.tb_max_w_500 th,
.cart-info.tb_max_w_500 td,
.cart-info.tb_max_w_300 table,
.cart-info.tb_max_w_300 tbody,
.cart-info.tb_max_w_300 tr,
.cart-info.tb_max_w_300 th,
.cart-info.tb_max_w_300 td {
  display: block;
  padding: 0;
  text-align: initial;
  border-width: 0;
  border-style: none;
  box-shadow: none;
}
.cart-info.tb_max_w_500 tr,
.cart-info.tb_max_w_300 tr {
  position: relative;
  margin-bottom: 24px;
  padding: 0 130px 24px 0;
}
.cart-info.tb_max_w_500 tr:not(:last-child),
.cart-info.tb_max_w_300 tr:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.cart-info.tb_max_w_500 tr:last-child,
.cart-info.tb_max_w_300 tr:last-child {
  margin-bottom: 0;
}
.cart-info.tb_max_w_500 tr:after,
.cart-info.tb_max_w_300 tr:after {
  content: "";
  clear: both;
  display: table;
}
.cart-info.tb_max_w_500 .total,
.cart-info.tb_max_w_300 .total,
.wishlist-info.tb_max_w_500 td.price {
  font-size: 17.5px;
}
.cart-info.tb_max_w_500 td,
.cart-info.tb_max_w_300 td {
  padding: 0 !important;
}
.mini-cart-info.tb_max_w_500 ~ .cart-total table,
.mini-cart-info.tb_max_w_300 ~ .cart-total table {
  width: 100%;
}
.mini-cart-info.tb_max_w_500 tr,
.mini-cart-info.tb_max_w_300 tr {
  padding-right: 50px;
}
.cart-info.tb_min_w_500 tbody:last-child > tr:last-child > td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.cart-info.tb_max_w_500 .image {
  width: auto;
  float: left;
  margin-right: 24px;
  padding: 0 !important;
}
.cart-info.tb_max_w_500 .name,
.cart-info.tb_max_w_500 .total,
.wishlist-info.tb_max_w_500 .price {
  width: auto;
  padding-left: 90px !important;
}
.cart-info.tb_max_w_500 table tbody .name strong:after {
  content: attr(data-quantity);
  font-weight: normal;
}
.cart-info.tb_max_w_500 .quantity,
.cart-info.tb_max_w_500 .action,
.cart-info.tb_max_w_500 .return {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 40px;
}
.cart-info.tb_max_w_500 .action,
.cart-info.tb_max_w_500 .quantity {
  width: auto;
}
.cart-info.tb_max_w_500 .quantity input {
  margin-bottom: 10px;
  text-align: center;
  line-height: 36px;
}
.cart-info.tb_max_w_500 .quantity input[type="image"] {
  display: none;
}
.cart-info.tb_max_w_500 .return {
  top: 36px;
}
.cart-info.tb_max_w_500 .total,
.wishlist-info.tb_max_w_500 table tbody .price {
  display: block !important;
}
.cart-info.tb_max_w_500 .total,
.wishlist-info.tb_max_w_500 td.price {
  padding-top: 12px !important;
}
.cart-info.tb_max_w_500 .remove {
  position: absolute;
  top: 36px;
  right: 0;
  width: auto;
}
.cart-info.tb_max_w_500 .remove > * {
  margin: 0;
}
.cart-info.tb_max_w_300 td {
  padding: 0 !important;
}
.cart-info.tb_max_w_300 tbody tr {
  padding-left: 0;
  padding-right: 0;
}
.cart-info.tb_max_w_300 .image,
.cart-info.tb_max_w_300 .name,
.cart-info.tb_max_w_300 .total,
.wishlist-info.tb_max_w_300 td.price,
.cart-info.tb_max_w_300 .quantity,
.cart-info.tb_max_w_300 .stock,
.cart-info.tb_max_w_300 .action {
  position: static;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center !important;
}
.cart-info.tb_max_w_300 td[class]:not(:first-child) {
  margin-top: 12px;
}
.cart-info.tb_max_w_300 .name {
  margin-top: 24px;
}
.cart-info.tb_max_w_300 .image,
.cart-info.tb_max_w_300 .stock,
.cart-info.tb_max_w_300 .total,
.wishlist-info td.price {
  margin-top: 0;
}
.cart-info.tb_max_w_300 .image img {
  max-width: none;
}
.cart-info.tb_max_w_300 .quantity {
  padding-top: 12px;
}
.cart-info.tb_max_w_300 .quantity {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.cart-info.tb_max_w_300 .remove {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
.cart-info + .buttons {
  margin-top: -36px;
}
.cart-info + .buttons:before {
  content: none;
}
.tb_review {
  overflow: hidden;
}
.tb_review .tb_meta {
  line-height: 0;
  text-align: justify;
}
.tb_review .tb_meta:after {
  content: " ";
  display: inline-block;
  width: 90%;
  height: 0;
  line-height: 0;
  vertical-align: top;
}
.tb_review .tb_author,
.tb_review .rating {
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
}
.tb_review .tb_author {
  margin-bottom: 12px;
}
.tb_review > p:first-child {
  margin-bottom: 0;
}
.tb_review > p + .tb_meta {
  padding-left: 35px;
}
.tb_review > p + .tb_meta,
.tb_review > p + .tb_meta .tb_author {
  margin-bottom: 0;
}
.tb_review > p + .tb_meta .tb_author {
  margin-top: 12px;
  margin-right: 12px;
}
.tb_review > p + .tb_meta .rating {
  vertical-align: bottom;
}
.tb_review .tb_author small {
  margin-left: 4px;
  font-size: 10px;
  color: #999;
}
.tb_review > p {
  clear: both;
  text-align: left;
}
.tb_review > p:first-child {
  position: relative;
  padding-left: 35px;
  font-style: italic;
}
.tb_review > p:first-child:before,
.tb_review > p:first-child:after {
  position: absolute;
  width: 30px;
  height: 24px;
  line-height: 55px;
  font-family: Arial;
  font-size: 60px;
  font-style: italic;
  color: #000;
  opacity: 0.2;
}
.tb_review > p:first-child:before {
  content: "\201C";
  left: 0;
  top: 0;
  text-indent: -7px;
}
.tb_listing > .tb_review:not(:first-child) {
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
}
.buttons {
  position: relative;
  z-index: 1;
  clear: both;
  display: table;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 36px;
  padding-top: 36px;
}
.buttons:last-child {
  margin-bottom: 0;
}
.buttons {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.buttons > .row {
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.buttons table {
  width: 100%;
}
.buttons .left,
.buttons .right,
.buttons .pull-left,
.buttons .pull-right {
  display: table-cell;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 4px;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: none !important;
  vertical-align: middle;
}
.buttons .right,
.buttons .pull-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.buttons .btn:not(.btn-xs):not(.btn-sm):not(.btn-lg):not(.btn-xl):not(.btn-xxl),
.buttons .button,
.buttons button,
.buttons [type="button"],
.buttons [type="submit"],
#button-cart,
#product_buy_quantity,
#product_buy #input-quantity {
  height: 48px;
  line-height: 48px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 17px;
}
.buttons .button,
.buttons .btn {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.buttons .tb_loading {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
.pagination + .buttons,
.table-bordered + .buttons,
.pagination + .buttons:before,
.table-bordered + .buttons:before {
  padding-top: 0;
  border-top-width: 0;
}
.tb_sep + .buttons,
fieldset + .buttons {
  margin-top: 0;
}
@media (max-width: 768px) {
  .buttons {
    display: block;
    text-align: inherit;
    margin-top: 24px;
    padding-top: 24px;
  }
  .buttons .left,
  .buttons .right,
  .buttons .pull-left,
  .buttons .pull-right {
    display: block;
    width: 100%;
    text-align: initial;
  }
  .buttons > * + * {
    margin-top: 30px;
  }
  .buttons .checkbox,
  .buttons .radio {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .buttons i.fa.fa-circle-o-notch.fa-spin,
  .buttons i.fa.fa-circle-o-notch.fa-spin {
    margin-left: 12px;
    vertical-align: middle;
  }
  .buttons .tb_button_forgotten {
    display: block;
    float: none;
    margin-bottom: 24px;
  }
  .buttons input[type="submit"],
  .buttons input[type="button"],
  .buttons button {
    line-height: 30px !important;
    -webkit-appearance: none;
  }
}
@media (max-width: 480px) {
  .buttons .btn,
  .buttons .button {
    display: block;
    width: 100%;
  }
  .buttons .btn + .btn,
  .buttons .btn + .button,
  .buttons .button + .btn,
  .buttons .button + .button,
  .buttons .left + .right,
  .buttons .pull-left + .pull-right {
    margin-top: 12px !important;
  }
}
.tb_module_banner .banner {
  margin: 0 auto;
}
.tb_module_banner .banner > div {
  display: none;
}
.tb_module_banner .banner > div:first-child {
  position: static !important;
  display: block !important;
}
.tb_module_carousel a,
.tb_module_carousel img {
  display: block;
  margin: 0 auto;
}
.tb_module_category li > ul {
  display: none;
}
.tb_module_category li > .active {
  font-weight: bold;
}
.tb_module_category li > .active + ul {
  display: block;
}
.login-content .content,
#new_customer {
  min-height: 216px;
}
#login_form fieldset,
.account-login form fieldset,
.affiliate-login form fieldset {
  min-width: 0;
  min-height: 168px;
}
@media (max-width: 768px) {
  #ydfagfkcsccfr .login-content > .left + .right {
    position: relative;
    padding-top: 36px;
  }
  #ydfagfkcsccfr .login-content > .left + .right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid;
    opacity: 0.2;
  }
  #new_customer,
  #new_customer fieldset,
  #login_form fieldset,
  #ydfagfkcsccfr .login-content .content,
  #ydfagfkcsccfr .account-login form fieldset,
  #ydfagfkcsccfr .affiliate-login form fieldset {
    min-height: 0;
  }
  #ydfagfkcsccfr .login-content .buttons {
    padding-top: 0;
  }
  #ydfagfkcsccfr .login-content .buttons:before {
    content: none;
  }
}
.tb_reward_points th.date,
.tb_transactions th.date {
  white-space: nowrap;
}
.tb_reward_points_total,
.tb_balance_total {
  display: inline-block;
  margin-top: -0.07em;
  vertical-align: top;
  font-size: 21px;
}
.tb_order_info .tb_products tfoot td {
  border: none;
  box-shadow: none;
}
.tb_order_info .tb_products tfoot > tr > td {
  padding-top: 0;
  padding-bottom: 0;
}
.tb_order_info .tb_products tfoot > tr:first-child > td {
  padding-top: 24px;
}
.tb_order_info .tb_products tfoot > tr:last-child > td {
  padding-top: 12px;
  padding-bottom: 24px;
}
.tb_order_info .tb_products tfoot tr:last-child td {
  font-size: 150%;
}
.tb_product_row {
  position: relative;
  clear: both;
}
#return-product .tb_product_row:first-child {
  margin-top: 0 !important;
  border-top: 1px solid #eee;
}
@media (max-width: 768px) {
  #new_customer fieldset,
  #login_form fieldset {
    min-height: 0;
  }
  #login_form .tb_button_forgotten {
    display: table-footer-group;
    float: none;
  }
  #login_form .btn {
    display: table-header-group;
    float: none;
  }
}
.tb_alphabet_index {
  padding: 12px 24px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.tb_alphabet_index p > * {
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
}
.tb_alphabet_index p > b {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 11px;
  color: #999;
}
.tb_alphabet_index a {
  padding: 0 5px;
  text-align: center;
  font-size: 15px;
}
.manufacturer-list {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 24px 0;
}
.manufacturer-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  opacity: 0.1;
}
.manufacturer-list:last-child:after {
  border-bottom: none;
}
.manufacturer-heading {
  float: left;
  margin-right: 24px;
  width: 55px;
  text-align: center;
  font-size: 24px;
}
.manufacturer-content {
  overflow: hidden;
}
.manufacturer-content ul {
  display: inline-block;
  width: 23.99999%;
  margin-bottom: 0;
  vertical-align: top;
}
@media (min-width: 481px) and (max-width: 767px) {
  .manufacturer-content ul,
  .manufacturer-content ul > li {
    display: inline-table !important;
    width: auto !important;
    vertical-align: top;
  }
  .manufacturer-content ul:not(:last-child),
  .manufacturer-content ul > li:not(:last-child) {
    margin-right: 1em;
  }
}
@media (max-width: 479px) {
  .manufacturer-content ul {
    display: block;
    width: auto !important;
  }
}
#wgyvedflxkkwkel_modules {
  margin-bottom: 36px;
}
#wgyvedflxkkwkel_modules .ui-state-default,
#wgyvedflxkkwkel_modules .ui-state-default * {
  color: inherit !important;
}
#wgyvedflxkkwkel_modules .ui-accordion-content {
  margin: 0;
  padding: 36px 0;
}
#wgyvedflxkkwkel_modules .ui-accordion-content-active:last-child {
  padding-bottom: 36px;
}
#wgyvedflxkkwkel_modules > h2,
#wgyvedflxkkwkel_modules > div {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
#wgyvedflxkkwkel_modules form > label {
  display: block;
  float: none;
  width: auto;
  margin-right: 12px;
}
#wgyvedflxkkwkel_modules form > input[type="text"] {
  margin-top: 12px;
  margin-right: 12px;
}
#wgyvedflxkkwkel_modules form > .button,
#wgyvedflxkkwkel_modules form > .btn {
  height: 36px;
  margin-top: 12px;
  padding: 0 12px;
  line-height: 36px;
  vertical-align: bottom;
}
#shipping_quote table.radio {
  width: 100% !important;
  max-width: 500px;
}
#shipping_quote .button,
#shipping_quote .btn {
  margin-top: 0;
}
@media (max-width: 768px) {
  .cart-content {
    width: 100%;
  }
  .cart-total,
  .cart-total table {
    float: none;
    width: 100%;
  }
}
.checkout #confirm + .error {
  margin-top: -20px !important;
}
.checkout-heading {
  position: relative;
  cursor: default !important;
}
.checkout-heading a {
  position: absolute;
  right: 24px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.tb_new_customer_box,
.tb_login_box {
  min-height: 264px;
}
.checkout select[size] {
  width: 100%;
  margin-bottom: 12px;
}
.checkout > div:last-child .checkout-content {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .checkout-heading a {
    display: block;
    position: static;
  }
  .payment table {
    font-size: 12px;
  }
  .payment td {
    padding-bottom: 12px;
  }
  .payment input[type="text"],
  .payment input[type="password"],
  .payment select {
    display: inline-block;
  }
}
.compare-info tbody td:first-child {
  text-align: inherit;
  font-weight: bold;
}
.compare-info tbody:last-child td {
  padding-top: 24px;
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-info .description {
  white-space: normal !important;
}
.tb_compare_total .tb_items {
  margin-left: 0.15em;
  margin-right: 0.15em;
}
.tb_compare_total .tb_items:before {
  content: "(";
}
.tb_compare_total .tb_items:after {
  content: ")";
}
@media (min-width: 1040px) {
  .compare-info table {
    table-layout: fixed;
  }
  .compare-info table img {
    max-width: 100%;
  }
}
@media (max-width: 1039px) {
  .compare-info table .image-holder,
  .compare-info table img {
    max-width: 150px;
  }
}
.cart-discounts > div {
  padding: 24px;
  border-width: 5px;
  border-style: solid;
}
#product {
  position: relative;
}
#review .pagination {
  overflow: visible;
  margin-bottom: 0;
}
#review .pagination > * {
  padding-top: 24px;
}
#review .pagination .links {
  margin-right: 20px;
}
#review .pagination .results:first-child:last-child {
  float: left;
  padding-top: 30px;
}
#review + .btn {
  clear: right;
  float: right;
  margin-top: 24px;
}
#review .tb_empty {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#product_images .tb_zoom_box {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.is_touch #product_images .tb_zoom_box {
  display: none;
}
@media (max-width: 1040px) {
  #product_images .tb_zoom_box {
    display: none;
  }
}
#product_images .tb_zoom_click {
}
#product_images .tb_zoom_click.tb_zoomed {
  z-index: 6;
}
#product_images .tb_zoom_mouseover:hover,
#product_images .tb_zoom_drag:hover {
  z-index: 4;
}
#product_images .tb_zoom_mouseover {
  cursor: move;
}
#product_images .mSCover {
  background-size: contain !important;
}
@media (max-width: 768px) {
  .tb_product_reviews {
    text-align: center;
  }
  .tb_product_reviews .tbAddReviewButton {
    margin-top: 24px;
  }
}
.return-product,
.return-detail {
  clear: both;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -30px;
  margin-right: -30px;
  padding-right: 30px;
}
.return-product:after,
.return-detail:after {
  content: "";
  display: table;
  clear: both;
}
.return-product > *,
.return-detail > * {
  float: left;
  width: 33.3333%;
  padding-left: 30px;
}
.return-reason table {
  margin-top: 6px;
}
.return-reason input[type="radio"] {
  margin-right: 0.5em;
}
.return-opened b {
  display: inline-block;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  #return_request_info table {
    font-size: 11px;
  }
  .return-product > *,
  .return-detail > * {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  .return-product:after,
  .return-detail:after {
    content: none;
  }
}
.tb_sitemap {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (max-width: 768px) {
  #sitemap .tb_list_1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.account-wishlist .tb_system_page_content table td:first-child {
  width: 1px;
}
.wishlist_total .tb_items {
  margin-left: 0.15em;
  margin-right: 0.15em;
}
.wishlist_total .tb_items:before {
  content: "(";
}
.wishlist_total .tb_items:after {
  content: ")";
}
.content:after,
.login-content:after {
  content: "";
  clear: both;
  display: table;
}
.content .left,
.content .right,
.login-content > .left,
.login-content > .right {
  width: 50%;
  padding-left: 18px;
}
.content .left,
.login-content > .left {
  float: left;
  margin-left: -18px;
}
.content .right:not(td):not(th),
.login-content > .right {
  float: right;
}
.content + *,
.tb_text_wrap + .content {
  margin-top: 36px;
}
.content + h2 {
  position: relative;
  padding-top: 36px;
}
@media (max-width: 768px) {
  .content,
  .login-content {
    margin-left: 0;
  }
  .content .left,
  .content .right,
  .login-content > .left,
  .login-content > .right {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  .login-content > .left + .right,
  .content .left + .right {
    margin-top: 36px;
  }
}
table.list > thead > tr > td,
.cart-info thead > tr > td {
  background-color: rgba(51, 51, 51, 0.1);
}
br + input[type="text"],
br + input[type="password"],
br + select,
br + textarea {
  margin-top: 6px;
}
input[name="captcha"] + br + img {
  margin-top: 12px;
}
input[type="checkbox"] ~ input[type="checkbox"],
input[type="checkbox"] ~ input[type="radio"],
input[type="radio"] ~ input[type="radio"],
input[type="radio"] ~ input[type="checkbox"] {
  margin-left: 10px;
}
input[type="checkbox"] ~ br + input[type="checkbox"],
input[type="radio"] ~ br + input[type="checkbox"],
input[type="checkbox"] ~ br + input[type="radio"],
input[type="radio"] ~ br + input[type="radio"] {
  margin-left: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline;
  float: none;
  width: auto;
}
input[type="checkbox"] ~ br + input[type="checkbox"] + label,
input[type="radio"] ~ br + input[type="checkbox"] + label,
input[type="checkbox"] ~ br + input[type="radio"] + label,
input[type="radio"] ~ br + input[type="radio"] + label {
  display: inline-block;
  margin-top: 12px;
  vertical-align: bottom;
}
table.form td {
  vertical-align: top;
  padding-bottom: 24px;
  line-height: 48px;
}
table.form td:first-child {
  width: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 18px;
  line-height: 24px;
}
table.form :last-child > tr:last-child td {
  padding-bottom: 0;
}
table.form tr:last-child td:first-child {
  padding-bottom: 12px;
}
table.form td:only-child {
  padding-bottom: 24px;
}
table.form :last-child > tr:last-child td:only-child {
  padding-bottom: 0;
}
table.form td:only-child br + input[type="text"],
table.form td:only-child br + input[type="email"],
table.form td:only-child br + input[type="password"],
table.form td:only-child br + select,
table.form td:only-child br + textarea {
  margin-top: 12px;
}
table.form td:only-child .button,
table.form td:only-child button {
  margin-bottom: 24px;
}
table.form input[type="checkbox"],
table.form input[type="radio"] {
  vertical-align: middle;
  margin-top: -0.15em;
}
table.form td > input[type="checkbox"],
table.form td > input[type="radio"] {
  margin-top: 0;
}
table.form .has-error td:last-child > :first-child {
  margin-right: 6px;
}
table.form td .error {
  margin-top: 0;
  margin-bottom: 0;
}
table.radio {
  width: auto;
  table-layout: auto;
  padding: 0;
}
table.radio tr td {
  padding: 18px 0 0 0;
}
table.radio tr:first-child td {
  padding: 0;
}
table.radio tr.highlight td {
  padding: 6px 0;
}
table.radio tr.highlight td:first-child {
  width: 10px;
  vertical-align: top;
}
table.radio label {
  width: auto;
  margin-left: 18px;
}
table.radio input {
  position: static;
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  table.form td:first-child {
    padding-top: 12px;
    padding-bottom: 36px;
  }
  table.form td > input[type="checkbox"]:first-child + label,
  table.form td > input[type="radio"]:first-child + label {
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  table.form,
  table.form thead,
  table.form tbody,
  table.form tr,
  table.form td {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  table.form td:first-child {
    padding-top: 0;
    padding-bottom: 6px !important;
  }
}
.success,
.attention,
.warning,
.information {
  margin-bottom: 36px;
  padding: 24px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.success img[src*="close.png"],
.warning img[src*="close.png"],
.attention img[src*="close.png"],
.information img[src*="close.png"] {
  display: none;
}
.success {
  color: green;
  background: #f4fbe4;
  border: 1px solid #e3f5bd;
}
.attention {
  color: #726300;
  background: #fffcd9;
  border: 1px solid #f0e190;
}
.warning {
  color: red;
  background: #ffede5;
  border: 1px solid #ffd8c3;
}
.information {
  color: #506778;
  background: #e9f6ff;
  border: 1px solid #c8e0f0;
}
span.wait img {
  display: none !important;
}
.box-heading > * {
  line-height: inherit !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  text-transform: inherit !important;
  font: inherit !important;
  color: inherit !important;
}
.box .box-heading img {
  display: inline-block;
  vertical-align: top;
}
table th.name,
table td.name {
  width: 100%;
}
.tb_addresses .content {
  position: relative;
  padding-left: 24px;
}
.tb_addresses .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  border-left: 5px solid;
  opacity: 0.2;
}
.tb_addresses .content td {
  vertical-align: top;
}
.tb_addresses .content td:first-child:first-line {
  font-weight: bold;
}
.tb_downloads th:not(.name),
.tb_orders th,
.tb_order_history td:not(:last-child) {
  width: 1px;
  white-space: nowrap;
}
.tb_downloads td {
  vertical-align: middle;
}
.tb_downloads .name {
  min-width: 150px;
}
.tb_orders .actions {
  text-align: right;
}
.checkout-content {
  display: none;
  padding: 36px 0;
}
.description span {
  font-weight: bold;
}
.tb_wt_product_images_system .left {
  display: none;
}
.options br {
  display: none;
}
.options .option {
  overflow: hidden;
  margin-top: 24px;
}
.options .option:first-child {
  margin-top: 0;
}
.options .option b,
.options .option .required {
  display: inline-block;
  float: left;
  padding-top: 12px;
  padding-bottom: 12px;
}
.options .option .required {
  padding-right: 3px;
}
.options .option b {
  max-width: 31%;
}
.options .option:last-child .error {
  margin-bottom: 0;
}
.options .tb_checkbox_row .tb_group,
.options .tb_radio_row .tb_group {
  padding-top: 12px;
  padding-bottom: 12px;
}
.options .tb_group:after {
  content: "";
  clear: both;
  display: table;
}
.options .option .tb_group,
.options #profile-description {
  float: right;
  margin-right: -12px;
  padding-right: 12px;
  width: 68.5%;
}
.options #profile-description:empty {
  display: none;
}
.options .tb_style_2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.options .tb_style_2 > span {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.options .tb_style_2 > b {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.options .tb_checkbox_row.tb_style_2 .tb_group,
.options .tb_radio_row.tb_style_2 .tb_group,
.options .tb_image_row.tb_style_2 .tb_group,
.options #profile-description {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  padding-right: 0;
}
.options .option input[type="checkbox"] {
  position: relative;
  top: -1px;
}
.options .option input[type="radio"] + label + br,
.options .option input[type="checkbox"] + label + br {
  display: block;
  margin-bottom: 12px;
}
.options .option input[type="radio"] + label + br + input,
.options .option input[type="checkbox"] + label + br + input {
  margin-left: 0;
  margin-right: 0;
}
.options .option input[type="radio"] + label + br:last-child,
.options .option input[type="checkbox"] + label + br:last-child {
  margin-bottom: 0;
}
.options .option input[type="button"] {
  height: 30px;
  line-height: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0 12px;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: baseline;
}
.options .option input[type="button"] + .wait {
  margin-top: -0.26em;
}
.options .option + .error,
.options .option > .error {
  display: block;
  min-width: 0;
  margin-left: 31.5%;
  padding-left: 12px;
  margin-top: 12px;
}
.options .option-image {
  table-layout: auto;
}
.options .option-image td label {
  width: auto;
}
.options .option-image td img {
  display: inline;
  float: none;
  vertical-align: top;
}
.options .option-image td:first-child + td label {
  margin-left: 12px;
  margin-right: 12px;
}
.options .option-image td:first-child + td + td {
  width: 100%;
}
.options #profile-description {
  display: block;
  margin-top: 6px;
}
.options .tb_checkbox_row.tb_style_2 input[type="checkbox"],
.options .tb_radio_row.tb_style_2 input[type="radio"] {
  display: none;
}
.options .tb_radio_row.tb_style_2 label,
.options .tb_checkbox_row.tb_style_2 label {
  display: block;
  float: left;
  min-width: 48px;
  text-align: center;
  cursor: pointer;
}
.options .tb_radio_row.tb_style_2 .tb_group,
.options .tb_checkbox_row.tb_style_2 .tb_group,
.options .tb_image_row.tb_style_2 .tb_group {
  margin-top: -12px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.options .tb_radio_row.tb_style_2 .tb_group br,
.options .tb_checkbox_row.tb_style_2 .tb_group br {
  display: none;
}
.options .tb_image_row.tb_style_2 label {
  line-height: 10px;
}
.options .tb_image_row.tb_style_2 table,
.options .tb_image_row.tb_style_2 table tbody,
.options .tb_image_row.tb_style_2 table tr,
.options .tb_image_row.tb_style_2 table td {
  display: block;
  width: auto;
}
.options .tb_image_row.tb_style_2 table tbody:after {
  content: "";
  display: table;
  clear: both;
}
.options .tb_image_row.tb_style_2 tr {
  float: left;
  margin: 12px 12px 0 0;
}
.options .tb_image_row.tb_style_2 td:first-child,
.options .tb_image_row.tb_style_2 td:first-child + td + td {
  display: none;
}
.options .tb_image_row.tb_style_2 label {
  margin: 0 !important;
  padding: 3px;
  cursor: pointer;
}
.options .tb_image_row.tb_style_2 label img {
  padding: 1px;
  background: #fff;
}
.tb_max_w_300 .option b,
.tb_max_w_300 .option .required {
  float: none;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
.tb_max_w_300 .option .required {
  padding-right: 0;
}
.tb_max_w_300 .option b {
  max-width: none;
}
.tb_max_w_300 .tb_checkbox_row,
.tb_max_w_300 .tb_radio_row,
.tb_max_w_300 .tb_image_row {
  display: block;
}
.tb_max_w_300 .tb_checkbox_row .tb_group,
.tb_max_w_300 .tb_radio_row .tb_group {
  padding-top: 0;
  padding-bottom: 0;
}
.tb_max_w_300 .option .tb_group,
.tb_max_w_300 #profile-description {
  float: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.tb_max_w_300 .option + .error,
.tb_max_w_300 .option > .error {
  margin-left: 0;
  padding-left: 0;
}
.tb_max_w_300 .option input[type="button"] {
  float: none;
}
.tb_max_w_300 .option .tb_group {
  padding-right: 0;
  padding-left: 0;
}
#adv_search_box input[type="text"],
#adv_search_box select,
#adv_search_box a.tb_button_1 {
  float: left;
  margin-right: 10px;
}
#adv_search_box select {
  width: 150px;
}
#adv_search_box .tb_button_1 {
  width: 80px;
  margin-left: 0;
}
#adv_search_box .tb_button_1 .tb_text {
  text-align: center;
}
#adv_search_box > :last-child {
  margin-bottom: 0;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides {
  margin: 0 auto;
}
.rslides_container {
  position: relative;
  height: 344px;
  margin-bottom: 25px;
}
.centered-btns_nav {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;

  margin-top: -15px;
}
.centered-btns_nav:active {
  opacity: 1;
}
.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.transparent-btns_nav {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  opacity: 0;
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
}
.transparent-btns_nav.next {
  left: auto;
  right: 0;
}
.large-btns_nav {
  position: absolute;
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;

  width: 38px;
}
.large-btns_nav:active {
  opacity: 1;
}
.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
}
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
}
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  bottom: 38px;
  text-align: center;
  position: inherit;
}
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}
.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  margin-right: 5px;
}
.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 25px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 13px;
  height: 13px;
}
.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 1240px) {
  .rslides_container {
    height: 279px;
  }
  .centered-btns_tabs,
  .transparent-btns_tabs,
  .large-btns_tabs {
    bottom: 35px;
  }
}
.tb_accordion > * {
  margin: 0;
}
.tb_accordion_content > div {
  display: none;
}
.tb_accordion_content > span.tb_title:first-child + div,
.tb_accordion > h2:first-child + div {
  display: block;
}
.panel-group > .panel > .panel-heading {
  margin-bottom: 0;
}
.tb_accordion .tb_title,
.tb_accordion > h2,
.checkout-heading,
.panel-group > .panel > .panel-heading .panel-title,
.panel-group > .panel > .panel-heading .panel-title [data-parent] {
  position: relative;
  z-index: 30;
  display: block;
  outline: none !important;
  cursor: pointer;
}
.panel-group > .panel > .panel-heading .panel-title:not([data-parent]) {
  cursor: default;
}
.tb_accordion .ui-accordion-header .ui-icon,
.checkout-heading:before,
.panel-group > .panel > .panel-heading [data-toggle]:before {
  display: inline-block;
  width: 0.8em;
  text-align: center;
  font-weight: normal;
  font-family: "FontAwesome";
  vertical-align: top;
}
.tb_accordion .ui-accordion-header .ui-icon:before,
.checkout-heading:before,
.panel-group > .panel > .panel-heading [data-toggle]:not(.has_icon):before {
  content: "\f105";
  float: none;
  margin-top: -0.055em;
  vertical-align: top;
}
.checkout-heading:before,
.panel-group > .panel > .panel-heading [data-toggle]:before {
  margin-right: 6px;
  padding-top: 0;
}
.tb_accordion .ui-accordion-header.ui-state-active .ui-icon:before,
.panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed):before,
.checkout-heading.tb_opened:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 0;
}
.tb_accordion .tb_wt {
  margin-bottom: 0;
}
.tb_accordion.tb_style_1:not(.panel-group) {
  margin-bottom: -1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.tb_accordion.tb_style_1 .tb_title,
.tb_accordion.tb_style_1 > h2,
.tb_accordion.tb_style_1 .tb_title + div,
.tb_accordion.tb_style_1 > h2 + div,
.panel-group:not(.tb_style_2) > .panel > .panel-heading > .panel-title,
.panel-group:not(.tb_style_2) > .panel > .panel-heading [data-toggle],
.panel-group:not(.tb_style_2) > .panel > .panel-collapse,
.checkout-heading {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.tb_accordion.tb_style_1 .tb_title,
.tb_accordion.tb_style_1 > h2,
.checkout-heading,
.panel-group:not(.tb_style_2) > .panel > .panel-heading .panel-title,
.panel-group:not(.tb_style_2) > .panel > .panel-heading [data-toggle] {
  padding: 11px 23px;
  border-bottom-color: rgba(0, 0, 0, 0.12) !important;
}
.panel-group:not(.tb_style_2)
  > .panel
  > .panel-heading
  [data-toggle]:not(.panel-title) {
  margin: -12px -24px;
}
.tb_accordion.tb_style_1 .tb_title:not(:first-child),
.tb_accordion.tb_style_1 .tb_title + div > div,
.tb_accordion.tb_style_1
  .ui-accordion-content[style*="display: none"]
  + .ui-accordion-header,
.panel-group:not(.tb_style_2)
  > .panel:not(:first-child)
  > .panel-heading
  .panel-title,
.panel-group:not(.tb_style_2)
  > .panel:not(:first-child)
  > .panel-heading
  [data-toggle] {
  border-top-color: transparent !important;
}
.tb_accordion.tb_style_1
  .ui-accordion-header.last:not(.ui-accordion-header-active) {
  border-bottom-color: transparent !important;
}
.tb_accordion .tb_title + div,
.panel-group:not(.tb_style_2) > .panel > .panel-collapse {
  border-top: none !important;
  border-bottom-width: 0 !important;
  border-bottom-style: none !important;
}
.tb_accordion:not(.tb_style_2) .tb_accordion_content > div > .panel-body,
.panel-group:not(.tb_style_2) > .panel > .panel-collapse > .panel-body {
  margin: 0 -1px;
}
.tb_accordion:not(.tb_style_2)
  .tb_accordion_content
  > div
  > .panel-body:not([class*="tb_pt_"]),
.panel-group:not(.tb_style_2)
  > .panel
  > .panel-collapse
  > .panel-body:not([class*="tb_pt_"]) {
  padding-top: 36px;
  padding-bottom: 36px;
}
.panel-group.tb_style_1 > .panel:last-child > .panel-collapse {
  margin-bottom: -1px;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}
.tb_accordion.tb_style_2 .tb_title,
.tb_accordion.tb_style_2 > h2,
.panel-group.tb_style_2 > .panel > .panel-title {
  padding-top: 6px;
  padding-bottom: 6px;
}
.tb_accordion.tb_style_2 .ui-accordion-header,
.panel-group.tb_style_2 > .panel > .panel-title,
.panel-group.tb_style_2 > .panel > .panel-heading [data-toggle] {
  background-color: transparent !important;
}
.panel-group.tb_style_2
  > .panel
  > .panel-collapse
  > .panel-body:not([class*="tb_pt_"]) {
  padding-top: 24px;
  padding-bottom: 24px;
}
.tb_accordion.tb_style_2 > div > .panel-body,
.panel-group.tb_style_2 > .panel:last-child > .panel-collapse > .panel-body {
  padding-bottom: 0 !important;
}
.tb_counter {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
}
h4 + .tb_counter.tb_style_1 {
  margin: 20px 0 10px 0 !important;
}
.tb_listing .tb_counter.tb_style_1 {
  margin-top: 20px !important;
}
.tb_counter.tb_style_1 .tb_counter_label,
.tb_counter.tb_style_1 .tb_counter_time {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}
.tb_counter.tb_style_1 .tb_counter_label {
  -ms-flex: 19 1 0px;
  -webkit-flex: 19 1 0px;
  flex: 19 1 0px;
  min-width: 80px;
  margin: 0;
  padding: 6px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tb_counter.tb_style_1:hover .tb_counter_label {
  top: -36px;
}
.tb_counter.tb_style_1 .tb_counter_time {
  position: relative;
  z-index: 2;
  -ms-flex: 81 1 200px;
  -webkit-flex: 81 1 200px;
  flex: 81 1 200px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tb_counter.tb_style_1 .tb_counter_time > span,
.tb_counter.tb_style_1 .tb_counter_time > span:after {
  display: block;
  text-align: center;
}
.tb_counter.tb_style_1 .tb_counter_time > span {
  -ms-flex: 25 1 0px;
  -webkit-flex: 25 1 0px;
  flex: 25 1 0px;
  min-width: 50px;
  padding: 0.7em 0.1em 0.5em 0.1em !important;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
}
.tb_counter.tb_style_1 .tb_counter_time > span:after {
  line-height: 24px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  font-family: Arial;
  opacity: 0.5;
}
.tb_overlay,
.tb_flip {
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px;
}
.tb_flip {
  background: transparent !important;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.tb_flip:hover {
  z-index: 4;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.tb_overlay .tb_front,
.tb_overlay .tb_back,
.tb_flip .tb_front,
.tb_flip .tb_back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tb_overlay .tb_front,
.tb_overlay .tb_back {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.tb_flip .tb_front,
.tb_flip .tb_back {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tb_overlay .tb_front,
.tb_flip .tb_front {
  z-index: 3;
  position: relative;
}
.tb_overlay .tb_back,
.tb_flip .tb_back {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
}
.tb_overlay:hover .tb_back,
.tb_flip:hover .tb_back {
  z-index: 4;
}
.tb_overlay:not(:hover) .tb_back *,
.tb_flip:not(:hover) .tb_back * {
  pointer-events: none;
}
.tb_overlay .tb_back {
  opacity: 0;
}
.tb_overlay .tb_front,
.tb_overlay:hover .tb_back {
  opacity: 1;
}
.tb_flip .tb_front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.tb_flip:hover .tb_front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.tb_flip .tb_back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.tb_flip:hover .tb_back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.tb_preload,
.tb_loading {
  position: relative;
}
.tb_preload > * {
  transition: opacity 0.5s;
  transition-delay: 0.3s;
}
.tb_loading {
  overflow: hidden;
}
.tb_loading:before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
}
.tb_loading * {
  pointer-events: none;
}
.tb_loading > * {
  opacity: 0;
}
.tb_loading > span.wait,
.tb_loading > i.fa.fa-circle-o-notch.fa-spin,
.tb_loading > .tb_loading_bar {
  opacity: 1;
}
.tb_preload:not(.tb_loading) > * {
  opacity: 1;
}
.tb_preload:not(.tb_loading) > .tb_loading_bar {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
span.wait,
i.fa.fa-circle-o-notch.fa-spin,
.tb_loading_bar {
  position: relative;
  display: inline-block;
  transition-delay: 0s !important;
}
span.wait,
i.fa.fa-circle-o-notch.fa-spin {
  width: 18px;
  height: 18px;
  line-height: 16px;
}
.tb_loading_bar {
  width: 30px;
  height: 30px;
}
span.wait:before,
span.wait:after,
i.fa.fa-circle-o-notch.fa-spin:before,
i.fa.fa-circle-o-notch.fa-spin:after,
.tb_loading_bar:before,
.tb_loading_bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: 0 !important;
  border-radius: 50%;
  border-style: solid !important;
}
span.wait:after,
i.fa.fa-circle-o-notch.fa-spin:after,
.tb_loading_bar:after {
  border: 2px solid;
  opacity: 0.15;
}
span.wait:before,
i.fa.fa-circle-o-notch.fa-spin:before,
.tb_loading_bar:before {
  border-top: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-collapse: collapse;
  opacity: 0.7;
  -webkit-animation-name: tb_rotate;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-name: tb_rotate;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
span.wait:before,
i.fa.fa-circle-o-notch.fa-spin:before {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.tb_loading > span.wait,
.tb_loading > i.fa.fa-circle-o-notch.fa-spin,
.tb_loading > .tb_loading_bar {
  z-index: 100;
  position: absolute;
  left: 50%;
}
.tb_loading > .tb_loading_bar {
  top: 100px;
  margin-left: -15px;
}
.tb_loading > span.wait,
.tb_loading > i.fa.fa-circle-o-notch.fa-spin {
  top: 50%;
  margin: -8px 0 0 -8px;
}
.tb_loading:not(.tb_preload) > *:not(.fa):not(.wait),
.tb_loading:not(.tb_preload) > *:not(.fa):not(.wait) {
  overflow: hidden;
  visibility: hidden;
}
.tb_loading:not(.tb_preload) .btn {
  opacity: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
}
span.wait,
i.fa.fa-circle-o-notch.fa-spin {
  margin-right: 12px;
  vertical-align: middle;
}
select + span.wait,
select + i.fa.fa-circle-o-notch.fa-spin {
  margin-left: 12px;
  margin-top: -0.2em;
}
.button + span.wait,
.btn + span.wait,
.btn + i.fa.fa-circle-o-notch.fa-spin {
  margin-left: 12px;
}
.btn span.wait,
.btn i.fa.fa-circle-o-notch.fa-spin {
  margin: -0.1em 0 0 0;
}
.rating * {
  display: inline-block;
  vertical-align: top;
}
.rating .tb_bar {
  position: relative;
}
.rating .tb_bar {
  white-space: nowrap;
  font-size: 15px;
}
.rating .tb_bar .tb_base,
.rating .tb_bar .tb_percent {
  display: inline-block;
  letter-spacing: 0.15em;
  font-family: FontAwesome;
}
.rating .tb_bar .tb_base:before {
  content: "\f006\f006\f006\f006\f006";
}
.rating .tb_bar .tb_percent {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.rating .tb_bar .tb_percent:before {
  content: "\f005\f005\f005\f005\f005";
}
.rating .tb_bar:not(:last-child) {
  margin-right: 0.2em;
}
.rating .tb_average {
  margin-top: -1px;
  letter-spacing: 1px;
  vertical-align: top;
  font-weight: bold;
}
.tb_grid_view .rating .tb_average {
  display: none;
}
.tb_compact_view .rating .tb_average {
  display: inline-block;
}
.rating .tb_total {
  display: inline-block;
  margin-top: -1px;
}
.rating .tb_total,
.rating + .tb_total {
  letter-spacing: 0;
  font-weight: normal;
  font-size: 11px;
  vertical-align: top;
  opacity: 0.6;
}
.rating .tb_review_write {
  margin-left: 5px;
  padding-left: 7px;
  border-left-width: 1px;
  border-left-style: solid;
}
.rating.tb_max_w_320 .tb_review_write {
  display: block;
  margin: 6px 0 0 0;
  padding: 0;
  border: none;
}
.tb_item:after {
  content: "";
  clear: both;
  display: table;
}
.tb_listing {
  position: relative;
  clear: both;
  margin-bottom: 36px;
}
.tb_listing:after {
  clear: both;
}
.tb_listing:last-child {
  margin-bottom: 0;
}
.tb_grid_view,
.tb_grid_view > div,
.tb_grid_view > li,
.tb_grid_view > span,
.tb_grid_view .tb_item,
.tb_grid_view .tb_flip,
.tb_grid_view .tb_overlay,
.tb_grid_view .tb_item_info_active,
.tb_grid_view .tb_item_info_hover {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
}
.tb_grid_view {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.tb_grid_view[class*="tb_size_"] {
  opacity: 1;
}
.tb_grid_view > div,
.tb_grid_view > li,
.tb_grid_view > span {
  position: relative;
  float: left;
}
.tb_grid_view .tb_item {
  width: 100%;
  text-align: center;
}
.tb_grid_view .tb_item,
.tb_grid_view .tb_item > * {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tb_grid_view .tb_flip:not(.image),
.tb_grid_view .tb_item_info_hover:not(.tb_item_hovered) {
  width: 100%;
  height: 100%;
}
.tb_grid_view.tb_gut_0 {
  margin-left: -0px;
  margin-right: -0px;
  padding-right: 0px;
}
.tb_grid_view.tb_gut_0 > div,
.tb_grid_view.tb_gut_0 > li,
.tb_grid_view.tb_gut_0 > span {
  margin-bottom: 0px;
  padding-left: 0px;
}
.tb_grid_view.tb_gut_10 {
  margin-left: -10px;
  margin-right: -10px;
  padding-right: 10px;
}
.tb_grid_view.tb_gut_10 > div,
.tb_grid_view.tb_gut_10 > li,
.tb_grid_view.tb_gut_10 > span {
  margin-bottom: 10px;
  padding-left: 10px;
}
.tb_grid_view.tb_gut_20 {
  margin-left: -20px;
  margin-right: -20px;
  padding-right: 20px;
}
.tb_grid_view.tb_gut_20 > div,
.tb_grid_view.tb_gut_20 > li,
.tb_grid_view.tb_gut_20 > span {
  margin-bottom: 20px;
  padding-left: 20px;
}
.tb_grid_view.tb_gut_30 {
  margin-left: -30px;
  margin-right: -30px;
  padding-right: 30px;
}
.tb_grid_view.tb_gut_30 > div,
.tb_grid_view.tb_gut_30 > li,
.tb_grid_view.tb_gut_30 > span {
  margin-bottom: 30px;
  padding-left: 30px;
}
.tb_grid_view.tb_gut_40 {
  margin-left: -40px;
  margin-right: -40px;
  padding-right: 40px;
}
.tb_grid_view.tb_gut_40 > div,
.tb_grid_view.tb_gut_40 > li,
.tb_grid_view.tb_gut_40 > span {
  margin-bottom: 40px;
  padding-left: 40px;
}
.tb_grid_view.tb_gut_50 {
  margin-left: -50px;
  margin-right: -50px;
  padding-right: 50px;
}
.tb_grid_view.tb_gut_50 > div,
.tb_grid_view.tb_gut_50 > li,
.tb_grid_view.tb_gut_50 > span {
  margin-bottom: 50px;
  padding-left: 50px;
}
.tb_grid_view.tb_size_1 > div,
.tb_grid_view.tb_size_1 > li,
.tb_grid_view.tb_size_1 > span {
  height: auto !important;
}
.tb_grid_view.tb_size_1 > div,
.tb_grid_view.tb_size_1 > li,
.tb_grid_view.tb_size_1 > span {
  width: 100%;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}
.tb_grid_view.tb_size_2 > div,
.tb_grid_view.tb_size_2 > li,
.tb_grid_view.tb_size_2 > span {
  width: 50%;
  max-width: 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}
.tb_grid_view.tb_size_3 > div,
.tb_grid_view.tb_size_3 > li,
.tb_grid_view.tb_size_3 > span {
  width: 33.33333333%;
  max-width: 33.33333333%;
  -ms-flex: 0 0 33.33333333%;
  -webkit-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
}
.tb_grid_view.tb_size_4 > div,
.tb_grid_view.tb_size_4 > li,
.tb_grid_view.tb_size_4 > span {
  width: 25%;
  max-width: 25%;
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
}
.tb_grid_view.tb_size_5 > div,
.tb_grid_view.tb_size_5 > li,
.tb_grid_view.tb_size_5 > span {
  width: 20%;
  max-width: 20%;
  -ms-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
}
.tb_grid_view.tb_size_6 > div,
.tb_grid_view.tb_size_6 > li,
.tb_grid_view.tb_size_6 > span {
  width: 16.66666666%;
  max-width: 16.66666666%;
  -ms-flex: 0 0 16.66666666%;
  -webkit-flex: 0 0 16.66666666%;
  flex: 0 0 16.66666666%;
}
.tb_grid_view.tb_size_7 > div,
.tb_grid_view.tb_size_7 > li,
.tb_grid_view.tb_size_7 > span {
  width: 14.28571428%;
  max-width: 14.28571428%;
  -ms-flex: 0 0 14.28571428%;
  -webkit-flex: 0 0 14.28571428%;
  flex: 0 0 14.28571428%;
}
.tb_grid_view.tb_size_8 > div,
.tb_grid_view.tb_size_8 > li,
.tb_grid_view.tb_size_8 > span {
  width: 12.5%;
  max-width: 12.5%;
  -ms-flex: 0 0 12.5%;
  -webkit-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
}
.tb_grid_view.tb_size_9 > div,
.tb_grid_view.tb_size_9 > li,
.tb_grid_view.tb_size_9 > span {
  width: 11.11111111%;
  max-width: 11.11111111%;
  -ms-flex: 0 0 11.11111111%;
  -webkit-flex: 0 0 11.11111111%;
  flex: 0 0 11.11111111%;
}
.tb_grid_view.tb_size_10 > div,
.tb_grid_view.tb_size_10 > li,
.tb_grid_view.tb_size_10 > span {
  width: 10%;
  max-width: 10%;
  -ms-flex: 0 0 10%;
  -webkit-flex: 0 0 10%;
  flex: 0 0 10%;
}
.tb_grid_view.tb_size_11 > div,
.tb_grid_view.tb_size_11 > li,
.tb_grid_view.tb_size_11 > span {
  width: 9.09090909%;
  max-width: 9.09090909%;
  -ms-flex: 0 0 9.09090909%;
  -webkit-flex: 0 0 9.09090909%;
  flex: 0 0 9.09090909%;
}
.tb_grid_view.tb_size_12 > div,
.tb_grid_view.tb_size_12 > li,
.tb_grid_view.tb_size_12 > span {
  width: 8.33333333%;
  max-width: 8.33333333%;
  -ms-flex: 0 0 8.33333333%;
  -webkit-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
}
.tb_grid_view.tb_size_2 > .tb_size_2_last,
.tb_grid_view.tb_size_3 > .tb_size_3_last,
.tb_grid_view.tb_size_4 > .tb_size_4_last,
.tb_grid_view.tb_size_5 > .tb_size_5_last,
.tb_grid_view.tb_size_6 > .tb_size_6_last,
.tb_grid_view.tb_size_7 > .tb_size_7_last,
.tb_grid_view.tb_size_8 > .tb_size_8_last,
.tb_grid_view.tb_size_9 > .tb_size_9_last,
.tb_grid_view.tb_size_10 > .tb_size_10_last,
.tb_grid_view.tb_size_11 > .tb_size_11_last,
.tb_grid_view.tb_size_12 > .tb_size_12_last,
.tb_grid_view[class] > :last-child,
.tb_grid_view[class] > [class]:last-child {
  margin-bottom: 0;
}
.tb_size_1.tb_max_rows_1 > div:nth-child(n + 2),
.tb_size_1.tb_max_rows_2 > div:nth-child(n + 3),
.tb_size_1.tb_max_rows_3 > div:nth-child(n + 4),
.tb_size_1.tb_max_rows_4 > div:nth-child(n + 5),
.tb_size_1.tb_max_rows_5 > div:nth-child(n + 6),
.tb_size_1.tb_max_rows_6 > div:nth-child(n + 7),
.tb_size_1.tb_max_rows_7 > div:nth-child(n + 8),
.tb_size_1.tb_max_rows_8 > div:nth-child(n + 9),
.tb_size_1.tb_max_rows_9 > div:nth-child(n + 10),
.tb_size_1.tb_max_rows_10 > div:nth-child(n + 11),
.tb_size_2.tb_max_rows_1 > div:nth-child(n + 3),
.tb_size_2.tb_max_rows_2 > div:nth-child(n + 5),
.tb_size_2.tb_max_rows_3 > div:nth-child(n + 7),
.tb_size_2.tb_max_rows_4 > div:nth-child(n + 9),
.tb_size_2.tb_max_rows_5 > div:nth-child(n + 11),
.tb_size_2.tb_max_rows_6 > div:nth-child(n + 13),
.tb_size_2.tb_max_rows_7 > div:nth-child(n + 15),
.tb_size_2.tb_max_rows_8 > div:nth-child(n + 17),
.tb_size_2.tb_max_rows_9 > div:nth-child(n + 19),
.tb_size_2.tb_max_rows_10 > div:nth-child(n + 21),
.tb_size_3.tb_max_rows_1 > div:nth-child(n + 4),
.tb_size_3.tb_max_rows_2 > div:nth-child(n + 7),
.tb_size_3.tb_max_rows_3 > div:nth-child(n + 10),
.tb_size_3.tb_max_rows_4 > div:nth-child(n + 13),
.tb_size_3.tb_max_rows_5 > div:nth-child(n + 16),
.tb_size_3.tb_max_rows_6 > div:nth-child(n + 19),
.tb_size_3.tb_max_rows_7 > div:nth-child(n + 22),
.tb_size_3.tb_max_rows_8 > div:nth-child(n + 25),
.tb_size_3.tb_max_rows_9 > div:nth-child(n + 28),
.tb_size_3.tb_max_rows_10 > div:nth-child(n + 31),
.tb_size_4.tb_max_rows_1 > div:nth-child(n + 5),
.tb_size_4.tb_max_rows_2 > div:nth-child(n + 9),
.tb_size_4.tb_max_rows_3 > div:nth-child(n + 13),
.tb_size_4.tb_max_rows_4 > div:nth-child(n + 17),
.tb_size_4.tb_max_rows_5 > div:nth-child(n + 21),
.tb_size_4.tb_max_rows_6 > div:nth-child(n + 25),
.tb_size_4.tb_max_rows_7 > div:nth-child(n + 29),
.tb_size_4.tb_max_rows_8 > div:nth-child(n + 33),
.tb_size_4.tb_max_rows_9 > div:nth-child(n + 37),
.tb_size_4.tb_max_rows_10 > div:nth-child(n + 41),
.tb_size_5.tb_max_rows_1 > div:nth-child(n + 6),
.tb_size_5.tb_max_rows_2 > div:nth-child(n + 11),
.tb_size_5.tb_max_rows_3 > div:nth-child(n + 16),
.tb_size_5.tb_max_rows_4 > div:nth-child(n + 21),
.tb_size_5.tb_max_rows_5 > div:nth-child(n + 26),
.tb_size_5.tb_max_rows_6 > div:nth-child(n + 31),
.tb_size_5.tb_max_rows_7 > div:nth-child(n + 36),
.tb_size_5.tb_max_rows_8 > div:nth-child(n + 41),
.tb_size_5.tb_max_rows_9 > div:nth-child(n + 46),
.tb_size_5.tb_max_rows_10 > div:nth-child(n + 51),
.tb_size_6.tb_max_rows_1 > div:nth-child(n + 7),
.tb_size_6.tb_max_rows_2 > div:nth-child(n + 13),
.tb_size_6.tb_max_rows_3 > div:nth-child(n + 19),
.tb_size_6.tb_max_rows_4 > div:nth-child(n + 25),
.tb_size_6.tb_max_rows_5 > div:nth-child(n + 31),
.tb_size_6.tb_max_rows_6 > div:nth-child(n + 37),
.tb_size_6.tb_max_rows_7 > div:nth-child(n + 43),
.tb_size_6.tb_max_rows_8 > div:nth-child(n + 49),
.tb_size_6.tb_max_rows_9 > div:nth-child(n + 55),
.tb_size_6.tb_max_rows_10 > div:nth-child(n + 61),
.tb_size_7.tb_max_rows_1 > div:nth-child(n + 8),
.tb_size_7.tb_max_rows_2 > div:nth-child(n + 15),
.tb_size_7.tb_max_rows_3 > div:nth-child(n + 22),
.tb_size_7.tb_max_rows_4 > div:nth-child(n + 29),
.tb_size_7.tb_max_rows_5 > div:nth-child(n + 36),
.tb_size_7.tb_max_rows_6 > div:nth-child(n + 43),
.tb_size_7.tb_max_rows_7 > div:nth-child(n + 50),
.tb_size_7.tb_max_rows_8 > div:nth-child(n + 57),
.tb_size_7.tb_max_rows_9 > div:nth-child(n + 64),
.tb_size_7.tb_max_rows_10 > div:nth-child(n + 71),
.tb_size_8.tb_max_rows_1 > div:nth-child(n + 9),
.tb_size_8.tb_max_rows_2 > div:nth-child(n + 17),
.tb_size_8.tb_max_rows_3 > div:nth-child(n + 25),
.tb_size_8.tb_max_rows_4 > div:nth-child(n + 33),
.tb_size_8.tb_max_rows_5 > div:nth-child(n + 41),
.tb_size_8.tb_max_rows_6 > div:nth-child(n + 49),
.tb_size_8.tb_max_rows_7 > div:nth-child(n + 57),
.tb_size_8.tb_max_rows_8 > div:nth-child(n + 65),
.tb_size_8.tb_max_rows_9 > div:nth-child(n + 73),
.tb_size_8.tb_max_rows_10 > div:nth-child(n + 81),
.tb_size_9.tb_max_rows_1 > div:nth-child(n + 10),
.tb_size_9.tb_max_rows_2 > div:nth-child(n + 19),
.tb_size_9.tb_max_rows_3 > div:nth-child(n + 28),
.tb_size_9.tb_max_rows_4 > div:nth-child(n + 37),
.tb_size_9.tb_max_rows_5 > div:nth-child(n + 46),
.tb_size_9.tb_max_rows_6 > div:nth-child(n + 55),
.tb_size_9.tb_max_rows_7 > div:nth-child(n + 64),
.tb_size_9.tb_max_rows_8 > div:nth-child(n + 73),
.tb_size_9.tb_max_rows_9 > div:nth-child(n + 82),
.tb_size_9.tb_max_rows_10 > div:nth-child(n + 91),
.tb_size_10.tb_max_rows_1 > div:nth-child(n + 11),
.tb_size_10.tb_max_rows_2 > div:nth-child(n + 21),
.tb_size_10.tb_max_rows_3 > div:nth-child(n + 31),
.tb_size_10.tb_max_rows_4 > div:nth-child(n + 41),
.tb_size_10.tb_max_rows_5 > div:nth-child(n + 51),
.tb_size_10.tb_max_rows_6 > div:nth-child(n + 61),
.tb_size_10.tb_max_rows_7 > div:nth-child(n + 71),
.tb_size_10.tb_max_rows_8 > div:nth-child(n + 81),
.tb_size_10.tb_max_rows_9 > div:nth-child(n + 91),
.tb_size_10.tb_max_rows_10 > div:nth-child(n + 101),
.tb_size_11.tb_max_rows_1 > div:nth-child(n + 12),
.tb_size_11.tb_max_rows_2 > div:nth-child(n + 23),
.tb_size_11.tb_max_rows_3 > div:nth-child(n + 34),
.tb_size_11.tb_max_rows_4 > div:nth-child(n + 45),
.tb_size_11.tb_max_rows_5 > div:nth-child(n + 56),
.tb_size_11.tb_max_rows_6 > div:nth-child(n + 67),
.tb_size_11.tb_max_rows_7 > div:nth-child(n + 78),
.tb_size_11.tb_max_rows_8 > div:nth-child(n + 89),
.tb_size_11.tb_max_rows_9 > div:nth-child(n + 100),
.tb_size_11.tb_max_rows_10 > div:nth-child(n + 111),
.tb_size_12.tb_max_rows_1 > div:nth-child(n + 13),
.tb_size_12.tb_max_rows_2 > div:nth-child(n + 25),
.tb_size_12.tb_max_rows_3 > div:nth-child(n + 37),
.tb_size_12.tb_max_rows_4 > div:nth-child(n + 49),
.tb_size_12.tb_max_rows_5 > div:nth-child(n + 61),
.tb_size_12.tb_max_rows_6 > div:nth-child(n + 73),
.tb_size_12.tb_max_rows_7 > div:nth-child(n + 85),
.tb_size_12.tb_max_rows_8 > div:nth-child(n + 97),
.tb_size_12.tb_max_rows_9 > div:nth-child(n + 109),
.tb_size_12.tb_max_rows_10 > div:nth-child(n + 121),
.tb_grid_view.tb_size_13.tb_max_rows_11 {
  display: none;
}
.tb_list_view > div,
.tb_list_view > li,
.tb_list_view > span {
  position: relative;
  clear: both;
  margin-top: 36px;
}
.tb_list_view > div:first-child,
.tb_list_view > li:first-child,
.tb_list_view > span:first-child {
  margin-top: 0 !important;
}
.tb_compact_view > div,
.tb_compact_view > li,
.tb_compact_view > span {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 !important;
  background: transparent;
}
.tb_compact_view > div + div,
.tb_compact_view > li + li,
.tb_compact_view > span + span {
  margin-top: 24px;
}
.tb_compact_view .image,
.tb_compact_view .thumbnail {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 !important;
}
.tb_compact_view .image:not(:last-child),
.tb_compact_view .thumbnail:not(:last-child) {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 !important;
  margin-right: 18px !important;
}
.tb_compact_view .image + div,
.tb_compact_view .thumbnail + div {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 100px;
}
.tb_compact_view h3,
.tb_compact_view h4,
.tb_compact_view .name,
.tb_compact_view.tb_compact_view .price {
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}
.tb_compact_view h3 a,
.tb_compact_view h4 a,
.tb_compact_view .name a {
  display: block;
}
.tb_listing + .pagination {
  border-top-width: 1px;
  border-top-style: solid;
}
.tb_grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -30px;
}
.tb_grid > div,
.tb_grid > li,
.tb_grid > span {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  margin-top: 30px;
  padding-left: 30px;
}
.tb_grid > :empty {
  display: block !important;
  height: 0;
  margin: 0 !important;
  border-top: none;
  border-bottom: none;
}
.tb_slider {
  overflow: hidden;
  position: static;
  display: block !important;
  float: none;
  margin: -60px 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 60px;
  padding-bottom: 60px;
  direction: ltr;
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
.swiper-container {
  overflow: visible;
  display: block !important;
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  contain: layout;
}
.swiper-container:before {
  content: none !important;
}
.swiper-container > .swiper-wrapper {
  box-sizing: content-box;
}
.swiper-container,
.swiper-container > .swiper-wrapper,
.swiper-container > .swiper-wrapper > .swiper-slide {
  max-width: none !important;
  height: auto !important;
}
.swiper-container > .swiper-wrapper > .swiper-slide {
  direction: ltr;
  width: auto !important;
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
}
.swiper-container > .swiper-wrapper > .swiper-slide > * {
  width: auto;
  height: 100%;
  max-width: none;
  min-width: 0;
  padding: 0;
}
.tb_slider_controls {
  z-index: 40;
  position: absolute;
  top: 0;
  direction: ltr;
}
.tb_slider_controls a {
  position: relative;
  display: inline-block;
  width: 20px;
  margin-left: 6px;
  line-height: inherit;
  text-align: center;
  cursor: pointer;
  outline: none !important;
  vertical-align: top;
}
.tb_slider_controls a:before {
  content: ">";
  position: relative;
  z-index: 1;
  display: block;
  opacity: 0;
}
.tb_slider_controls a.tb_prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tb_slider_controls svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  max-width: none;
  max-height: none;
  margin: -12px 0 0 -12px;
}
.tb_slider_controls .tb_disabled {
  opacity: 0.5;
}
.has_slider.tb_side_nav .tb_grid_view.tb_style_bordered.tb_multiline,
:not(.panel-body)
  > .has_slider.no_title
  .tb_grid_view.tb_multiline:not(.tb_slider),
.tb_side_nav .tb_slider {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_0.tb_multiline:not(.tb_slider) {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_10.tb_multiline:not(.tb_slider) {
  margin-left: 38px !important;
  margin-right: 38px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_20.tb_multiline:not(.tb_slider) {
  margin-left: 28px !important;
  margin-right: 28px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_30.tb_multiline:not(.tb_slider) {
  margin-left: 18px !important;
  margin-right: 18px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_40.tb_multiline:not(.tb_slider) {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_50.tb_multiline:not(.tb_slider) {
  margin-left: -2px !important;
  margin-right: -2px !important;
}
.has_slider .tb_grid_view.tb_multiline > * {
  margin-bottom: 0;
}
.tb_side_nav .tb_slider_controls {
  position: static;
  visibility: hidden;
}
.tb_side_nav .tb_slider_controls a {
  position: absolute;
  margin-top: -24px;
  margin-left: 0;
  margin-right: 0;
}
.tb_slider_controls .tb_prev {
  left: -3px;
}
.tb_slider_controls .tb_next {
  right: -3px;
}
.tb_slider_pagination {
  overflow: hidden;
  text-align: center;
  min-height: 24px;
  margin: 24px 0 0 0;
}
.tb_slider_pagination.tb_compact {
  margin: 12px 0 0 0;
}
.tb_slider_pagination span {
  position: relative;
  z-index: 20;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  background: #e3e3e3;
}
.tb_slider_pagination span:hover {
  background: #d9d9d9;
}
.tb_slider_pagination span + span {
  margin-left: 8px;
}
.tb_slider_pagination span.tb_active {
  background: #bbb;
}
.tb_slider_pagination .swiper-active-switch {
  padding: 0;
}
.swiper-slide > * {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  vertical-align: top;
}
.tb_listing.tb_gut_10 > .swiper-container {
  margin-left: -10px;
}
.tb_listing.tb_gut_20 > .swiper-container {
  margin-left: -20px;
}
.tb_listing.tb_gut_30 > .swiper-container {
  margin-left: -30px;
}
.tb_listing.tb_gut_40 > .swiper-container {
  margin-left: -40px;
}
.tb_listing.tb_gut_50 > .swiper-container {
  margin-left: -50px;
}
.tb_listing.tb_gut_10 .swiper-slide {
  padding-left: 10px;
}
.tb_listing.tb_gut_20 .swiper-slide {
  padding-left: 20px;
}
.tb_listing.tb_gut_30 .swiper-slide {
  padding-left: 30px;
}
.tb_listing.tb_gut_40 .swiper-slide {
  padding-left: 40px;
}
.tb_listing.tb_gut_50 .swiper-slide {
  padding-left: 50px;
}
.tb_listing.tb_size_1 .swiper-slide {
  width: 100%;
}
.tb_listing.tb_size_2 .swiper-slide {
  width: 50%;
}
.tb_listing.tb_size_3 .swiper-slide {
  width: 33.33333333%;
}
.tb_listing.tb_size_4 .swiper-slide {
  width: 25%;
}
.tb_listing.tb_size_5 .swiper-slide {
  width: 20%;
}
.tb_listing.tb_size_6 .swiper-slide {
  width: 16.66666666%;
}
.tb_listing.tb_size_7 .swiper-slide {
  width: 14.28571428%;
}
.tb_listing.tb_size_8 .swiper-slide {
  width: 12.5%;
}
.tb_listing.tb_size_9 .swiper-slide {
  width: 11.11111111%;
}
.tb_listing.tb_size_10 .swiper-slide {
  width: 10%;
}
.tb_listing.tb_size_11 .swiper-slide {
  width: 9.09090909%;
}
.tb_listing.tb_size_12 .swiper-slide {
  width: 8.33333333%;
}
.swiper-container.tb_slider_init > .swiper-wrapper,
.swiper-container.tb_slider_init > .swiper-wrapper > .swiper-slide,
.swiper-container.tb_slider_init > .swiper-wrapper > .swiper-slide > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.swiper-container.tb_slider_init > .swiper-wrapper > .swiper-slide > * {
  width: 100% !important;
}
.swiper-container.tb_slider_init > .swiper-wrapper > .swiper-slide > * > * {
  max-width: 100%;
}
.has_slider .tb_grid_view.tb_size_1 > :nth-child(n + 2),
.has_slider .tb_grid_view.tb_size_2 > :nth-child(n + 3),
.has_slider .tb_grid_view.tb_size_3 > :nth-child(n + 4),
.has_slider .tb_grid_view.tb_size_4 > :nth-child(n + 5),
.has_slider .tb_grid_view.tb_size_5 > :nth-child(n + 6),
.has_slider .tb_grid_view.tb_size_6 > :nth-child(n + 7),
.has_slider .tb_grid_view.tb_size_7 > :nth-child(n + 8),
.has_slider .tb_grid_view.tb_size_8 > :nth-child(n + 9),
.has_slider .tb_grid_view.tb_size_9 > :nth-child(n + 10),
.has_slider .tb_grid_view.tb_size_10 > :nth-child(n + 11),
.has_slider .tb_grid_view.tb_size_11 > :nth-child(n + 12),
.has_slider .tb_grid_view.tb_size_12 > :nth-child(n + 13),
.has_slider .tb_list_view > :nth-child(n + 2),
.has_slider .tb_compact_view > :nth-child(n + 2) {
  display: none !important;
}
.tab-content .has_slider.no_title {
  position: static;
}
.has_slider:not(.mSFrame) {
  pointer-events: none;
}
.has_slider .tb_listing:not(.tb_slider),
.has_slider .product-thumb,
.has_slider .tb_item,
.has_slider .tb_item_info,
.swiper-container,
.tb_slider_controls *,
.tb_slider_pagination {
  pointer-events: auto;
}
.tb_listing.tb_style_bordered {
  margin-bottom: 0;
}
.tb_listing.tb_style_bordered:first-child {
  border-top-width: 0;
}
.tb_listing.tb_style_bordered > * {
  margin-top: 0;
  margin-bottom: 0;
}
.tb_listing_options + .tb_listing.tb_style_bordered {
  border-top-width: 1px;
  border-top-style: solid;
}
.tb_listing.tb_list_view.tb_style_bordered > * {
  margin-bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.tb_listing.tb_list_view.tb_style_bordered > :first-child {
  border-top: none;
}
.tb_listing.tb_grid_view.tb_style_bordered,
.tb_listing.tb_grid_view.tb_style_bordered > * {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.tb_listing.tb_grid_view.tb_style_bordered {
  margin-right: -1px;
}
.tb_listing.tb_grid_view.tb_style_bordered > * {
  margin-bottom: 0;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.tb_listing.tb_grid_view.tb_style_bordered > *:before,
.tb_listing.tb_grid_view.tb_style_bordered > *:after {
  content: "";
  position: absolute;
  display: block;
}
.tb_listing.tb_grid_view.tb_style_bordered > *:after {
  top: 0;
  right: -1px;
  width: 0;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
.tb_listing.tb_grid_view.tb_style_bordered > *:before {
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_2 > .tb_size_2_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_3 > .tb_size_3_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_4 > .tb_size_4_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_5 > .tb_size_5_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_6 > .tb_size_6_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_7 > .tb_size_7_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_8 > .tb_size_8_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_9 > .tb_size_9_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_10 > .tb_size_10_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_11 > .tb_size_11_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_12 > .tb_size_12_last,
.tb_listing.tb_grid_view.tb_style_bordered > :last-child {
  border-bottom: 0 none;
}
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_1 > *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_2 .clear2 + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_3 .clear3 + * + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_4 .clear4 + * + * + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_5 .clear5 + * + * + * + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_6
  .clear6
  + *
  + *
  + *
  + *
  + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_7
  .clear7
  + *
  + *
  + *
  + *
  + *
  + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_8
  .clear8
  + *
  + *
  + *
  + *
  + *
  + *
  + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_9
  .clear9
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_10
  .clear10
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_11
  .clear11
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_11
  .clear12
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + * {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_1 > *:last-child:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_2 > .tb_size_2_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_3 > .tb_size_3_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_4 > .tb_size_4_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_5 > .tb_size_5_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_6 > .tb_size_6_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_7 > .tb_size_7_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_8 > .tb_size_8_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_9 > .tb_size_9_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_10 > .tb_size_10_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_11 > .tb_size_11_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_12 > .tb_size_12_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_1 > *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_2 .clear2 + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_3 .clear3 + * + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_4 .clear4 + * + * + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_5
  .clear5
  + *
  + *
  + *
  + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_6
  .clear6
  + *
  + *
  + *
  + *
  + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_7
  .clear7
  + *
  + *
  + *
  + *
  + *
  + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_8
  .clear8
  + *
  + *
  + *
  + *
  + *
  + *
  + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_9
  .clear9
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_10
  .clear10
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_11
  .clear11
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_11
  .clear12
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *
  + *:after {
  content: none;
}
.tb_listing.tb_grid_view.tb_style_bordered.tb_slider {
  border-top: 0 none !important;
}
.tb_listing.tb_grid_view.tb_style_bordered.tb_slider > *:after {
  content: none;
}
.tb_listing.tb_style_bordered.tb_slider .swiper-container {
  margin-right: -2px;
  margin-left: -2px;
}
.tb_listing.tb_style_bordered.tb_slider .swiper-container .swiper-wrapper {
  border-left-width: 1px;
  border-left-style: solid;
}
.tb_listing.tb_style_bordered.tb_size_1.tb_slider .swiper-container {
  margin-left: 0;
  margin-right: 0;
}
.tb_listing.tb_style_bordered.tb_size_1.tb_slider
  .swiper-container
  .swiper-wrapper,
.tb_listing.tb_style_bordered.tb_size_1.tb_slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  > * {
  border-left: 0;
  border-right: 0;
}
.tb_listing.tb_style_bordered.tb_slider .swiper-slide {
  padding: 0;
}
.tb_style_bordered .swiper-slide > * {
  border-right-style: solid;
  border-right-width: 1px;
}
.tb_style_bordered .swiper-slide > *:after {
  top: 0;
  right: -1px;
  width: 0;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
.tb_slider_pagination.tb_bordered {
  margin-top: 0;
  padding: 12px 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.tb_pb_10 > .tb_slider_pagination.tb_bordered:last-child {
  margin-top: 10px;
  margin-bottom: -10px;
}
.tb_pb_20 > .tb_slider_pagination.tb_bordered:last-child {
  margin-top: 20px;
  margin-bottom: -20px;
}
.tb_pb_30 > .tb_slider_pagination.tb_bordered:last-child {
  margin-top: 30px;
  margin-bottom: -30px;
}
.tb_pb_40 > .tb_slider_pagination.tb_bordered:last-child {
  margin-top: 40px;
  margin-bottom: -40px;
}
.tb_pb_50 > .tb_slider_pagination.tb_bordered:last-child {
  margin-top: 50px;
  margin-bottom: -50px;
}
.tb_listing.tb_style_separate .product-thumb {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.product-thumb,
.product-thumb > *,
.tb_grid_view .product-thumb .caption,
.tb_grid_view .product-thumb .caption > *,
.tb_list_view .product-thumb .caption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-thumb .wait.wait {
  display: none;
}
.product-thumb,
.product-thumb > .image + div,
.product-thumb > .image_hover + div,
.product-thumb > .image-wrap + div,
.product-thumb .caption {
  position: relative;
}
.product-thumb .image.tb_flip,
.product-thumb .image.tb_overlay {
  display: block;
}
.product-thumb .image .tb_front,
.product-thumb .image .tb_back {
  margin: 0 !important;
  padding: 0 !important;
}
.product-thumb .image a,
.product-thumb .image-wrap a {
  display: block;
  text-align: center;
}
.product-thumb .image span {
  display: block;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
.product-thumb .image span span {
  width: 100%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
}
.product-thumb .caption > * {
  margin-bottom: 0 !important;
}
.product-thumb .tb_item_info_hover:not(.tb_item_hovered) {
  bottom: 0;
  right: 0;
}
.tb_label_stock_status {
  opacity: 0.5;
}
.image_hover:not(.tb_back) {
  display: none !important;
}
.price {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.price-old {
  position: relative;
  display: inline-block;
}
.price-old:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  margin-top: -1px;
  border-bottom: 1px solid;
}
.price-tax {
  display: block;
}
.product-thumb p:not([class]) {
  text-align: left;
}
.product-thumb div:empty,
.product-thumb p:empty,
.product-thumb ul:empty .product-thumb ol:empty,
.product-thumb li:empty {
  display: none;
}
.product-thumb .tb_label_special,
.product-thumb .tb_label_new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  min-width: 32px;
  height: 20px;
  padding: 0 5px;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-weight: 600;
}
.product-thumb .tb_label_special > span span {
  font-weight: normal;
}
.product-thumb .tb_label_special small {
  display: none;
}
.product-thumb .tb_label_new {
  background: #90c819;
  color: #fff;
  text-transform: uppercase;
}
.product-thumb .tb_label_special + .tb_label_new {
  top: 20px;
}
.product-thumb .button-group {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.product-thumb .tb_button_add_to_cart {
  margin-top: 0;
  margin-bottom: 12px;
}
.product-thumb .tb_label_stock_status {
  margin-bottom: 0;
  font-size: 14px;
}
.tb_grid_view .price .tb_decimal_point,
.tb_list_view .price .tb_decimal_point,
.price.custom .tb_decimal_point {
  display: none;
}
.tb_grid_view .price .tb_decimal,
.tb_list_view .price .tb_decimal,
.price.custom .tb_decimal {
  position: relative;
  top: -0.25em;
  margin-left: 1px;
  font-size: 0.6em;
  vertical-align: top;
}
.price .tb_integer {
  white-space: nowrap;
}
.product-thumb .tb_review {
  clear: both;
}
.tb_review_tooltip .price {
  display: table-footer-group;
}
.tb_review_tooltip .tb_review {
  display: table-header-group;
}
.tb_review_tooltip .tb_review > p + .tb_meta {
  padding-left: 0;
  padding-right: 0;
}
.tb_review_tooltip .product-thumb .tb_review > p,
.tb_review_tooltip .product-thumb .tb_review .tb_author {
  display: none;
}
.product-thumb .tooltip-inner .tb_review > p,
.product-thumb .tooltip-inner .tb_review .tb_author {
  display: block;
}
.product-thumb .tooltip-inner .tb_review .tb_meta {
  text-indent: 35px;
}
.tb_review_tooltip .tb_rating_holder,
.tb_review_tooltip .tb_review p + .tb_meta .tb_rating_holder {
  margin-top: 0;
  margin-bottom: 0;
  cursor: help;
}
.tb_review_tooltip .tb_rating_holder .tb_rating,
.tb_review_tooltip .tb_rating_holder .tb_rating * {
  font-size: 12px;
}
.tb_review_tooltip .tb_rating_holder .tb_average {
  margin-top: 0;
  font-weight: normal;
  font-size: 0.85em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .product-thumb.tb_overlay,
  .product-thumb.tb_flip {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .product-thumb.tb_overlay .tb_front,
  .product-thumb.tb_flip .tb_front {
    height: auto;
  }
}
.tb_list_view .product-thumb {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
.tb_list_view .product-thumb > div {
  float: none;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  vertical-align: top;
}
.tb_list_view .product-thumb .image + div {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.tb_list_view .product-thumb .image {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 50%;
  margin-right: 24px;
}
.tb_list_view.tb_gut_0 .product-thumb .image {
  margin-right: 0px;
}
.tb_list_view.tb_gut_10 .product-thumb .image {
  margin-right: 10px;
}
.tb_list_view.tb_gut_20 .product-thumb .image {
  margin-right: 20px;
}
.tb_list_view.tb_gut_30 .product-thumb .image {
  margin-right: 30px;
}
.tb_list_view.tb_gut_40 .product-thumb .image {
  margin-right: 40px;
}
.tb_list_view.tb_gut_50 .product-thumb .image {
  margin-right: 50px;
}
.tb_list_view .product-thumb .caption {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: -12px;
}
.tb_list_view .product-thumb .caption > * {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.tb_list_view .product-thumb .caption > * + * {
  margin-top: 12px;
}
.tb_list_view .product-thumb .name,
.tb_list_view .product-thumb h4,
.tb_list_view .product-thumb .caption > h4 {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-top: 12px;
  margin-bottom: 24px;
}
.tb_list_view .product-thumb .price {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin: 12px 0 0 0 !important;
}
.tb_list_view .product-thumb .description,
.tb_list_view .product-thumb p:not(class),
.tb_list_view .product-thumb .rating,
.tb_list_view .product-thumb .button-group {
  clear: both;
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.tb_list_view .product-thumb > .rating {
  margin-top: -12px;
  margin-bottom: -12px;
}
.tb_list_view .product-thumb .tb_label_stock_status,
.tb_list_view .product-thumb .button-group {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.tb_list_view .product-thumb .button-group {
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 24px;
  text-align: right;
}
.tb_list_view .tb_label_stock_status {
  margin-top: 24px;
}
.tb_list_view .product-thumb .tb_button_add_to_cart {
  float: left;
  margin-bottom: 0;
}
.tb_list_view .product-thumb .tb_button_add_to_cart .btn {
  position: relative;
}
.tb_list_view .product-thumb .tb_button_add_to_cart .btn.btn-sm {
  top: 24px;
}
.tb_list_view .product-thumb .tb_button_add_to_cart .btn.btn-md {
  top: 6px;
}
.tb_list_view .product-thumb .tb_label_stock_status {
  float: left;
}
.tb_list_view .image .image {
  max-width: none;
  margin: 0;
}
@media (max-width: 480px) {
  .tb_list_view .product-thumb {
    display: block !important;
  }
  .tb_list_view .product-thumb > div {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tb_list_view .image {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 24px !important;
  }
  .tb_list_view .caption {
    clear: both;
  }
}
.tb_grid_view .product-thumb {
  width: 100%;
  text-align: center;
}
.tb_grid_view .product-thumb,
.tb_grid_view .product-thumb > *,
.tb_grid_view .product-thumb .caption {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tb_grid_view .product-thumb .image,
.tb_grid_view .product-thumb .image-wrap {
  margin-bottom: 24px;
}
.tb_grid_view .product-thumb .image-wrap .image {
  margin-bottom: 0 !important;
}
.tb_grid_view .product-thumb .image,
.tb_grid_view .product-thumb .image *,
.tb_grid_view .product-thumb .image-wrap {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tb_grid_view .product-thumb > div:not(.image):not(.image-wrap):not(.thumbnail),
.tb_grid_view .product-thumb .caption,
.tb_grid_view .product-thumb .name + :not(.description),
.tb_grid_view .product-thumb .description + * {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.tb_grid_view .product-thumb .caption {
  max-width: 100%;
}
.tb_grid_view .product-thumb .rating {
  -ms-flex: 1000 0 auto;
  -webkit-flex: 1000 0 auto;
  flex: 1000 0 auto;
}
.tb_grid_view:not(.tb_style_plain) .product-thumb .name + :not(.description),
.tb_grid_view:not(.tb_style_plain) .product-thumb .description + *,
.tb_grid_view:not(.tb_style_plain) .product-thumb .rating {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.tb_grid_view .product-thumb .description {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: initial;
  word-wrap: break-word;
}
.tb_grid_view .product-thumb .image:last-child,
.tb_grid_view .product-thumb .image-wrap:last-child {
  margin-bottom: 0;
}
.tb_grid_view .product-thumb .image_hover {
  width: 100%;
}
.tb_grid_view .product-thumb .caption.col {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
}
.tb_grid_view .product-thumb .caption * {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tb_grid_view .product-thumb .image + div > * + *:not(.clear):not(.row),
.tb_grid_view .product-thumb .image-wrap + div > * + *:not(.clear):not(.row),
.tb_grid_view .product-thumb .caption > * + *:not(.clear):not(.row) {
  margin-top: 12px;
  margin-bottom: 0;
}
.tb_grid_view:not(.tb_style_plain) .product-thumb .price {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
  margin-bottom: 0;
}
.tb_grid_view:not(.tb_style_plain) .product-thumb .tb_counter {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
  margin-bottom: 0;
}
.tb_grid_view .product-thumb .price {
  margin-left: -3px;
  margin-right: -3px;
}
.tb_grid_view .product-thumb .price-regular,
.tb_grid_view .product-thumb .price-old,
.tb_grid_view .product-thumb .price-new {
  margin: 0 3px;
}
.tb_grid_view .product-thumb .price-tax {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
}
.tb_grid_view .product-thumb .name a {
  display: block;
}
.tb_grid_view .product-thumb p:not([class]) {
  padding: 12px 0;
}
.tb_grid_view .product-thumb .rating {
  margin-left: auto;
  margin-right: auto;
}
.tb_grid_view .product-thumb .tb_button_add_to_cart {
  margin-bottom: 0;
}
.tb_grid_view .product-thumb .tb_button_add_to_cart .btn {
  vertical-align: top;
}
.tb_grid_view .product-thumb .product-thumb.tb_item_short:hover {
  margin: -20px -10px -21px -10px;
}
.tb_grid_view .product-thumb .button-group {
  clear: both;
  width: auto;
  margin-top: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  text-align: center;
  font-size: 11px;
  color: #999;
}
.tb_grid_view .product-thumb .button-group > div {
  display: inline-block;
  margin-right: 10px;
  margin-top: 12px;
  white-space: nowrap;
}
.tb_grid_view .product-thumb .button-group > div.tb_button_add_to_cart {
  display: block;
  white-space: normal;
}
.tb_grid_view .product-thumb .tb_label_stock_status {
  line-height: 36px;
  text-align: center;
}
.tb_grid_view .tb_item_hovered {
  z-index: 40;
  position: absolute;
  top: -10%;
  width: 120% !important;
  right: -10%;
  max-width: none;
  margin: 0;
  padding: 24px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.tb_grid_view.tb_gut_0 .tb_item_hovered {
  margin-right: -0px;
}
.tb_grid_view.tb_style_bordered .tb_item_hovered {
  margin-right: 0;
}
.tb_grid_view.tb_gut_10 .tb_item_hovered {
  margin-right: -5px;
}
.tb_grid_view.tb_style_bordered .tb_item_hovered {
  margin-right: 0;
}
.tb_grid_view.tb_gut_20 .tb_item_hovered {
  margin-right: -10px;
}
.tb_grid_view.tb_style_bordered .tb_item_hovered {
  margin-right: 0;
}
.tb_grid_view.tb_gut_30 .tb_item_hovered {
  margin-right: -15px;
}
.tb_grid_view.tb_style_bordered .tb_item_hovered {
  margin-right: 0;
}
.tb_grid_view.tb_gut_40 .tb_item_hovered {
  margin-right: -20px;
}
.tb_grid_view.tb_style_bordered .tb_item_hovered {
  margin-right: 0;
}
.tb_grid_view.tb_gut_50 .tb_item_hovered {
  margin-right: -25px;
}
.tb_grid_view.tb_style_bordered .tb_item_hovered {
  margin-right: 0;
}
.tb_grid_view .tb_item_hovered .product-thumb {
  position: static;
  width: auto !important;
  margin: -24px;
}
.tb_grid_view .tb_item_hovered * {
  z-index: 40;
}
.tb_grid_view .tb_item_hovered .button-group .tb_button_add_to_cart {
  display: block;
}
.tb_grid_view .tb_item_hovered .button-group .tb_button_wishlist,
.tb_grid_view .tb_item_hovered .button-group .tb_button_compare {
  display: inline-block;
}
.tb_grid_view > div > *:not(.product-thumb),
.product-grid > div > *:not(.product-thumb),
.box-product > div > *:not(.product-thumb) {
  width: 100%;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tb_grid_view > div > .image a,
.tb_grid_view > div > .image-wrap a,
.product-grid .image a,
.product-grid .image-wrap a,
.box-product .image a,
.box-product .image-wrap a {
  display: block;
  text-align: center;
}
.tb_compact_view .product-thumb {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 !important;
}
.tb_compact_view .product-thumb .image + div {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tb_compact_view .product-thumb .tb_bar,
.tb_compact_view .product-thumb .tb_average {
  font-size: calc(1em - 1px);
}
.tb_compact_view .product-thumb .tb_average {
  font-size: calc(1em - 2px);
}
.tb_compact_view .product-thumb .tb_review,
.tb_compact_view .product-thumb .price {
  display: block !important;
}
.tb_product_p_5 .product-thumb {
  padding: 5px;
}
.tb_product_p_10 .product-thumb {
  padding: 10px;
}
.tb_product_p_15 .product-thumb {
  padding: 15px;
}
.tb_product_p_20 .product-thumb {
  padding: 20px;
}
.tb_product_p_25 .product-thumb {
  padding: 25px;
}
.tb_product_p_30 .product-thumb {
  padding: 30px;
}
.tb_product_p_35 .product-thumb {
  padding: 35px;
}
.tb_product_p_40 .product-thumb {
  padding: 40px;
}
.tb_product_p_45 .product-thumb {
  padding: 45px;
}
.tb_product_p_50 .product-thumb {
  padding: 50px;
}
.tb_product_p_5 .product-thumb .tb_front,
.tb_product_p_5 .product-thumb .tb_back {
  margin: -5px;
  padding: 5px;
}
.tb_product_p_10 .product-thumb .tb_front,
.tb_product_p_10 .product-thumb .tb_back {
  margin: -10px;
  padding: 10px;
}
.tb_product_p_15 .product-thumb .tb_front,
.tb_product_p_15 .product-thumb .tb_back {
  margin: -15px;
  padding: 15px;
}
.tb_product_p_20 .product-thumb .tb_front,
.tb_product_p_20 .product-thumb .tb_back {
  margin: -20px;
  padding: 20px;
}
.tb_product_p_25 .product-thumb .tb_front,
.tb_product_p_25 .product-thumb .tb_back {
  margin: -25px;
  padding: 25px;
}
.tb_product_p_30 .product-thumb .tb_front,
.tb_product_p_30 .product-thumb .tb_back {
  margin: -30px;
  padding: 30px;
}
.tb_product_p_35 .product-thumb .tb_front,
.tb_product_p_35 .product-thumb .tb_back {
  margin: -35px;
  padding: 35px;
}
.tb_product_p_40 .product-thumb .tb_front,
.tb_product_p_40 .product-thumb .tb_back {
  margin: -40px;
  padding: 40px;
}
.tb_product_p_45 .product-thumb .tb_front,
.tb_product_p_45 .product-thumb .tb_back {
  margin: -45px;
  padding: 45px;
}
.tb_product_p_50 .product-thumb .tb_front,
.tb_product_p_50 .product-thumb .tb_back {
  margin: -50px;
  padding: 50px;
}
.tb_product_p_5.tb_exclude_thumb .product-thumb .image,
.tb_product_p_5.tb_exclude_thumb .product-thumb .image-wrap {
  margin: -5px;
}
.tb_product_p_10.tb_exclude_thumb .product-thumb .image,
.tb_product_p_10.tb_exclude_thumb .product-thumb .image-wrap {
  margin: -10px;
}
.tb_product_p_15.tb_exclude_thumb .product-thumb .image,
.tb_product_p_15.tb_exclude_thumb .product-thumb .image-wrap {
  margin: -15px;
}
.tb_product_p_20.tb_exclude_thumb .product-thumb .image,
.tb_product_p_20.tb_exclude_thumb .product-thumb .image-wrap {
  margin: -20px;
}
.tb_product_p_25.tb_exclude_thumb .product-thumb .image,
.tb_product_p_25.tb_exclude_thumb .product-thumb .image-wrap {
  margin: -25px;
}
.tb_product_p_30.tb_exclude_thumb .product-thumb .image,
.tb_product_p_30.tb_exclude_thumb .product-thumb .image-wrap {
  margin: -30px;
}
.tb_product_p_35.tb_exclude_thumb .product-thumb .image,
.tb_product_p_35.tb_exclude_thumb .product-thumb .image-wrap {
  margin: -35px;
}
.tb_product_p_40.tb_exclude_thumb .product-thumb .image,
.tb_product_p_40.tb_exclude_thumb .product-thumb .image-wrap {
  margin: -40px;
}
.tb_product_p_45.tb_exclude_thumb .product-thumb .image,
.tb_product_p_45.tb_exclude_thumb .product-thumb .image-wrap {
  margin: -45px;
}
.tb_product_p_50.tb_exclude_thumb .product-thumb .image,
.tb_product_p_50.tb_exclude_thumb .product-thumb .image-wrap {
  margin: -50px;
}
.tb_grid_view[class*="tb_product_p_"].tb_exclude_thumb
  .product-thumb
  .image:last-child,
.tb_grid_view[class*="tb_product_p_"].tb_exclude_thumb
  .product-thumb
  .image-wrap:last-child {
  margin-bottom: 0;
}
.tb_grid_view.tb_product_p_5.tb_exclude_thumb
  .product-thumb
  > div:not(:first-child)
  .caption {
  padding-top: 10px;
}
.tb_grid_view.tb_product_p_10.tb_exclude_thumb
  .product-thumb
  > div:not(:first-child)
  .caption {
  padding-top: 20px;
}
.tb_grid_view.tb_product_p_15.tb_exclude_thumb
  .product-thumb
  > div:not(:first-child)
  .caption {
  padding-top: 30px;
}
.tb_grid_view.tb_product_p_20.tb_exclude_thumb
  .product-thumb
  > div:not(:first-child)
  .caption {
  padding-top: 40px;
}
.tb_grid_view.tb_product_p_25.tb_exclude_thumb
  .product-thumb
  > div:not(:first-child)
  .caption {
  padding-top: 50px;
}
.tb_grid_view.tb_product_p_30.tb_exclude_thumb
  .product-thumb
  > div:not(:first-child)
  .caption {
  padding-top: 60px;
}
.tb_grid_view.tb_product_p_35.tb_exclude_thumb
  .product-thumb
  > div:not(:first-child)
  .caption {
  padding-top: 70px;
}
.tb_grid_view.tb_product_p_40.tb_exclude_thumb
  .product-thumb
  > div:not(:first-child)
  .caption {
  padding-top: 80px;
}
.tb_grid_view.tb_product_p_45.tb_exclude_thumb
  .product-thumb
  > div:not(:first-child)
  .caption {
  padding-top: 80px;
}
.tb_grid_view.tb_product_p_50.tb_exclude_thumb
  .product-thumb
  > div:not(:first-child)
  .caption {
  padding-top: 80px;
}
.tb_grid_view.tb_exclude_thumb .product-thumb > .caption:first-child,
.tb_grid_view.tb_exclude_thumb .product-thumb > div:first-child > .caption {
  padding-top: 0 !important;
}
@media (min-width: 481px) {
  .tb_list_view.tb_product_p_5.tb_exclude_thumb .product-thumb .image {
    margin-right: 5px;
  }
  .tb_list_view.tb_product_p_10.tb_exclude_thumb .product-thumb .image {
    margin-right: 10px;
  }
  .tb_list_view.tb_product_p_15.tb_exclude_thumb .product-thumb .image {
    margin-right: 15px;
  }
  .tb_list_view.tb_product_p_20.tb_exclude_thumb .product-thumb .image {
    margin-right: 20px;
  }
  .tb_list_view.tb_product_p_25.tb_exclude_thumb .product-thumb .image {
    margin-right: 25px;
  }
  .tb_list_view.tb_product_p_30.tb_exclude_thumb .product-thumb .image {
    margin-right: 30px;
  }
  .tb_list_view.tb_product_p_35.tb_exclude_thumb .product-thumb .image {
    margin-right: 35px;
  }
  .tb_list_view.tb_product_p_40.tb_exclude_thumb .product-thumb .image {
    margin-right: 40px;
  }
  .tb_list_view.tb_product_p_45.tb_exclude_thumb .product-thumb .image {
    margin-right: 45px;
  }
  .tb_list_view.tb_product_p_50.tb_exclude_thumb .product-thumb .image {
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  .tb_list_view.tb_product_p_5.tb_exclude_thumb .product-thumb .image {
    margin-right: -5px;
  }
  .tb_list_view.tb_product_p_10.tb_exclude_thumb .product-thumb .image {
    margin-right: -10px;
  }
  .tb_list_view.tb_product_p_15.tb_exclude_thumb .product-thumb .image {
    margin-right: -15px;
  }
  .tb_list_view.tb_product_p_20.tb_exclude_thumb .product-thumb .image {
    margin-right: -20px;
  }
  .tb_list_view.tb_product_p_25.tb_exclude_thumb .product-thumb .image {
    margin-right: -25px;
  }
  .tb_list_view.tb_product_p_30.tb_exclude_thumb .product-thumb .image {
    margin-right: -30px;
  }
  .tb_list_view.tb_product_p_35.tb_exclude_thumb .product-thumb .image {
    margin-right: -35px;
  }
  .tb_list_view.tb_product_p_40.tb_exclude_thumb .product-thumb .image {
    margin-right: -40px;
  }
  .tb_list_view.tb_product_p_45.tb_exclude_thumb .product-thumb .image {
    margin-right: -45px;
  }
  .tb_list_view.tb_product_p_50.tb_exclude_thumb .product-thumb .image {
    margin-right: -50px;
  }
  .tb_list_view .button-group {
    text-align: initial !important;
  }
  .tb_list_view .button-group .tb_button_add_to_cart:not(:last-child) {
    float: none;
    margin-bottom: 12px;
  }
  .tb_list_view .button-group .tb_button_add_to_cart a {
    top: auto !important;
  }
}
.product-thumb .button-group > .tb_hidden {
  overflow: hidden;
  display: inline-block !important;
  height: 0;
  opacity: 0;
}
.product-thumb:hover .button-group > .tb_hidden,
.is_touch .product-thumb .button-group > .tb_hidden {
  overflow: visible;
  height: auto;
  opacity: 1;
}
.product-thumb .button-group > .tb_pos_inline {
  display: inline-block !important;
  vertical-align: middle;
}
.product-thumb .button-group > .tb_pos_br,
.product-thumb .button-group > .tb_pos_b,
.product-thumb .button-group > .tb_pos_bl {
  z-index: 5;
  position: absolute;
  top: -84px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.button-group > .tb_pos_br .btn,
.button-group > .tb_pos_b .btn,
.button-group > .tb_pos_bl .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.product-thumb .button-group > .tb_pos_br {
  right: 0;
}
.product-thumb .button-group > .tb_pos_bl {
  left: 0;
}
.tb_grid_view.tb_buttons_1 .product-thumb .button-group > .tb_pos_br,
.tb_grid_view.tb_buttons_1 .product-thumb .button-group > .tb_pos_b,
.tb_grid_view.tb_buttons_1 .product-thumb .button-group > .tb_pos_bl {
  margin: 0;
}
.tb_grid_view.tb_buttons_1 .tb_pos_br.tb_hidden ~ .tb_pos_br,
.tb_grid_view.tb_buttons_1 .tb_pos_br.tb_hidden.btn-xs ~ .tb_pos_br,
.tb_grid_view.tb_buttons_1 .tb_pos_br.tb_hidden.btn-sm ~ .tb_pos_br,
.tb_grid_view.tb_buttons_1 .tb_pos_br.tb_hidden.btn-lg ~ .tb_pos_br {
  right: 0;
}
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-xs + .tb_pos_br {
  right: 36px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-sm + .tb_pos_br {
  right: 48px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-md + .tb_pos_br {
  right: 60px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-lg + .tb_pos_br {
  right: 72px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-xs + .tb_pos_br + .tb_pos_br {
  right: 72px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-sm + .tb_pos_br + .tb_pos_br {
  right: 96px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-md + .tb_pos_br + .tb_pos_br {
  right: 120px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-lg + .tb_pos_br + .tb_pos_br {
  right: 144px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_bl.tb_hidden ~ .tb_pos_bl,
.tb_grid_view.tb_buttons_1 .tb_pos_bl.tb_hidden.btn-xs ~ .tb_pos_bl,
.tb_grid_view.tb_buttons_1 .tb_pos_bl.tb_hidden.btn-sm ~ .tb_pos_bl,
.tb_grid_view.tb_buttons_1 .tb_pos_bl.tb_hidden.btn-lg ~ .tb_pos_bl {
  left: 0;
}
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-xs + .tb_pos_bl {
  left: 36px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-sm + .tb_pos_bl {
  left: 48px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-md + .tb_pos_bl {
  left: 60px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-lg + .tb_pos_bl {
  left: 72px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-xs + .tb_pos_bl + .tb_pos_bl {
  left: 72px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-sm + .tb_pos_bl + .tb_pos_bl {
  left: 96px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-md + .tb_pos_bl + .tb_pos_bl {
  left: 120px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-lg + .tb_pos_bl + .tb_pos_bl {
  left: 144px !important;
}
.tb_grid_view.tb_buttons_1 .tb_pos_b {
  left: 50%;
}
.tb_grid_view.tb_buttons_1 .tb_pos_b.btn-xs:not([style*="margin"]) {
  margin-left: -12px;
}
.tb_grid_view.tb_buttons_1 .tb_pos_b.btn-sm:not([style*="margin"]) {
  margin-left: -18px;
}
.tb_grid_view.tb_buttons_1 .tb_pos_b.btn-md:not([style*="margin"]) {
  margin-left: -24px;
}
.tb_grid_view.tb_buttons_1 .tb_pos_b.btn-lg:not([style*="margin"]) {
  margin-left: -30px;
}
.tb_buttons_config--cart_b--compare_b--wishlist_b
  .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"]) {
  margin-left: -48px;
}
.tb_buttons_config--cart_b--compare_b--wishlist_b
  .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"]) {
  margin-left: -66px;
}
.tb_buttons_config--cart_b--compare_b--wishlist_b
  .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"]) {
  margin-left: -84px;
}
.tb_buttons_config--cart_b--compare_b--wishlist_b
  .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"]) {
  margin-left: -102px;
}
.tb_buttons_config--cart_b--compare_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"]) {
  margin-left: -48px;
}
.tb_buttons_config--cart_b--compare_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"]) {
  margin-left: -66px;
}
.tb_buttons_config--cart_b--compare_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"]) {
  margin-left: -84px;
}
.tb_buttons_config--cart_b--compare_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"]) {
  margin-left: -102px;
}
.tb_buttons_config--cart_b--wishlist_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"]) {
  margin-left: -48px;
}
.tb_buttons_config--cart_b--wishlist_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"]) {
  margin-left: -66px;
}
.tb_buttons_config--cart_b--wishlist_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"]) {
  margin-left: -84px;
}
.tb_buttons_config--cart_b--wishlist_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"]) {
  margin-left: -102px;
}
.tb_buttons_config--compare_b--wishlist_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"]) {
  margin-left: -48px;
}
.tb_buttons_config--compare_b--wishlist_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"]) {
  margin-left: -66px;
}
.tb_buttons_config--compare_b--wishlist_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"]) {
  margin-left: -84px;
}
.tb_buttons_config--compare_b--wishlist_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"]) {
  margin-left: -102px;
}
.tb_buttons_config--cart_b--compare_b--wishlist_b
  .tb_button_wishlist.tb_pos_b.btn-xs:not([style*="margin"]) {
  margin-left: 24px;
}
.tb_buttons_config--cart_b--compare_b--wishlist_b
  .tb_button_wishlist.tb_pos_b.btn-sm:not([style*="margin"]) {
  margin-left: 30px;
}
.tb_buttons_config--cart_b--compare_b--wishlist_b
  .tb_button_wishlist.tb_pos_b.btn-md:not([style*="margin"]) {
  margin-left: 36px;
}
.tb_buttons_config--cart_b--compare_b--wishlist_b
  .tb_button_wishlist.tb_pos_b.btn-lg:not([style*="margin"]) {
  margin-left: 42px;
}
.tb_buttons_config--cart_b--compare_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-xs:not([style*="margin"]) {
  margin-left: 24px;
}
.tb_buttons_config--cart_b--compare_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-sm:not([style*="margin"]) {
  margin-left: 30px;
}
.tb_buttons_config--cart_b--compare_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-md:not([style*="margin"]) {
  margin-left: 36px;
}
.tb_buttons_config--cart_b--compare_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-lg:not([style*="margin"]) {
  margin-left: 42px;
}
.tb_buttons_config--cart_b--wishlist_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-xs:not([style*="margin"]) {
  margin-left: 24px;
}
.tb_buttons_config--cart_b--wishlist_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-sm:not([style*="margin"]) {
  margin-left: 30px;
}
.tb_buttons_config--cart_b--wishlist_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-md:not([style*="margin"]) {
  margin-left: 36px;
}
.tb_buttons_config--cart_b--wishlist_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-lg:not([style*="margin"]) {
  margin-left: 42px;
}
.tb_buttons_config--compare_b--wishlist_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-xs:not([style*="margin"]) {
  margin-left: 24px;
}
.tb_buttons_config--compare_b--wishlist_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-sm:not([style*="margin"]) {
  margin-left: 30px;
}
.tb_buttons_config--compare_b--wishlist_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-md:not([style*="margin"]) {
  margin-left: 36px;
}
.tb_buttons_config--compare_b--wishlist_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-lg:not([style*="margin"]) {
  margin-left: 42px;
}
.tb_buttons_config--cart_b--compare_b
  .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b
  .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b
  .tb_button_compare.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b
  .tb_button_compare.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b
  .tb_button_wishlist.tb_pos_b.btn-xs:not([style*="margin"]) {
  margin-left: -30px;
}
.tb_buttons_config--cart_b--compare_b
  .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b
  .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b
  .tb_button_compare.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b
  .tb_button_compare.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b
  .tb_button_wishlist.tb_pos_b.btn-sm:not([style*="margin"]) {
  margin-left: -42px;
}
.tb_buttons_config--cart_b--compare_b
  .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b
  .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b
  .tb_button_compare.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b
  .tb_button_compare.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b
  .tb_button_wishlist.tb_pos_b.btn-md:not([style*="margin"]) {
  margin-left: -54px;
}
.tb_buttons_config--cart_b--compare_b
  .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b
  .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b
  .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b
  .tb_button_compare.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b
  .tb_button_compare.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b
  .tb_button_wishlist.tb_pos_b.btn-lg:not([style*="margin"]) {
  margin-left: -66px;
}
.tb_buttons_config--cart_b--compare_b
  .tb_button_compare.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b
  .tb_button_wishlist.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b
  .tb_button_wishlist.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--cart_b--compare_b
  .tb_button_compare.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b
  .tb_button_wishlist.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b
  .tb_button_wishlist.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--cart_b--compare_b
  .tb_button_compare.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b
  .tb_button_wishlist.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b
  .tb_button_wishlist.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--cart_b--compare_b
  .tb_button_compare.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b
  .tb_button_wishlist.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b
  .tb_button_wishlist.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b
  .tb_button_quickview.tb_pos_b.btn-lg:not([style*="margin"]) {
  margin-left: 6px;
}
.tb_grid_view.tb_buttons_2 .product-thumb .button-group {
  z-index: 5;
  position: absolute;
  left: 12px;
  right: 12px;
  top: -72px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 0 0 10px !important;
}
.tb_grid_view.tb_buttons_2 .product-thumb .button-group > * {
  position: static;
  top: 0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.tb_grid_view.tb_buttons_2 .product-thumb .button-group .tb_pos_br {
  float: right;
}
.tb_grid_view.tb_buttons_2 .product-thumb .button-group .tb_pos_b {
  position: static;
}
.tb_grid_view.tb_buttons_2 .product-thumb .button-group .tb_pos_bl {
  float: left;
}
.tb_listing.tb_style_plain div:not(.tb_back) > .product-thumb {
  margin: 0;
  padding: 0 !important;
  background-color: transparent !important;
}
.tb_listing.tb_list_view.tb_style_plain
  div:not(.tb_back)
  > .product-thumb
  .image,
.tb_listing.tb_list_view.tb_style_plain
  div:not(.tb_back)
  > .product-thumb
  .image-wrap {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.tb_listing.tb_grid_view.tb_style_plain
  div:not(.tb_item_hovered):not(.tb_back)
  > .product-thumb
  .image,
.tb_listing.tb_grid_view.tb_style_plain
  div:not(.tb_item_hovered):not(.tb_back)
  > .product-thumb
  .image-wrap {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
.tb_grid_view.tb_style_plain .tb_item_hovered {
  top: -15%;
  right: -15%;
  width: 130% !important;
}
.tb_grid_view.tb_style_plain.tb_exclude_thumb .tb_item_hovered {
  top: -12%;
  right: -5% !important;
  width: 110% !important;
}
.tb_grid_view.tb_style_plain.tb_exclude_thumb .tb_item_hovered .image,
.tb_grid_view.tb_style_plain.tb_exclude_thumb .tb_item_hovered .image-wrap {
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
}
.tb_button_quickview a {
  position: relative;
}
.tb_button_quickview a .wait {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 0;
}
.tb_button_quickview a.btn .wait {
  left: auto;
  right: auto;
}
.tb_button_quickview a.tb_no_text .wait {
  left: 50%;
}
.tb_button_quickview a.tb_icon_10 .wait {
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -2px;
}
.tb_button_quickview a.tb_icon_10.tb_no_text .wait {
  margin-left: -7px;
}
.tb_button_quickview a.tb_icon_16 .wait {
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -1px;
}
.tb_button_quickview a.tb_icon_16.tb_no_text .wait {
  margin-left: -9px;
}
.tb_button_quickview a.tb_icon_24 .wait {
  width: 22px;
  height: 22px;
  margin: -11px 0 0 0;
}
.tb_button_quickview a.tb_icon_24.tb_no_text .wait {
  margin-left: -11px;
}
.tb_button_quickview a.tb_icon_10 .wait,
.tb_button_quickview a.tb_icon_10 .wait:before,
.tb_button_quickview a.tb_icon_10 .wait:after,
.tb_button_quickview a.tb_icon_16 .wait,
.tb_button_quickview a.tb_icon_16 .wait:before,
.tb_button_quickview a.tb_icon_16 .wait:after {
  border-width: 1px;
}
.tb_quickview_loading .tb_button_quickview a[class*="tb_icon"]:before {
  opacity: 0;
}
.tb_tags.tb_style_label {
  position: relative;
  margin-top: -12px;
}
.tb_tags.tb_style_label li {
  display: inline-block;
  margin: 12px 12px 0 12px;
  vertical-align: top;
}
.tb_tags.tb_style_label a {
  position: relative;
  display: block;
  float: left;
  line-height: 24px;
  white-space: nowrap;
  font-size: 11px;
  padding: 0 12px 0;
  border-radius: 1px;
}
.tb_tags.tb_style_label a:before,
.tb_tags.tb_style_label a:after {
  content: "";
  position: absolute;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.tb_tags.tb_style_label a:before {
  height: 2px;
  left: -12px;
  border-right: 12px solid;
  border-top: 11px solid transparent !important;
  border-bottom: 11px solid transparent !important;
}
.tb_tags.tb_style_label a:after {
  top: 50%;
  left: -2px;
  width: 6px;
  height: 6px;
  margin-top: -4.2px;
  background: #fff;
  border-radius: 50%;
}
.tb_content_inline .tb_tags.tb_style_label {
  top: 1px;
}
#wgyvedflxkkwkel .heading {
  white-space: nowrap;
  font-size: inherit;
}
#wgyvedflxkkwkel .heading,
#wgyvedflxkkwkel .heading * {
  margin-bottom: 0;
}
#wgyvedflxkkwkel .heading > a,
#wgyvedflxkkwkel .heading > a > * {
  display: inline-block;
  vertical-align: top;
}
#wgyvedflxkkwkel .heading > a {
  letter-spacing: 0;
  word-spacing: 0;
}
#wgyvedflxkkwkel .heading > a > * {
  line-height: inherit !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#wgyvedflxkkwkel .heading .tb_icon {
  margin-right: 0.3em;
}
#wgyvedflxkkwkel .heading .tb_label {
  text-transform: uppercase;
}
#wgyvedflxkkwkel .heading .tb_items {
  opacity: 0.7;
}
#wgyvedflxkkwkel .heading .tb_items:before {
  content: "(";
}
#wgyvedflxkkwkel .heading .tb_items:after {
  content: ")";
}
#wgyvedflxkkwkel .heading .tb_label + .tb_total,
#wgyvedflxkkwkel .heading .tb_items + .tb_total {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left-width: 1px;
  border-left-style: solid;
}
#wgyvedflxkkwkel .heading .tb_total {
  font-size: 18px;
  border-bottom: none !important;
}
#wgyvedflxkkwkel h4 {
  margin-bottom: 0;
}
#wgyvedflxkkwkel > a {
  display: inline-block;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  vertical-align: top;
}
#wgyvedflxkkwkel > a > * {
  display: block;
}
#wgyvedflxkkwkel > a > :first-child {
  margin-left: -5px;
}
#wgyvedflxkkwkel > a > .tb_label {
  float: left;
  line-height: 15px;
}
#wgyvedflxkkwkel .tb_items_count {
  display: block;
  font-size: 11px;
}
#wgyvedflxkkwkel .tb_grand_total {
  float: right;
  padding-left: 15px;
  line-height: 30px;
  font-size: 18px;
}
#wgyvedflxkkwkel .tb_grand_total:last-child {
  padding: 0;
}
#wgyvedflxkkwkel .dropdown-menu {
  width: 400px;
}
#wgyvedflxkkwkel .dropdown-menu h3 {
  margin-bottom: 24px;
}
#wgyvedflxkkwkel.tb_hovered .dropdown-menu {
  display: block;
}
#wgyvedflxkkwkel .buttons {
  margin-top: 24px;
  padding-top: 24px;
  text-align: center;
}
#wgyvedflxkkwkel .btn {
  text-transform: none;
}
.tb_wt_header_currency_menu_system li:not(:last-child) {
  margin-right: 12px;
}
.tb_wt_header_currency_menu_system li img {
  margin-right: 3px;
}
.tb_wt_header_currency_menu_system .dropdown-menu {
  min-width: 120px;
}
.tb_wt_header_language_menu_system li {
  text-transform: capitalize;
  white-space: nowrap;
}
.tb_wt_header_language_menu_system li:not(:last-child) {
  margin-right: 12px;
}
.tb_wt_header_language_menu_system li img {
  margin-right: 3px;
}
.tb_wt_header_language_menu_system.tb_code li {
  text-transform: uppercase;
}
.tb_wt_header_language_menu_system .dropdown-menu {
  min-width: 120px;
}
#gugihijtjooy {
  display: block;
}
#gugihijtjooy img {
  max-width: 1300px;
  max-height: 500px;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}
@media (max-width: 480px) {
  #gugihijtjooy img {
    max-height: 50px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  #gugihijtjooy img {
    max-height: 50px;
  }
}
.tb_wt_header_search_system .tb_search_wrap {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tb_wt_header_search_system .tb_search_wrap > * {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
.tb_wt_header_search_system.tb_style_2 .tb_search_wrap,
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap {
  padding-right: 10px;
}
.tb_wt_header_search_system input {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.tb_wt_header_search_system.tb_style_3 input {
  text-indent: 30px;
}
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap.form-group-sm input {
  text-indent: 24px;
}
.tb_wt_header_search_system .tb_search_button,
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap:before {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tb_wt_header_search_system.tb_style_1 .tb_search_button,
.tb_wt_header_search_system.tb_style_4 .tb_search_wrap > input,
.tb_wt_header_search_system.tb_style_4 .tb_search_wrap > .twitter-typeahead {
  position: absolute !important;
  top: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.tb_wt_header_search_system.tb_style_1 .tb_search_button,
.tb_wt_header_search_system.tb_style_2 .tb_search_button {
  padding-left: 0;
  padding-right: 0;
}
body #leahjjoocokd .tb_wt_header_search_system.tb_style_1 .tb_search_button[class],
body
  #leahjjoocokd
  .tb_wt_header_search_system.tb_style_1
  .tb_search_button[class]:hover {
  background: none transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.tb_wt_header_search_system.tb_style_2 .tb_search_button,
.tb_wt_header_search_system.tb_style_3 .tb_search_button {
  margin-left: 10px;
  margin-right: -10px;
}
.tb_wt_header_search_system.tb_style_3 .tb_search_button {
  width: auto !important;
  padding-right: 1em !important;
  padding-left: 1em !important;
}
.tb_wt_header_search_system.tb_style_4 .tb_search_button {
  box-shadow: none;
}
.tb_wt_header_search_system.tb_style_1 .tb_search_button:before,
.tb_wt_header_search_system.tb_style_2 .tb_search_button:before,
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap:before,
.tb_wt_header_search_system.tb_style_4 .tb_search_button:before {
  vertical-align: top;
  letter-spacing: 0;
  word-spacing: 0;
}
.tb_wt_header_search_system.tb_style_3 .tb_search_button:before {
  content: attr(title);
}
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 48px;
  line-height: 48px;
  text-align: center;
}
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap.form-group-sm:before {
  width: 36px;
  margin-top: 0px;
  line-height: 36px;
}
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap.form-group-lg:before {
  width: 60px;
  margin-top: 0px;
  line-height: 60px;
}
.tb_wt_header_search_system.tb_style_4 .tb_search_button:before,
.tb_wt_header_search_system.tb_style_4 .tb_search_wrap > input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.tb_wt_header_search_system.tb_style_4:hover .tb_search_button:before,
.tb_wt_header_search_system.tb_style_4:hover .tb_search_wrap > input {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.tb_wt_header_search_system.tb_style_4 .tb_search_wrap > input {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.tb_wt_header_search_system.tb_style_4:hover .tb_search_wrap > input {
  opacity: 1;
}
@media (max-width: 768px) {
  .tb_wt_header_search_system .tb_search_button,
  .tb_wt_header_search_system.tb_style_3 .tb_search_wrap:before {
    width: 48px !important;
    height: 48px;
    line-height: 48px !important;
  }
  .tb_wt_header_search_system .tb_search_button {
    font-size: 1.1em;
  }
}
.tb_subcategory {
  position: relative;
  overflow: hidden;
  display: block !important;
}
.tb_subcategory .thumbnail {
  max-width: 100%;
}
.tb_subcategory h3,
.tb_subcategory ul {
  overflow: hidden;
}
.tb_subcategory h3 {
  margin: 0;
}
.tb_subcategory h3 + ul {
  padding-top: 12px;
}
.tb_subcategories.tb_grid_view .tb_subcategory {
  text-align: inherit;
}
.tb_subcategories.tb_cstyle_1 .tb_subcategory .thumbnail {
  margin-bottom: 24px;
}
.tb_subcategories.tb_image_top .tb_subcategory .thumbnail {
  float: none;
}
.tb_subcategories.tb_image_left .tb_subcategory .thumbnail {
  float: left;
  margin-right: 24px;
  margin-bottom: 0;
}
.tb_subcategories.tb_image_right .tb_subcategory .thumbnail {
  float: right;
  margin-left: 24px;
  margin-bottom: 0;
}
.tb_subcategories.tb_cstyle_4 > *,
.tb_subcategories.tb_cstyle_5 > * {
  overflow: hidden;
}
.tb_subcategories.tb_cstyle_4 .thumbnail,
.tb_subcategories.tb_cstyle_5 .thumbnail {
  float: none;
  margin-bottom: 0;
}
.tb_subcategories.tb_cstyle_4 h3,
.tb_subcategories.tb_cstyle_5 h3 {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 15px;
}
.tb_subcategories.tb_cstyle_4 .tb_subcategory h3 a,
.tb_subcategories.tb_cstyle_5 .tb_subcategory h3 a {
  display: block;
  padding: 0.8em 1.2em;
}
.tb_subcategories.tb_cstyle_4 .tb_subcategory h3 {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
#intro [class] .tb_subcategories.tb_cstyle_4 .tb_subcategory h3 a,
#ydfagfkcsccfr [class] .tb_subcategories.tb_cstyle_4 .tb_subcategory h3 a {
  color: #333 !important;
}
#intro [class] .tb_subcategories.tb_cstyle_4 .tb_subcategory:hover h3 a,
#intro [class] .tb_subcategories.tb_cstyle_4 .tb_subcategory h3:hover a,
#ydfagfkcsccfr [class] .tb_subcategories.tb_cstyle_4 .tb_subcategory:hover h3 a,
#ydfagfkcsccfr [class] .tb_subcategories.tb_cstyle_4 .tb_subcategory h3:hover a {
  color: #fff !important;
  background: #333;
}
.tb_subcategories.tb_cstyle_5 .tb_subcategory h3 {
  background: rgba(0, 0, 0, 0.5);
}
#intro [class] .tb_subcategories.tb_cstyle_5 .tb_subcategory h3 a,
#ydfagfkcsccfr [class] .tb_subcategories.tb_cstyle_5 .tb_subcategory h3 a {
  color: #fff !important;
}
#intro [class] .tb_subcategories.tb_cstyle_5 .tb_subcategory:hover h3 a,
#intro [class] .tb_subcategories.tb_cstyle_5 .tb_subcategory h3:hover a,
#ydfagfkcsccfr [class] .tb_subcategories.tb_cstyle_5 .tb_subcategory:hover h3 a,
#ydfagfkcsccfr [class] .tb_subcategories.tb_cstyle_5 .tb_subcategory h3:hover a {
  color: #000 !important;
  background: rgba(255, 255, 255, 0.8) !important;
}
.tb_wt_product_add_to_cart_system .tb_cart_wrap,
.tb_wt_product_add_to_cart_system .tb_purchase_button,
.tb_wt_product_add_to_cart_system .tb_actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tb_wt_product_add_to_cart_system .tb_cart_wrap,
.tb_wt_product_add_to_cart_system .tb_purchase_button {
  margin-top: -12px;
}
.tb_wt_product_add_to_cart_system .tb_cart_wrap > *,
.tb_wt_product_add_to_cart_system .tb_purchase_button > * {
  min-width: 0;
  margin-top: 12px !important;
  vertical-align: middle;
}
.tb_wt_product_add_to_cart_system .tb_cart_wrap {
  margin-right: -20px;
}
.tb_wt_product_add_to_cart_system .tb_cart_wrap > * {
  margin-right: 20px;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-top: 0 !important;
  margin-left: -10px;
  text-align: left;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button > * {
  margin-left: 10px;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button > .btn {
  min-width: 140px;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button br {
  display: none !important;
}
.tb_wt_product_add_to_cart_system .tb_input_wrap {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 80px;
}
.tb_wt_product_add_to_cart_system #product_buy_quantity,
.tb_wt_product_add_to_cart_system #input-quantity,
.tb_wt_product_add_to_cart_system .ui-spinner,
.tb_wt_product_add_to_cart_system .input-group {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
  width: 100%;
  height: 48px;
  font-size: 16px;
}
.tb_wt_product_add_to_cart_system .input-group {
  margin-top: 0;
  margin-bottom: 0;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button label {
  display: none !important;
  width: auto;
  height: 30px;
  line-height: 30px;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button input[type="text"],
.tb_wt_product_add_to_cart_system .tb_purchase_button input[type="number"] {
  text-align: center;
  font-size: 16px;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button .ui-spinner .btn,
.tb_wt_product_add_to_cart_system
  .tb_purchase_button
  .bootstrap-touchspin
  .btn {
  line-height: 23px;
}
@media (max-width: 480px) {
  .tb_wt_product_add_to_cart_system .tb_purchase_button .tb_button_add_to_cart {
    margin-right: 0;
    margin-left: 0;
  }
}
.tb_wt_product_add_to_cart_system .tb_actions {
  -ms-flex: 1 1 150px;
  -webkit-flex: 1 1 150px;
  flex: 1 1 150px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tb_wt_product_add_to_cart_system .tb_actions > * {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
}
.tb_wt_product_add_to_cart_system .minimum {
  clear: both;
  padding-top: 12px;
  text-align: center;
  font-size: 11px;
}
.tb_wt_product_discounts_system table:not([class]) {
  width: auto;
}
.tb_wt_product_discounts_system table:not([class]) thead {
  display: none;
}
.tb_wt_product_discounts_system table:not([class]) td:first-child {
  padding-right: 12px;
}
.tb_wt_product_price_system .price {
  line-height: inherit !important;
}
.tb_wt_product_price_system .price > * {
  vertical-align: top;
}
.tb_wt_product_price_system .price-regular,
.tb_wt_product_price_system .price-new {
  line-height: 36px;
  font-size: 24px;
}
.tb_wt_product_price_system .price-old {
  line-height: 24px;
  font-size: 16px;
}
.tb_wt_product_price_system .price-tax,
.tb_wt_product_price_system .reward {
  font-size: 12px;
  display: block;
}
.tb_wt_product_price_system .price-savings {
  display: inline-block;
  margin-top: 0.4em;
  margin-bottom: 0;
  padding: 0 0.5em;
}
@media (max-width: 480px) {
  .tb_wt_product_price_system {
    margin-bottom: 24px;
  }
  .tb_wt_product_price_system,
  .tb_wt_product_price_system * {
    text-align: inherit;
  }
}
.tbReviewForm input:not([type="radio"]):not([name="captcha"]),
.tbReviewForm textarea {
  width: 100%;
}
.tb_share_box,
.tb_share_box *:not(script) {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: none;
  transition: none;
}
.tb_share_box {
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  padding-right: 12px;
}
.tb_share_box > * {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  margin-left: 12px;
}
.tb_share_box > * > *,
.tb_share_box > * > *[class],
.tb_share_box .tb_facebook > a > span {
  vertical-align: top !important;
}
.tb_share_box .tb_stumbleupon iframe {
  margin-top: 1px !important;
}
.tb_share_box .tb_linkedin > span {
  height: 20px;
}
.tb_share_box .tb_linkedin > span > span:first-child > span > a > span > span {
  margin-top: -1px !important;
}
.tb_share_box .tb_linkedin > span > span:first-child + span > span > span {
  margin-top: -2px !important;
}
.tb_share_box .tb_plusone,
.tb_share_box .tb_plusone div {
  position: relative;
  float: left;
  width: 70px !important;
}
.tb_share_box .tb_plusone iframe {
  width: 70px !important;
}
.tb_share_box .addthis_counter {
  margin-right: 10px;
}
.tb_share_box .addthis_toolbox > * {
  padding: 0;
}
.tb_share_box .addthis_toolbox > *,
.tb_share_box .addthis_toolbox > * + * {
  display: inline-block;
  vertical-align: top;
}
.tb_wt {
  position: relative;
  clear: both;
  min-width: 0;
  border-radius: inherit;
}
.tb_wt:empty {
  display: none;
}
.tb_wt.display-inline-block {
  vertical-align: top;
}
@media (max-width: 768px) {
  .tb_wt.tb_content_inline:not(.hidden-xs) {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 769px) and (max-width: 1040px) {
  .tb_wt.tb_content_inline:not(.hidden-sm) {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 1041px) and (max-width: 1260px) {
  .tb_wt.tb_content_inline:not(.hidden-md) {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 1261px) {
  .tb_wt.tb_content_inline:not(.hidden-lg) {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.tb_wt.tb_content_inline .panel-heading {
  margin-bottom: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tb_wt.tb_content_inline .panel-body {
  margin-bottom: 0;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tb_wt.tb_content_inline .panel-heading:not([class*="tb_mr_"]) {
  margin-right: 0.5em;
}
.tb_wt.tb_content_inline .panel-heading > * {
  margin-bottom: 0;
}
.tb_wt.has_slider.tb_top_nav > h2,
.tb_wt.has_slider.tb_top_nav > div:not(.text-center) > h2 {
  padding-right: 60px;
}
.tb_wt.has_slider.tb_top_nav > h2.text-right,
.tb_wt.has_slider.tb_top_nav > div.text-right > h2 {
  padding-left: 60px;
}
.tb_wt > :last-child,
.row:not(.tb_separate_columns):not(.tb_ip_0)
  > .col
  > .tb_wt:not([class*="tb_mb_-"]):last-child {
  margin-bottom: 0;
}
.tb_wt_banner {
  overflow: hidden;
  padding: 0 !important;
}
.tb_wt_banner .tb_banner,
.tb_wt_banner .tb_image,
.tb_wt_banner .tb_image:before,
.tb_wt_banner > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  border-radius: inherit;
}
.tb_wt_banner .tb_banner {
  z-index: 2;
}
.tb_wt_banner .tb_image:before {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tb_wt_banner .tb_text_wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.tb_wt_banner .tb_text {
  display: table-cell;
  width: 100%;
  height: 100%;
}
.tb_wt_banner .tb_text > span {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.is_touch .tb_wt_banner .tb_text > span {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}
.tb_wt_banner .tb_text > span * {
  vertical-align: top;
}
.tb_wt_banner .tb_text > span.invisible {
  opacity: 0;
}
.tb_wt_banner:hover .tb_text > span.invisible,
.is_touch .tb_wt_banner .tb_text > span.invisible {
  visibility: visible;
  opacity: 1;
}
.tb_wt_banner .tb_text > span + span {
  margin-top: 12px;
}
.tb_wt_banner .tb_line_1 {
  line-height: 36px;
  font-size: 32px;
}
.tb_wt_banner .tb_line_2 {
  line-height: 36px;
  font-size: 24px;
}
.tb_wt_banner .tb_line_3 {
  line-height: 24px;
  font-size: 18px;
}
.tb_wt_banner .tb_image {
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: inherit;
}
.tb_wt_banner a {
  z-index: 3;
}
.tb_wt_banner .tb_image:before {
  content: "";
  opacity: 0;
}
.tb_wt_banner:hover .tb_image.tb_hover_color:before {
  opacity: 0.6;
}
.tb_wt_banner .tb_ratio {
  visibility: hidden;
  display: block;
  margin: 0 auto;
}
.tb_wt_banner .tb_ratio.tb_no_max_height {
  width: 100%;
}
.tb_wt_block_group.tb_equal_columns,
.tb_wt_block_group.tb_equal_columns > .row,
.tb_wt_block_group.tb_equal_columns > .row > .col > .display-block {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.tb_wt_block_group.tb_equal_columns {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.tb_wt_block_group.tb_equal_columns > .row {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}
.tb_wt_block_group.tb_equal_columns > .row > .col {
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li + li:before {
  content: "/";
  margin-left: 0.2em;
  margin-right: 0.4em;
}
.tb_wt_call_to_action > div {
  display: table-cell;
  vertical-align: middle;
}
.tb_wt_call_to_action .tb_description.tb_button_left + .tb_button_holder {
  padding-right: 3em;
}
.tb_wt_call_to_action .tb_description.tb_button_right + .tb_button_holder {
  padding-left: 3em;
}
.tb_wt_call_to_action .tb_description.tb_button_bottom + .tb_button_holder {
  display: block;
  padding-top: 36px;
  text-align: center;
}
.tb_wt_call_to_action hr {
  margin-left: 15%;
  margin-right: 15%;
}
.tb_wt_call_to_action .tb_description :last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .tb_wt_call_to_action .tb_button_holder {
    display: block !important;
    padding: 2em 0 0 0 !important;
    text-align: center;
  }
}
.tb_wt_categories .tb_expandable > * {
  margin-bottom: 0;
}
.tb_wt_categories
  ul:not(.tbInit)
  .tb_expandable:not(.tb_show):not(:first-child)
  > ul {
  display: none;
}
.tb_wt_categories .tb_toggle {
  display: block !important;
  float: right;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
}
.tb_wt_categories .tb_toggle:before {
  content: "+";
}
.tb_wt_categories .tb_show > .tb_toggle:before {
  content: "-";
}
.tb_wt_categories .tb_accordion h2 {
  position: static;
}
.tb_wt_categories h2,
.tb_wt_categories h3,
.tb_wt_categories h4 {
  margin: 0;
}
.tb_wt_categories ul:not(.tb_list_1) > li + li,
.tb_wt_categories li > ul:first-child,
.tb_wt_categories li > :not(.tb_toggle) + ul {
  padding-top: 12px;
}
.tb_wt_categories .tb_grid_view > li {
  display: block;
  padding-top: 0 !important;
}
.tb_social_share,
#article_facebook_like,
.fb-like,
.fb-like span {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tb_social_share:after {
  content: "\00a0";
}
.tb_social_share .fb_iframe_widget {
  vertical-align: baseline !important;
}
.fb-like iframe {
  max-width: none;
}
.tb_wt_facebook_likebox .tb_fb_likebox.tb_default {
  overflow: hidden;
  border: 1px solid;
}
.tb_wt_facebook_likebox .tb_fb_likebox.tb_default {
  height: 214px;
  max-height: 214px;
}
.tb_wt_facebook_likebox .tb_fb_likebox.tb_default.tb_small_header {
  height: 152px;
  max-height: 152px;
}
.tb_wt_facebook_likebox h2 + .tb_fb_likebox.tb_default {
  margin-top: 24px;
}
.tb_wt_facebook_likebox .tb_fb_likebox.tb_default .tb_social_box_wrap {
  margin: -1px -2px -1px -1px;
}
.tb_social_box .tb_social_button {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 8px;
}
h2.text-right + .tb_social_box .tb_social_button {
  left: 0;
  right: auto;
}
.tb_pt_5 > .tb_social_box .tb_social_button {
  top: 5px;
}
.tb_pt_10 > .tb_social_box .tb_social_button {
  top: 10px;
}
.tb_pt_15 > .tb_social_box .tb_social_button {
  top: 15px;
}
.tb_pt_20 > .tb_social_box .tb_social_button {
  top: 20px;
}
.tb_pt_25 > .tb_social_box .tb_social_button {
  top: 25px;
}
.tb_pt_30 > .tb_social_box .tb_social_button {
  top: 30px;
}
.tb_pt_35 > .tb_social_box .tb_social_button {
  top: 35px;
}
.tb_pt_40 > .tb_social_box .tb_social_button {
  top: 40px;
}
.tb_pt_45 > .tb_social_box .tb_social_button {
  top: 45px;
}
.tb_pt_50 > .tb_social_box .tb_social_button {
  top: 50px;
}
.tb_pl_5 > .tb_social_box .tb_social_button {
  right: 5px;
}
.tb_pl_10 > .tb_social_box .tb_social_button {
  right: 10px;
}
.tb_pl_15 > .tb_social_box .tb_social_button {
  right: 15px;
}
.tb_pl_20 > .tb_social_box .tb_social_button {
  right: 20px;
}
.tb_pl_25 > .tb_social_box .tb_social_button {
  right: 25px;
}
.tb_pl_30 > .tb_social_box .tb_social_button {
  right: 30px;
}
.tb_pl_35 > .tb_social_box .tb_social_button {
  right: 35px;
}
.tb_pl_40 > .tb_social_box .tb_social_button {
  right: 40px;
}
.tb_pl_45 > .tb_social_box .tb_social_button {
  right: 45px;
}
.tb_pl_50 > .tb_social_box .tb_social_button {
  right: 50px;
}
.tb_social_box .tb_social_button > div,
.tb_social_box .tb_social_button > div > span,
.tb_social_box .tb_social_button > div > iframe {
  display: inline-block !important;
  height: 20px !important;
  vertical-align: top !important;
}
.tb_social_box .tb_social_button > div {
  margin-top: -3px;
  vertical-align: middle !important;
}
.tb_fb_likebox.tb_custom > div > div > div,
.tb_fb_likebox.tb_custom ._4s7c {
  height: auto !important;
}
.tb_fb_likebox.tb_custom .hidden_elem {
  display: none !important;
}
.tb_fb_likebox.tb_custom .lfloat {
  float: left;
}
.tb_fb_likebox.tb_custom .rfloat {
  float: right;
}
.tb_social_box img {
  display: block;
}
.tb_social_box .tb_profile .thumbnail {
  margin-right: 24px;
}
.tb_social_box .tb_profile h3 {
  margin-bottom: 0;
}
.tb_social_box .tb_profile h3 small {
  font-size: 14px;
  opacity: 0.8;
}
.tb_fb_likebox.tb_custom ._8o,
.tb_fb_likebox.tb_custom ._8o .img {
  display: block;
}
.tb_fb_likebox.tb_custom ._8r {
  margin: 0 12px 0 0;
}
.tb_fb_likebox.tb_custom ._8u > * {
  display: inline;
}
.tb_social_box .plm {
  overflow: hidden;
  clear: both;
  padding: 0 0 24px 0;
}
.tb_social_box .plm * {
  display: inline;
}
.tb_social_box .tb_profile + .plm {
  clear: none;
  margin-top: 6px;
}
.tb_fb_likebox.tb_custom .plm a {
  font-weight: bold;
}
.tb_social_box .uiList {
  overflow: hidden;
  clear: both;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: -24px;
  margin-left: -18px;
  text-align: justify;
  letter-spacing: 10px;
}
.tb_social_box.tb_show_title .uiList {
  margin-top: -12px;
}
.tb_social_box .tb_profile + .plm + .uiList {
  margin-top: 0;
}
.tb_social_box.tb_show_title .tb_profile + .plm + .uiList {
  margin-top: 12px;
}
.tb_social_box .uiList:after {
  content: "";
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.tb_social_box .uiList li {
  display: inline-block;
  width: 50px;
  margin-left: 18px;
  padding-top: 24px;
  vertical-align: top;
}
.tb_social_box.tb_show_border .uiList li {
  width: 60px;
}
.tb_social_box.tb_show_title .uiList li {
  padding-top: 12px;
}
.tb_social_box .uiList li a,
.tb_social_box .uiList li img {
  display: block;
}
.tb_social_box.tb_show_title .uiList li .link:after {
  content: attr(title);
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 24px;
  text-align: center;
  word-spacing: 0;
  letter-spacing: 0;
  font-size: 10px;
}
.tb_social_box .uiList li img {
  width: 100%;
  height: auto;
}
.tb_social_box.tb_show_border .uiList li img {
  padding: 5px;
  background: #fff;
}
.tb_social_box.tb_max_w_200 .tb_fb_like {
  position: static;
  margin: 0 0 12px 0;
}
.tb_social_box.tb_max_w_200 .plm {
  margin-top: 0;
}
.no_title > .tb_social_box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no_title > .tb_social_box .plm {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 24px;
}
.no_title > .tb_social_box .tb_social_button {
  position: static;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin: 0;
}
.no_title > .tb_social_box .uiList {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tb_wt_fire_slider {
  position: static;
}
.tb_wt_fire_slider .tb_placeholder {
  display: none;
}
.tb_wt_fire_slider .mSButtons {
  opacity: 0;
}
.tb_wt_fire_slider:hover .mSButtons {
  opacity: 1;
}
.mightySlider {
  direction: ltr;
}
.mSCaption {
  direction: ltr;
}
body > .tb_wt_fire_slider {
  margin: 0;
}
[id*="FireSlider"] .mSPages {
  padding-bottom: 20px;
}
.tb_gallery {
  position: relative;
  overflow: hidden;
}
.tb_gallery .tb_slides {
  overflow: hidden;
}
.tb_gallery.tb_thumbs_vertical .tb_slides {
  position: absolute;
  top: 0;
  height: 100%;
}
.tb_gallery.tb_thumbs_vertical .tb_slides:last-child {
  width: 100%;
  margin: 0 !important;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_position_right .tb_slides {
  left: 0;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_position_left .tb_slides {
  right: 0;
}
.tb_gallery .tb_thumbs ul > li > img {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no_touch .tb_gallery .tb_thumbs ul > li:hover > img,
.tb_gallery .tb_thumbs ul > li.active > img {
  opacity: 1;
}
.tb_gallery.tb_thumbs_horizontal .tb_thumbs_wrap {
  width: 100%;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_1px .tb_thumbs_wrap {
  margin-top: 1px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_1px.tb_thumbs_crop
  .tb_thumbs
  > div {
  margin-left: -1px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_1px.tb_thumbs_crop
  .tb_thumbs
  ul
  > li {
  padding-left: 1px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_1px:not(.tb_thumbs_crop)
  .tb_thumbs
  ul
  > li:not(:first-child) {
  margin-left: 1px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_xs .tb_thumbs_wrap {
  margin-top: 6px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_xs.tb_thumbs_crop
  .tb_thumbs
  > div {
  margin-left: -6px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_xs.tb_thumbs_crop
  .tb_thumbs
  ul
  > li {
  padding-left: 6px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_xs:not(.tb_thumbs_crop)
  .tb_thumbs
  ul
  > li:not(:first-child) {
  margin-left: 6px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_sm .tb_thumbs_wrap {
  margin-top: 12px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_sm.tb_thumbs_crop
  .tb_thumbs
  > div {
  margin-left: -12px;
  padding-top: 12px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_sm.tb_thumbs_crop
  .tb_thumbs
  ul
  > li {
  padding-left: 12px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_sm:not(.tb_thumbs_crop)
  .tb_thumbs
  ul
  > li:not(:first-child) {
  margin-left: 12px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_md .tb_thumbs_wrap {
  margin-top: 24px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_md.tb_thumbs_crop
  .tb_thumbs
  > div {
  margin-left: -24px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_md.tb_thumbs_crop
  .tb_thumbs
  ul
  > li {
  padding-left: 24px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_md:not(.tb_thumbs_crop)
  .tb_thumbs
  ul
  > li:not(:first-child) {
  margin-left: 24px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_lg .tb_thumbs_wrap {
  margin-top: 36px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_lg.tb_thumbs_crop
  .tb_thumbs
  > div {
  margin-left: -36px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_lg.tb_thumbs_crop
  .tb_thumbs
  ul
  > li {
  padding-left: 36px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_lg:not(.tb_thumbs_crop)
  .tb_thumbs
  ul
  > li:not(:first-child) {
  margin-left: 36px;
}
.tb_gallery.tb_thumbs_vertical .tb_thumbs_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
}
.tb_gallery.tb_thumbs_vertical .tb_thumbs > div {
  padding-top: 0 !important;
}
.tb_gallery.tb_thumbs_vertical .tb_thumbs .mSSlideElement {
  clear: left;
}
.tb_gallery.tb_thumbs_vertical .tb_thumbs ul > li {
  float: left;
  width: 100%;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_position_right .tb_thumbs_wrap {
  right: 0;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_position_left .tb_thumbs_wrap {
  left: 0;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_1px.tb_thumbs_crop
  .tb_thumbs_wrap {
  top: -1px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_1px.tb_thumbs_crop
  .tb_thumbs
  ul
  > li {
  padding-top: 1px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_1px:not(.tb_thumbs_crop)
  .tb_thumbs
  ul
  > li:not(:first-child) {
  margin-top: 1px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_xs.tb_thumbs_crop
  .tb_thumbs_wrap {
  top: -6px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_xs.tb_thumbs_crop
  .tb_thumbs
  ul
  > li {
  padding-top: 6px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_xs:not(.tb_thumbs_crop)
  .tb_thumbs
  ul
  > li:not(:first-child) {
  margin-top: 6px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_sm.tb_thumbs_crop
  .tb_thumbs_wrap {
  top: -12px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_sm.tb_thumbs_crop
  .tb_thumbs
  ul
  > li {
  padding-top: 12px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_sm:not(.tb_thumbs_crop)
  .tb_thumbs
  ul
  > li:not(:first-child) {
  margin-top: 12px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_md.tb_thumbs_crop
  .tb_thumbs_wrap {
  top: -24px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_md.tb_thumbs_crop
  .tb_thumbs
  ul
  > li {
  padding-top: 24px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_md:not(.tb_thumbs_crop)
  .tb_thumbs
  ul
  > li:not(:first-child) {
  margin-top: 24px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_lg.tb_thumbs_crop
  .tb_thumbs_wrap {
  top: -36px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_lg.tb_thumbs_crop
  .tb_thumbs
  ul
  > li {
  padding-top: 36px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_lg:not(.tb_thumbs_crop)
  .tb_thumbs
  ul
  > li:not(:first-child) {
  margin-top: 36px;
}
.tb_gallery.tb_nav_visibility_hover .tb_slides .mSButtons {
  opacity: 0;
}
.tb_gallery.tb_nav_visibility_hover .tb_slides:hover .mSButtons {
  opacity: 1;
}
.tb_gallery.tb_dots_outside {
  padding-bottom: 36px;
}
.tb_gallery:not(.tb_dots_outside) .tb_pagination {
  padding-bottom: 20px;
}
.tb_gallery .wait {
  width: 40px;
  height: 40px;
}
.tb_gallery .tb_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: auto !important;
  padding: 20px !important;
  line-height: inherit !important;
  opacity: 0;
}
.tb_gallery .tb_caption:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.tb_gallery .tb_caption .tb_text {
  position: relative;
  z-index: 1;
}
.tb_gallery.tb_grid_view a {
  position: relative;
  display: block;
  text-align: center;
}
.tb_gallery.tb_grid_view a .tb_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 25px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tb_gallery.tb_grid_view a:hover span {
  display: block;
  opacity: 1;
}
.tb_gallery .tb_fullscreen_button {
  position: absolute;
  z-index: 5;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tb_gallery.tb_fullscreen_button_hover .tb_fullscreen_button {
  opacity: 0;
}
.is_touch .tb_gallery.tb_fullscreen_button_hover .tb_fullscreen_button,
.tb_gallery.tb_fullscreen_button_hover:hover .tb_fullscreen_button {
  opacity: 1;
}
.tb_gallery.tb_fullscreen_button_position_tr .tb_fullscreen_button {
  top: 0;
  right: 0;
}
.tb_gallery.tb_fullscreen_button_position_br .tb_fullscreen_button {
  bottom: 0;
  right: 0;
}
.tb_gallery.tb_fullscreen_button_position_bl .tb_fullscreen_button {
  bottom: 0;
  left: 0;
}
.tb_gallery.tb_fullscreen_button_position_tl .tb_fullscreen_button {
  top: 0;
  left: 0;
}
.tb_map_wrap > span.tb_loading_wrap {
  position: absolute;
  left: 50%;
  display: block;
  margin-left: -8px;
}
.tb_map_wrap > span.tb_loading_wrap > * {
  margin: 1px 0 0 0;
}
.tb_wt_google_maps.tb_full {
  position: static;
}
.tb_wt_google_maps.tb_full .tb_map_holder {
  position: absolute;
  left: 0;
}
.tb_map_holder {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.tb_map_holder.tb_style_2 {
  z-index: 1;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}
.tb_map_holder.tb_style_2:before {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset,
    0 -10px 20px 0 rgba(0, 0, 0, 0.1) inset;
}
.tb_map iframe {
  display: block;
  width: 100%;
}
.tb_icon_list {
  margin-bottom: 0;
}
.tb_icon_list > li {
  display: block;
}
.tb_icon_list li .tb_icon_wrap {
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tb_icon_list li .tb_icon {
  margin: 0;
}
.tb_icon_list li .tb_icon:before {
  margin-left: 0;
  margin-right: 0;
}
.tb_icon_list li .tb_description > :last-child {
  margin-bottom: 0;
}
.tb_icon_list.tb_description_tooltip .tb_description_wrap {
  display: none !important;
}
.tb_icon_list.tb_description_tooltip span.tb_icon {
  cursor: help;
}
.tb_icon_list .tb_icon.tb_style_1 {
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.tb_icon_list .tb_icon.tb_style_1:before {
  margin-top: -1px;
}
.tb_icon_list .tb_icon.tb_style_2 {
  border-radius: 100px;
}
.tb_icon_list .tb_icon.tb_style_4,
.tb_icon_list .tb_icon.tb_style_5 {
  border-width: 2px;
  border-style: solid;
  background-color: transparent !important;
}
.tb_icon_list .tb_icon.tb_style_5 {
  border-radius: 50%;
}
.tb_icon_list .tb_icon.tb_style_4:before,
.tb_icon_list .tb_icon.tb_style_5:before {
  margin-top: -2px;
}
.tb_icon_list.tb_inline_view li {
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  vertical-align: top;
}
.tb_icon_list.tb_inline_view li .tb_description_wrap {
  display: inline-block;
  vertical-align: top;
}
.tb_icon_list.tb_inline_view.text-justify > ul {
  line-height: 0;
  text-align: justify;
}
.tb_icon_list.tb_inline_view.text-justify > ul:after {
  content: " ";
  display: inline-block;
  width: 99%;
  vertical-align: top;
}
.tb_icon_list.tb_list_view ul {
  display: table;
  width: 100%;
}
.tb_icon_list.tb_list_view li {
  display: table-row;
}
.tb_icon_list.tb_list_view li > * {
  display: table-cell;
  vertical-align: middle;
}
.tb_icon_list.tb_list_view li:last-child > * {
  padding-bottom: 0;
}
.tb_icon_list.tb_list_view li .tb_icon {
  display: block;
  margin: 0 auto;
}
.tb_icon_list.tb_list_view li .tb_description {
  display: inline-block;
  width: 100%;
}
.tb_icon_list.tb_list_view.tb_description_right {
  direction: ltr;
}
.tb_icon_list.tb_list_view.tb_description_left {
  direction: rtl;
}
.tb_icon_list.tb_list_view.tb_description_left li,
.tb_icon_list.tb_list_view.tb_description_right li {
  direction: ltr;
}
.tb_icon_list.tb_list_view.tb_description_right li .tb_description_wrap {
  padding-left: 1em;
}
.tb_icon_list.tb_list_view.tb_description_left li .tb_description_wrap {
  padding-right: 15px;
}
.tb_icon_list.tb_list_view.tb_icons_top li .tb_icon {
  vertical-align: top;
}
.tb_icon_list.tb_list_view.tb_icons_top li .tb_icon_wrap {
  vertical-align: top;
}
.tb_icon_list.tb_grid_view li {
  direction: ltr;
}
.tb_icon_list.tb_grid_view li .tb_icon_wrap {
  text-align: center;
}
.tb_icon_list.tb_grid_view li .tb_icon_wrap .tb_icon {
  margin: 0 !important;
  vertical-align: middle;
}
.tb_icon_list.tb_grid_view .tb_description_wrap {
  direction: ltr;
}
.tb_icon_list.tb_grid_view.tb_description_bottom li {
  text-align: center;
}
.tb_icon_list.tb_grid_view.tb_description_bottom li .tb_icon_wrap {
  margin: 0 auto 20px auto;
}
.tb_icon_list.tb_grid_view.tb_description_bottom li .tb_icon_wrap:last-child {
  margin-bottom: 0;
}
.tb_icon_list.tb_grid_view.tb_description_right li,
.tb_icon_list.tb_grid_view.tb_description_left li {
  position: relative;
}
.tb_icon_list.tb_grid_view.tb_description_right .tb_icon_wrap,
.tb_icon_list.tb_grid_view.tb_description_left .tb_icon_wrap {
  position: absolute;
  top: 50%;
  margin-left: 0;
  margin-right: 0;
}
.tb_icon_list.tb_grid_view.tb_description_left .tb_icon_wrap {
  right: 0;
}
.tb_icon_list.tb_grid_view.tb_description_bottom .tb_icon {
  margin: 0;
}
.tb_icon_list.tb_grid_view.tb_icons_top .tb_icon_wrap {
  top: 0;
  margin-top: 0 !important;
}
.tb_wt_latest_reviews:hover {
  position: relative;
  z-index: 100;
  z-index: 40;
}
.tb_wt_latest_reviews .product-thumb {
  background-color: transparent !important;
}
.tb_wt_latest_reviews .caption {
  -ms-flex: 1 1 0px !important;
  -webkit-flex: 1 1 0px !important;
  flex: 1 1 0px !important;
}
.tb_wt_latest_reviews .caption > .tb_review {
  min-width: 100%;
}
.tb_wt_latest_reviews .tb_slider_pagination {
  margin-top: 12px;
}
.tb_wt_latest_tweets .panel-heading {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tb_wt_latest_tweets .panel-heading.text-right {
  direction: rtl;
}
.tb_wt_latest_tweets .panel-title {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tb_wt_latest_tweets .panel-title .tb_icon {
  word-spacing: 0 !important;
  letter-spacing: 0 !important;
}
.tb_wt_latest_tweets .panel-heading > a.twitter-follow-button {
  display: none;
}
.tb_wt_latest_tweets > iframe {
  margin-top: 8px;
}
.tb_tweet {
  box-shadow: none !important;
}
.tb_tweet h3 {
  padding-right: 72px;
}
.tb_tweet h3 small {
  vertical-align: top;
  font-size: 11px;
}
.tb_tweet .tb_status {
  margin-bottom: 0;
}
.tb_tweet .tb_date {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
}
.tb_tweet .tb_actions {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  display: none;
}
.tb_tweet:hover .tb_actions {
  display: block;
}
.tb_tweet .tb_item_info {
  overflow: hidden;
  position: relative;
}
.tb_listing.tb_has_hover > .tb_tweet:hover {
  z-index: 2;
  margin: 0 -24px -60px -24px !important;
  padding: 24px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.08),
    0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.tb_listing.tb_has_hover > .tb_tweet:first-child:hover {
  margin-top: -24px !important;
}
.tb_listing.tb_has_hover > .tb_tweet:hover {
  padding-bottom: 60px;
}
.tb_listing.tb_style_1 > .tb_tweet .thumbnail {
  margin: 0 24px 0 0;
}
.tb_listing.tb_style_1 > .tb_tweet .thumbnail img {
  width: 72px;
}
.tb_tweets .tb_tweet + .tb_tweet {
  margin-top: 24px !important;
}
.tb_tweets.tb_style_2,
.tb_tweets.tb_style_2 > .tb_tweet {
  border: none !important;
}
.tb_listing.tb_style_2 > .tb_tweet .thumbnail {
  margin: 0 12px 0 0;
}
.tb_listing.tb_style_2 > .tb_tweet .thumbnail img {
  width: 48px;
}
.tb_listing.tb_style_2 > .tb_tweet .tb_item_info {
  overflow: visible;
}
.tb_listing.tb_style_2 > .tb_tweet h3 small {
  display: block;
}
.tb_listing.tb_style_2 > .tb_tweet .tb_status {
  clear: both;
}
.tb_listing.tb_style_3 .tb_tweet .tb_item_info {
  overflow: visible;
  position: relative;
  margin-left: 72px;
}
.tb_listing.tb_style_3 .tb_tweet .tb_item_info:before {
  content: "\201C";
  left: -72px;
  position: absolute;
  top: -12px;
  width: 35px;
  height: 50px;
  line-height: 100px;
  text-align: center;
  font-size: 100px;
  font-family: Arial;
  font-style: normal;
  opacity: 0.15;
}
.tb_listing.tb_style_3 .tb_tweet .tb_status,
.tb_listing.tb_style_3 .tb_tweet .tb_date {
  position: static;
  display: inline;
}
.tb_wt_header_main_navigation_system {
  position: static;
}
.tb_wt_manufacturers {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.tb_manufacturers.tb_grid_view {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tb_wt_manufacturers:not(.has_slider) .panel-body {
  position: relative;
}
.tb_wt_menu .tb_selected > a,
.tb_wt_menu .tb_selected > span {
  font-weight: bold;
}
.col-align-center > .tb_wt_menu.display-inline-block .nav-horizontal {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.col-align-end > .tb_wt_menu.display-inline-block .nav-horizontal {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.tb_wt_menu .h2,
.tb_wt_menu .h3,
.tb_wt_menu .h4 {
  display: table;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tb_wt_menu .h2,
.tb_wt_menu .h2 + .tb_list_1,
.tb_wt_menu .h2 + ul > li:last-child > ul,
.tb_wt_menu .h2 + ul > li:last-child > h3:last-child {
  margin-bottom: 24px;
}
.tb_wt_menu .h3,
.tb_wt_menu .h3 + .tb_list_1,
.tb_wt_menu .h4,
.tb_wt_menu .h4 + .tb_list_1 {
  margin-bottom: 12px;
}
.tb_wt_menu .nav-stacked > li:last-child > .h2:last-child,
.tb_wt_menu .nav-stacked > li:last-child > .h3:last-child,
.tb_wt_menu .nav-stacked > li:last-child > .h4:last-child,
.tb_wt_menu .nav-stacked > li:last-child > .tb_list_1,
.tb_wt_menu
  > nav
  > ul
  > li:last-child
  > ul
  > li:last-child
  > .tb_list_1:last-child {
  margin-bottom: 0;
}
.tb_wt_menu > ul:last-child {
  margin-bottom: 0 !important;
}
.tb_wt_menu nav,
.tb_wt_menu nav > .nav {
  border-radius: inherit;
}
.tb_wt_menu .nav-stacked.tb_separate_menus > li > a {
  margin-bottom: 0;
}
.tb_wt_newsletter .form-group {
  max-width: 100%;
}
.tb_wt_newsletter .form-inline .form-group {
  margin-right: 1em;
}
.tb_wt_newsletter .form-inline .form-group {
  position: relative;
}
.tb_wt_newsletter .form-inline .form-group .text-danger {
  position: absolute;
  bottom: -30px;
  left: 0;
  min-width: 0 !important;
  text-align: initial;
}
.tb_wt_product_slider .panel-body > .row > .col-xs-12:first-child {
  display: block;
}
@media (max-width: 768px) {
  .tb_wt_product_slider .col-xs-12:first-child {
    -ms-flex: 1 1 180px;
    -webkit-flex: 1 1 180px;
    flex: 1 1 180px;
  }
  .tb_wt_product_slider .col-xs-12:last-child {
    -ms-flex: 1 1 250px;
    -webkit-flex: 1 1 250px;
    flex: 1 1 250px;
  }
}
.tb_wt_product_slider .product-thumb {
  background-color: transparent !important;
}
.tb_wt_product_slider .tb_slider_controls {
  overflow: visible !important;
  visibility: visible;
}
.tb_wt_product_slider .tb_slider_controls a {
  z-index: 1;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tb_wt_product_slider .tb_slider_controls .tb_prev {
  left: -15% !important;
}
.tb_wt_product_slider .tb_slider_controls .tb_next {
  right: -15% !important;
}
.tb_wt_product_slider .tb_item_thumb_wrap {
  position: relative;
  max-width: 100%;
  padding-bottom: 100%;
  background: #fff;
  border-radius: 50%;
}
.tb_wt_product_slider .tb_item_thumb_wrap > div {
  position: absolute;
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
}
.tb_wt_product_slider .tb_item_thumb .tb_products,
.tb_wt_product_slider .tb_item_thumb .swiper-container,
.tb_wt_product_slider .tb_item_thumb .swiper-wrapper,
.tb_wt_product_slider .tb_item_thumb .swiper-slide,
.tb_wt_product_slider .tb_item_thumb .product-thumb .image {
  margin: 0 !important;
  padding: 0 !important;
}
.tb_wt_product_slider .tb_item_thumb .tb_products,
.tb_wt_product_slider .tb_item_thumb .swiper-container,
.tb_wt_product_slider .tb_item_thumb .swiper-wrapper {
  height: 100% !important;
}
.tb_wt_product_slider .tb_item_thumb .product-thumb .image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: none;
}
.tb_wt_product_slider .tb_item_thumb .product-thumb .image + div {
  display: none;
}
.tb_wt_product_slider .tb_item_info {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.tb_wt_product_slider .tb_item_info.tbShowInfo {
  opacity: 1;
}
.tb_wt_product_slider .tb_item_info .image {
  display: none;
}
.tb_wt_product_slider .swiper-wrapper,
.tb_wt_product_slider .swiper-slide > div {
  border: none !important;
  box-shadow: none !important;
}
.tb_wt_product_slider .product-layout,
.tb_wt_product_slider .product-thumb {
  height: 100%;
  padding: 0;
  background-color: transparent !important;
}
@media (max-width: 768px) {
  .tb_wt_product_slider .tb_item_info .description {
    display: none;
  }
}
.tb_separator {
  overflow: hidden;
  position: relative;
}
.tb_separator .tb_title {
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 0 1em;
  vertical-align: top;
}
.tb_separator .tb_title .border {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 1000px;
}
.tb_separator .tb_title .tb_position_left {
  left: -1000px;
}
.tb_separator .tb_title .tb_position_right {
  right: -1000px;
}
.tb_separator > span.border {
  left: 0;
  width: 100%;
  margin-bottom: 0 !important;
}
.tb_wt_group.tb_tabs_style_3 {
  position: static;
}
.tb_wt_group.tabs-right {
  direction: rtl;
}
.tb_wt_group .tb_wt:hover {
  z-index: auto;
}
.tb_wt_group .nav.nav-tabs:not([class*="tb_mb_"]) {
  margin-bottom: 0;
}
.tb_text_wrap br {
  display: block;
}
.tb_text_wrap ul:not(.list-unstyled),
.tb_text_wrap ol:not(.list-unstyled) {
  list-style-position: inside;
}
.tb_text_wrap ul:not(.list-unstyled) {
  list-style-type: disc;
}
.tb_text_wrap ul:not(.list-unstyled) ul:not(.list-unstyled),
.tb_text_wrap ul:not(.list-unstyled) ol:not(.list-unstyled),
.tb_text_wrap ol:not(.list-unstyled) ul:not(.list-unstyled),
.tb_text_wrap ol:not(.list-unstyled) ol:not(.list-unstyled) {
  margin-left: 24px;
}
.tb_text_wrap ol:not(.list-unstyled) {
  padding-left: 15px;
  list-style: decimal;
}
.tb_text_wrap blockquote {
  position: relative;
  padding: 18px 24px 18px 91px;
  line-height: 36px;
  font-size: 18.2px;
  font-style: italic;
}
.tb_text_wrap blockquote:before {
  content: "\201C";
  left: 24px;
  position: absolute;
  top: 6px;
  width: 35px;
  height: 50px;
  line-height: 100px;
  text-align: center;
  font-size: 100px;
  font-family: Arial;
  font-style: normal;
  opacity: 0.2;
}
.tb_text_wrap blockquote:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-right: 5px solid;
  width: 0;
  height: 100%;
  opacity: 0.2;
}
.tb_text_wrap blockquote.pull-left {
  margin: 0 24px 24px 0;
}
.tb_text_wrap blockquote.pull-right {
  margin: 0 0 24px 24px;
}
.tb_text_wrap > :last-child {
  margin-bottom: 0;
}
#xjhdrutlgqzhlwkScrollToTop {
  position: fixed;
  z-index: 50;
  bottom: 100px;
  right: 35px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 32px;
  opacity: 0;
  background-color: #d6d6d6 !important;
  color: #888 !important;
}
.tb_page_stories_show .breadcrumb li:first-child a:before {
  content: none;
}
.tb_article .thumbnail {
  max-width: 100% !important;
  margin-bottom: 24px;
}
.tb_thumbnail_top .thumbnail {
  float: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tb_thumbnail_left .thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.tb_thumbnail_right .thumbnail {
  float: right;
  margin-left: 20px;
  margin-bottom: 0;
}
.tb_article .tb_meta {
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 12px;
  padding-left: 18px;
}
.tb_article .tb_meta > * {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 12px;
  vertical-align: top;
}
.tb_article .tb_meta > * + * {
  padding-left: 18px;
}
.tb_article .tb_meta > * + *:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  display: inline-block;
  border-left: 1px solid;
  opacity: 0.2;
}
.tb_article .tb_meta .fa {
  margin-right: 0.2em;
  vertical-align: top;
  font-size: 14px;
}
.tb_article .tb_meta + .tb_text_wrap {
  position: relative;
  margin-top: 24px;
  padding-top: 36px;
}
.tb_article .tb_meta + .tb_text_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
  opacity: 0.15;
}
.tb_article .tb_item_info > .tb_meta:last-child {
  margin-bottom: -10px !important;
}
.tb_article .tb_read_more {
  display: block;
  margin-top: 12px;
  font-weight: 600;
}
.tb_article .tb_read_more span {
  vertical-align: top;
  font-size: 1.2em;
}
.tb_article .tb_comments {
  position: relative;
  padding-top: 36px;
}
.tb_articles + .pagination {
  margin-bottom: 0;
  padding-top: 36px;
}
.tb_listing:not(.tb_compact_view) .tb_article .thumbnail:before {
  content: "\f0c1";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  line-height: 60px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  font-family: FontAwesome;
  font-size: 28px;
  color: #fff;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tb_listing:not(.tb_compact_view) .tb_article .thumbnail:hover:before {
  opacity: 1;
}
.tb_grid_view .tb_article {
  text-align: initial;
}
.tb_grid_view .tb_article > * {
  width: auto !important;
  min-width: 100%;
}
.tb_list_view .tb_article + .tb_article {
  margin-top: 36px;
  padding-top: 36px;
}
.tb_list_view .tb_article:last-child {
  margin-bottom: 36px;
}
.tb_list_view .tb_article .tb_meta + .tb_description {
  margin-top: 0;
  padding-top: 0;
}
.tb_list_view .tb_article .tb_meta + .tb_description:after {
  content: none;
}
.tb_list_view.tb_thumbnail_left .tb_description,
.tb_list_view.tb_thumbnail_right .tb_description {
  clear: none;
}
.tb_compact_view .tb_article h3 + .tb_description,
.tb_compact_view .tb_article h3 + .tb_meta {
  margin-top: 12px;
}
.tb_compact_view .tb_article .tb_description {
  margin-bottom: 12px;
}
.tb_compact_view .tb_article .tb_meta {
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
}
.tb_compact_view .tb_article .tb_meta > * {
  margin-right: 12px;
}
.tb_compact_view .tb_article .tb_meta > * + * {
  padding-left: 0;
  padding-right: 0;
}
.tb_compact_view .tb_article .tb_meta > * + *:before {
  content: none;
}
.tb_article .tb_meta .tb_social_share > :not(:last-child) {
  margin-right: 18px;
}
.ui-autocomplete-input {
  position: relative;
}
.tb_jquery_ui .ui-icon {
  display: block;
  text-indent: -666px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-dialog-content .buttons {
  width: auto;
  margin: 0 -2em -2em -2em;
  padding: 2em;
}
.ui-dialog-content ul:not([class]),
.ui-dialog-content ul:not([class]) li {
  list-style: disc;
  padding-left: 1em;
}
.ui-dialog-content ul:not([class]) li {
  margin-bottom: 12px;
}
.ui-dialog-content ul:not([class]) li:last-child {
  margin-bottom: 0;
}
.ui-spinner {
  width: auto;
}
.ui-spinner .ui-spinner-input {
  margin: -1px !important;
  padding: 0 !important;
}
.ui-spinner .btn-group-vertical {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ui-spinner .ui-spinner-button {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1.5em;
  min-width: 24px;
  padding: 0;
}
.ui-spinner .ui-spinner-up {
  border-radius: 0 2px 0 0 !important;
}
.ui-spinner .ui-spinner-down {
  border-radius: 0 0 2px 0 !important;
}
.ui-tooltip {
  z-index: 1000;
  position: absolute;
}
.noty_modal {
  position: fixed;
  z-index: 9999998;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
}
.noty_cont,
.noty_bar {
  position: fixed;
  z-index: 9999999;
  width: 360px;
  margin: 0;
}
.noty_bar {
  display: none;
  width: 100%;
}
.noty_layout_topRight {
  top: 0;
  right: 15px;
}
.noty_layout_topLeft {
  top: 0;
  left: 15px;
}
.noty_layout_bottomLeft {
  bottom: 0;
  left: 15px;
}
.noty_layout_bottomRight {
  bottom: 0;
  right: 15px;
}
.noty_layout_topCenter {
  top: 0;
  left: 50%;
  margin-left: -150px;
}
.noty_layout_bottomCenter {
  bottom: 0;
  left: 50%;
  margin-left: -150px;
}
.noty_cont .noty_bar {
  position: static;
  margin: 0;
}
.noty_bar .noty_close {
  cursor: pointer;
}
.noty_message {
  position: relative;
  margin: 18px 0;
  padding: 18px;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.08),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.noty_text,
.noty_text_body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.noty_text:after {
  content: "";
  display: table;
  clear: both;
}
.noty_text .tb_icon {
  font-size: 19px;
  color: #fff;
}
.noty_text h3 {
  -ms-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 24px;
}
.noty_text .thumbnail {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 72px;
  margin-right: 24px;
}
.noty_text .thumbnail img {
  width: auto;
  height: 100%;
  max-height: 100%;
}
.noty_text > p,
.noty_text_body {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.noty_text_body > p {
  overflow: hidden;
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
}
.noty_text p a {
  font-weight: 600;
}
.noty_text .error {
  width: 100%;
  min-width: 0;
  margin: 0;
}
.noty_buttons {
  text-align: center;
  padding-top: 12px;
}
.noty_buttons button {
  margin-top: 12px;
}
.noty_buttons button + button {
  margin-left: 6px;
}
.noty_message h2 {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
}
.noty_message .noty_close {
  z-index: 100;
  position: absolute;
  top: 18px;
  right: 18px;
  letter-spacing: 0;
  word-spacing: 0;
}
.noty_message .noty_close:after {
  display: none;
}
.noty_message h3 {
  padding-right: 24px;
  font-size: 17px;
}
.noty_message .tb_icon,
.noty_message .noty_close.noty_close {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.noty_message .tb_icon {
  padding: 2px;
  font-size: inherit;
  border-radius: 50%;
  vertical-align: middle;
}
.noty_message .tb_icon:before {
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .noty_cont {
    position: static;
    width: auto;
    height: auto;
  }
  .noty_bar {
    position: fixed !important;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: auto;
  }
  .noty_message {
    margin: 0;
  }
  .noty_text {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .noty_text h3 {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .noty_text p {
    max-width: 320px;
  }
}
[class].pr_banner-Hv3Ep .tb_line_1 {
  color: #bbe6e2;
}
[class].pr_banner-Hv3Ep .tb_line_2 {
  color: #fff;
}
[class].pr_banner-Hv3Ep .tb_line_3 {
  color: #333;
}
[class].pr_banner-Hv3Ep .tb_image:before {
  background-color: #42bab0;
}
[class].pr_banner-Hv3Ep .btn:not(:hover):not(.btn-default),
[class].pr_banner-Hv3Ep .btn.active:hover,
[class].pr_banner-Hv3Ep .button:not(:hover),
[class].pr_banner-Hv3Ep button:not(:hover):not(.btn),
[class].pr_banner-Hv3Ep [type="button"]:not(:hover):not(.btn),
[class].pr_banner-Hv3Ep [type="submit"]:not(:hover):not(.btn),
[class].pr_banner-Hv3Ep [type="reset"]:not(:hover):not(.btn),
[class].pr_banner-Hv3Ep
  .ui-button.ui-state-default:not(.btn):not(.ui-state-hover):not(
    .ui-state-active
  ):not(.ui-state-focus),
[class].pr_banner-Hv3Ep
  .ui-slider
  .ui-slider-handle.ui-state-default:not(.ui-state-hover):not(
    .ui-state-active
  ):not(.ui-state-focus) {
  background-color: #ef9a9a !important;
}
[class].pr_banner-Hv3Ep .btn:not(:hover):not(.btn-default),
[class].pr_banner-Hv3Ep .btn.active:hover,
[class].pr_banner-Hv3Ep .button:not(:hover),
[class].pr_banner-Hv3Ep button:not(:hover):not(.btn),
[class].pr_banner-Hv3Ep [type="button"]:not(:hover):not(.btn),
[class].pr_banner-Hv3Ep [type="submit"]:not(:hover):not(.btn),
[class].pr_banner-Hv3Ep [type="reset"]:not(:hover):not(.btn),
[class].pr_banner-Hv3Ep
  .ui-button.ui-state-default:not(.btn):not(.ui-state-hover):not(
    .ui-state-active
  ):not(.ui-state-focus),
[class].pr_banner-Hv3Ep
  .ui-slider
  .ui-slider-handle.ui-state-default:not(.ui-state-hover):not(
    .ui-state-active
  ):not(.ui-state-focus) {
  color: #fff !important;
}
[class].pr_banner-Hv3Ep .btn:not(.active):not(.btn-default):hover,
[class].pr_banner-Hv3Ep .button:hover,
[class].pr_banner-Hv3Ep button:not(.btn):hover,
[class].pr_banner-Hv3Ep [type="button"]:not(.btn):hover,
[class].pr_banner-Hv3Ep [type="submit"]:not(.btn):hover,
[class].pr_banner-Hv3Ep [type="reset"]:not(.btn):hover,
[class].pr_banner-Hv3Ep
  .ui-button.ui-state-hover:not(.btn):not(.ui-state-focus),
[class].pr_banner-Hv3Ep .ui-button.ui-state-active:not(.ui-state-focus),
[class].pr_banner-Hv3Ep .ui-slider .ui-slider-handle.ui-state-hover {
  background-color: #000 !important;
}
[class].pr_banner-Hv3Ep .btn:not(.active):not(.btn-default):hover,
[class].pr_banner-Hv3Ep .button:hover,
[class].pr_banner-Hv3Ep button:not(.btn):hover,
[class].pr_banner-Hv3Ep [type="button"]:not(.btn):hover,
[class].pr_banner-Hv3Ep [type="submit"]:not(.btn):hover,
[class].pr_banner-Hv3Ep [type="reset"]:not(.btn):hover,
[class].pr_banner-Hv3Ep
  .ui-button.ui-state-hover:not(.btn):not(.ui-state-focus),
[class].pr_banner-Hv3Ep .ui-button.ui-state-active:not(.ui-state-focus),
[class].pr_banner-Hv3Ep .ui-slider .ui-slider-handle.ui-state-hover {
  color: #fff !important;
}
[class].pr_banner-Hv3Ep .btn.btn-default:not(:hover),
[class].pr_banner-Hv3Ep .btn.btn-default.active:hover {
  background-color: #d6d6d6 !important;
}
[class].pr_banner-Hv3Ep .btn.btn-default:not(:hover),
[class].pr_banner-Hv3Ep .btn.btn-default.active:hover {
  color: #333 !important;
}
[class].pr_banner-Hv3Ep .btn.btn-default:not(.active):hover {
  background-color: #000 !important;
}
[class].pr_banner-Hv3Ep .btn.btn-default:not(.active):hover {
  color: #fff !important;
}
[class].pr_banner-Hv3Ep .panel-heading,
[class].pr_banner-Hv3Ep .box-heading {
  color: #333;
}
[class].pr_banner-small-PLkJ4 .panel-heading,
[class].pr_banner-small-PLkJ4 .box-heading {
  color: #333;
}
[class].pr_separator-with-title-TNT52 .tb_separator .tb_title {
  color: #fff !important;
}
[class].pr_separator-with-title-TNT52 .tb_separator .tb_title {
  background-color: #333;
}
[class].pr_separator-with-title-TNT52 .tb_separator .border {
  border-color: #ddd;
}
[class].pr_separator-with-title-TNT52 .panel-heading,
[class].pr_separator-with-title-TNT52 .box-heading {
  color: #333;
}
[class].pr_banner-Hv3Ep .tb_line_1 {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
[class].pr_banner-Hv3Ep .tb_line_2 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 0px;
}
[class].pr_banner-Hv3Ep .tb_line_3 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}
[class].pr_banner-small-PLkJ4 .tb_line_1 {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
}
[class].pr_separator-with-title-TNT52 .tb_separator .tb_title {
  font-family: "Montserrat";
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
[class].pr_banner-Hv3Ep {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.row-wrap[class].pr_banner-Hv3Ep > .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
[class].pr_banner-small-PLkJ4 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.row-wrap[class].pr_banner-small-PLkJ4 > .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tbSticky {
  z-index: 101;
  position: fixed !important;
  top: 0;
  -webkit-transition: background 0.3s, padding 0.3s;
  transition: background 0.3s, padding 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.tbSticky > .row-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
#qjqczdiaxifecqv.tbSticky.container-fluid:not(.tb_sticky_width_fixed),
#qjqczdiaxifecqv.tbStickyScrolled.tb_sticky_width_full,
#sticky_header.tb_sticky_width_full {
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
}
#qjqczdiaxifecqv.container.tbSticky:not(.tbStickyScrolled),
#leahjjoocokd.container #qjqczdiaxifecqv.tbSticky:not(.tbStickyScrolled),
#qjqczdiaxifecqv.tbStickyScrolled.tb_sticky_width_fixed,
#sticky_header.tb_sticky_width_fixed {
  left: 50vw;
  width: 100%;
  max-width: 1300px;
  margin-left: -650px;
}
@media (max-width: 1380px) {
  #qjqczdiaxifecqv.container.tbSticky:not(.tbStickyScrolled),
  #leahjjoocokd.container #qjqczdiaxifecqv.tbSticky:not(.tbStickyScrolled),
  #qjqczdiaxifecqv.tbStickyScrolled.tb_sticky_width_fixed,
  #sticky_header.tb_sticky_width_fixed {
    width: auto;
    left: 30px;
    right: 30px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #qjqczdiaxifecqv.container.tbSticky:not(.tbStickyScrolled),
  #leahjjoocokd.container #qjqczdiaxifecqv.tbSticky:not(.tbStickyScrolled),
  #qjqczdiaxifecqv.tbStickyScrolled.tb_sticky_width_fixed,
  #sticky_header.tb_sticky_width_fixed {
    left: 10px;
    right: 10px;
  }
}
#qjqczdiaxifecqv:not(.tbSticky) > .tbStickyRow,
#qjqczdiaxifecqv:not(.tbSticky) .tbStickyOnly,
.tbSticky > .tbStickyRow .tbStickyHide {
  display: none !important;
}
.tbSticky > .tbStickyRow > .col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tbSticky > .tbStickyRow .tbStickyShow {
  margin-top: 0;
  margin-bottom: 0;
}
.tbSticky > .tbStickyRow .tbStickyShow + .tbStickyShow {
  margin-left: 36px;
}
.tbSticky
  .tb_wt_header_search_system.tbStickyShow
  + .tb_wt_header_cart_menu_system.tbStickyShow {
  margin-left: 12px;
}
#qjqczdiaxifecqv:not(.tbSticky) div:not(.tbStickyRow) .tbStickyOnly {
  display: none !important;
}
.tbSticky > .tbStickyRow #wgyvedflxkkwkel .btn + .heading {
  height: 0;
}
.tbSticky > .tbStickyRow #wgyvedflxkkwkel .btn + .heading > a {
  padding-left: 0;
  padding-right: 0;
}
.tbSticky > .tbStickyRow #wgyvedflxkkwkel .btn + .heading > a > .tb_items {
  position: absolute;
  top: -5px;
  left: auto;
  right: -7px;
  width: 16px;
  height: 16px;
  line-height: 16px !important;
  text-align: center;
  opacity: 1;
  font-family: Arial;
  font-weight: normal;
  font-size: 10px;
  color: #fff !important;
  background-color: #333;
  border-radius: 50%;
}
.tbSticky > .tbStickyRow #wgyvedflxkkwkel .btn + .heading > a > .tb_icon,
.tbSticky > .tbStickyRow #wgyvedflxkkwkel .btn + .heading > a > .tb_label,
.tbSticky > .tbStickyRow #wgyvedflxkkwkel .btn + .heading > a > .tb_total,
.tbSticky > .tbStickyRow #wgyvedflxkkwkel .btn + .heading > a > .tb_items:before,
.tbSticky > .tbStickyRow #wgyvedflxkkwkel .btn + .heading > a > .tb_items:after {
  display: none;
}
#sticky_header.tbSticky > .tbStickyRow nav > .nav.nav-justified > li {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tbSticky > .tbStickyRow nav > .nav > li:before {
  content: none !important;
}
@keyframes sticky_hide {
  0% {
    max-height: 200px;
  }
  100% {
    max-height: 0px;
  }
}
@keyframes sticky_show {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 200px;
  }
}
#qjqczdiaxifecqv.tbStickyScrolled .tbStickyHide {
  animation: sticky_hide 0.3s 0.2s both;
}
#qjqczdiaxifecqv.tbStickyRestored .tbStickyHide {
  animation: sticky_show 0.3s 0.2s both;
}
#qjqczdiaxifecqv.tbElementsHidden .tbStickyHide {
  overflow: hidden;
}
#qjqczdiaxifecqv.tbSticky #wgyvedflxkkwkel > .nav > .dropdown > .btn {
  display: none !important;
}
#sticky_header.tb_content_fixed > .row {
  margin-right: auto;
  margin-left: auto;
}
#sticky_header .tb_wt {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
#sticky_header .tbStickyFill {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
#sticky_header .tbStickyPosition-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
#sticky_header .tbStickyPosition-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
#sticky_header .tbStickyPosition-3 {
  -ms-flex-order: 4;
  -webkit-order: 3;
  order: 3;
}
#sticky_header .tbStickyPosition-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
#sticky_header .tbStickyPosition-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
#sticky_header .tbStickyPosition-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
#sticky_header .tbStickyPosition-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}
#sticky_header .tbStickyPosition-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}
@media (max-width: 768px) {
  #sticky_header {
    display: none;
  }
}
.buttons:before,
.mini-cart-total:before,
.content:not(.ui-widget-content) + h2:before,
fieldset + fieldset legend:before,
.pagination:before,
.table + .pagination:before,
.tb_listing > .tb_review:not(:first-child):before,
.account-account .tb_system_page_content .list-unstyled + h2:before,
.affiliate-account .tb_system_page_content .list-unstyled + h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  border-top: 1px solid;
  opacity: 0.2;
}
.tb_listing + .pagination:before {
  content: none;
}
.tb_main_color,
.tb_hover_main_color:hover,
.colorbox,
.agree,
.tb_list_1 > li:before,
.tb_list_1 > li > a:before {
  color: #ef5243 !important;
}
a.tb_main_color:hover,
a.colorbox:hover,
a.agree:hover,
.tb_main_color_hover:hover {
  color: #000 !important;
}
.tb_main_color_bg,
.tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
a.tb_main_color_bg:hover,
.tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.tb_secondary_color,
.tb_hover_secondary_color:hover {
  color: #fff !important;
}
.tb_secondary_color_bg,
.tb_hover_secondary_color_bg:hover {
  background-color: #fff !important;
}
body {
  color: #333;
}
a:not(:hover) {
  color: #333;
}
a:hover {
  color: #ef5243;
}
.tb_text_wrap a:not(:hover) {
  color: #000;
}
.tb_text_wrap a:hover {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
legend,
.panel-heading,
.box-heading {
  color: #333;
}
.tb_separate_columns > .col,
hr {
  border-color: #ddd;
}
.tb_bg_str_1,
.tb_bg_hover_str_1:hover {
  background-color: rgba(51, 51, 51, 0.05);
}
.tb_bg_str_2,
.tb_bg_hover_str_2:hover {
  background-color: rgba(51, 51, 51, 0.1);
}
.tb_bg_str_3,
.tb_bg_hover_str_3:hover {
  background-color: rgba(51, 51, 51, 0.15);
}
.tb_bg_str_4,
.tb_bg_hover_str_4:hover {
  background-color: rgba(51, 51, 51, 0.2);
}
.tb_bg_str_5,
.tb_bg_hover_str_5:hover {
  background-color: rgba(51, 51, 51, 0.3);
}
.tb_text_str_1,
.tb_text_hover_str_1:hover {
  color: rgba(51, 51, 51, 0.2) !important;
}
.tb_text_str_2,
.tb_text_hover_str_2:hover {
  color: rgba(51, 51, 51, 0.3) !important;
}
.tb_text_str_3,
.tb_text_hover_str_3:hover {
  color: rgba(51, 51, 51, 0.4) !important;
}
.tb_text_str_4,
.tb_text_hover_str_4:hover {
  color: rgba(51, 51, 51, 0.6) !important;
}
.tb_text_str_5,
.tb_text_hover_str_5:hover {
  color: rgba(51, 51, 51, 0.8) !important;
}
.border,
.border-color {
  border-color: rgba(51, 51, 51, 0.15);
}
body {
  background-color: #fff;
}
[class].tbStickyRow .tb_main_color,
[class].tbStickyRow .tb_hover_main_color:hover,
[class].tbStickyRow .colorbox,
[class].tbStickyRow .agree,
[class].tbStickyRow .tb_list_1 > li:before,
[class].tbStickyRow .tb_list_1 > li > a:before {
  color: #000 !important;
}
[class].tbStickyRow a.tb_main_color:hover,
[class].tbStickyRow a.colorbox:hover,
[class].tbStickyRow a.agree:hover,
[class].tbStickyRow .tb_main_color_hover:hover {
  color: #ebe4d6 !important;
}
[class].tbStickyRow .tb_main_color_bg,
[class].tbStickyRow .tb_hover_main_color_bg:hover {
  background-color: #000 !important;
}
[class].tbStickyRow a.tb_main_color_bg:hover,
[class].tbStickyRow .tb_main_color_bg_hover:hover {
  background-color: #ebe4d6 !important;
}
[class].tbStickyRow {
  color: #fff;
}
[class].tbStickyRow a:not(:hover) {
  color: #000;
}
[class].tbStickyRow a:hover {
  color: #ebe4d6;
}
[class].tbStickyRow .tb_text_wrap a:not(.btn):not(:hover) {
  color: #fff;
}
[class].tbStickyRow .tb_text_wrap a:not(.btn):hover {
  color: #000;
}
[class].tbStickyRow h1,
[class].tbStickyRow h2,
[class].tbStickyRow h3,
[class].tbStickyRow h4,
[class].tbStickyRow h5,
[class].tbStickyRow h6,
[class].tbStickyRow .h1,
[class].tbStickyRow .h2,
[class].tbStickyRow .h3,
[class].tbStickyRow .h4,
[class].tbStickyRow .h5,
[class].tbStickyRow .h6,
[class].tbStickyRow a.h1:not(:hover),
[class].tbStickyRow a.h2:not(:hover),
[class].tbStickyRow a.h3:not(:hover),
[class].tbStickyRow a.h4:not(:hover),
[class].tbStickyRow a.h5:not(:hover),
[class].tbStickyRow a.h6:not(:hover),
[class].tbStickyRow legend,
[class].tbStickyRow .panel-heading,
[class].tbStickyRow .box-heading {
  color: #fff;
}
[class].tbStickyRow a.h1:hover,
[class].tbStickyRow a.h2:hover,
[class].tbStickyRow a.h3:hover,
[class].tbStickyRow a.h4:hover,
[class].tbStickyRow a.h5:hover,
[class].tbStickyRow a.h6:hover {
  color: #ebe4d6;
}
[class].tbStickyRow .tb_bg_str_1,
[class].tbStickyRow .tb_bg_hover_str_1:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
[class].tbStickyRow .tb_bg_str_2,
[class].tbStickyRow .tb_bg_hover_str_2:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
[class].tbStickyRow .tb_bg_str_3,
[class].tbStickyRow .tb_bg_hover_str_3:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
[class].tbStickyRow .tb_bg_str_4,
[class].tbStickyRow .tb_bg_hover_str_4:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
[class].tbStickyRow .tb_bg_str_5,
[class].tbStickyRow .tb_bg_hover_str_5:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
[class].tbStickyRow .tb_text_str_1,
[class].tbStickyRow .tb_text_hover_str_1:hover {
  color: rgba(255, 255, 255, 0.2) !important;
}
[class].tbStickyRow .tb_text_str_2,
[class].tbStickyRow .tb_text_hover_str_2:hover {
  color: rgba(255, 255, 255, 0.3) !important;
}
[class].tbStickyRow .tb_text_str_3,
[class].tbStickyRow .tb_text_hover_str_3:hover {
  color: rgba(255, 255, 255, 0.4) !important;
}
[class].tbStickyRow .tb_text_str_4,
[class].tbStickyRow .tb_text_hover_str_4:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
[class].tbStickyRow .tb_text_str_5,
[class].tbStickyRow .tb_text_hover_str_5:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
[class].tbStickyRow .border,
[class].tbStickyRow .border-color {
  border-color: rgba(255, 255, 255, 0.15);
}
#sticky_header {
  background-color: #b09e71;
}
[class].tbStickyRow input:not(:hover):not(:focus),
[class].tbStickyRow select:not(:hover):not(:focus),
[class].tbStickyRow textarea:not(:hover):not(:focus),
[class].tbStickyRow .input-group:not(:hover):not(:focus) {
  color: #333;
}
[class].tbStickyRow input:not(:hover):not(:focus),
[class].tbStickyRow select:not(:hover):not(:focus),
[class].tbStickyRow textarea:not(:hover):not(:focus),
[class].tbStickyRow .input-group:not(:hover):not(:focus) {
  background-color: #eee;
}
[class].tbStickyRow input:not(:hover):not(:focus),
[class].tbStickyRow select:not(:hover):not(:focus),
[class].tbStickyRow textarea:not(:hover):not(:focus),
[class].tbStickyRow .input-group:not(:hover):not(:focus) {
  border-top-color: #eee;
  border-left-color: #eee;
}
[class].tbStickyRow input:not(:hover):not(:focus),
[class].tbStickyRow select:not(:hover):not(:focus),
[class].tbStickyRow textarea:not(:hover):not(:focus),
[class].tbStickyRow .input-group:not(:hover):not(:focus) {
  border-bottom-color: #eee;
  border-right-color: #eee;
}
[class].tbStickyRow input:hover:not(:focus),
[class].tbStickyRow select:hover:not(:focus),
[class].tbStickyRow textarea:hover:not(:focus),
[class].tbStickyRow .input-group:hover:not(:focus) {
  color: #333;
}
[class].tbStickyRow input:hover:not(:focus),
[class].tbStickyRow select:hover:not(:focus),
[class].tbStickyRow textarea:hover:not(:focus),
[class].tbStickyRow .input-group:hover:not(:focus) {
  background-color: #e3e3e3;
}
[class].tbStickyRow input:hover:not(:focus),
[class].tbStickyRow select:hover:not(:focus),
[class].tbStickyRow textarea:hover:not(:focus),
[class].tbStickyRow .input-group:hover:not(:focus) {
  border-top-color: #e3e3e3;
  border-left-color: #e3e3e3;
}
[class].tbStickyRow input:hover:not(:focus),
[class].tbStickyRow select:hover:not(:focus),
[class].tbStickyRow textarea:hover:not(:focus),
[class].tbStickyRow .input-group:hover:not(:focus) {
  border-bottom-color: #e3e3e3;
  border-right-color: #e3e3e3;
}
[class].tbStickyRow input:focus,
[class].tbStickyRow select:focus,
[class].tbStickyRow textarea:focus,
[class].tbStickyRow .input-group:focus {
  color: #333;
}
[class].tbStickyRow input:focus,
[class].tbStickyRow select:focus,
[class].tbStickyRow textarea:focus,
[class].tbStickyRow .input-group:focus {
  background-color: #fff;
}
[class].tbStickyRow input:focus,
[class].tbStickyRow select:focus,
[class].tbStickyRow textarea:focus,
[class].tbStickyRow .input-group:focus {
  border-top-color: #42bab0;
  border-left-color: #42bab0;
}
[class].tbStickyRow input:focus,
[class].tbStickyRow select:focus,
[class].tbStickyRow textarea:focus,
[class].tbStickyRow .input-group:focus {
  border-bottom-color: #42bab0;
  border-right-color: #42bab0;
}
[class].tbStickyRow .has-error input,
[class].tbStickyRow .has-error select,
[class].tbStickyRow .has-error textarea {
  color: #84290a !important;
}
[class].tbStickyRow .has-error input,
[class].tbStickyRow .has-error select,
[class].tbStickyRow .has-error textarea {
  background-color: #ffe7df !important;
}
[class].tbStickyRow .has-error input,
[class].tbStickyRow .has-error select,
[class].tbStickyRow .has-error textarea {
  border-top-color: #ffcdbc !important;
  border-left-color: #ffcdbc !important;
}
[class].tbStickyRow .has-error input,
[class].tbStickyRow .has-error select,
[class].tbStickyRow .has-error textarea {
  border-bottom-color: #ffcdbc !important;
  border-right-color: #ffcdbc !important;
}
[class].tbStickyRow nav > ul > li.dropdown:not(:hover) > a,
[class].tbStickyRow nav > ul > li.dropdown:not(:hover) > * > a,
[class].tbStickyRow nav > ul > li:not(.dropdown) > a:not(:hover),
[class].tbStickyRow nav > ul > li:not(.dropdown) > * > a:not(:hover) {
  color: #000;
}
[class].tbStickyRow nav > ul > li.dropdown:not(:hover) > a,
[class].tbStickyRow nav > ul > li.dropdown:not(:hover) > * > a,
[class].tbStickyRow nav > ul > li:not(.dropdown) > a:not(:hover),
[class].tbStickyRow nav > ul > li:not(.dropdown) > * > a:not(:hover) {
  background-color: transparent;
}
[class].tbStickyRow nav > ul > li.dropdown:not(.tb_selected):hover > a,
[class].tbStickyRow nav > ul > li.dropdown:not(.tb_selected):hover > * > a,
[class].tbStickyRow nav > ul > li:not(.dropdown):not(.tb_selected) > a:hover,
[class].tbStickyRow
  nav
  > ul
  > li:not(.dropdown):not(.tb_selected)
  > *
  > a:hover {
  background-color: transparent;
}
[class].tbStickyRow nav > ul > li.tb_selected > a,
[class].tbStickyRow nav > ul > li.tb_selected > * > a {
  color: #ebe4d6 !important;
}
[class].tbStickyRow nav > ul > li.tb_selected > a,
[class].tbStickyRow nav > ul > li.tb_selected > * > a {
  background-color: transparent !important;
}
#wgyvedflxkkwkel .nav > li > a.btn:not(:hover) {
  background-color: #fff !important;
}
#wgyvedflxkkwkel .nav > li > a.btn:not(:hover) {
  color: #ef5143 !important;
}
#wgyvedflxkkwkel .nav > li > a.btn:hover {
  background-color: #ef5243 !important;
}
#wgyvedflxkkwkel .nav > li > a.btn:hover {
  color: #fff !important;
}
#sticky_header #wgyvedflxkkwkel .nav > li > .heading > a > .tb_items {
  background-color: #333 !important;
}
#sticky_header #wgyvedflxkkwkel .nav > li > .heading > a > .tb_items {
  color: #fff !important;
}
.tbMobileMenu .tb_main_color,
.tbMobileMenu .tb_hover_main_color:hover,
.tbMobileMenu .colorbox,
.tbMobileMenu .agree,
.tbMobileMenu .tb_list_1 > li:before,
.tbMobileMenu .tb_list_1 > li > a:before {
  color: #ef5243 !important;
}
.tbMobileMenu a.tb_main_color:hover,
.tbMobileMenu a.colorbox:hover,
.tbMobileMenu a.agree:hover,
.tbMobileMenu .tb_main_color_hover:hover {
  color: #ef5243 !important;
}
.tbMobileMenu .tb_main_color_bg,
.tbMobileMenu .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.tbMobileMenu a.tb_main_color_bg:hover,
.tbMobileMenu .tb_main_color_bg_hover:hover {
  background-color: #ef5243 !important;
}
.tbMobileMenu,
.tbMobileMenu .nav-responsive .dropdown-menu,
.tbMobileMenu .nav-responsive .dropdown-menu .dropdown-menu {
  color: #333;
}
.tbMobileMenu a:not(:hover),
.tbMobileMenu .nav-responsive .dropdown-menu a:not(:hover),
.tbMobileMenu .nav-responsive > li.tb_selected > a > span.tb_text {
  color: #333;
}
.tbMobileMenu a:hover,
.tbMobileMenu .nav-responsive .dropdown-menu a:hover {
  color: #ef5243;
}
.tbMobileMenu .tb_text_wrap a:not(.btn):not(:hover),
.tbMobileMenu
  .nav-responsive
  .dropdown-menu
  .tb_text_wrap
  a:not(.btn):not(:hover) {
  color: #000;
}
.tbMobileMenu .tb_text_wrap a:not(.btn):hover,
.tbMobileMenu
  .nav-responsive
  .dropdown-menu
  .nav-responsive
  .dropdown-menu
  .tb_text_wrap
  a:not(.btn):hover {
  color: #000;
}
.tbMobileMenu h1,
.tbMobileMenu h2,
.tbMobileMenu h3,
.tbMobileMenu h4,
.tbMobileMenu h5,
.tbMobileMenu h6,
.tbMobileMenu .h1,
.tbMobileMenu .h2,
.tbMobileMenu .h3,
.tbMobileMenu .h4,
.tbMobileMenu .h5,
.tbMobileMenu .h6,
.tbMobileMenu a.h1:not(:hover),
.tbMobileMenu a.h2:not(:hover),
.tbMobileMenu a.h3:not(:hover),
.tbMobileMenu a.h4:not(:hover),
.tbMobileMenu a.h5:not(:hover),
.tbMobileMenu a.h6:not(:hover),
.tbMobileMenu .nav-responsive .dropdown-menu h1,
.tbMobileMenu .nav-responsive .dropdown-menu h2,
.tbMobileMenu .nav-responsive .dropdown-menu h3,
.tbMobileMenu .nav-responsive .dropdown-menu h4,
.tbMobileMenu .nav-responsive .dropdown-menu h5,
.tbMobileMenu .nav-responsive .dropdown-menu h6,
.tbMobileMenu .nav-responsive .dropdown-menu .h1,
.tbMobileMenu .nav-responsive .dropdown-menu .h2,
.tbMobileMenu .nav-responsive .dropdown-menu .h3,
.tbMobileMenu .nav-responsive .dropdown-menu .h4,
.tbMobileMenu .nav-responsive .dropdown-menu .h5,
.tbMobileMenu .nav-responsive .dropdown-menu .h6,
.tbMobileMenu .nav-responsive .dropdown-menu a.h1:not(:hover),
.tbMobileMenu .nav-responsive .dropdown-menu a.h2:not(:hover),
.tbMobileMenu .nav-responsive .dropdown-menu a.h3:not(:hover),
.tbMobileMenu .nav-responsive .dropdown-menu a.h4:not(:hover),
.tbMobileMenu .nav-responsive .dropdown-menu a.h5:not(:hover),
.tbMobileMenu .nav-responsive .dropdown-menu a.h6:not(:hover),
.tbMobileMenu legend,
.tbMobileMenu .panel-heading,
.tbMobileMenu .box-heading {
  color: #333;
}
.tbMobileMenu a.h1:hover,
.tbMobileMenu a.h2:hover,
.tbMobileMenu a.h3:hover,
.tbMobileMenu a.h4:hover,
.tbMobileMenu a.h5:hover,
.tbMobileMenu a.h6:hover,
.tbMobileMenu .nav-responsive .dropdown-menu a.h1:hover,
.tbMobileMenu .nav-responsive .dropdown-menu a.h2:hover,
.tbMobileMenu .nav-responsive .dropdown-menu a.h3:hover,
.tbMobileMenu .nav-responsive .dropdown-menu a.h4:hover,
.tbMobileMenu .nav-responsive .dropdown-menu a.h5:hover,
.tbMobileMenu .nav-responsive .dropdown-menu a.h6:hover {
  color: #ef5243;
}
.tbMobileMenu .tb_list_1 > li:before,
.tbMobileMenu .tb_list_1 > li > a:before,
.tbMobileMenu .nav-responsive .dropdown-menu.tb_list_1 > li:before,
.tbMobileMenu .nav-responsive .dropdown-menu.tb_list_1 > li > a:before,
.tbMobileMenu .nav-responsive .dropdown-menu .tb_list_1 > li:before,
.tbMobileMenu .nav-responsive .dropdown-menu .tb_list_1 > li > a:before {
  color: #ef5243 !important;
}
.tbMobileMenu .tb_separate_columns > .col,
.tbMobileMenu .nav-responsive .dropdown-menu .tb_separate_columns > .col {
  border-color: #ddd;
}
.tbMobileMenu .tb_bg_str_1,
.tbMobileMenu .tb_bg_hover_str_1:hover {
  background-color: rgba(51, 51, 51, 0.05);
}
.tbMobileMenu .tb_bg_str_2,
.tbMobileMenu .tb_bg_hover_str_2:hover {
  background-color: rgba(51, 51, 51, 0.1);
}
.tbMobileMenu .tb_bg_str_3,
.tbMobileMenu .tb_bg_hover_str_3:hover {
  background-color: rgba(51, 51, 51, 0.15);
}
.tbMobileMenu .tb_bg_str_4,
.tbMobileMenu .tb_bg_hover_str_4:hover {
  background-color: rgba(51, 51, 51, 0.2);
}
.tbMobileMenu .tb_bg_str_5,
.tbMobileMenu .tb_bg_hover_str_5:hover {
  background-color: rgba(51, 51, 51, 0.3);
}
.tbMobileMenu .tb_text_str_1,
.tbMobileMenu .tb_text_hover_str_1:hover {
  color: rgba(51, 51, 51, 0.2) !important;
}
.tbMobileMenu .tb_text_str_2,
.tbMobileMenu .tb_text_hover_str_2:hover {
  color: rgba(51, 51, 51, 0.3) !important;
}
.tbMobileMenu .tb_text_str_3,
.tbMobileMenu .tb_text_hover_str_3:hover {
  color: rgba(51, 51, 51, 0.4) !important;
}
.tbMobileMenu .tb_text_str_4,
.tbMobileMenu .tb_text_hover_str_4:hover {
  color: rgba(51, 51, 51, 0.6) !important;
}
.tbMobileMenu .tb_text_str_5,
.tbMobileMenu .tb_text_hover_str_5:hover {
  color: rgba(51, 51, 51, 0.8) !important;
}
.tbMobileMenu .border,
.tbMobileMenu .border-color {
  border-color: rgba(51, 51, 51, 0.15);
}
.tbMobileMenu .nav-responsive .dropdown-menu .tb_bg_str_1,
.tbMobileMenu .nav-responsive .dropdown-menu .tb_bg_hover_str_1:hover {
  background-color: rgba(51, 51, 51, 0.05);
}
.tbMobileMenu .nav-responsive .dropdown-menu .tb_bg_str_2,
.tbMobileMenu .nav-responsive .dropdown-menu .tb_bg_hover_str_2:hover {
  background-color: rgba(51, 51, 51, 0.1);
}
.tbMobileMenu .nav-responsive .dropdown-menu .tb_bg_str_3,
.tbMobileMenu .nav-responsive .dropdown-menu .tb_bg_hover_str_3:hover {
  background-color: rgba(51, 51, 51, 0.15);
}
.tbMobileMenu .nav-responsive .dropdown-menu .tb_bg_str_4,
.tbMobileMenu .nav-responsive .dropdown-menu .tb_bg_hover_str_4:hover {
  background-color: rgba(51, 51, 51, 0.2);
}
.tbMobileMenu .nav-responsive .dropdown-menu .tb_bg_str_5,
.tbMobileMenu .nav-responsive .dropdown-menu .tb_bg_hover_str_5:hover {
  background-color: rgba(51, 51, 51, 0.3);
}
.tbMobileMenu .nav-responsive .dropdown-menu .tb_text_str_1,
.tbMobileMenu .nav-responsive .dropdown-menu .tb_text_hover_str_1:hover {
  color: rgba(51, 51, 51, 0.2) !important;
}
.tbMobileMenu .nav-responsive .dropdown-menu .tb_text_str_2,
.tbMobileMenu .nav-responsive .dropdown-menu .tb_text_hover_str_2:hover {
  color: rgba(51, 51, 51, 0.3) !important;
}
.tbMobileMenu .nav-responsive .dropdown-menu .tb_text_str_3,
.tbMobileMenu .nav-responsive .dropdown-menu .tb_text_hover_str_3:hover {
  color: rgba(51, 51, 51, 0.4) !important;
}
.tbMobileMenu .nav-responsive .dropdown-menu .tb_text_str_4,
.tbMobileMenu .nav-responsive .dropdown-menu .tb_text_hover_str_4:hover {
  color: rgba(51, 51, 51, 0.6) !important;
}
.tbMobileMenu .nav-responsive .dropdown-menu .tb_text_str_5,
.tbMobileMenu .nav-responsive .dropdown-menu .tb_text_hover_str_5:hover {
  color: rgba(51, 51, 51, 0.8) !important;
}
.tbMobileMenu .nav-responsive .dropdown-menu .border,
.tbMobileMenu .nav-responsive .dropdown-menu .border-color {
  border-color: rgba(51, 51, 51, 0.15);
}
#leahjjoocokd .tbMobileMenu {
  background-color: #fff;
}
#leahjjoocokd .tbMobileMenu input:not(:hover):not(:focus),
#leahjjoocokd .tbMobileMenu select:not(:hover):not(:focus),
#leahjjoocokd .tbMobileMenu textarea:not(:hover):not(:focus),
#leahjjoocokd .tbMobileMenu .input-group:not(:hover):not(:focus) {
  background-color: #eee;
}
#leahjjoocokd .tbMobileMenu input:not(:hover):not(:focus),
#leahjjoocokd .tbMobileMenu select:not(:hover):not(:focus),
#leahjjoocokd .tbMobileMenu textarea:not(:hover):not(:focus),
#leahjjoocokd .tbMobileMenu .input-group:not(:hover):not(:focus) {
  border-top-color: #eee;
  border-left-color: #eee;
}
#leahjjoocokd .tbMobileMenu input:not(:hover):not(:focus),
#leahjjoocokd .tbMobileMenu select:not(:hover):not(:focus),
#leahjjoocokd .tbMobileMenu textarea:not(:hover):not(:focus),
#leahjjoocokd .tbMobileMenu .input-group:not(:hover):not(:focus) {
  border-bottom-color: #eee;
  border-right-color: #eee;
}
#leahjjoocokd .tbMobileMenu input:hover:not(:focus),
#leahjjoocokd .tbMobileMenu select:hover:not(:focus),
#leahjjoocokd .tbMobileMenu textarea:hover:not(:focus),
#leahjjoocokd .tbMobileMenu .input-group:hover:not(:focus) {
  background-color: #eee;
}
#leahjjoocokd .tbMobileMenu input:hover:not(:focus),
#leahjjoocokd .tbMobileMenu select:hover:not(:focus),
#leahjjoocokd .tbMobileMenu textarea:hover:not(:focus),
#leahjjoocokd .tbMobileMenu .input-group:hover:not(:focus) {
  border-top-color: #ddd;
  border-left-color: #ddd;
}
#leahjjoocokd .tbMobileMenu input:hover:not(:focus),
#leahjjoocokd .tbMobileMenu select:hover:not(:focus),
#leahjjoocokd .tbMobileMenu textarea:hover:not(:focus),
#leahjjoocokd .tbMobileMenu .input-group:hover:not(:focus) {
  border-bottom-color: #ddd;
  border-right-color: #ddd;
}
#leahjjoocokd .tbMobileMenu input:focus,
#leahjjoocokd .tbMobileMenu select:focus,
#leahjjoocokd .tbMobileMenu textarea:focus,
#leahjjoocokd .tbMobileMenu .input-group:focus {
  border-top-color: #42bab0;
  border-left-color: #42bab0;
}
#leahjjoocokd .tbMobileMenu input:focus,
#leahjjoocokd .tbMobileMenu select:focus,
#leahjjoocokd .tbMobileMenu textarea:focus,
#leahjjoocokd .tbMobileMenu .input-group:focus {
  border-bottom-color: #42bab0;
  border-right-color: #42bab0;
}
[class].dropdown-menu .tb_main_color,
[class].dropdown-menu .tb_hover_main_color:hover,
[class].dropdown-menu .colorbox,
[class].dropdown-menu .agree {
  color: #000 !important;
}
[class].dropdown-menu a.tb_main_color:hover,
[class].dropdown-menu a.colorbox:hover,
[class].dropdown-menu a.agree:hover,
[class].dropdown-menu .tb_main_color_hover:hover {
  color: #ccc !important;
}
[class].dropdown-menu .tb_main_color_bg,
[class].dropdown-menu .tb_hover_main_color_bg:hover {
  background-color: #000 !important;
}
[class].dropdown-menu a.tb_main_color_bg:hover,
[class].dropdown-menu .tb_main_color_bg_hover:hover {
  background-color: #ccc !important;
}
.dropdown-menu,
.tb_no_text > span[data-tooltip]:before {
  color: #000;
}
[class].dropdown-menu a:not(:hover) {
  color: #000;
}
[class].dropdown-menu a:hover {
  color: #ef5243;
}
[class].dropdown-menu .tb_text_wrap a:not(.btn):not(:hover) {
  color: #000;
}
[class].dropdown-menu .tb_text_wrap a:not(.btn):hover {
  color: #aaa;
}
[class].dropdown-menu h1,
[class].dropdown-menu h2,
[class].dropdown-menu h3,
[class].dropdown-menu h4,
[class].dropdown-menu h5,
[class].dropdown-menu h6,
[class].dropdown-menu .h1,
[class].dropdown-menu .h2,
[class].dropdown-menu .h3,
[class].dropdown-menu .h4,
[class].dropdown-menu .h5,
[class].dropdown-menu .h6,
[class].dropdown-menu a.h1:not(:hover),
[class].dropdown-menu a.h2:not(:hover),
[class].dropdown-menu a.h3:not(:hover),
[class].dropdown-menu a.h4:not(:hover),
[class].dropdown-menu a.h5:not(:hover),
[class].dropdown-menu a.h6:not(:hover),
[class].dropdown-menu legend,
[class].dropdown-menu .panel-heading,
[class].dropdown-menu .box-heading {
  color: #000;
}
[class].dropdown-menu a.h1:hover,
[class].dropdown-menu a.h2:hover,
[class].dropdown-menu a.h3:hover,
[class].dropdown-menu a.h4:hover,
[class].dropdown-menu a.h5:hover,
[class].dropdown-menu a.h6:hover {
  color: #ccc;
}
[class].dropdown-menu.tb_list_1 > li:before,
[class].dropdown-menu.tb_list_1 > li > a:before,
[class].dropdown-menu .tb_list_1 > li:before,
[class].dropdown-menu .tb_list_1 > li > a:before {
  color: #000 !important;
}
[class].dropdown-menu li.dropdown-header {
  color: #ddd;
}
[class].dropdown-menu li.divider {
  border-color: #ddd;
}
[class].dropdown-menu .tb_separate_columns > .col {
  border-color: #666;
}
[class].dropdown-menu .tb_bg_str_1,
[class].dropdown-menu .tb_bg_hover_str_1:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
[class].dropdown-menu .tb_bg_str_2,
[class].dropdown-menu .tb_bg_hover_str_2:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
[class].dropdown-menu .tb_bg_str_3,
[class].dropdown-menu .tb_bg_hover_str_3:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
[class].dropdown-menu .tb_bg_str_4,
[class].dropdown-menu .tb_bg_hover_str_4:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
[class].dropdown-menu .tb_bg_str_5,
[class].dropdown-menu .tb_bg_hover_str_5:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
[class].dropdown-menu .tb_text_str_1,
[class].dropdown-menu .tb_text_hover_str_1:hover {
  color: rgba(0, 0, 0, 0.2) !important;
}
[class].dropdown-menu .tb_text_str_2,
[class].dropdown-menu .tb_text_hover_str_2:hover {
  color: rgba(0, 0, 0, 0.3) !important;
}
[class].dropdown-menu .tb_text_str_3,
[class].dropdown-menu .tb_text_hover_str_3:hover {
  color: rgba(0, 0, 0, 0.4) !important;
}
[class].dropdown-menu .tb_text_str_4,
[class].dropdown-menu .tb_text_hover_str_4:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}
[class].dropdown-menu .tb_text_str_5,
[class].dropdown-menu .tb_text_hover_str_5:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
[class].dropdown-menu .border,
[class].dropdown-menu .border-color {
  border-color: rgba(0, 0, 0, 0.15);
}
[class].dropdown-menu .buttons:before,
[class].dropdown-menu .mini-cart-total:before {
  color: #000;
}
.dropdown:after,
.dropdown-menu,
.dropdown-menu:before,
.tb_no_text > span[data-tooltip]:before,
.tb_no_text > span[data-tooltip]:after {
  background-color: #fff;
}
.dropdown-menu .btn.btn-default:not(:hover) {
  background-color: #666 !important;
}
.dropdown-menu .btn.btn-default:not(:hover) {
  color: #fff !important;
}
.dropdown-menu .table > tbody > tr > th,
.dropdown-menu .table > tbody > tr > td,
.dropdown-menu .table > tfoot > tr > th,
.dropdown-menu .table > tfoot > tr > td {
  color: #aaa;
}
.dropdown-menu .table > tbody > tr > th,
.dropdown-menu .table > tbody > tr > td,
.dropdown-menu .table > tfoot > tr > th,
.dropdown-menu .table > tfoot > tr > td,
.dropdown-menu .table-bordered,
.dropdown-menu .cart-info.tb_max_w_500 .table > tbody > tr:not(:last-child),
.dropdown-menu .cart-info.tb_max_w_300 .table > tbody > tr:not(:last-child) {
  border-color: #555;
}
:not(.tb_item_info_hover) > .product-thumb {
  color: #333;
}
:not(.tb_item_info_hover) > .product-thumb a:not(.btn):not(:hover) {
  color: #333;
}
:not(.tb_item_info_hover) > .product-thumb a:not(.btn):hover {
  color: #ef5243;
}
:not(.tb_item_info_hover) > .product-thumb.product-thumb .name a:not(:hover),
:not(.tb_item_info_hover) > .product-thumb.product-thumb h4 a:not(:hover) {
  color: #333;
}
:not(.tb_item_info_hover) > .product-thumb.product-thumb .name a:hover,
:not(.tb_item_info_hover) > .product-thumb.product-thumb h4 a:hover {
  color: #ef5243;
}
:not(.tb_item_info_hover) > .product-thumb .price {
  color: #000;
}
:not(.tb_item_info_hover) > .product-thumb .price-new {
  color: #fff;
}
:not(.tb_item_info_hover) > .product-thumb .price-old {
  color: #999;
}
:not(.tb_item_info_hover) > .product-thumb .price-tax {
  color: #999;
}
:not(.tb_item_info_hover) > .rating .tb_percent {
  color: #ffd200;
}
:not(.tb_item_info_hover) > .rating .tb_base {
  color: #ddd;
}
:not(.tb_item_info_hover)
  > .product-thumb
  .tb_button_add_to_cart
  .btn:not(:hover) {
  background-color: transparent !important;
}
:not(.tb_item_info_hover)
  > .product-thumb
  .tb_button_add_to_cart
  .btn:not(:hover) {
  color: #ef5243 !important;
}
:not(.tb_item_info_hover) > .product-thumb .tb_button_add_to_cart .btn:hover {
  background-color: transparent !important;
}
:not(.tb_item_info_hover) > .product-thumb .tb_button_add_to_cart .btn:hover {
  color: #000 !important;
}
:not(.tb_item_info_hover) > .product-thumb .tb_button_compare .btn:not(:hover) {
  background-color: #fff !important;
}
:not(.tb_item_info_hover) > .product-thumb .tb_button_compare .btn:not(:hover) {
  color: #ef5143 !important;
}
:not(.tb_item_info_hover) > .product-thumb .tb_button_compare .btn:hover {
  background-color: #ef5243 !important;
}
:not(.tb_item_info_hover) > .product-thumb .tb_button_compare .btn:hover {
  color: #fff !important;
}
:not(.tb_item_info_hover)
  > .product-thumb
  .tb_button_wishlist
  .btn:not(:hover) {
  background-color: #fff !important;
}
:not(.tb_item_info_hover)
  > .product-thumb
  .tb_button_wishlist
  .btn:not(:hover) {
  color: #333 !important;
}
:not(.tb_item_info_hover) > .product-thumb .tb_button_wishlist .btn:hover {
  background-color: #fff !important;
}
:not(.tb_item_info_hover) > .product-thumb .tb_button_wishlist .btn:hover {
  color: #333 !important;
}
:not(.tb_item_info_hover)
  > .product-thumb
  .tb_button_quickview
  .btn:not(:hover) {
  background-color: #fff !important;
}
:not(.tb_item_info_hover)
  > .product-thumb
  .tb_button_quickview
  .btn:not(:hover) {
  color: #ef5143 !important;
}
:not(.tb_item_info_hover) > .product-thumb .tb_button_quickview .btn:hover {
  background-color: #ef5243 !important;
}
:not(.tb_item_info_hover) > .product-thumb .tb_button_quickview .btn:hover {
  color: #fff !important;
}
:not(.tb_item_info_hover) > .product-thumb .tb_counter {
  background-color: #eee;
}
:not(.tb_item_info_hover) > .product-thumb .tb_counter_label {
  color: #fff;
}
:not(.tb_item_info_hover) > .product-thumb .tb_counter_label {
  background-color: #ef5243;
}
:not(.tb_item_info_hover) > .product-thumb .tb_label_special {
  background-color: #fff;
}
:not(.tb_item_info_hover) > .product-thumb .tb_label_special {
  color: #fff;
}
:not(.tb_item_info_hover) > .product-thumb .tb_label_new {
  background-color: #42bab0;
}
:not(.tb_item_info_hover) > .product-thumb .tb_label_new {
  color: #fff;
}
.tb_style_bordered,
.tb_style_bordered > *,
.tb_style_bordered > *:after,
.tb_style_bordered > *:before,
.tb_style_bordered + .pagination,
.swiper-wrapper,
.swiper-slide > *,
.swiper-slide > *:after,
.tb_slider_pagination {
  border-color: #ddd;
}
:not(.tb_back) > .product-thumb,
.tb_item_info_active .product-thumb {
  background-color: #fff;
}
.tb_item_info_hover .product-thumb {
  color: #333;
}
.tb_item_info_hover .product-thumb a:not(.btn):not(:hover) {
  color: #333;
}
.tb_item_info_hover .product-thumb a:not(.btn):hover {
  color: #ef5243;
}
.tb_item_info_hover .product-thumb.product-thumb .name a:not(:hover),
.tb_item_info_hover .product-thumb.product-thumb h4 a:not(:hover) {
  color: #333;
}
.tb_item_info_hover .product-thumb.product-thumb .name a:hover,
.tb_item_info_hover .product-thumb.product-thumb h4 a:hover {
  color: #ef5243;
}
.tb_item_info_hover .product-thumb .price {
  color: #000;
}
.tb_item_info_hover .product-thumb .price-new {
  color: #fff;
}
.tb_item_info_hover .product-thumb .price-old {
  color: #999;
}
.tb_item_info_hover .product-thumb .price-tax {
  color: #999;
}
.tb_item_info_hover .rating .tb_percent {
  color: #ffd200;
}
.tb_item_info_hover .rating .tb_base {
  color: #ddd;
}
.tb_item_info_hover .rating .tb_average {
  color: #333;
}
.tb_item_info_hover .product-thumb .tb_button_add_to_cart .btn:not(:hover) {
  background-color: transparent !important;
}
.tb_item_info_hover .product-thumb .tb_button_add_to_cart .btn:not(:hover) {
  color: #ef5243 !important;
}
.tb_item_info_hover .product-thumb .tb_button_add_to_cart .btn:hover {
  background-color: transparent !important;
}
.tb_item_info_hover .product-thumb .tb_button_add_to_cart .btn:hover {
  color: #000 !important;
}
.tb_item_info_hover .product-thumb .tb_button_compare .btn:not(:hover) {
  background-color: #fff !important;
}
.tb_item_info_hover .product-thumb .tb_button_compare .btn:not(:hover) {
  color: #ef5143 !important;
}
.tb_item_info_hover .product-thumb .tb_button_compare .btn:hover {
  background-color: #ef5243 !important;
}
.tb_item_info_hover .product-thumb .tb_button_compare .btn:hover {
  color: #fff !important;
}
.tb_item_info_hover .product-thumb .tb_button_wishlist .btn:not(:hover) {
  background-color: transparent !important;
}
.tb_item_info_hover .product-thumb .tb_button_wishlist .btn:not(:hover) {
  color: #333 !important;
}
.tb_item_info_hover .product-thumb .tb_button_wishlist .btn:hover {
  background-color: transparent !important;
}
.tb_item_info_hover .product-thumb .tb_button_wishlist .btn:hover {
  color: #333 !important;
}
.tb_item_info_hover .product-thumb .tb_button_quickview .btn:not(:hover) {
  background-color: #fff !important;
}
.tb_item_info_hover .product-thumb .tb_button_quickview .btn:not(:hover) {
  color: #ef5143 !important;
}
.tb_item_info_hover .product-thumb .tb_button_quickview .btn:hover {
  background-color: #ef5243 !important;
}
.tb_item_info_hover .product-thumb .tb_button_quickview .btn:hover {
  color: #fff !important;
}
.tb_item_info_hover .product-thumb .tb_counter {
  color: #333 !important;
}
.tb_item_info_hover .product-thumb .tb_counter_label {
  color: #fff !important;
}
.tb_item_info_hover .product-thumb .tb_label_special {
  background-color: #fff !important;
}
.tb_item_info_hover .product-thumb .tb_label_special {
  color: #fff;
}
.tb_item_info_hover .product-thumb .tb_label_new {
  background-color: #42bab0;
}
.tb_item_info_hover .product-thumb .tb_label_new {
  color: #fff;
}
.tb_item_hovered,
.tb_item_info_hover {
  background-color: #f3f3f3;
}
input:not(:hover):not(:focus),
select:not(:hover):not(:focus),
textarea:not(:hover):not(:focus),
.input-group:not(:hover):not(:focus) {
  color: #333;
}
input:not(:hover):not(:focus),
select:not(:hover):not(:focus),
textarea:not(:hover):not(:focus),
.input-group:not(:hover):not(:focus) {
  background-color: #eee;
}
input:not(:hover):not(:focus),
select:not(:hover):not(:focus),
textarea:not(:hover):not(:focus),
.input-group:not(:hover):not(:focus) {
  border-top-color: #eee;
  border-left-color: #eee;
}
input:not(:hover):not(:focus),
select:not(:hover):not(:focus),
textarea:not(:hover):not(:focus),
.input-group:not(:hover):not(:focus) {
  border-bottom-color: #eee;
  border-right-color: #eee;
}
input:hover:not(:focus),
select:hover:not(:focus),
textarea:hover:not(:focus),
.input-group:hover:not(:focus) {
  color: #333;
}
input:hover:not(:focus),
select:hover:not(:focus),
textarea:hover:not(:focus),
.input-group:hover:not(:focus) {
  background-color: #e3e3e3;
}
input:hover:not(:focus),
select:hover:not(:focus),
textarea:hover:not(:focus),
.input-group:hover:not(:focus) {
  border-top-color: #e3e3e3;
  border-left-color: #e3e3e3;
}
input:hover:not(:focus),
select:hover:not(:focus),
textarea:hover:not(:focus),
.input-group:hover:not(:focus) {
  border-bottom-color: #e3e3e3;
  border-right-color: #e3e3e3;
}
input:focus,
select:focus,
textarea:focus,
.input-group:focus {
  color: #333;
}
input:focus,
select:focus,
textarea:focus,
.input-group:focus {
  background-color: #fff;
}
input:focus,
select:focus,
textarea:focus,
.input-group:focus {
  border-top-color: #42bab0;
  border-left-color: #42bab0;
}
input:focus,
select:focus,
textarea:focus,
.input-group:focus {
  border-bottom-color: #42bab0;
  border-right-color: #42bab0;
}
.has-error input,
.has-error select,
.has-error textarea {
  color: #84290a !important;
}
.has-error input,
.has-error select,
.has-error textarea {
  background-color: #ffe7df !important;
}
.has-error input,
.has-error select,
.has-error textarea {
  border-top-color: #ffcdbc !important;
  border-left-color: #ffcdbc !important;
}
.has-error input,
.has-error select,
.has-error textarea {
  border-bottom-color: #ffcdbc !important;
  border-right-color: #ffcdbc !important;
}
.btn:not(:hover):not(.btn-default),
.btn.active:hover,
.button:not(:hover),
button:not(:hover):not(.btn),
[type="button"]:not(:hover):not(.btn),
[type="submit"]:not(:hover):not(.btn),
[type="reset"]:not(:hover):not(.btn),
.ui-button.ui-state-default:not(.btn):not(.ui-state-hover):not(
    .ui-state-active
  ):not(.ui-state-focus),
.ui-slider
  .ui-slider-handle.ui-state-default:not(.ui-state-hover):not(
    .ui-state-active
  ):not(.ui-state-focus) {
  background-color: #fff !important;
}
.btn:not(:hover):not(.btn-default),
.btn.active:hover,
.button:not(:hover),
button:not(:hover):not(.btn),
[type="button"]:not(:hover):not(.btn),
[type="submit"]:not(:hover):not(.btn),
[type="reset"]:not(:hover):not(.btn),
.ui-button.ui-state-default:not(.btn):not(.ui-state-hover):not(
    .ui-state-active
  ):not(.ui-state-focus),
.ui-slider
  .ui-slider-handle.ui-state-default:not(.ui-state-hover):not(
    .ui-state-active
  ):not(.ui-state-focus) {
  color: #ef5143 !important;
}
.btn:not(.active):not(.btn-default):hover,
.button:hover,
button:not(.btn):hover,
[type="button"]:not(.btn):hover,
[type="submit"]:not(.btn):hover,
[type="reset"]:not(.btn):hover,
.ui-button.ui-state-hover:not(.btn):not(.ui-state-focus),
.ui-button.ui-state-active:not(.ui-state-focus),
.ui-slider .ui-slider-handle.ui-state-hover {
  background-color: #ef5243 !important;
}
.btn:not(.active):not(.btn-default):hover,
.button:hover,
button:not(.btn):hover,
[type="button"]:not(.btn):hover,
[type="submit"]:not(.btn):hover,
[type="reset"]:not(.btn):hover,
.ui-button.ui-state-hover:not(.btn):not(.ui-state-focus),
.ui-button.ui-state-active:not(.ui-state-focus),
.ui-slider .ui-slider-handle.ui-state-hover {
  color: #fff !important;
}
.btn.btn-default:not(:hover),
.btn.btn-default.active:hover {
  background-color: #d6d6d6 !important;
}
.btn.btn-default:not(:hover),
.btn.btn-default.active:hover {
  color: #333 !important;
}
.btn.btn-default:not(.active):hover {
  background-color: #000 !important;
}
.btn.btn-default:not(.active):hover {
  color: #fff !important;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > table > thead > tr > th,
.table > table > thead > tr > td {
  color: #333;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > table > thead > tr > th,
.table > table > thead > tr > td {
  background-color: #e9e9e9;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > table > thead > tr > th,
.table > table > thead > tr > td {
  border-color: #ccc;
}
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
.table > table > tbody > tr > th,
.table > table > tbody > tr > td,
.table > table > tfoot > tr > th,
.table > table > tfoot > tr > td {
  color: #333;
}
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
.table > table > tbody > tr > th,
.table > table > tbody > tr > td,
.table > table > tfoot > tr > th,
.table > table > tfoot > tr > td {
  background-color: transparent;
}
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
.table > table > tbody > tr > th,
.table > table > tbody > tr > td,
.table > table > tfoot > tr > th,
.table > table > tfoot > tr > td,
.table-bordered,
.cart-info.tb_max_w_500 .table > tbody > tr:not(:last-child),
.cart-info.tb_max_w_300 .table > tbody > tr:not(:last-child) {
  border-color: #ddd;
}
.table-striped > tbody > tr:nth-child(even),
.table-striped > table > tbody > tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table-hover > table > tbody > tr:hover {
  background-color: #f5f5f5;
}
.nav.nav-tabs,
.dropdown.tb_tabbed_menu:not(.tb_first_tab_selected):after {
  background-color: #e6e6e6;
}
.nav.nav-tabs {
  border-color: #ddd;
}
.tab-content {
  border-color: #ddd;
}
.nav.nav-tabs
  > li:not(:hover):not(.active):not(.ui-state-hover):not(.ui-state-focus):not(
    .ui-state-active
  ):not([class*="tb_text_str_"]) {
  color: #333;
}
.nav.nav-tabs
  > li:not(:hover):not(.active):not(.ui-state-hover):not(.ui-state-focus):not(
    .ui-state-active
  ):not([class*="tb_bg_str_"]) {
  background-color: #e6e6e6;
}
.nav.nav-tabs
  > li:not(:hover):not(.active):not(.ui-state-hover):not(.ui-state-focus):not(
    .ui-state-active
  ):not([class*="tb_border_str_"]) {
  border-color: transparent;
}
.nav.nav-tabs:not(.tb_style_2)
  > li:hover:not(.active):not(.ui-state-active):not(
    [class*="tb_text_hover_str_"]
  ),
.ui-tabs-nav:not(.tb_style_2)
  .ui-state-focus:not(.ui-state-active):not([class*="tb_text_hover_str_"]) {
  color: #111 !important;
}
.nav.nav-tabs
  > li:hover:not(.active):not(.ui-state-active):not(
    [class*="tb_bg_hover_str_"]
  ),
.ui-tabs-nav
  .ui-state-focus:not(.ui-state-active):not([class*="tb_bg_hover_str_"]) {
  background-color: #ddd;
}
.nav.nav-tabs
  > li:hover:not(.active):not(.ui-state-active):not(
    [class*="tb_border_hover_str_"]
  ),
.ui-tabs-nav
  .ui-state-focus:not(.ui-state-active):not([class*="tb_border_hover_str_"]) {
  border-color: transparent;
}
.nav.nav-tabs.tb_style_2 > li.active a,
.nav.nav-tabs.tb_style_2 > li.ui-state-active a,
.nav.nav-tabs:not(.tb_style_2)
  > li.active:not([class*="tb_text_str_"]):not([class*="tb_text_hover_str_"]),
.ui-tabs-nav:not(.tb_style_2)
  .ui-state-active:not([class*="tb_text_str_"]):not(
    [class*="tb_text_hover_str_"]
  ) {
  color: #ef5243;
}
.nav.nav-tabs
  > li.active:not([class*="tb_bg_str_"]):not([class*="tb_bg_hover_str_"]),
.ui-tabs-nav
  .ui-state-active:not([class*="tb_bg_str_"]):not([class*="tb_bg_hover_str_"]) {
  background-color: #fff;
}
.nav.nav-tabs
  > li.active:not([class*="tb_border_str_"]):not(
    [class*="tb_border_hover_str_"]
  ),
.ui-tabs-nav
  .ui-state-active:not([class*="tb_border_str_"]):not(
    [class*="tb_border_hover_str_"]
  ) {
  border-color: #ddd;
}
.tb_accordion.tb_style_1,
.panel-group > .panel > .panel-collapse,
.tb_accordion.tb_style_1 .tb_title + div,
.ui-accordion > .ui-widget-content {
  border-color: #ddd;
}
.panel-group > .panel > .panel-heading [data-toggle].collapsed:not(:hover),
.tb_accordion > .tb_title,
.ui-accordion
  .ui-state-default:not(.ui-state-hover):not(.ui-state-focus):not(
    .ui-state-active
  ):not([class*="tb_text_str_"]) {
  color: #333;
}
.panel-group > .panel > .panel-heading [data-toggle].collapsed:not(:hover),
.ui-accordion
  .ui-state-default:not(.ui-state-hover):not(.ui-state-focus):not(
    .ui-state-active
  ):not([class*="tb_bg_str_"]) {
  background-color: #e6e6e6;
}
.panel-group > .panel > .panel-heading [data-toggle].collapsed:not(:hover),
.ui-accordion
  .ui-state-default:not(.ui-state-hover):not(.ui-state-focus):not(
    .ui-state-active
  ):not([class*="tb_border_str_"]) {
  border-color: transparent;
}
.panel-group > .panel > .panel-heading [data-toggle].collapsed:hover,
.ui-accordion
  .ui-state-hover:not(.ui-state-active):not([class*="tb_text_hover_str_"]),
.ui-accordion
  .ui-state-focus:not(.ui-state-active):not([class*="tb_text_hover_str_"]) {
  color: #111 !important;
}
.panel-group > .panel > .panel-heading [data-toggle].collapsed:hover,
.ui-accordion
  .ui-state-hover:not(.ui-state-active):not([class*="tb_bg_hover_str_"]),
.ui-accordion
  .ui-state-focus:not(.ui-state-active):not([class*="tb_bg_hover_str_"]) {
  background-color: #ddd;
}
.panel-group > .panel > .panel-heading [data-toggle].collapsed:hover,
.ui-accordion
  .ui-state-hover:not(.ui-state-active):not([class*="tb_border_hover_str_"]),
.ui-accordion
  .ui-state-focus:not(.ui-state-active):not([class*="tb_border_hover_str_"]) {
  border-color: transparent;
}
.panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed),
.panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed):hover,
.ui-accordion
  .ui-state-active:not([class*="tb_text_str_"]):not(
    [class*="tb_text_hover_str_"]
  ) {
  color: #ef5243;
}
.panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed),
.panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed):hover,
.ui-accordion
  .ui-state-active:not([class*="tb_bg_str_"]):not([class*="tb_bg_hover_str_"]) {
  background-color: #fff;
}
.panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed),
.panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed):hover,
.ui-accordion
  .ui-state-active:not([class*="tb_border_str_"]):not(
    [class*="tb_border_hover_str_"]
  ) {
  border-color: #ddd;
}
.modal-header,
.bootstrap-datetimepicker-widget thead,
.ui-dialog .ui-widget-header,
.ui-datepicker .ui-widget-header {
  color: #fff !important;
}
.modal-header,
.bootstrap-datetimepicker-widget thead,
.ui-dialog .ui-widget-header,
.ui-datepicker .ui-widget-header {
  background-color: #ef5243;
}
.modal-header,
.bootstrap-datetimepicker-widget tbody,
.ui-dialog .ui-widget-header,
.ui-datepicker .ui-widget-header {
  border-color: #ef5243;
}
.bootstrap-datetimepicker-widget tbody,
.bootstrap-datetimepicker-widget tfoot,
.ui-dialog.ui-widget-content,
.ui-dialog.ui-widget-content a,
.ui-datepicker.ui-widget-content,
.ui-datepicker.ui-widget-content a,
.ui-tooltip.ui-widget-content,
.ui-tooltip.ui-widget-content a,
.ui-autocomplete.ui-widget-content,
.ui-autocomplete.ui-widget-content a {
  color: #333 !important;
}
.bootstrap-datetimepicker-widget,
.ui-dialog.ui-widget-content,
.ui-datepicker.ui-widget-content,
.ui-tooltip.ui-widget-content,
.ui-autocomplete.ui-widget-content {
  background-color: #fff;
}
.bootstrap-datetimepicker-widget,
.ui-dialog.ui-widget-content,
.ui-datepicker.ui-widget-content,
.ui-tooltip.ui-widget-content,
.ui-autocomplete.ui-widget-content {
  border-color: #ddd;
}
.bootstrap-datetimepicker-widget td:not(:hover),
.bootstrap-datetimepicker-widget td > span:not(:hover),
.ui-dialog .ui-state-default,
.ui-dialog .ui-state-default a,
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-state-default a,
.ui-tooltip .ui-state-default,
.ui-tooltip .ui-state-default a,
.ui-autocomplete .ui-state-default,
.ui-autocomplete .ui-state-default a {
  color: #333 !important;
}
.bootstrap-datetimepicker-widget td:not(:hover),
.bootstrap-datetimepicker-widget td > span:not(:hover),
.ui-dialog .ui-state-default,
.ui-datepicker .ui-state-default,
.ui-tooltip .ui-state-default,
.ui-autocomplete .ui-state-default {
  background-color: #e3e3e3;
}
.bootstrap-datetimepicker-widget td:not(:hover),
.bootstrap-datetimepicker-widget td > span:not(:hover),
.ui-dialog .ui-state-default,
.ui-datepicker .ui-state-default,
.ui-tooltip .ui-state-default,
.ui-autocomplete .ui-state-default {
  border-color: #d3d3d3;
}
.ui-dialog .ui-state-default .ui-icon,
.ui-datepicker .ui-state-default .ui-icon,
.ui-tooltip .ui-state-default .ui-icon,
.ui-autocomplete .ui-state-default .ui-icon {
  color: #333 !important;
}
.bootstrap-datetimepicker-widget td:hover,
.bootstrap-datetimepicker-widget td > span:hover,
.ui-dialog .ui-state-hover,
.ui-dialog .ui-state-focus,
.ui-dialog .ui-state-hover a,
.ui-dialog .ui-state-hover a:hover,
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-state-hover a,
.ui-datepicker .ui-state-hover a:hover,
.ui-tooltip .ui-state-hover,
.ui-tooltip .ui-state-focus,
.ui-tooltip .ui-state-hover a,
.ui-tooltip .ui-state-hover a:hover,
.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-state-hover a,
.ui-autocomplete .ui-state-hover a:hover {
  color: #111 !important;
}
.bootstrap-datetimepicker-widget td:hover,
.bootstrap-datetimepicker-widget td > span:hover,
.ui-dialog .ui-state-hover,
.ui-dialog .ui-state-focus,
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-tooltip .ui-state-hover,
.ui-tooltip .ui-state-focus,
.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-state-focus {
  background-color: #d3d3d3 !important;
}
.bootstrap-datetimepicker-widget td:hover,
.bootstrap-datetimepicker-widget td > span:hover,
.ui-dialog .ui-state-hover,
.ui-dialog .ui-state-focus,
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-tooltip .ui-state-hover,
.ui-tooltip .ui-state-focus,
.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-state-focus {
  border-color: #c3c3c3 !important;
}
.ui-dialog .ui-state-hover .ui-icon,
.ui-dialog .ui-state-focus .ui-icon,
.ui-datepicker .ui-state-hover .ui-icon,
.ui-datepicker .ui-state-focus .ui-icon,
.ui-tooltip .ui-state-hover .ui-icon,
.ui-tooltip .ui-state-focus .ui-icon,
.ui-autocomplete .ui-state-hover .ui-icon,
.ui-autocomplete .ui-state-focus .ui-icon {
  color: #333 !important;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td > span.active,
.ui-dialog .ui-state-active,
.ui-dialog .ui-state-active a,
.ui-dialog.ui-widget-content .ui-state-active,
.ui-dialog.ui-widget-content .ui-state-active a,
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-active a,
.ui-datepicker.ui-widget-content .ui-state-active,
.ui-datepicker.ui-widget-content .ui-state-active a,
.ui-tooltip .ui-state-active,
.ui-tooltip .ui-state-active a,
.ui-tooltip.ui-widget-content .ui-state-active,
.ui-tooltip.ui-widget-content .ui-state-active a,
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-state-active a,
.ui-autocomplete.ui-widget-content .ui-state-active,
.ui-autocomplete.ui-widget-content .ui-state-active a {
  color: #fff !important;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td > span.active,
.ui-dialog .ui-state-active,
.ui-datepicker .ui-state-active,
.ui-tooltip .ui-state-active,
.ui-autocomplete .ui-state-active {
  background-color: #333 !important;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td > span.active,
.ui-dialog .ui-state-active,
.ui-datepicker .ui-state-active,
.ui-tooltip .ui-state-active,
.ui-autocomplete .ui-state-active {
  border-color: #222 !important;
}
.ui-dialog .ui-state-active .ui-icon,
.ui-datepicker .ui-state-active .ui-icon,
.ui-tooltip .ui-state-active .ui-icon,
.ui-autocomplete .ui-state-active .ui-icon {
  color: #333 !important;
}
.bootstrap-datetimepicker-widget .today:not(.active),
.ui-dialog .ui-state-highlight,
.ui-dialog .ui-state-highlight a,
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-state-highlight a,
.ui-tooltip .ui-state-highlight,
.ui-tooltip .ui-state-highlight a,
.ui-autocomplete .ui-state-highlight,
.ui-autocomplete .ui-state-highlight a {
  color: #ef5243 !important;
}
.bootstrap-datetimepicker-widget .today:not(.active),
.ui-dialog .ui-state-highlight,
.ui-datepicker .ui-state-highlight,
.ui-tooltip .ui-state-highlight,
.ui-autocomplete .ui-state-highlight {
  background-color: #fff;
}
.ui-dialog .ui-state-highlight,
.ui-datepicker .ui-state-highlight,
.ui-tooltip .ui-state-highlight,
.ui-autocomplete .ui-state-highlight {
  border-color: #ddd;
}
.ui-dialog .ui-state-error,
.ui-dialog .ui-state-error a,
.ui-dialog .ui-state-error-text,
.ui-datepicker .ui-state-error,
.ui-datepicker .ui-state-error a,
.ui-datepicker .ui-state-error-text,
.ui-tooltip .ui-state-error,
.ui-tooltip .ui-state-error a,
.ui-tooltip .ui-state-error-text,
.ui-autocomplete .ui-state-error,
.ui-autocomplete .ui-state-error a,
.ui-autocomplete .ui-state-error-text {
  color: #ef5243 !important;
}
.ui-dialog .ui-state-error,
.ui-datepicker .ui-state-error,
.ui-tooltip .ui-state-error,
.ui-autocomplete .ui-state-error {
  background-color: #fff;
}
.ui-dialog .ui-state-error,
.ui-datepicker .ui-state-error,
.ui-tooltip .ui-state-error,
.ui-autocomplete .ui-state-error {
  border-color: #ddd;
}
.mSButtons:not(:hover) svg {
  fill: #fff;
}
.mSButtons:not(:hover):after {
  background-color: #000;
}
.mSButtons:hover svg {
  fill: #fff;
}
.mSButtons:hover:after {
  background-color: #000;
}
.mSPages li:not(:hover):not(.active) {
  background-color: #000;
}
.mSPages li:hover {
  background-color: #000;
}
.mSPages li.active,
.mSPages li.active:hover {
  background-color: #000;
}
.tb_fullscreen_button {
  color: #fff !important;
}
.tb_fullscreen_button {
  background-color: #ef5243;
}
.tb_fullscreen_button:hover {
  color: #fff !important;
}
.tb_fullscreen_button:hover {
  background-color: #000;
}
.tb_caption .tb_text {
  color: #fff;
}
.tb_caption:after {
  background-color: #000;
}
.tb_slider_controls a:not(:hover) {
  color: #ef5243;
}
.tb_slider_controls a:hover {
  color: #000;
}
.tb_slider_controls a.tb_disabled,
.tb_slider_controls a.tb_disabled:hover {
  color: #999;
}
.tb_slider_pagination span:not(:hover) {
  background-color: #ddd;
}
.tb_slider_pagination span:hover {
  background-color: #ccc;
}
.tb_slider_pagination span.tb_active,
.tb_slider_pagination span.tb_active:hover {
  background-color: #999;
}
.pagination a:not(:hover) {
  color: #333;
}
.pagination a:not(:hover) {
  background-color: #eee;
}
.pagination a:hover {
  color: #ef5243;
}
.pagination a:hover {
  background-color: #ddd;
}
.pagination b,
.pagination span {
  color: #333;
}
.pagination b,
.pagination span {
  background-color: transparent;
}
.pagination .results {
  color: #999;
}
.noty_message {
  color: #333;
}
.noty_message a {
  color: #000;
}
.noty_message a:not(.btn):hover {
  color: #000;
}
.noty_message {
  background-color: #fff;
}
.tb_area_bottom .tb_main_color_bg,
.tb_area_bottom .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.tb_area_bottom a.tb_main_color_bg:hover,
.tb_area_bottom .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.tb_area_bottom {
  color: #ccc;
}
.tb_area_bottom a:not(:hover) {
  color: #999;
}
.tb_area_bottom a:hover {
  color: #ef5243;
}
h1 {
  line-height: 36px;
}
p.tb_empty {
  line-height: 24px;
}
.pagination .results {
  line-height: 36px;
}
.pagination .results:first-child {
  line-height: 24px;
}
.pagination .links a,
.pagination .links b {
  line-height: 36px;
}
.tb_compact_view .name,
.tb_compact_view .price,
.tb_compact_view h4 {
  line-height: 24px;
}
.options .tb_radio_row.tb_style_2 label,
.options .tb_checkbox_row.tb_style_2 label {
  margin: 12px 12px 0 0;
  height: 48px;
  line-height: 48px;
}
.options .tb_radio_row.tb_style_2 label span,
.options .tb_checkbox_row.tb_style_2 label span {
  display: none;
}
.picker-switch,
.ui-datepicker-title {
  font-size: 20px !important;
}
.tbToggleButtons,
.tbMobileMenuOverlay {
  display: none !important;
}
@media (max-width: 768px) {
  html.tbMobile {
    overflow: hidden;
  }
  #qjqczdiaxifecqv .tbMobileDisplayBlock,
  .tbMobileMenu .tbMobileMenuDisplayBlock {
    display: block !important;
  }
  .tbMobileMenu {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    width: calc(100% - 60px);
    height: 100%;
    padding: 30px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  html.tbMobile .tbMobileMenu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .tbMobileMenuOverlay {
    position: fixed;
    z-index: 1000;
    top: -10000px;
    right: 0;
    bottom: auto;
    left: 0;
    display: block !important;
    cursor: pointer;
  }
  .tbMobileMenuOverlay.tbActive {
    top: 0;
    bottom: 0;
  }
  .tbMobileMenuOverlay .tb_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #000;
  }
  .tbMobileMenuOverlay.tbActive .tb_bg {
    opacity: 0.6;
  }
  .tbMobileMenuOverlay svg {
    position: absolute;
    z-index: 1;
    top: 17px;
    right: 17px;
    width: 24px;
    height: 24px;
    color: #fff;
  }
  #qjqczdiaxifecqv .tb_wt_header_logo_system,
  #qjqczdiaxifecqv .tbToggleButtons {
    display: inline-block !important;
    min-width: 0 !important;
  }
  #gugihijtjooy {
    display: inline-block;
    vertical-align: top;
  }
  #qjqczdiaxifecqv .row-wrap:not(.tbMobileShow),
  #qjqczdiaxifecqv .col:not(.tbMobileShow),
  #qjqczdiaxifecqv .tb_wt:not(.tbMobileShow) {
    display: none !important;
  }
  #qjqczdiaxifecqv .row-wrap.tbMobileShow > .row > .tbLogoCol {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  #qjqczdiaxifecqv .tbMobileDisplayBlock {
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  #qjqczdiaxifecqv .tbLogoCol {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: -24px;
  }
  #qjqczdiaxifecqv .tbLogoCol > * {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
    margin-bottom: 24px;
  }
  #qjqczdiaxifecqv .tbToggleButtons {
    margin-right: -10px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #qjqczdiaxifecqv .tbToggleButtons > * {
    margin-right: 10px;
  }
  #qjqczdiaxifecqv .tbLogoCol > .tbToggleButtons {
    opacity: 1;
  }
  .tbMobileMenu > .row {
    height: 100%;
  }
  .tbMobileMenu > .row > .col-xs-12 {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .tbMobileMenu .tbMobileMenuCenter {
    text-align: center;
  }
  .tbMobileMenu .tbMobileMenuDisplayBlock {
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tbMobileMenu [class].tbMobileMenuDisplayInline {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .tbMobileMenu .tb_wt {
    margin-bottom: 12px !important;
    margin-top: 24px;
  }
  .tbMobileMenu .tb_wt.tbMobileMenuDisplayBlock,
  .tbMobileMenu .tb_wt:not(.tbMobileMenuDisplayInline) {
    padding-left: 0;
    padding-right: 0;
  }
  .tbMobileMenu .tbMainNavigation + .tbMainNavigation,
  .tbMobileMenu .tb_wt.display-inline-block:not(.tbMobileMenuDisplayBlock),
  .tbMobileMenu .tb_wt.tbMobileMenuDisplayInline,
  .tbMobileMenu .tb_wt:first-child {
    margin-top: 0 !important;
  }
  .tbToggleButtons .tb_toggle:before {
    font-size: 24px;
  }
  .tbMobileMenu .tb_wt_header_logo_system {
    text-align: center;
  }
  .tbMobileMenu #gugihijtjooy,
  .tbMobileMenu #gugihijtjooy img {
    max-width: 100%;
  }
  .tbMobileMenu .tb_wt_header_search_system .tb_search_wrap {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  .tbMobileMenu .tb_wt_header_search_system.tb_style_4 .tb_search_wrap > input,
  .tbMobileMenu
    .tb_wt_header_search_system.tb_style_4
    .tb_search_wrap
    > .twitter-typeahead {
    position: static !important;
    width: 100% !important;
    opacity: 1;
  }
  .tbMobileMenu .tb_wt_header_search_system.tb_style_4 .tb_search_button {
    position: absolute;
    top: 0;
    right: 0;
  }
  [dir="ltr"] .tbMobileMenu .tb_icon_list {
    text-align: left;
  }
  [dir="rtl"] .tbMobileMenu .tb_icon_list {
    text-align: right;
  }
  #leahjjoocokd .tbMobileMenu .nav > li > a {
    background-color: transparent !important;
  }
  .tbMobileCartMenu .tb_wt_header_cart_menu_system {
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .tbMobileCartMenu .tb_wt_header_cart_menu_system .heading,
  .tbMobileCartMenu .tb_wt_header_cart_menu_system .tbStickyOnly {
    display: none !important;
  }
  .tbMobileCartMenu .tb_wt_header_cart_menu_system,
  .tbMobileCartMenu .tb_wt_header_cart_menu_system .dropdown-menu {
    display: block !important;
    margin: 0 !important;
  }
  .tbMobileCartMenu .tb_wt_header_cart_menu_system .dropdown-menu {
    width: auto !important;
    margin: 0 !important;
    box-shadow: none;
  }
}
.tbMobileMenu .tbMobilePosition-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.tbMobileMenu .tbMobilePosition-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.tbMobileMenu .tbMobilePosition-3 {
  -ms-flex-order: 4;
  -webkit-order: 3;
  order: 3;
}
.tbMobileMenu .tbMobilePosition-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.tbMobileMenu .tbMobilePosition-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.tbMobileMenu .tbMobilePosition-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
.tbMobileMenu .tbMobilePosition-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}
.tbMobileMenu .tbMobilePosition-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}
@media only screen and (min-width: 769px) {
  .tbMobileMenu {
    display: none;
  }
}
.row-wrap {
  background-origin: border-box !important;
}
#qjqczdiaxifecqv {
  position: relative;
  z-index: 50;
}
#qjqczdiaxifecqv.tb_header_visible {
  margin-bottom: 0;
}
#qjqczdiaxifecqv.tb_header_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.akcTitle {
  line-height: 29px;
  font-size: 16px;
  padding: 5px;
  padding-left: 10px;
  border: 1px solid #feec66;
}
#qjqczdiaxifecqv.tb_header_transparent:not(.tbStickyScrolled),
#qjqczdiaxifecqv.tb_header_transparent:not(.tbStickyScrolled) > .row-wrap,
#qjqczdiaxifecqv.tb_header_transparent:not(.tbStickyScrolled) > .row-wrap > .row,
#qjqczdiaxifecqv.tb_header_transparent:not(.tbStickyScrolled) > .row-wrap > .row > .col {
  background: transparent none !important;
  box-shadow: none !important;
}
#fvwkvhivfacxhw > .row,
#fvwkvhivfacxhw > .row > .col,
#fvwkvhivfacxhw > .row > .col > .row-wrap {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.tb_grid_view .price .tb_decimal_point,
.tb_list_view .price .tb_decimal_point,
.tb_price.tb_fancy .tb_decimal_point,
.price.custom .tb_decimal_point {
  display: none;
}
.tb_grid_view .price .tb_decimal,
.tb_price.tb_fancy .tb_decimal,
.price.custom .tb_decimal {
  position: relative;
  top: -0.25em;
  margin-left: 1px;
  font-size: 0.6em;
  vertical-align: top;
}
.main > .row > .col,
.sidebar > .row > .col {
  display: block;
}
#ydfagfkcsccfr > .row > .col {
  display: block;
}
@media (min-width: 769px) {
  .main {
    order: 2;
  }
  #left_col {
    order: 1;
  }
  #right_col {
    order: 3;
  }
}
.row.tb_separate_columns > #left_col {
  border-left-style: none;
  border-left-width: 0;
  border-right-style: solid;
  border-right-width: 1px;
}
.row.tb_separate_columns > #right_col {
  border-right-style: none;
  border-right-width: 0;
  border-left-style: solid;
  border-left-width: 1px;
}
#xspfgfgckorgfwt {
  font-size: 11px;
}
#payment_images {
  text-align: right;
  word-spacing: -0.25em;
}
#payment_images .tb_payment {
  display: inline-block;
  word-spacing: normal;
  vertical-align: middle;
}
#payment_images .tb_payment img {
  display: inline-block;
  vertical-align: top;
}
#payment_images .tb_payment table {
  width: auto;
}
#payment_images .tb_payment + .tb_payment {
  margin-left: 12px;
}
@media (max-width: 768px) {
  #xspfgfgckorgfwt,
  #payment_images {
    display: block;
    width: 100%;
    text-align: center;
  }
}
img[data-src] {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
img[data-src].lazyload:not(.lazyloaded) {
  opacity: 0;
}
body.is_logged .tb_menu_system_account_login,
body:not(.is_logged) .tb_menu_system_account_logout,
body.is_affiliate_logged .tb_menu_system_affiliate_login,
body:not(.is_affiliate_logged) .tb_menu_system_affiliate_logout {
  display: none !important;
}
.tb_text > .tb_icon {
  min-width: 1.5em;
  margin-left: 0;
  margin-right: 0;
}
.tb_text > .tb_icon > i {
  vertical-align: top;
}
[dir="ltr"] .tb_text > img.tb_icon,
[dir="ltr"] .tb_text > .tb_icon > i {
  margin-left: 0 !important;
}
[dir="rtl"] .tb_text > img.tb_icon,
[dir="rtl"] .tb_text > .tb_icon > i {
  margin-right: 0 !important;
}
.dropdown ul.tb_grid_view > li,
.tb_menu_all_categories
  .tb_subcategories
  > .tb_listing
  > .tb_menu_category
  > a {
  display: block;
}
.dropdown .tb_menu_category > .thumbnail,
.dropdown .tb_subcategories > ul > li > .thumbnail {
  float: right;
  margin-bottom: 0;
}
.dropdown .tb_menu_category > .thumbnail:first-child,
.dropdown .tb_menu_category > .tb_toggle + .thumbnail,
.dropdown .tb_subcategories > ul > li > .thumbnail:first-child,
.dropdown .tb_subcategories > ul > li > .tb_toggle + .thumbnail {
  float: none;
  margin-bottom: 12px;
}
.dropdown .tb_subcategories > .tb_grid {
  margin-top: -20px;
  margin-left: -20px;
}
.dropdown .tb_subcategories > .tb_grid > li,
.dropdown .tb_subcategories > .tb_grid > div {
  -ms-flex: 1 1 220px;
  -webkit-flex: 1 1 220px;
  flex: 1 1 220px;
  margin-top: 20px;
  padding-left: 20px;
}
.dropdown .tb_subcategories > .tb_multicolumn {
  -webkit-column-width: 180px;
  -moz-column-width: 180px;
  column-width: 180px;
  margin-top: -24px;
}
.dropdown .tb_subcategories > .tb_multicolumn > li:empty {
  display: none !important;
}
.dropdown .tb_subcategories > .tb_multicolumn.tb_list_1:first-child {
  margin-top: 0;
}
.dropdown .tb_subcategories > .tb_multicolumn:not(.tb_list_1) > * {
  display: table;
  width: 100%;
  margin-top: 0;
  padding-top: 24px;
}
.dropdown .tb_subcategories > .tb_multicolumn > *:after {
  content: "";
  display: table;
  clear: both;
}
.dropdown
  .tb_subcategories
  > .tb_multicolumn:not(.tb_list_1)
  > *
  > :last-child {
  margin-bottom: 0 !important;
}
.dropdown .tb_subcategories .tb_multicolumn .h4,
.dropdown .tb_subcategories .tb_multicolumn .h4 .tb_text {
  display: block;
}
.dropdown-menu .col-md-fill .tb_category_brands {
  margin: 0 -24px;
  padding: 24px 24px 0 24px;
}
.dropdown-menu .col-md-fill .tb_category_brands .tb_list_1 {
  margin-bottom: ;
}
.tb_images,
.tab-content > .tb_megamenu > .dropdown-menu > .tb_category_brands .tb_images {
  text-align: center;
  margin-top: -10px;
  margin-left: -20px;
}
.tb_images > * {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
}
.tb_multicolumn {
  -webkit-column-width: 140px;
  -moz-column-width: 140px;
  column-width: 140px;
}
.tb_multicolumn *,
.tb_menu_brands .tb_letter {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.tb_multicolumn:not(.tb_list_1) > * + * {
  margin-top: 24px;
}
.tb_menu_brands .tb_letter + .tb_letter {
  margin-top: 12px;
}
.tb_menu_brands .tb_grid_view .tb_letter ul {
  margin-bottom: 0;
}
.tb_category_info_col * {
  color: inherit !important;
}
.tb_category_info_col .tb_desc {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .tb_category_info_col {
    display: none;
  }
}
.tb_menu_banner {
  position: relative;
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}
.tb_menu_banner a {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.dropdown-menu > .tb_menu_banner {
  width: auto;
  float: none;
  max-width: none;
  margin: 20px -20px -20px -20px;
  padding: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dropdown-menu
    > .tb_tabs
    > .tab-content
    > .tb_megamenu
    > .dropdown-menu
    > .row:first-child:last-child {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 100%;
  }
  .dropdown-menu
    > .tb_tabs
    > .tab-content
    > .tb_megamenu
    > .dropdown-menu
    > .row:first-child:last-child
    .tb_subcategories {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.dropdown-menu > .tb_tabs > .nav-tabs {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.dropdown-menu > .tb_tabs > .nav-tabs > li {
  border-color: transparent !important;
}
.dropdown-menu > .tb_tabs > .nav-tabs > li {
  border-radius: 0;
}
.dropdown-menu > .tb_tabs.tabs-left > .nav-tabs {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-menu > .tb_tabs.tabs-right > .nav-tabs {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-menu > .tb_tabs.tabs-left > .nav-tabs > li:first-child {
  border-top-left-radius: inherit;
}
.dropdown-menu > .tb_tabs.tabs-left > .nav-tabs > li:last-child {
  border-bottom-left-radius: inherit;
}
.dropdown-menu > .tb_tabs.tabs-right > .nav-tabs > li:first-child {
  border-top-right-radius: inherit;
}
.dropdown-menu > .tb_tabs.tabs-right > .nav-tabs > li:last-child {
  border-top-bottom-radius: inherit;
}
.dropdown-menu > .tb_tabs > .nav-tabs > .dropdown.tb_hovered {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dropdown-menu > .tb_tabs > .nav-tabs > .dropdown:after,
.dropdown-menu > .tb_tabs > .tab-content > .dropdown:after {
  content: none;
}
.dropdown-menu > .tb_tabs > .tab-content {
  border: none !important;
}
.dropdown-menu > .tb_tabs > .tab-content > * {
  display: none;
}
.dropdown-menu > .tb_tabs > .nav-tabs > .dropdown > a,
.dropdown-menu > .tb_tabs > .tab-content,
.dropdown-menu > .tb_tabs > .tab-content .col {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.dropdown-menu > .tb_tabs > .tab-content > .dropdown > .dropdown-menu {
  display: block;
  padding: 20px;
}
.dropdown-menu > .tb_tabs > .tab-content > .tb_opened,
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .row,
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu,
.dropdown-menu
  > .tb_tabs
  > .tab-content
  > .tb_megamenu
  > .dropdown-menu
  > .row {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu,
.dropdown-menu
  > .tb_tabs
  > .tab-content
  > .tb_megamenu
  > .dropdown-menu
  > .row
  > .col-xs-12:first-child {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dropdown-menu
  > .tb_tabs
  > .tab-content
  > .tb_megamenu
  > .dropdown-menu
  > .row {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .dropdown-menu
    > .tb_tabs
    > .tab-content
    > .tb_megamenu
    > .dropdown-menu
    > .row {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@-moz-document url-prefix() {
  .dropdown-menu
    > .tb_tabs
    > .tab-content
    > .tb_megamenu
    > .dropdown-menu
    > .row {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.dropdown-menu
  > .tb_tabs
  > .tab-content
  > .tb_megamenu
  > .dropdown-menu
  > *:not(.row) {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 20px;
}
.dropdown-menu
  > .tb_tabs
  > .tab-content
  > .tb_megamenu
  > .dropdown-menu
  > .clear {
  padding: 0;
}
.tb_tabbed_menu > .dropdown-menu,
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu {
  padding: 0 !important;
}
.dropdown-menu
  > .tb_tabs
  > .tab-content
  > .tb_megamenu
  > .dropdown-menu
  > .tb_ip_20 {
  margin: 0;
}
.dropdown-menu > .tb_tabs > .tab-content > .dropdown > .dropdown-menu,
.dropdown-menu > .tb_tabs > .tab-content > .dropdown:hover > .dropdown-menu,
.dropdown-menu
  > .tb_tabs
  > .tab-content
  > .dropdown.tb_hovered
  > .dropdown-menu {
  position: static;
  width: auto !important;
  margin: 0;
  box-shadow: none;
  opacity: 1 !important;
}
.dropdown-menu > .tb_tabs > .tab-content .col {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.dropdown-menu > .tb_tabs > .tab-content .tb_subcategories,
.dropdown-menu > .tb_tabs > .tab-content .tb_subcategories + .border,
.dropdown-menu > .tb_tabs > .tab-content .tb_category_brands,
.dropdown-menu > .tb_tabs > .tab-content .tb_category_info {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
  width: 100%;
}
.dropdown-menu > .tb_tabs > .tab-content .tb_subcategories {
  -ms-flex: 0 0 auto;
}
.dropdown-menu > .tb_tabs > .tab-content .tb_subcategories ~ .border,
.dropdown-menu
  > .tb_tabs
  > .tab-content
  .tb_subcategories
  ~ .tb_category_brands {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc(100% + 48px);
}
.dropdown-menu
  > .tb_tabs
  > .tab-content
  .tb_subcategories
  ~ .tb_category_brands {
  width: 100%;
}
.tb_megamenu .tb_images {
  margin-top: 0;
}
@media (max-width: 768px) {
  .dropdown .tb_subcategories ~ .tb_category_brands {
    padding-bottom: 24px;
  }
  .dropdown-menu > .tb_tabs > .tab-content .tb_subcategories,
  .dropdown-menu > .tb_tabs > .tab-content .tb_subcategories + .border,
  .dropdown-menu > .tb_tabs > .tab-content .tb_category_brands,
  .dropdown-menu > .tb_tabs > .tab-content .tb_category_info {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.nav:not(.nav-responsive)
  > li
  > .dropdown-menu
  > .tb_tabs
  > .tab-content
  > li
  > a {
  display: none;
}
@media (min-width: 769px) {
  .nav.nav-responsive > li > .dropdown-menu > .tb_tabs > .tab-content > li > a {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav.nav-responsive > li > .dropdown-menu > .tb_tabs > .nav-tabs,
  .nav.nav-responsive .tb_menu_banner {
    display: none !important;
  }
  .nav.nav-responsive > li > .dropdown-menu > .tb_tabs > .tab-content,
  .nav.nav-responsive > li > .dropdown-menu > .tb_tabs > .tab-content > li {
    display: block !important;
  }
  .nav.nav-responsive
    > li
    > .dropdown-menu
    > .tb_tabs
    > .tab-content
    > li:not(.tb_active):not(.tb_hovered)
    > .dropdown-menu,
  .nav.nav-responsive
    > li
    > .dropdown-menu
    > .tb_tabs
    > .tab-content
    .tb_category_info_col {
    display: none !important;
  }
  .nav.nav-responsive .dropdown .tb_subcategories > .tb_multicolumn {
    margin-top: 0;
  }
  .nav.nav-responsive .col-xs-12 {
    width: 100% !important;
  }
  .nav.nav-responsive
    .tb_separate_columns.tb_ip_20
    > .col:not(.tb_menu_banner)
    + .col {
    margin-top: 20px !important;
    padding-top: 20px;
  }
  .nav.nav-responsive .dropdown-menu > .clear.border {
    margin-left: 0;
    margin-right: 0;
  }
  .nav.nav-responsive .tb_menu_banner + .col {
    border-top: none;
  }
}
.tb_vsep_0 > li {
  padding-top: 0;
  padding-bottom: 0;
}
.tb_vsep_xs > li,
.tb_vsep_xs > li > a {
  padding-top: 2.4px;
  padding-bottom: 2.4px;
}
.tb_vsep_sm > li,
.tb_vsep_sm > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.tb_vsep_md > li,
.tb_vsep_md > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.tb_vsep_lg > li,
.tb_vsep_lg > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.tb_vsep_xs > li > a {
  margin-top: -2.4px;
  margin-bottom: -2.4px;
}
.tb_vsep_sm > li > a {
  margin-top: -6px;
  margin-bottom: -6px;
}
.tb_vsep_md > li > a {
  margin-top: -12px;
  margin-bottom: -12px;
}
.tb_vsep_lg > li > a {
  margin-top: -18px;
  margin-bottom: -18px;
}
.tb_list_1.tb_vsep_xs > li:before {
  top: 12px;
}
.tb_list_1.tb_vsep_sm > li:before {
  top: 15px;
}
.tb_list_1.tb_vsep_md > li:before {
  top: 20px;
}
.tb_list_1.tb_vsep_lg > li:before {
  top: 25px;
}
html.tb_quickview {
  overflow-x: hidden;
  overflow-y: scroll;
}
body[class*="quickview"],
body[class*="quickview"] #leahjjoocokd,
body[class*="quickview"] #ydfagfkcsccfr {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: none transparent !important;
}
.modal--quickview,
.modal--quickview .modal-body {
  overflow: hidden;
  padding: 0;
}
.modal--quickview .ui-dialog-titlebar {
  display: none;
}
.modal--quickview iframe {
  display: block;
  width: 1px;
  min-width: calc(100% + 17px);
}
.modal--quickview:not(.ui-dialog) {
  display: block !important;
}
.modal--quickview:not(.in):not(.ui-dialog) {
  pointer-events: none;
}
body:not(.modal-open) .modal--quickview {
  position: absolute;
  top: 0;
  left: -2000px;
  width: 1200px;
  height: 1200px;
}
@media (min-width: 980px) {
  .modal--quickview .modal-dialog {
    width: 900px;
  }
}
@media (max-width: 768px) {
  .ui-dialog.modal--quickview.modal--quickview {
    position: fixed !important;
    left: 20px !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    width: calc(100% - 40px) !important;
    height: 100% !important;
    max-width: none !important;
  }
}
.container.lazyload,
.container-fluid.lazyload,
.row-wrap.lazyload,
.row-wrap.lazyload > .row,
.row-wrap.lazyload > .row > .col,
.row-wrap.lazyload .tb_wt,
.row-wrap.lazyload .tb_banner .tb_image {
  background-image: none !important;
}
.col-sticky,
.col-sticky.is_stuck {
  min-width: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.col-sticky {
  z-index: 5;
}
.is_stuck {
  min-width: 0 !important;
}
.tb_sticky_sidebar {
  min-width: 0;
}
.col-sticky > div {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.col-sticky > .row {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
fieldset legend {
  margin-bottom: 36px;
}
.tb_system_cart_menu .heading .tb_icon {
  margin: 0 !important;
}
.tb_system_cart_menu .heading .tb_icon + .tb_items,
#wgyvedflxkkwkel .heading .tb_icon + .tb_items,
.tb_menu_system_account_wishlist .tb_icon + .tb_items {
  position: absolute;
  right: 0;
  width: 21px;
  height: 21px;
  line-height: 22px !important;
  text-align: center;
  font-weight: normal !important;
  font-size: 10px !important;
  background: #333;
  color: #fff;
  border-radius: 50%;
  opacity: 1 !important;
}
.tb_system_cart_menu .heading .tb_icon.ico-linea-ecommerce-bag {
  margin-top: -3px !important;
}
.tb_system_cart_menu .heading .tb_icon + .tb_items {
  margin: 7px -3px 0 0 !important;
}
.tb_menu_system_account_wishlist .tb_icon + .tb_items {
  margin: 3px -3px 0 0;
}
.tb_system_cart_menu .heading .tb_icon + .tb_items:before,
.tb_system_cart_menu .heading .tb_icon + .tb_items:after,
.tb_menu_system_account_wishlist .tb_icon + .tb_items:before,
.tb_menu_system_account_wishlist .tb_icon + .tb_items:after {
  content: none !important;
}
#fvwkvhivfacxhw .col-md-auto {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
#xspfgfgckorgfwt {
  text-align: center;
}
#xspfgfgckorgfwt br {
  display: none;
}
.tb_no_text > span[data-tooltip]:before,
.tb_no_text > span[data-tooltip]:after {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
input,
select,
textarea,
.form-control {
  border-width: 2px !important;
  border-radius: 0 !important;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="color"],
input[type="password"],
input[type="search"],
select,
textarea,
select.form-control,
.form-control,
.input-group {
  width: 300px;
  transition: color 0.3s, border 0.3s, background 0.3s;
}
.btn {
  box-shadow: none;
  border-radius: 0;
}
.dropdown-menu {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.nav-justified-dropdown > .dropdown:not(.tb_megamenu) > .dropdown-menu {
  margin-right: 0 !important;
}
.dropdown-toggle ~ .dropdown-menu {
  left: 0;
}
.dropdown-menu {
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.dropdown:not(.tb_hovered):hover > .dropdown-menu {
  transform: translateY(20px);
}
.tab-content > .dropdown:hover > .dropdown-menu,
.tb_hovered > .dropdown-menu {
  transform: translateY(0) !important;
}
.dropdown:after {
  border-color: rgba(0, 0, 0, 0.02);
  -webkit-transform: rotate(45deg) translateX(15px) translateY(15px);
  transform: rotate(45deg) translateX(15px) translateY(15px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.dropdown:hover:after {
  -webkit-transform: rotate(45deg) translateX(15px) translateY(15px);
  transform: rotate(45deg) translateX(15px) translateY(15px);
}
.dropdown.tb_hovered:after {
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);
}
.dropdown-menu .dropdown:not(.tb_hovered):hover > .dropdown-menu,
.nav-stacked .dropdown:not(.tb_hovered):hover > .dropdown-menu,
.tb_list_1:not(dropdown-menu)
  > li.dropdown:not(.tb_hovered):hover
  > .dropdown-menu {
  transform: translateX(20px);
}
.dropdown-menu .tb_hovered > .dropdown-menu,
.nav-stacked .tb_hovered > .dropdown-menu,
.tb_list_1:not(dropdown-menu) > li.tb_hovered > .dropdown-menu {
  transform: translateX(0);
}
.nav-stacked .dropdown:after,
.dropdown-menu .dropdown:after,
.tb_list_1 > .dropdown:after {
  -webkit-transform: rotate(-45deg) translateX(15px) translateY(15px);
  transform: rotate(-45deg) translateX(15px) translateY(15px);
}
.nav-stacked .dropdown:hover:after,
.dropdown-menu .dropdown:hover:after,
.tb_list_1 > .dropdown:hover:after {
  -webkit-transform: rotate(-45deg) translateX(15px) translateY(15px);
  transform: rotate(-45deg) translateX(15px) translateY(15px);
}
.nav-stacked .dropdown.tb_hovered:after,
.dropdown-menu .dropdown.tb_hovered:after,
.tb_list_1 > .dropdown.tb_hovered:after {
  -webkit-transform: rotate(-45deg) translateX(0) translateY(0);
  transform: rotate(-45deg) translateX(0) translateY(0);
}
.tb_product_loading .image {
  opacity: 0.5;
}
.tb_button_add_to_cart .wait {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -1px 0 0 -6px !important;
}
.tb_button_add_to_cart .wait:before,
.tb_button_add_to_cart .wait:after {
  border-width: 1px !important;
}
.tb_add_to_cart_loading .tb_button_add_to_cart .wait {
  display: block;
}
.tb_icon_32[class*="ico-linea"]:before {
  font-size: 36px;
}
.tb_add_to_cart_loaded .ico-linea-ecommerce-bag:before {
  content: "\e048";
}
.tb_listing .tb_button_wishlist > * {
  opacity: 0.4;
}
.tb_listing .tb_button_wishlist:hover > *,
.tb_listing .tb_wishlist_loaded .tb_button_wishlist > * {
  opacity: 1;
}
.tb_wishlist_loaded .fa-heart-o:before {
  content: "\f004";
}
.tb_grid_view .product-thumb_style1 {
  text-align: initial;
}
.tb_grid_view .product-thumb_style1 h4,
.tb_grid_view .product-thumb_style1 .price,
.tb_grid_view .product-thumb_style2 h4,
.tb_grid_view .product-thumb_style2 .price {
  margin-top: 0;
  margin-bottom: 0;
}
.tb_grid_view .product-thumb_style1 .tb_counter {
  margin-top: auto !important;
}
.tb_grid_view .product-thumb_style1 .tb_button_add_to_cart,
.tb_grid_view .product-thumb_style1 .tb_button_add_to_cart > a,
.tb_grid_view .product-thumb_style1 .tb_button_add_to_cart > a:before,
.tb_grid_view .product-thumb_style2 .tb_button_add_to_cart,
.tb_grid_view .product-thumb_style2 .tb_button_add_to_cart > a,
.tb_grid_view .product-thumb_style2 .tb_button_add_to_cart > a:before {
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.tb_grid_view .product-thumb_style1 .tb_button_wishlist,
.tb_grid_view .product-thumb_style2 .tb_button_wishlist {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: auto;
}
.tb_grid_view .product-thumb_style1 .tb_button_wishlist.tb_hidden,
.tb_grid_view .product-thumb_style2 .tb_button_wishlist.tb_hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tb_grid_view .product-thumb_style1:hover .tb_button_wishlist.tb_hidden,
.tb_grid_view .product-thumb_style2:hover .tb_button_wishlist.tb_hidden {
  opacity: 1;
}
.tb_grid_view .product-thumb_style1 .tb_label_stock_status {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: -24px !important;
  line-height: 24px;
  text-align: initial;
}
.tb_grid_view .product-thumb_style1 .caption > .row:not(:last-child),
.tb_grid_view .product-thumb_style1 .tb_label_stock_status:not(:last-child) {
  margin-bottom: 24px !important;
}
.tb_grid_view .product-thumb_style1 .thumbnail,
.tb_grid_view .product-thumb_style2 .thumbnail {
  overflow: hidden;
  -ms-flex: 0 0 auto !important;
  -webkit-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  margin-bottom: 24px;
}
.tb_grid_view .product-thumb_style1 .thumbnail .image,
.tb_grid_view .product-thumb_style2 .thumbnail .image {
  margin-bottom: 0;
}
.tb_grid_view
  .product-thumb_style1
  .thumbnail
  .tb_button_quickview.tb_button_quickview,
.tb_grid_view
  .product-thumb_style2
  .thumbnail
  .tb_button_quickview.tb_button_quickview {
  left: 0 !important;
  margin-left: 0 !important;
}
.tb_grid_view .product-thumb_style1 .thumbnail .tb_button_quickview a,
.tb_grid_view .product-thumb_style2 .thumbnail .tb_button_quickview a {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100% !important;
  height: 32px !important;
  line-height: 32px !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px !important;
}
.tb_grid_view .product-thumb_style1 .thumbnail .tb_button_quickview a:before {
  font-size: 14px !important;
}
.tb_grid_view
  .product-thumb_style1
  .thumbnail
  .tb_button_quickview
  a:not(:hover) {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.4) !important;
}
.tb_grid_view .product-thumb_style1 .thumbnail .tb_button_quickview a:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
.tb_grid_view .product-thumb_style1 .thumbnail .tb_button_quickview.tb_hidden {
  transform: translateY(50px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}
.tb_grid_view
  .product-thumb_style1:hover
  .thumbnail
  .tb_button_quickview.tb_hidden,
.is_touch
  .tb_grid_view
  .product-thumb_style1
  .thumbnail
  .tb_button_quickview.tb_hidden {
  transform: translateY(0px);
  transition-delay: 0s;
}
.tb_grid_view
  .tb_quickview_loading
  .product-thumb_style1
  .tb_button_quickview
  .wait,
.tb_grid_view
  .tb_quickview_loading
  .product-thumb_style2
  .tb_button_quickview
  .wait {
  position: relative;
  top: auto;
  left: auto;
  width: 14px;
  height: 14px;
  margin: 9px 7px 0 -21px !important;
}
.tb_compact_view h4,
.tb_compact_view .name {
  font-size: 15px;
}
.pagination .results {
  font-size: inherit;
}
.modal-content {
  border-radius: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.noty_message {
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.tooltip-inner {
  font-size: 13px;
}
#leahjjoocokd .has_slider.tb_side_nav .tb_grid_view.tb_multiline:not(.tb_slider),
#leahjjoocokd .has_slider.tb_side_nav .tb_grid_view.tb_style_bordered.tb_multiline,
#leahjjoocokd
  :not(.panel-body)
  > .has_slider.tb_side_nav.no_title
  .tb_grid_view.tb_multiline:not(.tb_slider),
#leahjjoocokd .tb_side_nav .tb_slider {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#leahjjoocokd
  .has_slider.tb_side_nav
  .tb_grid_view.tb_gut_0.tb_multiline:not(.tb_slider):not(.tb_style_bordered) {
  margin-left: -0px !important;
}
#leahjjoocokd
  .has_slider.tb_side_nav
  .tb_grid_view.tb_gut_10.tb_multiline:not(.tb_slider):not(.tb_style_bordered) {
  margin-left: -10px !important;
}
#leahjjoocokd
  .has_slider.tb_side_nav
  .tb_grid_view.tb_gut_20.tb_multiline:not(.tb_slider):not(.tb_style_bordered) {
  margin-left: -20px !important;
}
#leahjjoocokd
  .has_slider.tb_side_nav
  .tb_grid_view.tb_gut_30.tb_multiline:not(.tb_slider):not(.tb_style_bordered) {
  margin-left: -30px !important;
}
#leahjjoocokd
  .has_slider.tb_side_nav
  .tb_grid_view.tb_gut_40.tb_multiline:not(.tb_slider):not(.tb_style_bordered) {
  margin-left: -40px !important;
}
#leahjjoocokd
  .has_slider.tb_side_nav
  .tb_grid_view.tb_gut_50.tb_multiline:not(.tb_slider):not(.tb_style_bordered) {
  margin-left: -50px !important;
}
.tb_side_nav .tb_slider_controls {
  position: absolute;
  z-index: auto;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.tb_side_nav .tb_next,
.tb_side_nav .tb_prev {
  z-index: 3;
  top: 50%;
  width: 48px;
  height: 72px;
  margin-top: -36px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 72px;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tb_side_nav:hover .tb_next,
.tb_side_nav:hover .tb_prev {
  opacity: 1;
}
.tb_side_nav .tb_next:hover,
.tb_side_nav .tb_prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.tb_side_nav .tb_next {
  right: -60px;
}
.tb_side_nav .tb_prev {
  left: -60px;
}
.tb_side_nav:hover .tb_next {
  right: 0;
}
.tb_side_nav:hover .tb_prev {
  left: 0;
}
.mightyslider_custom_skin .mSButtons {
  width: 120px;
}
.mightyslider_custom_skin .mSButtons:after,
.mightyslider_custom_skin .mSButtons > * {
  display: none !important;
}
.mightyslider_custom_skin .mSButtons.mSPrev {
}
.mightyslider_custom_skin .mSButtons.mSNext {
}
.tb_grid_view .tb_article > * {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.tb_grid_view .tb_article > .thumbnail {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.tb_listing:not(.tb_compact_view) .tb_article .thumbnail:before {
  content: "8";
  font-family: "LineaForge" !important;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button {
  -ms-flex: 1 1 250px;
  -webkit-flex: 1 1 250px;
  flex: 1 1 250px;
  max-width: 290px;
}
[class*="pr_banner"] .tb_line_2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mfilter-box.mfilter-box.mfilter-box,
.mfilter-box *:not(input):not(.btn),
.mfilter-box.mfilter-box *:not(input):not(.btn),
.mfilter-box.mfilter-box.mfilter-box *:not(input):not(.btn),
.mfilter-box.mfilter-box.mfilter-box.mfilter-box input[type="checkbox"],
.mfilter-box.mfilter-box.mfilter-box.mfilter-box input[type="radio"],
.mfilter-box.mfilter-box.mfilter-box *:before,
.mfilter-box.mfilter-box.mfilter-box *:after {
  margin: 0;
  padding: 0;
  border: none !important;
  background: transparent none !important;
}
.mfilter-box .mfilter-option.mfilter-price {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.mfilter-box .mfilter-option.mfilter-price > * {
  width: 100%;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.mfilter-box .mfilter-option.mfilter-price .mfilter-price-inputs {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
  padding-top: 24px !important;
}
.mfilter-box .mfilter-option.mfilter-price .mfilter-price-inputs input {
  display: inline-block;
  width: 60px !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto;
  padding: 0 5px !important;
  background: #eee;
}
#leahjjoocokd #ydfagfkcsccfr .mfilter-price-slider,
#leahjjoocokd #ydfagfkcsccfr #mfilter-price-slider,
#leahjjoocokd #ydfagfkcsccfr #mfilter-price-slider *,
#leahjjoocokd #ydfagfkcsccfr .mfilter-slider-slider,
#leahjjoocokd #ydfagfkcsccfr .mfilter-slider-slider * {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent none !important;
  border: none !important;
  box-shadow: none !important;
}
#leahjjoocokd #ydfagfkcsccfr #mfilter-price-slider,
#leahjjoocokd #ydfagfkcsccfr .mfilter-slider-slider {
  height: 6px !important;
  margin-top: 24px !important;
  margin-left: 12px !important;
  margin-right: 12px !important;
}
#leahjjoocokd #ydfagfkcsccfr #mfilter-price-slider.ui-slider:after,
#leahjjoocokd #ydfagfkcsccfr .mfilter-slider-slider .ui-slider:after {
  margin-left: -12px !important;
  margin-right: -12px !important;
  border-top: 6px solid !important;
}
#leahjjoocokd #ydfagfkcsccfr #mfilter-price-slider .ui-slider-range,
#leahjjoocokd #ydfagfkcsccfr .mfilter-slider-slider .ui-slider-range {
  background-color: #333 !important;
}
#leahjjoocokd #ydfagfkcsccfr #mfilter-price-slider span,
#leahjjoocokd #ydfagfkcsccfr #mfilter-price-slider .ui-slider-handle,
#leahjjoocokd #ydfagfkcsccfr .mfilter-slider-slider .ui-slider-handle {
  top: 0;
  width: 8px !important;
  height: 16px !important;
  margin-top: -5px !important;
  margin-left: -4px !important;
  background: #ef5243 !important;
  border-radius: 0 !important;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-heading-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-heading-text {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: normal;
  font-size: 16px;
  font-family: Montserrat;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-head-icon,
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-head-icon:before {
  min-width: 20px;
  content: "\274c";
  content: "\2716";
  content: "\2715";
  display: inline-block;
  height: auto !important;
  line-height: inherit;
  text-align: center;
  vertical-align: top;
  font-family: FontAwesome;
  font-style: normal;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-heading.mfilter-collapsed
  .mfilter-head-icon {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-content
  > ul
  > li
  + li {
  margin-top: 12px;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-content
  > ul
  > li
  .mfilter-opts-container {
  padding: 12px 0;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-content
  > ul
  > li
  .mfilter-button-more {
  padding-bottom: 12px;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-content
  > ul
  > li:last-child
  .mfilter-opts-container:last-child {
  padding-bottom: 0;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-iscroll {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-iscroll
  .mfilter-options {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-option.mfilter-tb-as-tr {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 36px;
  margin-left: -12px;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-option.mfilter-tb-as-tr
  > * {
  margin-left: 12px;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-option.mfilter-tb-as-tr
  > label {
  display: block;
  max-width: none;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-col-input,
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-col-count {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-input-active
  .mfilter-col-count {
  display: none;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-col-input input {
  margin-top: -1px;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-counter {
  display: inline-block;
  width: auto !important;
  min-width: 20px;
  height: auto !important;
  padding: 0 0.2em;
  text-align: center;
  text-indent: 0 !important;
  vertical-align: top;
  font-size: 11px;
  color: #999;
  background-color: #eee !important;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-counter:before,
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-counter:after {
  content: none !important;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-image
  .mfilter-tb
  > ul {
  margin-top: -12px;
  margin-left: -12px;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-image
  .mfilter-option.mfilter-image {
  margin-top: 12px;
  margin-left: 12px;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-image
  .mfilter-option.mfilter-image
  label {
  padding: 2px;
  background: rgba(51, 51, 51, 0.15) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-image
  .mfilter-option.mfilter-image
  label:hover {
  background: rgba(51, 51, 51, 0.3) !important;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-image
  .mfilter-option.mfilter-image-checked
  label,
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-image
  .mfilter-option.mfilter-image-checked
  label:hover {
  background: #ef5243 !important;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box
  .mfilter-image
  .mfilter-option.mfilter-image
  img {
  vertical-align: top;
  border: 1px solid #fff !important;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-button-top {
  padding-bottom: 24px;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-button-bottom {
  position: relative;
  margin-top: 24px;
  padding-top: 25px;
}
.mfilter-box.mfilter-box.mfilter-box.mfilter-box .mfilter-button-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  border-top: 1px solid !important;
  opacity: 0.15;
}
.mfilter-reset-icon,
.mfilter-reset-icon:before {
  display: inline-block;
  content: "\f021";
  width: auto !important;
  height: inherit !important;
  margin-right: 0.2em !important;
  line-height: inherit !important;
  vertical-align: top;
  font-family: FontAwesome;
  font-style: normal;
}
#popupcart_extended {
  display: none;
  font-family: "Roboto", sans-serif;
  border-radius: 8px !important;
  box-shadow: 0 0 15px #555 !important;
  background-color: #f5f5f5;
  padding: 18px;
  width: 620px;
  transform: translateX(0) translateY(-20%);
  -o-transform: translateX(0) translateY(-20%);
  -moz-transform: translateX(0) translateY(-20%);
  -webkit-transform: translateX(0) translateY(-20%);
  transition: all ease-in-out 0.2s;
}
#popupcart_extended > * {
  box-sizing: border-box !important;
}
#popupcart_extended,
#popupcart_extended a {
  font-size: 14px;
}
.popup_visible #popupcart_extended {
  overflow: hidden;
  transform: translateX(0) translateY(0%);
  -o-transform: translateX(0) translateY(0%);
  -moz-transform: translateX(0) translateY(0%);
  -webkit-transform: translateX(0) translateY(0%);
  transition: all ease-in-out 0.2s;
}
#popupcart_extended .head {
  font-size: 1.2em;
  font-weight: 400;
  background: #eee;
  background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
  color: #666;
  margin: -18px -19px 7px;
  padding: 13px 19px 15px;
  border-bottom: solid 1px #d2d2d2;
  text-shadow: 1px 1px 0 #f8f8f8;
  border-radius: 8px 8px 0 0;
}
#popupcart_extended .head .close {
  opacity: 1;
  float: right;
  cursor: pointer;
  padding: 5px;
  margin: 2px -2px 0 0;
  border-radius: 4px;
}
#popupcart_extended .head .close:hover {
  background: #dedede;
  box-shadow: inset 0 1px 1px #777, inset 0 -1px 1px #fff;
}
#popupcart_extended .popupcart_info {
  max-height: 370px;
  min-height: 60px;
  margin-bottom: 5px;
  overflow-y: auto;
}
#popupcart_extended .popupcart_info table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
}
#popupcart_extended .popupcart_info tr {
  border-collapse: collapse;
}
#popupcart_extended .popupcart_info tr:first-child {
  border-collapse: collapse;
}
#popupcart_extended .popupcart_info tr:first-child td {
  height: 20px;
  min-height: 20px;
  color: #777;
  font-weight: 500;
  font-size: 0.8em;
  text-shadow: 0 1px 0 #fff;
  padding: 6px 10px 7px;
}
#popupcart_extended .popupcart_info .hr {
  height: 0px !important;
  min-height: 0px !important;
}
#popupcart_extended .popupcart_info .hr td {
  height: 0px !important;
  min-height: 0px !important;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #fff;
}
#popupcart_extended .popupcart_info td {
  vertical-align: middle;
  border-collapse: collapse;
  padding: 0 10px;
  height: 80px;
  min-height: 80px;
  box-sizing: border-box;
}
#popupcart_extended .popupcart_info tr:first-child .image {
  padding-left: 0;
}
#popupcart_extended .popupcart_info .image {
  vertical-align: middle;
  text-align: center;
  padding: 2px 10px 0 0;
}
#popupcart_extended .popupcart_info .name {
  min-width: 130px;
}
#popupcart_extended .popupcart_info .name a {
  font-size: 1.1em;
}
#popupcart_extended .popupcart_info .image img {
  width: 64px !important;
  max-width: 64px !important;
  height: auto;
  border: solid 1px #e2e2e2;
  border-radius: 3px;
  padding: 4px;
  background: #fff;
  outline: 0;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
}
#popupcart_extended .popupcart_info .brand {
  text-align: center;
}
#popupcart_extended .popupcart_info .quantity {
  width: 90px;
  min-width: 90px;
  text-align: center;
}
#popupcart_extended .popupcart_info input[type="text"] {
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  padding: 1px 0px 0px !important;
  margin: 0 -3px !important;
  border: none;
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  border-radius: 0 !important;
  box-shadow: inset 1px 1px 1px #ddd;
  background: #fff !important;
  color: #555 !important;
  line-height: normal !important;
  font-size: 12px !important;
  box-sizing: border-box;
}
#popupcart_extended .popupcart_info .update {
  display: inline-block;
  line-height: normal;
  vertical-align: top;
  color: #888;
  border: solid 1px #d2d2d2;
  height: 24px !important;
  padding: 3px 5px 3px !important;
  background: #eee;
  text-shadow: 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
}
#popupcart_extended .popupcart_info .minus {
  border-radius: 3px 0 0 3px;
}
#popupcart_extended .popupcart_info .plus {
  border-radius: 0 3px 3px 0;
}
#popupcart_extended .popupcart_info .plus:hover,
#popupcart_extended .popupcart_info .minus:hover {
  background: #e5e5e5;
}
#popupcart_extended .popupcart_info .price {
  width: 100px;
  font-size: 14px;
  text-align: center;
}
#popupcart_extended .popupcart_info .remove {
  width: 2px;
  min-width: 0px;
  padding: 0 4px 0 0;
  text-align: right;
}
#popupcart_extended .popupcart_info .remove img {
  cursor: pointer;
}
#popupcart_extended #wgyvedflxkkwkel-total {
  display: none !important;
}
#popupcart_extended .checkout {
  display: none !important;
}
#popupcart_extended .popupcart_total {
  border-bottom: solid 1px #e2e2e2;
  line-height: 20px;
  height: 35px;
  padding: 2px 0 0px;
}
#popupcart_extended .popupcart_total table {
  float: right;
}
#popupcart_extended .popupcart_total td {
  border: none;
  font-weight: 400 !important;
  font-size: 14px;
}
#popupcart_extended .continue {
  text-decoration: none;
  border-bottom: dashed 1px;
  display: block;
  float: left;
  margin-top: 5px;
  line-height: normal;
}
#popupcart_extended .popupcart_buttons {
  border-top: solid 1px #fff;
  padding: 16px 0 2px;
  text-align: center;
  overflow: auto;
}
#popupcart_extended .popupcart_buttons a,
#popupcart_extended .popupcart_buttons .button {
  font-size: 1em;
  line-height: 1.2em;
}
#popupcart_extended .popupcart_buttons .button {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#popupcart_extended .popupcart_buttons :first-child {
  display: block;
  float: left;
}
#popupcart_extended .popupcart_buttons :last-child {
  display: block;
  float: right;
}
#popupcart_extended .empty {
  padding-top: 15px;
  font-weight: 700;
  text-align: center;
}
#button-cart2 {
  margin-left: 15px;
}
#popupcart_extended #related {
  position: relative;
  overflow: hidden;
  background: #eee;
  margin: 15px -24px -18px;
  padding: 0 20px 15px;
  box-shadow: inset 0 1px 13px #ccc;
}
#popupcart_extended #related .related_product {
}
#popupcart_extended #related .heading {
  color: #f00;
  font-size: 1.1em;
  font-weight: 400;
  border-bottom: solid 1px #f8f8f8;
  box-shadow: inset 0 -1px 0 #d5d5d5;
  text-shadow: 0 1px 0 #fff;
  padding: 0 0 10px;
  margin: 10px 5px 12px;
}
#popupcart_extended #related .owl-controls {
  height: auto;
}
#popupcart_extended #related .owl-buttons {
  position: absolute;
  top: -42px;
  right: 5px;
}
#popupcart_extended #related .owl-buttons > div {
  display: inline-block;
  width: 20px;
  text-align: center;
  padding: 0px 0 0 1px;
  margin: 0;
  line-height: 1.2em;
  font-size: 1.1em;
  font-weight: 400;
  text-shadow: 0 1px 0 #fff;
  color: #888;
  border: solid 1px #ccc;
  background: #eee;
  background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
  border-radius: 4px;
}
#popupcart_extended #related .owl-buttons > div:hover {
  background: #eee;
}
#popupcart_extended #related .owl-buttons > div:active {
  box-shadow: inset 0 1px #ccc;
  background: #ddd;
  background: linear-gradient(to bottom, #ddd 0%, #eee 100%);
}
#popupcart_extended #related .owl-buttons > div + div {
  margin: 0 0 0 10px;
}
#popupcart_extended #related .owl-pagination {
  position: absolute;
  top: -38px;
  right: 80px;
  font-size: 0.8em;
  display: none;
}
#popupcart_extended #related .owl-pagination > div {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0 4px;
  border-radius: 100%;
  color: #888;
}
#popupcart_extended #related .owl-pagination > div:hover {
  background: #ddd;
}
#popupcart_extended #related .owl-pagination > div.active {
  background: #ddd;
}
#popupcart_extended #related .owl-item {
}
#popupcart_extended #related .owl-item + .owl-item {
}
#popupcart_extended #related .owl-item > div {
  margin: 0 5px;
  padding: 10px 10px 6px;
  border: solid 1px #ddd;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: inset 0 1px 0 #fff;
}
#popupcart_extended #related .owl-item > div > div {
  border: solid 0px;
  display: inline-block;
  vertical-align: top;
}
#popupcart_extended #related .owl-item > div > div + div {
  margin: 0px 0px 0 0;
  width: 163px;
}
#popupcart_extended #related .image {
  margin: 0 7px 0 0;
}
#popupcart_extended #related .image img {
  width: 72px;
  height: auto;
  border: solid 1px #e2e2e2;
  border-radius: 4px;
  padding: 5px;
  background: #fff;
}
#popupcart_extended #related .name {
  min-height: 40px;
  white-space: pre-line;
}
#popupcart_extended #related .name a {
  font-size: 0.9em;
  white-space: pre-line;
}
#popupcart_extended #related .price {
  margin: 0 10px 6px 0;
  font-size: 1em;
  font-weight: 500;
  color: #444;
}
#popupcart_extended #related .price .price-old {
  text-decoration: line-through;
  color: #f00;
}
#popupcart_extended #related .cart {
  margin: 0;
}
#popupcart_extended #related .cart .button {
  line-height: 0px;
  margin: -1px 0 0;
  padding: 3px 14px 4px;
}
#popupcart_extended #related .cart .button img {
  width: 13px;
  padding: 1px 0 0;
  height: auto;
}
@media (max-width: 690px) {
  #popupcart_extended {
    width: 380px !important;
  }
  #popupcart_extended .popupcart_info .image {
    display: none;
  }
  #popupcart_extended .popupcart_info .name {
    width: 50% !important;
    padding-left: 12px !important;
    padding-right: 0px !important;
  }
  #popupcart_extended .brand {
    display: none;
  }
  #popupcart_extended .quantity {
    width: 10% !important;
  }
  #popupcart_extended .quantity input[type="text"] {
    border-radius: 3px !important;
  }
  #popupcart_extended .quantity .minus,
  #popupcart_extended .quantity .plus {
    display: none;
  }
  #popupcart_extended .popupcart_info .price {
    width: 20% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.jq-dropdown {
  position: absolute;
  z-index: 1039;
  display: none;
}
.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
  min-width: 160px;
  max-width: 360px;
  list-style: none;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0;
}
.jq-dropdown .jq-dropdown-panel {
  padding: 10px;
}
.jq-dropdown.jq-dropdown-tip {
  margin-top: 8px;
}
.jq-dropdown.jq-dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  display: inline-block;
}
.jq-dropdown.jq-dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: inline-block;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
  left: auto;
  right: 9px;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
  left: auto;
  right: 10px;
}
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
  max-height: 180px;
  overflow: auto;
}
.jq-dropdown .jq-dropdown-menu li {
  list-style: none;
  padding: 0 0;
  margin: 0;
  line-height: 18px;
}
.jq-dropdown .jq-dropdown-menu li > a,
.jq-dropdown .jq-dropdown-menu label {
  display: block;
  color: inherit;
  color: #000;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  margin: 0;
  white-space: nowrap;
}
.jq-dropdown .jq-dropdown-menu li > a:hover,
.jq-dropdown .jq-dropdown-menu label:hover {
  background-color: #f2f2f2;
  color: #000;
  cursor: pointer;
}
.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #e5e5e5;
  padding: 0;
  margin: 5px 0;
}
/* */

.tb_counter.tb_style_1 .tb_counter_days:after {
  content: "Дней";
}
.tb_counter.tb_style_1 .tb_counter_hours:after {
  content: "Часов";
}
.tb_counter.tb_style_1 .tb_counter_minutes:after {
  content: "Минут";
}
.tb_counter.tb_style_1 .tb_counter_seconds:after {
  content: "Секунд";
}
.tb_area_header .tb_main_color_bg,
.tb_area_header .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.tb_area_header a.tb_main_color_bg:hover,
.tb_area_header .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.row_B78gy .tb_main_color_bg,
.row_B78gy .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.row_B78gy a.tb_main_color_bg:hover,
.row_B78gy .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.col_7lJVv .tb_main_color_bg,
.col_7lJVv .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_7lJVv a.tb_main_color_bg:hover,
.col_7lJVv .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#Html_Ve3SEEC6 .tb_main_color_bg,
#Html_Ve3SEEC6 .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
#Html_Ve3SEEC6 a.tb_main_color_bg:hover,
#Html_Ve3SEEC6 .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.row_COITG .tb_main_color_bg,
.row_COITG .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.row_COITG a.tb_main_color_bg:hover,
.row_COITG .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.row_COITG {
  color: #ddd;
}
.row_COITG a:not(:hover) {
  color: #ddd;
}
.row_COITG input:not(:hover):not(:focus),
.row_COITG select:not(:hover):not(:focus),
.row_COITG textarea:not(:hover):not(:focus),
.row_COITG .input-group:not(:hover):not(:focus) {
  background-color: transparent;
}
.row_COITG input:not(:hover):not(:focus),
.row_COITG select:not(:hover):not(:focus),
.row_COITG textarea:not(:hover):not(:focus),
.row_COITG .input-group:not(:hover):not(:focus) {
  border-top-color: #ddd;
  border-left-color: #ddd;
}
.row_COITG input:not(:hover):not(:focus),
.row_COITG select:not(:hover):not(:focus),
.row_COITG textarea:not(:hover):not(:focus),
.row_COITG .input-group:not(:hover):not(:focus) {
  border-bottom-color: #ddd;
  border-right-color: #ddd;
}
.row_COITG input:hover:not(:focus),
.row_COITG select:hover:not(:focus),
.row_COITG textarea:hover:not(:focus),
.row_COITG .input-group:hover:not(:focus) {
  background-color: transparent;
}
.row_COITG input:hover:not(:focus),
.row_COITG select:hover:not(:focus),
.row_COITG textarea:hover:not(:focus),
.row_COITG .input-group:hover:not(:focus) {
  border-top-color: #ddd;
  border-left-color: #ddd;
}
.row_COITG input:hover:not(:focus),
.row_COITG select:hover:not(:focus),
.row_COITG textarea:hover:not(:focus),
.row_COITG .input-group:hover:not(:focus) {
  border-bottom-color: #ddd;
  border-right-color: #ddd;
}
.row_COITG input:focus,
.row_COITG select:focus,
.row_COITG textarea:focus,
.row_COITG .input-group:focus {
  background-color: transparent;
}
.row_COITG input:focus,
.row_COITG select:focus,
.row_COITG textarea:focus,
.row_COITG .input-group:focus {
  border-top-color: #ddd;
  border-left-color: #ddd;
}
.row_COITG input:focus,
.row_COITG select:focus,
.row_COITG textarea:focus,
.row_COITG .input-group:focus {
  border-bottom-color: #ddd;
  border-right-color: #ddd;
}
.col_O1fnW .tb_main_color_bg,
.col_O1fnW .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_O1fnW a.tb_main_color_bg:hover,
.col_O1fnW .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#IconList_M8Nn0sDo a.tb_icon:hover {
  color: #fff !important;
}
#IconList_M8Nn0sDo a.tb_icon:hover {
  background-color: #000 !important;
}
#IconList_M8Nn0sDo .tb_tooltip {
  background-color: #333 !important;
}
#IconList_M8Nn0sDo .tb_tooltip {
  color: #fff !important;
}
#Menu_Rlk5mNf9 nav > ul > li.dropdown:not(:hover) > a,
#Menu_Rlk5mNf9 nav > ul > li.dropdown:not(:hover) > * > a,
#Menu_Rlk5mNf9 nav > ul > li:not(.dropdown) > a:not(:hover),
#Menu_Rlk5mNf9 nav > ul > li:not(.dropdown) > * > a:not(:hover) {
  background-color: transparent;
}
#Menu_Rlk5mNf9 nav > ul > li.dropdown:not(.tb_selected):hover > a,
#Menu_Rlk5mNf9 nav > ul > li.dropdown:not(.tb_selected):hover > * > a,
#Menu_Rlk5mNf9 nav > ul > li:not(.dropdown):not(.tb_selected) > a:hover,
#Menu_Rlk5mNf9 nav > ul > li:not(.dropdown):not(.tb_selected) > * > a:hover {
  background-color: transparent;
}
#Menu_Rlk5mNf9 nav > ul > li.tb_selected > a,
#Menu_Rlk5mNf9 nav > ul > li.tb_selected > * > a {
  color: #ef5243;
}
#Menu_Rlk5mNf9 nav > ul > li.tb_selected > a,
#Menu_Rlk5mNf9 nav > ul > li.tb_selected > * > a {
  background-color: transparent !important;
}
#Menu_Rlk5mNf9 nav > ul > li:before {
  color: #ddd;
}
#Menu_Rlk5mNf9 nav > ul > li,
#Menu_Rlk5mNf9 nav > ul > li:before {
  border-color: transparent;
}
#Menu_Rlk5mNf9 .tb_megamenu > [class].dropdown-menu .tb_main_color_bg,
#Menu_Rlk5mNf9
  .tb_megamenu
  > [class].dropdown-menu
  .tb_hover_main_color_bg:hover {
  background-color: #000 !important;
}
#Menu_Rlk5mNf9 .tb_megamenu > [class].dropdown-menu a.tb_main_color_bg:hover,
#Menu_Rlk5mNf9
  .tb_megamenu
  > [class].dropdown-menu
  .tb_main_color_bg_hover:hover {
  background-color: #ccc !important;
}
#Menu_Rlk5mNf9
  .tb_megamenu
  > [class].dropdown-menu
  a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):hover {
  color: #ef5243;
}
.col_UQ5We .tb_main_color_bg,
.col_UQ5We .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_UQ5We a.tb_main_color_bg:hover,
.col_UQ5We .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#HeaderLanguageMenuSystem_K2ROV0Jf .tb_selected:not(:only-child) > a,
#HeaderLanguageMenuSystem_K2ROV0Jf .tb_selected:not(:only-child) > a:hover {
  color: #ef5243;
}
.col_KfVY9 .tb_main_color_bg,
.col_KfVY9 .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_KfVY9 a.tb_main_color_bg:hover,
.col_KfVY9 .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#Menu_RTWi3c6T nav > ul > li.dropdown:not(:hover) > a,
#Menu_RTWi3c6T nav > ul > li.dropdown:not(:hover) > * > a,
#Menu_RTWi3c6T nav > ul > li:not(.dropdown) > a:not(:hover),
#Menu_RTWi3c6T nav > ul > li:not(.dropdown) > * > a:not(:hover) {
  background-color: transparent;
}
#Menu_RTWi3c6T nav > ul > li.dropdown:not(.tb_selected):hover > a,
#Menu_RTWi3c6T nav > ul > li.dropdown:not(.tb_selected):hover > * > a,
#Menu_RTWi3c6T nav > ul > li:not(.dropdown):not(.tb_selected) > a:hover,
#Menu_RTWi3c6T nav > ul > li:not(.dropdown):not(.tb_selected) > * > a:hover {
  background-color: transparent;
}
#Menu_RTWi3c6T nav > ul > li.tb_selected > a,
#Menu_RTWi3c6T nav > ul > li.tb_selected > * > a {
  color: #ef5243;
}
#Menu_RTWi3c6T nav > ul > li.tb_selected > a,
#Menu_RTWi3c6T nav > ul > li.tb_selected > * > a {
  background-color: transparent !important;
}
#Menu_RTWi3c6T nav > ul > li:before {
  color: #ddd;
}
#Menu_RTWi3c6T nav > ul > li,
#Menu_RTWi3c6T nav > ul > li:before {
  border-color: transparent;
}
#Menu_RTWi3c6T .tb_megamenu > [class].dropdown-menu .tb_main_color_bg,
#Menu_RTWi3c6T
  .tb_megamenu
  > [class].dropdown-menu
  .tb_hover_main_color_bg:hover {
  background-color: #000 !important;
}
#Menu_RTWi3c6T .tb_megamenu > [class].dropdown-menu a.tb_main_color_bg:hover,
#Menu_RTWi3c6T
  .tb_megamenu
  > [class].dropdown-menu
  .tb_main_color_bg_hover:hover {
  background-color: #ccc !important;
}
#Menu_RTWi3c6T
  .tb_megamenu
  > [class].dropdown-menu
  a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):hover {
  color: #ef5243;
}
.col_Q7LpW .tb_main_color_bg,
.col_Q7LpW .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_Q7LpW a.tb_main_color_bg:hover,
.col_Q7LpW .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#HeaderCurrencyMenuSystem_VPxonJQP .tb_selected:not(:only-child) > a,
#HeaderCurrencyMenuSystem_VPxonJQP .tb_selected:not(:only-child) > a:hover {
  color: #ef5243;
}
#Menu_HEkvW3SW nav > ul > li.dropdown:not(:hover) > a,
#Menu_HEkvW3SW nav > ul > li.dropdown:not(:hover) > * > a,
#Menu_HEkvW3SW nav > ul > li:not(.dropdown) > a:not(:hover),
#Menu_HEkvW3SW nav > ul > li:not(.dropdown) > * > a:not(:hover) {
  background-color: transparent;
}
#Menu_HEkvW3SW nav > ul > li.dropdown:not(.tb_selected):hover > a,
#Menu_HEkvW3SW nav > ul > li.dropdown:not(.tb_selected):hover > * > a,
#Menu_HEkvW3SW nav > ul > li:not(.dropdown):not(.tb_selected) > a:hover,
#Menu_HEkvW3SW nav > ul > li:not(.dropdown):not(.tb_selected) > * > a:hover {
  background-color: transparent;
}
#Menu_HEkvW3SW nav > ul > li.tb_selected > a,
#Menu_HEkvW3SW nav > ul > li.tb_selected > * > a {
  color: #ef5243;
}
#Menu_HEkvW3SW nav > ul > li.tb_selected > a,
#Menu_HEkvW3SW nav > ul > li.tb_selected > * > a {
  background-color: transparent !important;
}
#Menu_HEkvW3SW nav > ul > li:before {
  color: #ddd;
}
#Menu_HEkvW3SW nav > ul > li,
#Menu_HEkvW3SW nav > ul > li:before {
  border-color: transparent;
}
#Menu_HEkvW3SW .tb_megamenu > [class].dropdown-menu .tb_main_color_bg,
#Menu_HEkvW3SW
  .tb_megamenu
  > [class].dropdown-menu
  .tb_hover_main_color_bg:hover {
  background-color: #000 !important;
}
#Menu_HEkvW3SW .tb_megamenu > [class].dropdown-menu a.tb_main_color_bg:hover,
#Menu_HEkvW3SW
  .tb_megamenu
  > [class].dropdown-menu
  .tb_main_color_bg_hover:hover {
  background-color: #ccc !important;
}
#Menu_HEkvW3SW
  .tb_megamenu
  > [class].dropdown-menu
  a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):hover {
  color: #ef5243;
}
.row_6JMb0 .tb_main_color_bg,
.row_6JMb0 .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.row_6JMb0 a.tb_main_color_bg:hover,
.row_6JMb0 .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.col_nwfbv .tb_main_color_bg,
.col_nwfbv .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_nwfbv a.tb_main_color_bg:hover,
.col_nwfbv .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#Html_X1C7bvuD .tb_main_color_bg,
#Html_X1C7bvuD .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
#Html_X1C7bvuD a.tb_main_color_bg:hover,
#Html_X1C7bvuD .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.col_FSn7r .tb_main_color_bg,
.col_FSn7r .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_FSn7r a.tb_main_color_bg:hover,
.col_FSn7r .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#oxkeivfgetatt a:not(:hover) {
  color: #fff;
}
.col_QY876 .tb_main_color_bg,
.col_QY876 .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_QY876 a.tb_main_color_bg:hover,
.col_QY876 .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#fzhykqszvuahh .tb_search_wrap:hover:before {
  color: #fff;
}
#fzhykqszvuahh .btn:not(:hover) {
  background-color: transparent !important;
}
#fzhykqszvuahh .btn:not(:hover) {
  color: #ef5243 !important;
}
#fzhykqszvuahh .btn:hover {
  background-color: transparent !important;
}
#fzhykqszvuahh .btn:hover {
  color: #000 !important;
}
#gtlczatxvgle
  #wgyvedflxkkwkel
  > .nav
  > li:not(:hover)
  > .heading
  > a
  > .tb_icon {
  color: #ef5243;
}
#gtlczatxvgle
  #wgyvedflxkkwkel
  > .nav
  > li:not(:hover)
  > .heading
  > a
  > .tb_label,
#gtlczatxvgle
  #wgyvedflxkkwkel
  > .nav
  > li:not(:hover)
  > .heading
  > a
  > .tb_items {
  color: #fff;
}
#gtlczatxvgle
  #wgyvedflxkkwkel
  > .nav
  > li:not(:hover)
  > .heading
  > a
  > .tb_total {
  color: #ef5243;
}
#gtlczatxvgle #wgyvedflxkkwkel > .nav > li:not(:hover) {
  background-color: transparent;
}
#gtlczatxvgle
  #wgyvedflxkkwkel
  > .nav
  > li:hover
  > .heading
  > a
  > .tb_icon {
  color: #000;
}
#gtlczatxvgle
  #wgyvedflxkkwkel
  > .nav
  > li:hover
  > .heading
  > a
  > .tb_label,
#gtlczatxvgle
  #wgyvedflxkkwkel
  > .nav
  > li:hover
  > .heading
  > a
  > .tb_items {
  color: #fff;
}
#gtlczatxvgle
  #wgyvedflxkkwkel
  > .nav
  > li:hover
  > .heading
  > a
  > .tb_total {
  color: #ef5243;
}
#gtlczatxvgle #wgyvedflxkkwkel > .nav > li:hover > .heading > a {
  background-color: transparent;
}
#gtlczatxvgle .dropdown-menu .buttons:before,
#gtlczatxvgle .dropdown-menu .mini-cart-total:before {
  color: #000;
}
.row_dl7s5 .tb_main_color_bg,
.row_dl7s5 .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.row_dl7s5 a.tb_main_color_bg:hover,
.row_dl7s5 .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.row_dl7s5 {
  color: #ddd;
}
.row_dl7s5 a:not(:hover) {
  color: #ddd;
}
.col_hmlr5 .tb_main_color_bg,
.col_hmlr5 .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_hmlr5 a.tb_main_color_bg:hover,
.col_hmlr5 .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#tsittcoelyuwlx nav > ul > li.dropdown:not(:hover) > a,
#tsittcoelyuwlx nav > ul > li.dropdown:not(:hover) > * > a,
#tsittcoelyuwlx nav > ul > li:not(.dropdown) > a:not(:hover),
#tsittcoelyuwlx nav > ul > li:not(.dropdown) > * > a:not(:hover) {
  background-color: transparent;
}
#tsittcoelyuwlx nav > ul > li.dropdown:not(.tb_selected):hover > a,
#tsittcoelyuwlx nav > ul > li.dropdown:not(.tb_selected):hover > * > a,
#tsittcoelyuwlx nav > ul > li:not(.dropdown):not(.tb_selected) > a:hover,
#tsittcoelyuwlx nav > ul > li:not(.dropdown):not(.tb_selected) > * > a:hover {
  background-color: transparent;
}
#tsittcoelyuwlx nav > ul > li.tb_selected > a,
#tsittcoelyuwlx nav > ul > li.tb_selected > * > a {
  color: #ef5243;
}
#tsittcoelyuwlx nav > ul > li.tb_selected > a,
#tsittcoelyuwlx nav > ul > li.tb_selected > * > a {
  background-color: transparent !important;
}
#tsittcoelyuwlx nav > ul > li:before {
  color: #ddd;
}
#tsittcoelyuwlx nav > ul > li,
#tsittcoelyuwlx nav > ul > li:before {
  border-color: #ddd;
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_main_color_bg,
#tsittcoelyuwlx
  .tb_megamenu
  > [class].dropdown-menu
  .tb_hover_main_color_bg:hover {
  background-color: #000 !important;
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu a.tb_main_color_bg:hover,
#tsittcoelyuwlx
  .tb_megamenu
  > [class].dropdown-menu
  .tb_main_color_bg_hover:hover {
  background-color: #ccc !important;
}
#tsittcoelyuwlx
  .tb_megamenu
  > [class].dropdown-menu
  a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):hover {
  color: #ef5243;
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu h1,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu h2,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu h3,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu h4,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu h5,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu h6,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .h1:not(a),
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .h2:not(a),
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .h3:not(a),
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .h4:not(a),
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .h5:not(a),
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .h6:not(a),
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu a.h1:not(:hover),
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu a.h2:not(:hover),
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu a.h3:not(:hover),
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu a.h4:not(:hover),
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu a.h5:not(:hover),
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu a.h6:not(:hover),
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu legend,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .panel-heading,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .box-heading {
  color: #000;
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_bg_str_1,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_bg_hover_str_1:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_bg_str_2,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_bg_hover_str_2:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_bg_str_3,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_bg_hover_str_3:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_bg_str_4,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_bg_hover_str_4:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_bg_str_5,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_bg_hover_str_5:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_text_str_1,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_text_hover_str_1:hover {
  color: rgba(0, 0, 0, 0.2) !important;
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_text_str_2,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_text_hover_str_2:hover {
  color: rgba(0, 0, 0, 0.3) !important;
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_text_str_3,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_text_hover_str_3:hover {
  color: rgba(0, 0, 0, 0.4) !important;
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_text_str_4,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_text_hover_str_4:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_text_str_5,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .tb_text_hover_str_5:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .border,
#tsittcoelyuwlx .tb_megamenu > [class].dropdown-menu .border-color {
  border-color: rgba(0, 0, 0, 0.15);
}
.tb_area_content .tb_main_color_bg,
.tb_area_content .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.tb_area_content a.tb_main_color_bg:hover,
.tb_area_content .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.tb_area_content .tb_system_breadcrumbs {
  color: #ccc;
}
.tb_area_content .tb_system_breadcrumbs a:not(:hover) {
  color: #999;
}
.row_vsPzb .tb_main_color_bg,
.row_vsPzb .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.row_vsPzb a.tb_main_color_bg:hover,
.row_vsPzb .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.col_3N0M9 .tb_main_color_bg,
.col_3N0M9 .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_3N0M9 a.tb_main_color_bg:hover,
.col_3N0M9 .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.row_MHu3E .tb_main_color_bg,
.row_MHu3E .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.row_MHu3E a.tb_main_color_bg:hover,
.row_MHu3E .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.col_PDR0s .tb_main_color_bg,
.col_PDR0s .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_PDR0s a.tb_main_color_bg:hover,
.col_PDR0s .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#SubcategoriesSystem_U7044TFJ h3 > a {
  color: #333 !important;
}
#SubcategoriesSystem_U7044TFJ h3 > a:hover {
  color: #ef5243 !important;
}
#SubcategoriesSystem_U7044TFJ .tb_subcategories > ul.tb_list_1 > li:before {
  color: #ef5243 !important;
}
#SubcategoriesSystem_U7044TFJ h3 + ul > li > a:hover,
#SubcategoriesSystem_U7044TFJ ul ul > li > a:hover {
  color: #ef5243;
}
#SubcategoriesSystem_U7044TFJ ul ul.tb_list_1 > li:before {
  color: #ef5243 !important;
}
#OpenCart_BBtqdauD .tb_main_color_bg,
#OpenCart_BBtqdauD .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
#OpenCart_BBtqdauD a.tb_main_color_bg:hover,
#OpenCart_BBtqdauD .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.col_PXhnY .tb_main_color_bg,
.col_PXhnY .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_PXhnY a.tb_main_color_bg:hover,
.col_PXhnY .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#gohylihxuzhr .tb_listing_options a.tb_main_color:hover,
#gohylihxuzhr .tb_listing_options .tb_main_color_hover:hover {
  color: #000 !important;
}
#gohylihxuzhr .tb_listing_options {
  background-color: transparent;
}
#gohylihxuzhr .tb_listing_options {
  border-color: transparent;
}
#gohylihxuzhr .pagination {
  border-color: transparent;
}
#gohylihxuzhr .pagination {
  background-color: transparent;
}
.row_uqZ5S .tb_main_color_bg,
.row_uqZ5S .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.row_uqZ5S a.tb_main_color_bg:hover,
.row_uqZ5S .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.col_xQBhn .tb_main_color_bg,
.col_xQBhn .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_xQBhn a.tb_main_color_bg:hover,
.col_xQBhn .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#aarykhredqovicp .tb_main_color_bg,
#aarykhredqovicp .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
#aarykhredqovicp a.tb_main_color_bg:hover,
#aarykhredqovicp .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.tb_area_footer .tb_main_color_bg,
.tb_area_footer .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.tb_area_footer a.tb_main_color_bg:hover,
.tb_area_footer .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.tb_area_footer {
  color: #777;
}
.row_TD48R1 .tb_main_color_bg,
.row_TD48R1 .tb_hover_main_color_bg:hover {
  background-color: #fff !important;
}
.row_TD48R1 a.tb_main_color_bg:hover,
.row_TD48R1 .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
.col_WKvOz .tb_main_color_bg,
.col_WKvOz .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_WKvOz a.tb_main_color_bg:hover,
.col_WKvOz .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#Text_Yev3qGuS .tb_main_color_bg,
#Text_Yev3qGuS .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
#Text_Yev3qGuS a.tb_main_color_bg:hover,
#Text_Yev3qGuS .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#IconList_Sm22f0cd a.tb_icon:hover {
  color: #333 !important;
}
#IconList_Sm22f0cd a.tb_icon:hover {
  background-color: transparent !important;
}
#IconList_Sm22f0cd .tb_tooltip {
  background-color: #333 !important;
}
#IconList_Sm22f0cd .tb_tooltip {
  color: #fff !important;
}
.col_s7sBa .tb_main_color_bg,
.col_s7sBa .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_s7sBa a.tb_main_color_bg:hover,
.col_s7sBa .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#Menu_J3muT7P6 nav > ul > li.dropdown:not(:hover) > a,
#Menu_J3muT7P6 nav > ul > li.dropdown:not(:hover) > * > a,
#Menu_J3muT7P6 nav > ul > li:not(.dropdown) > a:not(:hover),
#Menu_J3muT7P6 nav > ul > li:not(.dropdown) > * > a:not(:hover) {
  background-color: transparent;
}
#Menu_J3muT7P6 nav > ul > li.dropdown:not(.tb_selected):hover > a,
#Menu_J3muT7P6 nav > ul > li.dropdown:not(.tb_selected):hover > * > a,
#Menu_J3muT7P6 nav > ul > li:not(.dropdown):not(.tb_selected) > a:hover,
#Menu_J3muT7P6 nav > ul > li:not(.dropdown):not(.tb_selected) > * > a:hover {
  background-color: transparent;
}
#Menu_J3muT7P6 nav > ul > li.tb_selected > a,
#Menu_J3muT7P6 nav > ul > li.tb_selected > * > a {
  color: #ef5243;
}
#Menu_J3muT7P6 nav > ul > li.tb_selected > a,
#Menu_J3muT7P6 nav > ul > li.tb_selected > * > a {
  background-color: transparent !important;
}
#Menu_J3muT7P6 nav > ul > li:before {
  color: #ddd;
}
#Menu_J3muT7P6 nav > ul > li,
#Menu_J3muT7P6 nav > ul > li:before {
  border-color: transparent;
}
#Menu_J3muT7P6 .tb_megamenu > [class].dropdown-menu .tb_main_color_bg,
#Menu_J3muT7P6
  .tb_megamenu
  > [class].dropdown-menu
  .tb_hover_main_color_bg:hover {
  background-color: #000 !important;
}
#Menu_J3muT7P6 .tb_megamenu > [class].dropdown-menu a.tb_main_color_bg:hover,
#Menu_J3muT7P6
  .tb_megamenu
  > [class].dropdown-menu
  .tb_main_color_bg_hover:hover {
  background-color: #ccc !important;
}
#Menu_J3muT7P6
  .tb_megamenu
  > [class].dropdown-menu
  a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):hover {
  color: #ef5243;
}
.col_HJ6nd .tb_main_color_bg,
.col_HJ6nd .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_HJ6nd a.tb_main_color_bg:hover,
.col_HJ6nd .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#Menu_YJH9Ml1C nav > ul > li.dropdown:not(:hover) > a,
#Menu_YJH9Ml1C nav > ul > li.dropdown:not(:hover) > * > a,
#Menu_YJH9Ml1C nav > ul > li:not(.dropdown) > a:not(:hover),
#Menu_YJH9Ml1C nav > ul > li:not(.dropdown) > * > a:not(:hover) {
  background-color: transparent;
}
#Menu_YJH9Ml1C nav > ul > li.dropdown:not(.tb_selected):hover > a,
#Menu_YJH9Ml1C nav > ul > li.dropdown:not(.tb_selected):hover > * > a,
#Menu_YJH9Ml1C nav > ul > li:not(.dropdown):not(.tb_selected) > a:hover,
#Menu_YJH9Ml1C nav > ul > li:not(.dropdown):not(.tb_selected) > * > a:hover {
  background-color: transparent;
}
#Menu_YJH9Ml1C nav > ul > li.tb_selected > a,
#Menu_YJH9Ml1C nav > ul > li.tb_selected > * > a {
  color: #ef5243;
}
#Menu_YJH9Ml1C nav > ul > li.tb_selected > a,
#Menu_YJH9Ml1C nav > ul > li.tb_selected > * > a {
  background-color: transparent !important;
}
#Menu_YJH9Ml1C nav > ul > li:before {
  color: #ddd;
}
#Menu_YJH9Ml1C nav > ul > li,
#Menu_YJH9Ml1C nav > ul > li:before {
  border-color: transparent;
}
#Menu_YJH9Ml1C .tb_megamenu > [class].dropdown-menu .tb_main_color_bg,
#Menu_YJH9Ml1C
  .tb_megamenu
  > [class].dropdown-menu
  .tb_hover_main_color_bg:hover {
  background-color: #000 !important;
}
#Menu_YJH9Ml1C .tb_megamenu > [class].dropdown-menu a.tb_main_color_bg:hover,
#Menu_YJH9Ml1C
  .tb_megamenu
  > [class].dropdown-menu
  .tb_main_color_bg_hover:hover {
  background-color: #ccc !important;
}
#Menu_YJH9Ml1C
  .tb_megamenu
  > [class].dropdown-menu
  a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):hover {
  color: #ef5243;
}
.col_WERK4 .tb_main_color_bg,
.col_WERK4 .tb_hover_main_color_bg:hover {
  background-color: #ef5243 !important;
}
.col_WERK4 a.tb_main_color_bg:hover,
.col_WERK4 .tb_main_color_bg_hover:hover {
  background-color: #000 !important;
}
#Menu_Q3k6duaV nav > ul > li.dropdown:not(:hover) > a,
#Menu_Q3k6duaV nav > ul > li.dropdown:not(:hover) > * > a,
#Menu_Q3k6duaV nav > ul > li:not(.dropdown) > a:not(:hover),
#Menu_Q3k6duaV nav > ul > li:not(.dropdown) > * > a:not(:hover) {
  background-color: transparent;
}
#Menu_Q3k6duaV nav > ul > li.dropdown:not(.tb_selected):hover > a,
#Menu_Q3k6duaV nav > ul > li.dropdown:not(.tb_selected):hover > * > a,
#Menu_Q3k6duaV nav > ul > li:not(.dropdown):not(.tb_selected) > a:hover,
#Menu_Q3k6duaV nav > ul > li:not(.dropdown):not(.tb_selected) > * > a:hover {
  background-color: transparent;
}
#Menu_Q3k6duaV nav > ul > li.tb_selected > a,
#Menu_Q3k6duaV nav > ul > li.tb_selected > * > a {
  color: #ef5243;
}
#Menu_Q3k6duaV nav > ul > li.tb_selected > a,
#Menu_Q3k6duaV nav > ul > li.tb_selected > * > a {
  background-color: transparent !important;
}
#Menu_Q3k6duaV nav > ul > li:before {
  color: #ddd;
}
#Menu_Q3k6duaV nav > ul > li,
#Menu_Q3k6duaV nav > ul > li:before {
  border-color: transparent;
}
#Menu_Q3k6duaV .tb_megamenu > [class].dropdown-menu .tb_main_color_bg,
#Menu_Q3k6duaV
  .tb_megamenu
  > [class].dropdown-menu
  .tb_hover_main_color_bg:hover {
  background-color: #000 !important;
}
#Menu_Q3k6duaV .tb_megamenu > [class].dropdown-menu a.tb_main_color_bg:hover,
#Menu_Q3k6duaV
  .tb_megamenu
  > [class].dropdown-menu
  .tb_main_color_bg_hover:hover {
  background-color: #ccc !important;
}
#Menu_Q3k6duaV
  .tb_megamenu
  > [class].dropdown-menu
  a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):hover {
  color: #ef5243;
}
body,
.tb_no_text > span:before {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 24px;
}
h1,
.h1 {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -1px;
}
h2,
.h2,
legend,
.box-heading,
.panel-heading,
.picker-switch,
.tb_slider_controls,
.checkout-heading,
.modal-title,
.nav-tabs > li,
.tb_accordion_content > .tb_title,
.ui-accordion-header,
.ui-datepicker-title,
.ui-dialog-title {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
  text-transform: none;
}
h3,
.h3 {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}
h4,
.h4,
.product-thumb .name,
.box-product .name,
.product-grid .name,
.product-list .name {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.btn,
.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.tbMainNavigation nav > .nav > li > a:not(.btn) > .tb_text,
.tbMainNavigation .nav > li > a:not(.btn) > .tb_text,
.tbMainNavigation .nav > li > .heading > a {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.product-thumb h4,
.product-thumb .name,
.box-product .name,
.product-grid .name,
.product-list .name {
  font-family: "Montserrat";
  font-weight: normal;
}
.product-thumb .price,
.product-info .price {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 26px;
  line-height: 36px;
}
.product-thumb .btn {
  font-family: "Montserrat";
  font-weight: normal;
  text-transform: none;
}
.checkout-heading,
.modal-title,
.nav-tabs > li,
.tb_accordion_content > .tb_title,
.panel-group > .panel > .panel-heading,
.panel-group > .panel > .panel-heading > .panel-title,
.ui-accordion-header,
.ui-datepicker-title,
.ui-dialog-title {
  font-family: "Montserrat";
  font-weight: normal;
}
#oxkeivfgetatt {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#gtlczatxvgle .heading.heading .tb_label,
#gtlczatxvgle .heading.heading .tb_items {
  text-transform: none;
}
#tsittcoelyuwlx .tb_category_info h2,
#tsittcoelyuwlx .tb_category_info h3,
#tsittcoelyuwlx .tb_category_info h4 {
  font-size: 32px;
  line-height: 36px;
}
.tb_area_footer h2,
.tb_area_footer .h2,
.tb_area_footer legend,
.tb_area_footer .box-heading,
.tb_area_footer .panel-heading,
.tb_area_footer .checkout-heading,
.tb_area_footer .modal-title,
.tb_area_footer .nav-tabs > li,
.tb_area_footer .picker-switch,
.tb_area_footer .tb_accordion_content > .tb_title,
.tb_area_footer .ui-accordion-header,
.tb_area_footer .ui-datepicker-title,
.tb_area_footer .ui-dialog-title,
.tb_area_footer .tb_slider_controls {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
}
 {
  font-weight: normal;
}
 {
  font-weight: 700;
}
 {
  font-weight: 700;
}
 {
  font-weight: normal;
}
 {
  font-weight: normal;
}
#leahjjoocokd {
  background: #fff;
}
#qjqczdiaxifecqv {
  background: #fff;
  -webkit-box-shadow: -0px 1px 0px 0px rgba(0, 0, 0, 0.12);
  box-shadow: -0px 1px 0px 0px rgba(0, 0, 0, 0.12);
}
.row_COITG {
  background: #000;
}
#IconList_M8Nn0sDo .tb_icon_list.tb_inline_view {
  margin-top: -10px;
}
#IconList_M8Nn0sDo .tb_icon_list.tb_inline_view li {
  margin-top: 10px;
}
#Menu_Rlk5mNf9 .tb_menu_system_product_manufacturer > a:not(:hover) {
  color: #feec66;
}
#Menu_Rlk5mNf9 > nav > .nav {
  margin-left: -10px;
  margin-right: -10px;
  padding-right: 10px;
}
#Menu_Rlk5mNf9 > nav > .nav > li {
  margin-left: 10px;
}
#Menu_Rlk5mNf9 > nav > .nav > li > a,
#Menu_Rlk5mNf9 > nav > .nav > li.divider,
#Menu_Rlk5mNf9 > nav > .nav > li.dropdown-header {
  line-height: 20px;
}
#Menu_Rlk5mNf9 > nav > .nav > li.dropdown > a > .tb_accent_label {
  margin-top: -14px;
}
#Menu_Rlk5mNf9 > nav > .nav > li > .dropdown-menu {
  min-width: 250px;
}
@media (max-width: 768px) {
}
#Menu_RTWi3c6T > nav > .nav {
  margin-left: -20px;
  margin-right: -20px;
  padding-right: 20px;
}
#Menu_RTWi3c6T > nav > .nav > li {
  margin-left: 20px;
}
#Menu_RTWi3c6T > nav > .nav > li > a,
#Menu_RTWi3c6T > nav > .nav > li.divider,
#Menu_RTWi3c6T > nav > .nav > li.dropdown-header {
  line-height: 20px;
}
#Menu_RTWi3c6T > nav > .nav > li.dropdown > a > .tb_accent_label {
  margin-top: -14px;
}
#Menu_RTWi3c6T > nav > .nav > li > .dropdown-menu {
  min-width: 250px;
}
@media (max-width: 768px) {
}
#Menu_HEkvW3SW > nav > .nav {
  margin-left: -10px;
  margin-right: -10px;
  padding-right: 10px;
}
#Menu_HEkvW3SW > nav > .nav > li {
  margin-left: 10px;
}
#Menu_HEkvW3SW > nav > .nav > li > a,
#Menu_HEkvW3SW > nav > .nav > li.divider,
#Menu_HEkvW3SW > nav > .nav > li.dropdown-header {
  line-height: 20px;
}
#Menu_HEkvW3SW > nav > .nav > li.dropdown > a > .tb_accent_label {
  margin-top: -14px;
}
#Menu_HEkvW3SW > nav > .nav > li > .dropdown-menu {
  min-width: 250px;
}
@media (max-width: 768px) {
}
@media (min-width: 360px) and (max-width: 768px) {
  #leahjjoocokd #qjqczdiaxifecqv .tbLogoCol {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 260px) and (max-width: 480px) {
  #leahjjoocokd #qjqczdiaxifecqv .tbLogoCol {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
#fzhykqszvuahh:not(.tb_style_4) .tb_search_wrap {
  width: 240px;
}
#fzhykqszvuahh.tb_style_4:hover .tb_search_wrap > input,
#fzhykqszvuahh.tb_style_4:hover
  .tb_search_wrap
  > .twitter-typeahead,
#fzhykqszvuahh.tb_style_4
  .tb_search_wrap
  > .twitter-typeahead.dropdown-open {
  width: 240px !important;
}
#fzhykqszvuahh.tb_style_4 .tb_search_button:before {
  font-size: 200%;
}
#fzhykqszvuahh.tb_style_4:hover .tb_search_button:before,
#fzhykqszvuahh.tb_style_4
  .twitter-typeahead.dropdown-open
  + .tb_search_button:before,
.tbMobileMenu #fzhykqszvuahh.tb_style_4 .tb_search_button:before {
  font-size: 120%;
}
#wgyvedflxkkwkel > .nav > li > h3,
#wgyvedflxkkwkel > .nav > li > h3 > a {
  line-height: 20px;
}
#wgyvedflxkkwkel > .nav > li > h3 > a {
}
#wgyvedflxkkwkel > .nav > li > h3 > a > .tb_icon {
  font-size: 240%;
}
#tsittcoelyuwlx .tb_menu_category_154 .tb_multicolumn {
  -webkit-column-width: 240px;
  -moz-column-width: 240px;
  column-width: 240px;
}
#tsittcoelyuwlx .tb_menu_category_11 .tb_multicolumn {
  -webkit-column-width: 240px;
  -moz-column-width: 240px;
  column-width: 240px;
}
#tsittcoelyuwlx .tb_menu_category_12 .tb_multicolumn {
  -webkit-column-width: 240px;
  -moz-column-width: 240px;
  column-width: 240px;
}
#tsittcoelyuwlx .tb_menu_category_1 .tb_multicolumn {
  -webkit-column-width: 240px;
  -moz-column-width: 240px;
  column-width: 240px;
}
#tsittcoelyuwlx .tb_menu_category_6 .tb_multicolumn {
  -webkit-column-width: 240px;
  -moz-column-width: 240px;
  column-width: 240px;
}
#tsittcoelyuwlx .tb_menu_category_4 .tb_multicolumn {
  -webkit-column-width: 240px;
  -moz-column-width: 240px;
  column-width: 240px;
}
#tsittcoelyuwlx .tb_menu_url_J26u4 > a:not(:hover) {
  /* color: #ef5243; */
}
#tsittcoelyuwlx > nav > .nav {
  margin-left: -3px;
  margin-right: -3px;
  padding-right: 3px;
}
#tsittcoelyuwlx > nav > .nav > li {
  margin-left: 3px;
}
#tsittcoelyuwlx > nav > .nav > li > a,
#tsittcoelyuwlx > nav > .nav > li.divider,
#tsittcoelyuwlx > nav > .nav > li.dropdown-header {
  line-height: 30px;
}
#tsittcoelyuwlx > nav > .nav > li.dropdown > a > .tb_accent_label {
  margin-top: -9px;
}
#tsittcoelyuwlx > nav > .nav > li.dropdown-header,
#tsittcoelyuwlx > nav > .nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
#tsittcoelyuwlx > nav > .nav > li > .dropdown-menu {
  min-width: 250px;
}
@media (max-width: 768px) {
  #tsittcoelyuwlx > nav > .nav > li > a {
    line-height: 24px;
  }
}
#IconList_Sm22f0cd .tb_icon_list.tb_inline_view {
  margin-top: -10px;
}
#IconList_Sm22f0cd .tb_icon_list.tb_inline_view li {
  margin-top: 10px;
}
#Menu_J3muT7P6 > nav > .nav > li.divider {
  margin-bottom: 5px !important;
  padding-bottom: 5px !important;
}
#Menu_J3muT7P6 > nav > .nav > li > a,
#Menu_J3muT7P6 > nav > .nav > li.dropdown-header {
  padding-top: -2px !important;
  padding-bottom: -2px !important;
}
#Menu_J3muT7P6 > nav > .nav > .dropdown:after,
#Menu_J3muT7P6 > nav > .nav > .dropdown > .hidden + ul > li:after {
  margin-top: 5px;
}
#Menu_J3muT7P6 > nav > .nav > li:not(:last-child) > ul:not(.dropdown-menu) {
  padding-bottom: -2px;
}
#Menu_J3muT7P6 > nav > .nav > li > .dropdown-menu {
  min-width: 250px;
}
@media (max-width: 768px) {
}
#Menu_YJH9Ml1C > nav > .nav > li.divider {
  margin-bottom: 5px !important;
  padding-bottom: 5px !important;
}
#Menu_YJH9Ml1C > nav > .nav > li > a,
#Menu_YJH9Ml1C > nav > .nav > li.dropdown-header {
  padding-top: -2px !important;
  padding-bottom: -2px !important;
}
#Menu_YJH9Ml1C > nav > .nav > .dropdown:after,
#Menu_YJH9Ml1C > nav > .nav > .dropdown > .hidden + ul > li:after {
  margin-top: 5px;
}
#Menu_YJH9Ml1C > nav > .nav > li:not(:last-child) > ul:not(.dropdown-menu) {
  padding-bottom: -2px;
}
#Menu_YJH9Ml1C > nav > .nav > li > .dropdown-menu {
  min-width: 250px;
}
@media (max-width: 768px) {
}
#Menu_Q3k6duaV > nav > .nav > li.divider {
  margin-bottom: 5px !important;
  padding-bottom: 5px !important;
}
#Menu_Q3k6duaV > nav > .nav > li > a,
#Menu_Q3k6duaV > nav > .nav > li.dropdown-header {
  padding-top: -2px !important;
  padding-bottom: -2px !important;
}
#Menu_Q3k6duaV > nav > .nav > .dropdown:after,
#Menu_Q3k6duaV > nav > .nav > .dropdown > .hidden + ul > li:after {
  margin-top: 5px;
}
#Menu_Q3k6duaV > nav > .nav > li:not(:last-child) > ul:not(.dropdown-menu) {
  padding-bottom: -2px;
}
#Menu_Q3k6duaV > nav > .nav > li > .dropdown-menu {
  min-width: 250px;
}
@media (max-width: 768px) {
}
.row_dl7s5 {
  background: #000;
}
#ydfagfkcsccfr {
  background: #fff;
}
#OpenCart_BBtqdauD .panel-heading,
#OpenCart_BBtqdauD .box-heading {
  margin-bottom: 30px;
}
#footer {
  background: #eee;
}
@media (min-width: 769px) {
}
@media (min-width: 1041px) {
  .main {
    max-width: calc(100% - 30px) !important;
  }
}
@media (min-width: 1261px) {
  .main {
    max-width: calc(100% - 50px) !important;
  }
}
.product-thumb .name,
.box-product .name,
.product-grid .name {
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
}
.button {
  border: 1px solid #ef5243 !important;
}
.giftcat {
  margin-left: -20px !important;
  font-weight: bold;
}
a.callme {
  border: 1px solid #ef5243 !important;
  color: #ef5243 !important;
  padding: 5px;
  font-size: 13px;
}
.mobil,
.mobilko {
  display: none !important;
}
.none {
  text-align: center;
  color: red;
  font-size: 20px;
}
@media (max-width: 1259px) {
  .giftcat {
    margin-left: 0px !important;
  }
}
@media (max-width: 769px) {
  .mobilehide {
    display: none !important;
  }
  .mobil {
    display: block !important;
  }
  .mobilko {
    display: block !important;
    text-align: center;
    height: 22px;
  }
  .column-left,
  #column-left {
    position: absolute;
    border: 1px solid black !important;
    background: white !important;
    margin-left: -5000px;
  }
  .column_left-vis {
    margin-top: 20px;
    margin-left: 10px !important;
    margin-right: 20px;
    z-index: 9999;
    padding: 20px !important;
    border: 1px solid black;
    border-radius: 4px;
    background-color: #fff;
  }
}
@media (max-width: 419px) {
  .tb_pl_50 {
    padding-left: 10px;
  }
  .tb_pr_50 {
    padding-right: 10px;
  }
}
@media (max-width: 359px) {
  .btn:not(input).btn-lg:empty,
  .btn.tb_no_text.btn-lg {
    width: 40px;
  }
}
/* */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 35%;
  position: relative;
  margin-top: 10px;
  z-index: 1;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 8px;
  height: 16px;
  left: -8px;
  top: -5px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-background {
  background: #fafafa;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #000;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 4px;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  background: #ef5243;
  cursor: default;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
  font-size: 10px;
}
.noUi-value {
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 5px 0;
  height: 45px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 7px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  text-align: center;
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -32px;
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: -32px;
}
.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: 120%;
}
.noUi-vertical .noUi-handle-upper .noUi-tooltip {
  right: 120%;
}
/* */

.ocfilter-option .option-name,
.ocfilter-option .option-values,
.ocfilter-option .option-description,
.ocfilter-option .fields-price {
  font-size: 12px;
}
.ocfilter .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ocfilter a,
.ocfilter a:hover,
.ocfilter a:active {
  background: none;
  border: none;
  padding: 0;
  text-shadow: none;
}
.option-name {
  margin-top: 12px;
  font-weight: normal;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #fff;
}
.ocfilter-option .option-values {
  overflow: visible;
  padding: 10px 15px;
}
.list-group-item {
  max-height: 243px;
  padding: 0;
  border: none;
  overflow: auto !important;
}
.ocfilter-option .option-values .dropdown-menu {
  width: 100%;
}
.ocfilter-option .option-values .dropdown-menu > li {
  padding: 10px;
}
.ocfilter-option .color {
  border-radius: 3px 3px 3px 3px;
  float: left;
  height: 19px;
  margin: 1px -16px 0 -3px;
  width: 19px;
}
.ocfilter-option .image {
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  height: 19px;
  margin: 1px -16px 0 -3px;
  position: relative;
  width: 19px;
  z-index: 10;
}
.ocfilter-option label {
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  padding: 6px 0;
}
.ocfilter-option label input {
  display: inline-block;
  margin: 4px 5px 0 0;
  vertical-align: top;
}
.ocfilter-option label small {
  background-color: #dbeaf9;
  border-radius: 20px;
  color: #0e6a93;
  font-size: 10px;
  font-weight: 200;
  margin-left: 5px;
  padding: 1px 5px;
}
.ocfilter-option label.disabled {
  color: #999;
}
.ocfilter-option label.disabled small {
  background-color: #efefef;
  color: #999;
}
.ocfilter-option label a {
  text-decoration: none;
}
.ocfilter-option label.selected {
  color: #e56101;
}
.ocfilter-option label.selected small {
  display: none;
}
.selected-options {
  color: #333;
  padding: 0;
}
.selected-options .ocfilter-option {
  background-color: #f8f8f8;
  font-size: 10px;
  padding: 4px 5px;
}
#ocfilter-price .option-values {
  padding: 10px 10px 5px;
}
.trackbar,
.trackbar .left-block,
.trackbar .right-block {
  height: 4px;
}
.popover-content .form-inline {
  white-space: nowrap;
}
.popover-content .form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.scale {
  margin-bottom: 35px;
  margin-left: 15px;
  margin-right: 15px;
}
.trackbar {
  background-color: #41aa35;
  margin: 0;
  padding: 0;
}
.trackbar .handler-block {
  background-color: #dadada;
  width: 0;
}
.trackbar .left-block {
  border-radius: 3px 0 0 3px;
  float: left;
  margin: 0 0 0 -3px;
  padding: 0 0 0 3px;
}
.trackbar .right-block {
  border-radius: 0 3px 3px 0;
  float: right;
  margin: 0 -3px 0 0;
  padding: 0 3px 0 0;
}
.trackbar .trackbar-handler {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  border: 4px solid #04b6f0;
  background-color: #0e6a93;
  border-radius: 50% 50% 50% 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  width: 4px;
  height: 4px;
  margin-top: -4px;
}
.scale.disabled .trackbar,
.scale.disabled .trackbar-handler {
  background-color: #f2f2f2;
}
.scale.disabled .trackbar-handler {
  border-color: #bababa;
}
.trackbar .left-handler {
  float: right;
  margin-right: -6px;
}
.trackbar .right-handler {
  float: left;
  margin-left: -6px;
}
.trackbar-scale {
  height: 18px;
  line-height: normal;
  margin: 2px 0 0;
  padding: 0 8px 0 5px;
}
.trackbar-scale a,
.trackbar-scale div {
  border-left: 1px solid #dadada;
  display: block;
  float: left;
  margin-right: -2px;
  text-decoration: none;
  position: relative;
  height: 5px;
}
.trackbar-scale a.last,
.trackbar-scale div.last {
  border-right: 1px solid #dadada;
  margin-right: -4px;
}
.trackbar-scale a:hover,
.trackbar-scale a:hover span,
.trackbar-scale a:hover + a .from {
  background-color: #f8f8f8;
  color: #000;
}
.trackbar-scale div {
  background-color: #0eb9f0;
}
.trackbar-scale a span,
.trackbar-scale div span {
  color: #666;
  font-size: 8px;
  position: absolute;
  top: 5px;
}
.trackbar-scale a span.from,
.trackbar-scale div span.from {
  left: 0;
}
.trackbar-scale a span.to,
.trackbar-scale div span.to {
  right: 0;
}
.price-diagram {
  box-shadow: 0 1px 1px #dbdee1 inset;

  border-radius: 3px 3px 3px 3px;
  overflow: hidden;
  margin: 10px 10px 5px 5px;
}
.diagram-field {
  position: relative;
  margin: 0;
  height: 40px;
}
.diagram-field circle {
  stroke-width: 2;
  opacity: 1;
}
.diagram-field path {
  stroke-width: 1;
  opacity: 0.25;
  stroke-opacity: 1;
}
.ocfilter .popover .form-inline .form-control {
  width: 100px;
}
.ocfilter-content-top,
.ocfilter-content-bottom {
}
.ocfilter-content-top .box-content,
.ocfilter-content-bottom .box-content {
  font-size: 0;
}
.ocfilter-content-top .ocfilter-option,
.ocfilter-content-bottom .ocfilter-option {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
.ocfilter-content-top .ocfilter-option + .ocfilter-option,
.ocfilter-content-bottom .ocfilter-option + .ocfilter-option {
  border-top: none;
}
a.colla.collapsed i.mfilter-head-icon,
a.colla.collapsed i.mfilter-head-icon:before {
  min-width: 20px;
  content: "\274c";
  content: "\2716";
  content: "\2715";
  float: right;
  display: inline-block;
  height: auto !important;
  line-height: inherit;
  text-align: center;
  vertical-align: top;
  font-family: FontAwesome;
  font-style: normal;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}
a.colla i.mfilter-head-icon,
a.colla i.mfilter-head-icon:before {
  min-width: 20px;
  content: "\274c";
  content: "\2716";
  content: "\2715";
  float: right;
  display: inline-block;
  height: auto !important;
  line-height: inherit;
  text-align: center;
  vertical-align: top;
  font-family: FontAwesome;
  font-style: normal;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* */

.multi-modal-content {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 20px rgba(64, 58, 58, 0.35);
  min-width: 300px;
  max-width: 100%;
}
.multi-modal-content * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.multi-modal-content .popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  border: none;
  background: none;
  color: #000;
  font-size: 20px;
  outline: none;
  cursor: pointer;
}
.multi-modal-content .popup-heading {
  font-size: 18px;
  margin: 0;
  padding: 10px 0;
  text-transform: capitalize;
  color: #000;
}
.multi-modal-content input,
.multi-modal-content select,
.multi-modal-content textarea {
  width: 100%;
  display: block;
  padding: 8px;
  outline: none;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
}
.multi-modal-content input[type="checkbox"] {
  display: inline-block;
  width: auto;
}
.popup-type-form p {
  padding: 0;
  margin: 10px 0;
}
#modal-offer {
  width: 400px;
  max-width: 100%;
}
#modal-offer .heading h2 {
  text-align: center;
  margin: 20px 0;
  color: #000;
  padding: 0;
  font: normal 24px Verdana;
}
#modal-offer .tries {
  max-width: 300px;
  width: 100%;
  margin: 10px auto;
  position: relative;
}
#modal-offer .tries .offer-block {
}
#modal-offer .tries .offer-block input {
  border: 1px solid #ddd;
  background: #fff;
  outline: none;
  width: 100%;
  font: bold 24px Verdana;
  color: #000;
  text-align: center;
  padding: 8px;
  display: block;
}
#modal-offer .owner-discount-bar {
  position: relative;
  width: 100%;
  height: 15px;
  background: #ddd;
  margin-top: 1px;
}
#modal-offer .owner-discount-bar span {
  font: bold 11px/15px Verdana;
  text-align: center;
  color: #9e9e9e;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
#offer-discount-bar-active {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: #2dc12b;
  z-index: 9;
  color: #fff;
  bottom: 0;
  width: 100%;
}
#offer-discount-bar-active span {
  color: #fff !important;
}
#offer-discount-bar {
}
#modal-offer .result-offer {
  overflow: auto;
  padding: 5px;
  background: #f7f7f7;
  margin: 5px 0;
}
#modal-offer .result-offer > div {
  width: 50%;
  float: left;
  text-align: center;
}
#modal-offer .result-offer .side-title {
  font: 12px/28px Verdana;
  color: #999;
}
#makeOffer {
  margin: 10px auto;
  display: block;
  text-align: center;
  background: #fbe11e;
  max-width: 200px;
  font: bold 13px/36px Verdana;
  cursor: pointer;
  border-radius: 3px;
  border-bottom: 3px solid #dcc518;
}
.sendOffer {
  margin: 10px auto;
  display: block;
  text-align: center;
  color: #fff;
  background: #2ece52;
  max-width: 200px;
  font: bold 13px/36px Verdana;
  cursor: pointer;
  border-radius: 3px;
  border-bottom: 3px solid #1fa23c;
}
#makeOffer:hover,
#makeOffer:active,
.sendOffer:hover,
#sendOffer:active {
  border-bottom-width: 1px;
  line-height: 38px;
}
#send-special-order {
  padding: 20px 30px;
}
#send-special-order .form-group + .form-group {
  margin-top: 10px;
}
#send-special-order input {
  display: block;
  width: 100%;
  padding: 8px 8px;
  background: #fff;
  outline: none;
}
#form-success-sp_offer .text {
  text-align: center;
  color: #6b716c;
  font: normal 14px Verdana;
}
#modal-offer.hide_start_step #start_step,
#form-success-sp_offer {
  display: none;
}
#modal-offer.hide_start_step #form-success-sp_offer,
#start_step {
  display: block;
}
#offer-your-price.low {
  border: 1px solid #ef1414 !important;
  background: #ffe8e8 !important;
}
#your-prise-offer {
  text-align: center;
  color: #2ece52;
  font: bold 24px/60px Verdana;
}
#send-special-order .input_error {
  border: 1px solid #ef1414 !important;
  background: #ffe8e8 !important;
}
h2.res-success {
  text-align: center;
  color: #2ece52;
  font: bold 18px/30px Verdana;
  margin: 30px 20px;
}
#offer-discount-response {
  font: bold 11px/15px Verdana;
  text-align: center;
  color: #ef1414;
  width: 100%;
  display: block;
  text-transform: uppercase;
  position: absolute;
  background: #ddd;
  z-index: 99;
  padding: 5px;
}
.wait-offer {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;

  padding-top: 40%;
  text-align: center;
  color: #fff;
  font: normal 18px Verdana;
}
.wait-offer.active {
  visibility: visible;
  opacity: 1;
}
#selected-offer-options .heading-options {
  padding: 8px 0;
  color: #006400;
  font-weight: bold;
  cursor: pointer;

  font-family: Verdana;
  transition: 0.3s;
}
#selected-offer-options .heading-options.opened {
}
#selected-offer-options .short-preview-options {
  max-height: 0;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
#selected-offer-options .short-preview-options.opened {
  max-height: 200px;
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
}
#selected-offer-options .offer-name-option {
  margin: 5px 0;
}
#selected-offer-options select {
  border: none;
  background: #f4f4f4;
  padding: 5px 8px;
  display: block;
  font-size: 12px;
  box-shadow: 0 2px 0 #d1d1d1;
  text-shadow: 1px 1px 0 #fff;
  transition: all 0.3s;
  outline: none;
}
#selected-offer-options input {
  outline: none;
}
#selected-offer-options .offer-opt-group-radio,
#selected-offer-options .offer-opt-group-checkbox,
#selected-offer-options .offer-image-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
#selected-offer-options .offer-opt-group-radio label,
#selected-offer-options .offer-opt-group-checkbox label {
  background: #f4f4f4;
  padding: 5px 8px;
  display: block;
  font-size: 12px;
  box-shadow: 0 2px 0 #d1d1d1;
  text-shadow: 1px 1px 0 #fff;
  transition: all 0.3s;
}
#selected-offer-options .offer-opt-group-radio input:checked + label,
#selected-offer-options .offer-opt-group-checkbox input:checked + label {
  background: #fbe11e;
  color: #000;
  box-shadow: 0 2px 0 #dcc518;
}
#selected-offer-options .offer-opt-group-checkbox input:checked + label {
  padding: 5px 8px 5px 25px;
}
#selected-offer-options .offer-image-item label {
  padding: 2px;
  display: block;
  border: 2px solid #d1d1d1;
  transition: all 0.3s;
}
#selected-offer-options .offer-image-item input:checked + label {
  border: 2px solid #dcc518;
}
/* */

.sp-discount-total {
  cursor: pointer;
}
.sp-toggle {
  padding-left: 20px;
}
.sp-collapse {
  background-position: 0 -55px;
}
/* */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* */

.error_input {
  border: 1px solid red !important;
  box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset !important;
}
.error_input:-moz-placeholder {
  color: red !important;
}
.error_input::-moz-placeholder {
  color: red !important;
  opacity: 1;
}
.error_input:-ms-input-placeholder {
  color: red !important;
}
.error_input::-webkit-input-placeholder {
  color: red !important;
}
#popup-quickorder {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  max-width: 600px;
  min-height: 100px;
  position: relative;
  width: 90%;
}
#popup-quickorder .popup-heading {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #dfe4eb;
  color: #1c1c1c;
  font-size: 21px;
  line-height: 40px;
  min-height: 40px;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: left;
}
#popup-quickorder .popup-footer {
  background-color: #f2f6f9;
  border-top: 1px solid #dfe4eb;
  display: inline-block;
  height: 100%;
  padding: 17px 25px;
  position: relative;
  vertical-align: bottom;
  width: 100%;
  margin-top: 5px;
}
#popup-quickorder .popup-footer #quickorder_btn button {
  cursor: pointer;
}
#popup-success-quick {
  background: #dff0d8 none repeat scroll 0 0;
  border-color: #d6e9c6;
  color: #3c763d;
  line-height: 50px;
  margin: 0 auto;
  font-size: 24px;
  max-width: 650px;
  min-height: 50px;
  padding: 30px;
  position: relative;
  width: 90%;
}
#popup-success-quick .mfp-close {
  border: 0 none;
  cursor: pointer !important;
  height: 50px;
  opacity: 0.2;
  color: #000;
  line-height: 50px;
  outline: medium none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 2;
}
.dispnone {
  display: none;
}
.min_price_message {
  display: none;
  width: 97%;
}
.text-center {
  text-align: center;
}
.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.btn-toolbar::before,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::before,
.btn-group-vertical > .btn-group::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after,
.pager::before,
.pager::after,
.panel-body::before,
.panel-body::after,
.modal-footer::before,
.modal-footer::after {
  content: " ";
  display: table;
}
.clearfix::after,
.container::after,
.container-fluid::after,
.row::after,
.form-horizontal .form-group::after,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.pager::after,
.panel-body::after,
.modal-footer::after {
  clear: both;
}
.mar_tb {
  margin-top: 5px;
  margin-bottom: 5px;
}
.title-product {
  font-size: 16px;
}
#popup-quickorder .price-quantity-fastorder .price_fast {
  font-size: 16px;
  font-weight: 500;
  background: #f1f1f1;
  border: 1px solid #d9d9d9;
  padding: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
}
#popup-quickorder .price-quantity-fastorder .special_fast {
  font-size: 16px;
  font-weight: 500;
  background: #f1f1f1;
  border: 1px solid #d9d9d9;
  padding: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
}
#popup-quickorder .price-quantity-fastorder .price-old {
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
  vertical-align: middle;
  display: inline-block;
}
#popup-quickorder .price-quantity-fastorder .price-new {
  font-size: 16px;
  font-weight: 500;
  color: #f00;
  vertical-align: middle;
  display: inline-block;
}
#popup-quickorder .price-quantity-fastorder .quantity {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.sections_block_rquaired .fa {
  color: #fc5c3c !important;
  transition: all 0.3s ease 0s;
}
.sections_block .fa {
  color: #67ca67 !important;
  transition: all 0.3s ease 0s;
}
#popup-quickorder #error_name {
  background: #fff none repeat scroll 0 0;
  left: 10px;
  line-height: 30px;
  position: absolute;
  top: 2px;
  padding: 0 45px 0 0;
}
#popup-quickorder #error_phone {
  background: #fff none repeat scroll 0 0;
  left: 10px;
  line-height: 30px;
  position: absolute;
  top: 2px;
  padding: 0 65px 0 0;
}
#popup-quickorder #error_email {
  background: #fff none repeat scroll 0 0;
  left: 10px;
  line-height: 30px;
  position: absolute;
  top: 2px;
  padding: 0 45px 0 0;
}
#popup-quickorder #error_comment_buyer {
  background: #fff none repeat scroll 0 0;
  left: 10px;
  line-height: 30px;
  position: absolute;
  top: 2px;
  padding: 0 65px 0 0;
}
.modal-quickorder {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 1040;
}
.modal-dialog-quickorder {
  margin: 30px auto;
  width: 600px;
}
.modal-quickorder.in .modal-dialog-quickorder {
  transform: translate(0px, 0px);
}
.modal-content-quickorder {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-content-quickorder {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0 none;
  position: relative;
}
.modal-body-quickorder {
  padding: 15px;
  position: relative;
}
.alert-success-quickorder {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
button.close-quickorder {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  padding: 0;
}
.close-quickorder {
  color: #000;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 11px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #fff;
}
.modal-backdrop-quickorder {
  background-color: #000;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal-backdrop-quickorder.in {
  opacity: 0.5;
}
.maskPopupQuickorder {
  opacity: 0.6;
}
#popup-quickorder .product .image {
  float: left;
  width: 60px;
}
#popup-quickorder .quick-cell-content {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
  white-space: normal;
}
#popup-quickorder .quick-cell:after {
  content: "";
  display: inline-block;
  height: 60px;
  vertical-align: middle;
  width: 0;
}
#popup-quickorder .product .pr-name {
  margin-left: 75px;
  text-align: left;
  font-size: 14px;
}
#popup-quickorder .product .pr-name a {
  color: #333;
}
#popup-quickorder .quick-cell {
  white-space: nowrap;
}
#popup-quickorder .quantity_quickorder input {
  text-align: center;
}
#popup-quickorder .btn-update-popup {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 2px rgba(0, 0, 0, 0.05);
}
#popup-quickorder .btn-update-popup:hover {
  background-color: #eee;
}
#popup-quickorder .delete-pr a {
  color: #333;
}
#popup-quickorder .delete-pr a:hover {
  color: #da4f49;
}
#popup-quickorder .totals a {
  color: #333;
  font-size: 14px;
}
#popup-quickorder b {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
#popup-quickorder #total-quick-ckeckout {
  display: none;
}
#popup-quickorder #total-quick-ckeckout.open {
  display: block;
  margin-top: 5px;
}
#popup-quickorder #total-quick-ckeckout.open table {
  width: 100%;
}
#popup-quickorder #total-quick-ckeckout.open td {
  padding: 3px;
}
#popup-quickorder .text-right {
  text-align: right;
}
#popup-quickorder .text-left {
  text-align: left;
}
.btn-quick-order {
  margin: 4px 0;
  text-align: center;
}
.mod-cat {
  margin: 3px 0px;
}
.loading_quick_order {
  position: absolute;
  top: 35%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.popup-center {
  padding: 20px;
}
