.pl-sn-switch .switch-title-area {
  margin-bottom: 3em;
}
.pl-sn-switch .switch-container.format-left .the-switch {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.pl-sn-switch .switch-container.format-left .switcher,
.pl-sn-switch .switch-container.format-left .switch-content {
  padding: 0 1em;
}
.pl-sn-switch .switch-container.format-left .switcher {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  text-align: right;
}
.pl-sn-switch .the-switch {
  display: inline-block;
  margin: 0 auto;
}
.pl-sn-switch .switch-select {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 2em;
}
.pl-sn-switch .switch-select .switch-selected {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.11);
}
.pl-sn-switch .switch-select .switch-selected:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.pl-sn-switch .pl-scheme-light .switch-select .switch-selected {
  border: 1px solid rgba(255, 255, 255, 0.21);
}
.pl-sn-switch .pl-scheme-light .switch-select .switch-selected:hover {
  background-color: rgba(255, 255, 255, 0.14);
}
.pl-sn-switch .the-switch.active .switch-options {
  display: block;
}
.pl-sn-switch .the-switch.active .switch-items {
  opacity: .2;
}
.pl-sn-switch .switch-selected,
.pl-sn-switch .switch-options {
  font-weight: 600;
  font-family: "Lato", Lato, "helvetica neue", helvetica, sans-serif;
}
.pl-sn-switch .switch-selected .sel-text,
.pl-sn-switch .switch-options .sel-text {
  opacity: .7;
}
.pl-sn-switch .switch-selected,
.pl-sn-switch .sw-option {
  line-height: 2em;
  padding-right: 2em;
  padding-left: 2em;
}
.pl-sn-switch .switch-selected {
  transition: all 0.1s ease-in;
}
.pl-sn-switch .switch-selected .sel-text {
  margin-left: .5em;
}
.pl-sn-switch .switch-selected .dd-icon {
  line-height: 2em;
  opacity: .2;
}
.pl-sn-switch .switch-options {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 250px;
  margin-left: -125px;
  left: 50%;
  display: none;
  background: #fff;
  color: #222;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.pl-sn-switch .switch-options .sw-option {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pl-sn-switch .switch-options .sw-option:last-child {
  border-bottom: none;
}
.pl-sn-switch .switch-options .sw-option.selected,
.pl-sn-switch .switch-options .sw-option:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.pl-sn-switch .switch-item {
  display: none;
  font-size: 1.2em;
  padding: 2em 0;
}
.pl-sn-switch .switch-item .main {
  line-height: 1;
  margin-bottom: 1em;
}
.pl-sn-switch .switch-item .main .pre {
  vertical-align: top;
  padding-top: .5em;
  display: inline-block;
  font-weight: 600;
  font-size: 1.5em;
}
.pl-sn-switch .switch-item .desc {
  opacity: .8;
  font-size: .85em;
  font-size: 16px;
  font-weight: 300;
}
.pl-sn-switch .switch-item .desc strong {
  font-weight: 500;
}
.pl-sn-switch .switch-item .title {
  font-size: 1em;
  opacity: .5;
  text-tranform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.pl-sn-switch .switch-item .value {
  font-size: 5em;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.pl-sn-switch .switch-item .price-btn {
  margin-top: 2em;
}
.pl-sn-switch .switch-item.selected {
  display: block;
}
