.cost-widget {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.active-cost-part {
  color: #f57a54;
}
.passive-cost-part {
  color: #9a9a9a;
}

.cost-widget:hover .active-cost-part,
.cost-widget.tippy-active .active-cost-part {
  color: #bc4b2a;
}
.cost-widget:hover .passive-cost-part,
.cost-widget.tippy-active .passive-cost-part {
  color: #696969;
}
/* .cost-widget.tippy-active, */
.cost-widget:active {
  text-shadow: 1px 1px 2px #969696;
}

.tippy-tooltip[data-template-id='#popover-pop'] {
  padding: 0;
  border-radius: 7px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.16);
}

.popover-container {
  padding: 30px 40px;
  margin: 0;
  text-align: left;
}

.popover-container .text-center {
  text-align: center;
}

.popover-container .row .col-6 {
  margin-bottom: 60px;
}

.popover-container .row .col-12 {
  margin-bottom: 45px;
}

.popover-container h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.popover-container .row p a {
  color: #f47a55;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.popover-container .row p a:hover,
.popover-container .row p a:focus,
.popover-container .row p a:active {
  color: #bc4b2a;
}
.popover-container .row p a:active {
  text-shadow: 1px 1px 2px #969696;
}

.popover-container .popover-symbol {
  font-size: 28px;
  font-family: 'magdelin', sans-serif !important;
  font-weight: 700;
  line-height: 1;
  margin-top: 6px;
  margin-bottom: 18px;
  color: #f47855;
}

.popover-container .popover-cost {
  font-size: 18px;
  font-family: 'magdelin', sans-serif !important;
  line-height: 1;
  color: #6d6e71;
}

.popover-container .close-thik {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  margin: 0;
  border: none;
  /* font: 14px/100% arial, sans-serif; */
  /* line-height: 1; */
  /* text-decoration: none; */
  border-radius: 50%;
  border-bottom: none;
  background-color: #f47a55;
}

.popover-container .close-thik:hover,
.popover-container .close-thik:active {
  background-color: #bc4b2a;
}

.popover-container .close-thik:focus {
  background-color: #bc4b2a;
  box-shadow: 0 6px 11px -10px #000;
}

.popover-container .close-thik:after {
  content: '×';
  /* font-size: 17px; */
  /* font-weight: 700; */

  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: unset;
  touch-action: manipulation;
  -webkit-appearance: none;
  outline: none;
  user-select: none;
  text-transform: lowercase;
  cursor: pointer;
  color: #fff;
}

.popover-container .col-sm-6 {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.page-template-template-leadlp .popover-container .row {
  display: block !important;
}
.tippy-tooltip {
  background: #fff;
}

.popover-container .row {
  display: table;
  margin: 0 auto 20px;
}
.popover-container .row:last-child {
  margin-bottom: 0;
}

.popover-container .row > div {
  display: table-row;
}
.popover-container .row > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}


/* Color Tooltip*/
#popover-pop-cover-color .popover-heading {
  font-weight: 700;
  letter-spacing: 2.8px;
  color: #6e6e71;
  text-transform: uppercase
}

#popover-pop-cover-color p.small {
  font-weight: 400;
  line-height: 20px;
  font-size: 15px
}

#popover-pop-cover-color .row {
  padding-left: 0
}

#popover-pop-cover-color .list-inline {
  text-align: center;
  gap: 15px
}


/* Start owners-manuals-collections CSS */
body .tippy-content .owners-manuals-collections {
  font-style: italic;
  color: #696969;
}

body .tippy-content .owners-manuals-collections .collections-name p{
  margin-top: 10px;
}
body .tippy-content .owners-manuals-collections .collections-name ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-bottom: 0px;
  list-style-type: none;
}
/* End Start owners-manuals-collections CSS */

@media (min-width: 768px) {
  #popover-pop-cover-color .list-inline {
      gap:18px;
  }
}

#popover-pop-cover-color .series-cold-plunge .list-inline {
  text-align: left
}

#popover-pop-cover-color .list-inline-item {
  margin: 0;
  max-width: 80px
}

@media (min-width: 1025px) {
  #popover-pop-cover-color .list-inline-item {
      max-width:94px
  }
}

#popover-pop-cover-color .list-inline-item .color-name {
  margin-top: 8px;
  text-align: left;
  line-height: 16px
}

@media (min-width: 768px) {
  #popover-pop-cover-color .list-inline-item .color-name {
      margin-top:16px;
      text-align: center;
  }
}