html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/*
----------------------------------------------------------
#OwlCarousel
----------------------------------------------------------
*/
.owl-carousel-wrapper {
  overflow: hidden;
}
.owl-carousel-wrapper.style-metro {
  height: 100%;
  display: block;
}
.owl-carousel-wrapper.style-metro .owl-carousel-container,
.owl-carousel-wrapper.style-metro .owl-stage-outer,
.owl-carousel-wrapper.style-metro .owl-carousel,
.owl-carousel-wrapper.style-metro .owl-stage {
  height: 100%;
  display: block;
}
.owl-carousel-wrapper.style-metro .owl-item {
  height: 100% !important;
}
.owl-carousel-wrapper.style-metro .tmb-carousel,
.owl-carousel-wrapper.style-metro .tmb-carousel > div,
.owl-carousel-wrapper.style-metro .t-entry-visual,
.owl-carousel-wrapper.style-metro .t-entry-visual-tc {
  display: block !important;
  height: 100%;
}
.row-slider .owl-carousel-wrapper .owl-carousel-wrapper {
  padding: 0;
  height: 100%;
}
.owl-carousel-container {
  position: relative;
}
.owl-carousel-container.carousel-inner-padding.owl-carousel-container .owl-carousel {
  padding-left: 36px;
  padding-right: 36px;
}
.owl-carousel-container:before {
  opacity: 0;
  transition: opacity 0.2s ease;
  transition-delay: 0.4s;
}
.owl-carousel-container.owl-carousel-loading {
  min-height: 120px;
}
.owl-carousel-container.owl-carousel-loading .owl-carousel {
  height: 0;
}
@media (min-width: 570px) {
  .owl-dots-outside.owl-carousel[data-dots="true"] {
    margin-bottom: 54px;
  }
  .owl-dots-outside.owl-carousel[data-dots="true"].owl-dots-db-space {
    margin-bottom: 87px;
  }
  .owl-dots-outside.owl-carousel[data-dots="true"].owl-dots-db-space.owl-dots-inside .owl-dots {
    margin-bottom: 18px;
  }
  .owl-dots-inside.owl-carousel[data-dots="true"].owl-dots-db-space.owl-dots-inside .owl-dots,
  .uncode-slider.owl-dots-inside.owl-dots-db-space.owl-dots-inside .owl-dots {
    padding-bottom: 27px;
  }
}
@media (max-width: 569px) {
  .owl-dots-outside.owl-carousel[data-dotsmobile="true"] {
    margin-bottom: 54px;
  }
}
.owl-height {
  transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.isotope-system .owl-height {
  transition: none;
}
.owl-nav.disabled,
.owl-carousel.disabled .owl-nav {
  display: none;
}
.owl-prev,
.owl-next {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: absolute;
  top: 50%;
  color: #ffffff;
  z-index: 2000;
}
.owl-prev.disabled,
.owl-next.disabled,
.owl-carousel.disabled .owl-prev,
.owl-carousel.disabled .owl-next {
  display: none;
}
@media (max-width: 959px) {
  .owl-prev,
  .owl-next {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 569px) {
  .owl-carousel[data-navmobile="false"] .owl-prev,
  .owl-carousel[data-navmobile="false"] .owl-next {
    display: none;
  }
}
@media (max-width: 959px) {
  .uncode-slider .owl-prev,
  .uncode-slider .owl-next {
    display: none;
  }
}
.header-style-light .owl-prev,
.header-style-light .owl-next {
  color: #000000;
}
.owl-prev i,
.owl-next i {
  font-size: 21px;
  position: relative;
  top: 33px;
}
.owl-prev .owl-nav-container,
.owl-next .owl-nav-container {
  height: 90px;
  width: 36px;
  top: -44px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  text-align: center;
}
.owl-prev {
  left: 0;
  transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.owl-prev .owl-nav-container {
  border-radius: 0 2px 2px 0 !important;
  background-clip: padding-box !important;
}
.carousel-inner-padding .owl-prev .owl-nav-container {
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.owl-prev i {
  text-indent: -1px;
}
.touch .owl-prev {
  margin-left: 0 !important;
}
.owl-next {
  right: 0px;
  transition: margin-right 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.owl-next .owl-nav-container {
  border-radius: 2px 0 0 2px !important;
  background-clip: padding-box !important;
}
.carousel-inner-padding .owl-next .owl-nav-container {
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.owl-carousel-container.half-gutter .owl-next {
  right: 18px !important;
}
.owl-carousel-container.single-gutter .owl-next {
  right: 36px !important;
}
.owl-carousel-container.double-gutter .owl-next {
  right: 72px !important;
}
@media (max-width: 959px) {
  .owl-carousel-container.double-gutter .owl-next {
    right: 36px !important;
  }
}
.owl-carousel-container.triple-gutter .owl-next {
  right: 108px !important;
}
@media (max-width: 959px) {
  .owl-carousel-container.triple-gutter .owl-next {
    right: 36px !important;
  }
}
.owl-carousel-container.quad-gutter .owl-next {
  right: 144px !important;
}
@media (max-width: 1499px) {
  .owl-carousel-container.quad-gutter .owl-next {
    right: 108px !important;
  }
}
@media (max-width: 959px) {
  .owl-carousel-container.quad-gutter .owl-next {
    right: 72px !important;
  }
}
@media (max-width: 569px) {
  .owl-carousel-container.quad-gutter .owl-next {
    right: 36px !important;
  }
}
.owl-next i {
  text-indent: 1px;
}
.touch .owl-next {
  margin-right: 0 !important;
}
.owl-dots {
  position: absolute;
  display: inline-block;
  text-align: center;
  pointer-events: none;
  left: 50%;
  width: 100%;
  z-index: 1;
  transform: translateX(-50%);
  transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
}
.owl-dots-align-left .owl-dots {
  text-align: left;
}
.owl-dots-align-right .owl-dots {
  text-align: right;
}
.owl-dots-inside .owl-dots {
  bottom: 0;
  padding: 9px 36px 9px 36px;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
}
.header-wrapper .owl-dots-inside .owl-dots {
  padding-top: 9px;
  padding-bottom: 18px;
}
.owl-dots-no-block-padding .owl-dots {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.owl-dots-half-block-padding .owl-dots {
  padding-left: 18px;
  padding-right: 18px;
}
.owl-dots-single-block-padding .owl-dots {
  padding-left: 36px;
  padding-right: 36px;
}
.owl-dots-double-block-padding .owl-dots {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1699px) {
  .owl-dots-double-block-padding .owl-dots {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (max-width: 1499px) {
  .owl-dots-double-block-padding .owl-dots {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.owl-dots-triple-block-padding .owl-dots {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1699px) {
  .owl-dots-triple-block-padding .owl-dots {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (max-width: 1499px) {
  .owl-dots-triple-block-padding .owl-dots {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (max-width: 959px) {
  .owl-dots-triple-block-padding .owl-dots {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.owl-dots-quad-block-padding .owl-dots {
  padding-left: 144px;
  padding-right: 144px;
}
@media (max-width: 1699px) {
  .owl-dots-quad-block-padding .owl-dots {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (max-width: 1499px) {
  .owl-dots-quad-block-padding .owl-dots {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (max-width: 959px) {
  .owl-dots-quad-block-padding .owl-dots {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.owl-carousel-container.px-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
  margin-left: 2px;
}
.owl-carousel-container.px-gutter .owl-dots-align-right .owl-dots {
  margin-left: -2px;
}
.owl-carousel-container.half-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
  margin-left: -9px;
}
.owl-carousel-container.half-gutter .owl-dots-align-right .owl-dots {
  margin-left: -18px;
}
.owl-carousel-container.single-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
  margin-left: -18px;
}
.owl-carousel-container.single-gutter .owl-dots-align-right .owl-dots {
  margin-left: -36px;
}
.owl-carousel-container.double-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
  margin-left: -36px;
}
@media (max-width: 959px) {
  .owl-carousel-container.double-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
    margin-left: -18px;
  }
}
.owl-carousel-container.double-gutter .owl-dots-align-right .owl-dots {
  margin-left: -72px;
}
@media (max-width: 959px) {
  .owl-carousel-container.double-gutter .owl-dots-align-right .owl-dots {
    margin-left: -36px;
  }
}
.owl-carousel-container.triple-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
  margin-left: -54px;
}
@media (max-width: 959px) {
  .owl-carousel-container.triple-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
    margin-left: -18px;
  }
}
.owl-carousel-container.triple-gutter .owl-dots-align-right .owl-dots {
  margin-left: -108px;
}
@media (max-width: 959px) {
  .owl-carousel-container.triple-gutter .owl-dots-align-right .owl-dots {
    margin-left: -36px;
  }
}
.owl-carousel-container.quad-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
  margin-left: -72px;
}
@media (max-width: 1499px) {
  .owl-carousel-container.quad-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
    margin-left: -54px;
  }
}
@media (max-width: 959px) {
  .owl-carousel-container.quad-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
    margin-left: -36px;
  }
}
@media (max-width: 569px) {
  .owl-carousel-container.quad-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
    margin-left: -18px;
  }
}
.owl-carousel-container.quad-gutter .owl-dots-align-right .owl-dots {
  margin-left: -144px;
}
@media (max-width: 1499px) {
  .owl-carousel-container.quad-gutter .owl-dots-align-right .owl-dots {
    margin-left: -108px;
  }
}
@media (max-width: 959px) {
  .owl-carousel-container.quad-gutter .owl-dots-align-right .owl-dots {
    margin-left: -72px;
  }
}
@media (max-width: 569px) {
  .owl-carousel-container.quad-gutter .owl-dots-align-right .owl-dots {
    margin-left: -36px;
  }
}
.owl-dots-outside .owl-dots {
  padding: 18px 0px 0px 0px;
  bottom: -54px;
}
.uncode-slider .owl-dots-outside .owl-dots {
  bottom: auto;
}
@media (min-width: 960px) {
  .owl-dots-outside.owl-dots-db-space .owl-dots {
    bottom: -87px;
  }
}
.header-scrolled .owl-dots {
  opacity: 0;
}
.owl-dots.disabled {
  display: none;
}
.owl-dots .owl-dot {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  pointer-events: auto;
  padding: 0;
}
.owl-dots-align-left .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.owl-dots-align-right .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}
.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 6px;
  display: block;
  border-radius: 50%;
  transform: scale(0.8);
  transition: transform 0.2s ease-in-out;
}
.owl-dots-inside .owl-dots .owl-dot span {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  opacity: 0.5;
}
.owl-dots-outside .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}
.no-touch .owl-dots .owl-dot span {
  backface-visibility: hidden;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  transform: scale(1);
  opacity: 1;
}
.owl-prev,
.owl-next,
.owl-dots {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  opacity: 0;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-timing-function: easein;
  animation-fill-mode: forwards;
}
.owl-loaded .owl-prev,
.owl-loaded .owl-next,
.owl-loaded .owl-dots {
  animation-name: alpha-in;
}
/*
 *  KenBurns and BackWash animation reset
 */
.owl-item:not(.index-active) .with-kburns .background-inner.uncode-kburns,
.header-wrapper.with-kburns .owl-item:not(.index-active) .t-background-cover.uncode-kburns {
  animation: none !important;
}
.owl-item:not(.index-active) .with-zoomout .background-inner,
.header-wrapper.with-zoomout .owl-item:not(.index-active) .t-background-cover.uncode-zoomout {
  opacity: 0;
  animation: none !important;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 10;
}
.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.owl-carousel[data-fade="true"][data-navspeed="200"] .fadeOut,
.owl-carousel[data-fade="true"][data-navspeed="200"] .fadeIn {
  animation-duration: 0.2s;
}
.owl-carousel[data-fade="true"][data-navspeed="400"] .fadeOut,
.owl-carousel[data-fade="true"][data-navspeed="400"] .fadeIn {
  animation-duration: 0.4s;
}
.owl-carousel[data-fade="true"][data-navspeed="700"] .fadeOut,
.owl-carousel[data-fade="true"][data-navspeed="700"] .fadeIn {
  animation-duration: 0.7s;
}
.owl-carousel[data-fade="true"][data-navspeed="1000"] .fadeOut,
.owl-carousel[data-fade="true"][data-navspeed="1000"] .fadeIn {
  animation-duration: 1s;
}
.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.owl-carousel {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item {
  display: inline-block;
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item .row-child {
  display: block;
  height: 100%;
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item .row-inner {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item .column_child {
  display: table-cell !important;
}
.no-touch .uncode-slider .owl-carousel .row-child {
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.no-touch.safari .uncode-slider .owl-carousel .block-bg-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.owl-carousel:not(.owl-loaded) > *:not(:first-child) {
  display: none;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-height-equal.owl-carousel .owl-stage {
  height: 100%;
  display: table;
  table-layout: fixed;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  display: block;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0px, 0, 0);
}
.carousel-inner-padding .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  -webkit-touch-callout: none;
  display: inline-block;
  table-layout: fixed;
  vertical-align: top;
}
.owl-valign-bottom.owl-carousel .owl-item {
  vertical-align: bottom;
}
.owl-valign-middle.owl-carousel .owl-item {
  vertical-align: middle;
}
.owl-height-equal.owl-carousel .owl-item {
  height: 100%;
  display: table-cell;
}
.chrome .owl-height-equal.owl-carousel .owl-item {
  height: 0;
}
.owl-height-equal.owl-carousel .owl-item > .tmb {
  height: 100%;
  display: block;
}
.owl-height-equal.owl-carousel .owl-item > .tmb > .t-inside {
  height: 100%;
  display: table;
  table-layout: fixed;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loaded.owl-height-forced {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
.owl-carousel.owl-loaded.owl-height-forced .owl-stage {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.owl-carousel.owl-loaded.owl-height-forced .owl-stage .owl-item {
  display: table-cell;
  height: 100%;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-grab.owl-dragging a.lbox-trigger-item {
  pointer-events: none !important;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.uncode-slider .owl-height-forced .owl-stage-outer {
  display: table-cell;
  width: 100%;
}
.uncode-slider .owl-height-forced .owl-stage-outer .owl-stage {
  height: 100%;
}
.owl-height-viewport .t-inside .t-entry-visual {
  display: table-row;
  height: 100%;
  position: relative;
  width: 100%;
}
.owl-height-viewport .t-inside .t-entry-visual:last-child {
  display: table-cell;
}
.owl-height-viewport .t-inside .t-entry-visual .t-entry-visual-tc {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.owl-height-viewport .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
@media (max-width: 959px) {
  .index-wrapper .owl-height-viewport .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont {
    position: relative;
  }
}
.owl-height-viewport .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont > a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  overflow: hidden;
}
.owl-height-viewport .t-inside .t-entry-text {
  display: table;
  table-layout: fixed;
  height: 1px;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.owl-height-viewport .t-inside .t-entry-text .t-entry-text-tc {
  display: table-cell;
  width: 100%;
}
.owl-height-viewport.tmb-content-under .t-entry-visual {
  display: table-row;
}
[data-vp-height="12"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="12"].owl-height-viewport .t-inside {
  height: 100vh;
}
[data-vp-height="11"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="11"].owl-height-viewport .t-inside {
  height: 91.66666667vh;
}
[data-vp-height="10"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="10"].owl-height-viewport .t-inside {
  height: 83.33333333vh;
}
[data-vp-height="9"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="9"].owl-height-viewport .t-inside {
  height: 75vh;
}
[data-vp-height="8"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="8"].owl-height-viewport .t-inside {
  height: 66.66666667vh;
}
[data-vp-height="7"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="7"].owl-height-viewport .t-inside {
  height: 58.33333333vh;
}
[data-vp-height="6"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="6"].owl-height-viewport .t-inside {
  height: 50vh;
}
[data-vp-height="5"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="5"].owl-height-viewport .t-inside {
  height: 41.66666667vh;
}
[data-vp-height="4"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="4"].owl-height-viewport .t-inside {
  height: 33.33333333vh;
}
[data-vp-height="3"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="3"].owl-height-viewport .t-inside {
  height: 25vh;
}
[data-vp-height="2"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="2"].owl-height-viewport .t-inside {
  height: 16.66666667vh;
}
[data-vp-height="1"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="1"].owl-height-viewport .t-inside {
  height: 8.33333333vh;
}
@media (max-width: 480px) {
  .owl-carousel-container.quad-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]),
  .owl-carousel-container.triple-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]),
  .owl-carousel-container.double-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]),
  .owl-carousel-container.single-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) {
    margin-left: -5px !important;
  }
  .owl-carousel-container.quad-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-dots,
  .owl-carousel-container.triple-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-dots,
  .owl-carousel-container.double-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-dots,
  .owl-carousel-container.single-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-dots {
    margin-left: -13px !important;
  }
  .owl-carousel-container.quad-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-item .tmb,
  .owl-carousel-container.triple-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-item .tmb,
  .owl-carousel-container.double-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-item .tmb,
  .owl-carousel-container.single-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-item .tmb {
    padding-right: 26px !important;
  }
  .owl-carousel-container.quad-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-prev,
  .owl-carousel-container.triple-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-prev,
  .owl-carousel-container.double-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-prev,
  .owl-carousel-container.single-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-prev {
    margin-left: 5px !important;
  }
  .owl-carousel-container.quad-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-next,
  .owl-carousel-container.triple-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-next,
  .owl-carousel-container.double-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-next,
  .owl-carousel-container.single-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-next {
    margin-right: -5px !important;
  }
}
.carousel-overflow-visible.owl-carousel-wrapper,
.carousel-overflow-visible.owl-carousel-wrapper .carousel-inner-padding .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.carousel-not-active-opacity.owl-carousel-wrapper .owl-item .tmb {
  transition: opacity 0.2s ease,transform 0.2s ease;
}
.carousel-not-active-opacity.owl-carousel-wrapper .owl-item:not(.index-active) .tmb {
  opacity: .2;
}
.carousel-scaled.owl-carousel-wrapper .owl-item .tmb {
  transform-origin: top;
  transition: opacity 0.2s ease,transform 0.2s ease;
}
.carousel-scaled.owl-carousel-wrapper .owl-item:not(.index-active):not(.active) .tmb {
  transform: scale(0.85);
}
.carousel-scaled.owl-carousel-wrapper .owl-valign-middle .owl-item .tmb {
  transform-origin: center;
}
.carousel-scaled.owl-carousel-wrapper .owl-valign-bottom .owl-item .tmb {
  transform-origin: bottom;
}
.carousel-not-clickable.owl-carousel-wrapper .owl-item:not(.index-active) .tmb {
  cursor: grab;
}
.carousel-not-clickable.owl-carousel-wrapper .owl-item:not(.index-active) .tmb .t-inside {
  pointer-events: none;
}
.owl-dots-classes:not(.owl-dots) {
  display: none;
}
/*
----------------------------------------------------------

#OwlCarousel-Textual

----------------------------------------------------------
*/
.textual-carousel .tmb .t-inside {
  border: 0px !important;
}
.textual-carousel .t-entry-visual-overlay-in,
.textual-carousel .t-entry-visual,
.textual-carousel .t-inside {
  background: transparent !important;
}
.textual-carousel .tmb .tweet.fluid-object {
  margin: 0 auto;
  background: transparent !important;
  padding: 0px !important;
}
.textual-carousel .tmb .twitter-footer {
  margin: 18px 0px 0px 0px;
  display: block;
  margin-top: 27px;
}
.textual-carousel .tmb .twitter-footer:before,
.textual-carousel .tmb .twitter-footer:after {
  display: none;
}
.textual-carousel .tmb .twitter-footer small {
  margin-top: 0 !important;
  display: inline !important;
}
.textual-carousel .tmb .twitter-tweet a:last-of-type {
  display: block;
}
.textual-carousel .tmb.tmb-overlay-text-left .twitter-item {
  text-align: left;
}
.textual-carousel .tmb.tmb-overlay-text-right .twitter-item {
  text-align: right;
}
.textual-carousel .tmb.tmb-overlay-text-center .twitter-item {
  text-align: center;
}
.textual-carousel .tmb.tmb-overlay-text-justify .twitter-item {
  text-align: justify;
}
.textual-carousel .tmb .regular-text {
  width: 100%;
}
.textual-carousel .tmb .regular-text .pullquote {
  border: 0;
  background: transparent !important;
  color: white !important;
  padding: 0px;
}
.textual-carousel .tmb .regular-text .pullquote img.avatar {
  max-width: 72px;
  min-height: 72px;
  margin: 0 0 18px;
  padding: 0px;
  border: 0px;
  display: inline-block;
}
.textual-carousel .tmb .regular-text .pullquote small {
  font-size: 14px;
  display: block;
  margin-top: 27px;
}
.textual-carousel .tmb.tmb-overlay-text-left .regular-text,
.textual-carousel .tmb.tmb-content-left .regular-text,
.textual-carousel .tmb.tmb-overlay-text-left .gravatar,
.textual-carousel .tmb.tmb-content-left .gravatar {
  text-align: left;
}
.textual-carousel .tmb.tmb-overlay-text-right .regular-text,
.textual-carousel .tmb.tmb-content-right .regular-text,
.textual-carousel .tmb.tmb-overlay-text-right .gravatar,
.textual-carousel .tmb.tmb-content-right .gravatar {
  text-align: right;
}
.textual-carousel .tmb.tmb-overlay-text-center .regular-text,
.textual-carousel .tmb.tmb-content-center .regular-text,
.textual-carousel .tmb.tmb-overlay-text-center .gravatar,
.textual-carousel .tmb.tmb-content-center .gravatar {
  text-align: center;
}
.textual-carousel .tmb.tmb-overlay-text-justify .regular-text,
.textual-carousel .tmb.tmb-content-justify .regular-text {
  text-align: justify;
}
.textual-carousel .tmb.tmb-overlay-text-justify .gravatar,
.textual-carousel .tmb.tmb-content-justify .gravatar {
  text-align: center;
}
.textual-carousel.hide-quotes blockquote.pullquote .pullquote__content:before,
.textual-carousel.hide-quotes blockquote.pullquote .pullquote__content:after {
  display: none;
}

/*
----------------------------------------------------------

#Onepage-scroll

----------------------------------------------------------
*/
.onepage-wrapper {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}
.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}
.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}
.onepage-pagination {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 30px;
  transform: translateY(-50%);
}
.touch .onepage-pagination {
  display: none;
}
.onepage-pagination li {
  margin: 0;
}
.no-touch .onepage-pagination li {
  text-align: right;
  height: 1.8em;
  position: relative;
}
.no-touch .onepage-pagination a {
  display: inline-block;
  backface-visibility: hidden;
  cursor: default;
}
.no-touch .onepage-pagination a.is-selected {
  pointer-events: none;
}
.no-touch .onepage-pagination span.cd-dot-cont:hover .cd-dot,
.no-touch .onepage-pagination a.is-selected .cd-dot {
  background-color: #ffffff;
  transform: scale(1.3);
}
.no-touch .onepage-pagination span.cd-dot-cont:hover + .cd-label {
  opacity: 1;
  transform: scale(1) translateX(-100%);
  display: inline-block;
  transition: opacity 100ms ease-out 100ms,transform 100ms ease-out 100ms, display 0ms 0ms;
}
.no-touch .cd-dot-cont {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: right;
  display: inline-block;
  text-align: center;
  z-index: 1;
}
.no-touch .onepage-pagination .cd-dot {
  transition: all 100ms ease-out;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: all 100ms ease-in-out;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1);
}
.no-touch .onepage-pagination .cd-label {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 18px 6px 18px;
  position: absolute;
  color: #ffffff;
  display: inline-block;
  left: -12px;
  top: -2px;
  border-radius: 2px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transform-origin: 0% 50%;
  transform: scale(0.5);
  transition: opacity 100ms ease-out,transform 100ms ease-out, display 0ms 100ms;
  transform: scale(0.5) translateX(-100%);
  white-space: pre;
  z-index: 0;
}
.no-touch .onepage-pagination .cd-label:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: -4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: inherit;
}
body.wrap.disabled-onepage-scroll {
  display: block !important;
}
body.wrap.disabled-onepage-scroll > div[data-parent="true"],
.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
  overflow: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}
.disabled-onepage-scroll .onepage-pagination {
  display: none;
}
body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
  position: inherit;
}

/*
----------------------------------------------------------

#Panels

----------------------------------------------------------
*/
.panel {
  position: relative;
}
.w-border .panel {
  border-top-width: 1px;
  border-top-style: solid;
}
.w-border .panel:last-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.w-border .panel.active-group[class*=" unshadow-"] {
  border-color: transparent !important;
  margin-bottom: -1px !important;
  margin-top: -1px !important;
}
.w-border .panel.active-group[class*=" unshadow-"] + .panel {
  border-bottom-color: transparent !important;
}
.panel-body {
  padding-left: 0;
  padding-right: 0;
}
.has-padding .panel-body {
  padding-bottom: 0;
}
.panel-body > *:first-child {
  margin-top: 0 !important;
}
.panel-body.no-internal-gutter > *:not(:first-child) {
  margin-top: 0px;
}
.panel-body.one-internal-gutter > *:not(:first-child) {
  margin-top: 1px;
}
.panel-body.half-internal-gutter > *:not(:first-child) {
  margin-top: 18px;
}
.panel-body.single-internal-gutter > *:not(:first-child) {
  margin-top: 36px;
}
.panel-body.double-internal-gutter > *:not(:first-child) {
  margin-top: 72px;
}
@media (max-width: 959px) {
  .panel-body.double-internal-gutter > *:not(:first-child) {
    margin-top: 54px;
  }
}
@media (max-width: 569px) {
  .panel-body.double-internal-gutter > *:not(:first-child) {
    margin-top: 36px;
  }
}
.panel-body.triple-internal-gutter > *:not(:first-child) {
  margin-top: 108px;
}
@media (max-width: 1499px) {
  .panel-body.triple-internal-gutter > *:not(:first-child) {
    margin-top: 90px;
  }
}
@media (max-width: 959px) {
  .panel-body.triple-internal-gutter > *:not(:first-child) {
    margin-top: 72px;
  }
}
@media (max-width: 569px) {
  .panel-body.triple-internal-gutter > *:not(:first-child) {
    margin-top: 54px;
  }
}
.panel-body.quad-internal-gutter > *:not(:first-child) {
  margin-top: 144px;
}
@media (max-width: 1699px) {
  .panel-body.quad-internal-gutter > *:not(:first-child) {
    margin-top: 126px;
  }
}
@media (max-width: 1499px) {
  .panel-body.quad-internal-gutter > *:not(:first-child) {
    margin-top: 108px;
  }
}
@media (max-width: 959px) {
  .panel-body.quad-internal-gutter > *:not(:first-child) {
    margin-top: 90px;
  }
}
@media (max-width: 569px) {
  .panel-body.quad-internal-gutter > *:not(:first-child) {
    margin-top: 72px;
  }
}
.panel-title {
  margin-top: 0 !important;
}
.uncode-accordion:not(.default-typography) .panel-title {
  font-size: 14px;
  line-height: 1.75;
  margin: 18px 0 0;
}
.panel-title > a {
  display: block;
  color: inherit;
  position: relative;
}
.panel:not(.has-padding) .panel-title > a {
  padding: 18px 0px 18px 0px;
}
.panel.has-active-color.active-group .panel-title > a {
  color: inherit !important;
}
.panel-title > a > span {
  display: inline-block;
}
.uncode-accordion:not(.default-typography) .panel-title > a > span {
  font-size: 12px;
}
body:not(.rtl) .uncode-accordion:not(.none-signed) .panel-title > a > span {
  padding-right: 1em;
}
body.rtl .uncode-accordion:not(.none-signed) .panel-title > a > span {
  padding-left: 1em;
}
.panel-title > a > span:after {
  font-family: "uncodeicon";
  margin-top: 0px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform 200ms ease-out;
  transform-origin: center;
  width: 1em;
}
.sign-size-rg .panel-title > a > span:after {
  font-size: 1.25em;
}
.plus-signed.sign-size-rg .panel-title > a > span:after {
  font-size: 1em;
}
.sign-size-sm .panel-title > a > span:after {
  font-size: 0.625em;
}
.plus-signed.sign-size-sm .panel-title > a > span:after {
  font-size: 0.5em;
}
.sign-size-md .panel-title > a > span:after {
  font-size: 0.815em;
}
.plus-signed.sign-size-md .panel-title > a > span:after {
  font-size: 0.675em;
}
.align_left .panel-title > a > span:after {
  content: "\f105";
  right: 0;
  margin-right: 0;
}
.align_right .panel-title > a > span:after {
  content: "\f104";
  left: 0;
  margin-left: 0;
}
.panel.has-active-color.active-group .panel-title > a > span:after {
  color: inherit !important;
}
.plus-signed .panel-title > a > span:after {
  content: "\e114";
}
.none-signed .panel-title > a > span:after {
  content: none;
  display: none;
}
.icon-size-rg.panel-title > a i.fa {
  font-size: 1.35em;
  vertical-align: text-bottom;
}
.icon-size-sm.panel-title > a i.fa {
  font-size: 0.625em;
  vertical-align: baseline;
}
.icon-size-md.panel-title > a i.fa {
  font-size: 0.815em;
  vertical-align: baseline;
}
body:not(.rtl) .panel-title > a i.fa.icon-position-left {
  margin: 0px 18px 0px 0px;
}
body.rtl .panel-title > a i.fa.icon-position-left {
  margin: 0px 0px 0px 18px;
}
body:not(.rtl) .panel-title > a i.fa.icon-position-right {
  margin: 0px 0px 0px 18px;
}
body.rtl .panel-title > a i.fa.icon-position-right {
  margin: 0px 18px 0px 0px;
}
.panel-title > a.single-block-padding {
  margin-bottom: -36px;
  margin-top: -36px;
}
.panel-title > a.double-block-padding {
  margin-bottom: -72px;
  margin-top: -72px;
}
@media (max-width: 1699px) {
  .panel-title > a.double-block-padding {
    margin-bottom: -54px;
    margin-top: -54px;
  }
}
@media (max-width: 1499px) {
  .panel-title > a.double-block-padding {
    margin-bottom: -54px;
    margin-top: -54px;
  }
}
.panel-title.active > a span:after {
  transform: translateY(-50%) rotate(90deg);
}
.plus-signed .panel-title.active > a span:after {
  transform: translateY(-50%) rotate(45deg);
}
.no-content-border .panel-title > a {
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  transition: background-color 200ms ease-out, box-shadow 200ms ease-out, color 200ms ease-out;
  overflow: hidden;
}
.panel-group .panel.has-active-bg:not(.active-group) {
  background: transparent !important;
}
.panel-group .panel + .panel {
  margin-top: -1px;
}
.one-panel-margin.panels-sep.panel-group .panel + .panel {
  margin-top: 1px;
}
.half-panel-margin.panels-sep.panel-group .panel + .panel {
  margin-top: 9px;
}
.single-panel-margin.panels-sep.panel-group .panel + .panel {
  margin-top: 18px;
}
.std-panel-margin.panels-sep.panel-group .panel + .panel {
  margin-top: 27px;
}
@media (max-width: 569px) {
  .std-panel-margin.panels-sep.panel-group .panel + .panel {
    margin-top: 18px;
  }
}
.double-panel-margin.panels-sep.panel-group .panel + .panel {
  margin-top: 36px;
}
@media (max-width: 959px) {
  .double-panel-margin.panels-sep.panel-group .panel + .panel {
    margin-top: 18px;
  }
}
.panel-group:not(.panels-sep) .panel:not(.active-group) {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.panel-group .panel-heading {
  border-radius: 0px;
  padding: 0;
}
.panel-group .panel-heading + .panel-collapse:before {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.no-content-border .panel-group .panel-heading + .panel-collapse:before {
  border-bottom-width: 0;
}
.panel-group .panel-heading + .panel-collapse.collapsing * {
  transition: none !important;
}
.panel-collapse:before {
  content: '';
  display: block;
}
.uncode-accordion:not(.no-title-margin) .panel.has-padding .panel-collapse:before {
  padding-top: 27px;
}
.panel-group .panel:last-child {
  border-bottom-width: 1px;
}

.icon-box {
  display: table;
  width: 100%;
}
.icon-box .icon-media {
  display: table;
  table-layout: fixed;
  vertical-align: top;
  height: 100%;
}
.icon-box .icon-media object {
  display: table-cell;
  vertical-align: middle;
}
.icon-box .icon-media svg {
  width: 100%;
  height: auto;
}
.icon-box.icon-inline {
  display: inline-table;
  table-layout: fixed;
  width: auto;
  text-align: center;
  vertical-align: bottom;
  margin-top: 0px !important;
  padding-left: 9px;
  padding-right: 9px;
}
.icon-box.icon-inline .icon-media {
  display: inline-table;
}
.icon-box .icon-automatic-video {
  border: inherit;
  bottom: 0;
  border-radius: inherit;
  background-clip: padding-box;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 0;
  transition-property: bottom, left, right, top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.icon-box .icon-automatic-video.btn-outline {
  border-style: solid;
  border-width: 2px;
}
.icon-box .icon-automatic-video.btn-outline .icon-automatic-video-inner-bg {
  bottom: 0;
  border-radius: inherit;
  background-clip: padding-box;
  content: '';
  display: block;
  left: 0;
  opacity: .25;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.icon-box .icon-automatic-video .icon-automatic-video-outer-bg {
  bottom: 0;
  border-radius: inherit;
  background-clip: padding-box;
  content: '';
  display: block;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 0;
  transition-property: box-shadow, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.icon-box .icon-automatic-video.btn-shadow {
  box-shadow: none !important;
}
:hover.icon-box .icon-automatic-video {
  bottom: -10%;
  left: -10%;
  right: -10%;
  top: -10%;
}
:hover.icon-box .icon-automatic-video .icon-automatic-video-inner-bg {
  opacity: .5;
}
:hover.icon-box .icon-automatic-video .icon-automatic-video-outer-bg {
  opacity: .15;
}
.icon-box .fa-stack.icon-animated {
  border: 0;
}
.icon-box .fa-stack.icon-animated i {
  font-size: 0.7em;
  position: relative;
  top: -0.15em;
  z-index: 1;
}
.icon-box.icon-media-image .fa-stack {
  height: auto !important;
  width: auto !important;
}
.icon-box.icon-media-image img {
  display: block;
}
.icon-box.absolute-center {
  left: 0;
  margin-top: 0 !important;
  position: absolute !important;
  z-index: 1;
  text-align: center;
  display: table-cell;
  top: 50%;
}
.icon-box.absolute-center .icon-box-icon {
  margin-top: 0 !important;
  top: 50% !important;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  width: auto;
}
div > .icon-box:first-of-type {
  padding-left: 0px !important;
}
div > .icon-box:last-of-type {
  padding-right: 0px !important;
}
.icon-box-top {
  table-layout: fixed;
}
.icon-box-top .fa-container {
  margin-top: 0px;
}
.icon-box-heading > * {
  line-height: 1.5em;
}
.icon-box-top .icon-box-icon,
.icon-box-bottom .icon-box-icon {
  width: auto;
}
.icon-box-left .icon-box-icon,
.icon-box-right .icon-box-icon,
.icon-box-left .icon-box-content,
.icon-box-right .icon-box-content {
  display: table-cell;
  vertical-align: top;
}
.icon-box-left .icon-box-icon,
.icon-box-right .icon-box-icon {
  width: 1px;
}
.icon-box-left .icon-box-heading,
.icon-box-right .icon-box-heading {
  display: table;
  table-layout: fixed;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.icon-box-left .icon-box-heading > *,
.icon-box-right .icon-box-heading > * {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0px;
}
.icon-box-left:not(.icon-inline) .icon-box-heading,
.icon-box-right:not(.icon-inline) .icon-box-heading {
  width: 100%;
}
.icon-box-left .fa-1x,
.icon-box-right .fa-1x {
  line-height: 2.5em;
}
.icon-box-left .icon-box-fa-2x,
.icon-box-right .icon-box-fa-2x {
  height: 2em;
}
.icon-box-left .icon-box-fa-3x,
.icon-box-right .icon-box-fa-3x {
  height: 3em;
}
.icon-box-left .icon-box-fa-4x,
.icon-box-right .icon-box-fa-4x {
  height: 4em;
}
.icon-box-left .icon-box-fa-5x,
.icon-box-right .icon-box-fa-5x {
  height: 5em;
}
.icon-box-left .icon-box-fa-1x-back,
.icon-box-right .icon-box-fa-1x-back {
  height: 2.5em;
}
.icon-box-left .icon-box-fa-2x-back,
.icon-box-right .icon-box-fa-2x-back {
  height: 5em;
}
.icon-box-left .icon-box-fa-3x-back,
.icon-box-right .icon-box-fa-3x-back {
  height: 7em;
}
.icon-box-left .icon-box-fa-4x-back,
.icon-box-right .icon-box-fa-4x-back {
  height: 10em;
}
.icon-box-left .icon-box-fa-5x-back,
.icon-box-right .icon-box-fa-5x-back {
  height: 12em;
}
.icon-box-left:not(.icon-box-space-reduced) .icon-box-content {
  padding-left: 18px;
}
@media (min-width: 960px) {
  .icon-box-left:not(.icon-box-space-reduced) .icon-box-content {
    padding-left: 36px;
  }
}
.icon-box-left:not(.icon-box-space-reduced) .icon-box-content:not(.add-margin) p {
  margin-top: 0px;
}
.icon-box-right:not(.icon-box-space-reduced) .icon-box-content {
  padding-right: 18px;
}
@media (min-width: 960px) {
  .icon-box-right:not(.icon-box-space-reduced) .icon-box-content {
    padding-right: 36px;
  }
}
.icon-box-right:not(.icon-box-space-reduced) .icon-box-content:not(.add-margin) p {
  margin-top: 0px;
}
.icon-box-left.icon-box-space-reduced .icon-box-content {
  padding-left: 13.5px;
}
.icon-box-right.icon-box-space-reduced .icon-box-content {
  padding-right: 13.5px;
}
.icon-expand .icon-box-content,
.icon-expand .icon-box-icon {
  width: 50%;
}

.uncode-single-media {
  line-height: 0px;
}
.uncode-single-media .single-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
}
.uncode-single-media .single-wrapper > a {
  display: inline-block;
  width: 100%;
}
.uncode-single-media.text-center .uncode-single-media-wrapper > div > * {
  margin: auto;
}
.uncode-single-media.text-center .uncode-single-media-wrapper > div > *:not(.uncode-flex-int *) {
  display: block;
}
.uncode-single-media.text-left .uncode-single-media-wrapper > div > * {
  margin-right: auto;
}
.uncode-single-media.text-left .uncode-single-media-wrapper > div > *:not(.uncode-flex-int *) {
  display: block;
}
.uncode-single-media.text-right .uncode-single-media-wrapper > div > * {
  margin-left: auto;
}
.uncode-single-media.text-right .uncode-single-media-wrapper > div > *:not(.uncode-flex-int *) {
  display: block;
}
.uncode-single-media .uncode-wrapper {
  display: block;
}
.uncode-single-media .uncode-single-media-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 0px;
}
.uncode-single-media .uncode-single-media-wrapper.single-advanced {
  width: 100%;
}
.uncode-single-media .uncode-single-media-wrapper > iframe {
  width: 100%;
  height: auto;
}
.uncode-single-media .uncode-single-media-wrapper.single-other {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.uncode-single-media .uncode-single-media-wrapper.single-other > iframe {
  position: absolute;
  height: 100%;
}
.uncode-single-media .uncode-single-media-wrapper.single-other > * {
  width: 100% !important;
}
.uncode-single-media .uncode-single-media-wrapper.img-circle,
.uncode-single-media .uncode-single-media-wrapper .img-circle {
  perspective: 1000px;
}
.uncode-single-media .uncode-single-media-wrapper.img-circle .t-inside,
.uncode-single-media .uncode-single-media-wrapper .img-circle .t-inside,
.uncode-single-media .uncode-single-media-wrapper.img-circle .t-entry-visual,
.uncode-single-media .uncode-single-media-wrapper .img-circle .t-entry-visual,
.uncode-single-media .uncode-single-media-wrapper.img-circle .t-entry-visual-overlay,
.uncode-single-media .uncode-single-media-wrapper .img-circle .t-entry-visual-overlay {
  border-radius: 50%;
}
.uncode-single-media .uncode-single-media-wrapper.img-round,
.uncode-single-media .uncode-single-media-wrapper .img-round {
  perspective: 1000px;
}
.uncode-single-media .uncode-single-media-wrapper.img-round .t-inside,
.uncode-single-media .uncode-single-media-wrapper .img-round .t-inside,
.uncode-single-media .uncode-single-media-wrapper.img-round .t-entry-visual,
.uncode-single-media .uncode-single-media-wrapper .img-round .t-entry-visual,
.uncode-single-media .uncode-single-media-wrapper.img-round .t-entry-visual-overlay,
.uncode-single-media .uncode-single-media-wrapper .img-round .t-entry-visual-overlay {
  border-radius: 2px;
}
.uncode-single-media .uncode-single-media-wrapper > .dummy ~ img,
.uncode-single-media .uncode-single-media-wrapper > .dummy + * {
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.uncode-single-media-wrapper.img-thumbnail:not(.single-advanced) {
  border-width: 1px;
  border-style: solid;
}
.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
}
.unmask-asterisk.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/asterisk.svg);
}
.unmask-badge.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/badge.svg);
}
.unmask-bell.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/bell.svg);
}
.unmask-blob-1.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/blob-1.svg);
}
.unmask-blob-2.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/blob-2.svg);
}
.unmask-blob-3.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/blob-3.svg);
}
.unmask-blob-4.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/blob-4.svg);
}
.unmask-bubbles.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/bubbles.svg);
}
.unmask-cartoon.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/cartoon.svg);
}
.unmask-circles.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/circles.svg);
}
.unmask-drop.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/drop.svg);
}
.unmask-flower.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/flower.svg);
}
.unmask-heart.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/heart.svg);
}
.unmask-hexagon.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/hexagon.svg);
}
.unmask-inflated.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/inflated.svg);
}
.unmask-plus.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/plus.svg);
}
.unmask-shapes.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/shapes.svg);
}
.unmask-star.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/star.svg);
}
.unmask-sun.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/sun.svg);
}
.unmask-texture.uncode-single-media[class*=unmask-] .uncode-single-media-wrapper {
  -webkit-mask-image: url(/core/views/uncode/library/img/shapes/texture.svg);
}

.uncode-star-rating {
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-family: 'uncodeicon';
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.uncode-star-rating:not(.font-size-custom) {
  font-size: 15px;
}
.uncode-star-rating:before {
  font-size: inherit;
  content: "\e946\e946\e946\e946\e946";
  float: left;
  opacity: .5;
  top: 0;
  left: 0;
}
.uncode-star-rating span {
  overflow: hidden;
  float: left;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.uncode-star-rating span:before {
  font-size: inherit;
  content: "\e946\e946\e946\e946\e946";
  top: 0;
  position: absolute;
  left: 0;
}
.uncode-star-rating,
.uncode_star_rating.display-inline-block:first-child:not([class*=shift_y_]):not([class*=btn-icon]) + .heading-inline {
  margin-top: 0 !important;
}
.gravatar + .uncode_star_rating {
  margin: -18px 0 9px;
}
.uncode_star_rating.display-inline-block + .heading-inline,
.heading-inline + .uncode_star_rating.display-inline-block {
  margin-left: 12px;
}
.uncode-star-rating-text {
  margin-top: 0.5em;
  vertical-align: middle;
}
.uncode-star-rating-text.display-inline-block:before {
  content: "\00a0";
  display: inline-block;
}
.uncode-star-rating-text.display-block {
  margin-top: 9px;
}
.uncode-star-rating-text.text-lead.display-inline-block {
  margin-top: 0;
}
.uncode-star-rating-text.text-lead.display-block {
  margin-top: 0.5em;
}

/*
----------------------------------------------------------
[Table of contents]

#Print
#Tables
#Forms
#Pagination
#Overlay
#Footer

----------------------------------------------------------
*/
@media print {
  .box-container {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .menu-container {
    width: 100% !important;
  }
  .animate_when_almost_visible {
    opacity: 1 !important;
    animation-name: none !important;
  }
  .icon-box-icon svg path {
    stroke-dasharray: initial !important;
    stroke-dashoffset: initial !important;
  }
}
/*
----------------------------------------------------------

#Tables

----------------------------------------------------------
*/
table {
  empty-cells: show;
  border: 1px solid;
  margin: 18px 0px 0px 0px;
}
table thead {
  text-align: left;
  vertical-align: bottom;
}
table td,
table th {
  background-color: transparent;
  border-left: 1px solid;
  border-bottom: 1px solid;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 8px 18px 7px 18px;
  font-weight: 600;
}
.tmb table td,
.tmb table th {
  padding: 8px 0px 7px 0px;
  text-align: center;
}
@media (max-width: 959px) {
  table td,
  table th {
    padding: 8px 5px 7px 5px;
  }
  .tmb table td,
  .tmb table th {
    padding: 8px 0px 7px 0px;
  }
}
.media-modal.wp-core-ui table td,
.media-modal.wp-core-ui table th {
  background-color: inherit;
  border-left: inherit;
  border-bottom: inherit;
  padding: inherit;
  font-size: inherit;
  margin: inherit;
  overflow: inherit;
  font-weight: inherit;
}
table td:first-child,
table th:first-child {
  border-left-width: 0;
}
table.table-wide {
  width: 100%;
}
table.table-wide td {
  font-weight: 400;
}
table.table-wide th,
table.table-wide td {
  padding: 12px 18px;
}
/*
----------------------------------------------------------
#Forms
----------------------------------------------------------
*/
label {
  font-size: 14px;
  line-height: 1.75;
  margin: 18px 0 0;
  margin: 0px 0px 5px 0px;
}
form p {
  margin: 18px 0px 0px 0px;
  font-weight: 600;
}
form img.ajax-loader {
  position: absolute;
  left: 50%;
  margin-left: -30px !important;
  bottom: -25px;
}
input,
textarea,
select {
  max-width: 100%;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comment-form p:not(.stars) {
  flex: 0 0 100%;
  margin-top: 27px;
}
.comment-form p:not(.stars) input[type="text"],
.comment-form p:not(.stars) input[type="email"],
.comment-form p:not(.stars) input[type="number"],
.comment-form p:not(.stars) input[type="url"],
.comment-form p:not(.stars) input[type="tel"],
.comment-form p:not(.stars) input[type="search"],
.comment-form p:not(.stars) input[type="password"],
.comment-form p:not(.stars) input[type="date"],
.comment-form p:not(.stars) textarea,
.comment-form p:not(.stars) select,
.comment-form p:not(.stars) .select2-selection--single {
  width: 100%;
}
@media (min-width: 570px) {
  .comment-form p:not(.stars).comment-form-author,
  .comment-form p:not(.stars).comment-form-email,
  .comment-form p:not(.stars).comment-form-url {
    flex: 0 0 calc(33.333% - 18px);
  }
  #review_form_wrapper .comment-form p:not(.stars).comment-form-author,
  #review_form_wrapper .comment-form p:not(.stars).comment-form-email,
  #review_form_wrapper .comment-form p:not(.stars).comment-form-url {
    flex: 0 0 calc(50% - 13.5px);
  }
}
.comment-form p:not(.stars) p.stars {
  margin-top: 0;
}
input,
textarea,
select,
.seldiv,
.select2-choice,
.select2-selection--single {
  display: block;
  line-height: initial;
  margin: 9px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  border-style: solid;
  border-radius: 2px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid transparent;
}
.style-dark input,
.style-dark textarea,
.style-dark select,
.style-dark .seldiv,
.style-dark .select2-choice,
.style-dark .select2-selection--single,
.style-light .style-dark input,
.style-light .style-dark textarea,
.style-light .style-dark select,
.style-light .style-dark .seldiv,
.style-light .style-dark .select2-choice,
.style-light .style-dark .select2-selection--single {
  background-color: transparent;
}
.style-dark .style-light input,
.style-dark .style-light textarea,
.style-dark .style-light select,
.style-dark .style-light .seldiv,
.style-dark .style-light .select2-choice,
.style-dark .style-light .select2-selection--single {
  background-color: #fff;
}
.form-large input,
.form-large textarea,
.form-large select,
.form-large .seldiv,
.form-large .select2-choice,
.form-large .select2-selection--single {
  padding: 27px 27px 27px 27px;
}
html.ie11 input,
html.ie11 textarea,
html.ie11 select {
  min-height: 41px;
  padding-bottom: 0;
  padding-top: 0;
}
input:focus,
textarea:focus,
select:focus {
  border-style: solid;
}
body:not(.uncode-accessible) input:focus,
body:not(.uncode-accessible) textarea:focus,
body:not(.uncode-accessible) select:focus {
  outline: 0;
}
.input-underline .wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-text {
  padding-right: 3px;
  width: calc(99% - 3px);
}
.input-underline input[type="text"],
.input-underline input[type="email"],
.input-underline input[type="number"],
.input-underline input[type="url"],
.input-underline input[type="tel"],
.input-underline input[type="search"],
.input-underline input[type="password"],
.input-underline input[type="date"],
.input-underline textarea,
.input-underline select,
.input-underline .select2-selection--single {
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: none !important;
}
.input-underline input[type="text"]:focus,
.input-underline input[type="email"]:focus,
.input-underline input[type="number"]:focus,
.input-underline input[type="url"]:focus,
.input-underline input[type="tel"]:focus,
.input-underline input[type="search"]:focus,
.input-underline input[type="password"]:focus,
.input-underline input[type="date"]:focus,
.input-underline textarea:focus,
.input-underline select:focus,
.input-underline .select2-selection--single:focus {
  border-top: none;
  border-left: none;
  border-right: none;
}
.input-underline .overlay.overlay-search .search-container .search-container-inner i {
  right: 0;
}
html .input-background .input-underline input[type="text"],
html .input-background .input-underline input[type="email"],
html .input-background .input-underline input[type="number"],
html .input-background .input-underline input[type="url"],
html .input-background .input-underline input[type="tel"],
html .input-background .input-underline input[type="search"],
html .input-background .input-underline input[type="password"],
html .input-background .input-underline input[type="date"],
html .input-background .input-underline textarea,
html .input-background .input-underline select,
html .input-background .input-underline .select2-selection--single {
  background: none !important;
  border-bottom-width: 1px;
}
.input-background input[type="text"],
.input-background input[type="email"],
.input-background input[type="number"],
.input-background input[type="url"],
.input-background input[type="tel"],
.input-background input[type="search"],
.input-background input[type="password"],
.input-background input[type="date"],
.input-background textarea,
.input-background select,
.input-background .select2-selection--single {
  border-color: transparent;
  box-shadow: none;
}
.input-underline .input-background input[type="text"],
.input-underline .input-background input[type="email"],
.input-underline .input-background input[type="number"],
.input-underline .input-background input[type="url"],
.input-underline .input-background input[type="tel"],
.input-underline .input-background input[type="search"],
.input-underline .input-background input[type="password"],
.input-underline .input-background input[type="date"],
.input-underline .input-background textarea,
.input-underline .input-background select,
.input-underline .input-background .select2-selection--single {
  padding-left: 15.3px !important;
  padding-right: 15.3px !important;
}
html .input-background .select2-selection--single,
html .input-background select,
html .input-background textarea {
  border-color: transparent;
}
.form-xl {
  font-size: 18px !important;
  padding: 16px 27px 16px 27px !important;
}
fieldset {
  margin: 0;
  padding: 18px 18px 18px 18px;
  border-style: solid;
  border-width: 1px;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="tel"],
.comments-area input[type="url"] {
  width: 100%;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"] {
  display: inline-block;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  text-align: center !important;
  vertical-align: middle;
  max-width: 100%;
  border-radius: 2px;
  white-space: nowrap;
  -webkit-text-stroke: 0px;
  width: auto;
  box-shadow: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
body:not(.uncode-accessible) input[type="submit"],
body:not(.uncode-accessible) input[type="reset"],
body:not(.uncode-accessible) input[type="button"],
body:not(.uncode-accessible) button[type="submit"] {
  outline: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-image: none;
}
button[type="submit"]:not(.checkout-button) {
  background-image: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: content-box;
  display: inline-block;
  font-size: 1em;
  -webkit-appearance: none;
  margin: 0;
  position: relative;
  text-align: center;
  line-height: normal;
  min-height: 0 !important;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 0 !important;
}
.webkit input[type=checkbox],
.webkit input[type=radio],
.android input[type=checkbox],
.android input[type=radio] {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  box-sizing: border-box;
  font-family: "uncodeicon";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 1.2em;
  font-size: 11px;
}
.media-modal.wp-core-ui input[type=checkbox],
.media-modal.wp-core-ui input[type=radio] {
  width: initial;
  height: initial;
  box-sizing: initial;
  vertical-align: initial;
  display: initial;
  font-size: initial;
  margin: initial;
  padding-left: initial;
  padding-right: initial;
  position: initial;
  text-align: initial;
  line-height: initial;
}
.media-modal.wp-core-ui input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=radio] {
  border-radius: 50%;
}
.media-modal.wp-core-ui input[type=radio] {
  -webkit-appearance: radio;
}
input[type=radio]:checked:before {
  content: "";
  border-radius: 100%;
  width: 45%;
  height: 45%;
}
input[type=checkbox]:checked:before {
  content: "\e116";
  font-weight: 600;
}
input[type="file"],
input[type="range"] {
  background-color: transparent !important;
  padding: 0;
  border: 0;
  box-shadow: none;
  width: auto;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
}
.menu-smart input[type="search"] {
  width: 100%;
}
textarea {
  width: 100%;
  resize: none;
}
.seldiv {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-shadow: none !important;
}
.seldiv select {
  box-shadow: none !important;
  margin: 0;
  border: none;
}
.seldiv:after {
  background: none;
  font-family: "uncodeicon";
  content: "\f107";
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 19px;
  z-index: 1;
  pointer-events: none;
}
.seldiv:before {
  border-left-style: solid;
  height: 100%;
  position: absolute;
  content: "";
  font-size: 12px;
  right: 51px;
}
select {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-style: solid;
  border-color: transparent;
  -moz-appearance: none;
  background-position: 100% center;
  background-repeat: no-repeat;
  box-shadow: none !important;
}
body:not(.uncode-accessible) select {
  outline: 0;
}
.rtl select {
  background-position: 0% center;
}
body:not(.uncode-accessible) select:focus {
  outline: 0;
}
select::-ms-expand {
  display: none;
}
.style-light select:not([multiple]) {
}
.style-dark select:not([multiple]) {
}
.media-modal.wp-core-ui select {
  display: initial;
  min-width: inherit;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}
select option {
  color: initial !important;
}
.form-text-center {
  text-align: center !important;
}
.form-fluid {
  width: 100% !important;
}
.form-circle {
  border-radius: 10em;
  padding-right: 30px;
  padding-left: 30px;
}
.hide-placeholders input::placeholder,
.hide-placeholders textarea::placeholder {
  color: transparent !important;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
  padding: 10px 15px !important;
}
.gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0px !important;
}
.gfield_select {
  min-width: inherit !important;
}
.ui-datepicker select {
  display: inline;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  max-width: none;
  min-width: auto;
  width: auto;
  background: none;
}
.ui-datepicker table {
  border: none;
}
.ui-datepicker table td,
.ui-datepicker table th {
  border: none;
}
.webkit .frm_forms input[type=checkbox],
.webkit .frm_forms input[type=radio],
.android .frm_forms input[type=checkbox],
.android .frm_forms input[type=radio] {
  height: auto;
}
.wpforms-container input[type=checkbox],
.wpforms-container input[type=radio] {
  -webkit-appearance: checkbox;
}
.frm_forms input[type=radio]:checked:before,
.frm_forms input[type=checkbox]:checked:before,
.frm_forms input[type=radio]:checked:before,
.wpforms-container input[type=radio]:checked:before,
.wpforms-container input[type=checkbox]:checked:before,
.wpforms-container input[type=radio]:checked:before {
  display: none;
}
.grecaptcha-badge {
  z-index: 1;
}
.comment-form-cookies-consent label {
  font-size: 13px;
  font-weight: 400;
}
body:not(.rtl) .comment-form-cookies-consent label {
  padding-left: 12px;
}
body.rtl .comment-form-cookies-consent label {
  padding-right: 12px;
}
.search-container-inner {
  position: relative;
}
.search-container-inner input {
  padding-right: 36px;
}
.rtl .search-container-inner input {
  padding-left: 36px;
  padding-right: 18px;
}
.search-container-inner i.fa {
  cursor: pointer;
  position: absolute;
  right: 0.35em;
  top: calc(50% - 1em);
  margin-top: -9px;
  padding: 1em;
}
.rtl .search-container-inner i.fa {
  left: 0.35em;
  right: auto;
}
.form-fluid {
  width: 100% !important;
}
.form-circle {
  border-radius: 10em;
  padding-right: 30px;
  padding-left: 30px;
}
.pagination,
.navigation {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  padding-left: 0;
  margin: 0;
  border-radius: 2px;
}
.pagination > li > a,
.navigation > li > a,
.pagination > li > span,
.navigation > li > span {
  margin-top: 0px;
}
.pagination > li:first-child > a,
.navigation > li:first-child > a,
.pagination > li:first-child > span,
.navigation > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.navigation > li:last-child > a,
.pagination > li:last-child > span,
.navigation > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li .page-numbers,
.navigation > li .page-numbers {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
}
.pagination > li .current,
.navigation > li .current,
.pagination > li .current:hover,
.navigation > li .current:hover,
.pagination > li .current:focus,
.navigation > li .current:focus {
  z-index: 2;
  background-color: #eeeeee;
  color: #333333 !important;
  cursor: default;
}
.pagination > .disabled > span,
.navigation > .disabled > span,
.pagination > .disabled > span:hover,
.navigation > .disabled > span:hover,
.pagination > .disabled > span:focus,
.navigation > .disabled > span:focus,
.pagination > .disabled > a,
.navigation > .disabled > a,
.pagination > .disabled > a:hover,
.navigation > .disabled > a:hover,
.pagination > .disabled > a:focus,
.navigation > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.pagination .btn,
.navigation .btn {
  border: none;
}
.pagination .page-prev,
.navigation .page-prev {
  width: 33.33333%;
  border: 0px;
  text-align: left;
}
@media (max-width: 569px) {
  .pagination .page-prev,
  .navigation .page-prev {
    width: 20px !important;
  }
}
.pagination .page-prev .btn-link,
.navigation .page-prev .btn-link {
  text-align: left;
  position: relative;
  transform: none !important;
}
.pagination .page-prev > a,
.navigation .page-prev > a,
.pagination .page-prev > span,
.navigation .page-prev > span {
  border-radius: 0px;
  width: 100%;
}
.pagination .page-prev .btn,
.navigation .page-prev .btn {
  margin-left: 0px !important;
}
.pagination .page-prev i,
.navigation .page-prev i {
  display: inline-block;
  margin-right: 14px;
  font-size: 18px;
  line-height: inherit;
  vertical-align: baseline;
}
.pagination .page-prev i::before,
.navigation .page-prev i::before {
  vertical-align: text-bottom;
}
.pagination .page-prev .btn span,
.navigation .page-prev .btn span {
  display: inline-block;
  transition: transform 0.2s;
}
@media (max-width: 569px) {
  .pagination .page-prev .btn span,
  .navigation .page-prev .btn span {
    display: none;
  }
}
.pagination .page-prev .btn span:hover,
.navigation .page-prev .btn span:hover {
  transform: translateX(-4px);
}
.pagination .page-next,
.navigation .page-next {
  width: 33.33333%;
  border: 0px;
  text-align: right;
}
@media (max-width: 569px) {
  .pagination .page-next,
  .navigation .page-next {
    width: 20px !important;
  }
}
.pagination .page-next .btn-link,
.navigation .page-next .btn-link {
  text-align: right;
  position: relative;
  transform: none !important;
}
.pagination .page-next > a,
.navigation .page-next > a,
.pagination .page-next > span,
.navigation .page-next > span {
  border-radius: 0px;
  width: 100%;
}
.pagination .page-next .btn,
.navigation .page-next .btn {
  margin-right: 0px !important;
}
.pagination .page-next i,
.navigation .page-next i {
  display: inline-block;
  margin-left: 14px;
  margin-right: 0;
  font-size: 18px;
  line-height: inherit;
  vertical-align: baseline;
}
.pagination .page-next i::before,
.navigation .page-next i::before {
  vertical-align: text-bottom;
}
.pagination .page-next .btn span,
.navigation .page-next .btn span {
  display: inline-block;
  transition: transform 0.2s;
}
@media (max-width: 569px) {
  .pagination .page-next .btn span,
  .navigation .page-next .btn span {
    display: none;
  }
}
.pagination .page-next .btn span:hover,
.navigation .page-next .btn span:hover {
  transform: translateX(4px);
}
@media (max-width: 569px) {
  .pagination .btn-disable-hover,
  .navigation .btn-disable-hover {
    font-size: 0px;
  }
}
.pagination > li {
  display: inline-block;
}
.pagination > li > .btn {
  padding: 0px !important;
  margin: 0px !important;
}
.pagination > li > a,
.pagination > li > span {
  width: 35px;
}
.pagination > li i {
  line-height: 45px !important;
  top: 0px !important;
}
.pagination .page-prev {
  float: left;
  width: 54px;
}
.pagination .page-prev > a,
.pagination .page-prev > span {
  text-align: left;
  border-radius: 0px;
  width: 100%;
}
.pagination .page-next {
  float: right;
  width: 54px;
}
.pagination .page-next > a,
.pagination .page-next > span {
  text-align: right;
  border-radius: 0px;
  width: 100%;
}
.navigation > li {
  display: table-cell;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.row-navigation .nav-back .btn-link {
  transform: none !important;
}
.main-container .row-navigation .row-parent {
  padding-bottom: 18px;
}
.main-container .row-navigation .row-parent .post-navigation {
  padding-bottom: 18px;
}
.page-links > *:first-child {
  margin-left: 9px;
}
.page-links span {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: rgba(238, 238, 238, 0.6);
  border-radius: 50%;
}
.page-links a {
  display: inline-block;
  border-radius: 50%;
  background-color: #eeeeee;
  color: #333333 !important;
  cursor: pointer;
}
/*
----------------------------------------------------------

#Overlay

----------------------------------------------------------
*/
html.overlay-open,
html.overlay-open body {
  overflow: hidden;
}
html.overlay-open .menu-container {
  transition: background 0.5s, box-shadow 0.5s, border 0.5s;
}
html.overlay-open .menu-container {
  background: transparent !important;
}
html.overlay-open .menu-shadows {
  box-shadow: none !important;
}
html.overlay-open .menu-borders {
  border-color: transparent !important;
}
body.menu-overlay #masthead {
  z-index: 10001;
}
body.menu-overlay.uncode-unmodal-overlay-visible #masthead {
  z-index: 1000;
}
body.menu-overlay .menu-wrapper {
  pointer-events: none;
}
body.menu-overlay .menu-wrapper a,
body.menu-overlay .menu-wrapper .unmenu-title,
body.menu-overlay .menu-wrapper .mmb-container {
  pointer-events: auto;
}
@keyframes overlay_focus {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
.overlay-menu-focus {
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
body.open-megamenu .overlay-menu-focus {
  display: block;
}
@media (min-width: 960px) {
  body.menu-dd-search-open .overlay-menu-focus {
    display: block;
    animation-name: overlay_focus;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  body.menu-dd-search-closing .overlay-menu-focus {
    opacity: 0;
    transition: opacity 0.5s 0s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s 0.5s, visibility 0s 1s, z-index 0s 1s;
}
@media (max-width: 959px) {
  .overlay.overlay-menu {
    height: auto;
  }
}
@media (min-width: 960px) {
  .overlay.overlay-menu:not(.open-items):not(.open),
  .overlay.overlay-menu:not(.open-items):not(.open) * {
    pointer-events: none;
  }
}
@media (max-width: 959px) {
  body:not(.open-overlay-menu) .overlay.overlay-menu,
  body:not(.open-overlay-menu) .overlay.overlay-menu * {
    pointer-events: none;
  }
}
#masthead .overlay {
  height: auto;
  position: absolute;
  top: auto;
  z-index: -1;
  transform-origin: top;
  margin-top: -20px;
}
#masthead .overlay:not(.overlay-search-trid) {
  transition: opacity 0.2s 0s cubic-bezier(0.22, 1, 0.36, 1), margin 0.2s 0s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s 1s, z-index 0s 1s;
}
#masthead .overlay.overlay-search-trid {
  transform: perspective(35em) rotateX(-35deg) scale(0.975);
  transition: opacity 0.2s 0s cubic-bezier(0.22, 1, 0.36, 1), margin 0.2s 0s cubic-bezier(0.22, 1, 0.36, 1), transform 0.2s 0.2s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s 1s, z-index 0s 1s;
}
@media (max-width: 959px) {
  body.menu-dd-search:not(.menu-dd-search-mobile) #masthead .overlay {
    display: none;
  }
}
#masthead .overlay .overlay-search-wrapper {
  opacity: 0;
  position: relative;
  transform: translateY(15%);
  transition: border-width 0.2s 0s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s 0s cubic-bezier(0.22, 1, 0.36, 1), transform 0.2s 0s cubic-bezier(0.22, 1, 0.36, 1);
}
#masthead .overlay .overlay-search-wrapper .search-container {
  display: block;
}
#masthead .overlay .overlay-search-wrapper .search-container form .search-container-inner input {
  background: transparent !important;
  border: 0px !important;
  box-shadow: none !important;
  font-size: 1.5em;
  padding: 9px 0 !important;
}
#masthead .overlay i.fa.fa-search3 {
  display: none !important;
}
#masthead .overlay .search-container-inner {
  padding-right: 36px;
}
#masthead .overlay .mmb-container,
#masthead .overlay .mobile-menu-button.menu-close-search {
  height: 100%;
}
#masthead .overlay .mobile-menu-button.menu-close-search::after {
  content: "\e117";
  display: block;
  font-family: "uncodeicon";
}
#masthead .overlay .lines-button .lines {
  display: none;
}
@media (min-width: 960px) {
  .menu-container:not(.menu-borders) .overlay .overlay-search-wrapper {
    border-top-width: 0;
    border-top-style: solid;
  }
}
@media (max-width: 959px) {
  body.menu-mobile-borders .overlay .overlay-search-wrapper {
    border-top-width: 0;
    border-top-style: solid;
  }
}
.overlay .overlay-bg {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.open-overlay-menu .overlay.overlay-menu {
  opacity: 1;
  visibility: visible;
  transition: opacity 0s 0s, visibility 0s 0s;
}
.overlay input {
  background-color: transparent !important;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
  transition: opacity 0.5s;
}
#masthead .overlay.open {
  z-index: 0;
  margin-top: 0px;
}
#masthead .overlay.open:not(.overlay-search-trid) {
  transition: opacity 0.5s 0s cubic-bezier(0.22, 1, 0.36, 1), margin 0.5s 0s cubic-bezier(0.22, 1, 0.36, 1);
}
#masthead .overlay.open.overlay-search-trid {
  transform: scale(1);
  transition: opacity 0.5s 0s cubic-bezier(0.22, 1, 0.36, 1), margin 0.5s 0s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s 0s cubic-bezier(0.22, 1, 0.36, 1);
}
#masthead .overlay.open .overlay-search-wrapper {
  border-top-width: 1px;
  opacity: 1;
  transform: translateY(0%);
  transition: border-color 0.65s 0.1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.65s 0.1s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s 0.1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 960px) {
  .menu-container:not(.menu-borders) .overlay.open .overlay-search-wrapper {
    border-top-width: 1px;
  }
}
@media (max-width: 959px) {
  body.menu-mobile-borders .overlay.open .overlay-search-wrapper {
    border-top-width: 1px;
  }
}
@media (min-width: 960px) {
  .menu-container:not(.menu-borders) .overlay:not(.open) .overlay-search-wrapper {
    border-top-color: transparent !important;
  }
}
@media (max-width: 959px) {
  body.menu-mobile-borders .overlay:not(.open) .overlay-search-wrapper {
    border-top-color: transparent !important;
  }
}
.overlay:not(.overlay-unblock) .navbar-main,
.overlay .search-container {
  perspective: 1200px;
}
@media (min-width: 960px) {
  .overlay.overlay-contentscale .menu-sidebar-inner,
  .overlay.overlay-contentscale .search-container form {
    opacity: 0;
    transform: translateY(-35%) rotateX(45deg);
  }
  .open.overlay.overlay-contentscale .menu-sidebar-inner,
  .open.overlay.overlay-contentscale .search-container form {
    opacity: 1;
    transform: rotateX(0deg);
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
  }
  .close.overlay.overlay-contentscale .menu-sidebar-inner,
  .close.overlay.overlay-contentscale .search-container form {
    transform: translateY(35%) rotateX(-45deg);
    transition: transform 0.5s, opacity 0.5s;
  }
  .overlay.overlay-sequential .menu-sidebar-inner .menu-smart > li,
  .overlay.overlay-sequential .uncode-menu-additional-text,
  .overlay.overlay-sequential .search-container form {
    opacity: 0;
    transform: translateY(-40px);
    animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  }
  .open-items.overlay.overlay-sequential .menu-sidebar-inner .menu-smart > li,
  .open-items.overlay.overlay-sequential .uncode-menu-additional-text,
  .open-items.overlay.overlay-sequential .search-container form {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.2s, opacity 0.2s;
  }
  .close.overlay.overlay-sequential .menu-sidebar-inner .menu-smart > li,
  .close.overlay.overlay-sequential .uncode-menu-additional-text,
  .close.overlay.overlay-sequential .search-container form {
    transform: translateY(0px);
    transition: opacity 0.4s 0s !important;
  }
  .overlay.overlay-simple .menu-sidebar-inner .menu-smart > li,
  .overlay.overlay-simple .uncode-menu-additional-text,
  .overlay.overlay-simple .search-container form {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    transform: translateY(-0.5em);
  }
  .open.overlay.overlay-simple .menu-sidebar-inner .menu-smart > li,
  .open.overlay.overlay-simple .uncode-menu-additional-text,
  .open.overlay.overlay-simple .search-container form {
    transform: translateY(0px);
    opacity: 1;
    transition: transform 0.4s 0.5s cubic-bezier(0.35, 0.81, 0.41, 1), opacity 0.4s 0.5s;
  }
  .close.overlay.overlay-simple .menu-sidebar-inner .menu-smart > li,
  .close.overlay.overlay-simple .uncode-menu-additional-text,
  .close.overlay.overlay-simple .search-container form {
    transition: transform 1s 0s cubic-bezier(0.35, 0.81, 0.41, 1), opacity 0.4s 0s !important;
  }
}
.overlay.overlay-search {
  display: table;
  table-layout: fixed;
  height: 100%;
  overflow: hidden;
  width: 100%;
  text-align: center;
  z-index: 10002;
}
.overlay.overlay-search .mmb-container {
  display: inline-flex;
  height: auto;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 10003;
}
.overlay.overlay-search .search-container {
  display: table-cell;
  perspective: none;
  vertical-align: middle;
  width: 100%;
  font-size: 28px;
  font-size: 3.5vh;
}
@media (max-width: 569px) {
  .overlay.overlay-search .search-container {
    font-size: 18px;
  }
}
.overlay.overlay-search .search-container .search-container-inner {
  width: 100%;
  max-width: none;
}
.overlay.overlay-search .search-container .search-container-inner i {
  cursor: pointer;
  margin-top: -1.5em;
  padding: 1em;
  right: 0.5em;
  top: 50%;
}
.overlay.overlay-search .search-container form {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  max-width: 60vw;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 960px) {
  .overlay.overlay-search .search-container form {
    max-width: 60vw;
  }
}
@media (max-width: 959px) {
  .overlay.overlay-search .search-container form {
    max-width: calc(100% - 72px);
  }
}
#masthead .overlay.overlay-search .search-container form {
  max-width: calc(100% - 72px);
  padding-top: 18px;
  padding-bottom: 18px;
}
.overlay.overlay-search .search-container form .search-container-inner input {
  display: inline-block;
  margin: 0px;
  width: 100%;
  font-size: 28px;
  font-size: 3.5vh;
  padding: .8em 3em .8em 1.5em;
}
@media (max-width: 569px) {
  .overlay.overlay-search .search-container form .search-container-inner input {
    font-size: 16px;
  }
}
.overlay .overlay-close.no-toggle {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.overlay .row-parent {
  margin-bottom: 0 !important;
}
@media (max-width: 959px) {
  body.menu-dd-search.menu-dd-search-mobile .overlay.overlay-full {
    display: none;
  }
}
@media (min-width: 960px) {
  body.menu-dd-search .overlay.overlay-full {
    display: none;
  }
}
@media (min-width: 960px) {
  body.menu-offcanvas #masthead .menu-borders .overlay.open {
    margin-top: 1px;
  }
}
/*
----------------------------------------------------------

#Footer

----------------------------------------------------------
*/
footer {
  width: 100%;
}
body:not(.compose-mode) footer#colophon {
  display: table-row;
  height: 1px;
}
body.sticky-footer footer#colophon {
  display: block;
  height: auto;
  overflow: hidden;
  z-index: 0;
}
body.compose-mode footer.has_content_block {
  position: relative;
}
footer .footer-last {
  font-size: 0.875em;
}
footer .footer-last p {
  font-size: 13px;
}
footer .footer-last .icon-box.icon-inline {
  line-height: 13px;
  padding-left: 9px;
  padding-right: 9px;
}
@media (max-width: 959px) {
  footer .footer-last {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  footer .footer-last .uncell {
    display: block;
    text-align: center;
  }
  footer .footer-last .uncell + .uncell {
    padding-top: 0;
  }
}
footer .footer-last .uncell {
  padding-top: 27px;
  padding-bottom: 27px;
}
footer .footer-last .uncell > *:first-child {
  margin-top: 0;
}
footer .footer-center {
  padding-top: 108px;
  padding-bottom: 108px;
}
footer .footer-center .uncell {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
footer .footer-center .uncell + .uncell {
  padding-top: 27px;
}
.chrome footer .footer-center .uncell {
  height: 100%;
}
footer .footer-last.footer-center .social-icon i,
.uncode-vc-social.icons-lead .social-icon i {
  font-size: 24px;
}
footer .footer-last:not(.footer-center) .social-icon i,
.uncode-vc-social:not(.icons-lead) .social-icon i {
  font-size: 18px;
}
.uncode-vc-social.icons-custom-size .social-icon i {
  font-size: var(--custom-size);
}
.uncode-vc-social.icons-custom-padding .social-icon {
  padding: 0 var(--custom-padding);
}
.footer-links span {
  line-height: 2.5em !important;
}
.vmenu-footer {
  padding: 36px 54px 0px 54px;
  font-size: 12px;
}
.vmenu-footer p {
  font-size: 12px;
}
.vmenu-footer > *:first-child {
  margin-top: 0;
}
.footer-scroll-top {
  z-index: 100;
  display: none;
  position: fixed;
  right: 22px;
  bottom: 22px;
}
.footer-scroll-top.footer-scroll-circle i {
  border-radius: 100%;
}
@media (min-width: 960px) {
  .footer-scroll-top.footer-scroll-higher {
    bottom: 61px;
  }
}
.footer-scroll-top:not(.window-scrolled) {
  opacity: 0;
  transition: opacity 0.5s;
}
.window-scrolled .footer-scroll-top {
  opacity: 1;
  display: block;
  animation-name: alpha-in;
  animation-duration: 0.5s;
}
.hide-scrollup .footer-scroll-top {
  display: block;
}
.footer-scroll-top i {
  border-radius: 2px;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
.window-scrolled .touch .footer-scroll-top:hover {
  opacity: .8;
}
@media (min-width: 960px) {
  .chrome .site-info {
    height: auto !important;
  }
}

/*
----------------------------------------------------------
[Table of contents]

# General
# Fonts
# Forms
# Tables
# Buttons
# Quantity
# Pagination
# Notices
# Badges
# Thumbs
# Breadcrumbs
# Demo Store Banner
# Select2
# BlockUI
# Widgets
# Password Meter
# Cart Dropdown
# Product Loops
# Reviews
# Ratings
# Swatches
# Payment methods
# Pages
	## Shop & Archives
	## Single Product
	## Cart
	## Checkout
	## My Account
# VC Modules
# Text Sizes
# Quick View
# Side-Cart

----------------------------------------------------------
*/
.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.woocommerce small.note {
  display: block;
  font-size: 12px;
  margin: 9px 0px 0px 0px;
}
.woocommerce .page-wrapper img {
  height: auto;
  max-width: 100%;
}
.woocommerce .page-wrapper .linear-wrapper img,
.woocommerce .page-wrapper .index-scroll img {
  max-width: none;
}
body > .woocommerce-notices-wrapper {
  display: none !important;
}
@font-face {
  font-family: 'WooCommerce';
  src: url('/core/views/uncode/library/fonts/woocommerce/WooCommerce.eot');
  src: url('/core/views/uncode/library/fonts/woocommerce/WooCommerce.eot?#iefix') format('embedded-opentype'), url('/core/views/uncode/library/fonts/woocommerce/WooCommerce.woff') format('woff'), url('/core/views/uncode/library/fonts/woocommerce/WooCommerce.ttf') format('truetype'), url('/core/views/uncode/library/fonts/woocommerce/WooCommerce.svg#WooCommerce') format('svg');
  font-weight: normal;
  font-style: normal;
}
.woocommerce .woocommerce-billing-fields:before,
.woocommerce .woocommerce-shipping-fields:before,
.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after {
  clear: both;
}
.woocommerce .woocommerce-billing-fields:before,
.woocommerce .woocommerce-shipping-fields:before,
.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after {
  clear: both;
}
.woocommerce .form-row-first,
.woocommerce .form-row-last {
  margin: 18px 0px 18px 0px;
}
.woocommerce .form-row:before,
.woocommerce .form-row:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.woocommerce .form-row:after {
  clear: both;
}
.woocommerce .form-row:before,
.woocommerce .form-row:after {
  content: " ";
  display: table;
}
.woocommerce .form-row:after {
  clear: both;
}
.woocommerce .form-row label {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}
.woocommerce .form-row select {
  width: 100%;
}
.woocommerce .form-row .input-text {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}
.woocommerce .form-row abbr {
  border-bottom: 0px dotted;
  text-decoration: none;
}
.woocommerce .form-row .required {
  color: #ff3100;
  font-weight: 600;
  border: 0;
}
.woocommerce .form-row.woocommerce-invalid-required-field input[type="text"] {
  border-color: #ff3100 !important;
}
@media (min-width: 570px) {
  .woocommerce .form-row-first,
  .woocommerce .form-row-last {
    width: calc(50% - 13px);
    overflow: visible;
  }
  .woocommerce .form-row-first {
    float: left;
    clear: left;
  }
  .woocommerce .form-row-last {
    float: right;
    width: calc(50% - 14px);
  }
  .woocommerce .form-row-wide {
    clear: both;
  }
}
.woocommerce fieldset {
  margin-top: 18px;
}
.woocommerce fieldset legend {
  padding-right: 4px;
  padding-left: 4px;
  margin-left: -4px;
}
.style-dark .form-row .required,
.style-light .style-dark .form-row .required {
  color: #fff;
}
.style-dark .form-row.woocommerce-invalid-required-field input[type="text"],
.style-light .style-dark .form-row.woocommerce-invalid-required-field input[type="text"] {
  border-color: #fff !important;
}
.form-no-labels .form-row > label {
  display: none;
}
.form-no-labels .form-row > label.checkbox,
.form-no-labels .form-row > input[type=checkbox] + label {
  display: inline;
}
@media (min-width: 570px) {
  .form-compact-layout .woocommerce-billing-fields__field-wrapper,
  .form-compact-layout .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 27px;
  }
  .form-compact-layout .woocommerce-billing-fields__field-wrapper .form-row-first,
  .form-compact-layout .woocommerce-shipping-fields__field-wrapper .form-row-first,
  .form-compact-layout .woocommerce-billing-fields__field-wrapper .form-row-last,
  .form-compact-layout .woocommerce-shipping-fields__field-wrapper .form-row-last {
    width: 100%;
    margin-bottom: 0;
    float: none;
    clear: none;
  }
}
.shop_attributes {
  border: 0;
  margin: 36px 0px 36px 0px;
  width: 100%;
}
.panel-body .shop_attributes,
.tab-pane .shop_attributes {
  margin: 0px 0px 0px 0px;
}
.align_center .shop_attributes {
  margin: auto;
  width: auto;
}
.align_center .shop_attributes tr {
  display: table;
  margin: auto;
  width: auto;
}
.shop_attributes th {
  font-weight: 600;
  padding: 5px 72px 5px 9px;
  border: 0;
  margin: 0;
  line-height: 1.5em;
  white-space: nowrap;
  text-align: inherit;
}
.align_left .shop_attributes th {
  text-align: left;
}
.align_right .shop_attributes th {
  text-align: right;
}
.align_center .shop_attributes th {
  padding: 5px 9px 5px 9px;
}
body.rtl .align_center .shop_attributes th {
  text-align: left;
}
body:not(.rtl) .align_center .shop_attributes th {
  text-align: right;
}
body.rtl .shop_attributes th {
  padding-right: 0;
}
body:not(.rtl) .shop_attributes th {
  padding-left: 0;
}
.shop_attributes td {
  border: 0;
  color: inherit;
  font-weight: normal;
  padding: 0;
  margin: 0;
  width: 100%;
}
.shop_attributes td p {
  margin: 0;
}
.align_left .shop_attributes td {
  text-align: left;
}
.align_right .shop_attributes td {
  text-align: right;
}
.align_center .shop_attributes td {
  padding: 5px 9px 5px 9px;
}
body.rtl .align_center .shop_attributes td {
  text-align: right;
}
body:not(.rtl) .align_center .shop_attributes td {
  text-align: left;
}
.shop_attributes p {
  margin: 0;
}
.shop_table {
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.shop_table th,
.shop_table td {
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border-width: 0 0 1px 0;
  padding: 27px 0px 27px 0px;
}
.shop_table th .amount,
.shop_table td .amount {
  font-weight: 400;
}
.shop_table tfoot > tr:last-child th,
.shop_table tfoot > tr:last-child td {
  border-width: 0;
  padding-bottom: 0;
}
.shop_table tr > th:last-child,
.shop_table tr > td:last-child {
  text-align: right;
}
.shop_table td.product-remove {
  width: 10px;
  padding-left: 0;
  padding-right: 0;
}
.shop_table td.product-name {
  padding-left: 0;
}
.shop_table td.product-name dl.variation,
.shop_table td.product-data dl.variation {
  margin-left: 0;
  margin-right: 0;
  margin-top: 2px;
  line-height: 1;
}
.shop_table td.product-name dl.variation p,
.shop_table td.product-data dl.variation p {
  margin-top: 0;
}
.shop_table td.product-name dl.variation dt,
.shop_table td.product-data dl.variation dt,
.shop_table td.product-name dl.variation dd,
.shop_table td.product-data dl.variation dd,
.shop_table td.product-name dl.variation dd p,
.shop_table td.product-data dl.variation dd p {
  display: inline;
}
.shop_table td.product-name dl.variation dt,
.shop_table td.product-data dl.variation dt,
.shop_table td.product-name dl.variation dd,
.shop_table td.product-data dl.variation dd {
  font-size: .9em;
  font-weight: initial !important;
  line-height: 1;
}
.shop_table td.product-name dl.variation dd + dt::before,
.shop_table td.product-data dl.variation dd + dt::before {
  content: '';
  display: block;
}
.shop_table td.product-name dl.variation p,
.shop_table td.product-data dl.variation p {
  font-size: 1em;
  font-weight: initial !important;
  line-height: 1;
}
.shop_table td.product-thumbnail {
  padding: 27px 18px 27px 18px;
  text-align: center !important;
}
.shop_table td.product-thumbnail img {
  width: 72px;
  min-width: 72px;
  vertical-align: middle;
  height: auto;
  border-radius: 2px;
}
.shop_table td.product-quantity input[type="number"].qty {
  padding: 12px 21px;
  max-width: 60px;
  width: 65px;
  float: none;
  margin: 0 auto !important;
  text-align: center;
}
body:not(.rtl).ios .shop_table td.product-quantity input[type="number"].qty,
body:not(.rtl).android .shop_table td.product-quantity input[type="number"].qty {
  padding-right: 21px !important;
}
body.rtl.ios .shop_table td.product-quantity input[type="number"].qty,
body.rtl.android .shop_table td.product-quantity input[type="number"].qty {
  padding-left: 21px !important;
}
.shop_table th.product-quantity,
.shop_table td.product-quantity {
  text-align: center;
}
.shop_table .order-total th,
.shop_table .order-total td {
  border-width: 0;
  padding-bottom: 0;
}
.shop_table .order-total td {
  font-size: 1.2em;
}
.shop_table p.backorder_notification {
  font-weight: 400;
  font-size: .9em;
  margin-top: 9px;
  margin-bottom: 0;
  color: inherit !important;
}
.shop_table:not(.compact-layout) a.remove {
  display: inline-block;
  font-size: 12px;
  min-width: 12px;
  position: relative;
  text-align: left;
  text-indent: -9999px;
}
.shop_table:not(.compact-layout) a.remove::after {
  content: "\e117";
  display: block;
  font-family: 'uncodeicon' !important;
  left: 0;
  position: absolute;
  text-indent: 0 !important;
  top: 50%;
  transform: translateY(-50%);
}
.shop_table .shipping-calculator-button {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  font-size: .9em;
  margin: 9px 0px 0px 0px;
  display: inline-block;
  padding: 0 3px 4px;
}
.shop_table tr.woocommerce-shipping-totals td {
  padding-left: 18px;
}
.shop_table strong.product-quantity {
  font-weight: 400;
}
.shop_table.woocommerce-checkout-review-order-table {
  margin-top: 0;
}
.shop_table.compact-layout td.product-thumbnail {
  padding-left: 0;
  padding-right: 27px;
  text-align: left;
  width: 1%;
}
.shop_table.compact-layout .price-wrapper {
  margin-top: 6px;
}
.shop_table.compact-layout .remove-wrapper {
  margin-top: 5px;
}
.shop_table.compact-layout a.remove {
  font-size: .9em;
  color: inherit;
}
.shop_table ul.wc-item-meta {
  margin: 0;
  font-size: inherit;
}
.shop_table ul.wc-item-meta li {
  font-size: .9em;
  margin: 0;
}
.shop_table ul.wc-item-meta li p {
  font-size: inherit;
  display: inline;
  line-height: inherit;
  margin: 0;
}
.shop_table ul.wc-item-meta li .wc-item-meta-label {
  font-weight: inherit;
}
.shop_table.cart tbody td:before {
  font-weight: 400;
}
@media (min-width: 570px) {
  .shop_table.cart tbody td.product-price .amount {
    color: inherit !important;
  }
}
@media (max-width: 569px) {
  .shop_table.cart {
    table-layout: fixed;
  }
  .shop_table.cart thead {
    display: none;
  }
  .shop_table.cart td {
    display: block;
    text-align: right;
  }
  .shop_table.cart td.product-name:before,
  .shop_table.cart td.product-data:before,
  .shop_table.cart td.product-price:before,
  .shop_table.cart td.product-quantity:before,
  .shop_table.cart td.product-subtotal:before {
    content: attr(data-title) ': ';
    float: left;
  }
  .shop_table.cart td.product-thumbnail {
    padding-top: 0;
    text-align: center;
    border-bottom-width: 0;
  }
  .shop_table.cart td.product-thumbnail img {
    width: 144px !important;
    max-width: 144px;
    min-width: 144px !important;
  }
  .shop_table.cart td.product-quantity div.quantity {
    display: inline-block;
  }
  .shop_table.cart td.product-name,
  .shop_table.cart td.product-data,
  .shop_table.cart td.product-price,
  .shop_table.cart td.product-quantity {
    border-bottom-width: 0;
    padding: 9px 0;
  }
  .shop_table.cart td.product-subtotal {
    padding-top: 9px;
  }
  .shop_table.cart td.product-remove {
    border-bottom-width: 0;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: -16px;
  }
  .shop_table.cart td.product-quantity input.qty {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .shop_table.cart.compact-layout tbody tr {
    position: relative;
  }
  .shop_table.cart.compact-layout tbody td {
    text-align: left;
    padding-left: 171px;
  }
  .shop_table.cart.compact-layout tbody td:before {
    content: none;
  }
  .shop_table.cart.compact-layout tbody td.product-thumbnail {
    padding-left: 0;
    position: absolute;
    left: 0;
    padding-top: 27px;
  }
  .shop_table.cart.compact-layout tbody td.product-thumbnail img {
    width: 144px;
    max-width: 144px;
    min-width: auto;
  }
  .shop_table.cart.compact-layout tbody td.product-data {
    padding-top: 27px;
  }
  .shop_table.cart td.actions {
    padding-left: 0 !important;
  }
  .shop_table.cart td.actions .button {
    width: 100%;
  }
  .shop_table.cart td.actions div.coupon {
    margin-right: 0;
  }
  .shop_table.cart td.actions #coupon_code {
    width: 100%;
    max-width: 100%;
  }
}
.input-underline .shop_table td.product-quantity input.qty {
  padding-left: 21px !important;
}
.cart-totals .shop_table tbody td,
.woocommerce-checkout-review-order .shop_table tbody td {
  width: 25%;
}
.thumb-size-medium .shop_table td.product-thumbnail img {
  width: 144px;
  min-width: 144px;
}
.thumb-size-big .shop_table td.product-thumbnail img {
  width: 198px;
  min-width: 198px;
}
.vertical-align-top .shop_table th,
.vertical-align-top .shop_table td {
  vertical-align: top;
}
@media (min-width: 570px) {
  .vertical-align-top .shop_table td.product-quantity input.qty {
    padding: 0 0 0 9px !important;
    font-size: inherit;
    border: none;
    box-shadow: none;
    background-color: transparent !important;
  }
}
.vertical-align-top .shop_table a.remove {
  line-height: 0;
}
.woocommerce:not(.order-table-with-thumbs) .shop_table.woocommerce-checkout-review-order-table .cart_item td,
.woocommerce:not(.order-table-with-thumbs) .shop_table .order_item td {
  padding: 5px 0 4px;
  border-bottom-width: 0;
}
.woocommerce:not(.order-table-with-thumbs) .shop_table.woocommerce-checkout-review-order-table .cart_item td.product-name img,
.woocommerce:not(.order-table-with-thumbs) .shop_table .order_item td.product-name img,
.woocommerce:not(.order-table-with-thumbs) .shop_table.woocommerce-checkout-review-order-table .cart_item td.product-name .product-item-thumb,
.woocommerce:not(.order-table-with-thumbs) .shop_table .order_item td.product-name .product-item-thumb {
  display: none;
}
.woocommerce:not(.order-table-with-thumbs) .shop_table.woocommerce-checkout-review-order-table .cart_item:first-child td,
.woocommerce:not(.order-table-with-thumbs) .shop_table .order_item:first-child td {
  padding-top: 27px;
}
.woocommerce:not(.order-table-with-thumbs) .shop_table.woocommerce-checkout-review-order-table .cart_item:last-child td,
.woocommerce:not(.order-table-with-thumbs) .shop_table .order_item:last-child td {
  border-bottom-width: 1px;
  padding-bottom: 27px;
}
h2 + .shop_table {
  margin-top: 27px;
}
.no-cart-table-titles .woocommerce-cart-form h2 + .shop_table,
.no-cart-totals-titles .cart-collaterals h2 + .shop_table {
  margin-top: 0 !important;
}
#shipping_method {
  list-style: none outside;
  margin: -5px 0 -10px;
  padding: 0;
}
#shipping_method label {
  display: list-item;
}
#shipping_method input[type="radio"] + label {
  padding-right: 25px;
}
#shipping_method input[type="hidden"] + label {
  margin-bottom: 0;
}
#shipping_method li {
  margin-top: 2px;
}
#shipping_method li:first-child {
  margin-top: 0;
}
#shipping_method input[type="radio"] {
  margin: 5px 0 0 9px;
  float: right;
}
.uncode-wc-module .style-dark input[type="checkbox"],
.style-light .uncode-wc-module .style-dark input[type="checkbox"],
.uncode-wc-module .style-dark input[type="radio"],
.style-light .uncode-wc-module .style-dark input[type="radio"] {
  background-color: transparent !important;
}
.wc-forward,
.wc-forward a {
  font-size: 12px;
}
.wc-backward,
.wc-backward {
  display: inline-block;
  font-style: normal !important;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border-style: solid;
  border-radius: 2px;
  -webkit-text-stroke: 0px;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 569px) {
  .wc-backward,
  .wc-backward {
    transform: scale(0.8);
    transform-origin: left;
  }
  .navbar .wc-backward,
  .menu-accordion .wc-backward,
  .navbar .wc-backward,
  .menu-accordion .wc-backward {
    transform: none;
  }
}
body:not(.uncode-accessible) .wc-backward,
body:not(.uncode-accessible) .wc-backward {
  outline: 0;
}
.product_button_loop.loading {
  background-image: none !important;
}
.add_to_cart_button.added_and_noted .add_to_cart_text {
  opacity: 0 !important;
}
.add_to_cart_button .view-cart.added_to_cart {
  left: 0;
  position: absolute;
  width: 100%;
}
.product_button_loop.add_to_cart_button .view-cart.added_to_cart {
  bottom: 0;
  transform: translateY(calc(-50% + 0.5px));
}
.add_to_cart_button.loading span {
  opacity: 0 !important;
}
.add_to_cart_button.loading:after {
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease;
  transition-delay: 0.4s;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  content: "";
  z-index: 1000;
}
.tmb-light .t-entry-visual .add_to_cart_button.loading:after {
}
.tmb-dark .t-entry-visual .add_to_cart_button.loading:after {
}
.product_type_simple {
  position: relative;
}
.product_type_simple:not(.btn-block) + .added_to_cart {
  margin-left: 9px;
}
.product_type_simple.btn-block + .added_to_cart {
  margin-top: 9px;
}
.wc-proceed-to-checkout {
  text-align: right;
  margin: 36px 0px 0px 0px;
}
.wc-proceed-to-checkout .btn-lg {
  margin-top: 9px;
}
.wc-proceed-to-checkout .btn-xl {
  margin-top: 18px;
}
.uncode-wc-account-forms .btn-lg {
  margin-top: 9px;
}
.uncode-wc-account-forms .btn-xl {
  margin-top: 18px;
}
.btn.checkout,
.btn.checkout-button {
  transform-origin: right !important;
}
@media (max-width: 959px) {
  .btn.checkout,
  .btn.checkout-button {
    width: 100%;
  }
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  border: 1px solid;
}
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled {
  border: 1px solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.woocommerce a.added_to_cart {
  padding-top: .5em;
  white-space: nowrap;
  display: inline-block;
}
@media (min-width: 960px) {
  .minicart-notification.uncode-sidecart-enabled.uncode-sidecart-mobile-disabled a.added_to_cart,
  .minicart-notification:not(.uncode-sidecart-enabled) a.added_to_cart {
    display: none;
  }
}
.minicart-notification.uncode-sidecart-enabled:not(.uncode-sidecart-mobile-disabled) a.added_to_cart {
  display: none;
}
a.button:not(.t-table-add-to-cart).loading,
button.button:not(.t-table-add-to-cart).loading,
input.button:not(.t-table-add-to-cart).loading {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 75%;
}
a.button:not(.t-table-add-to-cart).loading > span,
button.button:not(.t-table-add-to-cart).loading > span,
input.button:not(.t-table-add-to-cart).loading > span {
  opacity: 0;
}
.style-dark a.button:not(.t-table-add-to-cart).loading,
.style-dark button.button:not(.t-table-add-to-cart).loading,
.style-dark input.button:not(.t-table-add-to-cart).loading,
a.button:not(.t-table-add-to-cart).loading .style-light .style-dark,
button.button:not(.t-table-add-to-cart).loading .style-light .style-dark,
input.button:not(.t-table-add-to-cart).loading .style-light .style-dark {
}
.style-light a.button:not(.t-table-add-to-cart).loading,
.style-light button.button:not(.t-table-add-to-cart).loading,
.style-light input.button:not(.t-table-add-to-cart).loading,
a.button:not(.t-table-add-to-cart).loading .style-dark .style-light,
button.button:not(.t-table-add-to-cart).loading .style-dark .style-light,
input.button:not(.t-table-add-to-cart).loading .style-dark .style-light {
}
.style-light a.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.style-light button.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.style-light input.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.style-light a.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,
.style-light button.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,
.style-light input.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,
.style-light a.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active,
.style-light button.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active,
.style-light input.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active {
}
.style-dark a.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.style-dark button.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.style-dark input.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.style-dark a.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,
.style-dark button.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,
.style-dark input.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,
.style-dark a.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active,
.style-dark button.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active,
.style-dark input.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active {
}
a.button.t-table-add-to-cart.loading > span,
button.button.t-table-add-to-cart.loading > span,
input.button.t-table-add-to-cart.loading > span {
  opacity: 0;
}
a.button.t-table-add-to-cart.loading::after,
button.button.t-table-add-to-cart.loading::after,
input.button.t-table-add-to-cart.loading::after {
  background-size: contain;
}
.style-dark a.button.t-table-add-to-cart.loading::after,
.style-dark button.button.t-table-add-to-cart.loading::after,
.style-dark input.button.t-table-add-to-cart.loading::after,
.style-light .style-dark a.button.t-table-add-to-cart.loading::after,
.style-light .style-dark button.button.t-table-add-to-cart.loading::after,
.style-light .style-dark input.button.t-table-add-to-cart.loading::after {
}
.style-light a.button.t-table-add-to-cart.loading::after,
.style-light button.button.t-table-add-to-cart.loading::after,
.style-light input.button.t-table-add-to-cart.loading::after,
.style-dark .style-light a.button.t-table-add-to-cart.loading::after,
.style-dark .style-light button.button.t-table-add-to-cart.loading::after,
.style-dark .style-light input.button.t-table-add-to-cart.loading::after {
}
.btn-hidden {
  display: none !important;
}
.woocommerce:not(.uncode-wc-module) .btn-hidden,
.vc_editor.compose-mode .btn-hidden {
  display: inline-block !important;
}
.uncode-wc-module .btn-block {
  width: 100% !important;
  display: inline-block !important;
}
.add_to_cart_inline .h3 {
  margin-right: 27px;
  text-decoration: none;
}
.woocommerce .shop_table .quantity,
.woocommerce .quantity {
  display: inline-block;
  float: none;
  position: relative;
  vertical-align: middle;
  zoom: 1;
}
.woocommerce .shop_table .quantity .qty-inset,
.woocommerce .quantity .qty-inset {
  border: 1px solid transparent;
  display: inline-block;
  position: relative;
}
.woocommerce .shop_table .quantity input.qty,
.woocommerce .quantity input.qty {
  float: left;
  font-size: .8em;
  font-weight: 400;
  text-align: center;
}
.woocommerce .shop_table .quantity input.qty.btn-block,
.woocommerce .quantity input.qty.btn-block {
  margin: 0;
}
@media (min-width: 960px) {
  .woocommerce .shop_table .quantity input[type="number"].qty,
  .woocommerce .quantity input[type="number"].qty {
    padding: 15px 0 15px 15px;
  }
}
@media (max-width: 959px) {
  .woocommerce .shop_table .quantity input[type="number"].qty,
  .woocommerce .quantity input[type="number"].qty {
    padding: 15px;
  }
}
.woocommerce .shop_table .quantity input[type="number"].qty:not(.btn-block),
.woocommerce .quantity input[type="number"].qty:not(.btn-block) {
  display: inline-block;
  max-width: 90px;
  margin: 0 9px 0 0;
}
.woocommerce .shop_table .quantity input[type="number"].qty.btn-block,
.woocommerce .quantity input[type="number"].qty.btn-block {
  margin: 0 0 18px 0 !important;
}
.woocommerce .shop_table .quantity input[type="number"].qty ::-webkit-outer-spin-button,
.woocommerce .quantity input[type="number"].qty ::-webkit-outer-spin-button,
.woocommerce .shop_table .quantity input[type="number"].qty input::-webkit-inner-spin-button,
.woocommerce .quantity input[type="number"].qty input::-webkit-inner-spin-button {
  opacity: 0;
}
.woocommerce .shop_table .quantity input[type="number"].qty:hover ::-webkit-outer-spin-button,
.woocommerce .quantity input[type="number"].qty:hover ::-webkit-outer-spin-button,
.woocommerce .shop_table .quantity input[type="number"].qty:hover input::-webkit-inner-spin-button,
.woocommerce .quantity input[type="number"].qty:hover input::-webkit-inner-spin-button {
  opacity: 1;
}
.woocommerce .shop_table .quantity input[type="text"].qty,
.woocommerce .quantity input[type="text"].qty {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-block;
  float: left;
  padding: 17px 61px 17px 61px !important;
}
.woocommerce .shop_table .quantity input[type="text"].qty:not(.btn-block),
.woocommerce .quantity input[type="text"].qty:not(.btn-block) {
  margin: 0;
  max-width: 200px;
}
.woocommerce .shop_table .quantity .qty-minus,
.woocommerce .quantity .qty-minus,
.woocommerce .shop_table .quantity .qty-plus,
.woocommerce .quantity .qty-plus {
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: calc(50% - 15px);
  width: 30px;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  font-size: 12px;
}
.woocommerce .shop_table .quantity .qty-minus,
.woocommerce .quantity .qty-minus {
  left: 20px;
}
.woocommerce .shop_table .quantity .qty-plus,
.woocommerce .quantity .qty-plus {
  right: 20px;
}
form.cart .quantity input[type="number"].qty:not(.btn-block) {
  width: 90px;
}
.quantity .qty-inset {
  border: 0 !important;
}
.woocommerce .product .qty-inset,
.vc_element .cart.woocommerce .qty-inset {
  float: left;
  margin: 0 9px 0 0 !important;
}
.woocommerce .product .qty-inset.btn-block,
.vc_element .cart.woocommerce .qty-inset.btn-block {
  margin: 0 0 18px 0 !important;
}
.woocommerce-pagination {
  text-align: center;
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 36px;
}
.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  margin-top: 36px;
}
.woocommerce-pagination ul:before,
.woocommerce-pagination ul:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.woocommerce-pagination ul:after {
  clear: both;
}
.woocommerce-pagination ul:before,
.woocommerce-pagination ul:after {
  content: " ";
  display: table;
}
.woocommerce-pagination ul:after {
  clear: both;
}
.woocommerce-pagination ul li {
  display: inline-block;
}
.woocommerce-pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  width: 36px;
}
.woocommerce-pagination ul li .prev,
.woocommerce-pagination ul li .next {
  font-family: "uncodeicon";
  text-indent: -9999px;
}
.woocommerce-pagination ul li .prev:before,
.woocommerce-pagination ul li .next:before {
  float: left;
  text-indent: 0;
  width: 36px;
}
.woocommerce-pagination ul li .prev:before {
  content: "\f104";
}
.woocommerce-pagination ul li .next:before {
  content: "\f105";
}
body .wc-stripe-error.woocommerce-message,
.style-light .wc-stripe-error.woocommerce-message,
.style-dark .style-light .wc-stripe-error.woocommerce-message,
body .wc-notice.woocommerce-message,
.style-light .wc-notice.woocommerce-message,
.style-dark .style-light .wc-notice.woocommerce-message {
  background-color: rgba(48, 49, 51, 0.05);
  border-radius: 3px;
  color: #303133;
  list-style-type: none !important;
  margin-bottom: 36px;
  padding: 12px 18px !important;
}
body .wc-stripe-error.woocommerce-error,
.style-light .wc-stripe-error.woocommerce-error,
.style-dark .style-light .wc-stripe-error.woocommerce-error,
body .wc-notice.woocommerce-error,
.style-light .wc-notice.woocommerce-error,
.style-dark .style-light .wc-notice.woocommerce-error {
  background-color: rgba(255, 49, 0, 0.05);
  border-radius: 3px;
  color: #ff3100;
  list-style-type: none !important;
  margin-bottom: 36px;
  padding: 18px 27px !important;
}
ulbody .wc-stripe-error,
ul.style-light .wc-stripe-error,
ul.style-dark .style-light .wc-stripe-error,
ulbody .wc-notice,
ul.style-light .wc-notice,
ul.style-dark .style-light .wc-notice {
  margin-top: 0 !important;
}
body .wc-stripe-error li,
.style-light .wc-stripe-error li,
.style-dark .style-light .wc-stripe-error li,
body .wc-notice li,
.style-light .wc-notice li,
.style-dark .style-light .wc-notice li,
body .wc-stripe-error p,
.style-light .wc-stripe-error p,
.style-dark .style-light .wc-stripe-error p,
body .wc-notice p,
.style-light .wc-notice p,
.style-dark .style-light .wc-notice p {
  font-size: 1em !important;
}
body .wc-stripe-error p,
.style-light .wc-stripe-error p,
.style-dark .style-light .wc-stripe-error p,
body .wc-notice p,
.style-light .wc-notice p,
.style-dark .style-light .wc-notice p {
  margin: 0;
}
body .wc-stripe-error .wc-forward,
.style-light .wc-stripe-error .wc-forward,
.style-dark .style-light .wc-stripe-error .wc-forward,
body .wc-notice .wc-forward,
.style-light .wc-notice .wc-forward,
.style-dark .style-light .wc-notice .wc-forward {
  float: right;
  text-shadow: none;
  margin: 0;
  color: #303133;
}
body .wc-stripe-error .wc-forward:hover,
.style-light .wc-stripe-error .wc-forward:hover,
.style-dark .style-light .wc-stripe-error .wc-forward:hover,
body .wc-notice .wc-forward:hover,
.style-light .wc-notice .wc-forward:hover,
.style-dark .style-light .wc-notice .wc-forward:hover {
  color: #000 !important;
}
body .wc-stripe-error .wc-forward:after,
.style-light .wc-stripe-error .wc-forward:after,
.style-dark .style-light .wc-stripe-error .wc-forward:after,
body .wc-notice .wc-forward:after,
.style-light .wc-notice .wc-forward:after,
.style-dark .style-light .wc-notice .wc-forward:after {
  font-family: uncodeicon;
  content: '\e0c3';
  color: inherit;
  margin-left: .5em;
  width: 1.28571429em;
  height: 1.28571429em;
  display: inline-block;
  text-align: center;
}
body .wc-stripe-error .wc-backward,
.style-light .wc-stripe-error .wc-backward,
.style-dark .style-light .wc-stripe-error .wc-backward,
body .wc-notice .wc-backward,
.style-light .wc-notice .wc-backward,
.style-dark .style-light .wc-notice .wc-backward,
body .wc-stripe-error .wc-backward,
.style-light .wc-stripe-error .wc-backward,
.style-dark .style-light .wc-stripe-error .wc-backward,
body .wc-notice .wc-backward,
.style-light .wc-notice .wc-backward,
.style-dark .style-light .wc-notice .wc-backward {
  margin-left: 18px;
}
body .wc-stripe-error.woocommerce-message a,
.style-light .wc-stripe-error.woocommerce-message a,
.style-dark .style-light .wc-stripe-error.woocommerce-message a,
body .wc-notice.woocommerce-message a,
.style-light .wc-notice.woocommerce-message a,
.style-dark .style-light .wc-notice.woocommerce-message a,
body .wc-stripe-error.woocommerce-message .wc-forward,
.style-light .wc-stripe-error.woocommerce-message .wc-forward,
.style-dark .style-light .wc-stripe-error.woocommerce-message .wc-forward,
body .wc-notice.woocommerce-message .wc-forward,
.style-light .wc-notice.woocommerce-message .wc-forward,
.style-dark .style-light .wc-notice.woocommerce-message .wc-forward {
  color: #303133;
}
body .wc-stripe-error.woocommerce-message a:hover,
.style-light .wc-stripe-error.woocommerce-message a:hover,
.style-dark .style-light .wc-stripe-error.woocommerce-message a:hover,
body .wc-notice.woocommerce-message a:hover,
.style-light .wc-notice.woocommerce-message a:hover,
.style-dark .style-light .wc-notice.woocommerce-message a:hover,
body .wc-stripe-error.woocommerce-message .wc-forward:hover,
.style-light .wc-stripe-error.woocommerce-message .wc-forward:hover,
.style-dark .style-light .wc-stripe-error.woocommerce-message .wc-forward:hover,
body .wc-notice.woocommerce-message .wc-forward:hover,
.style-light .wc-notice.woocommerce-message .wc-forward:hover,
.style-dark .style-light .wc-notice.woocommerce-message .wc-forward:hover {
  color: #000 !important;
}
body .wc-stripe-error.woocommerce-error a,
.style-light .wc-stripe-error.woocommerce-error a,
.style-dark .style-light .wc-stripe-error.woocommerce-error a,
body .wc-notice.woocommerce-error a,
.style-light .wc-notice.woocommerce-error a,
.style-dark .style-light .wc-notice.woocommerce-error a,
body .wc-stripe-error.woocommerce-error .wc-forward,
.style-light .wc-stripe-error.woocommerce-error .wc-forward,
.style-dark .style-light .wc-stripe-error.woocommerce-error .wc-forward,
body .wc-notice.woocommerce-error .wc-forward,
.style-light .wc-notice.woocommerce-error .wc-forward,
.style-dark .style-light .wc-notice.woocommerce-error .wc-forward {
  color: #ff3100;
}
body .wc-stripe-error.woocommerce-error a:hover,
.style-light .wc-stripe-error.woocommerce-error a:hover,
.style-dark .style-light .wc-stripe-error.woocommerce-error a:hover,
body .wc-notice.woocommerce-error a:hover,
.style-light .wc-notice.woocommerce-error a:hover,
.style-dark .style-light .wc-notice.woocommerce-error a:hover,
body .wc-stripe-error.woocommerce-error .wc-forward:hover,
.style-light .wc-stripe-error.woocommerce-error .wc-forward:hover,
.style-dark .style-light .wc-stripe-error.woocommerce-error .wc-forward:hover,
body .wc-notice.woocommerce-error .wc-forward:hover,
.style-light .wc-notice.woocommerce-error .wc-forward:hover,
.style-dark .style-light .wc-notice.woocommerce-error .wc-forward:hover {
  color: #991d00 !important;
}
.row-parent > .wc-notice {
  margin-bottom: 0;
}
.single-product .wc-notice.woocommerce-message {
  padding: 18px 27px !important;
}
.style-dark .wc-stripe-error.woocommerce-message,
.style-light .style-dark .wc-stripe-error.woocommerce-message,
.style-dark .wc-notice.woocommerce-message,
.style-light .style-dark .wc-notice.woocommerce-message,
.style-dark .wc-stripe-error.woocommerce-error,
.style-light .style-dark .wc-stripe-error.woocommerce-error,
.style-dark .wc-notice.woocommerce-error,
.style-light .style-dark .wc-notice.woocommerce-error {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.style-dark .wc-stripe-error .wc-forward,
.style-light .style-dark .wc-stripe-error .wc-forward,
.style-dark .wc-notice .wc-forward,
.style-light .style-dark .wc-notice .wc-forward {
  color: #fff;
}
.style-dark .wc-stripe-error .wc-forward:hover,
.style-light .style-dark .wc-stripe-error .wc-forward:hover,
.style-dark .wc-notice .wc-forward:hover,
.style-light .style-dark .wc-notice .wc-forward:hover {
  color: #fff !important;
}
.style-dark .wc-stripe-error.woocommerce-message a,
.style-light .style-dark .wc-stripe-error.woocommerce-message a,
.style-dark .wc-notice.woocommerce-message a,
.style-light .style-dark .wc-notice.woocommerce-message a,
.style-dark .wc-stripe-error.woocommerce-message .wc-forward,
.style-light .style-dark .wc-stripe-error.woocommerce-message .wc-forward,
.style-dark .wc-notice.woocommerce-message .wc-forward,
.style-light .style-dark .wc-notice.woocommerce-message .wc-forward {
  color: #fff !important;
}
.style-dark .wc-stripe-error.woocommerce-message a:hover,
.style-light .style-dark .wc-stripe-error.woocommerce-message a:hover,
.style-dark .wc-notice.woocommerce-message a:hover,
.style-light .style-dark .wc-notice.woocommerce-message a:hover,
.style-dark .wc-stripe-error.woocommerce-message .wc-forward:hover,
.style-light .style-dark .wc-stripe-error.woocommerce-message .wc-forward:hover,
.style-dark .wc-notice.woocommerce-message .wc-forward:hover,
.style-light .style-dark .wc-notice.woocommerce-message .wc-forward:hover {
  color: #fff !important;
}
.style-dark .wc-stripe-error.woocommerce-error a,
.style-light .style-dark .wc-stripe-error.woocommerce-error a,
.style-dark .wc-notice.woocommerce-error a,
.style-light .style-dark .wc-notice.woocommerce-error a,
.style-dark .wc-stripe-error.woocommerce-error .wc-forward,
.style-light .style-dark .wc-stripe-error.woocommerce-error .wc-forward,
.style-dark .wc-notice.woocommerce-error .wc-forward,
.style-light .style-dark .wc-notice.woocommerce-error .wc-forward {
  color: #fff !important;
}
.style-dark .wc-stripe-error.woocommerce-error a:hover,
.style-light .style-dark .wc-stripe-error.woocommerce-error a:hover,
.style-dark .wc-notice.woocommerce-error a:hover,
.style-light .style-dark .wc-notice.woocommerce-error a:hover,
.style-dark .wc-stripe-error.woocommerce-error .wc-forward:hover,
.style-light .style-dark .wc-stripe-error.woocommerce-error .wc-forward:hover,
.style-dark .wc-notice.woocommerce-error .wc-forward:hover,
.style-light .style-dark .wc-notice.woocommerce-error .wc-forward:hover {
  color: #fff !important;
}
.woocommerce span.onsale,
.woocommerce span.soldout {
  pointer-events: none;
  z-index: 100;
  top: 10px;
  left: 10px;
  border-radius: 2px;
  font-size: 11px !important;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  color: #ffffff !important;
}
.woocommerce span.soldout {
  background-color: #F73B3B;
}
.font-ui + .font-ui .soldout {
  margin-top: 25px;
}
.woocommerce .product-badge {
  left: 0;
  position: absolute;
  z-index: 100;
}
.uncode-wrapper-lateral .product-badge.product-badge-w-th {
  left: 68px;
}
.tmb-woocommerce.tmb .t-entry .t-entry-category a,
.tmb-woocommerce.tmb .t-entry .t-entry-category .cat-comma {
  font-weight: 400;
}
.tmb-woocommerce.tmb .t-entry span.price {
  display: block;
}
.tmb-woocommerce.tmb .t-entry span.price del {
  display: inline;
  font-size: inherit !important;
}
.tmb-woocommerce.tmb .t-entry span.price ins {
  display: inline;
  font-size: inherit !important;
  text-decoration: none;
}
.tmb-woocommerce.tmb .t-entry .t-entry-stars .star-rating,
.tmb-woocommerce.tmb .t-entry .t-entry-meta .star-rating {
  margin-top: 2px;
}
.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a {
  box-sizing: border-box;
  height: 40px;
  bottom: -40px;
  width: 100%;
  padding: 10px;
  position: absolute;
  text-align: center;
  z-index: 1000;
  white-space: nowrap;
  transition: bottom 0.2s ease-in-out;
  font-size: 12px;
  line-height: 1.75;
  margin: 18px 0 0;
}
.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a:not(.default-typography) {
  text-transform: uppercase !important;
}
.enhanced-atc.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a {
  border-radius: 2px;
  background-clip: padding-box;
  bottom: -60px;
  width: auto;
  font-weight: 700 !important;
  left: 10px;
  right: 10px;
  opacity: 1;
  overflow: hidden;
  transition: bottom 0.4s ease 0.1s;
  transform: translateZ(0px);
}
.auto-width-atc.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a {
  left: 50%;
  padding-left: 36px;
  padding-right: 36px;
  right: auto;
  transform: translateX(-50%);
  width: auto;
}
.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a.default-typography {
  font-size: 12px !important;
  text-transform: uppercase !important;
}
.tmb-content-under.tmb-woocommerce.tmb .t-entry-visual .t-entry-variations {
  box-sizing: border-box;
  bottom: -60px;
  width: 100%;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  z-index: 999;
  white-space: nowrap;
  transition: bottom 0.2s ease-in-out;
  font-size: 12px;
  line-height: 1.75;
  margin: 18px 0 0;
}
.tmb-content-under.tmb-woocommerce.tmb .t-entry-visual .t-entry-variations .swatches-select {
  overflow: hidden;
}
.tmb-content-under.tmb-woocommerce.tmb .t-entry-visual .t-entry-variations.swatch-size-regular {
  bottom: -40px;
}
.tmb-content-under.tmb-woocommerce.tmb .t-entry-visual .t-entry-variations.swatch-size-small {
  bottom: -25px;
}
.tmb-content-under.tmb-woocommerce.tmb .t-entry-visual .t-entry-variations.single-attribute-selector--over-visible {
  bottom: 14px;
}
.tmb-woocommerce.tmb .t-entry-inline-price .t-entry .t-entry-title {
  display: inline-block;
  width: auto;
}
.hide-title-tooltip.tmb-woocommerce.tmb .t-entry-inline-price .t-entry .t-entry-title {
  display: none !important;
}
.tmb-woocommerce.tmb .t-entry-inline-price .t-entry .price {
  color: inherit !important;
  display: inline-block;
  margin: 0;
  width: auto;
}
.tmb-woocommerce.tmb .t-entry-inline-price .t-entry .price::before {
  content: "\002D";
  display: inline-block;
  padding: 0 .325em;
}
@media (max-width: 959px) {
  .tmb-woocommerce.tmb .t-entry-inline-price-responsive .t-entry .price {
    display: block;
  }
  .tmb-woocommerce.tmb .t-entry-inline-price-responsive .t-entry .price::before {
    display: none;
  }
}
.tmb-woocommerce.tmb .t-entry-stock--in-stock {
  display: none;
  margin-top: 0 !important;
}
.tmb.tmb-current-term {
  pointer-events: none !important;
}
.tmb .icon-badge > div,
.tmb .icon-badge > a {
  border-radius: 50px;
  background-clip: padding-box;
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
:not(.tmb-overlay-text-anim).tmb .icon-badge > div,
:not(.tmb-overlay-text-anim).tmb .icon-badge > a,
.tmb-text-showed.tmb .icon-badge > div,
.tmb-text-showed.tmb .icon-badge > a {
  opacity: 1;
}
.tmb-overlay-text-anim:not(.tmb-text-showed).tmb .icon-badge > div,
.tmb-overlay-text-anim:not(.tmb-text-showed).tmb .icon-badge > a {
  opacity: 0;
}
.tmb .t-entry-visual:hover .add-to-cart-overlay a,
.tmb.tmb-all-hover.tmb-content-under .t-inside:hover .add-to-cart-overlay a,
.tmb .t-entry-visual:focus .add-to-cart-overlay a,
.tmb.tmb-all-hover.tmb-content-under .t-inside:focus .add-to-cart-overlay a {
  bottom: 0;
}
.enhanced-atc.tmb .t-entry-visual:hover .add-to-cart-overlay a,
.enhanced-atc.tmb.tmb-all-hover.tmb-content-under .t-inside:hover .add-to-cart-overlay a,
.enhanced-atc.tmb .t-entry-visual:focus .add-to-cart-overlay a,
.enhanced-atc.tmb.tmb-all-hover.tmb-content-under .t-inside:focus .add-to-cart-overlay a {
  bottom: 10px;
  transition: bottom 0.3s ease 0.1s;
  opacity: 1;
}
.enhanced-atc.tmb .t-entry-visual:hover .add-to-cart-overlay a > span,
.enhanced-atc.tmb.tmb-all-hover.tmb-content-under .t-inside:hover .add-to-cart-overlay a > span,
.enhanced-atc.tmb .t-entry-visual:focus .add-to-cart-overlay a > span,
.enhanced-atc.tmb.tmb-all-hover.tmb-content-under .t-inside:focus .add-to-cart-overlay a > span {
  opacity: 1;
}
.tmb .t-entry-visual:hover .t-entry-variations,
.tmb.tmb-all-hover.tmb-content-under .t-inside:hover .t-entry-variations,
.tmb .t-entry-visual:focus .t-entry-variations,
.tmb.tmb-all-hover.tmb-content-under .t-inside:focus .t-entry-variations {
  bottom: 14px !important;
}
.tmb .t-entry-visual:hover .t-entry-variations.single-attribute-selector--shift,
.tmb.tmb-all-hover.tmb-content-under .t-inside:hover .t-entry-variations.single-attribute-selector--shift,
.tmb .t-entry-visual:focus .t-entry-variations.single-attribute-selector--shift,
.tmb.tmb-all-hover.tmb-content-under .t-inside:focus .t-entry-variations.single-attribute-selector--shift {
  bottom: 54px !important;
}
.tmb-overlay-text-anim.tmb .t-entry-visual:hover .icon-badge > div,
.tmb-overlay-text-anim.tmb.tmb-all-hover.tmb-content-under .t-inside:hover .icon-badge > div,
.tmb-overlay-text-anim.tmb .t-entry-visual:focus .icon-badge > div,
.tmb-overlay-text-anim.tmb.tmb-all-hover.tmb-content-under .t-inside:focus .icon-badge > div,
.tmb-overlay-text-anim.tmb .t-entry-visual:hover .icon-badge > a,
.tmb-overlay-text-anim.tmb.tmb-all-hover.tmb-content-under .t-inside:hover .icon-badge > a,
.tmb-overlay-text-anim.tmb .t-entry-visual:focus .icon-badge > a,
.tmb-overlay-text-anim.tmb.tmb-all-hover.tmb-content-under .t-inside:focus .icon-badge > a {
  opacity: 1;
}
.tmb .t-entry-attribute-image img {
  display: inline-block;
  max-width: 80px;
  border-width: 1px;
  border-style: solid;
}
.tmb .t-entry-attribute-image.no-border img {
  border: none;
}
.woocommerce .woocommerce-breadcrumb {
  font-size: 12px;
  border: 1px solid;
  padding: 18px 18px 18px 18px;
}
.woocommerce .woocommerce-breadcrumb:before,
.woocommerce .woocommerce-breadcrumb:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.woocommerce .woocommerce-breadcrumb:after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb:before,
.woocommerce .woocommerce-breadcrumb:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb:after {
  clear: both;
}
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: .5em 0;
  text-align: center;
  z-index: 99998;
}
.admin-bar p.demo_store {
  top: 28px;
}
.select2-container {
  margin: 0;
  position: relative;
  display: block !important;
  zoom: 1;
  vertical-align: middle;
}
body.ajax-filter-sidebar-overlay .select2-container {
  z-index: 10003;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container .select2-choice {
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-position: 100% center;
  background-repeat: no-repeat;
}
.style-light .select2-container .select2-choice {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+);
}
.style-dark .select2-container .select2-choice {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+);
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ccc;
  border-radius: 0 0 4px 4px;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 5px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
body:not(.uncode-accessible) .select2-container .select2-choice abbr {
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-radius: 3px 3px 0 0;
}
.select2-drop-active {
  border-width: 1px;
  border-style: solid;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-width: 1px;
  border-style: solid;
}
.select2-drop-auto-width {
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-radius: 3px 0 0 3px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
  padding-bottom: 4px;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  padding: 10px 35px 10px 15px !important;
  margin: 0;
  font-family: sans-serif;
  font-size: 1em;
  border-width: 1px !important;
  border-style: solid !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body:not(.uncode-accessible) .select2-search input {
  outline: 0;
}
html[dir="rtl"] .select2-search input {
  padding-left: 35px !important;
  padding-right: 15px !important;
  padding: 4px 5px 4px 20px;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border-width: 1px;
  border-style: solid;
}
body:not(.uncode-accessible) .select2-container-active .select2-choice,
body:not(.uncode-accessible) .select2-container-active .select2-choices {
  outline: 0;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-arrow b:after {
  border-top-color: transparent;
  margin-top: -6px;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-top-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: 0 0;
  border-left: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-results {
  max-height: 200px;
  padding: 0 15px 15px;
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  margin: 3px 0;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 700;
}
.select2-results .select2-result-label {
  padding: 5px 7px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #f1f1f1;
  border-radius: 3px;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: 0 0;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000000;
}
.select2-results .select2-ajax-error,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  background-color: #ffffff;
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border-width: 1px;
  border-style: solid;
}
body:not(.uncode-accessible) .select2-container-multi.select2-container-active .select2-choices {
  outline: 0;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0 !important;
}
body:not(.uncode-accessible) .select2-container-multi .select2-choices .select2-search-field input {
  outline: 0;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
}
.select2-default {
  color: #999999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 5px 8px 5px 24px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 15px;
  color: #333;
  cursor: default;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 5px 24px 5px 8px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 7px;
  top: 6px;
  font-size: 1px;
}
body:not(.uncode-accessible) .select2-search-choice-close {
  outline: 0;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 7px;
}
.select2-container-multi .select2-search-choice-close {
  left: 7px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 7px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: 0 0;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}
body:not(.uncode-accessible) .select2-offscreen,
body:not(.uncode-accessible) .select2-offscreen:focus {
  outline: 0;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  border-width: 1px;
  border-style: solid;
  background-color: white;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.select2-search--dropdown {
  display: block;
  padding: 15px;
  position: relative;
}
.select2-search--dropdown:after {
  font-family: 'uncodeicon';
  content: "\e088";
  top: 27px;
  position: absolute;
  right: 30px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  display: block;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-position: 100% center;
  background-repeat: no-repeat;
}
.style-light .select2-container--default .select2-selection--single {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+);
}
.style-dark .select2-container--default .select2-selection--single {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder::after {
  content: '\00a0';
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
}
body:not(.uncode-accessible) .select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}
body:not(.uncode-accessible) .select2-container--default .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #f1f1f1;
  border-radius: 3px;
}
.select2-container--default .select2-container--default .select2-results__option:not(.select2-results__option--highlighted) {
  background: transparent !important;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.uncode-wc-module div.blockUI {
  opacity: 0 !important;
}
.widget ul.product_list_widget {
  list-style: none outside;
  margin: 0;
  padding: 0!important;
}
.widget ul.product_list_widget li {
  padding: 0;
  list-style: none;
  position: relative;
}
:not(.widget_shopping_cart).widget ul.product_list_widget li {
  margin: 0 0 18px;
}
.widget_shopping_cart.widget ul.product_list_widget li {
  margin: 0;
}
.widget ul.product_list_widget li:before,
.widget ul.product_list_widget li:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.widget ul.product_list_widget li:after {
  clear: both;
}
.widget ul.product_list_widget li:before,
.widget ul.product_list_widget li:after {
  content: " ";
  display: table;
}
.widget ul.product_list_widget li:after {
  clear: both;
}
.widget ul.product_list_widget li.empty {
  padding-left: 0;
}
.widget ul.product_list_widget li:first-child {
  padding-top: 0;
}
.widget ul.product_list_widget li:first-child .remove {
  top: 6px;
}
.widget ul.product_list_widget li:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
}
.widget ul.product_list_widget li img {
  float: left;
  width: 40px;
  height: auto;
  margin-right: 18px;
  position: relative;
  top: 6px;
}
.widget ul.product_list_widget li .remove {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  top: 15px;
  position: absolute;
  right: 0;
}
.widget ul.product_list_widget li .remove i.fa {
  font-size: inherit !important;
  margin: 0 !important;
}
.widget ul.product_list_widget li .quantity {
  vertical-align: baseline;
}
.widget ul.product_list_widget li .reviewer {
  display: block;
  font-size: 12px;
  padding-left: 58px;
}
.widget-no-thumbs .widget ul.product_list_widget li .reviewer {
  padding-left: 0;
}
.widget ul.product_list_widget li .product-title {
  display: block;
  overflow: hidden;
}
.widget ul.product_list_widget li .star-rating {
  display: block;
  float: none;
  line-height: 9px;
  margin-bottom: 1px;
  margin-left: 58px;
}
.widget-no-thumbs .widget ul.product_list_widget li .star-rating {
  margin-left: 0;
}
.widget ul.product_list_widget li ins {
  text-decoration: none;
}
.widget ul.product_list_widget li ins.h2,
.widget ul.product_list_widget li ins.h3 {
  font-size: 13px;
  margin: 0;
  display: block;
  padding-left: 58px;
}
.widget-no-thumbs .widget ul.product_list_widget li ins.h2,
.widget-no-thumbs .widget ul.product_list_widget li ins.h3 {
  padding-left: 0;
}
.widget ul.product_list_widget li dl {
  line-height: 1;
  margin: 0;
}
.widget ul.product_list_widget li dl dt,
.widget ul.product_list_widget li dl dd {
  display: inline;
  font-size: .9em;
  font-weight: initial !important;
  margin-right: 0;
  margin-top: 0;
  line-height: 1;
}
.widget ul.product_list_widget li dl dd + dt::before {
  content: '';
  display: block;
}
.widget ul.product_list_widget li dl p {
  display: inline;
  font-size: 1em;
  font-weight: initial !important;
  margin: 0;
  line-height: 1;
}
.widget ul li a {
  font-weight: inherit;
}
.widget_shopping_cart ul.product_list_widget {
  padding-bottom: 30px !important;
}
.widget_shopping_cart ul.product_list_widget li {
  padding-bottom: 18px;
  padding-left: 58px;
  padding-right: 18px;
}
.widget_shopping_cart ul.product_list_widget li:first-child img {
  top: 6px;
}
.widget_shopping_cart ul.product_list_widget li img {
  float: none;
  width: 40px;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 15px;
}
.widget_shopping_cart ul.product_list_widget .quantity {
  display: block;
  font-size: 13px;
}
.widget_shopping_cart ul.product_list_widget .quantity .amount {
  margin-left: 2px;
}
.widget_shopping_cart .total {
  border-top: 1px solid;
  padding: 18px 0px 0px 0px;
  margin: 0;
}
.widget_shopping_cart .total strong {
  min-width: 40px;
  font-weight: 500;
}
.widget_shopping_cart .total .amount {
  float: right;
  margin: 0;
}
.widget_shopping_cart .buttons {
  border-top-width: 1px;
  border-top-style: solid;
  text-align: center;
  display: flex;
}
.widget_shopping_cart .buttons:before,
.widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.widget_shopping_cart .buttons:after {
  clear: both;
}
.widget_shopping_cart .buttons:before,
.widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
}
.widget_shopping_cart .buttons:after {
  clear: both;
}
.widget_shopping_cart .buttons .wc-forward {
  margin: 30px 9px 0px 9px;
  float: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 9px 25px 9px 25px !important;
  transform: none !important;
}
.widget_shopping_cart .buttons .wc-forward:first-child {
  margin-right: 2px;
}
.widget_shopping_cart .buttons .wc-forward:last-child {
  margin-left: 2px;
}
.widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.widget_layered_nav ul li {
  padding: 0 0 1px;
  list-style: none;
}
.widget_layered_nav ul li:before,
.widget_layered_nav ul li:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.widget_layered_nav ul li:after {
  clear: both;
}
.widget_layered_nav ul li:before,
.widget_layered_nav ul li:after {
  content: " ";
  display: table;
}
.widget_layered_nav ul li:after {
  clear: both;
}
.widget_layered_nav ul li.chosen a {
  text-decoration: none;
}
.widget_layered_nav ul li.chosen a:before {
  font-family: "uncodeicon";
  content: "\e117";
  font-size: 9px;
  position: relative;
  top: -1px;
  margin-right: 4px;
  font-weight: 600;
}
.widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.widget_layered_nav_filters ul li {
  padding: 0 0 1px;
  list-style: none;
}
.widget_layered_nav_filters ul li:before,
.widget_layered_nav_filters ul li:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.widget_layered_nav_filters ul li:after {
  clear: both;
}
.widget_layered_nav_filters ul li:before,
.widget_layered_nav_filters ul li:after {
  content: " ";
  display: table;
}
.widget_layered_nav_filters ul li:after {
  clear: both;
}
.widget_layered_nav_filters ul li:last-child a {
  margin-bottom: 0;
}
.widget_layered_nav_filters ul li a {
  font-size: 11px !important;
  padding: 2px 9px 1px 9px;
  display: inline-block;
  border: 1px solid;
  border-radius: 2px;
  margin: 0px 5px 9px 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.widget_layered_nav_filters ul li a:before {
  font-family: "uncodeicon";
  content: "\e117";
  font-size: 9px;
  margin-right: 9px;
}
.widget_price_filter .price_slider {
  margin: 18px 0px 0px 0px;
}
.widget_price_filter .price_label {
  margin: 27px 0px 0px 0px;
  padding: 9px 0px 0px 0px;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  width: 1.05em;
  height: 1.05em;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  top: -0.45em;
  margin-left: -1px;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.08), 2px 4px 5px rgba(0, 0, 0, 0.02), 2px 12px 10px rgba(0, 0, 0, 0.04), 2px 2px 5px rgba(0, 0, 0, 0.05);
}
body:not(.uncode-accessible) .widget_price_filter .ui-slider .ui-slider-handle {
  outline: 0;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -0.975em;
  box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.08), -2px 4px 5px rgba(0, 0, 0, 0.02), -2px 12px 10px rgba(0, 0, 0, 0.04), -2px 2px 5px rgba(0, 0, 0, 0.05);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  font-size: .7em;
  display: block;
  border: 0;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}
.widget-no-accent .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #999A9B;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.widget_price_filter .ui-slider-horizontal {
  height: .3em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget_product_search {
  position: relative;
}
.widget_product_search .search-field {
  width: 100%;
}
.widget_product_search i {
  position: absolute;
  right: 1.35em;
  bottom: 1em;
  margin-top: -7px !important;
}
.widget_product_search input[type="search"] {
  margin-top: 0;
}
#rating {
  opacity: 0;
}
.widget_rating_filter span.star-rating {
  top: 3px;
}
.widget-no-reviews .star-rating {
  display: none !important;
}
.widget-no-thumbs .product_list_widget img {
  display: none !important;
}
@-moz-document url-prefix() & {
  .uncode-cart {
    display: table;
  }
}
@media (min-width: 960px) {
  body[class*=hmenu] div:not(.menu-accordion) > ul.menu-smart .uncode-cart .dropdown-toggle {
    width: 20px;
  }
}
.uncode-cart .badge {
  border-radius: 100%;
  background-clip: padding-box;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  height: 1.75em;
  letter-spacing: 0.5px;
  line-height: 1.9em;
  margin: 0 !important;
  position: absolute;
  text-align: center !important;
  top: 50%;
  transform: translateY(-100%) scale(0);
  width: 1.75em;
  transition: transform 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body.no-qty-fx .uncode-cart .badge {
  transform: translateY(-100%) scale(1);
}
.uncode-cart .badge.init-product-counter {
  transform: translateY(-100%) scale(1);
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 959px) {
  .uncode-cart .badge {
    left: -10px;
  }
}
body[class*=vmenu] .uncode-cart .badge {
  margin-left: 6px !important;
  margin-top: 1px !important;
}
@media (min-width: 960px) {
  body[class*=hmenu] div:not(.menu-accordion) > ul.menu-smart .uncode-cart .badge {
    display: block;
  }
  body[class*=hmenu]:not(.rtl) div:not(.menu-accordion) > ul.menu-smart .uncode-cart .badge {
    right: -9px;
  }
  body[class*=hmenu].rtl div:not(.menu-accordion) > ul.menu-smart .uncode-cart .badge {
    left: -9px;
  }
}
@media (min-width: 960px) {
  body.menu-overlay .uncode-cart .badge {
    position: static;
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
    font-size: 18px !important;
    top: -1vh !important;
  }
}
.uncode-cart .uncode-cart-dropdown * {
  text-align: left !important;
}
@media (max-width: 960px) {
  .uncode-cart .uncode-cart-dropdown {
    padding: 18px 36px 0px 36px !important;
  }
}
@media (min-width: 960px) {
  .uncode-cart .uncode-cart-dropdown {
    padding: 36px 36px 36px 36px !important;
  }
  .uncode-cart .uncode-cart-dropdown > li:first-child {
    padding-top: 0;
  }
}
.uncode-cart .uncode-cart-dropdown .wc-forward i {
  font-size: 15px !important;
  margin-right: 9px !important;
  position: relative !important;
  top: 2px !important;
}
.uncode-cart .uncode-cart-dropdown .wc-forward:first-child {
  margin-right: 9px;
}
.uncode-cart .uncode-cart-dropdown .wc-forward:first-child i {
  top: 1px !important;
}
.uncode-cart .uncode-cart-dropdown .wc-forward:hover {
  background: none !important;
}
.uncode-cart img {
  max-width: 40px;
}
@media (min-width: 960px) {
  .uncode-cart .product_list_widget {
    min-width: 240px !important;
    max-width: none !important;
    display: table;
  }
}
@media (max-width: 959px) {
  .uncode-cart .product_list_widget {
    width: 100% !important;
  }
}
.uncode-cart .btn {
  display: inline-block;
}
.uncode-cart .buttons {
  border-top-style: solid;
  border-top-width: 1px;
}
:not(#uncode_sidecart).uncode-cart .buttons a {
  font-size: 11px;
}
@media (min-width: 960px) {
  .uncode-cart .buttons {
    padding: 18px 0px 0px 0px !important;
  }
}
@media (max-width: 959px) {
  .uncode-cart .buttons {
    padding: 18px 0px 0px 0px !important;
  }
}
:not(#uncode_sidecart).uncode-cart .wc-forward {
  float: left;
  margin-right: .25em;
}
body.menu-mobile-centered .menu-smart :not(#uncode_sidecart).uncode-cart .wc-forward i {
  display: inline !important;
}
:not(#uncode_sidecart).uncode-cart .wc-forward.checkout {
  float: right;
  margin-right: 0;
  margin-left: .25em;
  width: auto !important;
}
.uncode-cart .subtotal {
  padding: 18px 0px 18px 0px;
  overflow: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 9px;
  font-size: .9em;
}
.uncode-cart .subtotal .amount {
  font-weight: 500;
}
.uncode-cart .subtotal > span > strong {
  float: left;
  font-weight: 500;
}
.uncode-cart .amount {
  float: right;
  margin: 0;
}
@media (min-width: 960px) {
  .uncode-cart a i.fa:not(.fa-dropdown) {
    left: 0px;
    margin-right: 0;
    line-height: 0px;
    position: relative;
    vertical-align: baseline;
  }
}
.uncode-cart .cart-item-list {
  box-sizing: border-box;
  padding: 9px 27px 9px 0px;
  position: relative;
  width: 100%;
}
.uncode-cart .cart-item-list .remove {
  border-radius: 50%;
  background-clip: padding-box;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  font-family: inherit;
  height: 15px;
  line-height: 15px;
  margin-top: 1px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right !important;
  width: 15px;
}
.uncode-cart .cart-item-list .remove i.fa {
  font-size: inherit !important;
  margin: 0 !important;
}
.uncode-cart .cart-thumb {
  float: left;
  padding: 0 !important;
  margin-right: 1.3em;
}
.uncode-cart .product-quantity {
  display: block;
  margin-top: 7px;
  font-size: 13px;
}
.uncode-cart .product-quantity .amount {
  float: none;
}
.uncode-cart .cart-desc {
  overflow: auto;
  margin-bottom: -7px;
  white-space: normal;
  font-size: 0.933em;
}
.uncode-cart .cart-desc > span:first-child {
  font-weight: 600;
}
.uncode-cart .cart-desc .amount {
  margin-left: 2px;
}
.uncode-cart .cart-item {
  display: block;
}
.uncode-cart .buttons:before,
.uncode-cart .buttons:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.uncode-cart .buttons:after {
  clear: both;
}
.uncode-cart .buttons:before,
.uncode-cart .buttons:after {
  content: " ";
  display: table;
}
.uncode-cart .buttons:after {
  clear: both;
}
.mobile-shopping-cart .badge {
  border-radius: 50%;
  box-sizing: content-box;
  color: #fff;
  display: block;
  font-size: 9px;
  height: 12px;
  letter-spacing: 0.5px;
  line-height: 12px;
  padding: 2px;
  position: absolute;
  right: -9px;
  text-align: center;
  top: 50%;
  transform: translateY(-100%) scale(0);
  width: 12px;
  transition: transform 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body.no-qty-fx .mobile-shopping-cart .badge {
  transform: translateY(-100%) scale(1);
}
.mobile-shopping-cart .badge.init-product-counter {
  transform: translateY(-100%) scale(1);
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.mobile-additional-icon .additional-icon-container {
  align-items: center;
  display: inline-flex;
  position: relative;
}
.woocommerce.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce.columns-2 ul.products li.product {
  width: 48%;
}
@media (max-width: 569px) {
  .woocommerce.columns-2 ul.products li.product {
    width: 100%;
  }
}
.woocommerce.columns-3 ul.products li.product {
  width: 30.75%;
}
.woocommerce.columns-5 ul.products li.product {
  width: 16.95%;
}
.woocommerce.columns-6 ul.products li.product {
  width: 13.5%;
}
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.woocommerce ul.products:after {
  clear: both;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after {
  content: " ";
  display: table;
}
.woocommerce ul.products:after {
  clear: both;
}
.woocommerce ul.products li.product {
  float: left;
  margin: 0 2em 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
  list-style: none outside;
}
@media (max-width: 959px) {
  .woocommerce ul.products li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
  .woocommerce ul.products li.product:nth-child(2n) {
    float: right;
    clear: none !important;
  }
}
@media (max-width: 569px) {
  .woocommerce ul.products li.product {
    width: 100%;
  }
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  left: 0;
  margin: .75em 0 0 .75em;
}
.woocommerce ul.products li.product h3 {
  font-size: 14px;
  line-height: 1.75;
  margin: 18px 0 0;
  margin: 9px 0px 0px 0px;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0s ease 0s;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08), 0 4px 5px rgba(0, 0, 0, 0.02), 0 12px 10px rgba(0, 0, 0, 0.04), 0 2px 5px rgba(0, 0, 0, 0.05);
}
.woocommerce ul.products li.product a:hover img {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .price {
  display: block;
  font-size: 16px;
}
.woocommerce ul.products li.product .price ins {
  background: none;
  text-decoration: none;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
}
.woocommerce ul.products li.first {
  clear: both;
}
.woocommerce ul.products li.last {
  margin-right: 0;
}
.woocommerce .row-related {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 72px 0px 72px 0px;
}
.woocommerce .related:before,
.woocommerce .upsells.products:before,
.woocommerce .related:after,
.woocommerce .upsells.products:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.woocommerce .related:after,
.woocommerce .upsells.products:after {
  clear: both;
}
.woocommerce .related:before,
.woocommerce .upsells.products:before,
.woocommerce .related:after,
.woocommerce .upsells.products:after {
  content: " ";
  display: table;
}
.woocommerce .related:after,
.woocommerce .upsells.products:after {
  clear: both;
}
.woocommerce .related ul.products,
.woocommerce .upsells.products ul.products {
  float: none;
}
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product {
  width: 48%;
}
@media (max-width: 569px) {
  .woocommerce .related ul.products li.product,
  .woocommerce .upsells.products ul.products li.product {
    width: 100%;
  }
}
.woocommerce .related ul.products li.product img,
.woocommerce .upsells.products ul.products li.product img {
  width: 100%;
  height: auto;
}
#reviews {
  margin: 18px 0px 0px 0px;
}
body:not(.uncode-accessible) #reviews {
  outline: 0;
}
#reviews .gravatar,
#reviews .comment-author {
  margin: 0px 0px 0px 0px;
}
#reviews .woocomments .woocomments-title {
  display: none;
}
#reviews .woocomments .commentlist {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
#reviews .woocomments .commentlist li:first-child .comment-content {
  padding-top: 0;
}
#reviews .comment:before,
#reviews .comment:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
#reviews .comment:after {
  clear: both;
}
#reviews .comment:before,
#reviews .comment:after {
  content: " ";
  display: table;
}
#reviews .comment:after {
  clear: both;
}
#reviews .comment img {
  float: right;
  height: auto;
}
.panel-body .uncode-single-product-reviews > #reviews > .woocomments {
  margin: 0px 0px 0px 0px;
}
.woocommerce-review-link {
  font-size: 13px;
  vertical-align: top;
}
.woocommerce-review-link > .count {
  vertical-align: top;
}
span.woocommerce-review-link {
  pointer-events: none;
}
.star-rating {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 1.25em;
  line-height: 1.5em;
  font-size: 11px;
  letter-spacing: 0.1em;
  width: 5.5em;
  font-family: 'uncodeicon';
}
.star-rating:before {
  font-size: inherit;
  content: "\e946\e946\e946\e946\e946";
  float: left;
  opacity: .5;
  top: 0;
  left: 0;
  position: absolute;
}
.uncode-star-rating.star-rating:before {
  font-size: inherit;
}
.star-rating span {
  overflow: hidden;
  float: left;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  font-size: inherit;
  content: "\e946\e946\e946\e946\e946";
  top: 0;
  position: absolute;
  left: 0;
}
.widget .star-rating:before {
  font-size: 9px;
}
.widget .star-rating span:before {
  font-size: 9px;
}
.woocommerce-product-rating {
  margin: 18px 0px 0px 0px !important;
  display: block;
}
.woocommerce-product-rating .star-rating {
  margin: 0 9px 0 0;
}
.products .star-rating {
  display: none;
  margin: 9px 0px 9px 0px;
  float: none;
}
.products.related .related-title {
  text-align: center;
  margin: 0px 0px 36px 0px;
}
.product_meta > *:first-child {
  margin-top: 0;
}
.product_meta > * {
  display: table;
  table-layout: fixed;
}
.align_center .product_meta > * {
  margin-left: auto;
  margin-right: auto;
}
.align_center .product_meta > * .detail-label {
  min-width: 0;
  text-align: right;
}
.align_center .product_meta > * .detail-value {
  text-align: left;
}
.align_right .product_meta > * {
  margin-left: auto;
  margin-right: 0;
}
.align_left .product_meta > * {
  margin-left: 0;
  margin-right: auto;
}
.hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
#review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}
#review_form #respond .comment-form-rating .seldiv {
  display: none;
}
#review_form #respond:before,
#review_form #respond:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
#review_form #respond:after {
  clear: both;
}
#review_form #respond:before,
#review_form #respond:after {
  content: " ";
  display: table;
}
#review_form #respond:after {
  clear: both;
}
#review_form #respond #reply-title {
  margin: 36px 0px 0px 0px;
}
#review_form #respond p.stars {
  font-size: 10px;
}
#review_form #respond .form-submit {
  text-align: left;
}
#review_form #respond textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}
p.stars {
  position: relative;
  font-size: 1em;
}
p.stars a {
  color: inherit !important;
  display: inline-block;
  font-weight: 600;
  text-indent: -9999px;
  position: relative;
  width: 1.1em;
  font-size: 11px;
  opacity: .5;
  text-align: left;
}
p.stars a:last-child {
  border-right: 0;
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  content: "\e946";
  font-family: "uncodeicon";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
p.stars > span:hover a,
p.stars.selected a {
  opacity: 1;
}
p.stars a:hover ~ a,
p.stars a.active ~ a {
  opacity: .5;
}
span.review-count {
  background-color: #eaeaea !important;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: .75em !important;
  height: 1.75em;
  line-height: 1.8;
  margin-top: -0.375em;
  position: absolute;
  vertical-align: top;
  width: 1.75em;
}
.swatches-select {
  margin-bottom: -4px;
}
.tmb .swatch img {
  transform: none !important;
}
.t-entry-variations.swatch-size-regular .swatch-type-label {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
}
.t-entry-variations.swatch-size-small .swatch-type-label {
  min-width: 25px;
  height: 25px;
  line-height: 25px;
}
.t-entry-variations.swatch-size-regular .swatch-type-color {
  height: 20px;
  width: 20px;
}
.t-entry-variations.swatch-size-regular .swatch-type-color:after {
  font-size: 11px;
  line-height: 20px;
}
.t-entry-variations.swatch-size-small .swatch-type-color {
  height: 15px;
  width: 15px;
}
.t-entry-variations.swatch-size-small .swatch-type-color:after {
  font-size: 9px;
  line-height: 15px;
}
.t-entry-variations.swatch-size-regular .swatch-type-image {
  height: 38px;
  width: 38px;
}
.t-entry-variations.swatch-size-small .swatch-type-image {
  width: 22px;
}
.t-entry-variations.swatch-size-regular .swatch-type-featured {
  width: 40px;
}
.t-entry-variations.swatch-size-small .swatch-type-featured {
  width: 25px;
}
.tmb.tmb-light .t-entry-visual .swatch.swatch-type-label {
  border-color: rgba(255, 255, 255, 0.35);
}
li:hover .tmb.tmb-light .t-entry-visual .swatch,
.tmb.tmb-light .t-entry-visual .swatch.swatch--active {
  border-color: #fff;
}
.tmb-woocommerce .swatch-type-featured,
.tmb-woocommerce .swatch-type-image {
  opacity: .55;
  border: none !important;
  transition: opacity 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
li:hover .tmb-woocommerce .swatch-type-featured,
li:hover .tmb-woocommerce .swatch-type-image,
.tmb-woocommerce .swatch-type-featured.swatch--active,
.tmb-woocommerce .swatch-type-image.swatch--active {
  opacity: 1;
}
.label--has-swatches select {
  display: none;
}
.t-entry-variations table.variations {
  position: relative;
  border: 0;
  margin-top: 0;
}
.t-entry-variations table.variations td {
  border: 0;
  text-align: left;
}
.tmb-content-center .t-entry-variations table.variations td {
  text-align: center;
}
.tmb-content-right .t-entry-variations table.variations td {
  text-align: right;
}
.tmb-content-justify .t-entry-variations table.variations td {
  text-align: justify;
}
.t-entry-variations table.variations tbody tr:last-child td {
  padding-bottom: 0;
}
.t-entry-variations label {
  display: block;
  font-size: 13px;
  display: none;
}
.t-entry-variations .reset_variations {
  margin-top: 9px;
  display: inline-block;
  font-weight: normal;
  color: inherit;
}
.t-entry-variations .woocommerce-variation-add-to-cart {
  margin-top: 9px;
  text-align: center;
  display: none;
}
.t-entry-variations .quantity {
  display: inline-block;
  float: none;
  position: relative;
  vertical-align: middle;
  zoom: 1;
}
.t-entry-variations .qty {
  padding: 15px 0 15px 15px;
  margin: 0;
  max-width: 90px;
  float: left;
  font-size: .8em;
  font-weight: 400;
  text-align: center;
}
.t-entry-variations .woocommerce-variation-description,
.t-entry-variations .woocommerce-variation-availability {
  font-size: 12px;
  text-align: center;
}
.t-entry-variations .woocommerce-variation-price {
  text-align: center;
}
.t-entry-variations .woocommerce-variation-price .price:before {
  display: none;
}
.t-entry-variations .woocommerce-variation-availability,
.t-entry-variations .woocommerce-variation-price {
  margin-top: 9px;
}
.t-entry-variations .woocommerce-variation-description,
.t-entry-variations .woocommerce-variation-availability,
.t-entry-variations .woocommerce-variation-price {
  display: none;
}
.swatches-more-link {
  cursor: pointer;
}
.woocommerce-password-hint {
  display: block;
  font-size: .9em;
  font-weight: 400;
}
.woocommerce-password-strength {
  border-top-width: 2px;
  border-top-style: solid;
  padding-top: 9px;
  font-size: .9em;
  font-weight: 400;
}
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
  color: #ff3100;
  border-color: #ff3100;
}
.woocommerce-password-strength.good {
  color: #f7a441;
  border-color: #f7a441;
}
.woocommerce-password-strength.strong {
  color: #37b374;
  border-color: #37b374;
}
.payment_methods {
  list-style: none !important;
  margin: -5px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.payment_methods ul {
  list-style: none !important;
  padding-left: 0 !important;
}
.payment_methods li {
  margin: 9px 0 0;
}
.payment_methods li:first-child {
  margin-top: 0;
}
.payment_methods li input[type=radio] {
  margin-right: 4px;
  margin-top: -2px;
}
.payment_methods li img {
  max-width: 120px;
  vertical-align: middle;
  margin-left: 5px;
}
.payment_methods li img.stripe-icon {
  max-width: 35px !important;
}
.payment_methods li.payment_method_paypal img {
  position: relative;
  top: -3px;
}
.payment_methods .about_paypal {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  font-size: .9em;
  margin-left: 9px;
  display: inline-block;
  font-weight: 400;
  padding: 0 3px;
}
.payment_methods .woocommerce-SavedPaymentMethods-saveNew {
  margin-top: 18px;
}
.payment_methods .woocommerce-SavedPaymentMethods-saveNew label {
  font-weight: 400;
  font-size: .9em;
}
.payment_methods .payment_method_stripe br {
  display: none;
}
.uncode-wc-checkout--horizontal .payment_methods .form-row-first,
.uncode-wc-checkout--horizontal .payment_methods .form-row-last {
  float: none;
  width: 100%;
}
.has-single-gateway .wc_payment_method .payment_box {
  margin-left: 0;
}
.order-payment-compact-layout.vertical-align-middle .woocommerce-checkout-payment-methods-wrapper {
  align-items: center;
}
.order-payment-compact-layout .wc_payment_methods {
  text-align: right;
}
.order-payment-compact-layout .wc_payment_method {
  margin-top: 2px !important;
}
.order-payment-compact-layout .wc_payment_method:first-child {
  margin-top: 0 !important;
}
.order-payment-compact-layout .wc_payment_method > label {
  padding-right: 25px;
  display: list-item;
}
.has-single-gateway .order-payment-compact-layout .wc_payment_method > label {
  padding-right: 0;
}
.order-payment-compact-layout .wc_payment_method > input[type="radio"] {
  margin: 5px 0 0 9px;
  float: right;
}
.order-payment-compact-layout .wc_payment_method img,
.order-payment-compact-layout .wc_payment_method .about_paypal {
  display: none;
}
.order-payment-compact-layout .wc_payment_method.payment_method_bacs .payment_box,
.order-payment-compact-layout .wc_payment_method.payment_method_cod .payment_box,
.order-payment-compact-layout .wc_payment_method.payment_method_paypal .payment_box {
  display: none !important;
}
.uncode-wc-checkout.bold-text .wc_payment_method > label {
  font-weight: 600;
}
ul.wc-stripe-error {
  margin-bottom: 0 !important;
  margin-top: 0;
}
.woocommerce .checkout-button[style*="display: none;"] {
  display: none !important;
}
#ppcp-messages {
  margin-top: 27px;
}
#ppcp-messages + .checkout-button {
  margin-top: 18px;
}
.checkout-button + #ppc-button {
  margin-top: 27px;
}
.has-paypal-payments .wc-proceed-to-checkout {
  text-align: left;
}
.wc_stripe_cart_payment_methods {
  padding-left: 0 !important;
}
.wc_stripe_cart_payment_methods {
  max-width: 100%;
}
div.product {
  position: relative;
}
.boxed-width div.product.page-body {
  display: block;
  overflow: hidden;
}
div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
div.product .price-container {
  margin-top: 18px !important;
}
div.product span.price ins,
div.product p.price ins {
  background: inherit;
  text-decoration: none;
}
div.product span.price del,
div.product p.price del {
  font-size: .7em;
  display: block;
}
div.product .heading-text ins {
  text-decoration: none;
}
div.product .out-of-stock {
  color: #ff3100;
}
div.product div.woocommerce-product-gallery {
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 960px) {
  div.product div.woocommerce-product-gallery.woocommerce-product-gallery-lateral {
    width: calc(100% - 68px);
  }
}
div.product div.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
}
div.product .woocommerce-images {
  margin-top: 0px !important;
}
div.product div#woocommerce-product-single-plchold {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
div.product div#woocommerce-product-single-plchold img {
  width: 100%;
}
div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 div.thumbnails a,
div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 50%;
}
div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 div.thumbnails a,
div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.333333%;
}
div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 div.thumbnails a,
div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}
div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 div.thumbnails a,
div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}
div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 div.thumbnails a,
div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
  width: 16.666666%;
}
div.product div.images {
  margin-top: 0 !important;
  width: 100%;
}
@media (max-width: 959px) {
  div.product div.images {
    float: none;
  }
}
div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
}
div.product div.images .zoomImg {
  pointer-events: none;
  transition: opacity 150ms linear;
  z-index: 1;
}
div.product div.images div.woocommerce-product-gallery__wrapper {
  float: left;
  width: 100%;
}
@media (min-width: 960px) {
  div.product div.images.woocommerce-layout-images-std-lateral div.woocommerce-product-gallery__wrapper {
    margin-bottom: 0 !important;
  }
}
div.product div.images .zoom-overlay {
  display: none;
}
@media (max-width: 959px) {
  body.wc-zoom-enabled div.product div.images .zoom-overlay {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
}
div.product .uncode-wrapper-layout-grid div.images {
  opacity: 1 !important;
  width: 100%;
}
div.product .uncode-wrapper-layout-grid div.images .woocommerce-product-gallery__wrapper {
  display: grid;
  gap: 18px;
}
@media (min-width: 570px) {
  div.product .uncode-wrapper-layout-grid div.images .woocommerce-product-gallery__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
div.product .uncode-wrapper-layout-grid div.images.grid-gutter-0 .woocommerce-product-gallery__wrapper {
  gap: 0;
}
div.product .uncode-wrapper-layout-grid div.images.grid-gutter-1 .woocommerce-product-gallery__wrapper {
  gap: 1px;
}
div.product .uncode-wrapper-layout-grid div.images.grid-gutter-2 .woocommerce-product-gallery__wrapper {
  gap: 9px;
}
div.product .uncode-wrapper-layout-grid div.images.grid-gutter-4 .woocommerce-product-gallery__wrapper {
  gap: 36px;
}
div.product .uncode-wrapper-layout-grid.uncode-grid-mobile div.images .woocommerce-product-gallery__wrapper {
  grid-template-columns: repeat(2, 1fr);
}
body.uncode-default-product-gallery div.product .images {
  position: relative;
  overflow: auto !important;
}
body.uncode-default-product-gallery div.product .images figure {
  float: none !important;
  max-width: none !important;
}
body.uncode-default-product-gallery div.product .images .zoomImg {
  pointer-events: auto;
  transition: none;
  z-index: 0;
  opacity: 0;
}
body.uncode-default-product-gallery div.product .woocommerce-product-gallery__trigger {
  font-size: 1em;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0.5em;
  text-align: center;
  top: 0.5em;
  width: 36px;
  z-index: 9;
  text-indent: -9999px;
}
body.uncode-default-product-gallery div.product .woocommerce-product-gallery__trigger:after {
  font-family: 'uncodeicon';
  content: "\e088";
  display: inline-block;
  float: left;
  text-indent: 0;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  width: 36px;
}
body.uncode-default-product-gallery div.product .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
  display: grid;
  margin-top: 18px;
  column-gap: 18px;
  row-gap: 18px;
}
body.uncode-default-product-gallery div.product .flex-control-thumbs li {
  width: 100% !important;
  float: none !important;
  margin: 0;
}
body.uncode-default-product-gallery div.product .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
body.uncode-default-product-gallery div.product .flex-control-thumbs li img.flex-active,
body.uncode-default-product-gallery div.product .flex-control-thumbs li img:hover {
  opacity: 1;
}
body.uncode-default-product-gallery div.product [data-gutter-size="1"] .flex-control-thumbs {
  margin-top: 1px;
  column-gap: 1px;
  row-gap: 1px;
}
body.uncode-default-product-gallery div.product [data-gutter-size="2"] .flex-control-thumbs {
  margin-top: 9px;
  column-gap: 9px;
  row-gap: 9px;
}
body.uncode-default-product-gallery div.product [data-gutter-size="3"] .flex-control-thumbs {
  margin-top: 18px;
  column-gap: 18px;
  row-gap: 18px;
}
body.uncode-default-product-gallery div.product [data-gutter-size="4"] .flex-control-thumbs {
  margin-top: 36px;
  column-gap: 36px;
  row-gap: 36px;
}
body.uncode-default-product-gallery div.product [data-gutter-size="5"] .flex-control-thumbs {
  margin-top: 54px;
  column-gap: 54px;
  row-gap: 54px;
}
body.uncode-default-product-gallery div.product [data-gutter-size="6"] .flex-control-thumbs {
  margin-top: 72px;
  column-gap: 72px;
  row-gap: 72px;
}
body.uncode-default-product-gallery div.product .woocommerce-product-gallery--columns-1 .flex-control-thumbs {
  grid-template-columns: repeat(1, 1fr);
}
body.uncode-default-product-gallery div.product .woocommerce-product-gallery--columns-2 .flex-control-thumbs {
  grid-template-columns: repeat(2, 1fr);
}
body.uncode-default-product-gallery div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs {
  grid-template-columns: repeat(3, 1fr);
}
body.uncode-default-product-gallery div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs {
  grid-template-columns: repeat(4, 1fr);
}
body.uncode-default-product-gallery div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs {
  grid-template-columns: repeat(5, 1fr);
}
body.uncode-default-product-gallery div.product .woocommerce-product-gallery--columns-6 .flex-control-thumbs {
  grid-template-columns: repeat(6, 1fr);
}
html:not(.screen-sm) div.product .no-zoom-mobile .zoomImg {
  display: none !important;
}
div.product .woocommerce-product-gallery--zoom-disabled .zoomImg {
  display: none !important;
}
div.product div.thumbnails {
  margin-top: 0 !important;
  margin-left: -18px;
}
div.product div.thumbnails:before,
div.product div.thumbnails:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
div.product div.thumbnails:after {
  clear: both;
}
div.product div.thumbnails:before,
div.product div.thumbnails:after {
  content: " ";
  display: table;
}
div.product div.thumbnails:after {
  clear: both;
}
div.product div.thumbnails a,
div.product div.thumbnails li {
  float: left;
  width: 33.333333%;
  padding-left: 18px;
  padding-top: 18px;
}
div.product div.thumbnails a.first {
  clear: both;
}
div.product div.thumbnails.no-th-padding {
  margin-left: 0;
}
div.product div.thumbnails.no-th-padding a {
  padding-left: 0;
  padding-top: 0;
}
div.product div.thumbnails.one-th-padding {
  margin-left: -1px;
}
div.product div.thumbnails.one-th-padding a {
  padding-left: 1px;
  padding-top: 1px;
}
div.product div.thumbnails.half-th-padding {
  margin-left: -9px;
}
div.product div.thumbnails.half-th-padding a {
  padding-left: 9px;
  padding-top: 9px;
}
div.product div.thumbnails.single-th-padding {
  margin-left: -18px;
}
div.product div.thumbnails.single-th-padding a {
  padding-left: 18px;
  padding-top: 18px;
}
div.product div.thumbnails.double-th-padding {
  margin-left: -36px;
}
div.product div.thumbnails.double-th-padding a {
  padding-left: 36px;
  padding-top: 36px;
}
@media (max-width: 1499px) {
  div.product div.thumbnails.double-th-padding {
    margin-left: -18px;
  }
  div.product div.thumbnails.double-th-padding a {
    padding-left: 18px;
    padding-top: 18px;
  }
}
div.product div.summary {
  margin-bottom: 2em;
  float: right;
  width: 50%;
}
@media (min-width: 960px) {
  div.product div.summary {
    padding-left: 18px;
  }
}
@media (max-width: 959px) {
  div.product div.summary {
    width: 100%;
    float: none;
  }
}
div.product .woocommerce-tabs {
  clear: both;
}
div.product .woocommerce-tabs ul.tabs:before,
div.product .woocommerce-tabs ul.tabs:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
div.product .woocommerce-tabs ul.tabs:after {
  clear: both;
}
div.product .woocommerce-tabs ul.tabs:before,
div.product .woocommerce-tabs ul.tabs:after {
  content: " ";
  display: table;
}
div.product .woocommerce-tabs ul.tabs:after {
  clear: both;
}
div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
div.product .wootabs .nav-tabs {
  border: none;
}
div.product .wootabs .tab-content:not(.vertical) {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 0px;
}
div.product .wootabs .tab-content:not(.vertical) .tab-pane:not(.tab-vcomposer) .product-tab {
  margin: 0px 0px 0px 0px;
}
div.product .wootabs .tab-content:not(.vertical) .tab-pane:not(.tab-vcomposer) .product-tab-title {
  margin-top: 0;
}
div.product .wootabs .tab-pane iframe {
  max-width: 100%;
}
div.product p.cart:not(.dynamic-button),
div.product form.cart:not(.dynamic-button) {
  margin-bottom: 2em !important;
  margin-top: 18px !important;
}
div.product p.cart:before,
div.product form.cart:before,
div.product p.cart:after,
div.product form.cart:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
div.product p.cart:after,
div.product form.cart:after {
  clear: both;
}
div.product p.cart:before,
div.product form.cart:before,
div.product p.cart:after,
div.product form.cart:after {
  content: " ";
  display: table;
}
div.product p.cart:after,
div.product form.cart:after {
  clear: both;
}
div.product form.cart:not(.dynamic-button) {
  margin: 36px 0px 0px 0px;
}
div.product form.cart:before,
div.product form.cart:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
div.product form.cart:after {
  clear: both;
}
div.product form.cart:before,
div.product form.cart:after {
  content: " ";
  display: table;
}
div.product form.cart:after {
  clear: both;
}
div.product form.cart table {
  border: none;
}
div.product form.cart table td {
  border: none;
}
div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
div.product form.cart table small.stock {
  display: block;
  float: none;
}
div.product form.cart table ins {
  text-decoration: none;
}
div.product form.cart table .out-of-stock {
  font-size: .75em !important;
}
div.product form.cart .variations {
  margin: 0;
  width: 100%;
  table-layout: fixed;
}
div.product form.cart .variations .seldiv {
  margin: 0px 0px 0px 0px;
}
div.product form.cart .variations select {
  font-size: 0.9em;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
div.product form.cart .variations td.label label {
  margin-bottom: 9px;
  display: inline-block;
}
div.product form.cart .variations tr:not(:first-child) td.label {
  padding-top: 18px;
}
div.product form.cart .variations td {
  vertical-align: top;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
div.product form.cart .variations tr:first-child td {
  padding-top: 0 !important;
}
div.product form.cart .variations .reset_variations {
  display: inline-block;
  font-weight: normal;
  margin-top: 0;
  padding: 9px 0px 27px 0px;
  color: inherit;
}
div.product form.cart .single_variation .price {
  font-size: 29px;
  line-height: 1.2;
  margin: 27px 0 0;
  margin: 0px 0px 36px 0px;
  display: inline-block;
}
div.product form.cart .button {
  vertical-align: middle;
  float: none;
  display: inline-block;
  margin: 0;
  overflow: hidden;
}
div.product form.cart .button.btn-block {
  float: none;
  width: 100%;
}
div.product form.cart .group_table {
  width: 100%;
  margin-bottom: 18px;
  margin-top: 0px;
}
div.product form.cart .group_table td.label {
  font-weight: 600;
}
div.product form.cart .group_table td {
  padding: 18px 0px 0px 0px;
  vertical-align: middle;
}
div.product form.cart .group_table td.item_total {
  width: 1px;
}
div.product form.cart .group_table tbody tr:first-child td {
  padding-top: 0;
}
div.product form.cart .group_table .price,
div.product form.cart .group_table .price * {
  text-align: right;
}
@media (min-width: 768px) {
  div.product form.cart .apple-pay-button {
    margin-top: 0px;
  }
}
div.product .hide-clear .reset_variations {
  padding: 0 !important;
}
div.product .woocommerce-product-gallery-nav {
  margin-top: 0 !important;
  overflow: hidden;
}
div.product .woocommerce-product-gallery-nav .woocommerce-product-gallery__wrapper-nav {
  margin-top: 0;
}
div.product .woocommerce-product-gallery-nav ul {
  list-style: none !important;
  padding: 0 !important;
}
div.product .woocommerce-product-gallery-nav ul li {
  padding-left: 0;
  padding-right: 0;
}
div.product .woocommerce-product-gallery-nav ul li img {
  float: left;
  width: 100%;
}
div.product .uncode-wrapper .woocommerce-product-gallery-nav .woocommerce-product-gallery__thumb {
  float: left;
  padding-bottom: 18px;
  padding-top: 18px;
  width: 100%;
}
@media (min-width: 960px) {
  div.product .uncode-wrapper.uncode-wrapper-lateral {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
div.product .uncode-wrapper.uncode-wrapper-lateral .woocommerce-product-gallery-nav .woocommerce-product-gallery__thumb {
  padding: 0 !important;
  margin: 9px 0;
}
div.product .uncode-wrapper.uncode-wrapper-lateral .woocommerce-product-gallery-nav .woocommerce-product-gallery__thumb:first-child {
  margin-top: 0 !important;
}
div.product .uncode-wrapper.uncode-wrapper-lateral .woocommerce-product-gallery-nav .woocommerce-product-gallery__thumb:last-child {
  margin-bottom: 0 !important;
}
.compose-mode div.product .uncode-wrapper.uncode-wrapper-lateral .woocommerce-product-gallery-nav .woocommerce-product-gallery__thumb img {
  opacity: 0;
}
body:not(.compose-mode) div.product .uncode-wrapper.uncode-wrapper-lateral .woocommerce-product-gallery-nav .woocommerce-product-gallery__thumb {
  background: transparent !important;
}
div.product .uncode-wrapper .woocommerce-product-gallery-nav .woocommerce-product-gallery__wrapper-nav:not(.owl-grab) .woocommerce-product-gallery__thumb {
  cursor: pointer;
}
div.product .uncode-wrapper.no-dots-gutter .woocommerce-product-gallery-nav .woocommerce-product-gallery__thumb {
  padding-bottom: 0;
  padding-top: 0;
}
div.product .uncode-wrapper.one-dots-gutter.inner-padding .woocommerce-product-gallery__wrapper-nav {
  padding: 0 1px;
}
div.product .uncode-wrapper.one-dots-gutter .woocommerce-product-gallery-nav .woocommerce-product-gallery__thumb {
  padding-bottom: 1px;
  padding-top: 1px;
}
div.product .uncode-wrapper.half-dots-gutter.inner-padding .woocommerce-product-gallery__wrapper-nav {
  padding: 0 9px;
}
div.product .uncode-wrapper.half-dots-gutter .woocommerce-product-gallery-nav .woocommerce-product-gallery__thumb {
  padding-bottom: 9px;
  padding-top: 9px;
}
div.product .uncode-wrapper.single-dots-gutter.inner-padding .woocommerce-product-gallery__wrapper-nav {
  padding: 0 18px;
}
div.product .uncode-wrapper.single-dots-gutter .woocommerce-product-gallery-nav .woocommerce-product-gallery__thumb {
  padding-bottom: 18px;
  padding-top: 18px;
}
div.product .uncode-wrapper.double-dots-gutter.inner-padding .woocommerce-product-gallery__wrapper-nav {
  padding: 0 36px;
}
div.product .uncode-wrapper.double-dots-gutter .woocommerce-product-gallery-nav .woocommerce-product-gallery__thumb {
  padding-bottom: 36px;
  padding-top: 36px;
}
/* Animation */
@-webkit-keyframes placeholder-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes placeholder-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.product-gallery-placeholder.uncode-single-product-gallery img,
.product-gallery-placeholder .uncode-single-product-gallery img {
  visibility: hidden !important;
}
.product-gallery-placeholder .woocommerce-product-gallery__image {
  background: #f7f7f7;
  position: relative;
}
.product-gallery-placeholder .woocommerce-product-gallery__image:after {
  content: "";
  animation: placeholder-loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.product-gallery-placeholder .woocommerce-product-gallery__thumb {
  position: relative;
}
.product-gallery-placeholder .woocommerce-product-gallery__thumb:after {
  content: '';
  left: 0;
  right: 0;
  height: calc(100% - 36px);
  background: #f7f7f7;
  position: absolute;
}
.product-gallery-placeholder .woocommerce-product-gallery__thumb:before {
  content: "";
  animation: placeholder-loading 1.3s infinite;
  left: 0;
  position: absolute;
  right: 0;
  height: calc(100% - 36px);
  transform: translateX(-100%);
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.product-gallery-placeholder .lateral-nav .woocommerce-product-gallery__thumb:after,
.product-gallery-placeholder .lateral-nav .woocommerce-product-gallery__thumb:before {
  height: 100% !important;
}
.product-gallery-placeholder .owl-carousel .woocommerce-product-gallery__thumb:after {
  background: transparent;
}
.product-gallery-placeholder .owl-carousel.owl-loaded .woocommerce-product-gallery__thumb:after {
  background: #f7f7f7;
}
.product-gallery-placeholder .thumbnails .woocommerce-product-gallery__image a {
  position: relative;
}
.product-gallery-placeholder .thumbnails .woocommerce-product-gallery__image a:after {
  content: '';
  right: 0;
  left: 18px;
  top: 18px;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
}
.product-gallery-placeholder .thumbnails .woocommerce-product-gallery__image a:before {
  content: "";
  animation: placeholder-loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.product-gallery-placeholder .woocommerce-product-gallery-nav-wrapper--loaded {
  opacity: 1 !important;
}
.product-gallery-placeholder.no-dots-gutter .woocommerce-product-gallery__thumb:after,
.product-gallery-placeholder .no-dots-gutter .woocommerce-product-gallery__thumb:after {
  height: 100%;
}
.product-gallery-placeholder.no-dots-gutter .woocommerce-product-gallery__thumb:before,
.product-gallery-placeholder .no-dots-gutter .woocommerce-product-gallery__thumb:before {
  height: 100%;
}
.product-gallery-placeholder.one-dots-gutter .woocommerce-product-gallery__thumb:after,
.product-gallery-placeholder .one-dots-gutter .woocommerce-product-gallery__thumb:after {
  height: calc(100% - 2px);
}
.product-gallery-placeholder.one-dots-gutter .woocommerce-product-gallery__thumb:before,
.product-gallery-placeholder .one-dots-gutter .woocommerce-product-gallery__thumb:before {
  height: calc(100% - 2px);
}
.product-gallery-placeholder.half-dots-gutter .woocommerce-product-gallery__thumb:after,
.product-gallery-placeholder .half-dots-gutter .woocommerce-product-gallery__thumb:after {
  height: calc(100% - 18px);
}
.product-gallery-placeholder.half-dots-gutter .woocommerce-product-gallery__thumb:before,
.product-gallery-placeholder .half-dots-gutter .woocommerce-product-gallery__thumb:before {
  height: calc(100% - 18px);
}
.product-gallery-placeholder.single-dots-gutter .woocommerce-product-gallery__thumb:after,
.product-gallery-placeholder .single-dots-gutter .woocommerce-product-gallery__thumb:after {
  height: calc(100% - 36px);
}
.product-gallery-placeholder.single-dots-gutter .woocommerce-product-gallery__thumb:before,
.product-gallery-placeholder .single-dots-gutter .woocommerce-product-gallery__thumb:before {
  height: calc(100% - 36px);
}
.product-gallery-placeholder.double-dots-gutter .woocommerce-product-gallery__thumb:after,
.product-gallery-placeholder .double-dots-gutter .woocommerce-product-gallery__thumb:after {
  height: calc(100% - 72px);
}
.product-gallery-placeholder.double-dots-gutter .woocommerce-product-gallery__thumb:before,
.product-gallery-placeholder .double-dots-gutter .woocommerce-product-gallery__thumb:before {
  height: calc(100% - 72px);
}
.uncode-single-product-gallery .woocommerce-product-gallery-nav-wrapper {
  overflow: hidden;
  position: relative;
}
body.compose-mode .uncode-single-product-gallery .woocommerce-product-gallery-nav-wrapper:not(.lateral-nav-parent) {
  display: none;
}
.uncode-single-product-gallery .woocommerce-product-gallery-nav-wrapper.lateral-nav-parent {
  margin-right: 18px;
  width: 50px;
}
@media (max-width: 959px) {
  .uncode-single-product-gallery .woocommerce-product-gallery-nav-wrapper.lateral-nav-parent {
    display: none !important;
  }
}
.uncode-single-product-gallery .woocommerce-product-gallery-nav-wrapper:hover .owl-prev:not(.disabled),
.uncode-single-product-gallery .woocommerce-product-gallery-nav-wrapper:hover .owl-next:not(.disabled) {
  transform: translateX(0px);
}
.uncode-single-product-gallery .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  transition: transform 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateX(-102%);
}
.uncode-single-product-gallery .owl-nav .owl-prev.disabled {
  display: block;
  pointer-events: none;
  transform: translateX(-102%);
}
.uncode-single-product-gallery .owl-nav .owl-prev .owl-nav-container {
  border-radius: 0 2px 2px 0 !important;
  background-clip: padding-box !important;
}
.uncode-single-product-gallery .owl-nav .owl-prev i {
  position: relative;
  text-indent: -1px;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  font-size: 18px;
  width: 100%;
}
.touch .uncode-single-product-gallery .owl-nav .owl-prev {
  margin-left: 0 !important;
}
.uncode-single-product-gallery .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transition: transform 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-right 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(102%);
  -moz-transform: translateX(102%);
  -o-transform: translateX(102%);
  -ms-transform: translateX(102%);
  transform: translateX(102%);
}
.uncode-single-product-gallery .owl-nav .owl-next.disabled {
  display: block;
  pointer-events: none;
  transform: translateX(102%);
}
.uncode-single-product-gallery .owl-nav .owl-next .owl-nav-container {
  border-radius: 2px 0 0 2px !important;
  background-clip: padding-box !important;
}
.uncode-single-product-gallery .owl-nav .owl-next i {
  position: relative;
  text-indent: 1px;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  font-size: 18px;
  width: 100%;
}
.touch .uncode-single-product-gallery .owl-nav .owl-next {
  margin-right: 0 !important;
}
.uncode-single-product-gallery .owl-nav .owl-nav-container {
  height: 72px;
  width: 31.5px;
  top: -36px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  text-align: center;
}
.uncode-single-product-gallery.owl-dots-outside[data-dots="true"] .owl-carousel {
  margin-bottom: 90px;
}
.no-product-upsells .hide-if-no-upsells {
  display: none !important;
}
.no-product-cross-sells .hide-if-no-cross-sells {
  display: none !important;
}
.woocommerce-pagination li {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
}
.woocommerce-pagination li .current,
.woocommerce-pagination li .current:hover,
.woocommerce-pagination li .current:focus {
  background-color: #eeeeee;
  color: #333333 !important;
  cursor: default;
  z-index: 2;
}
.wc-zoom-enabled .woocommerce-product-gallery__image:not(.mouse-moving) {
  pointer-events: none;
}
.wc-zoom-enabled .woocommerce-product-gallery__image:hover .zoomImg {
  opacity: 1 !important;
}
.uncode-wc-attribute-image-module .attribute-image-wrapper {
  display: inline-block;
}
.uncode-wc-attribute-image-module img {
  border-width: 1px;
  border-style: solid;
}
.woocommerce-variation.single_variation .woocommerce-variation-availability p {
  margin-bottom: 18px;
}
.woocommerce .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering {
  float: right;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
td.actions {
  position: relative;
  border-width: 0 !important;
  padding-bottom: 0 !important;
  text-align: left !important;
}
@media (min-width: 570px) {
  td.actions {
    text-align: right !important;
  }
}
td.actions div.coupon {
  margin-right: 150px;
  text-align: left;
}
td.actions div.coupon label {
  display: none;
}
td.actions div.coupon button {
  height: 40px;
  line-height: 40px;
  padding: 0 31px;
}
@media (min-width: 570px) {
  td.actions div.coupon button {
    margin-left: 5px;
  }
}
td.actions #coupon_code {
  max-width: 144px;
  margin-top: 0;
  margin-bottom: 9px;
  font-size: .8em;
  padding-top: 11px;
  padding-bottom: 12px;
  height: 40px;
}
@media (min-width: 570px) {
  td.actions #coupon_code {
    display: inline-block;
    margin-bottom: 0;
  }
}
td.actions > button {
  border: none !important;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 40px;
}
td.actions > button:active {
  top: 27px !important;
}
td.actions > button:before {
  content: '\e09e';
  font-family: "uncodeicon";
  margin-right: 12px;
  font-size: 13px;
  position: relative;
  top: 1px;
}
td.actions div.coupon + button {
  margin-top: 18px;
}
@media (min-width: 570px) {
  td.actions div.coupon + button {
    margin-top: 0;
    position: absolute;
    top: 27px;
    right: 0;
  }
}
.cart-collaterals .cart_totals p {
  font-size: .9em;
  margin-top: 19px;
}
.cart-collaterals .cart_totals p strong {
  font-weight: 400;
  color: inherit;
}
.woocommerce-shipping-calculator p.form-row {
  margin-top: 0;
}
.woocommerce-shipping-calculator p.form-row:first-child {
  margin-top: 18px;
}
body:not(.rtl) .shipping-calculator-form .form-row {
  text-align: left;
}
body.rtl .shipping-calculator-form .form-row {
  text-align: right;
}
.woocommerce-cart-form h2,
.cart-collaterals h2 {
  margin-top: 0;
}
.cross-sells h2 {
  margin-bottom: 27px;
}
.cross-sells .t-entry-visual a,
.cross-sells img {
  border-radius: 2px;
}
.uncode-wc-cart .cross-sells .t-entry-title,
.uncode-wc-cart .cross-sells .price {
  font-family: inherit !important;
  font-weight: 400 !important;
}
.no-cart-table-titles .woocommerce-cart-form h2,
.no-cart-totals-titles .cart-collaterals h2,
.no-cross-sells-titles .cross-sells h2 {
  display: none;
}
.no-cart-table-header table.cart thead {
  display: none;
}
.uncode-wc-cart.bold-text .shop_table th,
.uncode-wc-cart.bold-text .shop_table td.product-name,
.uncode-wc-cart.bold-text .shop_table td.product-subtotal .amount,
.uncode-wc-cart.bold-text .shop_table .product-data__name,
.uncode-wc-cart.bold-text .shop_table .order-total .amount {
  font-weight: 600;
}
.uncode-wc-cart.bold-text .shop_table.compact-layout .price-wrapper .amount {
  font-weight: 600;
}
@media (max-width: 569px) {
  .uncode-wc-cart.bold-text .shop_table td.product-price .amount {
    font-weight: 600;
  }
}
.uncode-wc-cart.bold-text .cross-sells .t-entry-title,
.uncode-wc-cart.bold-text .cross-sells .price {
  font-weight: 600 !important;
}
.woocommerce:not(.uncode-wc-module) .woocommerce-cart-form h2,
.woocommerce:not(.uncode-wc-module) .cart-collaterals h2 {
  font-size: 18px;
}
.cart-empty,
.return-to-shop {
  text-align: center;
}
.cart-empty {
  font-size: 17px;
}
.cart-is-empty .woocommerce-notices-wrapper .wc-notice {
  text-align: center;
}
.woocommerce:not(.uncode-wc-module) .woocommerce-cart-form,
.woocommerce:not(.uncode-wc-module) .cross-sells {
  margin-bottom: 72px;
}
.uncode-wc-module .woocommerce-cart-form {
  margin-top: 0 !important;
}
.uncode-wc-cart.main-button-align-left .wc-proceed-to-checkout {
  text-align: left;
}
form.checkout h3 {
  margin-top: 0;
}
form.checkout #createaccount,
form.checkout #ship-to-different-address-checkbox {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
form.checkout #ship-to-different-address {
  font-size: inherit;
  margin-top: -5px;
}
form.checkout .create-account {
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 1;
}
form.checkout .create-account > p:first-child {
  margin-top: 0;
}
.woocommerce-checkout-review-order-table {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 27px;
}
body:not(.rtl) .woocommerce-checkout-review-order-table strong.product-quantity {
  margin-left: -3px;
}
body.rtl .woocommerce-checkout-review-order-table strong.product-quantity {
  margin-right: -3px;
}
.woocommerce-billing-fields__field-wrapper {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 36px;
}
.woocommerce-billing-fields__field-wrapper .form-row:last-child {
  margin-bottom: 0;
}
.no-checkout-form-titles .woocommerce-billing-fields__field-wrapper {
  margin-top: 0;
}
.woocommerce-shipping-fields {
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 27px;
}
#billing_address_2_field,
#shipping_address_2_field {
  margin-top: 0;
}
.form-no-labels #billing_address_2_field,
.form-no-labels #shipping_address_2_field {
  margin-top: 18px;
}
.form-compact-layout #billing_address_2_field,
.form-compact-layout #shipping_address_2_field {
  margin-top: 18px;
}
.form-compact-layout #billing_address_2_field label,
.form-compact-layout #shipping_address_2_field label {
  clip: auto;
  position: static !important;
  height: auto;
  width: auto;
  overflow: auto;
}
.form-compact-layout #billing_address_2_field label .optional,
.form-compact-layout #shipping_address_2_field label .optional {
  display: none;
}
.form-no-labels.input-underline .woocommerce-billing-fields__field-wrapper {
  margin-top: 0;
}
.form-no-labels.input-underline .woocommerce-billing-fields__field-wrapper,
.form-no-labels.input-underline .woocommerce-shipping-fields {
  border-top: none;
}
#payment {
  margin-top: 27px;
  border-top-width: 1px;
  border-top-style: none;
}
#payment p {
  color: inherit;
  font-weight: 400;
  font-size: .9em;
  line-height: 1.2;
}
#payment button[type="submit"] {
  margin-top: 27px;
}
#payment button[type="submit"].btn-lg {
  margin-top: 36px;
}
#payment button[type="submit"].btn-xl {
  margin-top: 45px;
}
div.payment_box {
  margin: 0 0 0 25px;
  position: relative;
}
div.payment_box p:last-child {
  margin-bottom: 0;
}
div.payment_box p {
  font-size: 1.2em;
  margin-top: 0px;
}
.form-row.place-order {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 27px;
}
.woocommerce-privacy-policy-text p {
  margin-top: 27px;
}
.no-checkout-form-titles #customer_details h3,
.no-order-payment-titles #order_review_heading {
  display: none;
}
.no-checkout-form-titles #customer_details #ship-to-different-address {
  display: block;
}
.no-checkout-form-titles .woocommerce-billing-fields__field-wrapper {
  border-top: none;
}
.no-checkout-form-titles #billing_first_name_field,
.no-checkout-form-titles #billing_first_name {
  margin-top: 0;
}
@media (min-width: 570px) {
  .no-checkout-form-titles #billing_last_name_field,
  .no-checkout-form-titles #billing_last_name {
    margin-top: 0;
  }
}
.no-order-payment-table-header table.woocommerce-checkout-review-order-table thead,
.no-order-payment-table-header.uncode-wc-pay-order table.shop_table thead,
.no-order-payment-table-header.uncode-wc-order-received table.shop_table thead {
  display: none;
}
.form-no-labels .create-account label,
.form-no-labels #ship-to-different-address label,
.form-no-labels .woocommerce-terms-and-conditions-wrapper label {
  display: inline !important;
}
.uncode-wc-checkout.bold-text .shop_table td.product-name,
.uncode-wc-checkout.bold-text .shop_table td.product-name strong.product-quantity,
.uncode-wc-checkout.bold-text .shop_table th,
.uncode-wc-checkout.bold-text .shop_table .order-total .amount {
  font-weight: 600;
}
.uncode-wc-checkout.bold-text .form-row label,
.uncode-wc-checkout.bold-text .create-account label {
  font-weight: 600;
}
.woocommerce:not(.uncode-wc-module) form.checkout h3 {
  font-size: 18px;
}
#order_comments {
  min-height: 120px;
}
#customer_details .col-2 {
  margin-top: 27px;
}
.woocommerce-form-login,
.woocommerce-form-coupon {
  padding: 18px 0px 0px 0px;
}
.woocommerce-form-login > p:first-child,
.woocommerce-form-coupon > p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.woocommerce-form-login-toggle .wc-notice,
.woocommerce-form-coupon-toggle .wc-notice {
  font-weight: 600;
}
.woocommerce-form-login-toggle .wc-notice a,
.woocommerce-form-coupon-toggle .wc-notice a {
  font-weight: 400;
}
.woocommerce-form-login .clear + .form-row {
  color: inherit;
}
.woocommerce-checkout .woocommerce-form-login > p:first-child,
.woocommerce-checkout .woocommerce-form-coupon > p:first-child {
  color: inherit !important;
}
.woocommerce-form-login .clear + .form-row {
  margin-top: 0;
}
.woocommerce-form-login a {
  font-size: .9em;
}
.woocommerce-form-login__rememberme {
  display: block !important;
  font-size: .9em;
}
.woocommerce-form-login__rememberme input {
  margin-right: 5px;
}
.woocommerce-form-coupon .form-row-first,
.woocommerce-form-coupon .form-row-last {
  float: none;
  display: inline-block;
}
.woocommerce-form-coupon .form-row-first {
  max-width: 170px;
  margin-bottom: 0;
}
.woocommerce-form-coupon .form-row-last {
  color: inherit !important;
  margin: 0 !important;
  width: calc(100% - 188px);
}
.woocommerce-form-coupon .form-row-last button {
  margin-top: -2px !important;
}
.woocommerce-form-coupon input[type="text"] {
  margin-top: 0;
  font-size: .8em;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 40px;
}
.woocommerce-form-coupon .button {
  height: 40px;
  line-height: 40px;
  padding-bottom: 0;
  padding-top: 0;
  margin-left: 5px;
  margin-top: 1px;
}
.woocommerce-checkout .woocommerce-form-login .button {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce-form-login + .woocommerce-notices-wrapper + .woocommerce-checkout,
.woocommerce-form-coupon + .woocommerce-notices-wrapper + .woocommerce-checkout {
  margin-top: 54px;
}
.woocommerce-checkout .woocommerce-form-login {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 21px;
}
.woocommerce-form-login + .woocommerce-form-coupon-toggle {
  margin-top: 18px !important;
}
.woocommerce-form-login + #customer_details .col-1,
.woocommerce-form-coupon + #customer_details .col-1 {
  margin-top: 54px;
}
.woocommerce:not(.uncode-wc-module) #customer_details {
  margin-bottom: 72px;
}
.uncode-wc-module__notices .wc-notice {
  margin-bottom: 36px;
}
#order_review_heading {
  margin-bottom: 36px;
}
.order-table-with-thumbs .order_details td.product-name,
.order-table-with-thumbs .woocommerce-checkout-review-order-table td.product-name,
.order-table-with-thumbs.uncode-wc-pay-order .shop_table td.product-name {
  display: flex;
  width: 100%;
  position: relative;
}
.order-table-with-thumbs .order_details img,
.order-table-with-thumbs .woocommerce-checkout-review-order-table img,
.order-table-with-thumbs.uncode-wc-pay-order .shop_table img {
  width: 54px;
  border-radius: 2px;
  max-width: none;
  display: block;
}
body:not(.rtl) .order-table-with-thumbs .order_details img,
body:not(.rtl) .order-table-with-thumbs .woocommerce-checkout-review-order-table img,
body:not(.rtl) .order-table-with-thumbs.uncode-wc-pay-order .shop_table img {
  margin-right: 27px;
}
body.rtl .order-table-with-thumbs .order_details img,
body.rtl .order-table-with-thumbs .woocommerce-checkout-review-order-table img,
body.rtl .order-table-with-thumbs.uncode-wc-pay-order .shop_table img {
  margin-left: 27px;
}
.order-table-with-thumbs .order_details img,
.order-table-with-thumbs.uncode-wc-pay-order .shop_table img {
  height: 100%;
}
.order-table-with-thumbs .woocommerce-checkout-review-order-table img {
  height: auto;
}
.order-table-with-thumbs.vertical-align-middle .order_details td.product-name,
.order-table-with-thumbs.vertical-align-middle .woocommerce-checkout-review-order-table td.product-name,
.order-table-with-thumbs.vertical-align-middle.uncode-wc-pay-order .shop_table td.product-name {
  align-items: center;
}
.order-table-with-thumbs .order_details strong.product-quantity,
.order-table-with-thumbs .woocommerce-checkout-review-order-table strong.product-quantity {
  position: absolute;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  top: 19px;
  font-size: 9px;
}
.order-table-with-thumbs .order_details strong.product-quantity span,
.order-table-with-thumbs .woocommerce-checkout-review-order-table strong.product-quantity span {
  display: none;
}
body:not(.rtl) .order-table-with-thumbs .order_details strong.product-quantity,
body:not(.rtl) .order-table-with-thumbs .woocommerce-checkout-review-order-table strong.product-quantity {
  left: 49px;
}
body.rtl .order-table-with-thumbs .order_details strong.product-quantity,
body.rtl .order-table-with-thumbs .woocommerce-checkout-review-order-table strong.product-quantity {
  right: 49px;
}
.order-table-with-thumbs .order_details .product-item-thumb,
.order-table-with-thumbs .woocommerce-checkout-review-order-table .product-item-thumb {
  position: relative;
}
.order-table-with-thumbs .order_details .product-item-thumb strong.product-quantity,
.order-table-with-thumbs .woocommerce-checkout-review-order-table .product-item-thumb strong.product-quantity {
  top: 0;
}
body:not(.rtl) .order-table-with-thumbs .order_details .product-item-thumb strong.product-quantity,
body:not(.rtl) .order-table-with-thumbs .woocommerce-checkout-review-order-table .product-item-thumb strong.product-quantity {
  left: auto;
  right: 27px;
  transform: translate3d(50%, -50%, 0);
}
body.rtl .order-table-with-thumbs .order_details .product-item-thumb strong.product-quantity,
body.rtl .order-table-with-thumbs .woocommerce-checkout-review-order-table .product-item-thumb strong.product-quantity {
  left: 27px;
  right: auto;
  transform: translate3d(-50%, -50%, 0);
}
.order-table-with-thumbs .order_details .product-item-text strong.product-quantity,
.order-table-with-thumbs .woocommerce-checkout-review-order-table .product-item-text strong.product-quantity {
  display: none;
}
.order-table-with-thumbs .order_details .wc-item-meta {
  display: none;
}
.uncode-wc-checkout--horizontal.uncode-wc-pay-order #payment {
  border-top-style: none;
  padding-top: 27px;
}
.woocommerce-order h2,
.woocommerce-order h3 {
  font-size: 18px !important;
}
.woocommerce-order ul {
  list-style-type: none !important;
  padding-left: 0 !important;
}
.woocommerce-order table.order_details {
  margin-bottom: 36px;
}
.woocommerce-order address {
  font-style: normal;
}
.woocommerce-bacs-bank-details h3 {
  display: none;
}
.uncode-wc-checkout.main-button-align-right .form-row.place-order {
  text-align: right;
}
.uncode-wc-checkout.main-button-align-right .woocommerce-terms-and-conditions-wrapper {
  text-align: left;
}
.woocommerce-terms-and-conditions-wrapper .input-checkbox {
  margin-right: 4px;
}
.woocommerce-session-expired-wrapper {
  padding-bottom: 36px;
  padding-top: 36px;
}
.woocommerce-session-expired-wrapper .wc-backward,
.woocommerce-session-expired-wrapper .wc-backward {
  margin-left: 18px;
}
.no-block-padding .woocommerce-session-expired-wrapper {
  padding: 36px;
  text-align: center;
}
.woocommerce-order-received .woocommerce-thankyou-order-received + .woocommerce-info {
  margin-top: 18px !important;
}
.woocommerce-order-received .woocommerce-form-login {
  border: none;
  padding-bottom: 0;
}
.woocommerce-order-received .woocommerce-form-login .form-row {
  margin-top: 0;
}
.uncode-woocommerce-form-submission .checkout-button {
  position: relative;
}
.uncode-woocommerce-form-submission .checkout-button:after {
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease;
  transition-delay: 0.4s;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  content: "";
  z-index: 1000;
}
.uncode-woocommerce-form-submission .style-light .checkout-button,
.uncode-woocommerce-form-submission .style-dark .style-light .checkout-button {
  color: transparent !important;
}
.uncode-woocommerce-form-submission .style-light .checkout-button:after,
.uncode-woocommerce-form-submission .style-dark .style-light .checkout-button:after {
}
.uncode-woocommerce-form-submission .style-dark .checkout-button,
.uncode-woocommerce-form-submission .style-light .style-dark .checkout-button {
  color: transparent !important;
}
.uncode-woocommerce-form-submission .style-dark .checkout-button:after,
.uncode-woocommerce-form-submission .style-light .style-dark .checkout-button:after {
}
.wc-blocks-components-select .wc-blocks-components-select__select {
  background-image: none !important;
  margin-top: 0px;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 12px 0 0;
  margin: -6px 0 0;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 6px 0;
  position: relative;
}
body:not(.rtl) .woocommerce-MyAccount-navigation a {
  padding-left: 36px;
}
body.rtl .woocommerce-MyAccount-navigation a {
  padding-right: 36px;
}
.woocommerce-MyAccount-navigation a:before {
  font-family: uncodeicon;
  position: absolute;
  font-size: 1.2em;
  top: 2px;
}
body:not(.rtl) .woocommerce-MyAccount-navigation a:before {
  left: 0;
}
body.rtl .woocommerce-MyAccount-navigation a:before {
  right: 0;
}
.woocommerce-MyAccount-navigation li.is-active a:before {
  color: inherit;
}
.uncode-wc-my-account .woocommerce-MyAccount-navigation li:first-child a {
  padding-top: 0;
}
.uncode-wc-my-account .woocommerce-MyAccount-navigation li:first-child a:before {
  top: -4px;
}
.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: '\f0e4';
}
.woocommerce-MyAccount-navigation-link--orders a:before {
  content: '\f07a';
}
.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: '\f019';
  top: 3px;
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: '\f015';
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: '\f007';
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: '\f08b';
  top: 4px;
}
.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: '\f09d';
  top: 3px;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper + p,
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders,
.woocommerce-MyAccount-content table.woocommerce-table--order-downloads {
  margin-top: 0;
  border-top-width: 0 !important;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods {
  margin-top: 0;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm {
  margin-top: -18px !important;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm .form-row-first,
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm .form-row-last {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders thead th,
.woocommerce-MyAccount-content table.woocommerce-table--order-downloads thead th {
  padding-top: 4px;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a,
.woocommerce-MyAccount-content table.woocommerce-table--order-downloads .woocommerce-orders-table__cell-order-actions a {
  margin-left: 4px;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-number,
.woocommerce-MyAccount-content table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-number {
  padding-right: 9px;
}
@media (max-width: 569px) {
  .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders th.woocommerce-orders-table__header-order-status,
  .woocommerce-MyAccount-content table.woocommerce-table--order-downloads th.woocommerce-orders-table__header-order-status,
  .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-status,
  .woocommerce-MyAccount-content table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-status {
    width: 50px;
  }
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a,
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a,
.woocommerce-MyAccount-content table.woocommerce-table--order-downloads .download-product a,
.woocommerce-MyAccount-content table.woocommerce-table--order-downloads .download-file a,
.woocommerce-MyAccount-content table.account-payment-methods-table .payment-method-actions a {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  display: inline-block;
  padding: 0 3px;
}
.woocommerce-MyAccount-content .form-row span em {
  font-size: .9em;
}
.woocommerce-MyAccount-content mark {
  background: transparent;
}
.woocommerce-MyAccount-content .order-status-icon {
  color: #777;
  background: #E5E5E5;
  border-radius: 4px;
  display: inline-block;
  padding: 7px 12px;
  font-size: .9em;
  line-height: 1;
  margin-left: 9px;
  margin-right: 9px;
}
.woocommerce-MyAccount-content .order-status-icon:before {
  display: none;
  content: '\f141';
}
.woocommerce-MyAccount-content .order-status-icon--completed {
  background: #C8D7E1;
  color: #2e4453;
}
.woocommerce-MyAccount-content .order-status-icon--completed:before {
  content: '\f00c';
}
.woocommerce-MyAccount-content .order-status-icon--on-hold {
  background: #f8dda7;
  color: #94660c;
}
.woocommerce-MyAccount-content .order-status-icon--on-hold:before {
  content: '\f05a';
}
.woocommerce-MyAccount-content .order-status-icon--failed {
  background: #eba3a3;
  color: #761919;
}
.woocommerce-MyAccount-content .order-status-icon--failed:before {
  content: '\f06a';
}
.woocommerce-MyAccount-content .order-status-icon--processing {
  background: #C6E1C6;
  color: #5B841B;
}
.woocommerce-MyAccount-content .order-status-icon--trash {
  background: #eba3a3;
  color: #761919;
}
.woocommerce-MyAccount-content .order-status-icon--trash:before {
  content: '\f1f8';
}
.woocommerce-MyAccount-content address {
  font-style: normal;
}
@media (max-width: 569px) {
  .woocommerce-MyAccount-content table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce-MyAccount-content table.shop_table_responsive td {
    display: block;
    text-align: right !important;
    clear: both;
    width: auto !important;
    padding-right: 0 !important;
  }
  .woocommerce-MyAccount-content table.shop_table_responsive td:before,
  .woocommerce-MyAccount-content table.shop_table_responsive td:after {
    content: "";
    display: table;
  }
  .woocommerce-MyAccount-content table.shop_table_responsive td[data-title]:before {
    content: attr(data-title) ": ";
    float: left;
  }
  .woocommerce-MyAccount-content table.shop_table_responsive .order-status-icon {
    display: inline;
    margin-right: 0;
  }
}
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-size: 18px !important;
}
h2 + table,
h3 + table {
  margin-top: 36px !important;
}
p + section.woocommerce-order-downloads {
  margin-top: 36px;
  margin-bottom: 36px;
}
.woocommerce-Addresses {
  margin: 18px 0px 0px 0px;
  border-top-width: 1px;
  border-top-style: solid;
}
.woocommerce-Address .edit {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  font-size: .9em;
  margin: 9px 0px 0px 0px;
  display: inline-block;
  padding: 0 3px 4px;
}
.addresses.col2-set:before,
.addresses.col2-set:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.addresses.col2-set:after {
  clear: both;
}
.addresses.col2-set:before,
.addresses.col2-set:after {
  content: " ";
  display: table;
}
.addresses.col2-set:after {
  clear: both;
}
@media (min-width: 570px) {
  .addresses.col2-set .col-1,
  .addresses.col2-set .col-2 {
    width: calc(50% - 18px);
    overflow: visible;
  }
  .addresses.col2-set .col-1 {
    float: left;
    clear: left;
  }
  .addresses.col2-set .col-2 {
    float: right;
  }
}
p.order-again {
  margin-bottom: 36px;
  margin-top: 36px;
}
.uncode-wc-my-account.bold-text .shop_table th,
.uncode-wc-my-account.bold-text .shop_table td a,
.uncode-wc-my-account.bold-text .shop_table td .amount {
  font-weight: 600;
}
.uncode-wc-my-account.bold-text .form-row label,
.uncode-wc-my-account.bold-text .payment_methods label {
  font-weight: 600;
}
.uncode-wc-account-forms h2 {
  margin-top: 0;
}
.uncode-wc-account-forms .woocommerce-privacy-policy-text p:first-child {
  margin-top: 9px;
}
.uncode-wc-account-forms.bold-text .form-row label {
  font-weight: 600;
}
.uncode-wc-account-forms.no-account-forms-titles h2 {
  display: none;
}
.uncode-wc-account-forms.no-account-forms-titles form {
  padding-top: 0;
}
.uncode-wc-account-forms.no-account-forms-titles form > p:first-child {
  margin-top: 0;
}
.uncode-wc-account-forms.no-account-forms-titles.form-no-labels form > p:first-child input {
  margin-top: 0;
}
.woocommerce-MyAccount-content > a.button,
.woocommerce-MyAccount-content p > a.button {
  display: inline-block;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  text-align: center !important;
  vertical-align: middle;
  background-image: none;
  border-radius: 2px;
  white-space: nowrap;
  -webkit-text-stroke: 0px;
  width: auto;
  box-shadow: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
body:not(.uncode-accessible) .woocommerce-MyAccount-content > a.button,
body:not(.uncode-accessible) .woocommerce-MyAccount-content p > a.button {
  outline: 0;
}
.woocommerce-Message + .button,
.account-payment-methods-table + .button {
  margin-top: 27px;
}
.woocommerce-form-register p:not(.form-row),
.woocommerce-form-track-order p:not(.form-row),
.lost_reset_password p:not(.form-row) {
  font-weight: 400;
  font-size: .9em;
}
.woocommerce-form-register .woocommerce-password-hint,
.woocommerce-form-track-order .woocommerce-password-hint,
.lost_reset_password .woocommerce-password-hint {
  margin-top: 18px;
  display: block;
}
@media (min-width: 960px) {
  .uncode-wc-account-forms.with-button-adjust p.lost_password {
    position: absolute;
  }
}
@media (max-width: 959px) {
  .woocommerce-form-login button[type="submit"],
  .woocommerce-form-register button[type="submit"],
  .woocommerce-form-track-order button[type="submit"] {
    margin-top: 0 !important;
    transform: none !important;
  }
}
.uncode-wc-account-forms mark {
  background-color: transparent;
  color: inherit;
}
.uncode-wc-account-forms .wc-notice,
.uncode-wc-account-forms .order-info {
  margin-top: 27px !important;
}
.password-input {
  position: relative;
  display: block;
}
.show-password-input {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 1;
  opacity: .5;
  transition: opacity 0.5s;
}
.show-password-input:hover {
  opacity: 1;
}
.show-password-input.display-password {
  opacity: .2;
}
.show-password-input:before {
  content: '\f06e';
  font-family: 'uncodeicon';
  display: inline-block;
}
.module-text-lead {
  font-size: 18px;
}
.module-text-lead > *,
.module-text-lead p,
.module-text-lead li,
.module-text-lead dt,
.module-text-lead dd,
.module-text-lead dl,
.module-text-lead address,
.module-text-lead label,
.module-text-lead small,
.module-text-lead pre,
.module-text-lead code {
  font-size: 18px;
}
.module-text-small {
  font-size: 13px;
}
.module-text-small > *,
.module-text-small p,
.module-text-small li,
.module-text-small dt,
.module-text-small dd,
.module-text-small dl,
.module-text-small address,
.module-text-small label,
.module-text-small small,
.module-text-small pre,
.module-text-small code {
  font-size: 13px;
}
.main-container .row-container .row-parent .uncode-wc-checkout .column_child.single-internal-gutter .uncont > * {
  margin-top: 0;
}
.uncode-wc-module .uncode-wc-module__row--first {
  margin-top: 0px !important;
}
.no-internal-gutter .uncode-wc-module .uncode-wc-module__row {
  margin-top: 0px;
}
.one-internal-gutter .uncode-wc-module .uncode-wc-module__row {
  margin-top: 1px;
}
.half-internal-gutter .uncode-wc-module .uncode-wc-module__row {
  margin-top: 18px;
}
.single-internal-gutter .uncode-wc-module .uncode-wc-module__row {
  margin-top: 36px;
}
.double-internal-gutter .uncode-wc-module .uncode-wc-module__row {
  margin-top: 72px;
}
@media (max-width: 959px) {
  .double-internal-gutter .uncode-wc-module .uncode-wc-module__row {
    margin-top: 54px;
  }
}
@media (max-width: 569px) {
  .double-internal-gutter .uncode-wc-module .uncode-wc-module__row {
    margin-top: 36px;
  }
}
.triple-internal-gutter .uncode-wc-module .uncode-wc-module__row {
  margin-top: 108px;
}
@media (max-width: 1499px) {
  .triple-internal-gutter .uncode-wc-module .uncode-wc-module__row {
    margin-top: 90px;
  }
}
@media (max-width: 959px) {
  .triple-internal-gutter .uncode-wc-module .uncode-wc-module__row {
    margin-top: 72px;
  }
}
@media (max-width: 569px) {
  .triple-internal-gutter .uncode-wc-module .uncode-wc-module__row {
    margin-top: 54px;
  }
}
.quad-internal-gutter .uncode-wc-module .uncode-wc-module__row {
  margin-top: 144px;
}
@media (max-width: 1699px) {
  .quad-internal-gutter .uncode-wc-module .uncode-wc-module__row {
    margin-top: 126px;
  }
}
@media (max-width: 1499px) {
  .quad-internal-gutter .uncode-wc-module .uncode-wc-module__row {
    margin-top: 108px;
  }
}
@media (max-width: 959px) {
  .quad-internal-gutter .uncode-wc-module .uncode-wc-module__row {
    margin-top: 90px;
  }
}
@media (max-width: 569px) {
  .quad-internal-gutter .uncode-wc-module .uncode-wc-module__row {
    margin-top: 72px;
  }
}
.uncode-wc-module .woocommerce-notices-wrapper .row-parent,
.uncode-wc-module .woocommerce-notices-wrapper .row-container,
.uncode-wc-module .woocommerce-notices-wrapper .double-bottom-padding {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.quick-view-button-overlay {
  height: 27px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 27px;
  z-index: 1000;
}
.add-to-wishlist-overlay + .quick-view-button-overlay {
  top: 42px;
}
.quick-view-button-overlay .quick-view-button {
  text-indent: -99999px;
}
.quick-view-button-overlay .quick-view-button:after {
  content: '\e089';
  display: block;
  font-family: uncodeicon;
  font-size: .925em;
  left: 0;
  line-height: 27px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 100%;
}
div.product .quick-view-default-content div.summary {
  float: none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}
.quick-view-icon-button {
  display: inline-block;
  height: 2em;
  margin-top: 0 !important;
  position: relative;
  vertical-align: inherit;
  width: 2em;
}
.quick-view-icon-button a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -99999px;
  top: 0;
  width: 100%;
}
.quick-view-icon-button a:after {
  content: '\e089';
  display: block;
  font-family: uncodeicon;
  left: 0;
  line-height: 2em;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 100%;
}
.woocommerce-mini-cart-header {
  display: none;
}
#uncode_sidecart_overlay {
  bottom: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3000;
}
body:not(.uncode-sidecart-open) #uncode_sidecart_overlay {
  left: 100%;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 600ms, left 0s 600ms;
}
body.uncode-sidecart-open #uncode_sidecart_overlay {
  left: 0;
  opacity: .5;
  visibility: visible;
  transition: opacity 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0s, left 0s 0s;
}
@media (max-width: 959px) {
  body.uncode-sidecart-open.uncode-sidecart-mobile-disabled #uncode_sidecart_overlay {
    display: none !important;
  }
}
#uncode_sidecart {
  box-sizing: border-box;
  bottom: 0;
  position: fixed;
  top: 0;
  width: 400px;
  transition: box-shadow 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86),transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 10001;
}
@media (max-width: 569px) {
  #uncode_sidecart {
    width: 100%;
  }
}
@media (min-width: 781px) {
  body.admin-bar #uncode_sidecart {
    top: 32px;
  }
}
body.uncode-sidecart-right #uncode_sidecart {
  right: 0;
}
body.uncode-sidecart-right:not(.uncode-sidecart-open) #uncode_sidecart {
  transform: translateX(100%);
}
body.uncode-sidecart-left #uncode_sidecart {
  left: 0;
}
body.uncode-sidecart-left:not(.uncode-sidecart-open) #uncode_sidecart {
  transform: translateX(-100%);
}
body.uncode-sidecart-open #uncode_sidecart {
  box-shadow: 0 50px 50px -30px rgba(0, 0, 0, 0.2), 0 30px 50px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 959px) {
  body.uncode-sidecart-open.uncode-sidecart-mobile-disabled #uncode_sidecart {
    display: none !important;
  }
}
body:not(.woocommerce-checkout).uncode-sidecart-open {
  overflow: hidden !important;
}
.uncode-sidecart-wrapper,
.uncode-sidecart-wrapper .widget_shopping_cart,
.uncode-sidecart-wrapper .widget_shopping_cart_content {
  background: inherit;
  height: 100%;
  position: relative;
}
.uncode-sidecart-wrapper .widget_shopping_cart .product_list_widget {
  padding-bottom: 9px !important;
}
html:not(.win) .uncode-sidecart-wrapper .widget_shopping_cart .product_list_widget {
  width: 100%;
}
html.win .uncode-sidecart-wrapper .widget_shopping_cart .product_list_widget {
  width: calc(100% + 16px);
}
.uncode-sidecart-wrapper li.woocommerce-mini-cart__empty-message {
  padding-bottom: 18px !important;
  padding-top: 18px !important;
}
.uncode-sidecart-wrapper li.mini_cart_item {
  border-bottom: 1px solid;
  box-sizing: content-box;
  padding-bottom: 18px !important;
  padding-left: 68px !important;
  padding-top: 18px !important;
}
.uncode-sidecart-wrapper li.mini_cart_item img {
  max-width: 50px;
  top: 23.76px !important;
  width: 50px !important;
}
.uncode-sidecart-wrapper li.mini_cart_item .amount {
  float: none;
}
.uncode-sidecart-wrapper li.mini_cart_item .quantity i {
  margin: 0;
}
.uncode-sidecart-wrapper li.mini_cart_item .remove {
  top: 23.76px !important;
}
.uncode-sidecart-wrapper li.mini_cart_item a {
  font-weight: 500;
}
.uncode-sidecart-wrapper .buttons {
  display: block;
}
.uncode-sidecart-wrapper .buttons a.wc-forward {
  margin: 0 0 9px !important;
  padding-top: 0 !important;
  width: 100%;
}
.uncode-sidecart-wrapper .buttons a.wc-forward:first-child {
  background-color: transparent !important;
  border: 0 !important;
}
.uncode-sidecart-wrapper .woocommerce-mini-cart-header {
  display: block;
  background: inherit;
  border-bottom: 1px solid transparent;
  left: 27px;
  overflow: hidden;
  position: absolute;
  right: 27px;
  top: 0;
  z-index: 1;
}
.uncode-sidecart-wrapper .woocommerce-mini-cart-body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden !important;
  padding: 72px 27px 144px 27px;
  position: absolute;
  width: calc(100% + 200px - 27px);
  z-index: 0;
}
body.uncode-sidecart-right .uncode-sidecart-wrapper .woocommerce-mini-cart-body {
  margin-right: calc(-200px + 27px);
  padding-right: 200px;
}
body.uncode-sidecart-left .uncode-sidecart-wrapper .woocommerce-mini-cart-body {
  margin-left: calc(-200px + 27px);
  padding-left: 200px;
}
.uncode-sidecart-wrapper .woocommerce-mini-cart-footer {
  background: inherit;
  bottom: 0;
  left: 27px;
  padding-bottom: 9px;
  position: absolute;
  right: 27px;
  z-index: 1;
}
.uncode-sidecart-wrapper .btn-link.close-mini-cart {
  border: 0 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin: 0 !important;
  padding: 18px 0 18px 1.3em !important;
  position: relative;
  transform: none !important;
}
.uncode-sidecart-wrapper .btn-link.close-mini-cart span.cart-close-icon {
  font-size: 1.3em;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
}
body.uncode-sidecart-right .uncode-sidecart-wrapper .btn-link.close-mini-cart {
  float: right;
}
body.uncode-sidecart-left .uncode-sidecart-wrapper .btn-link.close-mini-cart {
  float: left;
}
body.uncode-sidecart-open .widget_shopping_cart_live_region {
  margin: -1px;
}
.checkout-steps {
  list-style: none !important;
  margin: 0;
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.checkout-step {
  font-size: inherit;
  display: inline-block;
}
.checkout-step-icon {
  font-size: .75em;
  margin-right: 0;
  margin-left: 1em;
}
.checkout-step-wrapper {
  display: flex;
  align-items: center;
}
.checkout-step-number {
  font-size: .5em;
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  text-align: center;
  line-height: 1.6em;
  position: relative;
  border-radius: 100%;
  margin-right: 1em;
  flex-shrink: 0;
}
.checkout-step--inactive,
.checkout-step-icon {
  opacity: .35;
}
@media (min-width: 960px) {
  .align_left .checkout-step {
    margin-right: 1em;
  }
}
.align_left .checkout-steps {
  justify-content: flex-start;
}
@media (min-width: 960px) {
  .align_right .checkout-step {
    margin-left: 1em;
  }
}
.align_right .checkout-steps {
  justify-content: flex-end;
}
@media (min-width: 960px) {
  .align_center .checkout-step {
    margin-left: .5em;
    margin-right: .5em;
  }
}
.align_center .checkout-steps {
  justify-content: center;
}
@media (max-width: 959px) {
  .checkout-step--inactive {
    display: none;
  }
  .checkout-step-icon,
  .checkout-step-number {
    display: none;
  }
}
@media (max-width: 569px) {
  .align_left_mobile .checkout-steps {
    justify-content: flex-start;
  }
  .align_right_mobile .checkout-steps {
    justify-content: flex-end;
  }
  .align_center_mobile .checkout-step {
    margin-left: .5em;
    margin-right: .5em;
  }
  .align_center_mobile .checkout-steps {
    justify-content: center;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .align_left_tablet .checkout-step {
    margin-left: 0;
    margin-right: 1em;
  }
  .align_left_tablet .checkout-steps {
    justify-content: flex-start;
  }
  .align_right_tablet .checkout-step {
    margin-left: 1em;
    margin-right: 0;
  }
  .align_right_tablet .checkout-steps {
    justify-content: flex-end;
  }
  .align_center_tablet .checkout-step {
    margin-left: .5em;
    margin-right: .5em;
  }
  .align_center_tablet .checkout-steps {
    justify-content: center;
  }
}
.brands_index,
.brands,
.brand-thumbnails,
.brand-thumbnails-description {
  list-style: none !important;
  padding: 0 !important;
}

/*
----------------------------------------------------------

#Swatches

----------------------------------------------------------
*/
.swatch {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 4px;
  transition: border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  vertical-align: middle;
}
.swatch:last-child {
  margin-right: 0;
}
.swatch.swatch--disabled {
  cursor: not-allowed;
  opacity: .3;
  border-color: transparent !important;
}
.swatch.swatch--disabled:after {
  content: none;
}
.swatch-type-label {
  font-size: 11px !important;
  border-radius: 1px;
  font-weight: 500;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  text-align: center !important;
}
.swatch-type-color {
  border-color: rgba(0, 0, 0, 0.15) !important;
  border-color: transparent !important;
  border-radius: 100%;
  font-size: 0;
  height: 25px;
  width: 25px;
  position: relative;
  text-align: center !important;
}
.widget .swatch-type-color {
  height: 22px;
  width: 22px;
}
li:not(.menu-item):not(.megamenu-block-wrapper):hover .swatch-type-color,
.swatch-type-color.swatch--active,
.term-filter-link--active .swatch-type-color {
  border-color: rgba(0, 0, 0, 0.15) !important;
  border-color: transparent !important;
}
.swatch-type-color:after {
  font-family: uncodeicon;
  content: '\e116';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  line-height: 25px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  text-align: center !important;
}
.widget .swatch-type-color:after {
  font-size: 11px;
  line-height: 20px;
}
.swatch-type-color.swatch--white {
  border-color: rgba(0, 0, 0, 0.15) !important;
}
li:not(.menu-item):not(.megamenu-block-wrapper):hover .swatch-type-color.swatch--white,
.swatch-type-color.swatch--white.swatch--active,
.term-filter-link--active .swatch-type-color.swatch--white {
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.swatch-type-color.swatch--white:after {
  color: #999;
}
li:not(.menu-item):not(.megamenu-block-wrapper):hover .swatch-type-color:after,
.swatch-type-color.swatch--active:after,
.term-filter-link--active .swatch-type-color:after {
  opacity: 1;
}
.swatch-type-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1px;
  cursor: pointer;
  font-size: 0;
  height: 58px;
  width: 58px;
}
.swatch--image-regular {
  background-size: contain;
}
.swatch--logo {
  height: auto;
}
.swatch--logo:after {
  content: '';
  display: block;
  padding-top: 60%;
}
.term-filters-list--columns .swatch--logo {
  display: block;
  width: 100%;
}
.term-filters-list--logo.term-filters-list--columns li {
  text-align: center;
}
.swatch-type-featured {
  border-radius: 1px;
  cursor: pointer;
  font-size: 0;
  width: 60px;
}

:where(html.wpc-bgl255) .owl-carousel .owl-video-play-icon{background: url(/core/views/uncode/library/css/owl.video.play.png) no-repeat}:where(html.wpc-bgl255) .style-light select:not([multiple]){background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+")}:where(html.wpc-bgl255) .style-dark select:not([multiple]){background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+")}:where(html.wpc-bgl255) .tmb-light .t-entry-visual .add_to_cart_button.loading:after{background-image: url(/core/views/uncode/library/img/oval-anim-dark.svg)}:where(html.wpc-bgl255) .tmb-dark .t-entry-visual .add_to_cart_button.loading:after{background-image: url(/core/views/uncode/library/img/oval-anim-light.svg)}:where(html.wpc-bgl255) .style-dark a.button:not(.t-table-add-to-cart).loading,:where(html.wpc-bgl255) .style-dark button.button:not(.t-table-add-to-cart).loading,:where(html.wpc-bgl255) .style-dark input.button:not(.t-table-add-to-cart).loading,:where(html.wpc-bgl255) a.button:not(.t-table-add-to-cart).loading .style-light .style-dark,:where(html.wpc-bgl255) button.button:not(.t-table-add-to-cart).loading .style-light .style-dark,:where(html.wpc-bgl255) input.button:not(.t-table-add-to-cart).loading .style-light .style-dark{background-image: url(/core/views/uncode/library/img/oval-anim-light.svg)}:where(html.wpc-bgl255) .style-light a.button:not(.t-table-add-to-cart).loading,:where(html.wpc-bgl255) .style-light button.button:not(.t-table-add-to-cart).loading,:where(html.wpc-bgl255) .style-light input.button:not(.t-table-add-to-cart).loading,:where(html.wpc-bgl255) a.button:not(.t-table-add-to-cart).loading .style-dark .style-light,:where(html.wpc-bgl255) button.button:not(.t-table-add-to-cart).loading .style-dark .style-light,:where(html.wpc-bgl255) input.button:not(.t-table-add-to-cart).loading .style-dark .style-light{background-image: url(/core/views/uncode/library/img/oval-anim-dark.svg)}:where(html.wpc-bgl255) .style-light a.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,:where(html.wpc-bgl255) .style-light button.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,:where(html.wpc-bgl255) .style-light input.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,:where(html.wpc-bgl255) .style-light a.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,:where(html.wpc-bgl255) .style-light button.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,:where(html.wpc-bgl255) .style-light input.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,:where(html.wpc-bgl255) .style-light a.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active,:where(html.wpc-bgl255) .style-light button.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active,:where(html.wpc-bgl255) .style-light input.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active{background-image: url(/core/views/uncode/library/img/oval-anim-light.svg)}:where(html.wpc-bgl255) .style-dark a.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,:where(html.wpc-bgl255) .style-dark button.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,:where(html.wpc-bgl255) .style-dark input.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,:where(html.wpc-bgl255) .style-dark a.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,:where(html.wpc-bgl255) .style-dark button.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,:where(html.wpc-bgl255) .style-dark input.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,:where(html.wpc-bgl255) .style-dark a.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active,:where(html.wpc-bgl255) .style-dark button.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active,:where(html.wpc-bgl255) .style-dark input.button:not(.t-table-add-to-cart).loading:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active{background-image: url(/core/views/uncode/library/img/oval-anim-dark.svg)}:where(html.wpc-bgl255) .style-dark a.button.t-table-add-to-cart.loading::after,:where(html.wpc-bgl255) .style-dark button.button.t-table-add-to-cart.loading::after,:where(html.wpc-bgl255) .style-dark input.button.t-table-add-to-cart.loading::after,:where(html.wpc-bgl255) .style-light .style-dark a.button.t-table-add-to-cart.loading::after,:where(html.wpc-bgl255) .style-light .style-dark button.button.t-table-add-to-cart.loading::after,:where(html.wpc-bgl255) .style-light .style-dark input.button.t-table-add-to-cart.loading::after{background-image: url(/core/views/uncode/library/img/oval-anim-dark.svg)}:where(html.wpc-bgl255) .style-light a.button.t-table-add-to-cart.loading::after,:where(html.wpc-bgl255) .style-light button.button.t-table-add-to-cart.loading::after,:where(html.wpc-bgl255) .style-light input.button.t-table-add-to-cart.loading::after,:where(html.wpc-bgl255) .style-dark .style-light a.button.t-table-add-to-cart.loading::after,:where(html.wpc-bgl255) .style-dark .style-light button.button.t-table-add-to-cart.loading::after,:where(html.wpc-bgl255) .style-dark .style-light input.button.t-table-add-to-cart.loading::after{background-image: url(/core/views/uncode/library/img/oval-anim-light.svg)}:where(html.wpc-bgl255) .select2-container .select2-choice abbr{background: url(/core/views/uncode/library/img/woocommerce/select2.png) right top no-repeat}:where(html.wpc-bgl255) .select2-search input.select2-active{background: url(/core/views/uncode/library/img/woocommerce/select2-spinner.gif) 100% no-repeat #ffffff}:where(html.wpc-bgl255) .select2-more-results.select2-active{background: url(/core/views/uncode/library/img/woocommerce/select2-spinner.gif) 100% no-repeat #f4f4f4}:where(html.wpc-bgl255) .select2-container-multi .select2-choices .select2-search-field input.select2-active{background: url(/core/views/uncode/library/img/woocommerce/select2-spinner.gif) 100% no-repeat #ffffff !important}:where(html.wpc-bgl255) .select2-search-choice-close{background: url(/core/views/uncode/library/img/woocommerce/select2.png) right top no-repeat}:where(html.wpc-bgl255) .uncode-woocommerce-form-submission .style-light .checkout-button:after,:where(html.wpc-bgl255) .uncode-woocommerce-form-submission .style-dark .style-light .checkout-button:after{background-image: url(/core/views/uncode/library/img/oval-anim-dark.svg)}:where(html.wpc-bgl255) .uncode-woocommerce-form-submission .style-dark .checkout-button:after,:where(html.wpc-bgl255) .uncode-woocommerce-form-submission .style-light .style-dark .checkout-button:after{background-image: url(/core/views/uncode/library/img/oval-anim-light.svg)}