/*!
 * CCS3 animations
 */
.tm-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tm-animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
} /*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.tcfa,
.tcfad,
.tcfal,
.tcfar,
.tcfas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.tcfa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.tcfa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tcfa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tcfa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tcfa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.tcfa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.tcfa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.tcfa-flip-both,
.tcfa-flip-horizontal.tcfa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .tcfa-flip-both,
:root .tcfa-flip-horizontal,
:root .tcfa-flip-vertical,
:root .tcfa-rotate-180,
:root .tcfa-rotate-270,
:root .tcfa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.tcfa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.tcfa-stack-1x,
.tcfa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.tcfa-stack-1x {
  line-height: inherit;
}
.tcfa-stack-2x {
  font-size: 2em;
}
.tcfa-inverse {
  color: #fff;
}

.tcfa-question-circle:before {
  content: "\f059";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: tc-fontawesome;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.woff) format("woff"),
    url(../webfonts/fa-solid-900.ttf) format("truetype");
}
.tcfa,
.tcfas {
  font-family: tc-fontawesome !important;
  font-weight: 900;
}
.tcfar {
  font-family: tc-fontawesome !important;
  font-weight: 400;
} /*! nouislider - 14.5.0 - 5/11/2020 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 3px;
}
.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  right: -7px;
  top: -5px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #cdcdcd;
  border-radius: 4px;
  border: 0;
  box-shadow: none;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 0;
  border-radius: 50%;
  background: #3fb8af;
  cursor: pointer;
  box-shadow: none;
  outline: 0 !important;
  transition: all 0.1s ease-out, border-color 0.2s ease-out;
}
.noUi-horizontal .noUi-active.noUi-handle {
  box-shadow: none;
  width: 16px;
  height: 16px;
  right: -8px;
  top: -6px;
}
.noUi-handle:before {
  width: 2em;
  height: 2em;
  background-color: rgba(1, 164, 211, 0.2);
  content: "";
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.1s ease-out, border-color 0.2s ease-out;
  border-radius: 50%;
  will-change: transform;
}
.noUi-active.noUi-handle:before,
.noUi-handle:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.noUi-handle:after,
.noUi-handle:before {
  display: none;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  font-size: 0.8em;
  margin-top: 0.8em;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
  margin-top: 0.6em;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: none;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-show-tooltip .noUi-active .noUi-tooltip,
.noUi-show-tooltip .noUi-tooltip,
.noUi-show-tooltip:hover .noUi-tooltip {
  display: block;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  background: #3fb8af;
  bottom: 120%;
  color: #fff;
  border: 2px solid #fff;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.tc-extra-product-options .tcowl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.tc-extra-product-options .tcowl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.tc-extra-product-options .tcowl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.tc-extra-product-options .tcowl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.tc-extra-product-options .tcowl-carousel .owl-item,
.tc-extra-product-options .tcowl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.tc-extra-product-options .tcowl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.tc-extra-product-options .tcowl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.tc-extra-product-options .tcowl-carousel .owl-dots.disabled,
.tc-extra-product-options .tcowl-carousel .owl-nav.disabled {
  display: none;
}
.tc-extra-product-options .tcowl-carousel .owl-dot,
.tc-extra-product-options .tcowl-carousel .owl-nav .owl-next,
.tc-extra-product-options .tcowl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tc-extra-product-options .tcowl-carousel .owl-nav button.owl-next,
.tc-extra-product-options .tcowl-carousel .owl-nav button.owl-prev,
.tc-extra-product-options .tcowl-carousel button.owl-dot {
  background: 0;
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
}
.tc-extra-product-options .tcowl-carousel.owl-loaded {
  display: block;
}
.tc-extra-product-options .tcowl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.tc-extra-product-options .tcowl-carousel.owl-hidden {
  opacity: 0;
}
.tc-extra-product-options .tcowl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.tc-extra-product-options .tcowl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tc-extra-product-options .tcowl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.tc-extra-product-options .tcowl-carousel.owl-rtl {
  direction: rtl;
}
.tc-extra-product-options .tcowl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .tc-extra-product-options .tcowl-carousel {
  display: block;
}
.tc-extra-product-options .tcowl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tc-extra-product-options .tcowl-carousel .owl-animated-in {
  z-index: 0;
}
.tc-extra-product-options .tcowl-carousel .owl-animated-out {
  z-index: 1;
}
.tc-extra-product-options .tcowl-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;
  }
}
.tc-extra-product-options .owl-height {
  transition: height 0.5s ease-in-out;
}
.tc-extra-product-options .tcowl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.tc-extra-product-options .tcowl-carousel .owl-item .owl-lazy:not([src]),
.tc-extra-product-options .tcowl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.tc-extra-product-options .tcowl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.tc-extra-product-options .tcowl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.tc-extra-product-options .tcowl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.tc-extra-product-options .tcowl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.tc-extra-product-options
  .tcowl-carousel
  .owl-video-playing
  .owl-video-play-icon,
.tc-extra-product-options .tcowl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.tc-extra-product-options .tcowl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.tc-extra-product-options .tcowl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.tc-extra-product-options .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.tc-extra-product-options .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.tc-extra-product-options .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.tc-extra-product-options .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.tc-extra-product-options .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.tc-extra-product-options .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.tc-extra-product-options .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.tc-extra-product-options .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.tc-extra-product-options .owl-theme .owl-dots .owl-dot.active span,
.tc-extra-product-options .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.tc-extra-product-options .owl-nav {
  margin: 0 15px;
}
.tc-container,
.tm-extra-product-options .tc-container {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
.tc-row,
.tm-extra-product-options .tc-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start !important;
  -moz-box-pack: start !important;
  -ms-flex-pack: start !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 0 -15px;
}
.tc-cell,
.tm-extra-product-options .tc-cell {
  position: relative;
  padding: 0 15px;
  min-height: 1px;
  overflow: visible;
  width: 100%;
}
.tm-extra-product-options
  .cpf-section
  .tc-section-inner-wrap
  > .tc-row
  > .tc-cell {
  margin-bottom: 0;
}
.cpf-section.tc-cell {
  margin-bottom: 0;
}
.tc-container.nopadding {
  padding-left: 0;
  padding-right: 0;
}
.nomargin .tc-cell {
  margin: 0;
}
.tc-row .cpf-section.tc-row {
  margin: 0;
}
.tm-extra-product-options .tc-row.tc-col-12,
.tm-extra-product-options .tc-row.tc-col-12 .tc-row.tc-col-12 {
  margin: 0 -1em;
  min-width: 100% !important;
  max-width: 100%;
  overflow: visible;
  position: relative;
}
.tc-cell.tc-col,
.tc-col,
.tm-extra-product-options .tc-cell.tc-col,
.tm-extra-product-options .tc-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.tc-cell.tc-col-auto,
.tc-col-auto,
.tm-extra-product-options .tc-cell.tc-col-auto,
.tm-extra-product-options .tc-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.tc-cell.tc-col-0,
.tc-col-0,
.tm-extra-product-options .tc-cell.tc-col-0,
.tm-extra-product-options .tc-col-0 {
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  max-width: 0;
}
.tc-cell.tc-col-1,
.tc-col-1,
.tm-extra-product-options .tc-cell.tc-col-1,
.tm-extra-product-options .tc-col-1 {
  -ms-flex: 0 0 8.3334%;
  flex: 0 0 8.3334%;
  max-width: 8.3334%;
}
.tc-cell.tc-col-1-5,
.tc-col-1-5,
.tm-extra-product-options .tc-cell.tc-col-1-5,
.tm-extra-product-options .tc-col-1-5 {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.tc-cell.tc-col-2,
.tc-col-2,
.tm-extra-product-options .tc-cell.tc-col-2,
.tm-extra-product-options .tc-col-2 {
  -ms-flex: 0 0 16.6667%;
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}
.tc-cell.tc-col-2-5,
.tc-col-2-5,
.tm-extra-product-options .tc-cell.tc-col-2-5,
.tm-extra-product-options .tc-col-2-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.tc-cell.tc-col-3,
.tc-col-3,
.tm-extra-product-options .tc-cell.tc-col-3,
.tm-extra-product-options .tc-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.tc-cell.tc-col-4,
.tc-col-4,
.tm-extra-product-options .tc-cell.tc-col-4,
.tm-extra-product-options .tc-col-4 {
  -ms-flex: 0 0 33.3334%;
  flex: 0 0 33.3334%;
  max-width: 33.3334%;
}
.tc-cell.tc-col-4-5,
.tc-col-4-5,
.tm-extra-product-options .tc-cell.tc-col-4-5,
.tm-extra-product-options .tc-col-4-5 {
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.tc-cell.tc-col-5,
.tc-col-5,
.tm-extra-product-options .tc-cell.tc-col-5,
.tm-extra-product-options .tc-col-5 {
  -ms-flex: 0 0 41.6667%;
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}
.tc-cell.tc-col-6,
.tc-col-6,
.tm-extra-product-options .tc-cell.tc-col-6,
.tm-extra-product-options .tc-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.tc-cell.tc-col-7,
.tc-col-7,
.tm-extra-product-options .tc-cell.tc-col-7,
.tm-extra-product-options .tc-col-7 {
  -ms-flex: 0 0 58.3334%;
  flex: 0 0 58.3334%;
  max-width: 58.3334%;
}
.tc-cell.tc-col-7-5,
.tc-col-7-5,
.tm-extra-product-options .tc-cell.tc-col-7-5,
.tm-extra-product-options .tc-col-7-5 {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.tc-cell.tc-col-8,
.tc-col-8,
.tm-extra-product-options .tc-cell.tc-col-8,
.tm-extra-product-options .tc-col-8 {
  -ms-flex: 0 0 66.6667%;
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}
.tc-cell.tc-col-9,
.tc-col-9,
.tm-extra-product-options .tc-cell.tc-col-9,
.tm-extra-product-options .tc-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.tc-cell.tc-col-10,
.tc-col-10,
.tm-extra-product-options .tc-cell.tc-col-10,
.tm-extra-product-options .tc-col-10 {
  -ms-flex: 0 0 83.3334%;
  flex: 0 0 83.3334%;
  max-width: 83.3334%;
}
.tc-cell.tc-col-10-5,
.tc-col-10-5,
.tm-extra-product-options .tc-cell.tc-col-10-5,
.tm-extra-product-options .tc-col-10-5 {
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.tc-cell.tc-col-11,
.tc-col-11,
.tm-extra-product-options .tc-cell.tc-col-11,
.tm-extra-product-options .tc-col-11 {
  -ms-flex: 0 0 91.6667%;
  flex: 0 0 91.6667%;
  max-width: 91.6667%;
}
.tc-cell.tc-col-12,
.tc-col-12,
.tm-extra-product-options .tc-cell.tc-col-12,
.tm-extra-product-options .tc-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.tc-element-inner-wrap .tm-epo-field-label input[type="number"]::-webkit-outer-spin-button,
.tc-element-inner-wrap .tm-epo-field-label input[type="number"]::-webkit-inner-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
.tc-element-inner-wrap .tm-epo-field-label input[type="number"]{
  -moz-appearance: textfield;
}
.tc-cell.tcwidth-1,
.tcwidth-1,
.tm-extra-product-options .tc-cell.tcwidth-1,
.tm-extra-product-options .tcwidth-1 {
  -ms-flex: 0 0 1%;
  flex: 0 0 1%;
  max-width: 1%;
}
.tc-cell.tcwidth-2,
.tcwidth-2,
.tm-extra-product-options .tc-cell.tcwidth-2,
.tm-extra-product-options .tcwidth-2 {
  -ms-flex: 0 0 2%;
  flex: 0 0 2%;
  max-width: 2%;
}
.tc-cell.tcwidth-3,
.tcwidth-3,
.tm-extra-product-options .tc-cell.tcwidth-3,
.tm-extra-product-options .tcwidth-3 {
  -ms-flex: 0 0 3%;
  flex: 0 0 3%;
  max-width: 3%;
}
.tc-cell.tcwidth-4,
.tcwidth-4,
.tm-extra-product-options .tc-cell.tcwidth-4,
.tm-extra-product-options .tcwidth-4 {
  -ms-flex: 0 0 4%;
  flex: 0 0 4%;
  max-width: 4%;
}
.tc-cell.tcwidth-5,
.tcwidth-5,
.tm-extra-product-options .tc-cell.tcwidth-5,
.tm-extra-product-options .tcwidth-5 {
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%;
}
.tc-cell.tcwidth-6,
.tcwidth-6,
.tm-extra-product-options .tc-cell.tcwidth-6,
.tm-extra-product-options .tcwidth-6 {
  -ms-flex: 0 0 6%;
  flex: 0 0 6%;
  max-width: 6%;
}
.tc-cell.tcwidth-7,
.tcwidth-7,
.tm-extra-product-options .tc-cell.tcwidth-7,
.tm-extra-product-options .tcwidth-7 {
  -ms-flex: 0 0 7%;
  flex: 0 0 7%;
  max-width: 7%;
}
.tc-cell.tcwidth-8,
.tcwidth-8,
.tm-extra-product-options .tc-cell.tcwidth-8,
.tm-extra-product-options .tcwidth-8 {
  -ms-flex: 0 0 8%;
  flex: 0 0 8%;
  max-width: 8%;
}
.tc-cell.tcwidth-9,
.tcwidth-9,
.tm-extra-product-options .tc-cell.tcwidth-9,
.tm-extra-product-options .tcwidth-9 {
  -ms-flex: 0 0 9%;
  flex: 0 0 9%;
  max-width: 9%;
}
.tc-cell.tcwidth-10,
.tcwidth-10,
.tm-extra-product-options .tc-cell.tcwidth-10,
.tm-extra-product-options .tcwidth-10 {
  -ms-flex: 0 0 150%;
  flex: 0 0 10%;
  max-width: 10%;
}
.tc-cell.tcwidth-11,
.tcwidth-11,
.tm-extra-product-options .tc-cell.tcwidth-11,
.tm-extra-product-options .tcwidth-11 {
  -ms-flex: 0 0 11%;
  flex: 0 0 11%;
  max-width: 11%;
}
.tc-cell.tcwidth-12,
.tcwidth-12,
.tm-extra-product-options .tc-cell.tcwidth-12,
.tm-extra-product-options .tcwidth-12 {
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
}
.tc-cell.tcwidth-12-5,
.tcwidth-12-5,
.tm-extra-product-options .tc-cell.tcwidth-12-5,
.tm-extra-product-options .tcwidth-12-5 {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.tc-cell.tcwidth-13,
.tcwidth-13,
.tm-extra-product-options .tc-cell.tcwidth-13,
.tm-extra-product-options .tcwidth-13 {
  -ms-flex: 0 0 13%;
  flex: 0 0 13%;
  max-width: 13%;
}
.tc-cell.tcwidth-14,
.tcwidth-14,
.tm-extra-product-options .tc-cell.tcwidth-14,
.tm-extra-product-options .tcwidth-14 {
  -ms-flex: 0 0 14%;
  flex: 0 0 14%;
  max-width: 14%;
}
.tc-cell.tcwidth-15,
.tcwidth-15,
.tm-extra-product-options .tc-cell.tcwidth-15,
.tm-extra-product-options .tcwidth-15 {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
.tc-cell.tcwidth-16,
.tcwidth-16,
.tm-extra-product-options .tc-cell.tcwidth-16,
.tm-extra-product-options .tcwidth-16 {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}
.tc-cell.tcwidth-17,
.tcwidth-17,
.tm-extra-product-options .tc-cell.tcwidth-17,
.tm-extra-product-options .tcwidth-17 {
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
}
.tc-cell.tcwidth-18,
.tcwidth-18,
.tm-extra-product-options .tc-cell.tcwidth-18,
.tm-extra-product-options .tcwidth-18 {
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}
.tc-cell.tcwidth-19,
.tcwidth-19,
.tm-extra-product-options .tc-cell.tcwidth-19,
.tm-extra-product-options .tcwidth-19 {
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  max-width: 19%;
}
.tc-cell.tcwidth-20,
.tcwidth-20,
.tm-extra-product-options .tc-cell.tcwidth-20,
.tm-extra-product-options .tcwidth-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.tc-cell.tcwidth-21,
.tcwidth-21,
.tm-extra-product-options .tc-cell.tcwidth-21,
.tm-extra-product-options .tcwidth-21 {
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  max-width: 21%;
}
.tc-cell.tcwidth-22,
.tcwidth-22,
.tm-extra-product-options .tc-cell.tcwidth-22,
.tm-extra-product-options .tcwidth-22 {
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}
.tc-cell.tcwidth-23,
.tcwidth-23,
.tm-extra-product-options .tc-cell.tcwidth-23,
.tm-extra-product-options .tcwidth-23 {
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
}
.tc-cell.tcwidth-24,
.tcwidth-24,
.tm-extra-product-options .tc-cell.tcwidth-24,
.tm-extra-product-options .tcwidth-24 {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}
.tc-cell.tcwidth-25,
.tcwidth-25,
.tm-extra-product-options .tc-cell.tcwidth-25,
.tm-extra-product-options .tcwidth-25 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.tc-cell.tcwidth-26,
.tcwidth-26,
.tm-extra-product-options .tc-cell.tcwidth-26,
.tm-extra-product-options .tcwidth-26 {
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  max-width: 26%;
}
.tc-cell.tcwidth-27,
.tcwidth-27,
.tm-extra-product-options .tc-cell.tcwidth-27,
.tm-extra-product-options .tcwidth-27 {
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  max-width: 27%;
}
.tc-cell.tcwidth-28,
.tcwidth-28,
.tm-extra-product-options .tc-cell.tcwidth-28,
.tm-extra-product-options .tcwidth-28 {
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}
.tc-cell.tcwidth-29,
.tcwidth-29,
.tm-extra-product-options .tc-cell.tcwidth-29,
.tm-extra-product-options .tcwidth-29 {
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  max-width: 29%;
}
.tc-cell.tcwidth-30,
.tcwidth-30,
.tm-extra-product-options .tc-cell.tcwidth-30,
.tm-extra-product-options .tcwidth-30 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.tc-cell.tcwidth-31,
.tcwidth-31,
.tm-extra-product-options .tc-cell.tcwidth-31,
.tm-extra-product-options .tcwidth-31 {
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
}
.tc-cell.tcwidth-32,
.tcwidth-32,
.tm-extra-product-options .tc-cell.tcwidth-32,
.tm-extra-product-options .tcwidth-32 {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
}
.tc-cell.tcwidth-33,
.tcwidth-33,
.tm-extra-product-options .tc-cell.tcwidth-33,
.tm-extra-product-options .tcwidth-33 {
  -ms-flex: 0 0 33.3333333332%;
  flex: 0 0 33.3333333332%;
  max-width: 33.3333333332%;
}
.tc-cell.tcwidth-34,
.tcwidth-34,
.tm-extra-product-options .tc-cell.tcwidth-34,
.tm-extra-product-options .tcwidth-34 {
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
}
.tc-cell.tcwidth-35,
.tcwidth-35,
.tm-extra-product-options .tc-cell.tcwidth-35,
.tm-extra-product-options .tcwidth-35 {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.tc-cell.tcwidth-36,
.tcwidth-36,
.tm-extra-product-options .tc-cell.tcwidth-36,
.tm-extra-product-options .tcwidth-36 {
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  max-width: 36%;
}
.tc-cell.tcwidth-37,
.tcwidth-37,
.tm-extra-product-options .tc-cell.tcwidth-37,
.tm-extra-product-options .tcwidth-37 {
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
}
.tc-cell.tcwidth-37-5,
.tcwidth-37-5,
.tm-extra-product-options .tc-cell.tcwidth-37-5,
.tm-extra-product-options .tcwidth-37-5 {
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.tc-cell.tcwidth-38,
.tcwidth-38,
.tm-extra-product-options .tc-cell.tcwidth-38,
.tm-extra-product-options .tcwidth-38 {
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
}
.tc-cell.tcwidth-39,
.tcwidth-39,
.tm-extra-product-options .tc-cell.tcwidth-39,
.tm-extra-product-options .tcwidth-39 {
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
  max-width: 39%;
}
.tc-cell.tcwidth-40,
.tcwidth-40,
.tm-extra-product-options .tc-cell.tcwidth-40,
.tm-extra-product-options .tcwidth-40 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.tc-cell.tcwidth-41,
.tcwidth-41,
.tm-extra-product-options .tc-cell.tcwidth-41,
.tm-extra-product-options .tcwidth-41 {
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  max-width: 41%;
}
.tc-cell.tcwidth-42,
.tcwidth-42,
.tm-extra-product-options .tc-cell.tcwidth-42,
.tm-extra-product-options .tcwidth-42 {
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
}
.tc-cell.tcwidth-43,
.tcwidth-43,
.tm-extra-product-options .tc-cell.tcwidth-43,
.tm-extra-product-options .tcwidth-43 {
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
}
.tc-cell.tcwidth-44,
.tcwidth-44,
.tm-extra-product-options .tc-cell.tcwidth-44,
.tm-extra-product-options .tcwidth-44 {
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  max-width: 44%;
}
.tc-cell.tcwidth-45,
.tcwidth-45,
.tm-extra-product-options .tc-cell.tcwidth-45,
.tm-extra-product-options .tcwidth-45 {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.tc-cell.tcwidth-46,
.tcwidth-46,
.tm-extra-product-options .tc-cell.tcwidth-46,
.tm-extra-product-options .tcwidth-46 {
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
}
.tc-cell.tcwidth-47,
.tcwidth-47,
.tm-extra-product-options .tc-cell.tcwidth-47,
.tm-extra-product-options .tcwidth-47 {
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
}
.tc-cell.tcwidth-48,
.tcwidth-48,
.tm-extra-product-options .tc-cell.tcwidth-48,
.tm-extra-product-options .tcwidth-48 {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}
.tc-cell.tcwidth-49,
.tcwidth-49,
.tm-extra-product-options .tc-cell.tcwidth-49,
.tm-extra-product-options .tcwidth-49 {
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}
.tc-cell.tcwidth-50,
.tcwidth-50,
.tm-extra-product-options .tc-cell.tcwidth-50,
.tm-extra-product-options .tcwidth-50 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.tc-cell.tcwidth-51,
.tcwidth-51,
.tm-extra-product-options .tc-cell.tcwidth-51,
.tm-extra-product-options .tcwidth-51 {
  -ms-flex: 0 0 51%;
  flex: 0 0 51%;
  max-width: 51%;
}
.tc-cell.tcwidth-52,
.tcwidth-52,
.tm-extra-product-options .tc-cell.tcwidth-52,
.tm-extra-product-options .tcwidth-52 {
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
}
.tc-cell.tcwidth-53,
.tcwidth-53,
.tm-extra-product-options .tc-cell.tcwidth-53,
.tm-extra-product-options .tcwidth-53 {
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%;
}
.tc-cell.tcwidth-54,
.tcwidth-54,
.tm-extra-product-options .tc-cell.tcwidth-54,
.tm-extra-product-options .tcwidth-54 {
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
  max-width: 54%;
}
.tc-cell.tcwidth-55,
.tcwidth-55,
.tm-extra-product-options .tc-cell.tcwidth-55,
.tm-extra-product-options .tcwidth-55 {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}
.tc-cell.tcwidth-56,
.tcwidth-56,
.tm-extra-product-options .tc-cell.tcwidth-56,
.tm-extra-product-options .tcwidth-56 {
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  max-width: 56%;
}
.tc-cell.tcwidth-57,
.tcwidth-57,
.tm-extra-product-options .tc-cell.tcwidth-57,
.tm-extra-product-options .tcwidth-57 {
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  max-width: 57%;
}
.tc-cell.tcwidth-58,
.tcwidth-58,
.tm-extra-product-options .tc-cell.tcwidth-58,
.tm-extra-product-options .tcwidth-58 {
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  max-width: 58%;
}
.tc-cell.tcwidth-59,
.tcwidth-59,
.tm-extra-product-options .tc-cell.tcwidth-59,
.tm-extra-product-options .tcwidth-59 {
  -ms-flex: 0 0 59%;
  flex: 0 0 59%;
  max-width: 59%;
}
.tc-cell.tcwidth-60,
.tcwidth-60,
.tm-extra-product-options .tc-cell.tcwidth-60,
.tm-extra-product-options .tcwidth-60 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.tc-cell.tcwidth-61,
.tcwidth-61,
.tm-extra-product-options .tc-cell.tcwidth-61,
.tm-extra-product-options .tcwidth-61 {
  -ms-flex: 0 0 61%;
  flex: 0 0 61%;
  max-width: 61%;
}
.tc-cell.tcwidth-62,
.tcwidth-62,
.tm-extra-product-options .tc-cell.tcwidth-62,
.tm-extra-product-options .tcwidth-62 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 62%;
}
.tc-cell.tcwidth-62-5,
.tcwidth-62-5,
.tm-extra-product-options .tc-cell.tcwidth-62-5,
.tm-extra-product-options .tcwidth-62-5 {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.tc-cell.tcwidth-63,
.tcwidth-63,
.tm-extra-product-options .tc-cell.tcwidth-63,
.tm-extra-product-options .tcwidth-63 {
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
}
.tc-cell.tcwidth-64,
.tcwidth-64,
.tm-extra-product-options .tc-cell.tcwidth-64,
.tm-extra-product-options .tcwidth-64 {
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
  max-width: 64%;
}
.tc-cell.tcwidth-65,
.tcwidth-65,
.tm-extra-product-options .tc-cell.tcwidth-65,
.tm-extra-product-options .tcwidth-65 {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.tc-cell.tcwidth-66,
.tcwidth-66,
.tm-extra-product-options .tc-cell.tcwidth-66,
.tm-extra-product-options .tcwidth-66 {
  -ms-flex: 0 0 66.6666666665%;
  flex: 0 0 66.6666666665%;
  max-width: 66.6666666665%;
}
.tc-cell.tcwidth-67,
.tcwidth-67,
.tm-extra-product-options .tc-cell.tcwidth-67,
.tm-extra-product-options .tcwidth-67 {
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
}
.tc-cell.tcwidth-68,
.tcwidth-68,
.tm-extra-product-options .tc-cell.tcwidth-68,
.tm-extra-product-options .tcwidth-68 {
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  max-width: 68%;
}
.tc-cell.tcwidth-69,
.tcwidth-69,
.tm-extra-product-options .tc-cell.tcwidth-69,
.tm-extra-product-options .tcwidth-69 {
  -ms-flex: 0 0 69%;
  flex: 0 0 69%;
  max-width: 69%;
}
.tc-cell.tcwidth-70,
.tcwidth-70,
.tm-extra-product-options .tc-cell.tcwidth-70,
.tm-extra-product-options .tcwidth-70 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.tc-cell.tcwidth-71,
.tcwidth-71,
.tm-extra-product-options .tc-cell.tcwidth-71,
.tm-extra-product-options .tcwidth-71 {
  -ms-flex: 0 0 71%;
  flex: 0 0 71%;
  max-width: 71%;
}
.tc-cell.tcwidth-72,
.tcwidth-72,
.tm-extra-product-options .tc-cell.tcwidth-72,
.tm-extra-product-options .tcwidth-72 {
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  max-width: 72%;
}
.tc-cell.tcwidth-73,
.tcwidth-73,
.tm-extra-product-options .tc-cell.tcwidth-73,
.tm-extra-product-options .tcwidth-73 {
  -ms-flex: 0 0 73%;
  flex: 0 0 73%;
  max-width: 73%;
}
.tc-cell.tcwidth-74,
.tcwidth-74,
.tm-extra-product-options .tc-cell.tcwidth-74,
.tm-extra-product-options .tcwidth-74 {
  -ms-flex: 0 0 74%;
  flex: 0 0 74%;
  max-width: 74%;
}
.tc-cell.tcwidth-75,
.tcwidth-75,
.tm-extra-product-options .tc-cell.tcwidth-75,
.tm-extra-product-options .tcwidth-75 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.tc-cell.tcwidth-76,
.tcwidth-76,
.tm-extra-product-options .tc-cell.tcwidth-76,
.tm-extra-product-options .tcwidth-76 {
  -ms-flex: 0 0 76%;
  flex: 0 0 76%;
  max-width: 76%;
}
.tc-cell.tcwidth-77,
.tcwidth-77,
.tm-extra-product-options .tc-cell.tcwidth-77,
.tm-extra-product-options .tcwidth-77 {
  -ms-flex: 0 0 77%;
  flex: 0 0 77%;
  max-width: 77%;
}
.tc-cell.tcwidth-78,
.tcwidth-78,
.tm-extra-product-options .tc-cell.tcwidth-78,
.tm-extra-product-options .tcwidth-78 {
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  max-width: 78%;
}
.tc-cell.tcwidth-79,
.tcwidth-79,
.tm-extra-product-options .tc-cell.tcwidth-79,
.tm-extra-product-options .tcwidth-79 {
  -ms-flex: 0 0 79%;
  flex: 0 0 79%;
  max-width: 79%;
}
.tc-cell.tcwidth-80,
.tcwidth-80,
.tm-extra-product-options .tc-cell.tcwidth-80,
.tm-extra-product-options .tcwidth-80 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.tc-cell.tcwidth-81,
.tcwidth-81,
.tm-extra-product-options .tc-cell.tcwidth-81,
.tm-extra-product-options .tcwidth-81 {
  -ms-flex: 0 0 81%;
  flex: 0 0 81%;
  max-width: 81%;
}
.tc-cell.tcwidth-82,
.tcwidth-82,
.tm-extra-product-options .tc-cell.tcwidth-82,
.tm-extra-product-options .tcwidth-82 {
  -ms-flex: 0 0 82%;
  flex: 0 0 82%;
  max-width: 82%;
}
.tc-cell.tcwidth-83,
.tcwidth-83,
.tm-extra-product-options .tc-cell.tcwidth-83,
.tm-extra-product-options .tcwidth-83 {
  -ms-flex: 0 0 83%;
  flex: 0 0 83%;
  max-width: 83%;
}
.tc-cell.tcwidth-84,
.tcwidth-84,
.tm-extra-product-options .tc-cell.tcwidth-84,
.tm-extra-product-options .tcwidth-84 {
  -ms-flex: 0 0 84%;
  flex: 0 0 84%;
  max-width: 84%;
}
.tc-cell.tcwidth-85,
.tcwidth-85,
.tm-extra-product-options .tc-cell.tcwidth-85,
.tm-extra-product-options .tcwidth-85 {
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  max-width: 85%;
}
.tc-cell.tcwidth-86,
.tcwidth-86,
.tm-extra-product-options .tc-cell.tcwidth-86,
.tm-extra-product-options .tcwidth-86 {
  -ms-flex: 0 0 86%;
  flex: 0 0 86%;
  max-width: 86%;
}
.tc-cell.tcwidth-87,
.tcwidth-87,
.tm-extra-product-options .tc-cell.tcwidth-87,
.tm-extra-product-options .tcwidth-87 {
  -ms-flex: 0 0 87%;
  flex: 0 0 87%;
  max-width: 87%;
}
.tc-cell.tcwidth-87-5,
.tcwidth-87-5,
.tm-extra-product-options .tc-cell.tcwidth-87-5,
.tm-extra-product-options .tcwidth-87-5 {
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.tc-cell.tcwidth-88,
.tcwidth-88,
.tm-extra-product-options .tc-cell.tcwidth-88,
.tm-extra-product-options .tcwidth-88 {
  -ms-flex: 0 0 88%;
  flex: 0 0 88%;
  max-width: 88%;
}
.tc-cell.tcwidth-89,
.tcwidth-89,
.tm-extra-product-options .tc-cell.tcwidth-89,
.tm-extra-product-options .tcwidth-89 {
  -ms-flex: 0 0 89%;
  flex: 0 0 89%;
  max-width: 89%;
}
.tc-cell.tcwidth-90,
.tcwidth-90,
.tm-extra-product-options .tc-cell.tcwidth-90,
.tm-extra-product-options .tcwidth-90 {
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}
.tc-cell.tcwidth-91,
.tcwidth-91,
.tm-extra-product-options .tc-cell.tcwidth-91,
.tm-extra-product-options .tcwidth-91 {
  -ms-flex: 0 0 91%;
  flex: 0 0 91%;
  max-width: 91%;
}
.tc-cell.tcwidth-92,
.tcwidth-92,
.tm-extra-product-options .tc-cell.tcwidth-92,
.tm-extra-product-options .tcwidth-92 {
  -ms-flex: 0 0 92%;
  flex: 0 0 92%;
  max-width: 92%;
}
.tc-cell.tcwidth-93,
.tcwidth-93,
.tm-extra-product-options .tc-cell.tcwidth-93,
.tm-extra-product-options .tcwidth-93 {
  -ms-flex: 0 0 93%;
  flex: 0 0 93%;
  max-width: 93%;
}
.tc-cell.tcwidth-94,
.tcwidth-94,
.tm-extra-product-options .tc-cell.tcwidth-94,
.tm-extra-product-options .tcwidth-94 {
  -ms-flex: 0 0 94%;
  flex: 0 0 94%;
  max-width: 94%;
}
.tc-cell.tcwidth-95,
.tcwidth-95,
.tm-extra-product-options .tc-cell.tcwidth-95,
.tm-extra-product-options .tcwidth-95 {
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  max-width: 95%;
}
.tc-cell.tcwidth-96,
.tcwidth-96,
.tm-extra-product-options .tc-cell.tcwidth-96,
.tm-extra-product-options .tcwidth-96 {
  -ms-flex: 0 0 96%;
  flex: 0 0 96%;
  max-width: 96%;
}
.tc-cell.tcwidth-97,
.tcwidth-97,
.tm-extra-product-options .tc-cell.tcwidth-97,
.tm-extra-product-options .tcwidth-97 {
  -ms-flex: 0 0 97%;
  flex: 0 0 97%;
  max-width: 97%;
}
.tc-cell.tcwidth-98,
.tcwidth-98,
.tm-extra-product-options .tc-cell.tcwidth-98,
.tm-extra-product-options .tcwidth-98 {
  -ms-flex: 0 0 98%;
  flex: 0 0 98%;
  max-width: 98%;
}
.tc-cell.tcwidth-99,
.tcwidth-99,
.tm-extra-product-options .tc-cell.tcwidth-99,
.tm-extra-product-options .tcwidth-99 {
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
  max-width: 99%;
}
.tc-cell.tcwidth-100,
.tcwidth-100,
.tm-extra-product-options .tc-cell.tcwidth-100,
.tm-extra-product-options .tcwidth-100 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .tc-cell.tc-col-0,
  .tc-cell.tc-col-1,
  .tc-cell.tc-col-10,
  .tc-cell.tc-col-11,
  .tc-cell.tc-col-12,
  .tc-cell.tc-col-2,
  .tc-cell.tc-col-3,
  .tc-cell.tc-col-4,
  .tc-cell.tc-col-5,
  .tc-cell.tc-col-6,
  .tc-cell.tc-col-7,
  .tc-cell.tc-col-8,
  .tc-cell.tc-col-9,
  .tc-cell.tcwidth-1,
  .tc-cell.tcwidth-10,
  .tc-cell.tcwidth-100,
  .tc-cell.tcwidth-11,
  .tc-cell.tcwidth-12,
  .tc-cell.tcwidth-12-5,
  .tc-cell.tcwidth-13,
  .tc-cell.tcwidth-14,
  .tc-cell.tcwidth-15,
  .tc-cell.tcwidth-16,
  .tc-cell.tcwidth-17,
  .tc-cell.tcwidth-18,
  .tc-cell.tcwidth-19,
  .tc-cell.tcwidth-2,
  .tc-cell.tcwidth-20,
  .tc-cell.tcwidth-21,
  .tc-cell.tcwidth-22,
  .tc-cell.tcwidth-23,
  .tc-cell.tcwidth-24,
  .tc-cell.tcwidth-25,
  .tc-cell.tcwidth-26,
  .tc-cell.tcwidth-27,
  .tc-cell.tcwidth-28,
  .tc-cell.tcwidth-29,
  .tc-cell.tcwidth-3,
  .tc-cell.tcwidth-30,
  .tc-cell.tcwidth-31,
  .tc-cell.tcwidth-32,
  .tc-cell.tcwidth-33,
  .tc-cell.tcwidth-34,
  .tc-cell.tcwidth-35,
  .tc-cell.tcwidth-36,
  .tc-cell.tcwidth-37,
  .tc-cell.tcwidth-37-5,
  .tc-cell.tcwidth-38,
  .tc-cell.tcwidth-39,
  .tc-cell.tcwidth-4,
  .tc-cell.tcwidth-40,
  .tc-cell.tcwidth-41,
  .tc-cell.tcwidth-42,
  .tc-cell.tcwidth-43,
  .tc-cell.tcwidth-44,
  .tc-cell.tcwidth-45,
  .tc-cell.tcwidth-46,
  .tc-cell.tcwidth-47,
  .tc-cell.tcwidth-48,
  .tc-cell.tcwidth-49,
  .tc-cell.tcwidth-5,
  .tc-cell.tcwidth-50,
  .tc-cell.tcwidth-51,
  .tc-cell.tcwidth-52,
  .tc-cell.tcwidth-53,
  .tc-cell.tcwidth-54,
  .tc-cell.tcwidth-55,
  .tc-cell.tcwidth-56,
  .tc-cell.tcwidth-57,
  .tc-cell.tcwidth-58,
  .tc-cell.tcwidth-59,
  .tc-cell.tcwidth-6,
  .tc-cell.tcwidth-60,
  .tc-cell.tcwidth-61,
  .tc-cell.tcwidth-62,
  .tc-cell.tcwidth-62-5,
  .tc-cell.tcwidth-63,
  .tc-cell.tcwidth-64,
  .tc-cell.tcwidth-65,
  .tc-cell.tcwidth-66,
  .tc-cell.tcwidth-67,
  .tc-cell.tcwidth-68,
  .tc-cell.tcwidth-69,
  .tc-cell.tcwidth-7,
  .tc-cell.tcwidth-70,
  .tc-cell.tcwidth-71,
  .tc-cell.tcwidth-72,
  .tc-cell.tcwidth-73,
  .tc-cell.tcwidth-74,
  .tc-cell.tcwidth-75,
  .tc-cell.tcwidth-76,
  .tc-cell.tcwidth-77,
  .tc-cell.tcwidth-78,
  .tc-cell.tcwidth-79,
  .tc-cell.tcwidth-8,
  .tc-cell.tcwidth-80,
  .tc-cell.tcwidth-81,
  .tc-cell.tcwidth-82,
  .tc-cell.tcwidth-83,
  .tc-cell.tcwidth-84,
  .tc-cell.tcwidth-85,
  .tc-cell.tcwidth-86,
  .tc-cell.tcwidth-87,
  .tc-cell.tcwidth-87-5,
  .tc-cell.tcwidth-88,
  .tc-cell.tcwidth-89,
  .tc-cell.tcwidth-9,
  .tc-cell.tcwidth-90,
  .tc-cell.tcwidth-91,
  .tc-cell.tcwidth-92,
  .tc-cell.tcwidth-93,
  .tc-cell.tcwidth-94,
  .tc-cell.tcwidth-95,
  .tc-cell.tcwidth-96,
  .tc-cell.tcwidth-97,
  .tc-cell.tcwidth-98,
  .tc-cell.tcwidth-99,
  .tc-col-0,
  .tc-col-1,
  .tc-col-10,
  .tc-col-11,
  .tc-col-12,
  .tc-col-2,
  .tc-col-3,
  .tc-col-4,
  .tc-col-5,
  .tc-col-6,
  .tc-col-7,
  .tc-col-8,
  .tc-col-9,
  .tcwidth-1,
  .tcwidth-10,
  .tcwidth-100,
  .tcwidth-11,
  .tcwidth-12,
  .tcwidth-12-5,
  .tcwidth-13,
  .tcwidth-14,
  .tcwidth-15,
  .tcwidth-16,
  .tcwidth-17,
  .tcwidth-18,
  .tcwidth-19,
  .tcwidth-2,
  .tcwidth-20,
  .tcwidth-21,
  .tcwidth-22,
  .tcwidth-23,
  .tcwidth-24,
  .tcwidth-25,
  .tcwidth-26,
  .tcwidth-27,
  .tcwidth-28,
  .tcwidth-29,
  .tcwidth-3,
  .tcwidth-30,
  .tcwidth-31,
  .tcwidth-32,
  .tcwidth-33,
  .tcwidth-34,
  .tcwidth-35,
  .tcwidth-36,
  .tcwidth-37,
  .tcwidth-37-5,
  .tcwidth-38,
  .tcwidth-39,
  .tcwidth-4,
  .tcwidth-40,
  .tcwidth-41,
  .tcwidth-42,
  .tcwidth-43,
  .tcwidth-44,
  .tcwidth-45,
  .tcwidth-46,
  .tcwidth-47,
  .tcwidth-48,
  .tcwidth-49,
  .tcwidth-5,
  .tcwidth-50,
  .tcwidth-51,
  .tcwidth-52,
  .tcwidth-53,
  .tcwidth-54,
  .tcwidth-55,
  .tcwidth-56,
  .tcwidth-57,
  .tcwidth-58,
  .tcwidth-59,
  .tcwidth-6,
  .tcwidth-60,
  .tcwidth-61,
  .tcwidth-62,
  .tcwidth-62-5,
  .tcwidth-63,
  .tcwidth-64,
  .tcwidth-65,
  .tcwidth-66,
  .tcwidth-67,
  .tcwidth-68,
  .tcwidth-69,
  .tcwidth-7,
  .tcwidth-70,
  .tcwidth-71,
  .tcwidth-72,
  .tcwidth-73,
  .tcwidth-74,
  .tcwidth-75,
  .tcwidth-76,
  .tcwidth-77,
  .tcwidth-78,
  .tcwidth-79,
  .tcwidth-8,
  .tcwidth-80,
  .tcwidth-81,
  .tcwidth-82,
  .tcwidth-83,
  .tcwidth-84,
  .tcwidth-85,
  .tcwidth-86,
  .tcwidth-87,
  .tcwidth-87-5,
  .tcwidth-88,
  .tcwidth-89,
  .tcwidth-9,
  .tcwidth-90,
  .tcwidth-91,
  .tcwidth-92,
  .tcwidth-93,
  .tcwidth-94,
  .tcwidth-95,
  .tcwidth-96,
  .tcwidth-97,
  .tcwidth-98,
  .tcwidth-99,
  .tm-extra-product-options .tc-cell.tc-col-1,
  .tm-extra-product-options .tc-cell.tc-col-10,
  .tm-extra-product-options .tc-cell.tc-col-11,
  .tm-extra-product-options .tc-cell.tc-col-2,
  .tm-extra-product-options .tc-cell.tc-col-3,
  .tm-extra-product-options .tc-cell.tc-col-4,
  .tm-extra-product-options .tc-cell.tc-col-5,
  .tm-extra-product-options .tc-cell.tc-col-6,
  .tm-extra-product-options .tc-cell.tc-col-7,
  .tm-extra-product-options .tc-cell.tc-col-8,
  .tm-extra-product-options .tc-cell.tc-col-9,
  .tm-extra-product-options .tc-cell.tcwidth-1,
  .tm-extra-product-options .tc-cell.tcwidth-10,
  .tm-extra-product-options .tc-cell.tcwidth-100,
  .tm-extra-product-options .tc-cell.tcwidth-11,
  .tm-extra-product-options .tc-cell.tcwidth-12,
  .tm-extra-product-options .tc-cell.tcwidth-12-5,
  .tm-extra-product-options .tc-cell.tcwidth-13,
  .tm-extra-product-options .tc-cell.tcwidth-14,
  .tm-extra-product-options .tc-cell.tcwidth-15,
  .tm-extra-product-options .tc-cell.tcwidth-16,
  .tm-extra-product-options .tc-cell.tcwidth-17,
  .tm-extra-product-options .tc-cell.tcwidth-18,
  .tm-extra-product-options .tc-cell.tcwidth-19,
  .tm-extra-product-options .tc-cell.tcwidth-2,
  .tm-extra-product-options .tc-cell.tcwidth-20,
  .tm-extra-product-options .tc-cell.tcwidth-21,
  .tm-extra-product-options .tc-cell.tcwidth-22,
  .tm-extra-product-options .tc-cell.tcwidth-23,
  .tm-extra-product-options .tc-cell.tcwidth-24,
  .tm-extra-product-options .tc-cell.tcwidth-25,
  .tm-extra-product-options .tc-cell.tcwidth-26,
  .tm-extra-product-options .tc-cell.tcwidth-27,
  .tm-extra-product-options .tc-cell.tcwidth-28,
  .tm-extra-product-options .tc-cell.tcwidth-29,
  .tm-extra-product-options .tc-cell.tcwidth-3,
  .tm-extra-product-options .tc-cell.tcwidth-30,
  .tm-extra-product-options .tc-cell.tcwidth-31,
  .tm-extra-product-options .tc-cell.tcwidth-32,
  .tm-extra-product-options .tc-cell.tcwidth-33,
  .tm-extra-product-options .tc-cell.tcwidth-34,
  .tm-extra-product-options .tc-cell.tcwidth-35,
  .tm-extra-product-options .tc-cell.tcwidth-36,
  .tm-extra-product-options .tc-cell.tcwidth-37,
  .tm-extra-product-options .tc-cell.tcwidth-37-5,
  .tm-extra-product-options .tc-cell.tcwidth-38,
  .tm-extra-product-options .tc-cell.tcwidth-39,
  .tm-extra-product-options .tc-cell.tcwidth-4,
  .tm-extra-product-options .tc-cell.tcwidth-40,
  .tm-extra-product-options .tc-cell.tcwidth-41,
  .tm-extra-product-options .tc-cell.tcwidth-42,
  .tm-extra-product-options .tc-cell.tcwidth-43,
  .tm-extra-product-options .tc-cell.tcwidth-44,
  .tm-extra-product-options .tc-cell.tcwidth-45,
  .tm-extra-product-options .tc-cell.tcwidth-46,
  .tm-extra-product-options .tc-cell.tcwidth-47,
  .tm-extra-product-options .tc-cell.tcwidth-48,
  .tm-extra-product-options .tc-cell.tcwidth-49,
  .tm-extra-product-options .tc-cell.tcwidth-5,
  .tm-extra-product-options .tc-cell.tcwidth-50,
  .tm-extra-product-options .tc-cell.tcwidth-51,
  .tm-extra-product-options .tc-cell.tcwidth-52,
  .tm-extra-product-options .tc-cell.tcwidth-53,
  .tm-extra-product-options .tc-cell.tcwidth-54,
  .tm-extra-product-options .tc-cell.tcwidth-55,
  .tm-extra-product-options .tc-cell.tcwidth-56,
  .tm-extra-product-options .tc-cell.tcwidth-57,
  .tm-extra-product-options .tc-cell.tcwidth-58,
  .tm-extra-product-options .tc-cell.tcwidth-59,
  .tm-extra-product-options .tc-cell.tcwidth-6,
  .tm-extra-product-options .tc-cell.tcwidth-60,
  .tm-extra-product-options .tc-cell.tcwidth-61,
  .tm-extra-product-options .tc-cell.tcwidth-62,
  .tm-extra-product-options .tc-cell.tcwidth-62-5,
  .tm-extra-product-options .tc-cell.tcwidth-63,
  .tm-extra-product-options .tc-cell.tcwidth-64,
  .tm-extra-product-options .tc-cell.tcwidth-65,
  .tm-extra-product-options .tc-cell.tcwidth-66,
  .tm-extra-product-options .tc-cell.tcwidth-67,
  .tm-extra-product-options .tc-cell.tcwidth-68,
  .tm-extra-product-options .tc-cell.tcwidth-69,
  .tm-extra-product-options .tc-cell.tcwidth-7,
  .tm-extra-product-options .tc-cell.tcwidth-70,
  .tm-extra-product-options .tc-cell.tcwidth-71,
  .tm-extra-product-options .tc-cell.tcwidth-72,
  .tm-extra-product-options .tc-cell.tcwidth-73,
  .tm-extra-product-options .tc-cell.tcwidth-74,
  .tm-extra-product-options .tc-cell.tcwidth-75,
  .tm-extra-product-options .tc-cell.tcwidth-76,
  .tm-extra-product-options .tc-cell.tcwidth-77,
  .tm-extra-product-options .tc-cell.tcwidth-78,
  .tm-extra-product-options .tc-cell.tcwidth-79,
  .tm-extra-product-options .tc-cell.tcwidth-8,
  .tm-extra-product-options .tc-cell.tcwidth-80,
  .tm-extra-product-options .tc-cell.tcwidth-81,
  .tm-extra-product-options .tc-cell.tcwidth-82,
  .tm-extra-product-options .tc-cell.tcwidth-83,
  .tm-extra-product-options .tc-cell.tcwidth-84,
  .tm-extra-product-options .tc-cell.tcwidth-85,
  .tm-extra-product-options .tc-cell.tcwidth-86,
  .tm-extra-product-options .tc-cell.tcwidth-87,
  .tm-extra-product-options .tc-cell.tcwidth-87-5,
  .tm-extra-product-options .tc-cell.tcwidth-88,
  .tm-extra-product-options .tc-cell.tcwidth-89,
  .tm-extra-product-options .tc-cell.tcwidth-9,
  .tm-extra-product-options .tc-cell.tcwidth-90,
  .tm-extra-product-options .tc-cell.tcwidth-91,
  .tm-extra-product-options .tc-cell.tcwidth-92,
  .tm-extra-product-options .tc-cell.tcwidth-93,
  .tm-extra-product-options .tc-cell.tcwidth-94,
  .tm-extra-product-options .tc-cell.tcwidth-95,
  .tm-extra-product-options .tc-cell.tcwidth-96,
  .tm-extra-product-options .tc-cell.tcwidth-97,
  .tm-extra-product-options .tc-cell.tcwidth-98,
  .tm-extra-product-options .tc-cell.tcwidth-99,
  .tm-extra-product-options .tc-col-1,
  .tm-extra-product-options .tc-col-10,
  .tm-extra-product-options .tc-col-11,
  .tm-extra-product-options
    .tc-col-12
    .tm-extra-product-options
    .tc-cell.tc-col-12,
  .tm-extra-product-options .tc-col-2,
  .tm-extra-product-options .tc-col-3,
  .tm-extra-product-options .tc-col-4,
  .tm-extra-product-options .tc-col-5,
  .tm-extra-product-options .tc-col-6,
  .tm-extra-product-options .tc-col-7,
  .tm-extra-product-options .tc-col-8,
  .tm-extra-product-options .tc-col-9,
  .tm-extra-product-options .tcwidth-1,
  .tm-extra-product-options .tcwidth-10,
  .tm-extra-product-options .tcwidth-100,
  .tm-extra-product-options .tcwidth-11,
  .tm-extra-product-options .tcwidth-12,
  .tm-extra-product-options .tcwidth-12-5,
  .tm-extra-product-options .tcwidth-13,
  .tm-extra-product-options .tcwidth-14,
  .tm-extra-product-options .tcwidth-15,
  .tm-extra-product-options .tcwidth-16,
  .tm-extra-product-options .tcwidth-17,
  .tm-extra-product-options .tcwidth-18,
  .tm-extra-product-options .tcwidth-19,
  .tm-extra-product-options .tcwidth-2,
  .tm-extra-product-options .tcwidth-20,
  .tm-extra-product-options .tcwidth-21,
  .tm-extra-product-options .tcwidth-22,
  .tm-extra-product-options .tcwidth-23,
  .tm-extra-product-options .tcwidth-24,
  .tm-extra-product-options .tcwidth-25,
  .tm-extra-product-options .tcwidth-26,
  .tm-extra-product-options .tcwidth-27,
  .tm-extra-product-options .tcwidth-28,
  .tm-extra-product-options .tcwidth-29,
  .tm-extra-product-options .tcwidth-3,
  .tm-extra-product-options .tcwidth-30,
  .tm-extra-product-options .tcwidth-31,
  .tm-extra-product-options .tcwidth-32,
  .tm-extra-product-options .tcwidth-33,
  .tm-extra-product-options .tcwidth-34,
  .tm-extra-product-options .tcwidth-35,
  .tm-extra-product-options .tcwidth-36,
  .tm-extra-product-options .tcwidth-37,
  .tm-extra-product-options .tcwidth-37-5,
  .tm-extra-product-options .tcwidth-38,
  .tm-extra-product-options .tcwidth-39,
  .tm-extra-product-options .tcwidth-4,
  .tm-extra-product-options .tcwidth-40,
  .tm-extra-product-options .tcwidth-41,
  .tm-extra-product-options .tcwidth-42,
  .tm-extra-product-options .tcwidth-43,
  .tm-extra-product-options .tcwidth-44,
  .tm-extra-product-options .tcwidth-45,
  .tm-extra-product-options .tcwidth-46,
  .tm-extra-product-options .tcwidth-47,
  .tm-extra-product-options .tcwidth-48,
  .tm-extra-product-options .tcwidth-49,
  .tm-extra-product-options .tcwidth-5,
  .tm-extra-product-options .tcwidth-50,
  .tm-extra-product-options .tcwidth-51,
  .tm-extra-product-options .tcwidth-52,
  .tm-extra-product-options .tcwidth-53,
  .tm-extra-product-options .tcwidth-54,
  .tm-extra-product-options .tcwidth-55,
  .tm-extra-product-options .tcwidth-56,
  .tm-extra-product-options .tcwidth-57,
  .tm-extra-product-options .tcwidth-58,
  .tm-extra-product-options .tcwidth-59,
  .tm-extra-product-options .tcwidth-6,
  .tm-extra-product-options .tcwidth-60,
  .tm-extra-product-options .tcwidth-61,
  .tm-extra-product-options .tcwidth-62,
  .tm-extra-product-options .tcwidth-62-5,
  .tm-extra-product-options .tcwidth-63,
  .tm-extra-product-options .tcwidth-64,
  .tm-extra-product-options .tcwidth-65,
  .tm-extra-product-options .tcwidth-66,
  .tm-extra-product-options .tcwidth-67,
  .tm-extra-product-options .tcwidth-68,
  .tm-extra-product-options .tcwidth-69,
  .tm-extra-product-options .tcwidth-7,
  .tm-extra-product-options .tcwidth-70,
  .tm-extra-product-options .tcwidth-71,
  .tm-extra-product-options .tcwidth-72,
  .tm-extra-product-options .tcwidth-73,
  .tm-extra-product-options .tcwidth-74,
  .tm-extra-product-options .tcwidth-75,
  .tm-extra-product-options .tcwidth-76,
  .tm-extra-product-options .tcwidth-77,
  .tm-extra-product-options .tcwidth-78,
  .tm-extra-product-options .tcwidth-79,
  .tm-extra-product-options .tcwidth-8,
  .tm-extra-product-options .tcwidth-80,
  .tm-extra-product-options .tcwidth-81,
  .tm-extra-product-options .tcwidth-82,
  .tm-extra-product-options .tcwidth-83,
  .tm-extra-product-options .tcwidth-84,
  .tm-extra-product-options .tcwidth-85,
  .tm-extra-product-options .tcwidth-86,
  .tm-extra-product-options .tcwidth-87,
  .tm-extra-product-options .tcwidth-87-5,
  .tm-extra-product-options .tcwidth-88,
  .tm-extra-product-options .tcwidth-89,
  .tm-extra-product-options .tcwidth-9,
  .tm-extra-product-options .tcwidth-90,
  .tm-extra-product-options .tcwidth-91,
  .tm-extra-product-options .tcwidth-92,
  .tm-extra-product-options .tcwidth-93,
  .tm-extra-product-options .tcwidth-94,
  .tm-extra-product-options .tcwidth-95,
  .tm-extra-product-options .tcwidth-96,
  .tm-extra-product-options .tcwidth-97,
  .tm-extra-product-options .tcwidth-98,
  .tm-extra-product-options .tcwidth-99 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tm-extra-product-options
    ul.tmcp-elements:not(.tm-extra-product-options-variations)
    li.tmcp-field-wrap:not(.tm-per-row) {
    float: none !important;
    width: 100% !important;
  }
}
.tm-extra-product-options .cpfclear {
  height: 0;
  margin: 0;
  padding: 0;
  min-height: 0;
  overflow: visible;
  width: 100%;
  float: left;
  position: relative;
}
.tm-extra-product-options .cpf_clear {
  clear: both;
}
.tc-extra-product-options {
  visibility: hidden;
}
.tc-extra-product-options.tc-show,
.tc-extra-product-options.tc-show-override {
  display: block;
  clear: both;
  visibility: visible;
}
.tc-extra-product-options.tc-show-hidden {
  display: block;
  clear: both;
  visibility: hidden !important;
}
.flasho,
.flasho div,
.tc-cell,
.tc-container,
.tc-lightbox img,
.tc-row,
.tm-box,
.tm-bsbb,
.tm-bsbb-all,
.tm-bsbb-all *,
.tm-button,
.tm-collapse,
.tm-collapse-wrap,
.tm-epo-element-label,
.tm-epo-style,
.tm-extra-product-options,
.tm-extra-product-options .checkbox_image,
.tm-extra-product-options .radio_image,
.tm-extra-product-options .tc-cell,
.tm-extra-product-options .tc-row,
.tm-extra-product-options .tm-epo-field,
.tm-extra-product-options .tm-extra-product-options-container,
.tm-extra-product-options .tm-extra-product-options-fields,
.tm-extra-product-options .tm-extra-product-options-inner,
.tm-extra-product-options .tmcp-field,
.tm-extra-product-options .tmcp-ul-wrap,
.tm-extra-product-options li.tmcp-field-wrap,
.tm-show-picker-value {
  box-sizing: border-box;
}
.tm-extra-product-options {
  max-width: 100%;
  width: 100%;
}
.tm-extra-product-options .tm-extra-product-options-container,
.tm-extra-product-options .tmcp-ul-wrap {
  overflow: visible;
  float: left;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.tm-extra-product-options .tm-extra-product-options-fields,
.tm-extra-product-options .tmcp-ul-wrap {
  clear: both;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap {
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none outside none !important;
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
  padding: 0;
  margin: 0 0 0.5em 0;
  width: 100%;
  float: left;
  list-style: none outside none !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap:last-child {
    margin: 0;
  }
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-images,
.tm-extra-product-options
  ul.tmcp-elements.use_images_container
  li.tmcp-field-wrap {
  padding: 1em 0.25em 0;
  text-align: center;
}
.tm-extra-product-options
  ul.tmcp-elements.use_images_container
  li.tmcp-field-wrap.tc-mode-endimages,
.tm-extra-product-options
  ul.tmcp-elements.use_images_container
  li.tmcp-field-wrap.tc-mode-startimages {
  text-align: initial;
}
.tc-totals-form {
  clear: both;
  display: none;
  width: 100%;
}
.tc-totals-form.tc-show {
  display: block;
}
.tm-epo-totals {
  clear: both;
  padding-bottom: 1em;
  padding-top: 1em;
}
.tc-epo-totals.hidden,
.tc-extra-product-options.hidden {
  display: none;
}
.tc-extra-product-options input.use_images,
.tc-hidden,
.tm-extra-product-options input.use_images,
.tm-hidden,
html .tc-extra-product-options .tc-hidden.tc-cell {
  display: none !important;
}
.tm-box {
  border: 1px solid rgba(0, 0, 0, 0.035);
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.01) 0,
    rgba(0, 0, 0, 0.01) 50%,
    rgba(0, 0, 0, 0.02) 50%,
    rgba(0, 0, 0, 0.01) 100%
  );
  margin: 0 15px 1em 15px;
  width: 100%;
  padding: 15px;
}
.tm-extra-product-options .cpf-section.tc-cell .tm-box > .tc-cell {
  margin-bottom: 0;
}
.tm-extra-product-options
  .cpf-section.tc-cell.tm-owl-slider-section
  .tm-box
  .tc-row {
  padding-bottom: 15px;
}
.tm-arrow {
  cursor: pointer;
  font-size: 14px;
  height: 1.5em;
  line-height: 1.5em !important;
  margin-top: -0.75em;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 50%;
  width: 1.5em;
}
.tm-toggle {
  padding-right: 2em;
  position: relative;
  cursor: pointer;
}
.tm-collapse .tm-toggle {
  clear: both;
}
.tm-collapse {
  border: 1px solid rgba(0, 0, 0, 0.035);
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.01) 0,
    rgba(0, 0, 0, 0.01) 50%,
    rgba(0, 0, 0, 0.02) 50%,
    rgba(0, 0, 0, 0.01) 100%
  );
  margin: 0 15px 1em 15px;
  float: left;
  width: 100%;
  padding: 15px;
}
.tm-collapse > .tc-cell {
  margin-bottom: 0;
}
.tm-collapse-wrap {
  float: left;
  margin-top: 1em;
  overflow: visible;
  width: 100%;
}
.tc-totals-form dl.tm-extra-product-options-totals {
  margin-left: 0;
  margin-right: 0;
}
.tm-epo-required {
  color: #000116cc;
}
.tmcp-field-wrap .tm-epo-required {
  position: static;
  left: auto;
  top: auto;
}
.tm-epo-element-label.tm-left {
  order: 0;
}
.tm-epo-element-label.tm-right {
  order: 99;
}
.tm-extra-product-options ul.tm-extra-product-options-fields li::after,
.tm-extra-product-options ul.tm-extra-product-options-fields li::before,
.tm-extra-product-options ul.tmcp-ul-wrap li::after,
.tm-extra-product-options ul.tmcp-ul-wrap li::before {
  display: none;
}
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-checkbox
  li.tmcp-field-wrap
  label,
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-radio
  li.tmcp-field-wrap
  label {
  margin: 0;
}
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-checkbox
  li.tmcp-field-wrap
  .tm-label,
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-product
  li.tmcp-field-wrap.tc-epo-element-product-radio
  .tm-label,
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-radio
  li.tmcp-field-wrap
  .tm-label,
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-variations
  li.tmcp-field-wrap
  .tm-label {
  padding: 0 0 0 0.5em;
  margin: 0 !important;
  line-height: 1em !important;
  display: inline !important;
  vertical-align: middle;
}
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-checkbox
  li.tmcp-field-wrap
  .tm-label.tc-label,
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-radio
  li.tmcp-field-wrap
  .tm-label.tc-label,
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-variations
  li.tmcp-field-wrap
  .tm-label.tc-label {
  vertical-align: initial;
}
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-checkbox
  li.tmcp-field-wrap
  .tm-label:empty,
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-radio
  li.tmcp-field-wrap
  .tm-label:empty,
.tm-extra-product-options
  ul.tmcp-ul-wrap.tm-extra-product-options-variations
  li.tmcp-field-wrap
  .tm-label:empty {
  padding: 0 !important;
}
.tm-extra-product-options .tm-extra-product-options-field {
  clear: both;
  padding: 0;
}
.tm-extra-product-options .tm-extra-product-options-field.tc-normal-mode {
  margin: 0 0 1em;
}
.tc-inline-description {
  font-weight: 500;
}
.tm-epo-style-wrapper.square2 input[type="checkbox"]:checked {
  background-color: #00f !important;
}
.tc-extra-product-options .tmcp-field-wrap label,
.tm-epo-variation-section .tmhexcolorimage-li label,
.tm-epo-variation-section .tmhexcolorimage-li-nowh label {
  padding: 0;
  display: inline-block !important;
  float: none;
  max-width: 100%;
  width: auto;
  overflow-wrap: break-word;
}
.tc-extra-product-options .cpf-type-product .tmcp-field-wrap label.fullwidth,
.tc-extra-product-options
  .cpf-type-product
  .tmcp-field-wrap
  label.fullwidth
  select,
.tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth,
.tc-extra-product-options
  .cpf-type-select
  .tmcp-field-wrap
  label.fullwidth
  select,
.tc-extra-product-options .cpf-type-textarea .tmcp-field-wrap label,
.tc-extra-product-options
  .cpf-type-textarea
  .tmcp-field-wrap
  label
  .tm-epo-field,
.tc-extra-product-options .cpf-type-textfield .tmcp-field-wrap label,
.tc-extra-product-options
  .cpf-type-textfield
  .tmcp-field-wrap
  label
  .tm-epo-field {
  width: 100%;
}
.tm-epo-variation-section .tmhexcolorimage-li label,
.tm-epo-variation-section .tmhexcolorimage-li-nowh label,
.tm-extra-product-options .use_images_container .tmcp-field-wrap label {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.tm-extra-product-options .tc-cell hr {
  margin: 1em 0;
}
.tm-extra-product-options .cpf_hide_element hr.tc-cell {
  margin: 1em 15px;
}
.tm-extra-product-options .tm_divider {
  border-style: solid;
  border-width: 1px;
  margin: 1em 0;
  clear: both;
}
.tm-extra-product-options .cpf_hide_element .tm_divider.tc-cell {
  margin: 1em 15px;
}
.tm-extra-product-options .cpf_hide_element .tm_padding.tc-cell {
  margin-left: 15px;
  margin-right: 15px;
}
.tm-extra-product-options textarea.tm-epo-field {
  height: auto;
  width: 100%;
}
.tm-extra-product-options .tmcp-textfield.tm-epo-field {
  width: auto;
  max-width: 100%;
}
.tm-extra-product-options .tm-epo-field.tmcp-checkbox,
.tm-extra-product-options .tm-epo-field.tmcp-radio {
  margin: 0 !important;
  position: relative;
  vertical-align: middle;
  float: none;
  width: auto;
}
.tm-extra-product-options .tm-epo-element-label {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  margin-bottom: 0;
  color: #000116cc;
  font-size: 16px;
}
.tm-extra-product-options .tm-epo-element-label.tm-section-label {
  margin: 0.5em 0;
}
.float_editbox .section_popup .tm-section-label {
  display: none;
}
.tm-epo-field.tmcp-select {
  max-width: 100%;
  display: initial;
}
.tm-extra-product-options input.tm-epo-field.tmcp-upload {
  width: 100%;
}
.tc-upload-preview {
  margin: 1em 0;
}
.tc-extra-product-options .tmcp-field-wrap label.cpf-upload-container {
  border: 1px solid;
  display: inline-block !important;
  font-size: 1em;
  height: auto;
  overflow: hidden;
  padding: 0.5em 1em;
  position: relative;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  cursor: pointer;
}
.cpf-upload-container [type="file"] {
  cursor: inherit;
  display: block;
  font-size: 0.01px;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.cpf-upload-container + small:before,
.cpf-upload-container-basic + small:before {
  content: "";
  display: block;
}
.tm-filename {
  display: block;
}
.tc-upload-messages {
  padding: 1em 2em;
}
.tc-upload-message {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.cpf-type-range
  .tm-epo-element-label.tm-left
  + .tm-extra-product-options-container,
.cpf-type-range
  .tm-epo-element-label.tm-right
  + .tm-extra-product-options-container {
  width: 66% !important;
  padding-top: 5px;
}
.cpf-type-range .tm-epo-element-label.tm-left,
.cpf-type-range .tm-epo-element-label.tm-right {
  margin-top: 5px;
}
.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-range {
  clear: both;
  position: relative;
}
.tm-range-picker {
  margin: 2em 10px;
  max-width: 100%;
}
.tm-range-picker.pips {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
}
.tc-extra-product-options .tm-show-picker-left,
.tc-extra-product-options .tm-show-picker-right,
.tc-extra-product-options .tm-show-picker-tleft,
.tc-extra-product-options .tm-show-picker-tright {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -moz-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}
.tc-extra-product-options .tm-show-picker-left .tm-range-picker,
.tc-extra-product-options .tm-show-picker-right .tm-range-picker,
.tc-extra-product-options .tm-show-picker-tleft .tm-range-picker,
.tc-extra-product-options .tm-show-picker-tright .tm-range-picker {
  max-width: calc(80% - 30px);
  flex: 0 0 calc(80% - 30px);
  order: 1;
}
.tc-extra-product-options .tm-show-picker-left .tm-show-picker-value,
.tc-extra-product-options .tm-show-picker-right .tm-show-picker-value,
.tc-extra-product-options .tm-show-picker-tleft .tm-show-picker-value,
.tc-extra-product-options .tm-show-picker-tright .tm-show-picker-value {
  max-width: 20%;
  flex: 0 0 20%;
  position: relative;
  text-align: center;
  top: 2em;
  font-size: 0.8em;
  order: 2;
}
.tc-extra-product-options .tm-show-picker-left .tm-show-picker-value,
.tc-extra-product-options .tm-show-picker-tleft .tm-show-picker-value {
  order: 0;
}
.tc-extra-product-options .tm-show-picker-left .tc-price-wrap,
.tc-extra-product-options .tm-show-picker-right .tc-price-wrap,
.tc-extra-product-options .tm-show-picker-tleft .tc-price-wrap,
.tc-extra-product-options .tm-show-picker-tright .tc-price-wrap {
  order: 10;
}
.tm-extra-product-options
  .tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-range
  .tm-range-picker-value {
  display: inline-block;
  float: right;
  margin-left: 0;
  margin-top: -3px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 1em;
  vertical-align: top;
  width: 19%;
}
.tm-extra-product-options .cpf-type-range .tmcp-field-wrap span.amount {
  display: inline-block;
  padding: 6px 0 0;
}
.tm-extra-product-options .tm-epo-element-label.tm-has-undo-button {
  padding-right: 2em;
}
.tm-epo-reset-variation,
.tm-extra-product-options .tm-epo-reset-radio {
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
  height: 1em;
  line-height: 1em;
  padding: 0.2em;
  border: 2px solid #000;
  color: #000;
  border-radius: 100%;
  box-sizing: content-box !important;
  background: #fff;
}
.tm-epo-reset-radio .tcfa,
.tm-epo-reset-variation .tcfa {
  font-size: 0.8em;
  top: -0.05em;
  position: relative;
}
.tm-epo-variation-section .reset_variations {
  clear: both;
  display: block;
  width: 100%;
  position: static;
  visibility: hidden;
}
.tm-extra-product-options .tmcp-field-wrap .tc-price {
  font-size: 1em !important;
  width: auto !important;
  display: inline-block;
  float: none !important;
}

/**
*discount prices
**/
.rs-checkboxes-ul .tc-price-wrap .tc-price{
  display: flex;
  flex-direction: column;
}

.rs-checkboxes-ul .tc-price-wrap del{
  opacity: 1;
  text-decoration-color: red!important;
}

.rs-checkboxes-ul .tc-price-wrap del .tc-original-price{
  font-size:16px!important;
}

.rs-checkboxes-div ul.tmcp-elements li.tmcp-field-wrap{
  min-height:90px;
}

/**
* Discount ends
**/

.tc-extra-product-options .tmcp-field-wrap .price.tc-price {
  font-size: 1em;
  background: 0 0;
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
  font-size: 1em;
  display: inline;
  background: 0 0 !important;
  vertical-align: middle !important;
}
.tm-extra-product-options .tmcp-field-wrap .tc-price .amount {
  margin-left: 0.5em;
}
.tm-extra-product-options .tmcp-field-wrap .tc-chars + .tc-price .amount {
  margin-left: 0;
}
.tm-extra-product-options .use_images_container .tmcp-field-wrap .amount {
  margin-left: 0;
}
.tm-extra-product-options .after-amount.hidden,
.tm-extra-product-options .amount.hidden,
.tm-extra-product-options .tmcp-field-wrap .price.amount.hidden,
.tm-extra-product-options .tmcp-field-wrap .tc-price.hidden,
.tm-extra-product-options .tmperiod.hidden {
  display: none !important;
}
.tm-extra-product-options .cpf-type-textarea .tmcp-field-wrap .amount,
.tm-extra-product-options .cpf-type-textfield .tmcp-field-wrap .amount {
  margin-left: 0;
}
.tm-extra-product-options-totals .price.amount.fees,
.tm-extra-product-options-totals .price.amount.options,
.tm-extra-product-options-totals .price.amount.subscription-fee {
  font-size: 1.25em;
}
.tm-extra-product-options-totals .amount {
  background: 0;
}
.tm-extra-product-options-totals .amount.fees,
.tm-extra-product-options-totals .amount.options,
.tm-extra-product-options-totals .amount.subscription-fee {
  font-weight: 700;
}
.tm-extra-product-options-totals .amount.final {
  font-size: 1.5em;
  font-weight: 700;
}
.tm-extra-product-options-totals .price.amount.final {
  display: inline-block !important;
  width: auto;
}
.tm-fee-totals,
.tm-final-totals,
.tm-options-totals,
.tm-subscription-fee,
.tm-unit-price {
  padding: 0;
  margin: 0;
  border: 0 none;
  float: none;
}
.tm-extra-product-options .tmcp-field-wrap .tc-price del {
  font-size: 75% !important;
  margin: 0 !important;
}
.tm-extra-product-options .tmcp-field-wrap .tc-price {
  margin: 0 !important;
  padding: 0 !important;
}
.tm-extra-product-options .tmcp-field-wrap .price:empty {
  display: none !important;
}
.tc-row.tc-quantity-left,
.tc-row.tc-quantity-right {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tc-quantity-bottom .tm-quantity,
.tc-quantity-right .tm-quantity {
  order: 99;
}
.tc-quantity-left .tm-quantity,
.tc-quantity-top .tm-quantity {
  order: 0;
}
.tc-quantity-left .tc-field-display,
.tc-quantity-top .tc-field-display {
  order: 1;
}
.tc-row.tc-quantity-bottom,
.tc-row.tc-quantity-top {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tc-row.tc-quantity-bottom .tm-quantity,
.tc-row.tc-quantity-top .tm-quantity {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.tm-quantity {
  min-width: 60px;
  text-align: center;
}
.tm-quantity input.tm-qty {
  margin: 0;
  max-width: 100%;
  min-width: 50px;
  text-align: center;
  width: 5em;
}
.tm-quantity-alt input.tm-qty-alt {
  margin: 0;
  max-width: 100%;
  min-width: 50px;
  text-align: center;
  width: 5em !important;
  font-size: 100%;
  display: inline-block !important;
  padding: 0.358em 1em;
}
.single_add_to_cart_product,
.tc-extra-product-options
  .cpf-type-product
  .tc-epo-element-product-li-container
  .tc-epo-element-product-container
  .single_add_to_cart_product {
  vertical-align: baseline;
  float: none;
}
.tm-description p:last-child {
  margin-bottom: 0;
}
.tm-description {
  clear: both;
}
.fl-overlay {
  background: #f5f5f5;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101000;
}
.flasho.tm-color {
  background: #ecf0f1 none repeat scroll 0 0;
  border: 1px solid #bdc3c7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: 101;
}
.flasho.tm-color .float_editbox {
  background: #fff none repeat scroll 0 0;
  bottom: 55px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 57px;
  width: 100%;
}
.flasho.tm-color .header {
  background: #ecf0f1 none repeat scroll 0 0;
  border-bottom: 1px solid #ecf0f1;
  left: 0;
  line-height: 30px;
  padding: 1em 2em;
  position: absolute;
  top: 0;
  width: 100%;
}
.flasho.tm-color .footer {
  bottom: 0;
  height: 55px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 2;
}
.flasho.tm-color .footer .inner {
  background: #ecf0f1 none repeat scroll 0 0;
  border-top: 1px solid #ecf0f1;
  line-height: 30px;
  padding: 1em 2em;
}
.flasho.tm-color .tm_info {
  bottom: 0;
  display: inline-block;
  font-size: 2em;
  height: 1em;
  left: 0;
  line-height: 1em;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: auto;
}
.flasho.tm-color .tm_progress_info {
  height: 100%;
  position: relative;
  width: 100%;
}
.flasho {
  font: 13px/1.5em HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: url(../images/linefix5.png) repeat scroll 0 0 #ccc;
  border: 1px solid transparent;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 101001;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
}
.float_editbox {
  background: #fff;
  bottom: 55px;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 56px;
  width: 100%;
}
.flasho .header {
  background: none repeat scroll 0 0 #fafafa;
  border-bottom: 1px solid transparent;
  left: 0;
  line-height: 30px;
  padding: 1em 2em;
  position: absolute;
  top: 0;
  width: 100%;
}
.flasho .header h3 {
  color: #292421;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  letter-spacing: 1px;
}
.flasho .footer {
  bottom: 0;
  height: 55px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 2;
}
.flasho .footer .inner {
  background: none repeat scroll 0 0 #fafafa;
  border-top: 1px solid transparent;
  line-height: 30px;
  padding: 12px 2em;
}
.tm-section-pop {
  display: none;
}
.tm-section-pop-up {
  height: 80%;
  left: 10% !important;
  position: fixed !important;
  top: 10% !important;
  width: 80%;
}
#tm-section-pop-up > .tm-epo-element-label.tm-section-label {
  display: none;
}
.tm-section-pop-up.single .tc-cell.section_popup {
  width: 100% !important;
}
.tm-section-pop-up.single .tc-cell.section_popup .tm-section-pop {
  padding-top: 1em;
  padding-bottom: 1em;
}
.tc-extra-product-options
  .tm-section-pop-up.single
  .footer
  .inner
  .tm-button.button.button-secondary.button-large.floatbox-cancel,
.tm-extra-product-options.tm-section-pop-up.single
  .footer
  .inner
  .tm-button.button.button-secondary.button-large.floatbox-cancel {
  float: none;
}
.noanimated {
  -webkit-animation-fill-mode: none !important;
  animation-fill-mode: none !important;
  opacity: 1 !important;
  z-index: auto !important;
  position: static !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.tm-floating-box {
  width: auto;
  height: auto;
  padding: 1em;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../images/p5.png) repeat scroll 0 0 transparent;
  z-index: 9999;
  max-height: 100%;
  overflow: hidden;
}
.tm-floating-box .tm-fee-totals,
.tm-floating-box .tm-final-totals,
.tm-floating-box .tm-options-totals,
.tm-floating-box .tm-unit-price {
  margin: 0.5em 0;
}
.tm-floating-box.right {
  left: auto;
  right: 0;
}
.tm-floating-box.left {
  right: auto;
  left: 0;
}
.tm-floating-box.bottom {
  bottom: 0;
  top: auto;
}
.tm-floating-box.top {
  top: 0;
  bottom: auto;
}
.tc-img-floating {
  display: block;
  height: 50px !important;
  margin: 1em 0;
  width: auto !important;
}
.tm-fb {
  font-size: 12px;
  line-height: 10px;
  max-height: 200px;
  max-width: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tm-fb dt {
  display: block;
  margin: 0;
  padding-bottom: 5px;
}
.tm-fb dd {
  display: block;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0 0 1em;
}
.tm-floating-box-alt .tm-floating-box {
  background: 0;
  padding: 0;
  position: static;
}
.tm-floating-box-nks .tm-floating-box {
  bottom: 0 !important;
  left: 0 !important;
  padding: 5%;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 100%;
}
.tm-floating-box-nks .tm-fb {
  max-height: 90% !important;
  max-width: 90% !important;
}
.tc-row.tm-fb-labels {
  border-bottom: 1px solid;
  font-weight: 700;
  margin-bottom: 1.65em;
}
@media (max-width: 768px) {
  .tm-floating-box {
    display: none !important;
  }
}
.tm-extra-product-options .tm-extra-product-options-container > .tm-error,
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap label.tm-error,
.tm-extra-product-options ul.tmcp-ul-wrap + .tm-error {
  color: red;
  display: block !important;
  font-size: 80%;
  font-weight: 700;
  padding: 0 !important;
  margin: 0 !important;
}
.tm-epo-field.tmcp-textfield.tm-error {
  border: 1px solid #c0392b;
  color: #e74c3c;
}
.tc-transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tc-lightbox {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: auto !important;
  left: 50% !important;
  max-height: 100% !important;
  max-width: 100% !important;
  position: fixed;
  text-align: center;
  top: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto !important;
  z-index: 100100;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tc-lightbox-image-wrap {
  position: relative;
  overflow: hidden;
}
.tm-extra-product-options .tc-lightbox-image-wrap .checkbox_image,
.tm-extra-product-options .tc-lightbox-image-wrap .radio_image {
  float: left;
  padding: 0;
}
.tc-lightbox-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  left: auto;
  top: auto;
  font-size: 1.5em;
}
.tc-lightbox-button {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  top: 0;
  color: #fff;
  font-size: 1em !important;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 2;
  opacity: 0.5;
  cursor: zoom-in;
  margin: auto;
  bottom: 0;
  left: 0;
}
.tc-lightbox-wrap:hover .tc-lightbox-button {
  opacity: 1;
}
.tc-lightbox img {
  border: 0 none;
  cursor: zoom-out;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
}
.tc-lightbox-button-close {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  color: #000 !important;
  float: left;
  height: 2em;
  line-height: 2em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 2em;
  z-index: 2;
  cursor: pointer;
}
@-webkit-keyframes tc-lightbox-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3);
    transform: translateX(-50%) translateY(-50%) scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes tc-lightbox-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3);
    transform: translateX(-50%) translateY(-50%) scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.tc-lightbox-zoomIn {
  -webkit-animation-name: tc-lightbox-zoomIn;
  animation-name: tc-lightbox-zoomIn;
}
@-webkit-keyframes tc-lightbox-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3);
    transform: translateX(-50%) translateY(-50%) scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes tc-lightbox-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3);
    transform: translateX(-50%) translateY(-50%) scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.tc-lightbox-zoomOut {
  -webkit-animation-name: tc-lightbox-zoomOut;
  animation-name: tc-lightbox-zoomOut;
}
.tm-static {
  position: static;
}
.tmcp-date-select {
  max-width: 100%;
}
.tm-extra-product-options-date .tmcp-field-wrap label {
  display: inline-block !important;
  margin-right: 6px;
  vertical-align: baseline;
  position: relative;
  max-width: 100%;
}
.tm-epo-field.tmcp-date {
  min-height: 2.5em !important;
  height: auto;
  width: auto !important;
}
.tm-epo-datepicker-label-container,
.tm-epo-timepicker-label-container {
  display: inline-block !important;
  margin-right: 6px;
  vertical-align: baseline;
  position: relative;
  max-width: 100%;
}
.tm-extra-product-options .tm-epo-datepicker,
.tm-extra-product-options .tm-epo-timepicker {
  display: inline-block !important;
  line-height: normal !important;
  margin: 0 -2.5em 0 0 !important;
  max-width: 100% !important;
  padding-right: 2.5em !important;
  box-shadow: none;
}
.tm-epo-element-label.tm-left
  + .tm-extra-product-options-container
  .tm-epo-datepicker-label-container,
.tm-epo-element-label.tm-right
  + .tm-extra-product-options-container
  .tm-epo-datepicker-label-container {
  margin-top: 0;
}
.tm-extra-product-options
  .tm-extra-product-options-date
  .ui-tm-datepicker-trigger,
.tm-extra-product-options
  .tm-extra-product-options-time
  .ui-tm-datepicker-trigger {
  font-family: tc-fontawesome;
  box-shadow: none;
  border-radius: 0;
  background: transparent none repeat scroll 0 0;
  border-width: 0 0 0 1px;
  color: inherit !important;
  cursor: pointer;
  display: inline-block;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0;
  padding: 0 0.75em !important;
  position: absolute;
  right: 0;
  top: 0;
  height: 100% !important;
  min-width: 0;
}
.tm-extra-product-options
  .tm-extra-product-options-date
  .ui-tm-datepicker-trigger:active,
.tm-extra-product-options
  .tm-extra-product-options-date
  .ui-tm-datepicker-trigger:focus,
.tm-extra-product-options
  .tm-extra-product-options-date
  .ui-tm-datepicker-trigger:hover,
.tm-extra-product-options
  .tm-extra-product-options-time
  .ui-tm-datepicker-trigger:active,
.tm-extra-product-options
  .tm-extra-product-options-time
  .ui-tm-datepicker-trigger:focus,
.tm-extra-product-options
  .tm-extra-product-options-time
  .ui-tm-datepicker-trigger:hover {
  background: none repeat scroll 0 0 transparent;
  box-shadow: none;
}
.tm-extra-product-options
  .tm-extra-product-options-date
  .ui-tm-datepicker-trigger:before {
  content: "\f073";
}
.tm-extra-product-options
  .tm-extra-product-options-time
  .ui-tm-datepicker-trigger:before {
  content: "\f017";
}
.tm-datepicker {
  margin: 2px 0 0 0;
  z-index: 101002 !important;
  width: auto !important;
  height: auto !important;
  padding: 0;
}
.tm-datepicker a {
  text-decoration: none;
}
.tm-ui-dp,
.tm-ui-dp-overlay {
  -webkit-tap-highlight-color: transparent;
}
.tm-ui-dp-header.ui-widget-header {
  line-height: 2em;
  background: 0;
  border: 0 none;
  color: inherit;
  font-weight: 700;
}
.tm-ui-dp {
  max-width: 98%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: none;
  user-select: none;
}
.tm-ui-dp:focus {
  outline: 0;
}
.tm-ui-dp-container {
  min-width: 300px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
}
.tm-datepicker-small .tm-ui-dp-container {
  font-size: 12px;
  min-width: 240px;
}
.tm-datepicker-medium .tm-ui-dp-container {
  font-size: 16px;
  min-width: 330px;
}
.tm-datepicker-large .tm-ui-dp-container {
  font-size: 20px;
  min-width: 400px;
}
.tm-datepicker.tm-datepicker-bottom .tm-ui-dp-title,
.tm-datepicker.tm-datepicker-top .tm-ui-dp-title {
  font-size: 1.125em;
}
.tm-datepicker.tm-datepicker-bottom .tm-ui-dp-container,
.tm-datepicker.tm-datepicker-top .tm-ui-dp-container {
  min-width: 100% !important;
}
.tm-ui-dp-overlay,
.tm-ui-dp-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tm-ui-dp-wrap {
  z-index: 99998;
}
.tm-ui-dp-overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.tm-datepicker-bottom .tm-ui-dp,
.tm-datepicker-top .tm-ui-dp {
  width: 100%;
  max-width: 100%;
}
.tm-ui-dp-main-cell-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tm-ui-dp-main-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tm-ui-dp-ui {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.tm-ui-dp-main {
  width: auto;
}
.tm-ui-dp-main table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
  background: 0;
}
.tm-ui-dp-main-table {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.tm-ui-dp-main-row {
  white-space: nowrap;
  display: table-row;
}
.tm-ui-dp-main-cell {
  line-height: 1.875em;
  text-align: center;
  width: 14.2857%;
  height: 16.6666%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.tm-ui-dp-main-cell.ui-datepicker-unselectable,
.tm-ui-dp-main-cell.ui-state-disabled {
  cursor: default;
}
.tm-ui-dp-main-cell .tm-ui-dp-main-cell-inner {
  overflow: visible;
}
.tm-ui-dp-main-cell-content {
  position: relative;
  z-index: 2;
  padding: 5px;
}
.tm-datepicker .tm-ui-dp-main-wrap {
  padding: 0.5em;
}
.tm-datepicker .tm-ui-dp-main-header th {
  font-size: 0.6875em;
  font-weight: 400;
  line-height: 2.225em;
  text-align: center;
  border: 0;
}
.tm-datepicker .tm-ui-dp-main-cell-content {
  font-size: 0.8125em;
}
.tm-ui-dp-inner-container,
.tm-ui-dp-main-content,
.tm-ui-dp-main-wrap {
  position: relative;
}
.tm-datepicker.tm-datepicker-bottom,
.tm-datepicker.tm-datepicker-top {
  bottom: 0 !important;
  height: 100% !important;
  left: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  background: 0 0 !important;
  border: 0 none !important;
}
.tm-datepicker.tm-datepicker-bottom .tm-ui-dp {
  bottom: 0;
  top: auto;
}
.tm-datepicker.tm-datepicker-top .tm-ui-dp {
  top: 0;
  bottom: auto;
}
.tm-datepicker .ui-tm-datepicker-next,
.tm-datepicker .ui-tm-datepicker-prev,
.tm-datepicker.tm-datepicker-bottom .ui-tm-datepicker-next,
.tm-datepicker.tm-datepicker-bottom .ui-tm-datepicker-prev,
.tm-datepicker.tm-datepicker-top .ui-tm-datepicker-next,
.tm-datepicker.tm-datepicker-top .ui-tm-datepicker-prev {
  display: none !important;
}
.tm-ui-dp-title {
  position: relative;
  font-size: 1em;
}
.tm-ui-dp-title .tm-ui-dp-month,
.tm-ui-dp-title .tm-ui-dp-year {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 2em;
  white-space: nowrap;
}
.tm-ui-dp-title-button {
  width: 50%;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  position: relative;
  height: 2em;
}
.tm-ui-dp-button-prev {
  left: 0;
}
.tm-ui-dp-button-next {
  right: 0;
}
.tm-ui-dp-button {
  margin: 0;
  position: absolute;
  top: 0;
  width: 2em;
  overflow: hidden;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
  height: 2em;
  line-height: 2em;
  color: #4eccc4;
  text-transform: uppercase;
  padding: 0;
}
.tm-ui-dp-button .tm-ui-dp-button-arrow,
.tm-ui-dp-month,
.tm-ui-dp-year {
  cursor: pointer;
}
.tm-datepicker .tm-ui-dp-button-arrow {
  color: #4eccc4;
  font-size: 1em;
  line-height: 2em;
  overflow: hidden;
  width: 2em;
}
.tm-ui-dp-button-arrow:before {
  display: block;
}
.tm-ui-dp-buttonpane {
  display: block;
  overflow: hidden;
  padding: 0 0.5em 0.5em;
  text-align: right;
  width: 100%;
}
.tm-ui-dp-btn-wrap {
  display: block;
  float: right;
  position: relative;
  vertical-align: top;
  z-index: 5;
}
.tm-ui-dp-btn {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.tm-ui-dp-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.tm-ui-skin-epo-black .tm-ui-dp-container {
  font-family: Helvetica, Arial, sans-serif !important;
  border: 1px solid #000 !important;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.tm-ui-skin-epo-black .tm-ui-dp-main-cell .ui-state-default {
  color: #ecf0f1;
}
.tm-ui-skin-epo-black
  .tm-ui-dp-main-cell.ui-datepicker-other-month
  .ui-state-default {
  color: #777;
}
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day,
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day:hover {
  background-color: #1abc9c;
}
.tm-ui-skin-epo-black
  .tm-ui-dp-main-cell.ui-datepicker-current-day
  .ui-state-default,
.tm-ui-skin-epo-black
  .tm-ui-dp-main-cell.ui-datepicker-current-day:hover
  .ui-state-default {
  color: #fff;
}
.tm-ui-skin-epo-black .tm-ui-dp-main-cell:hover {
  background-color: #fff;
}
.tm-ui-skin-epo-black .tm-ui-dp-main-cell:hover .ui-state-default {
  color: #000;
}
.tm-ui-skin-epo-black
  .tm-ui-dp-main-cell.ui-datepicker-unselectable
  .ui-state-default,
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-state-disabled .ui-state-default {
  color: #222;
}
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-unselectable,
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-state-disabled {
  background-color: #000;
  background-color: rgba(255, 255, 255, 0.02);
}
.tm-ui-skin-epo-black .tm-ui-dp-btn {
  color: #1abc9c;
}
.tm-ui-skin-epo-black .tm-ui-dp-btn:hover {
  color: #fff;
}
.tm-ui-skin-epo-black .tm-ui-dp-button-arrow,
.tm-ui-skin-epo-black .tm-ui-dp-button-arrow.tm-ui-dp-button-disabled:hover {
  color: #1abc9c;
}
.tm-ui-skin-epo-black .tm-ui-dp-button-arrow:hover {
  color: #fff;
}
.tm-ui-skin-epo-black .tm-ui-dp-main-header {
  color: #1abc9c;
  border-bottom: 1px solid #1abc9c;
}
.tm-ui-skin-epo-black .tm-ui-dp-container {
  background: #000 none repeat scroll 0 0;
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  color: #fff;
}
.tm-ui-skin-epo.tm-datepicker .tm-ui-dp-main-wrap {
  padding: 0;
}
.tm-ui-skin-epo .tm-ui-dp-container {
  font-family: Helvetica, Arial, sans-serif !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.tm-ui-skin-epo .tm-ui-dp-main-cell .ui-state-default {
  color: #2c3e50;
  background: 0;
  border: 0 none;
}
.tm-ui-skin-epo
  .tm-ui-dp-main-cell.ui-tm-datepicker-other-month
  .ui-state-default {
  color: #aaa;
}
.tm-ui-skin-epo
  .tm-ui-dp-main-cell.ui-tm-datepicker-current-day
  .ui-state-default {
  color: #0a0;
}
.tm-ui-skin-epo
  .tm-ui-dp-main-cell.ui-datepicker-other-month
  .ui-state-default {
  color: #95a5a6;
}
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day,
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day:hover {
  background-color: #9b59b6;
}
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day .ui-state-default,
.tm-ui-skin-epo
  .tm-ui-dp-main-cell.ui-datepicker-current-day:hover
  .ui-state-default {
  color: #fff;
}
.tm-ui-skin-epo .tm-ui-dp-main-cell:hover {
  background-color: #ecf0f1;
}
.tm-ui-skin-epo .tm-ui-dp-main-cell:hover .ui-state-default {
  color: #000;
}
.tm-ui-skin-epo
  .tm-ui-dp-main-cell.ui-datepicker-unselectable
  .ui-state-default,
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-state-disabled .ui-state-default {
  color: #eee;
}
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-unselectable,
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-state-disabled {
  background-color: #fff;
}
.tm-ui-skin-epo .tm-ui-dp-btn {
  color: #2c3e50;
}
.tm-ui-skin-epo .tm-ui-dp-btn:hover {
  color: #8e44ad;
}
.tm-ui-skin-epo .tm-ui-dp-button-arrow,
.tm-ui-skin-epo .tm-ui-dp-button-arrow.tm-ui-dp-button-disabled:hover {
  color: #2c3e50;
}
.tm-ui-skin-epo .tm-ui-dp-button-arrow:hover {
  color: #34495e;
}
.tm-ui-skin-epo .tm-ui-dp-main-header {
  background: #f9f9f9 none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  color: #7f8c8d;
  padding: 0.25em 0;
}
.tm-ui-skin-epo .tm-ui-dp-title {
  padding: 0.5em 0;
}
.tm-ui-skin-epo .tm-ui-dp-container {
  background: #fff none repeat scroll 0 0;
  color: #2c3e50;
}
.tm-timepicker .tm-ui-dp-current,
.ui-tm-timepicker-div .tm-ui-widget-header,
.ui-tm-timepicker-div .ui_tpicker_time_label {
  display: none;
}
.tm-timepicker .ui-tm-timepicker-div .ui-slider-handle {
  border-radius: 100%;
  background: #ecf0f1;
  border: 1px solid #bdc3c7;
  cursor: default;
  height: 1.2em;
  position: absolute;
  width: 1.2em;
  z-index: 2;
}
.tm-timepicker .ui-tm-timepicker-div .ui-slider-handle.ui-state-hover {
  background: #fff;
}
.ui-tm-timepicker-div .ui-slider {
  position: relative;
}
.ui-tm-timepicker-div .ui-slider.ui-slider-horizontal {
  border-color: #aaa;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  height: 1px;
  margin: 1em 0;
  padding: 0.2em 0 0;
}
.ui-tm-timepicker-div .ui-slider.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -0.3em;
}
.ui-tm-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-tm-timepicker-div dl {
  text-align: left;
  margin: 0;
}
.ui-tm-timepicker-div dl dt {
  clear: left;
  float: left;
  margin: 0.725em 0 0;
  padding: 0;
}
.ui-tm-timepicker-div dl dd {
  display: block;
  margin: 0 1em 0.5em 30%;
  padding: 1px 0;
  float: none;
}
.ui-tm-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
.ui-tm-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}
.ui-tm-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: 0;
  color: inherit;
  border: 0;
  outline: 0;
  border-bottom: 0 none;
  width: 95%;
}
.ui-tm-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}
.ui-tm-timepicker-rtl {
  direction: rtl;
}
.ui-tm-timepicker-rtl dl {
  text-align: right;
}
.ui-tm-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-tm-timepicker-rtl dl dd {
  margin: 0 30% 0.5em 1em;
}
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine {
  padding-right: 2px;
}
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_time,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dt {
  display: none;
}
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl {
  text-align: right;
}
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ":";
  display: inline-block;
}
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_microsec:before,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine
  dl
  dd.ui_tpicker_millisec:before {
  content: ".";
  display: inline-block;
}
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}
.ui-tm-timepicker-div {
  padding: 1em 1em 0;
}
.tm-ui-tp-title {
  padding: 0.5em 0;
}
.tc-label-wrap {
  display: inline;
}
.tc-mode-color .tc-label-wrap,
.tc-mode-images .tc-label-wrap {
  display: block;
}
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  .tmhexcolorimage.checkbox_image,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  .tmhexcolorimage.radio_image,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  img.checkbox_image,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  img.radio_image {
  border-color: inherit;
  border-width: 1px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.tm-extra-product-options .checkbox_image,
.tm-extra-product-options .radio_image {
  border: 1px solid transparent;
  display: inline-block !important;
  height: auto;
  width: auto;
  margin: auto;
  max-width: 100%;
  padding: 1px;
  pointer-events: none !important;
  vertical-align: middle;
}
.checkbox-image-label,
.radio-image-label {
  display: block;
  text-align: center;
  padding: 1em 0;
  line-height: 1.5;
}
.tc-label.tm-label .checkbox-image-label,
.tc-label.tm-label .radio-image-label {
  display: inline;
  margin-right: 0.5em;
}
.tc-label.tm-label .checkbox-image-label:empty,
.tc-label.tm-label .radio-image-label:empty {
  margin-right: 0;
}
.tm-epo-style-wrapper + .tc-label-wrap .tmhexcolorimage:first-child,
.tm-epo-style-wrapper + .tmhexcolorimage {
  margin: 0 0.5em;
  vertical-align: middle;
}
.tm-epo-style-wrapper input[type="checkbox"],
.tm-epo-style-wrapper input[type="radio"] {
  visibility: hidden;
  display: inline !important;
}
.tm-epo-style-wrapper input[type="checkbox"]:checked + .tm-epo-style:after,
.tm-epo-style-wrapper input[type="radio"]:checked + .tm-epo-style:after {
  opacity: 1;
}
.tm-epo-style-wrapper {
  height: 2em;
  width: 2em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.tm-epo-style:after {
  content: "\f00c";
}
.tm-epo-style-wrapper input[type="radio"] + .tm-epo-style:after {
  content: "\f111";
}
.tm-epo-style:hover:after {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .tm-epo-style:hover:after {
    opacity: 0;
  }
}
.tm-epo-style:after {
  background: transparent none repeat scroll 0 0;
  font-family: tc-fontawesome !important;
  font-weight: 900;
  height: 1em !important;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0;
  position: absolute !important;
  display: inline-block !important;
  text-align: center !important;
  top: 50% !important;
  width: 1em !important;
  color: inherit !important;
  font-size: inherit !important;
  bottom: auto !important;
  line-height: 1em !important;
}
.tm-epo-style-wrapper.round2,
.tm-epo-style-wrapper.square2 {
  height: 1.2em;
  width: 1.2em;
  padding: 5px;
  vertical-align: middle;
  border-radius: 2px;
}
.tm-epo-style.round2,
.tm-epo-style.square2 {
  height: 100%;
  width: 100%;
  background: transparent none repeat scroll 0 0;
  cursor: pointer;
  left: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.tm-epo-style-wrapper.round2 .tm-epo-style:after,
.tm-epo-style-wrapper.square2 .tm-epo-style:after {
  font-size: 0.7em !important;
  margin-top: -0.4em;
}
.tm-epo-style.round,
.tm-epo-style.square {
  background: transparent none repeat scroll 0 0;
  border: 1px solid;
  cursor: pointer;
  height: 2em;
  left: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 2em;
}
.tm-epo-style.round,
.tm-epo-style.round2 {
  border-radius: 100%;
}
.tmhexcolorimage {
  display: block !important;
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
  width: 100%;
}
.use_colors_container .tmhexcolorimage {
  height: auto !important;
  vertical-align: middle;
}
.tm-transparent-swatch {
  border: 1px dotted !important;
}
.tm-extra-product-options
  ul.tmcp-ul-wrap
  li.tmcp-field-wrap
  input.use_images
  + label {
  display: inline-block;
  padding: 0 !important;
  max-width: 100%;
  border: 0 solid;
  position: relative;
  line-height: 0;
  margin: 0 !important;
  height: auto !important;
  background: 0 0 !important;
}
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  .tmhexcolorimage.checkbox_image.round,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  .tmhexcolorimage.radio_image.round,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  img.checkbox_image.round,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  img.radio_image.round {
  border-radius: 100%;
  border-width: 1px;
  box-shadow: none;
}
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  .tmhexcolorimage.checkbox_image.square,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  .tmhexcolorimage.radio_image.square,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  img.checkbox_image.square,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  img.radio_image.square {
  border-radius: 0;
  box-shadow: none;
  border-width: 1px;
}
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  .tmhexcolorimage.checkbox_image.shadow,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  .tmhexcolorimage.radio_image.shadow,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  img.checkbox_image.shadow,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  img.radio_image.shadow {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  border-width: 1px;
}
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  .tmhexcolorimage.checkbox_image.thinline,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  .tmhexcolorimage.radio_image.thinline,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  img.checkbox_image.thinline,
.tm-extra-product-options
  .tmcp-field-wrap.tc-active
  .tc-label-wrap
  img.radio_image.thinline {
  border-width: 1px;
  border-radius: 0;
  box-shadow: none;
}
.tm-extra-product-options input.use_images + label + .amount {
  display: block;
  text-align: center;
}
.checkbox-image-label-inline,
.radio-image-label-inline {
  display: inline;
  margin: 0 0.5em;
}
.tc-label.tm-label .checkbox-image-label + .tmhexcolorimage,
.tc-label.tm-label .radio-image-label + .tmhexcolorimage {
  vertical-align: middle;
}
.tm-hide-label + .checkbox-image-label,
.tm-hide-label + .radio-image-label {
  display: none !important;
}
.tm-bottom-label + .checkbox-image-label,
.tm-bottom-label + .radio-image-label {
  padding: 0.5em 0;
}
.tm-inside-label + .checkbox-image-label,
.tm-inside-label + .radio-image-label {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  word-wrap: break-word;
}
.tc-epo-element-product-holder {
  border: 0;
  margin: 1em 0;
  padding: 0;
}
.tc-epo-element-product-container-wrap {
  margin: 1em 0 0 0;
}
.tc-epo-element-product-container-wrap:empty {
  margin: 0;
}
.tc-epo-element-product-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -moz-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}
.tc-epo-element-product-container-left {
  width: 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.tc-epo-element-product-container-right {
  width: 76%;
  -ms-flex: 0 0 76%;
  flex: 0 0 76%;
  margin-left: 4%;
}
.tc-epo-element-product-container-full {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
}
.tc-epo-element-product-container-wrap .product-description,
.tc-epo-element-product-container-wrap .product-meta,
.tc-epo-element-product-container-wrap .product-price,
.tc-epo-element-product-container-wrap .product-title,
.tc-epo-element-product-container-wrap .tc-extra-product-options-inline {
  margin: 0 0 1em;
  padding: 0;
}

article .post-39478 #rs-subscription-1  .rs-checkboxes-ul:nth-child(2){
  display:none;
}
/*
* whole products to stop floating
*/
article:not(.post-19513):not(.post-50382):not(.post-50301):not(.post-79673):not(.post-79671):not(.post-79672):not(.post-2349):not(.post-3053):not(.post-3034) .product-entry-wrapper :not(.is-epo-depend) .tm-extra-product-options-container  .rs-checkboxes-ul .tmcp-field-wrap:nth-child(-n+2) .before-amount,
article:not(.post-19513):not(.post-50382):not(.post-50301):not(.post-39478):not(.post-79673):not(.post-79671):not(.post-79672):not(.post-2349):not(.post-3053):not(.post-3034) .product-entry-wrapper  :not(.is-epo-depend) .tm-extra-product-options-container .rs-checkboxes-ul .tmcp-field-wrap:nth-child(-n+2) .tc-price,
.product-entry-wrapper .tm-tip-html
{
  display: none;
}

.tc-epo-element-product-container-wrap .tm-quantity,
.tc-epo-element-product-container-wrap .tm-quantity-alt {
  max-width: none;
}
.tm-extra-product-options
  .tc-epo-element-product-container-wrap
  .tc-epo-element-product-container-cart
  .tm-quantity-alt
  .quantity {
  float: none;
  display: inline-block;
  font-size: inherit;
}
.tm-extra-product-options
  .cpf-type-product-dropdown
  ul.tmcp-ul-wrap.tm-element-ul-product
  > li.tc-epo-element-product-li-container,
.tm-extra-product-options
  .cpf-type-product-radio
  ul.tmcp-ul-wrap.tm-element-ul-product
  > li.tc-epo-element-product-li-container {
  padding: 0.5em 0.5em 0 0;
  margin: 0;
  width: 100%;
  float: left;
  list-style: none outside none !important;
  position: relative;
}
.tm-extra-product-options
  .cpf-type-product-thumbnail
  ul.tmcp-ul-wrap.tm-element-ul-product
  > li.tc-epo-element-product-li-container {
  padding: 1em 15px;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  list-style: none outside none !important;
  position: relative;
  margin: 0;
  box-sizing: border-box;
}
.tm-extra-product-options
  .cpf-type-product-thumbnail
  ul.tmcp-ul-wrap.tm-element-ul-product
  > li.tmcp-field-wrap
  label {
  cursor: pointer;
}
.tm-extra-product-options
  .cpf-type-product-thumbnail
  ul.tmcp-ul-wrap.tm-element-ul-product
  > li.tmcp-field-wrap
  .tm-epo-field.tmcp-radio,
.tm-extra-product-options
  .cpf-type-product-thumbnail
  ul.tmcp-ul-wrap.tm-element-ul-product
  > li.tmcp-field-wrap
  .tm-epo-style-wrapper {
  display: none;
}
.tm-extra-product-options
  .cpf-type-product-thumbnail
  ul.tmcp-ul-wrap.tm-element-ul-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch !important;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
  margin: 0 -15px;
  float: none;
  max-width: none;
  width: auto;
  box-sizing: border-box;
}
.tm-extra-product-options
  .cpf-type-product-thumbnail
  ul.tmcp-ul-wrap.tm-element-ul-product
  > li.tmcp-field-wrap {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
  padding: 1em 15px;
  text-align: center;
  box-sizing: border-box;
}
.tm-extra-product-options
  .cpf-type-product-thumbnail
  ul.tmcp-ul-wrap.tm-element-ul-product
  > li.tmcp-field-wrap
  .tm-epo-reset-radio {
  right: 15px;
  top: 15px;
}
.tm-extra-product-options
  .cpf-type-product-thumbnail
  ul.tmcp-ul-wrap.tm-element-ul-product
  > li.tmcp-field-wrap
  img.wp-post-image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.tm-extra-product-options
  .cpf-type-product-thumbnail
  ul.tmcp-ul-wrap.tm-element-ul-product
  > li.tmcp-field-wrap
  .tc-label-wrap {
  margin: 1em 0 0 0;
  display: block;
}
.tm-extra-product-options
  .cpf-type-product-thumbnail
  ul.tmcp-ul-wrap.tm-element-ul-product
  > li.tmcp-field-wrap
  .tm-epo-field-label {
  width: 100%;
  box-sizing: border-box;
}
.tm-extra-product-options .tc-epo-element-product-container-wrap .product-meta {
  margin: 1em 0 0 0;
}
.tc-epo-element-variable-product {
  margin: 1em 0;
}
table.tc-epo-element-variations {
  margin: 1em 0;
}
.woocommerce table.tc-epo-element-variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce table.tc-epo-element-variations td,
.woocommerce table.tc-epo-element-variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
}
.woocommerce table.tc-epo-element-variations label {
  font-weight: 700;
}
.woocommerce table.tc-epo-element-variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce table.tc-epo-element-variations td.label {
  padding-right: 1em;
}
.woocommerce
  .tc-epo-element-variable-product
  .woocommerce-variation-description
  p {
  margin-bottom: 1em;
}
.woocommerce
  .tc-epo-element-variable-product
  .tc-epo-element-variable-reset-variations {
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce .tc-epo-element-variable-product .wc-no-matching-variations {
  display: none;
}
.tm-extra-product-options .tmcp-field-wrap.tc-product-hidden {
  display: none;
}
.tc-product-image {
  margin: 0;
}
#tm-tooltip {
  font-size: 0.875em;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  color: #fff;
  background: #333;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 145400;
  padding: 15px;
  pointer-events: none;
}
#tm-tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tm-tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #333;
  border-bottom-color: rgba(0, 0, 0, 0.6);
  top: -20px;
  bottom: auto;
}
#tm-tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tm-tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
#tm-tooltip img {
  max-width: 100%;
}
.tc-tooltip {
  color: #2980b9;
  cursor: help;
  font-size: 1.25em;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.tc-tooltip.tc-tooltip-left {
  margin-right: 0.5em;
  margin-left: 0;
}
.tc-tooltip.tc-tooltip-right {
  margin-left: 0.5em;
  margin-right: 0;
}
.tm-extra-product-options .tm-epo-element-label.tm-tooltip {
  display: inline-block;
  width: auto;
}
.tc-icontooltipleft.tm-tooltip {
  margin-left: 0;
  margin-right: 0.5em;
}
.epo-option-image,
.woocommerce #content table.cart img.epo-option-image,
.woocommerce table.cart img.epo-option-image,
.woocommerce-page #content table.cart img.epo-option-image,
.woocommerce-page table.cart img.epo-option-image {
  max-height: none;
  max-width: 70% !important;
  height: auto !important;
  width: auto !important;
}
.epo-upload-image,
.woocommerce #content table.cart img.epo-upload-image,
.woocommerce table.cart img.epo-upload-image,
.woocommerce-page #content table.cart img.epo-upload-image,
.woocommerce-page table.cart img.epo-upload-image {
  max-height: none !important;
  max-width: 70% !important;
  width: auto !important;
  height: auto !important;
}
.woocommerce td.product-name dl.variation dt.tc-hidden-variation {
  margin: 0;
}
.tc-row.tm-cart-row {
  float: left;
  padding: 2%;
  width: 100%;
  border-color: #999;
  border-radius: 0;
  border-style: none none dotted;
  border-width: 0 0 1px;
}
.tc-row.tm-cart-row:last-child {
  border: 0 none;
}
.tc-row.tm-cart-row .tc-cell {
  margin: 0;
}
.tc-row.tm-cart-row .tc-cell.cpf-name {
  font-weight: 700;
}
.woocommerce td.product-name dl.variation.tc-epo-metadata .tc-hidden-variation {
  display: none;
}
.cpf-data-on-cart,
.cpf-img-on-cart {
  display: block;
}
.cpf-img-on-cart img {
  margin-right: 0.5em;
  position: static !important;
  height: auto !important;
  width: auto !important;
  max-height: 3em;
}
.cpf-data-on-cart:before {
  content: "\f14a";
  font-family: tc-fontawesome;
  font-weight: 900;
  margin-right: 0.5em;
  vertical-align: middle;
}
.cpf-img-on-cart .cpf-data-on-cart:before {
  content: "";
  display: none;
}
.cpf-data-on-cart,
.cpf-img-on-cart {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5em;
}
.cpf-color-on-cart {
  width: 1em;
  height: 1em;
  display: inline-block;
  border: 1px solid;
}
.tm-cart-edit-options,
td.product-name a.tm-cart-edit-options {
  display: block;
  font-size: 0.7em;
  font-style: italic;
  font-weight: 700;
}
.shop_table tbody tr.tm-epo-cart-row {
  height: auto;
}
.woocommerce table.shop_table .tm-epo-cart-row td {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.tm-epo-cart-option-label,
.tm-epo-cart-option-value.tm-epo-cart-no-label {
  font-weight: 700;
}
.woocommerce table.shop_table .tm-epo-cart-row-product td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table .tm-epo-cart-row-product + .tm-epo-cart-row td {
  border-top: 0 none;
}
.tm-epo-cart-row .product-quantity,
.tm-epo-cart-row-header .product-quantity,
.tm-epo-cart-row-product .product-quantity,
.tm-epo-cart-row-product-noepo .product-quantity {
  text-align: center;
}
.tc-price-in-cart,
.tc-quantity-in-cart {
  font-size: smaller;
}
.tc-associated-table-product .tc-associated-table-product-indent {
  padding-left: 2em;
  display: inline-block;
}
.tc-associated-table-product .tc-associated-table-product-price:before {
  font-family: tc-fontawesome;
  font-size: 1em;
  content: "\f30b";
  font-weight: 900;
  margin: 0 0.5em 0 0;
  padding: 0;
  opacity: 0.3;
}
.tc-associated-table-product-name {
  font-weight: 700;
}
.tm-dpd-label {
  display: block;
  font-size: 80%;
}
.tm-animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.tc-chars {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end !important;
  -moz-box-pack: end !important;
  -ms-flex-pack: end !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
  font-size: 9px;
  padding: 0.5em 0;
}
.tc-chars-remanining {
  margin: 0 0.5em;
}
.tm-button {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px !important;
  margin: 0;
  height: 30px;
  line-height: 28px !important;
  padding: 0 12px 2px !important;
  text-decoration: none;
  white-space: nowrap;
  background: none repeat scroll 0 0 #f7f7f7;
  border-color: #ccc;
  box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
  color: #555;
  vertical-align: top;
}
.tm-button:hover {
  background: none repeat scroll 0 0 #fafafa;
  border-color: #999;
  color: #222;
}
.tc-hide-add-to-cart-button {
  display: none !important;
}
.tc-clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.tm-preloader-img {
  position: absolute !important;
  z-index: 2;
  opacity: 0.6;
}
.tm-select-wrapper.select-wrapper {
  overflow: visible;
}
.tm-select-wrapper.select-wrapper {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dfdbdb;
  margin-bottom: 9px;
  overflow: hidden;
  position: relative;
}
.bundled_product_summary .tm-select-wrapper .sbHolder,
.tm-select-wrapper.select-wrapper {
  background: #fff;
  position: relative;
  border: 1px solid #dfdbdb;
  overflow: hidden;
  margin-bottom: 9px;
}
.tm-select-wrapper .sbHolder {
  overflow: visible;
  padding-right: 28px;
}
.tm-select-wrapper .attribute-options,
.tm-select-wrapper.select-wrapper {
  overflow: visible;
}
.tm-select-wrapper .attribute-options select,
.tm-select-wrapper .sbHolder a.sbSelector,
.tm-select-wrapper.select-wrapper a.sbSelector,
.tm-select-wrapper.select-wrapper select {
  margin: 0;
  font-size: 1em;
}
.tm-select-wrapper .attribute-options select,
.tm-select-wrapper.select-wrapper select {
  width: 120%;
  background: 0;
  border: 0;
}
.tm-select-wrapper .sbHolder .sbOptions,
.tm-select-wrapper.select-wrapper .sbOptions {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 30px !important;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 8px 0 4px;
  border: 1px solid #dfdbdb;
  border-top: 0;
  z-index: 100;
  max-height: none !important;
}
.tm-select-wrapper.select-wrapper .sbOptions li {
  margin-bottom: 0;
}
.tm-select-wrapper .sbHolder .sbOptions li a,
.tm-select-wrapper .sbHolder span.sbDisabled,
.tm-select-wrapper select option,
.tm-select-wrapper.select-wrapper .sbOptions li a,
.tm-select-wrapper.select-wrapper span.sbDisabled {
  font-weight: 400;
  color: #bcbbbb;
  font-size: 14px;
  display: block;
  line-height: 24px;
  padding: 0 8px;
}
.tm-select-wrapper .sbHolder .sbOptions li a:hover,
.tm-select-wrapper.select-wrapper .sbOptions li a:hover {
  background: #f4f4f4;
}
.tm-select-wrapper .sbHolder .sbOptions li span.sbDisabled,
.tm-select-wrapper.select-wrapper .sbOptions li span.sbDisabled {
  color: #ddd;
}
.tm-select-wrapper .sbHolder .sbToggle,
.tm-select-wrapper.select-wrapper .sbToggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 29px;
  background: url(../../../themes/bazar/woocommerce/images/variations-dropdown-icon.png)
    left center no-repeat;
}
.tc-extra-product-options .sbHolder .sbSelector {
  background-color: #fff;
  height: 35px;
  padding: 5px 10px;
}
.replaced-checkboxes + label.tm-epo-style:before,
.replaced-radio-buttons + label.tm-epo-style:before,
.use_images_container .replaced-checkboxes + label:before,
.use_images_container .replaced-radio-buttons + label:before {
  display: none;
}
body[data-form-style="minimal"]
  .tc-extra-product-options
  .minimal-form-input
  label {
  pointer-events: auto !important;
}
.has-options .quick-shop-wrapper .woocommerce-variation-add-to-cart {
  display: block !important;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.fullwidth-button .cart:not(.variations_form),
.fullwidth-button .woocommerce-variation-add-to-cart.variations_button,
.single-product
  div.product
  .entry-summary
  form.cart:not(.variations_form):not(.grouped_form),
.single-product div.product .single-button-wrapper,
.single-product div.product .variations_button,
.single-product div.product form.cart,
.thb-product-main-row .summary form.cart,
.woocommerce .oxy-woo-element div.product .woocommerce-variation-add-to-cart,
.woocommerce
  div.product.elementor
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
.woocommerce
  div.product.elementor
  form.cart:not(.grouped_form):not(.variations_form) {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.epo.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 9999994;
  overflow: hidden;
}
.sp-original-input-container {
  position: relative;
  display: inline-flex;
}
.sp-original-input-container input {
  margin: 0 !important;
}
.sp-original-input-container .sp-add-on {
  width: 40px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
input.spectrum.with-add-on {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.sp-original-input-container .sp-add-on .sp-colorize {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
.sp-colorize-container {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.epo.sp-container.sp-flat {
  position: relative;
}
.epo.sp-container,
.epo.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.epo .sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}
.epo .sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.epo .sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20px !important;
}
.epo .sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 100%;
  left: initial !important;
}
.epo .sp-clear-enabled .sp-hue {
  top: 15%;
  height: 85%;
}
.epo .sp-fill {
  padding-top: 80%;
}
.epo .sp-sat,
.epo .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.epo .sp-alpha-enabled .sp-top {
  margin-bottom: 28px !important;
}
.epo .sp-alpha-enabled .sp-alpha {
  display: block;
}
.epo .sp-alpha-handle {
  position: absolute;
  top: -3px;
  cursor: pointer;
  height: 16px;
  border-radius: 50%;
  width: 16px;
  margin-right: 5px;
  left: -2px;
  right: 0;
  background: #f9f9f9;
  box-shadow: 0 0 2px 0 #3a3a3a;
}
.epo .sp-alpha {
  display: none;
  position: absolute;
  bottom: -18px;
  right: 0;
  left: 0;
  height: 10px;
}
.epo .sp-alpha-inner {
  border-radius: 4px;
}
.epo .sp-clear {
  display: none;
}
.epo .sp-clear.sp-clear-display {
  background-position: center;
}
.epo .sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  cursor: pointer;
  left: initial;
  height: 12px;
  width: 12px;
}
.epo .sp-preview,
.epo.sp-container,
.epo.sp-container button,
.epo.sp-container.sp-dragging .sp-input,
.sp-alpha,
.sp-alpha-handle,
.sp-clear,
.sp-dragger,
.sp-replacer.epo,
.sp-slider {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  font: inherit;
}
.epo.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}
.epo.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}
.epo.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-palette-disabled .sp-palette-container {
  display: none;
}
.sp-initial-disabled .sp-initial {
  display: none;
}
.epo .sp-sat {
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#fff),
    to(rgba(204, 154, 129, 0))
  );
  background-image: -webkit-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
}
.epo .sp-val {
  border-radius: 4px;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    0 0,
    from(#000),
    to(rgba(204, 154, 129, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #000,
    rgba(204, 154, 129, 0)
  );
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
}
.epo .sp-hue {
  background: -moz-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: -ms-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: -o-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(red),
    color-stop(0.17, #ff0),
    color-stop(0.33, #0f0),
    color-stop(0.5, #0ff),
    color-stop(0.67, #00f),
    color-stop(0.83, #f0f),
    to(red)
  );
  background: -webkit-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: linear-gradient(
    to bottom,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
}
.epo .sp-1 {
  height: 17%;
}
.epo .sp-2 {
  height: 16%;
}
.epo .sp-3 {
  height: 17%;
}
.epo .sp-4 {
  height: 17%;
}
.epo .sp-5 {
  height: 16%;
}
.epo .sp-6 {
  height: 17%;
}
.sp-hidden {
  display: none !important;
}
.epo .sp-cf:after,
.epo .sp-cf:before {
  content: "";
  display: table;
}
.epo .sp-cf:after {
  clear: both;
}
@media (max-device-width: 480px) {
  .epo .sp-color {
    right: 40%;
  }
  .epo .sp-hue {
    left: 63%;
  }
  .epo .sp-fill {
    padding-top: 60%;
  }
}
.epo .sp-dragger {
  border-radius: 5px;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 3px;
  margin-top: 3px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  background: 0;
}
.epo .sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 16px;
  border-radius: 50%;
  width: 16px;
  left: -2px;
  background: #f9f9f9;
  box-shadow: 0 0 2px 0 #3a3a3a;
  margin-top: 8px;
  right: auto;
  border: 0;
  opacity: 1;
}
.epo.sp-container {
  display: inline-flex;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  color: #000;
  box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16),
    0 8px 16px rgba(27, 39, 51, 0.08);
}
.epo.sp-container,
.epo.sp-container button,
.epo.sp-container input,
.sp-clear,
.sp-color,
.sp-hue {
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.epo .sp-top {
  margin-bottom: 10px;
}
.epo .sp-clear,
.epo .sp-color,
.epo .sp-hue,
.epo .sp-sat,
.epo .sp-val {
  border-radius: 3px;
  border: 0;
}
.epo .sp-input-container {
  margin-top: -5px;
  float: none;
  width: auto;
}
.epo .sp-input-container.sp-cf,
.sp-button-container.sp-cf,
.sp-initial.sp-thumb.sp-cf {
  height: 25px;
}
.epo .sp-picker-container .sp-cf {
  margin-bottom: 10px;
}
.sp-palette-row-initial > span:first-child {
  cursor: pointer;
}
.epo.sp-initial-disabled .sp-input-container {
  width: 100%;
}
.epo .sp-input {
  padding: 0 5px !important;
  margin: 0;
  width: 100%;
  box-shadow: none !important;
  height: 100% !important;
  background: 0 0;
  color: #3a3a3a;
  border-radius: 2px !important;
  border: 1px solid #e0e0e0 !important;
  text-align: center;
  font-family: monospace;
  font-size: inherit !important;
}
.sp-input:focus {
  border: 1px solid orange;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.epo .sp-picker-container,
.sp-palette-container {
  position: relative;
  padding: 10px;
}
.epo .sp-picker-container {
  width: 200px;
  padding-bottom: 0;
  border: 0;
  float: none;
  margin: 0;
}
.sp-palette-container {
  border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}
.sp-palette .sp-thumb-el.sp-thumb-active,
.sp-palette .sp-thumb-el:hover {
  border-color: orange;
}
.sp-thumb-el {
  position: relative;
}
.epo .sp-initial {
  float: left;
  border: 0;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: 0;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .spe-thumb-el.sp-thumb-active {
  border-radius: 0 5px 5px 0;
}
.sp-initial .spe-thumb-el {
  border-radius: 5px 0 0 5px;
}
.sp-initial .sp-clear-display {
  background-position: center;
}
.sp-button-container {
  float: right;
}
.sp-palette-button-container {
  margin-top: 10px;
}
.sp-replacer.epo {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #aaa;
  color: #666;
  transition: border-color 0.3s;
  vertical-align: middle;
  width: 3.5rem;
  height: 2rem;
  margin: 0;
  padding: 3px;
  background: 0;
}
.sp-replacer.epo.sp-active,
.sp-replacer.epo:hover {
  border: 1px solid #666;
  color: #000;
}
.sp-replacer.epo.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}
.epo .sp-dd {
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 2px;
  line-height: 2.1rem;
  background-color: #fff;
  height: auto;
  float: none;
}
.epo .sp-preview {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  z-index: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
.epo .sp-preview-inner {
  transition: background-color 0.2s;
}
.epo .sp-preview-inner.sp-clear-display {
  display: none;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 3px;
  border: 0;
  border-radius: 3px;
}
.epo.sp-container button {
  border-radius: 3px;
  border: 0;
  background: 0 0;
  line-height: 1;
  padding: 0 8px;
  height: 25px;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #606c72;
  font-weight: 700;
}
.epo.sp-container button.sp-choose {
  background-color: #3cab3b;
  color: #fff;
  margin-left: 5px;
}
.epo.sp-container button:hover {
  opacity: 0.8;
}
.epo.sp-container button.sp-palette-toggle {
  width: 100%;
  background-color: #f3f3f3;
  margin: 0;
}
.sp-palette span.sp-thumb-active,
.sp-palette span:hover {
  border-color: #000;
}
.epo .sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.epo .sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  border-radius: 3px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABe0lEQVQokYXSsUtcQRTF4d8Jj+VhHSxkEQuLsEUKK0nhTBFTmLSSUhBCMCAWsmgIwWrBLk0akfwLCaSQKBJmtrIIISwpRFKIhViETScphGMzysMtvOVwvpm5d0bGNCuGWAOPgYdl6S8wSDn9b+bUhDHEKWAdeAFMANg+l/TV9ofcz6cjMIbYBvaBMds7QCqZ58CmpBNgPuV0DvAAIMyFGugWtJr7eTv38xEwkPRPErY7QDeG2LqFkjrAgu0dSd/KDVqSNmxvAZ8lfbS9AHRuYemnLWkv5XRVBrQMbAI/gTXgEzAJtJuwBVS2L2OIle03QA/4Lmkl5XQBXEqqbFcAVYFDYChpFngiqWf7l6TXKaezMt2Zkhk24THwG+jZriX9AFZvUAyxLbRke2D75O5zPAO+ADXwEtizjaRHwDvbTyUtppwOmicCHAJvbXcl9YA1SQDjtseA97YPRz7ATcUQp2y/kjRdevsjaTfldNrMjcDGBjXA3T96L7yvrgFzP69+0Ao/HAAAAABJRU5ErkJggg==);
}
@supports (-webkit-touch-callout: none) {
  .tmcp-field,
  .tmcp-field:focus {
    font-size: 16px !important;
  }
}

.added-to-cart-hover{opacity: 1!important; visibility: visible!important; transform: translate3d(0,0,0)!important;}