/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #ffffff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.white-popup {
  position: relative;
  background: #ffffff;
  padding: 0;
  width: auto;
  max-width: 440px;
  margin: 20px auto;
  text-align: center;
  border-radius: 20px;
  overflow: hidden; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #ffffff;
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
body {
  font-family: 'Roboto',sans-serif;
  background: #f3f3f3;
  color: #a1a1a1;
  margin: 0; }

#wrap {
  width: 100%;
  max-width: 1200px;
  margin: 25px auto 60px;
  padding: 25px 0;
  min-height: 400px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  position: relative; }

.container {
  padding: 0 90px; }

.clear {
  clear: both; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #87c23a; }

input {
  border-radius: 30px;
  background: #fbfbfb;
  border: 1px solid #e1e1e1;
  color: #666;
  padding: 0 20px;
  font-size: 15px; }

.button {
  background: #87c23a;
  color: #ffffff;
  border: none;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer; }

.loadmore {
  text-align: center;
  padding: 20px 0; }
  .loadmore.loading img {
    display: inline; }
  .loadmore img {
    display: none; }

.btn_loadmore {
  border: 2px solid #87c23a;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
  color: #87c23a;
  padding: 0 60px;
  line-height: 40px;
  height: 40px;
  display: inline-block; }

#header {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px; }
  #header b {
    color: #87c23a; }
  #header .logo {
    float: left;
    width: 50%;
    margin: 5px 0; }
    #header .logo img {
      float: left; }
    #header .logo .text {
      margin-left: 15px;
      float: left;
      margin-top: 12px; }
  #header .avatar {
    width: 50px;
    border-radius: 100%;
    overflow: hidden; }
  #header .user {
    float: right;
    position: relative; }
    #header .user a > div {
      float: left;
      margin: 0 6px;
      height: 50px;
      line-height: 50px;
      color: #999999; }
    #header .user .more {
      margin-top: 5px; }
    #header .user .more_menu {
      display: none;
      position: absolute;
      margin: 0;
      padding: 0;
      top: 50px;
      background: #fff;
      border: 1px solid #ddd;
      padding: 10px 30px;
      list-style: none;
      text-align: right;
      right: 0; }
      #header .user .more_menu.opened {
        display: block; }
      #header .user .more_menu li {
        margin: 5px 0; }
      #header .user .more_menu a {
        color: #a1a1a1;
        text-decoration: none; }

#footer {
  position: absolute;
  bottom: -30px;
  font-size: 13px;
  color: #999999;
  width: 100%; }
  #footer .left {
    float: left; }
  #footer .right {
    float: right; }
    #footer .right a {
      color: #999999;
      margin: 0 15px; }

#search {
  margin: 20px 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  #search input {
    width: 90%;
    border-radius: 40px;
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
    height: 47px;
    line-height: 47px;
    color: #cccccc;
    padding: 0 20px;
    font-size: 15px;
    float: left; }
  #search .btn_search {
    float: right; }

.error {
  font-size: 12px;
  color: #ff4c40;
  margin: 5px 0; }

#login_submit .error {
  display: block;
  text-align: center; }

.info {
  font-size: 12px;
  color: #87c23a;
  margin: 5px 0; }

.page_title {
  text-align: center;
  margin: 0 0 30px; }
  .page_title .subtitle {
    font-size: 13px;
    color: #b8b8b8; }
  .page_title h1.title {
    font-weight: 300;
    font-size: 20px;
    margin: 0;
    color: #333333; }

#singup_form p {
  margin: 5px 0; }
#singup_form h2 {
  font-weight: 300;
  margin: 5px 0 10px;
  font-size: 19px; }
#singup_form a.login {
  color: #87c23a;
  text-decoration: none;
  font-weight: bold; }
#singup_form .signup_success {
  display: none;
  padding: 30px 39px; }
#singup_form .skip {
  color: #87c23a;
  font-size: 12px;
  padding: 10px 0 5px;
  display: inline-block; }
#singup_form .form {
  padding: 0 20px; }
  #singup_form .form form {
    padding: 10px 30px; }
  #singup_form .form .form_input {
    padding: 10px 0; }
    #singup_form .form .form_input input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      box-sizing: border-box; }
    #singup_form .form .form_input small {
      font-size: 12px;
      text-align: left;
      display: block;
      margin: 5px 0; }

#content {
  min-height: 230px;
  padding-top: 30px;
  padding-bottom: 30px; }
  #content .form_input {
    padding: 10px 0; }
    #content .form_input input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      box-sizing: border-box; }
    #content .form_input small {
      font-size: 12px;
      text-align: right;
      display: block;
      margin: 5px 0; }
  #content .left {
    float: left;
    width: 40%;
    padding: 20px 5%; }
  #content .right {
    float: left;
    width: 40%;
    padding: 20px 5%; }
  #content.login {
    width: 100%;
    max-width: 440px;
    margin: 0 auto; }
  #content.account {
    font-size: 14px; }
    #content.account .formtitle {
      color: #333;
      font-weight: 500;
      margin: 30px 0; }
    #content.account .form_input input.button {
      width: 50%; }
    #content.account .desc {
      font-size: 13px;
      color: #999999;
      margin-bottom: 30px; }

h1, h2, p {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: normal; }

h1 {
  font-size: 30px;
  line-height: 36px; }

h2 {
  font-size: 22px;
  line-height: 30px; }

p {
  font-size: 12px;
  line-height: 18px; }

p.rounded {
  border-top: 1px solid #f2f2f2;
  margin: 20px; }

p.rounded span {
  display: table;
  margin: -15px auto auto auto;
  padding: 5px 10px;
  border: 1px solid #b8b8b8;
  color: #b8b8b8;
  background: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

#other-offer {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  backgroun: red; }

#other-offer .half {
  width: 46%;
  margin: 2%;
  float: left; }

#other-offer img {
  max-width: 100%;
  height: auto;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

#other-offer .button {
  width: 150px;
  padding: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #8dc542;
  background-image: url("arrow.png");
  background-position: 150px center;
  background-size: 20px;
  background-repeat: no-repeat;
  margin: 10px auto;
  display: block;
  font-family: 'Roboto',sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  text-align: left;
  transition: all 0.3s; }

#other-offer .button:hover {
  background-color: #70a22f; }

#other-offer:after {
  display: block;
  content: ' ';
  clear: both; }

#other-offer .product-info h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 24px; }

.amzn-native-container {
  margin: auto; }

#features {
  background: url(../img/feature_bg.jpg);
  background-size: cover; }
  #features .feature_item {
    width: 100%;
    max-width: 700px;
    padding: 50px 0;
    margin: auto; }
    #features .feature_item .feature_image {
      float: left;
      width: 25%;
      -webkit-box-shadow: 17px 17px 43px -23px rgba(0, 0, 0, 0.87);
      -moz-box-shadow: 17px 17px 43px -23px rgba(0, 0, 0, 0.87);
      box-shadow: 17px 17px 43px -23px rgba(0, 0, 0, 0.87);
      border-radius: 5px;
      background: #fff;
      padding: 5px; }
      #features .feature_item .feature_image img {
        border-radius: 5px; }
    #features .feature_item .feature_detail {
      float: right;
      color: #ffffff;
      width: 65%; }
      #features .feature_item .feature_detail .subtext {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold; }
      #features .feature_item .feature_detail .change {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 3px; }
      #features .feature_item .feature_detail h2 {
        margin-bottom: 4px;
        text-align: left;
        font-size: 16px;
        line-height: 23px; }
      #features .feature_item .feature_detail .note {
        font-size: 10px; }
      #features .feature_item .feature_detail a.btn_loadmore {
        margin-top: 20px;
        display: inline-block;
        color: #ffffff;
        background: #ff8c00;
        font-weight: 400;
        border-color: #ff8c00;
        border-width: 1px;
        padding: 0 30px; }

.product_list .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-bottom: 35px;
  clear: both; }
  .product_list .line:first-child {
    display: none; }

.product_grid {
  box-sizing: border-box;
  width: 225px;
  margin-left: 35px;
  margin-bottom: 35px;
  float: left;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #e5e5e5; }
  .product_grid:nth-child(5n + 2) {
    margin-left: 0; }
  .product_grid .name_button {
    background: #f9f9f9;
    padding: 20px;
    text-align: center; }
    .product_grid .name_button a.button {
      padding: 10px;
      display: block; }
      .product_grid .name_button a.button.loading {
        background: #a7a7a7;
        color: #ffffff; }
    .product_grid .name_button .name {
      height: 46px;
      padding-bottom: 30px;
      overflow: hidden;
      text-align: left; }
      .product_grid .name_button .name p {
        color: #333333;
        font-weight: 500;
        font-size: 16px;
        overflow: hidden;
        line-height: 22px;
        margin: 0; }
  .product_grid .price {
    background: #fcfcfc;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 10px;
    text-align: right;
    line-height: 50px; }
    .product_grid .price .new_price {
      color: #87c23a;
      font-weight: bold;
      font-size: 20px; }
    .product_grid .price .old_price {
      text-decoration: line-through; }
  .product_grid .img {
    position: relative;
    width: 225px;
    height: 200px; }
    .product_grid .img img {
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

.alertDetail {
  position: relative;
  background: #ffffff;
  padding: 0;
  width: auto;
  max-width: 300px;
  margin: 20px auto;
  text-align: center;
  border-radius: 20px;
  overflow: hidden; }
  .alertDetail .mfp-close {
    color: #333333; }
  .alertDetail .button {
    padding: 10px 0;
    width: 80%; }
  .alertDetail .product_grid {
    margin: 0;
    width: 100%; }
    .alertDetail .product_grid .name_button .name {
      height: auto;
      padding-bottom: 0; }
    .alertDetail .product_grid .img {
      width: 100%; }
    .alertDetail .product_grid label {
      float: left;
      font-size: 13px; }
    .alertDetail .product_grid .target_price {
      padding: 10px;
      line-height: 30px; }
      .alertDetail .product_grid .target_price input {
        border-radius: 0;
        height: 30px;
        line-height: 30px;
        width: 100px;
        float: right;
        color: #333333;
        text-align: right; }
  .alertDetail h2 {
    font-weight: 300; }
  .alertDetail .target {
    float: left; }
  .alertDetail .product_detail {
    float: right; }

.product_list .product_list_item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc; }
  .product_list .product_list_item .img {
    width: 100px;
    float: left;
    border: 1px solid #dddddd; }
  .product_list .product_list_item .amazon {
    float: left;
    width: 140px;
    padding-left: 20px; }
    .product_list .product_list_item .amazon .button {
      width: 100%;
      padding: 10px;
      text-align: center;
      margin-top: 30px;
      display: block; }
  .product_list .product_list_item .actions {
    float: right; }
    .product_list .product_list_item .actions .combutton {
      color: #fff;
      border: 1px solid #e1e1e1;
      padding: 10px;
      margin-top: 30px;
      display: inline-block;
      width: 100px;
      background: red;
      text-align: center;
      border-radius: 30px; }
      .product_list .product_list_item .actions .combutton.alertedit {
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
        border-right: none; }
      .product_list .product_list_item .actions .combutton.alertdelete {
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px; }
  .product_list .product_list_item .product_detail {
    float: left;
    width: 400px;
    margin-left: 20px; }
    .product_list .product_list_item .product_detail .name p {
      color: #333333;
      font-weight: bold;
      margin: 0;
      font-size: 15px;
      text-align: left; }
    .product_list .product_list_item .product_detail .price {
      padding: 0 10px;
      text-align: left;
      line-height: 30px; }
      .product_list .product_list_item .product_detail .price .new_price {
        color: #87c23a;
        font-weight: bold;
        font-size: 20px; }
      .product_list .product_list_item .product_detail .price .old_price {
        text-decoration: line-through; }

@media screen and (max-width: 767px) {
  #wrap {
    margin: 10px 0;
    padding: 10px 0; }

  #other-offer .half {
    width: 100%;
    margin: 10px 0; }

  #other-offer img {
    max-width: 100px;
    margin: 0 auto;
    display: block; } }
/* Chart styles */
.ct-series-a .ct-line {
  stroke: #8dc542;
  stroke-width: 5px; }

.ct-series-a .ct-point {
  stroke: #8dc542;
  stroke-width: 10px; }

.ct-label {
  font-family: 'Roboto', sans-serif; }

/*# sourceMappingURL=style.css.map */
