/*======================*/
#site-header.menu-dark #header-wrapper.transparent {
  background-color: rgba(33, 33, 38, 0) !important;
}
#site-header.menu-light #header-wrapper.transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

.mm-page {
  overflow: hidden;
}

.twc-tp-wrapper {
  width: 280px;
  position: fixed;
  left: 100%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease-in-out;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease-in-out;
  z-index: 999;
}
.twc-tp-wrapper.twc-visible {
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: transform 0.5s cubic-bezier(0.4, -0.28, 0.735, 0.045);
  transition: transform 0.5s cubic-bezier(0.4, -0.28, 0.735, 0.045);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.twc-tp-wrapper #twc-tp-trigger {
  position: absolute;
  right: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  background-color: #30b9e6;
  color: #fff;
  border-right-color: transparent;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
}
.twc-tp-wrapper .twc-tp-content {
  background-color: #f4f4f9;
  border: 1px solid #f4f4f9;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-header {
  line-height: 50px;
  padding: 0px 30px;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #36353c;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body {
  font-size: 12px;
  padding: 10px 30px;
  background-color: #fff;
  color: #262628;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #ededed;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section:last-child {
  border: none;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-switch-label {
  width: 100%;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #36353c;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content {
  height: 30px;
  display: table;
  width: 220px;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-option {
  line-height: 36px;
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  width: 90px;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-option:first-child {
  text-align: left;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-option:last-of-type {
  text-align: right;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-switch {
  width: 40px;
  height: 36px;
  padding: 10px 0;
  display: table-cell;
  vertical-align: middle;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-switch.right .twc-tp-switch-bg .twc-tp-switch-body {
  -moz-transform: translate(16px, 0);
  -o-transform: translate(16px, 0);
  -ms-transform: translate(16px, 0);
  -webkit-transform: translate(16px, 0);
  transform: translate(16px, 0);
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-switch .twc-tp-switch-bg {
  width: 40px;
  height: 100%;
  background-color: #E9E9F7;
  border: 1px solid #D0D0E4;
  border-radius: 18px;
  position: relative;
  cursor: pointer;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-switch .twc-tp-switch-bg:hover .twc-tp-switch-body {
  background-color: #5dc6ea;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-switch .twc-tp-switch-bg .twc-tp-switch-body {
  position: absolute;
  left: 0;
  top: -5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #30b9e6;
  border: 1px solid #28A6D0;
  -webkit-transition: transform 0.3s ease-in-out, background-color 0.1s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.1s ease-in-out;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-width {
  display: block;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-width .twc-tp-radio {
  display: inline-block;
  float: left;
  width: 25%;
  background-color: #f4f4f9;
  border: 1px solid #DEDEF4;
  border-right-color: transparent;
  line-height: 26px;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-width .twc-tp-radio:last-child {
  border-right: 1px solid #DEDEF4;
  border-radius: 0 10px 10px 0;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-width .twc-tp-radio:first-child {
  border-radius: 10px 0 0 10px;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-width .twc-tp-radio.twc-checked {
  background-color: #30b9e6;
  border: 1px solid #28A6D0;
  color: #fff;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-width .twc-tp-radio:hover {
  background-color: #5dc6ea;
  border: 1px solid #28A6D0;
  color: #fff;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-bg {
  display: block;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-bg .twc-tp-radio-bg {
  width: 25%;
  height: 30px;
  float: left;
  padding: 5px;
  border-radius: 15px;
  border: 1px solid  transparent;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-bg .twc-tp-radio-bg.loaded {
  opacity: 1;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-bg .twc-tp-radio-bg.twc-bg-checked img {
  border: 1px solid #30b9e6;
  box-shadow: 0 0 5px 0 #30b9e6;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-body .twc-tp-section .twc-tp-section-content .twc-tp-bg .twc-tp-radio-bg img {
  width: 100%;
  height: 20px;
  background-size: cover;
  border-radius: 10px;
  cursor: pointer;
}
.twc-tp-wrapper .twc-tp-content .twc-tp-footer {
  background-color: #fff;
  border-top: 1px dashed #ededed;
  font-size: 10px;
  color: #9ca8ae;
  text-align: center;
  line-height: 1.2em;
  padding: 15px 30px;
}

@media only screen and (max-width: 768px) {
  .twc-tp-wrapper {
    display: none !important;
  }
}
