.tiki-home .box-recentlyviewed-product,.tiki-home .box-recommendation-related-product,.tiki-home .box-recommendation-related-recently-product,.tiki-home .home-carousel-top-block {
  margin-top: 40px;
  margin-bottom: 20px;
  display: none;
}

.tiki-home .box-recentlyviewed-product h2,.tiki-home .box-recentlyviewed-product h4,.tiki-home .box-recommendation-related-product h2,.tiki-home .box-recommendation-related-product h4,.tiki-home .box-recommendation-related-recently-product h2,.tiki-home .box-recommendation-related-recently-product h4,.tiki-home .home-carousel-top-block h2,.tiki-home .home-carousel-top-block h4 {
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
}

.tiki-home .spinnerCrtical {
  display: none;
}

.tiki-home .wrap {
  margin-bottom: 30px;
}

.tiki-home .wrap .banner-birthday .content {
  background-image: url(../images/birthday/background.jpg);
  width: 100%;
  height: 68px;
  margin-top: 10px;
  margin-bottom: -5px;
  position: relative;
}

.tiki-home .wrap .banner-birthday .content .btn-close-banner-birthday {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 1;
  top: 6px;
  right: 5px;
}

.tiki-home .wrap .banner-birthday .content .btn-close-banner-birthday:hover {
  opacity: .5;
}

.tiki-home .wrap .banner-birthday .content .btn-close-banner-birthday:after,.tiki-home .wrap .banner-birthday .content .btn-close-banner-birthday:before {
  position: absolute;
  left: 8px;
  content: '';
  height: 13px;
  width: 2px;
  background-color: rgba(0,0,0,.54);
  top: 3px;
}

.tiki-home .wrap .banner-birthday .content .btn-close-banner-birthday:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tiki-home .wrap .banner-birthday .content .btn-close-banner-birthday:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tiki-home .wrap .banner-birthday .content p {
  color: #000;
  padding-top: 20px;
}

.tiki-home .wrap .banner-birthday .content p a {
  text-transform: capitalize;
}

.tiki-home .wrap .banner-birthday .content p a.btn-tang-qua {
  border-radius: 4px;
  background-color: #f64683;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 98px;
  padding: 7px 0;
  text-transform: uppercase;
  margin-left: 10px;
}

.tiki-home .wrap .banner-birthday .content p a.btn-tang-qua:hover {
  background-color: #fe89b1;
}

.tiki-home .wrap #birthday-form .modal-dialog {
  width: 490px;
}

.tiki-home .wrap #birthday-form .modal-dialog .close {
  position: absolute;
  z-index: 2;
  right: -17px;
  top: -17px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
  background-color: #e2e2e2;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
  border: 1px solid #fff;
  outline: 0;
}

.tiki-home .wrap #birthday-form .modal-dialog .close i {
  line-height: 15px;
}

.tiki-home .wrap #birthday-form .modal-dialog .close i:before {
  font-size: 13px;
  font-weight: 700;
  color: #a7a7a7;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body {
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .header {
  width: 100%;
  height: 68px;
  border-radius: 6px 6px 0 0;
  background-image: url(../images/birthday/background-popup.jpg);
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .header p {
  font-size: 18px;
  padding-top: 25px;
  text-align: center;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .header p span {
  color: #5b5b5b;
  font-size: 14px;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .content p.next-time {
  text-transform: uppercase;
  background-color: #f6f7f9;
  color: #343434;
  font-size: 13px;
  font-weight: 500;
  padding: 10px;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .content ul {
  list-style: none;
  padding: 30px;
  margin: 0;
  max-height: 340px;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .content ul.scroll {
  overflow-y: scroll;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .content ul::-webkit-scrollbar-track {
  background-color: #fbfbfb;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .content ul::-webkit-scrollbar {
  width: 6px;
  background-color: #fbfbfb;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .content ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .content ul li {
  margin-bottom: 20px;
  min-height: 40px;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .content ul li span {
  text-transform: capitalize;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .content ul li:last-child {
  margin-bottom: 0;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .content ul li img {
  max-width: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .content ul li .btn-tang {
  border-radius: 4px;
  background-color: #fdd835;
  color: #4a4a4a;
  font-size: 13px;
  width: 98px;
  padding: 9px 0;
  margin-left: 10px;
  text-align: center;
  float: right;
  display: block;
  margin-top: 4px;
}

.tiki-home .wrap #birthday-form .modal-dialog .modal-body .content ul li .btn-tang:hover {
  background-color: #fae173;
}

.tiki-home .wrap .home-slideshow-root {
  padding-left: 15px;
  padding-right: 15px;
}

.tiki-home .wrap .home-slideshow {
  width: 915px;
  margin-top: 5px;
  float: right;
  height: 435px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  background: #f1f1f1;
}

.tiki-home .wrap .home-slideshow .home-slideshow-content {
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0 3px 3px 0;
}

.tiki-home .wrap .home-slideshow .home-slideshow-content .swiper-pagination {
  display: none;
  position: relative;
  bottom: auto;
  height: 20px;
  overflow: hidden;
  text-align: center;
}

.tiki-home .wrap .home-slideshow .home-slideshow-content .loader-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  overflow: hidden;
  display: none;
  border-top: 2px solid rgba(255,255,255,.6);
  border-right: 2px solid rgba(255,255,255,.6);
  border-bottom: 2px solid rgba(255,255,255,.6);
  border-left: 2px solid rgba(5,178,233,.68);
  -webkit-animation: loader-animation 1.1s infinite linear;
  animation: loader-animation 1.1s infinite linear;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-content .loader-circle:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-content .swiper-slide img {
  min-height: 100%;
  min-width: 100%;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 250px;
  overflow: visible;
  display: block;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-wrapper {
  position: relative;
  width: 100%!important;
  display: block;
  -webkit-transform: none!important;
  transform: none!important;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide {
  float: none;
  padding: 4px 10px 6px;
  border-color: #dedede;
  border-style: solid;
  border-width: 0 0 1px;
  cursor: pointer;
  position: relative;
  background: #fff;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide:first-child {
  border-radius: 3px 3px 0 0;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide:last-child {
  border-bottom: 0;
  border-radius: 0 0 3px 3px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide.active-nav,.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide:hover {
  background: #fff;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide.active-nav:after,.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide:hover:after {
  right: 100%;
  top: 44%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: transparent #fff transparent transparent;
  border-width: 11px;
  margin-top: -7px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide>.image {
  float: left;
  width: 36px;
  height: 36px;
  margin: 0 8px 0 0;
  background: #d3d2d3;
  border-radius: 4px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide>.image>img {
  width: 36px;
  border-radius: 3px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide>a {
  color: #666;
  font-weight: 500;
  display: block;
  font-size: 11px;
  width: 184px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 4px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide>span {
  font-size: 11px;
  display: block;
  margin-top: 3px;
  color: #a7a7a7;
  width: 184px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide .clearboth {
  height: 0;
  display: block;
  clear: both;
  border: none;
  padding: 0;
  margin: 0;
}

.tiki-home .wrap .home-see-all {
  text-align: left;
  border: 1px solid #ccc;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  height: 28px;
  outline-color: #ccc;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f7f7f7));
  background: linear-gradient(#fff,#f7f7f7);
  border-radius: 2px;
  margin-top: 15px;
  display: inline-block;
  line-height: 28px;
  color: #444;
}

.tiki-home .wrap .home-see-all i.fa {
  padding-left: 6px;
}

.tiki-home .wrap .home-see-all:hover {
  text-decoration: none;
  opacity: .8;
  color: #000;
}

.tiki-home .wrap .home-bestseller {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  border-bottom: 0;
  border-right: 0;
}

.tiki-home .wrap .home-bestseller .panel-heading {
  padding: 12px 14px;
  background: #fefefe;
  border-bottom-color: #eaeaea;
  border-radius: 0!important;
}

.tiki-home .wrap .home-bestseller .panel-heading h3 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.tiki-home .wrap .home-bestseller .panel-body {
  padding: 12px;
}

.tiki-home .wrap .home-bestseller a.see-all {
  display: block;
  color: #189eff;
  text-align: center;
  width: 145px;
  border: 1px solid #189eff;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  margin: 15px auto 10px;
}

.tiki-home .wrap .home-bestseller a.see-all:hover {
  color: #fff;
  background: #189eff;
  text-decoration: none;
}

.tiki-home .wrap .home-bestseller a.see-all:first-child {
  margin-top: 0;
}

.tiki-home .wrap .home-bestseller .bestseller-item {
  width: auto;
  display: block;
  padding-bottom: 0;
  margin-top: 17px;
  position: relative;
}

.tiki-home .wrap .home-bestseller .bestseller-item.no-mg {
  margin-top: 0;
}

.tiki-home .wrap .home-bestseller .bestseller-item .image {
  display: block;
  float: left;
  position: relative;
  margin: 0;
  height: 98px;
  width: 70px;
}

.tiki-home .wrap .home-bestseller .bestseller-item .image img {
  width: 70px;
}

.tiki-home .wrap .home-bestseller .bestseller-item .name {
  margin-left: 90px;
  font-size: 12px;
  margin-bottom: 10px;
}

.tiki-home .wrap .home-bestseller .bestseller-item .name a {
  color: #242424;
  font-weight: 300;
}

.tiki-home .wrap .home-bestseller .bestseller-item .name a img {
  max-height: 20px;
}

.tiki-home .wrap .home-bestseller .bestseller-item .name a:hover {
  color: #007FF0;
  text-decoration: none;
}

.tiki-home .wrap .home-bestseller .bestseller-item .rank {
  display: block;
  width: 19px;
  height: 19px;
  background: #d8d8d8;
  color: #555;
  top: -3px;
  left: -3px;
  position: absolute;
  z-index: 2;
  text-align: center;
  line-height: 19px;
  text-shadow: 1px 1px 1px #fff;
  font-weight: 700;
  border-radius: 2px;
}

.tiki-home .wrap .home-bestseller .bestseller-item .rank.rank3 {
  background: #007FF0;
  color: #fff;
  text-shadow: 1px 1px 1px #777;
}

.tiki-home .wrap .home-bestseller .bestseller-item .price {
  margin-left: 90px;
  font-size: 12px;
  color: #444;
  font-weight: 500;
  margin-bottom: 4px;
}

.tiki-home .wrap .home-bestseller .bestseller-item .price2 {
  margin-left: 90px;
  font-size: 11px;
  color: #a2a2a2;
  text-decoration: line-through;
  display: block;
}

.tiki-home .wrap .home-bestseller .bestseller-item .author {
  margin-left: 90px;
  color: #777;
  font-size: 11px;
  text-align: left;
}

.tiki-home .wrap .home-bestseller .bestseller-item:after,.tiki-home .wrap .home-bestseller .bestseller-item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-home .wrap .home-brand {
  background: #fff;
  margin: 0 10px 10px 0;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 1px #f2f2f2 inset;
  box-shadow: 0 0 0 1px #f2f2f2 inset;
  width: 260px;
}

.tiki-home .wrap .home-brand .home-brand-item {
  float: left;
  display: block;
  height: 65px;
  width: 50%;
  padding: 12px;
}

.tiki-home .wrap .home-brand .home-brand-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #444;
  text-align: left;
}

.tiki-home .wrap .home-brand .home-brand-item a.last {
  border-radius: 0 0 3px;
}

.tiki-home .wrap .home-brand .home-brand-item a:hover {
  text-decoration: none;
  color: #007FF0;
}

.tiki-home .wrap .home-brand .home-brand-item a>img {
  width: 100%;
  height: 100%;
}

.tiki-home .wrap .home-brand .home-brand-item a>img:hover {
  -webkit-filter: none;
  filter: none;
}

.tiki-home .wrap .home-brand .home-brand-item a span {
  display: block;
  padding: 14px 0;
  width: 106px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: #189eff;
}

.tiki-home .wrap .home-brand:after,.tiki-home .wrap .home-brand:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-home .wrap .home-banner-2 {
  overflow: hidden;
  margin-right: auto;
  border-radius: 0;
  width: 260px;
  display: block;
  margin-left: 0;
  margin-top: 0;
  background: #e4e4e4;
}

.tiki-home .wrap .home-banner-2 a {
  display: block;
}

.tiki-home .wrap .home-banner-2 a img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.tiki-home .wrap .home-article {
  border: 1px solid #ddd;
  padding: 13px 14px 8px;
  margin-top: 30px;
  border-radius: 4px;
}

.tiki-home .wrap .home-article h1 {
  margin: 0 0 15px;
  border-bottom: 1px solid #eee;
  font-size: 18px!important;
  padding-bottom: 10px!important;
  color: #777!important;
  font-weight: 700;
}

.tiki-home .wrap .home-article .content {
  font-size: 13px!important;
  line-height: 22px;
  color: #444;
  letter-spacing: 0;
}

.tiki-home .wrap .home-article .content>img {
  float: left;
  margin: 0 10px 0 0;
  width: 150px;
  height: auto;
}

.tiki-home .wrap .home-article .content>.text {
  margin: 0;
  padding: 0;
  color: #777;
  text-align: justify;
}

.tiki-home .wrap .home-article .content>.text a {
  color: #007FF0;
}

.tiki-home .wrap .home-article .content:after,.tiki-home .wrap .home-article .content:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-home .home-banner {
  background: #fff!important;
  width: 950px;
  margin-left: 10px;
}

.home-primary-banner>div,.tiki-home .home-banner .swiper-slide a {
  background: #e4e4e4;
  border-radius: 3px;
  overflow: hidden;
}

.tiki-home .home-banner .swiper-slide.home-slideshow-content a {
  padding-top: 32%;
}

.tiki-home .home-banner .swiper-slide a {
  display: block;
  height: 260px;
  padding-top: 0;
  position: relative;
}

.tiki-home .home-banner .swiper-slide a img.lazy.img-responsive {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tiki-home header.wrap-header .header-navigation.active>ul,.tiki-home header.wrap-header .header-navigation>ul {
  display: block;
}

.tiki-home .wrap .row-1 .col-xs-9 {
  width: 77%;
}

.tiki-home .wrap .row-1 .col-xs-3 {
  padding-left: 5px;
  width: 23%;
}

.vas-banner-wrap {
  margin: 0 -10px;
}

.vas-banner-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.vas-banner {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-top: 20px;
  height: 150px;
  overflow: hidden;
}

.vas-banner img {
  border-radius: 3px;
}

.home-primary-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.home-primary-banner .single-banner {
  width: 222px;
  height: 150px;
}

.home-primary-banner .pair-banner {
  width: 295px;
  height: 150px;
  margin-left: 20px;
}

.home-primary-banner .pair-banner:first-child {
  margin-left: 0;
}

.product-author-title h2 {
  margin-top: 30px;
}

.recently-see-all {
  font-size: 13px;
  color: #189eff;
  border: 1px solid;
  padding: 7px 16px!important;
  border-radius: 5px;
  text-decoration: none;
  text-shadow: none;
  width: auto!important;
  display: inline-block;
  margin: 20px 0;
  min-width: 200px;
}

.recently-see-all:hover {
  color: #fff;
  background: #189eff;
  border-color: #189eff;
  text-decoration: none;
}

.side-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side-banner-wrap #personalization-recommendations_for_you {
  width: 992px;
}

.side-banner-wrap #personalization-recommendations_for_you .swiper-slide {
  height: 363px!important;
}

.side-banner-wrap .side-banner {
  margin: 69px 0 20px 20px;
  border-radius: 4px;
  overflow: hidden;
  display: none;
}

.side-banner-wrap .side-banner img {
  width: 228px;
}

.social-component {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 15px;
}

.social-component-btn {
  background: #4c69ba;
  background: -webkit-gradient(linear,left top,left bottom,from(#4c69ba),to(#3b55a0));
  background: linear-gradient(#4c69ba,#3b55a0);
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  min-width: 52px;
  padding: 0 5px 0 4px;
  text-shadow: 0 -1px 0 #354c8c;
  white-space: nowrap;
}

.social-component-btn:focus,.social-component-btn:hover {
  background: #5b7bd5;
  background: -webkit-gradient(linear,left top,left bottom,from(#5b7bd5),to(#4864b1));
  background: linear-gradient(#5b7bd5,#4864b1);
  border-color: #5874c3 #4961a8 #41599f;
  -webkit-box-shadow: inset 0 0 1px #607fd6;
  box-shadow: inset 0 0 1px #607fd6;
}

.social-component-btn-like {
  background: 0 0;
}

.social-component-btn-like:focus,.social-component-btn-like:hover {
  background: 0 0;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.social-component-btn-like .fb-like {
  margin-bottom: 0!important;
  top: 0!important;
}

.social-component-btn-icon {
  display: inline-block;
  font-size: 1.49em;
  padding-right: 1px;
  vertical-align: middle;
}

.social-component-btn-text {
  display: inline-block;
  vertical-align: middle;
}

.social-component-btn-counter {
  background: #fff;
  border: 1px solid #9197a3;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  font-size: 11px;
  height: auto;
  line-height: 18px;
  margin-left: 3px;
  min-width: 15px;
  padding: 0 8px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.social-component-btn-counter-arrow {
  height: 0;
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 5px;
  z-index: 2;
}

.social-component-btn-counter-arrow i,.social-component-btn-counter-arrow s {
  border-color: transparent #9197a3;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  display: block;
  position: relative;
  top: 1px;
}

#activate-shipping-plan-popup,#shipping-plan-popup,.district-id,.mobile-app-wrapper .breadcrumb-wrap,.mobile-app-wrapper .shipping-footer,.mobile-app-wrapper .shipping-top,.mobile-app-wrapper .wrap-footer,.mobile-app-wrapper .wrap-header,.mobile-app-wrapper .wrap-top-banner,.mobile-app-wrapper .wrap-top-banner-24h,.region-id,header#header .main-nav .main-nav-wrap>ul>li>a.active:not(.no-sub):after {
  display: none;
}

.social-component-btn-counter-arrow i {
  border-right-color: #fff;
  left: 2px;
  top: -7px;
}

#tikiFriendBannerPopupCenter .modal-body {
  padding: 0;
}

#tikiFriendBannerPopupCenter .modal-content {
  border: none;
  border-radius: 0;
}

#tikiFriendBannerPopupCenter img {
  max-width: 100%;
}

#tikiFriendBannerPopupCenter .close {
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #000;
  opacity: 1;
}

@media (min-width:768px) {
  #tikiFriendBannerPopupCenter .modal-dialog {
    width: 640px;
  }
}

#redeem_all_point {
  cursor: pointer;
}

.g-preorder {
  font-size: 13px;
  color: #26bc4e;
  font-weight: 500;
  margin-top: 12px;
}

.tiki-support-ans {
  color: #090;
  font-size: 14px;
  margin-top: 5px;
}

.normal-support-ans {
  color: #AAA;
  font-size: 14px;
  margin-top: 5px;
}

.ans-content {
  font-size: 15px;
  margin-top: 5px;
  line-height: 18px;
  color: #787878;
  font-weight: 400;
}

.tiki-product .super-product .table tbody td .quantity {
  width: 80px;
}

.free_item {
  color: #090;
  font-weight: 700;
  font-size: 13px;
}

.miki-price {
  background: url(../images/logo-miki.png) 2px 5px no-repeat!important;
  background-size: 13px 10px!important;
  line-height: 20px!important;
  padding: 0 0 0 21px;
  margin-bottom: 10px;
  font-size: inherit;
}

#cancel-order-confirm-form,#cancel-order-form,#cancel-order-message {
  position: relative;
  display: none;
  width: 100%;
}

#cancel-order-confirm-form>.form-group,#cancel-order-form,#cancel-order-message {
  margin-bottom: 23px;
}

#cancel-order-confirm-form>.form-group.has-error,#cancel-order-form,#cancel-order-message {
  margin-bottom: 0;
}

#cancel-order-form>.form-group.has-error>.help-block {
  margin-left: 2px;
}

#cancel-order-form>.form-group>.help-block {
  font-size: 11px;
  margin-top: 4px;
  margin-bottom: 4px;
}

#cancel-order-form>.form-group>.help-block>a {
  color: #00aaf1;
}

.tiki-deal-header {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 17px 10px 17px 66px;
  background-size: 48px;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}

.tiki-deal-header .tikicon {
  position: absolute;
  top: 13px;
  left: 10px;
}

#deal-all-root .loader-area,.deal-item {
  position: relative;
}

.tiki-deal-header .title {
  color: #ff3d00;
  font-size: 18px;
  font-weight: 500;
}

.tiki-deal-header .text {
  font-size: 13px;
  margin-top: 3px;
  color: #4a4a4a;
}

.tiki-deal-header .fb-btn {
  display: inline-block;
  vertical-align: bottom;
  margin: -3px 0 -2px 6px;
}

#deal-all-root .block-title {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

#deal-all-root .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

#deal-all-root .flex-container .checkbox {
  margin: 13px 10px 0 0;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #4a4a4a;
  padding-left: 38px;
}

#deal-all-root .flex-container .checkbox input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

#deal-all-root .flex-container .checkbox input[type=checkbox]:checked+span.ico+.text {
  color: #4a4a4a;
}

#deal-all-root .flex-container .checkbox input[type=checkbox]+span.ico {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/check-off@2x.png);
  background-size: 24px;
  vertical-align: middle;
  color: #a6a6a6;
  margin-right: 9px;
  margin-bottom: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: -38px;
}

#deal-all-root .flex-container .checkbox input[type=checkbox]+span.tikicon {
  margin-right: 9px;
  margin-bottom: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: -38px;
}

#deal-all-root .flex-container .checkbox input[type=checkbox]:checked+span.ico {
  background-image: url(../images/check-on@2x.png);
}

#deal-all-root .flex-container .side-bar {
  width: 248px;
  min-height: 528px;
  background: #fff;
  padding: 16px;
  border-right: 1px solid #f4f4f4;
}

#deal-all-root .flex-container .product-listing .items .deal-banner img,.swiper-slide .deal-item {
  width: 100%;
}

#deal-all-root .flex-container .side-bar.show-follow {
  opacity: .5;
}

#deal-all-root .flex-container .product-listing .items .empty-result .btn-login:hover,#deal-all-root .flex-container .product-listing .items .require-login .btn-login:hover,.deal-item .btn:hover {
  opacity: .8;
}

#deal-all-root .flex-container .side-bar .head {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}

#deal-all-root .flex-container .side-bar .clear {
  font-size: 13px;
  color: #1ba8ff;
}

#deal-all-root .flex-container .side-bar .clear:hover {
  cursor: pointer;
  color: #0c96ea;
}

#deal-all-root .flex-container .side-bar .filter-category {
  list-style-type: none;
  padding: 0;
}

#deal-all-root .flex-container .product-listing {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 528px;
  background: #fff;
}

#deal-all-root .flex-container .product-listing .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ececec;
}

#deal-all-root .flex-container .product-listing .tabs .tab-item {
  margin: 0 47px -1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  padding: 24px 0;
  color: #999;
  cursor: pointer;
  white-space: nowrap;
}

#deal-all-root .flex-container .product-listing .tabs .tab-item.active,#deal-all-root .flex-container .product-listing .tabs .tab-item:hover {
  border-bottom: 2px solid #1ba8ff;
  color: #1ba8ff;
}

#deal-all-root .flex-container .product-listing .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#deal-all-root .flex-container .product-listing .items .empty-result,#deal-all-root .flex-container .product-listing .items .require-login {
  text-align: center;
  margin: 50px 0 0;
  width: 100%;
}

#deal-all-root .flex-container .product-listing .items .empty-result .btn-login,#deal-all-root .flex-container .product-listing .items .require-login .btn-login {
  font-size: 15px;
  font-weight: 400;
  background: #fdd835;
  margin-top: 10px;
  min-width: 220px;
}

#deal-all-root .list-pager {
  margin: 20px 0;
}

#deal-all-root .deal-skeleton {
  margin-bottom: 10px;
  border-radius: 5px;
  display: block;
  background-color: #f6f7f8;
  background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#f6f7f8),color-stop(20%,#edeef1),color-stop(40%,#f6f7f8),to(#f6f7f8));
  background-image: linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);
  -webkit-animation: skeleton 1.5s ease infinite forwards;
  animation: skeleton 1.5s ease infinite forwards;
  background-size: 300% 100%;
}

.tiki-home .deal-item {
  width: 20%;
}

.deal-item {
  color: #242424;
  display: inline-block;
  width: 25%;
  padding: 16px 20px;
  margin-bottom: 20px;
}

.deal-item.out-of-stock:after {
  content: "";
  width: 182px;
  height: 112px;
  display: inline-block;
  position: absolute;
  bottom: 49px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/deal/deal-out-of-stock@2x.png);
  z-index: 2;
  background-size: contain;
}

.deal-item .image {
  position: relative;
  min-height: 200px;
  padding-top: 36px;
}

.deal-item .image .discount-badge {
  width: 40px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/deal/price-tag@2x.png);
  background-size: contain;
  padding: 0;
  line-height: 31px;
  font-weight: 500;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.deal-item .image .icon,.deal-item .image .tikicon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.deal-item .title {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.54;
  color: #242424;
  overflow: hidden;
  height: 40px;
}

.deal-item .rating {
  padding: 10px 0 0;
  font-size: 12px;
  display: inline-block;
}

.deal-item .rating .rating-content {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.deal-item .rating .rating-content .star {
  font-family: icomoon;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #b8b8b8;
  text-rendering: auto;
  font-size: 12px;
}

.deal-item .rating .rating-content .star:nth-child(1) {
  margin-left: 0;
}

.deal-item .rating .rating-content .star:before {
  content: "\e924";
}

.deal-item .rating .rating-content span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.deal-item .rating .rating-content span .star {
  color: #ffc120;
}

.deal-item .rating+.review {
  margin-left: 5px;
  padding-top: 8px;
  font-size: 11px;
  color: #787878;
  display: inline-block;
}

.deal-item .price-sale {
  font-size: 15px;
  color: #242424;
  font-weight: 500;
  padding: 0;
  text-align: left;
}

.deal-item .price-sale .price-regular {
  font-size: 11px;
  color: #a2a2a2;
  text-decoration: line-through;
  text-align: left;
  font-weight: 300;
  margin-left: 8px;
  display: inline-block;
}

.deal-item .deal-status {
  color: #000;
  margin-top: 11px;
  font-weight: 300;
  min-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.deal-item .deal-status .process-bar {
  height: 18px;
  display: block;
  width: 111px;
  background: #FDDAC8;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
}

.deal-item .deal-status .process-bar .text {
  font-size: 12px;
  position: absolute;
  color: #fff;
  top: 2px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.deal-item .deal-status .process-bar div {
  min-width: 2px;
  background: #FD6E23;
  height: 100%;
}

.deal-item .deal-status .process-bar .tikicon {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
  position: absolute;
  top: 2px;
  left: 3px;
}

.deal-item .deal-status .start-at {
  font-size: 11px;
}

.deal-item .deal-status .started {
  font-size: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-weight: 400;
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.deal-item .deal-status .started>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.deal-item .deal-status .started div:nth-child(2) {
  text-align: right;
}

.deal-item .deal-status .time {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}

.deal-item .btn {
  height: 32px;
  line-height: 31px;
  border-radius: 4px;
  padding: 0;
  width: 100%;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 300;
}

.deal-item .btn.add-deal {
  background-color: #ff424e;
  color: #fff;
  display: none;
}

.deal-item .btn.deal-out {
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  text-align: left;
}

.deal-item .btn.save:before,.deal-item .btn.saved:before {
  background-size: 16px;
  background-repeat: no-repeat;
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px;
}

.deal-item .btn.save {
  background-color: #fff;
  border: 1px solid #1ba8ff;
  color: #1ba8ff;
  font-weight: 400;
}

.deal-item .btn.save:before {
  background-image: url(../images/deal/unliked.png?v=2);
}

.deal-item .btn.saved {
  background-color: #1ba8ff;
  color: #fff;
  font-weight: 400;
}

.deal-item .btn.saved:before {
  background-image: url(../images/deal/liked.png?v=2);
}

body {
  min-height: 100%;
}

.tiki-deal-header {
  margin-top: 40px;
}

.home-recently-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 4px;
}

.personal-categories a,.personal-keyword a {
  padding: 16px;
  font-size: 13px;
  border-radius: 4px;
  display: -webkit-box;
  text-align: center;
}

.personal-categories {
  position: relative;
  border-radius: 4px;
}

.personal-categories.layout-12 a {
  width: 16.67%;
}

.personal-categories .break {
  width: 100%;
}

.personal-categories a {
  width: 190px;
  height: 160px;
  background: #fff;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
  line-height: 20px;
}

.personal-categories a img {
  width: 96px;
}

.personal-categories a span {
  margin-top: 12px;
}

.personal-categories:hover .swiper-button-black {
  opacity: 1;
}

.personal-categories:hover .swiper-button-black.swiper-button-disabled {
  opacity: .5;
}

.personal-categories .swiper-button-black {
  opacity: .2;
}

.personal-keyword {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.personal-keyword a {
  width: 141px;
  line-height: 28px;
  margin-right: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 300;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.personal-keyword a span {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: initial;
  text-align: center;
}

.personal-keyword a:hover {
  opacity: .8;
}

.personal-keyword:hover .swiper-button-black {
  opacity: 1;
}

.personal-keyword:hover .swiper-button-black.swiper-button-disabled {
  opacity: .5;
}

.personal-keyword .swiper-button-black {
  opacity: .2;
}

#sticky-banner {
  position: fixed;
  left: 0;
  right: 0;
  top: 209px;
  margin: auto;
  z-index: 2;
}

#sticky-banner .large,#sticky-banner .medium {
  display: none;
}

#sticky-banner .left,#sticky-banner .sticky-screen-banner.right {
  position: absolute;
  left: -45px;
}

#sticky-banner .right {
  position: absolute;
  right: -45px;
}

@media (min-width:1360px) {
  #sticky-banner .medium {
    display: block;
  }
}

.tikinow-code {
  background-image: url(https://pipe.tikicdn.com/media/upload/2018/10/24/004c40394e6e03576a052900a2d9cc54.png);
  background-size: cover;
  position: fixed;
  width: 150px;
  height: 177px;
  padding-top: 122px;
  text-align: center;
  bottom: 10px;
  left: auto;
  right: 10px;
}

.tikinow-code .code {
  background: #ff424e;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  padding: 4px 8px;
}

@media (min-width:1580px) {
  .tikinow-code {
    right: auto;
    left: calc(50% + 640px);
  }
}

@media (min-width:1600px) {
  #sticky-banner .large {
    display: block;
  }

  #sticky-banner .medium {
    display: none;
  }

  #sticky-banner .left,#sticky-banner .sticky-screen-banner.right {
    position: absolute;
    left: -150px;
  }

  #sticky-banner .right {
    position: absolute;
    right: -150px;
  }
}

.home-global__container {
  margin-top: 40px;
}

.home-global__heading {
  padding: 16px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  margin-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-global__heading__content {
  padding-left: 10px;
}

.home-global__heading__content h3 {
  font-size: 17px;
  margin: 0;
}

.home-global__heading__content p {
  font-size: 13px;
  margin: 6px 0 0;
}

.home-global__categories {
  background: #fff;
  padding: 16px;
}

.home-global__categories a {
  display: inline-block;
  background: #fff;
  padding: 10px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  font-weight: 400;
  color: #242424;
  font-size: 13px;
}

.home-global__categories a.selected,.home-global__categories a:hover {
  background: #017fff;
  border: 1px solid #017fff;
  color: #fff;
}

.home-global__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 16px;
}

.home-global__products .product-item {
  width: 20%;
}

.home-global__all {
  text-align: center;
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: 16px;
}

.home-global__all a {
  font-size: 13px;
  color: #189eff;
  border: 1px solid;
  margin-left: 10px;
  padding: 7px 16px!important;
  border-radius: 5px;
  text-decoration: none;
  text-shadow: none;
  width: auto!important;
  display: inline-block;
  min-width: 200px;
}

.home-global__all a:hover {
  color: #fff;
  background: #189eff;
  border-color: #189eff;
  text-decoration: none;
}

.home-global__product-skeleton {
  width: calc(20% - 13px);
  height: 250px;
  background: #efefef;
  margin: 0 16px 16px 0;
  border-radius: 4px;
}

.home-global__product-skeleton:nth-child(5n) {
  margin-right: 0;
}