.tc-section {
  margin: 1.618em 0;
}
.tc-section .tc-notice {
  background: #fedb9b;
  border-radius: 4px;
  position: relative;
  padding: 1.209em 1.854em;
  margin: 0.618em 0;
  color: #CF8700;
}
.tc-section .tc-notice:before {
  background: #FDA506;
  border-radius: 4px;
  position: absolute;
  display: block;
  height: 100%;
  content: "";
  width: 5px;
  left: 0;
  top: 0;
}
.tc-section .tc-notice p {
  margin: 0;
}
.tc-section .tc-column {
  /* The switch - the box around the slider */
  /* The slider */
  /* Rounded sliders */
}
.tc-section .tc-column .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.tc-section .tc-column .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.tc-section .tc-column .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tc-section .tc-column .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tc-section .tc-column input:checked + .slider {
  background-color: #2196F3;
}
.tc-section .tc-column input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.tc-section .tc-column input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.tc-section .tc-column .slider {
  border-radius: 34px;
}
.tc-section .tc-column .slider:before {
  border-radius: 50%;
}
.tc-section .tc-tabs {
  position: relative;
  width: 100%;
}
.tc-section .tc-tabs .tc-tab {
  display: inline-block;
  padding: 15px 30px;
  cursor: pointer;
  color: black;
  float: left;
}
.tc-section .tc-tabs .tc-tab:nth-child(1) {
  background: #98DDCA;
}
.tc-section .tc-tabs .tc-tab:nth-child(2) {
  background: #D5ECC2;
}
.tc-section .tc-tabs .tc-tab:nth-child(3) {
  background: #FFD3B4;
}
.tc-section .tc-tabs .tc-tab:nth-child(4) {
  background: #FFAAA7;
}
.tc-section .tc-tabs::after {
  display: table;
  content: "";
  clear: both;
}
.tc-section .tc-visual {
  margin-bottom: 15px;
  background: #FFD3B4;
  width: 100%;
}
.tc-section .tc-visual canvas {
  box-sizing: border-box;
  object-fit: contain;
  max-width: 100%;
  display: none;
}
.tc-section .tc-visual canvas.active {
  display: inline-block;
}

.tc-shapes-repeater {
  margin-bottom: 30px;
  max-width: 400px;
}
.tc-shapes-repeater ul {
  margin: 10px 0 10px 20px;
}
.tc-shapes-repeater ul li {
  margin-bottom: 10px;
  list-style: square;
}
.tc-shapes-repeater ul li .shape-header .shape-l, .tc-shapes-repeater ul li .shape-header .shape-w {
  outline: solid #80808033 1px;
  padding: 0 0.618em;
  margin: 0 15px;
}
.tc-shapes-repeater ul li .shape-close-btn {
  border: solid 2px #d0333394;
  box-sizing: content-box;
  text-decoration: none;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 19px;
  margin-right: 5px;
  color: #d0333394;
  font-size: 12px;
  cursor: pointer;
  float: right;
  width: 19px;
  padding: 0;
}
.tc-shapes-repeater ul li .shape-close-btn:hover {
  background: #d22323a6;
  color: white;
}
.tc-shapes-repeater .tc-repeater-form {
  border: #80808055 solid 1px;
  flex-wrap: wrap;
  margin: 15px 0;
  padding: 10px;
  display: flex;
}
.tc-shapes-repeater .tc-repeater-form .tc-rform-a {
  margin-right: 15px;
  flex: auto 0 0;
}
.tc-shapes-repeater .tc-repeater-form .tc-rform-b {
  justify-content: center;
  align-items: center;
  flex: auto 1 1;
  display: flex;
}
.tc-shapes-repeater .tc-repeater-form .tc-rform-header {
  flex: 100% 0 0;
}
.tc-shapes-repeater .tc-repeater-form .rform-label {
  margin-bottom: 5px;
  display: block;
}
.tc-shapes-repeater .tc-repeater-form .rform-label .rform-prefix {
  display: inline-block;
  width: 70px;
}
.tc-shapes-repeater .tc-repeater-form .rform-label input {
  text-indent: 0.618em;
  line-height: normal;
  margin-right: 5px;
  box-shadow: none;
  padding: 5px 0;
  width: 60px;
}
.tc-shapes-repeater .tc-summary .button {
  margin-right: 1em;
}

/*# sourceMappingURL=style-product-single.css.map */
