font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:after,
*:before,
*::after,
*::before {
  box-sizing: border-box;
}
body {
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  color: #333;
}
a {
  color: #0db2db;
  text-decoration: none;
}
.hide {
  display: none;
}
.main {
  margin: 0 0 0 160px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .main {
    margin: 0 0 0 160px;
  }
}
.main-heading {
  position: relative;
  line-height: 2;
}
.mh-wrapper {
  padding: 0.5em 2em;
}
.mh-logo {
  height: 35px;
  vertical-align: middle;
  display: inline-block;
}
.mh-title {
  font-weight: 600;
  font-size: 0.9em;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.1;
  margin-top: 0.3em;
}
.hk-opt-hdr-right {
  float: right;
  padding-top: 4px;
}
.hk-opt-hdr-notif--button {
  padding: 0.3rem;
}
.hk-opt-notif--yep .hk-opt-hdr-notif--img path {
  stroke: #d4145a;
}
.hk-opt-hdr-notif--img {
  top: 1px;
  position: relative;
}
.hk-opt-hdr-notif {
  position: relative;
}
.hk-opt-hdr-right {
  float: right;
  padding-top: 4px;
}
.hk-opt-hdr-el {
  float: left;
}
.hk-opt-hdr-notif--count {
  border-radius: 5px;
  color: #fff;
  background: #444;
  font-weight: bold;
  font-size: 0.6em;
  text-align: center;
  padding: 0.2em 0.5em;
  position: absolute;
  top: 0.2em;
  left: 1.8em;
}
.container {
  min-width: 680px;
  width: 100%;
  background: #fff;
}
.mh-version {
  font-weight: normal;
  text-transform: lowercase;
  font-size: 0.7em;
}
.cd-tabs {
  position: relative;
  zoom: 1;
}
.cd-tabs:after,
.cd-tabs:before {
  content: "";
  display: table;
}
.cd-tabs:after {
  clear: both;
}
.cd-tabs.is-ended::after {
  content: "";
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: inset -2px 0 3px rgba(36, 36, 36, 0.06);
  z-index: 1;
}
.nav-tabs {
  will-change: top;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #464b50;
  padding: 4em 0 1em;
}
.cd-tabs-navigation {
  width: 160px;
  zoom: 1;
}
.cd-tabs-navigation:after,
.cd-tabs-navigation:before {
  content: "";
  display: table;
}
.cd-tabs-navigation:after {
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  font-size: 13px;
  color: #eee;
  font-weight: lighter;
  width: 160px;
  padding: 10px 8px;
  transition: border 0.4s, background 0.3s;
  border-left: 4px solid transparent;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(153, 153, 153, 0.3);
}
.cd-tabs-navigation a.selected {
  background-color: #333 !important;
  border-left: 4px solid #0db2db;
  color: #fff;
  font-weight: normal;
}
.cd-tabs-navigation a .nav-tab-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  text-align: center;
  height: 17px;
  width: 22px;
}
.cd-tabs-navigation a .nav-tab-icon svg {
  height: 16px;
}
.cd-tabs-navigation a .nav-tab-icon path,
.cd-tabs-navigation a .nav-tab-icon rect,
.cd-tabs-navigation a .nav-tab-icon polygon {
  fill: #eee !important;
}
.cd-tabs-navigation a.selected .nav-tab-icon path,
.cd-tabs-navigation a.selected .nav-tab-icon rect,
.cd-tabs-navigation a.selected .nav-tab-icon polygon {
  fill: #fff !important;
}
.cd-tabs-content {
  background: #fff;
  min-height: 480px;
}
.cd-tab {
  display: none;
  padding: 1em 2em;
}
.cd-tab.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.tc-grp-heading {
  font-size: 0.9em;
  float: left;
  padding: 0.3em 0;
  font-weight: 600;
  text-transform: uppercase;
}
.tc-grp-header-btn,
.tc-intab-btn {
  float: right;
  background: #1fa5ff;
  transition: background 0.2s;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.65em;
  padding: 0.5em 0.6em;
  border-radius: 0.3em;
}
.tc-grp-header-btn:hover,
.tc-intab-btn:hover {
  background: #23a5fcdb;
}
.tc-grp-header-btn:active,
.tc-intab-btn:active {
  background: #1992e2ed;
  padding: 0.6em 0.6em 0.4em;
}
.button-icon {
  vertical-align: middle;
  margin-top: 0.1em;
  position: relative;
}
.button-icon svg {
  height: 1.1em;
  top: 1px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.tc-header {
  font-size: 1.3em;
  border-bottom: 1px solid #ddd;
  padding: 0.2em 0;
  margin-bottom: 0.5em;
  font-weight: normal;
}
.tc-grp-list {
  margin-bottom: 0.6em;
}
.tc-grp-li {
  font-size: 0.8em;
  padding: 0.6em 0 0.6em 2em;
  position: relative;
}
.tc-grp-li:before {
  content: "";
  height: 1.7em;
  width: 1.7em;
  position: absolute;
  left: 0;
  top: 0.55em;
}
.tc-grp-li.i-inactive:before {
  background-position: 0 -24px;
}
.tc-grp-li.i-activated:before {
  background-position: 0 -1px;
}
.i-activated:before,
.i-inactive:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjIwLjgiIGhlaWdodD0iOTIuOCIgdmlld0JveD0iMCAwIDIwLjggOTIuOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zMHtvcGFjaXR5OjAuMjt9LnMxe2ZpbGw6I0ZGRjt9PC9zdHlsZT48Zz48Y2lyY2xlIGN4PSIxMC40IiBjeT0iMTAuNCIgcj0iMTAuNCIgZmlsbD0iIzIyQjU3MyIvPjxnPjxnIG9wYWNpdHk9IjAuMiI+PHBvbHlnb24gcG9pbnRzPSIxNi40IDkuNSAxNC4zIDcuNCA4LjcgMTMgNi42IDEwLjggNC41IDEzIDguNyAxNy4yIDguNyAxNy4yIDguNyAxNy4yICIvPjwvZz48Zz48Zz48cG9seWdvbiBwb2ludHM9IjE2LjQgNy42IDE0LjMgNS41IDguNyAxMS4xIDYuNiA4LjkgNC41IDExIDguNyAxNS4zIDguNyAxNS4zIDguNyAxNS4zICIgZmlsbD0iI0ZGRiIvPjwvZz48L2c+PC9nPjwvZz48Zz48Y2lyY2xlIGN4PSIxMC40IiBjeT0iMzQuNCIgcj0iMTAuNCIgZmlsbD0iI0NDQyIvPjxnPjxnIG9wYWNpdHk9IjAuMiI+PHBvbHlnb24gcG9pbnRzPSIxNi40IDMzLjUgMTQuMyAzMS40IDguNyAzNyA2LjYgMzQuOCA0LjUgMzcgOC43IDQxLjIgOC43IDQxLjIgOC43IDQxLjIgIi8+PC9nPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iMTYuNCAzMS42IDE0LjMgMjkuNSA4LjcgMzUuMSA2LjYgMzIuOSA0LjUgMzUgOC43IDM5LjMgOC43IDM5LjMgOC43IDM5LjMgIiBmaWxsPSIjRkZGIi8+PC9nPjwvZz48L2c+PC9nPjxnPjxjaXJjbGUgY3g9IjEwLjQiIGN5PSI1OC40IiByPSIxMC40IiBmaWxsPSIjRkJCMDNCIi8+PGc+PGcgb3BhY2l0eT0iMC4yIj48cGF0aCBkPSJNMTAgNjYuMmMwLTAuNSAwLjEtMC45IDAuNC0xLjIgMC4zLTAuMyAwLjctMC40IDEuMi0wLjQgMC41IDAgMC45IDAuMSAxLjIgMC40IDAuMyAwLjMgMC40IDAuNyAwLjQgMS4yIDAgMC41LTAuMSAwLjktMC40IDEuMiAtMC4zIDAuMy0wLjcgMC40LTEuMiAwLjQgLTAuNSAwLTAuOS0wLjEtMS4yLTAuNFMxMCA2Ni43IDEwIDY2LjJ6TTEyLjggNjNoLTIuM0wxMCA1My44aDMuMkwxMi44IDYzeiIvPjwvZz48Zz48Zz48cGF0aCBkPSJNOC44IDYzLjhjMC0wLjUgMC4xLTAuOSAwLjQtMS4yIDAuMy0wLjMgMC43LTAuNCAxLjItMC40IDAuNSAwIDAuOSAwLjEgMS4yIDAuNCAwLjMgMC4zIDAuNCAwLjcgMC40IDEuMiAwIDAuNS0wLjEgMC45LTAuNCAxLjIgLTAuMyAwLjMtMC43IDAuNC0xLjIgMC40IC0wLjUgMC0wLjktMC4xLTEuMi0wLjRTOC44IDY0LjMgOC44IDYzLjh6TTExLjYgNjAuNkg5LjNsLTAuNS05LjFoMy4yTDExLjYgNjAuNnoiIGZpbGw9IiNGRkYiLz48L2c+PC9nPjwvZz48L2c+PGc+PGNpcmNsZSBjeD0iMTAuNCIgY3k9IjgyLjQiIHI9IjEwLjQiIGZpbGw9IiNDMzMiLz48Zz48ZyBvcGFjaXR5PSIwLjIiPjxwb2x5Z29uIHBvaW50cz0iMTYuMiA4MS4yIDE0LjQgNzkuNSAxMS4zIDgyLjUgOC4zIDc5LjUgNi41IDgxLjIgOS42IDg0LjMgNi41IDg3LjMgOC4zIDg5LjEgMTEuMyA4Ni4xIDE0LjQgODkuMSAxNi4yIDg3LjMgMTMuMSA4NC4zICIvPjwvZz48Zz48cG9seWdvbiBwb2ludHM9IjE1LjIgNzkuNCAxMy40IDc3LjYgMTAuNCA4MC42IDcuNCA3Ny42IDUuNiA3OS40IDguNiA4Mi40IDUuNiA4NS40IDcuNCA4Ny4yIDEwLjQgODQuMiAxMy40IDg3LjIgMTUuMiA4NS40IDEyLjIgODIuNCAiIGZpbGw9IiNGRkYiLz48L2c+PC9nPjwvZz48L3N2Zz4=")
    no-repeat;
}
.tc-li-value {
  font-weight: 600;
}
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.dib {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.va-m {
  vertical-align: middle;
}
.va-t {
  vertical-align: top;
}
.va-bo {
  vertical-align: bottom;
}
.tc-li-toggle {
  top: 50%;
  position: absolute;
  margin-top: -9px;
  margin-left: 1em;
  left: 30em;
}
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  cursor: pointer;
  outline: none;
}
input.cmn-toggle-round + label {
  padding: 2px;
  width: 40px;
  height: 20px;
  background-color: #ddd;
  border-radius: 30px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 30px;
  transition: background 0.4s;
}
.wc-p_t__toggler input.cmn-toggle-round + label:before {
  background: #4ca54c;
}
input.cmn-toggle-round + label:after {
  width: 18px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
input.cmn-toggle-round + label:active:after {
  -webkit-transform: scale(1.1, 0.95);
  -ms-transform: scale(1.1, 0.95);
  transform: scale(1.1, 0.95);
  transition: margin 0.4s, -webkit-transform 0.1s;
  transition: margin 0.4s, transform 0.1s;
  transition: margin 0.4s, transform 0.1s, -webkit-transform 0.1s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 20px;
}
.input-wrapper {
  position: relative;
  display: inline-block;
}
.input-field,
.wrapper-dropdown-5 {
  margin: 0 0.1em;
}
.input-field.has-entered + .input-label,
.wrapper-dropdown-5.has-entered + .input-label,
.input-field:focus + .input-label,
.wrapper-dropdown-5:focus + .input-label {
  -webkit-transform: translate3d(0, 0, 0) scale(0.8);
  transform: translate3d(0, 0, 0) scale(0.8);
}
.input-label {
  position: absolute;
  left: 0.7em;
  top: -0.4em;
  color: #666;
  background: #fff;
  padding: 0 0.5em;
  transition: all 0.2s;
  -webkit-transform: translate3d(0, 1.1em, 0);
  transform: translate3d(0, 1.1em, 0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  text-transform: uppercase;
  font-size: 0.8rem;
  pointer-events: none;
}
.input-button {
  padding: 0.7em 1.1em;
  cursor: pointer;
  font-size: 0.9em;
  border-radius: 0.3em;
  border: 1px solid #1fa5ff;
  background: #1fa5ff;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
}
.input-button:hover {
  background: #23a5fcdb;
}
.input-button:active {
  background: #1992e2ed;
}
.hk-mod-alerts-sort .input-label {
  -webkit-transform: translate3d(0, 0, 0) scale(0.8);
  transform: translate3d(0, 0, 0) scale(0.8);
}
.es-input {
  margin: 0.7em 0 0;
  display: block;
}
.es-input .input-field {
  width: 25em;
}
.qr-img {
  margin: 1em 0 0.5em;
  text-align: center;
}
.min-drop .input-field {
  width: 190px;
}
.rupee-field:before {
  content: "\20B9";
  position: absolute;
  left: 0.6em;
  font-size: 1.1em;
  top: 0.5em;
  color: #444;
}
.rupee-field .input-field {
  padding: 0.64em 0.64em 0.64em 1.7em;
}
.rupee-field .input-label {
  left: 1.7em;
}
.es-curr-email-wrap {
  font-size: 1rem;
}
.es-curr-email {
  margin: 1em auto -1.2em;
  text-align: center;
}
.li-ft-img {
  width: 10rem;
  vertical-align: middle;
  margin-right: 0.7em;
  display: inline-block;
}
.tc-ft-li {
  margin: 0 0 0.8em;
  position: relative;
}
.tc-title {
  font-size: 1.4em;
  color: #777;
  text-align: center;
  margin: 0 0 0.9em;
  font-weight: lighter;
  text-shadow: 0 1px 0 #ebebeb;
}
.tc-content {
  line-height: 1.6;
  font-size: 0.8em;
}
.tc-subhead {
  font-size: 1.2em;
  margin: 1em 0;
  text-align: center;
  font-weight: normal;
}
.rf-icons {
  text-align: center;
}
.rf-icon {
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  margin: 0.3em;
}
.rf-icon svg {
  height: 1.625rem;
}
.rf-i-link {
  padding-top: 0.9em;
  display: block;
  height: 100%;
}
.rf-i-fb {
  background: #3a60a8;
}
.rf-i-fb:hover {
  background: #365a9d;
}
.rf-i-fb:active {
  background: #31518d;
}
.rf-i-tw {
  background: #34c8f6;
}
.rf-i-tw:hover {
  background: #29c5f6;
}
.rf-i-tw:active {
  background: #0dbef5;
}
.rf-i-gp {
  background: #ed4c3e;
}
.rf-i-gp:hover {
  background: #ec4334;
}
.rf-i-gp:active {
  background: #ea2b1a;
}
.rf-i-em {
  background: #ff9829;
}
.rf-i-em:hover {
  background: #ff931e;
}
.rf-i-em:active {
  background: #ff8501;
}
.rf-i-em .rf-i-link {
  padding-top: 1em;
}
.rf-i-em svg {
  height: 1.4em;
}
.alert-in-tab {
  float: left;
  margin: 0 2.1em;
  position: relative;
  top: 10px;
}
.hk-opt-headings {
  font-weight: bold;
  color: #444;
  font-size: 0.75em;
  margin: 10px auto;
}
.hk-opt-icons {
  height: 24px;
  vertical-align: middle;
}
.hk-opt-btn {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
input.hk-opt-input {
  width: auto;
}
.hk-alerts-ctnr .tc-grp-li {
  padding: 0.6em 0;
}
.hk-ctnr--alert {
  padding: 0.5rem 0;
}
.tc-grp-header {
  position: relative;
}
.tc-main-header {
  position: relative;
  z-index: 10;
}
.tc-main-header .hk-ctnr--alert {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: -8px;
  margin-bottom: -8px;
  position: relative;
}
.tc-grp-li-offers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.hk-opt-double {
  position: relative;
  width: 50%;
}
.hk-opt-double:first-child {
  padding-right: 0.5rem;
}
.hk-mod-alerts-search {
  font-size: 0.8em;
}
input.hk-mod-search--input {
  width: 100%;
  padding-right: 24px;
  text-transform: uppercase;
}
.hk-mod-srch--img {
  position: absolute;
  top: 4px;
  width: 17px;
  right: 13px;
}
.wrapper-dropdown-5 {
  position: relative;
  margin: 0 25px 0 auto;
  padding: 9px 7px 7.5px;
  background: #fff;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-out;
  border: 1px solid #bbb;
  text-transform: uppercase;
  font-size: 0.7em;
}
.wrapper-dropdown-5:hover {
  border-color: #888;
}
.wrapper-dropdown-5:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 5px 0 5px;
  border-style: solid;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  border-color: #555 transparent;
}
.wrapper-dropdown-5 .dropdown {
  position: absolute;
  top: 103%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 0 0 3px 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  transition: all 0.2s ease-out;
  max-height: 0;
  overflow: hidden;
}
.wrapper-dropdown-5 .dropdown li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 7px;
  border-bottom: 1px solid #e6e8ea;
  font-size: 0.9em;
}
.wrapper-dropdown-5 .dropdown li:last-of-type a {
  border: none;
}
.wrapper-dropdown-5 .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle;
}
.wrapper-dropdown-5 .dropdown li:hover a {
  color: #57a9d9;
  background: rgba(0, 0, 0, 0.05);
}
.wrapper-dropdown-5.active:after {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.wrapper-dropdown-5.active .dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
}
.hk-mod-sort--button {
  position: absolute;
  right: 0;
  top: 5px;
}
.hk-mod-sort--button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.hk-mod-sort-asc .hk-mod-sort--img {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.hk-mod-sort--img {
  width: 16px;
  position: relative;
  top: -1px;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.hk-alerts-ctnr {
  padding: 0 0.5rem;
}
.hk-alerts-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.5em 0;
}
.hk-alerts-li {
  border: 1px solid #eee;
  -webkit-flex: 0 0 177px;
  -ms-flex: 0 0 177px;
  flex: 0 0 177px;
  margin: 0 1% 1% 0;
  transition: border 0.3s;
  position: relative;
}
.hk-alerts-li:hover {
  border-color: #ccc;
}
.hk-alerts-li:hover .hk-alrt-li-mod-btn,
.hk-alerts-li:hover .hk-alrt-li-wc-btn {
  opacity: 1;
}
.hk-alerts-li:hover .hk-opt-btn {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.hk-alrt-new {
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #d25459;
  top: 15px;
  left: 10px;
  border-radius: 50%;
  display: none;
}
.hk-new-alert .hk-alrt-new {
  display: block;
}
.hk-alrt-li-link {
  color: #666;
  display: block;
  padding: 0.5em;
  background: #fff;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.hk-alrt-li-link:hover {
  color: #333;
}
.hk-alrt-wrap {
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
  -webkit-perspective: 200px;
  perspective: 200px;
}
.hk-alrt-li-img-wrap {
  height: 10.8rem;
  line-height: 10.8rem;
  text-align: center;
  margin: auto;
}
.hk-alert-li-img {
  max-width: 98%;
  max-height: 98%;
  line-height: 1.4;
  font-size: 8px;
  vertical-align: middle;
}
.hk-alrt-li-name {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.3;
  max-height: 1.95rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hk-alrt-li-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hk-alrt-li-price--label {
  font-size: 0.5rem;
  line-height: 1.2;
  margin-right: 0.5rem;
}
.hk-alrt-li-price--curr {
  margin-right: 0.5rem;
  color: #555;
}
.hk-alrt-li-price--price {
  font-size: 0.8em;
}
.hk-alrt-li-price--drop {
  padding-left: 0.8rem;
  position: relative;
  color: #f00;
}
.hk-alrt-li-price--drop:before {
  content: "";
  position: absolute;
  border-width: 0 5px 8px 5px;
  border-style: solid;
  left: 1px;
  top: 5px;
  border-color: #f00 transparent;
}
.hk-alerts-li--dropped .hk-alrt-li-price--drop {
  color: #008000;
}
.hk-alerts-li--dropped .hk-alrt-li-price--drop:before {
  border-width: 8px 5px 0 5px;
  border-color: #008000 transparent;
}
.hk-alrt-li-site {
  width: 1.7rem;
  height: 1.7rem;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 50%;
  float: right;
  margin-top: -30px;
}
.hk-alrt-li-site--img {
  width: 100%;
}
.hk-alrt-mod-btn,
.hk-alrt-wishlist-btn {
  position: absolute;
  top: 3px;
  right: 4px;
  opacity: 0.6;
  transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, filter 0.3s;
  transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s;
}
.hk-alrt-mod-btn:hover,
.hk-alrt-wishlist-btn:hover {
  opacity: 1;
}
.hk-alrt-mod-btn:active,
.hk-alrt-wishlist-btn:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.hk-alrt-mod--img {
  width: 20px;
}
.hk-alrt-mod-btn {
  top: 0.5em;
}
.hk-alrt-wishlist--img.hk-opt-icons {
  margin-right: -2px;
}
.hk-alrt-li-opt,
.hk-alrt-li-wl {
  position: absolute;
  top: -200%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
  transition: opacity 0.3s, top 0.8s, visibility 0.5s;
  opacity: 0;
}
.hk-mod-li-show--settings .hk-alrt-li-settings {
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, top 0.2s, visibility 0.2s;
}
.hk-mod-li-show--settings .hk-alrt-li-link {
  -webkit-transform: translateZ(-80px);
  transform: translateZ(-80px);
}
.hk-mod-li-show--wl .hk-alrt-li-wl {
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, top 0.2s, visibility 0.2s;
}
.hk-mod-li-show--wl .hk-alrt-li-link {
  -webkit-transform: translateZ(-80px);
  transform: translateZ(-80px);
}
.hk-alrt-li-opt-bg,
.hk-alrt-li-wl-bg {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.9;
}
.hk-alrt-li-opt-hdr {
  position: relative;
  padding: 0.1rem 0;
  z-index: 3;
}
.hk-alrt-li-opt-wrapper {
  z-index: 2;
  height: 100%;
  position: relative;
}
.hk-alrt-li-opt-wrapper .hk-alerts-ctnr {
  position: relative;
  height: 100%;
}
.hk-alrt-li-opt-hdr-title {
  text-transform: uppercase;
  font-weight: normal;
  color: #444;
  display: inline-block;
  vertical-align: middle;
}
.hk-alrt-li-opt-close,
.hk-alrt-li-wc-opt-close {
  position: absolute;
  right: 0;
  top: 0.5em;
  font-size: 1.5rem;
  color: #666;
  line-height: 0.6;
  transition: color 0.3s;
}
.hk-alrt-li-opt-close:hover,
.hk-alrt-li-wc-opt-close:hover {
  color: #000;
}
.hk-alrt-li-opt-close:active,
.hk-alrt-li-wc-opt-close:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.hk-opt-show {
  display: block;
}
.hk-alrt-li-opt-main {
  font-size: 0.7em;
  position: relative;
  height: 100%;
  margin-top: -40px;
  padding-top: 40px;
}
.hk-alrt-li-opt-mod {
  position: relative;
  margin: 1em auto;
}
.hk-alrt-li-opt-mod:before {
  font-size: 1.2em;
}
.hk-alrt-li-opt-mod .input-label {
  left: 1.7em;
  font-size: 0.7rem;
}
input.hk-alrt-li-opt-mod--input {
  width: 100%;
  padding-left: 1.7em;
}
.hk-alrt-li-opt-mod--btn {
  margin: 0.8em auto;
  width: 100%;
}
.hk-alrt-li-opt-mod--delete-btn {
  background: #cd4147;
  border: 1px solid #c5343a;
  width: 100%;
  position: absolute;
  bottom: 0.8em;
}
.hk-alrt-li-opt-mod--delete-btn:hover {
  background: #c5343a;
  color: #fff;
}
.hk-alrt-li-opt-mod--delete-btn:active {
  color: #fff;
  background: #b42f35;
}
.hk-alrt-li-mod-btn_content--addWoWl {
  width: 21px;
  height: 22px;
}
.hk-alrt-li-mod-btn_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.5em 0 0;
}
.hk-alrt-li-mod-btn,
.hk-alrt-li-wc-btn {
  cursor: pointer;
  border: none;
  box-shadow: none;
  background: none;
  width: 3.5rem;
  transition: opacity 0.3s ease-out, background 0.3s ease-out;
  width: 35px;
  height: 35px;
  padding: 0.45em;
  border-radius: 50%;
  margin: 0.2em;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hk-alrt-li-mod--wishlist-btn {
  border: 1px solid #662d91;
}
.hk-alrt-li-mod--wishlist-btn:hover {
  background: #662d91;
}
.hk-alrt-li-mod--wishlist-btn:hover svg use {
  fill: #fff;
}
.hk-alrt-li-mod--opt-btn,
.hk-alrt-li-wc--opt-btn {
  border: 1px solid #666;
}
.hk-alrt-li-mod--opt-btn:hover,
.hk-alrt-li-wc--opt-btn:hover {
  background: #666;
}
.hk-alrt-li-mod--opt-btn:hover svg use,
.hk-alrt-li-wc--opt-btn:hover svg use {
  fill: #fff;
}
.hk-tooltip {
  position: absolute;
  bottom: 100%;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  opacity: 0;
  width: 100%;
  z-index: 10;
  background-color: #464b50;
  color: #fff;
  padding: 0.8em 0.5em;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s,
    -webkit-transform 0.3s;
  visibility: hidden;
}
.hk-tooltip:after {
  content: "";
  border-width: 10px 7px 0 7px;
  border-color: #464b50 transparent;
  border-style: solid;
  top: 99%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
}
.hk-alerts-li:hover .hk-tooltip {
  visibility: visible;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  opacity: 1;
}
.hk-tooltip-content {
  font-size: 0.75em;
}
.hk-ls-val {
  font-weight: bold;
}
.hk-tt-descri {
  margin: 0.7em auto;
  font-size: 0.7em;
}
.hk-notifications {
  position: fixed;
  top: 0%;
  border-left: 1px solid #ddd;
  height: 100vh;
  width: 350px;
  bottom: 0;
  left: auto;
  right: -350px;
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hk-notifications .hk-opt-ctnr {
  padding: 0.6em;
}
.hk-notifications.hk-opt-show {
  -webkit-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}
.hk-notif-bg {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.97;
}
.hk-notif-hdr {
  position: relative;
  padding: 0.5rem 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.notif-filter {
  border: 1px solid #aaa;
  background: #f8f8f8;
  margin: 12px auto 0;
  display: inline-block;
  font-size: 0;
  border-radius: 3px;
  overflow: hidden;
}
.nk-filter {
  color: #666;
  padding: 0.3em 0.6em;
  display: inline-block;
  border-left: 1px solid #aaa;
  font-size: 0.7rem;
}
.nk-filter:first-child {
  border-left: none;
}
.nk-filter.selected {
  background: #fff;
  color: #333;
}
.hk-notif-wrapper {
  z-index: 2;
  position: relative;
}
.hk-notif-hdr-title {
  text-transform: uppercase;
  font-weight: normal;
  color: #444;
  display: inline-block;
  vertical-align: middle;
}
.hk-notif-close {
  position: absolute;
  right: 0;
  top: 0.5em;
  font-size: 1.5rem;
  color: #666;
  line-height: 0.6;
}
.hk-notif-close:hover {
  color: #000;
}
.hk-notif-main .hk-btn-link {
  font-size: 0.7em;
  float: right;
  margin: 0.3em 0;
}
.hk-notif-main .hk-btn-link:hover {
  text-decoration: underline;
}
.hk-notifs-list {
  overflow: auto;
  overflow-x: hidden;
  height: calc(100vh - 120px);
  margin-right: -5px;
}
.hk-notifs-li {
  position: relative;
}
.hk-notifs-li + .hk-notifs-li:before {
  content: "";
  position: absolute;
  top: 0;
  width: 90%;
  border-bottom: 1px solid #e5e5e5;
  left: 50%;
  margin-left: -45%;
}
.hk-notifs-li:hover .hk-notif-delete {
  opacity: 1;
}
.hk-notifs-li-link {
  display: table;
  width: 100%;
  color: #777;
  padding: 0.4em 0;
  position: relative;
}
.hk-notifs-li-link:hover {
  color: #333;
}
.hk-notif-icon {
  display: table-cell;
  padding: 0.2rem;
  vertical-align: middle;
  text-align: center;
  width: 39px;
}
.hk-notif-icon-wrap {
  height: 5rem;
  width: 5rem;
  line-height: 4.3rem;
  padding: 0.2rem;
  border: 1px solid #ddd;
  border-radius: 2px;
  overflow: hidden;
}
.hk-notif-icon--img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}
.hk-notif-txt {
  font-size: 0.7rem;
  vertical-align: middle;
  line-height: 1.4em;
  padding: 0 1.5em 0 0.5em;
  display: table-cell;
}
.hk-notif-txt b {
  font-size: 1.1em;
}
.hk-notif-delete {
  opacity: 0;
  font-size: 1.1em;
  position: absolute;
  right: 0.3rem;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #777;
}
.hk-notif-delete:hover {
  color: #333;
}
.hk-notif-delete:active {
  margin-top: 1px;
  color: #333;
}
@media (min-width: 1200px) {
  .hk-notif-close,
  .hk-opt-hdr-notif {
    display: none;
  }
  .hk-notifications {
    -webkit-transform: translate3d(-350px, 0, 0);
    transform: translate3d(-350px, 0, 0);
  }
}
.change-privacy-sel {
  margin-left: 15px;
}
.change-each-wish-name {
  padding: 0 0 0 30px;
}
.change-wl-name-btn {
  position: absolute;
  padding: 9px 4px;
  color: #fff;
  background-color: #d6d8d6;
  border: none;
}
.tiwl__add_submit {
  padding: 0.9em 0.9em;
  cursor: pointer;
  border: 1px solid #bdbbbb;
  background: #eef0f4;
  color: #999;
  text-transform: uppercase;
  height: 33px;
  text-align: center;
}
.tiwl__add_submit: hover {
  background: #e1e2e4;
}
.tiwl__add {
  font-size: 0.7em;
  color: #19a1c3;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 0.8em;
}
.tiwl__add:before {
  content: "+";
  position: absolute;
  bottom: 0;
  left: 0;
}
.tiwl__add:hover {
  color: #157bbb;
  text-decoration: underline;
}
.tag-in-wl-each {
  background: #f4f4f4;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0.2em 0 0.2em 0.6em;
  font-size: 0.7em;
  border-radius: 0.2em;
  margin: 0.5em 0.5em 0.5em 0;
}
.tag-in-wl__each__close {
  padding: 0 0.6em 0 0.6em;
  cursor: pointer;
}
.tag-in-wl__each__close:hover {
  text-decoration: underline;
}
.nothing-in-wl {
  font-size: 13px;
}
.nothing-in-wl-msg {
  color: #919191;
  padding: 10px;
}
a.add-in-empty-wl {
  padding: 5px 10px;
  background: #eef0f4;
  margin-left: 10px;
  color: #555;
}
a.add-in-empty-wl:hover {
  background: #dce2ef;
}
.wl-results {
  margin-top: 10px;
  border-top: 1px dotted #eaeaea;
}
.share-wl-btn {
  position: absolute;
  padding: 10px 14px;
  color: #fff;
  background-color: #c4c5c8;
  border: none;
  right: 135px;
  top: 5px;
}
.share-wl-btn:hover {
  background-color: #aaa;
}
.privacy_icon_list {
  position: absolute;
  top: 15px;
  height: 14px;
  width: auto;
}
.privacy_icon_dd {
  float: right;
  height: 14px;
  width: auto;
}
.each-wish-name {
  padding: 0 0 0 30px;
}
.wl-privacy-status {
  margin-top: 10px;
  color: #777;
  font-size: 13px;
}
#wishCreate-submit {
  margin-top: 5px;
  padding: 5px 10px !important;
  border-radius: 2px !important;
}
.mywish-msg div {
  margin-top: 5px;
  margin-left: 2px;
}
.share-wl-link {
  margin-top: 10px;
  margin-left: 2px;
  margin-bottom: 10px;
}
.share-wl-link a {
  border: 1px dotted #eaeaea;
  font-size: 13px;
  padding: 5px 10px;
}
.wl-each-display {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #eaeaea;
}
.each-wl-main-div {
  cursor: pointer;
  padding: 4px 8px;
  background-color: #f0f1f0;
  position: relative;
  text-align: left;
  color: #5f7f9e !important;
  border: 1px dotted #eaeaea;
  font-size: 13px;
}
.each-wl-main-div input {
  display: inline-block;
}
.added-to-wl-name {
  margin-left: 5px;
  color: #5f7f9e !important;
}
.dropdown {
  bottom: 30;
  left: 40;
}
.dropdown-content {
  padding: 4px;
  display: none;
  z-index: 10;
  position: absolute;
  background-color: #f9f9f9;
  max-height: 190px;
  width: 100%;
  overflow: scroll;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background: #f0f1f0;
}
.dropdown-content a:hover,
.each-wl-main-div:hover {
  background-color: #f7f7f7;
}
.show {
  display: block;
}
.input-button-ams {
  padding: 4px;
  cursor: pointer;
  font-size: 0.9em;
  border: 1px solid #0dadd4;
  background: #0ebde8;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-weight: 200;
}
.is-disabled {
  pointer-events: none;
  opacity: 0.5;
  outline: none;
}
.promo-time-tab {
  border: 1px solid #eaeaea;
  padding: 10px;
}
.promo-time-tab tr {
  border: 1px solid #eaeaea;
  padding: 10px 20px;
}
.promo-time-tab th {
  padding: 10px 20px;
  border: 1px solid #eaeaea;
}
.promo-time-tab td {
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #eaeaea;
}
.timing-head {
  border: 1px solid #fff !important;
  border-bottom: 1px solid #eaeaea !important;
  text-align: left !important;
}
.create-new-wl-btn {
  font-size: 12px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  background: #f7f7f7;
  border-radius: 3px;
}
.wishlist-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.wishlist-li {
  margin: 0.5em;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  cursor: pointer;
}
.wishlist-li:hover .wl-li-btn {
  background: #0ca0c5;
  border-color: #0ca0c5;
}
.wishlist-li:hover .wl-li-btn:hover {
  background: #0db2db;
  border-color: #0db2db;
}
.wishlist-li:hover .wl-li-btn:active {
  transition: none;
  background: #0b97ba;
  border-color: #0db2db;
}
.wl-li-privacy {
  position: absolute;
  left: 0.4em;
  top: 0.2em;
  display: none;
}
.wl-li-privacy .hk-opt-icons {
  height: 16px;
}
.is-private .wl-li-privacy {
  display: block;
}
.wl-dp_thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 52px;
  margin-top: -52px;
}
.wl-dp-main__img,
.wl-dp_thumb__img {
  max-width: 97%;
  max-height: 97%;
  vertical-align: middle;
}
.wl-li-wrap {
  position: relative;
  border: 1px solid #ddd;
}
.wl-dp_main {
  width: 100%;
  height: 135px;
  text-align: center;
  padding: 2px 0;
  line-height: 128px;
  margin-bottom: 52px;
}
.wl-dp_thumb__item {
  -webkit-flex: 1 0 calc(100% / 3);
  -ms-flex: 1 0 calc(100% / 3);
  flex: 1 0 calc(100% / 3);
  height: 50px;
  line-height: 42px;
  text-align: center;
  padding: 2px 0;
  border-right: 1px solid #ddd;
}
.wl-dp_thumb__item:last-child {
  border-right: 0;
}
.wl-li-name {
  text-align: center;
  font-size: 0.8rem;
  padding: 0.6em 0.4em;
  height: 52px;
}
.wl-li-btn {
  width: calc(100% - 1em);
  margin: 0 0.5em 0.8em;
  padding: 0.5em;
  font-size: 0.7em;
  background: #666;
  border-color: #444;
  transition: background 0.3s;
}
.wc-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
  z-index: 2;
  opacity: 0;
}
.wc-title-text {
  font-weight: normal;
  font-size: 1.3em;
  visibility: visible;
  display: inline-block;
}
.wc-title-text[contenteditable="true"] {
  border-bottom: 1px solid #999;
}
.wc-title-text[contenteditable="true"] ~ .wc-rename {
  display: none !important;
}
.wc-title-text[contenteditable="true"] ~ .wc-rename_done {
  display: inline-block;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.wishlist-content {
  will-change: visibility;
  position: fixed;
  top: 3em;
  left: 5em;
  right: 5em;
  bottom: 0;
  z-index: 11;
  visibility: hidden;
  transition: visibility 0.3s;
}
.wishlist-content.show-modal {
  visibility: visible;
}
.wishlist-content.show-modal .wc-bg {
  opacity: 1;
}
.wishlist-content.show-modal .wc-main {
  opacity: 1;
  -webkit-animation: showModal 0.3s both;
  animation: showModal 0.3s both;
}
.wishlist-content.hide-modal {
  visibility: hidden;
}
.wishlist-content.hide-modal .wc-main {
  opacity: 0;
  transition: opacity 0.3s 0.3s;
  -webkit-animation: hideModal 0.3s both;
  animation: hideModal 0.3s both;
}
.wc-main {
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 2em;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ddd;
}
.wc-x {
  font-size: 2em;
  position: absolute;
  right: 1em;
  z-index: 11;
  top: 0.5em;
}
.fw-normal {
  font-weight: normal;
}
.fw-lighter {
  font-weight: lighter;
}
.wc-title {
  font-size: 1.7em;
  margin-left: -1.2em;
  padding: 0 1.2em;
  position: relative;
}
.wc-title:hover .wc-rename {
  display: inline-block;
}
.wc-rename,
.wc-rename_done {
  bottom: 0.5em;
  display: none;
  font-size: 0.7rem;
  font-weight: normal;
  position: absolute;
  font-weight: bold;
  margin-left: 1em;
  padding: 0.5em 1em;
}
.wc-privacy_toggle {
  margin: 0.5em 0;
  font-size: 0.9em;
}
.wc-p_t__toggler {
  margin: 0 0.5em;
}
.wc-url {
  font-family: monospace;
  padding-right: 1em;
}
.wc-tag {
  display: inline-block;
  margin: 0.5em 0;
  font-size: 0.8rem;
  border: 1px solid #bbb;
  border-radius: 0.2em;
  padding: 0.3em 1.5em 0.3em 0.6em;
  position: relative;
  background: #eee;
}
.wc-tags_addMore {
  display: inline-block;
}
.wc-tags_addmore__input {
  display: none;
}
.wc-tags_addmore__input.show {
  display: initial;
}
.wc-tags_addmore__input.show + .wc-tags_addmore__adder {
  display: none;
}
.wc-tags_addmore__input .input-button {
  font-size: 0.72em;
  top: -1px;
  margin: 0 0.3em;
}
.wc-tag-remove {
  position: absolute;
  right: 0.2em;
  top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  width: 1em;
}
.wc-tag-remove:hover {
  text-decoration: underline;
}
.wc-main-items {
  margin: 2em 0;
}
.hk-inLi-opt-li--hasCheck {
  margin: 0.8em 0;
}
.cb-check {
  height: 1.3em;
  width: 1.3em;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-radius: 3px;
  margin-right: 0.5rem;
  position: relative;
  transition: background 0.2s;
  top: -1px;
}
.cb-check:after {
  content: "";
  height: 100%;
  width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAMAAABlXnzoAAAAJFBMVEVMaXHCwsLr6+uZmZmzs7O7u7uAgIBmZmazs7Pg4OD////19fWSkaqKAAAACnRSTlMAn+8wYI9gIJ/valr33gAAADdJREFUeNpVyUkSACAIA0FR3OD//5Uyh8Cc0pXGdsuNLkVmp8j+PTVLzJVaMfxCeCMIpmCIpmoPkeEBlf01pkgAAAAASUVORK5CYII=")
    no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: rotate(0) translate(-49%, -43%) scale(0.7);
  -ms-transform: rotate(0) translate(-49%, -43%) scale(0.7);
  transform: rotate(0) translate(-49%, -43%) scale(0.7);
}
.hk-inLi-opt-list {
  height: 14em;
  overflow: auto;
  border-bottom: 1px solid #eee;
}
.checkbox {
  padding: 0.5em 0;
  font-size: 1.2em;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox:hover .cb-check {
  border-color: #999;
  box-shadow: 0 0 0.15em 0 #999;
}
.checkbox input[type="checkbox"]:checked + .cb-check {
  background: #0db2db;
  border: 1px solid #0b97ba;
}
.checkbox input[type="checkbox"]:checked + .cb-check:after {
  opacity: 1;
}
.checkbox.disabled {
  text-decoration: line-through;
  color: #aaa;
}
.checkbox.disabled:hover .cb-check {
  border-color: #bbb;
  box-shadow: none;
}
.checkbox.disabled .cb-check {
  background: #f6f6f6;
}
.checkbox.disabled .cb-check:after {
  content: "\00d7";
  display: block;
  width: 100%;
  font-size: 2rem;
  line-height: 0.8;
  text-align: center;
  opacity: 1;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: none;
  font-weight: lighter;
  height: 100%;
}
.wc-options {
  margin: 0.8em 0 1em;
}
.wc-options .input-button {
  font-size: 0.8em;
  padding: 0.5em 1em;
}
.wc-delete {
  background: #cd4147;
  margin-left: 1em;
  border: 1px solid #c5343a;
}
.wc-delete:hover {
  background: #c5343a;
  color: #fff;
}
.wc-delete:active {
  color: #fff;
  background: #b42f35;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #999;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #bbb;
}
.cd-fade-in {
  -webkit-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.hideRight {
  -webkit-animation: hideRight 0.5s forwards;
  animation: hideRight 0.5s forwards;
  position: relative;
}
.hideScale {
  -webkit-animation: hideScale 0.5s forwards;
  animation: hideScale 0.5s forwards;
  position: relative;
  transition: all 0.5s;
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes hideScale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    left: 0;
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-flex: 0;
    flex: 0;
    border: 0;
    margin: 0;
    left: 87px;
  }
}
@keyframes hideScale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    left: 0;
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    border: 0;
    margin: 0;
    left: 87px;
  }
}
@-webkit-keyframes hideRight {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes hideRight {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes showModal {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  80% {
    -webkit-transform: translate(0, -1%);
    transform: translate(0, -1%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes showModal {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  80% {
    -webkit-transform: translate(0, -1%);
    transform: translate(0, -1%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes hideModal {
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  20% {
    -webkit-transform: translate(0, -1%);
    transform: translate(0, -1%);
  }
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes hideModal {
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  20% {
    -webkit-transform: translate(0, -1%);
    transform: translate(0, -1%);
  }
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}

.jio-bg {
  background: url(https://s3-ap-southeast-1.amazonaws.com/push-images/jio-offerbg-refPage.png);
  padding: 0 50px;
}
.jio-content {
  top: 0;
  height: calc(100vh - 51px);
  width: 100%;
  left: 0;
  background: white;
  border-left: 10px solid #bf3748;
  border-right: 10px solid #bf3748;
  padding: 0 15px;
}
.jio-heading__img {
  text-align: center;
  padding: 60px 0;
}
.offer-titles {
  font-size: 21px;
  margin: 10px 0px;
}
.offer-para {
  margin: 20px 10px;
}
.u-textAlign--center {
  text-align: center;
}
.u-padding__v-1 {
  padding: 10px;
}
.offer-list {
  padding: 0 20px;
}

.rp-modal-open {
}
.rp-modal-main {
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 100%;
  border-radius: 0.2em;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s 0s;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  z-index: 20;
  box-shadow: 0px 4px 14px 0px #26355040;
  max-height: 98%;
  overflow: auto;
}
.rp-modal-main .rp-modal-coup-code {
  margin: 0.5em 0;
}
@media (max-width: 37.5em) {
  .rp-modal-main {
    width: 95%;
  }
}
.rp-modal-x {
  position: absolute;
  right: 0.3em;
  top: -0.1em;
  font-size: 2em;
  font-weight: 300;
  color: #aaa;
  z-index: 1;
}
.rp-modal-x:hover {
  color: #777;
}
.rp-modal-body {
  position: relative;
  background: #fff;
  height: 100%;
}
.rp-modal-bg {
  background: #151515;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s 0s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
}
.rp-modal-title {
  margin: 0.3em 0;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.5em;
}
@media (max-width: 37.5em) {
  .rp-modal-title {
    margin: 0.3em 0 0.5em;
    font-size: 1.2em;
  }
}
.rp-modal-container {
  padding: 1.25em 2em 2em;
  height: 100%;
  overflow: auto;
}
@media (max-width: 37.5em) {
  .rp-modal-container {
    padding: 1.25em 1em 2em;
  }
}
.ml-has-sticky {
  padding: 1.25em 2em 4.5em;
}
@media (max-width: 37.5em) {
  .ml-has-sticky {
    padding: 1.25em 1em 4.5em;
  }
}
#modal-coup-code {
  font-weight: bold;
}
.ml-item {
  margin: 0.7em 0;
  font-size: 0.9em;
}
@media (max-width: 37.5em) {
  .ml-item {
    font-size: 0.8em;
    line-height: 1.3;
  }
}
.rp-modal-open .rp-modal-bg {
  opacity: 0.7;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.rp-show-modal {
  animation: showModal 0.3s;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0s;
}
.rp-hide-modal {
  animation: hideModal 0.3s;
}
@-moz-keyframes showModal {
  0% {
    transform: scale(0.5) translate(-50%, -50%);
  }
  45% {
    transform: scale(1.05) translate(-50%, -50%);
  }
  80% {
    transform: scale(0.95) translate(-50%, -50%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@-webkit-keyframes showModal {
  0% {
    transform: scale(0.5) translate(-50%, -50%);
  }
  45% {
    transform: scale(1.05) translate(-50%, -50%);
  }
  80% {
    transform: scale(0.95) translate(-50%, -50%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes showModal {
  0% {
    transform: scale(0.5) translate(-50%, -50%);
  }
  45% {
    transform: scale(1.05) translate(-50%, -50%);
  }
  80% {
    transform: scale(0.95) translate(-50%, -50%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@-moz-keyframes hideModal {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0.5) translate(-50%, -50%);
  }
}
@-webkit-keyframes hideModal {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0.5) translate(-50%, -50%);
  }
}
@keyframes hideModal {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0.5) translate(-50%, -50%);
  }
}

.referral__heroSection {
  flex: 1 0 300px;
}

.referral__linkSectionCopyBtn {
  border: none;
  margin-left: 10px;
  background: none;
  opacity: 0.8;
  &:hover {
    opacity: 1;
    cursor: pointer;
  }

  &:active {
    transform: translateY(1px);
    opacity: 0.6;
  }
}

.referral_shareViaButtonsWrapper {
  display: flex;
  width: fit-content;
  /* background: #1fa5ff; */
  border-radius: 8px;
}

.referral_shareViaButtonsWrapper a {
  background: #1fa5ff;
  padding: 10px 25px;
  border-right: 1px solid #00000033;
  &:hover {
    background: #23a5fcdb;
  }
}

.referral_shareViaButtonsWrapper a:first-child {
  border-radius: 8px 0 0 8px;
}

.referral_shareViaButtonsWrapper a:last-child {
  border-radius: 0 8px 8px 0;
  border-right: none;
}

#referral__shareViaEmail {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  padding: 10px 25px;
  border-radius: 8px;
  &:hover {
    background: #eaeaea;
  }
}

.referral__EarningHeader {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4px;
  border-bottom: 1px solid #cacaca;
}

.referral__viewTerms {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  color: #3ba6ff;
  cursor: pointer;
}

.referral__viewTermsLink:hover {
  text-decoration: underline;
}

/* .referral__tableWrapper {
  position: relative;
  margin: 20px 0;
  background: #f6f6f6;
  box-shadow: 0px 2px 14px 0px #00000024;
  border-radius: 4px;
  padding: 20px 50px 20px 20px;
} */

.referral__tableDistribution {
  display: none;
}

.referral_tableMinimize {
  cursor: pointer;
  position: absolute;
  right: 0;
  right: 6px;
  padding: 10px;
  top: 35px;
}

.referral__tableWrapper.showDetails .referral_tableMinimize {
  transform: rotate(180deg);
}

/* .referral__tableWrapper .referral__tableDistributionWrapper {
  display: none;
}

.referral__tableWrapper.showDetails .referral__tableDistributionWrapper {
  display: grid;
} */

.referral__tableDistribution .referral__validity {
  text-align: center;
  width: fit-content;
  padding: 2px 5px;
  font-weight: 700;
  border-radius: 4px;
  font-size: 0.9em;
  margin-top: -2px;
}

.referral__tableDistribution .referral__validity.referral__validity_success {
  color: #00aa00;
  background: #1fdc2714;
}

.referral__tableDistribution .referral__validity.referral__validity_failed {
  color: #ff6d1f;
  background: #ffe0ce;
}

#termsModal .referral_closeModalButton {
  background: #ff6d1f;
  border: #ff6d1f;
  &:hover {
    background: #ff6d1fe0;
  }
}

#referralCodeInput {
  height: 41px;
  font-size: 0.7em;
  border: solid 2px #56aadb !important;
  border-radius: 0.375rem;
  margin-right: 10px;
}
