/* line 8, ../sass/all/base.scss */
.tac {
  text-align: center;
}

/* line 12, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase;
}

/* line 16, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 26, ../sass/all/base.scss */
.ui-pnotify {
  bottom: 70px !important;
  top: initial !important;
}

/* line 1, ../sass/news-post/news-post-top.scss */
.NewsPostTop {
  padding: 60px 0;
  text-align: center;
  color: #fff;
}
/* line 6, ../sass/news-post/news-post-top.scss */
.NewsPostTop .title {
  position: relative;
  font-weight: 600;
  font-size: 68px;
  letter-spacing: 1px;
}
/* line 13, ../sass/news-post/news-post-top.scss */
.NewsPostTop .breadcrumb {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  text-transform: uppercase;
  margin-top: 11px;
}
/* line 29, ../sass/news-post/news-post-top.scss */
.NewsPostTop .breadcrumb li {
  position: relative;
  font-size: 11px;
  font-weight: 600;
  margin: 0 4px;
  margin-bottom: 4px;
}
/* line 37, ../sass/news-post/news-post-top.scss */
.NewsPostTop .breadcrumb a {
  color: #fff;
}
/* line 40, ../sass/news-post/news-post-top.scss */
.NewsPostTop .breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 49, ../sass/news-post/news-post-top.scss */
  .NewsPostTop {
    padding: 50px 0;
  }
  /* line 52, ../sass/news-post/news-post-top.scss */
  .NewsPostTop h3 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 61, ../sass/news-post/news-post-top.scss */
  .NewsPostTop {
    padding: 40px 0;
  }
  /* line 64, ../sass/news-post/news-post-top.scss */
  .NewsPostTop .title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 73, ../sass/news-post/news-post-top.scss */
  .NewsPostTop {
    padding: 30px 0;
  }
  /* line 76, ../sass/news-post/news-post-top.scss */
  .NewsPostTop .title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 85, ../sass/news-post/news-post-top.scss */
  .NewsPostTop {
    padding: 8vmin 0;
  }
  /* line 88, ../sass/news-post/news-post-top.scss */
  .NewsPostTop .title {
    font-size: 10vmin;
  }
  /* line 92, ../sass/news-post/news-post-top.scss */
  .NewsPostTop .breadcrumb {
    margin-top: 2vmin;
  }
  /* line 95, ../sass/news-post/news-post-top.scss */
  .NewsPostTop .breadcrumb li {
    font-size: 2.4vmin;
    margin: 0 1vmin;
    margin-bottom: 1vmin;
  }
}
/* line 5, ../sass/wishlist.scss */
.WishList {
  padding: 55px 0;
}

/* line 9, ../sass/wishlist.scss */
.wl-wr {
  position: relative;
  margin-bottom: 130px;
  border-bottom: 1px solid #E6E6E6;
}

/* line 15, ../sass/wishlist.scss */
.wl-header {
  position: relative;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
}
/* line 21, ../sass/wishlist.scss */
.wl-header p {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

/* line 29, ../sass/wishlist.scss */
.wl-header-name {
  position: relative;
  width: 36%;
  margin-left: 13%;
}

/* line 35, ../sass/wishlist.scss */
.wl-header-price {
  position: relative;
  width: 13%;
}

/* line 40, ../sass/wishlist.scss */
.wl-header-status {
  position: relative;
  width: 28%;
}

/* line 45, ../sass/wishlist.scss */
.wl-empty {
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
  font-size: 18px;
}

/* line 53, ../sass/wishlist.scss */
.WishListTPL {
  position: relative;
  display: flex;
  border-bottom: 1px solid #E6E6E6;
}
/* line 58, ../sass/wishlist.scss */
.WishListTPL:nth-last-child(1) {
  border-bottom: 0;
}

/* line 63, ../sass/wishlist.scss */
.wl-tpl-remove {
  position: relative;
  display: flex;
  align-items: center;
  width: 35px;
  line-height: 30px;
  font-size: 0;
  cursor: pointer;
}
/* line 72, ../sass/wishlist.scss */
.wl-tpl-remove a, .wl-tpl-remove span {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 79, ../sass/wishlist.scss */
.wl-tpl-remove a:after, .wl-tpl-remove a:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 13px;
  height: 2px;
  display: inline-block;
  background-color: #000;
  -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
/* line 96, ../sass/wishlist.scss */
.wl-tpl-remove a:before {
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  right: 8px;
}
/* line 102, ../sass/wishlist.scss */
.wl-tpl-remove a:after {
  transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg);
  right: 8px;
}
/* line 110, ../sass/wishlist.scss */
.wl-tpl-remove a:hover:before, .wl-tpl-remove a:hover:after {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

/* line 118, ../sass/wishlist.scss */
.wl-tpl-image {
  position: relative;
  width: 25%;
  margin-left: 1%;
  height: 200px;
  display: flex;
  justify-content: center;
}
.wl-tpl-image a{
    display: block;
    height: 100%;
}

/* line 123, ../sass/wishlist.scss */
.wl-tpl-image img {
  display: block;
  height: 100%;
}
/* line 128, ../sass/wishlist.scss */
.wl-tpl-image img:hover {
  opacity: 0.8;
}

/* line 134, ../sass/wishlist.scss */
.wl-tpl-name {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 2%;
  width: 25%;
}
/* line 141, ../sass/wishlist.scss */
.wl-tpl-name p {
  font-size: 14px;
}
/* line 145, ../sass/wishlist.scss */
.wl-tpl-name a {
  color: inherit;
}
/* line 148, ../sass/wishlist.scss */
.wl-tpl-name a:hover {
  opacity: 0.8;
}

/* line 154, ../sass/wishlist.scss */
.wl-tpl-price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11%;
}
/* line 161, ../sass/wishlist.scss */
.wl-tpl-price span {
  display: none;
}
/* line 163, ../sass/wishlist.scss */
.wl-tpl-price p {
  font-size: 14px;
}

/* line 168, ../sass/wishlist.scss */
.wl-tpl-ava {
  position: relative;
  display: flex;
  align-items: center;
  width: 15%;
  margin-left: 6%;
}
/* line 175, ../sass/wishlist.scss */
.wl-tpl-ava span {
  display: none;
}
/* line 177, ../sass/wishlist.scss */
.wl-tpl-ava p {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  color: #2d2a2a;
}
/* line 183, ../sass/wishlist.scss */
/* .wl-tpl-ava p:before {
  content: '\26DF';
  margin-right: 5px;
  font-size: 18px;
} */
/* line 190, ../sass/wishlist.scss */
/* .wl-tpl-ava p.true:before {
  content: '\2713';
  color: #dd3333;
} */

/* line 198, ../sass/wishlist.scss */
.wl-tpl-buy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(33% - 35px);
}
/* line 205, ../sass/wishlist.scss */
.wl-tpl-buy .site-btn {
  background: #83b735;
  color: #fff;
  margin: 0;
  min-width: 123px;
}
/* line 212, ../sass/wishlist.scss */
.wl-tpl-buy .site-btn.notext:after, .wl-tpl-buy .site-btn.notext:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 70px;
  width: 30px;
  height: 30px;
  background: url(/img/icons8-shopping-cart2-white.svg) center center no-repeat;
  -webkit-background-size: auto 25px;
  background-size: auto 25px;
}
/* line 225, ../sass/wishlist.scss */
.wl-tpl-buy .site-btn.notext:before {
  left: 20px;
  background: url(/img/arrows_long_right_white.svg) center center no-repeat;
  -webkit-background-size: auto 35px;
  background-size: auto 35px;
}
/* line 235, ../sass/wishlist.scss */
.wl-tpl-buy .site-btn:hover {
  background: #dd3333;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 243, ../sass/wishlist.scss */
  .WishList {
    padding: 40px 0;
  }

  /* line 247, ../sass/wishlist.scss */
  .wl-wr {
    margin-bottom: 100px;
  }

  /* line 251, ../sass/wishlist.scss */
  .wl-header {
    padding-bottom: 10px;
  }
  /* line 254, ../sass/wishlist.scss */
  .wl-header p {
    font-size: 14px;
  }

  /* line 259, ../sass/wishlist.scss */
  .wl-empty {
    padding: 15px 0;
    font-size: 16px;
  }

  /* line 265, ../sass/wishlist.scss */
  .wl-tpl-name p {
    font-size: 13px;
  }

  /* line 271, ../sass/wishlist.scss */
  .wl-tpl-price p {
    font-size: 13px;
  }

  /* line 277, ../sass/wishlist.scss */
  .wl-tpl-ava p {
    font-size: 13px;
  }
  /* line 280, ../sass/wishlist.scss */
  .wl-tpl-ava p:before {
    font-size: 16px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 290, ../sass/wishlist.scss */
  .WishList {
    padding: 30px 0;
  }

  /* line 294, ../sass/wishlist.scss */
  .wl-wr {
    margin-bottom: 70px;
  }

  /* line 298, ../sass/wishlist.scss */
  .wl-header {
    padding-bottom: 10px;
  }
  /* line 301, ../sass/wishlist.scss */
  .wl-header p {
    font-size: 14px;
  }

  /* line 306, ../sass/wishlist.scss */
  .wl-header-price {
    width: 20%;
  }

  /* line 310, ../sass/wishlist.scss */
  .wl-empty {
    padding: 15px 0;
    font-size: 16px;
  }

  /* line 316, ../sass/wishlist.scss */
  .wl-tpl-name p {
    font-size: 13px;
  }

  /* line 321, ../sass/wishlist.scss */
  .wl-tpl-price {
    width: 16%;
  }
  /* line 324, ../sass/wishlist.scss */
  .wl-tpl-price p {
    font-size: 13px;
  }

  /* line 330, ../sass/wishlist.scss */
  .wl-tpl-ava p {
    font-size: 13px;
  }
  /* line 333, ../sass/wishlist.scss */
  .wl-tpl-ava p:before {
    font-size: 16px;
  }

  /* line 339, ../sass/wishlist.scss */
  .wl-tpl-buy {
    width: calc(27% - 35px);
  }
  /* line 342, ../sass/wishlist.scss */
  .wl-tpl-buy .site-btn {
    font-size: 10px;
    min-width: 110px;
  }
  /* line 347, ../sass/wishlist.scss */
  .wl-tpl-buy .site-btn.notext:after, .wl-tpl-buy .site-btn.notext:before {
    top: 9px;
    left: 65px;
    width: 24px;
    height: 24px;
    background: url(/img/icons8-shopping-cart2-white.svg) center center no-repeat;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
  }
  /* line 357, ../sass/wishlist.scss */
  .wl-tpl-buy .site-btn.notext:before {
    left: 20px;
    background: url(/img/arrows_long_right_white.svg) center center no-repeat;
    -webkit-background-size: auto 30px;
    background-size: auto 30px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 371, ../sass/wishlist.scss */
  .WishList {
    padding: 5vmin 0;
  }

  /* line 375, ../sass/wishlist.scss */
  .wl-wr {
    margin-bottom: 13vmin;
  }

  /* line 379, ../sass/wishlist.scss */
  .wl-header {
    display: none;
  }

  /* line 383, ../sass/wishlist.scss */
  .wl-empty {
    border-top: 1px solid #E6E6E6;
    padding: 4vmin 0;
    font-size: 4.4vmin;
  }

  /* line 389, ../sass/wishlist.scss */
  .WishListTPL {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 395, ../sass/wishlist.scss */
  .wl-tpl-remove {
    position: absolute;
    top: 5px;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
  }

  /* line 405, ../sass/wishlist.scss */
  .wl-tpl-image {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    margin-left: 0;
  }
  /* line 412, ../sass/wishlist.scss */
  .wl-tpl-image img {
    /* max-height: 100px; */
  }

  /* line 417, ../sass/wishlist.scss */
  .wl-tpl-name {
    margin-left: 35%;
    width: 65%;
  }
  /* line 421, ../sass/wishlist.scss */
  .wl-tpl-name p {
    font-size: 3.4vmin;
  }

  /* line 426, ../sass/wishlist.scss */
  .wl-tpl-price {
    display: block;
    width: 65%;
    margin-left: 35%;
  }
  /* line 431, ../sass/wishlist.scss */
  .wl-tpl-price span {
    display: inline-block;
    font-size: 3.4vmin;
    margin-right: 5vw;
    font-weight: 600;
    margin-top: 3vmin;
  }
  /* line 439, ../sass/wishlist.scss */
  .wl-tpl-price p {
    display: inline-block;
    font-size: 3.4vmin;
  }

  /* line 445, ../sass/wishlist.scss */
  .wl-tpl-ava {
    display: block;
    width: 65%;
    margin-left: 35%;
    margin-top: 3vmin;
  }
  /* line 451, ../sass/wishlist.scss */
  .wl-tpl-ava span {
    display: inline-block;
    font-size: 3.4vmin;
    margin-right: 5vw;
    font-weight: 600;
    margin-top: 3vmin;
  }
  /* line 459, ../sass/wishlist.scss */
  .wl-tpl-ava p {
    display: inline-block;
    font-size: 3.4vmin;
  }
  /* line 463, ../sass/wishlist.scss */
  .wl-tpl-ava p:before {
    margin-right: 1vmin;
    font-size: 4vmin;
  }

  /* line 470, ../sass/wishlist.scss */
  .wl-tpl-buy {
    display: block;
    margin-top: 3vmin;
    width: 65%;
    margin-left: 35%;
  }
}
