* {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  box-sizing: border-box;
}

.has-discount {
  position: absolute;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: #c74141;
  padding: 0 13px;
  border-top-right-radius: 10px;
}

.video {
  display: flex !important;
  justify-content: center;
}
a {
  cursor: pointer;
  color: #212121;
  /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
}

.message-container .message .content {
  text-align: left;
}

.list-review-ex {
  display: flex;
  column-gap: 15px;
  flex-wrap: wrap;
}
.item-review {
  padding: 8px;
  border: 1px solid rgb(186 184 184);
  margin-bottom: 8px;
  border-radius: 16px;
  position: relative;
}
.item-review.active {
  background-color: #d9d9d9b3;
}
.item-review .icon-close {
  position: absolute;
  top: -6px;
  right: -4px;
  cursor: pointer;
}
.item-review:hover {
  background-color: #d9d9d9;
  cursor: pointer;
}

/* #set-font-family,a,p,span,h1,h2,h3,h4,h5,div,input,del,li,ul,strong,td{
  content:  attr(data-font-family);
} */

a:hover {
  color: #1849ab;
}

body {
  background: #f7f7f7;
  font-size: 14px;
}

.products-list-page {
  padding-top: 1em;
  margin-bottom: 1em;
}

.products-list-page .mobile-tool {
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  padding: 0.5em 0;
  margin-top: -1em;
}

.mobile,
.mobile-paginate {
  display: none;
}

.products-list-page .mobile-tool span {
  color: #757575;
  font-size: 18px;
  font-weight: lighter;
}

.custom-select {
  position: relative;
  color: #333;
  z-index: 2;
}

.products-list-page .mobile-tool .custom-select .select-btn {
  padding: 0.5em;
  width: 10em;
  height: 2em;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  background: white;
  display: flex;
  /* margin-left: 10px; */
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.custom-select .options {
  transition: 0.3s;
  max-height: 0;
  margin-left: 10px;
  overflow: hidden;
  position: absolute;
  background-color: white;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  width: 100%;
  margin-left: 0px;
}

.products-list-page .mobile-tool .custom-select .options > div {
  cursor: pointer;
  padding: 0.5em;
}

.products-list-page > .row {
  width: 100%;
  justify-content: space-between;
}
.wrapper-container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 600px) {
  .container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
}

.products-list-page > .row .categories-column {
  margin-bottom: 15px;
  overflow: hidden;
  width: 250px;
}

.products-list-page > .row .categories-column .main-title {
  border-bottom: 1px solid #e4e4e4;
}

.categories-column .main-title {
  background: white;
}

.main-title {
  padding: 10px;
}

.products-list-page > .row .categories-column .main-title h3 {
  font-weight: 400;
  font-size: 18px;
  padding: 0px !important;
}

.products-list-page {
  padding-top: 1em;
  margin-bottom: 1em;
}

.products-list-page .mobile-tool {
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  padding: 0.5em 0;
  margin-top: -1em;
}

.products-list-page > .row .categories-column .column {
  /* min-height: calc(100% - 48px); */
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.categories-column .column {
  background: white;
}

.products-list-page > .row .categories-column .column > a {
  padding: 0.75em;
  padding-left: 1em;
  display: flex;
  align-items: center;
}

.home-page .categories-column .column > a div:last-of-type,
.products-list-page .categories-column .column > a div:last-of-type,
.news-list-page .categories-column .column > a div:last-of-type {
  width: calc(100% - 55px);
  max-height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-main {
  padding-bottom: 16px;
  gap: 10px;
}

.menu-main {
  padding: 0.75em;
  padding-left: 1em;
  display: flex;
}

.menu-main .list-name {
  width: 160px;
}

.products-list-page > .row .categories-column .column .image {
  width: 30px;
  margin-right: 8px;
}

.home-page .categories-column .column .image,
.products-list-page .categories-column .column .image,
.news-list-page .categories-column .column .image {
  width: 35px !important;
  margin-right: 8px;
  border-radius: 4px;
  overflow: hidden;
}

.img-nav img {
  /* position: absolute; */
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.sub-menu-1 {
  display: none;
  z-index: 999;
  margin-top: 20px;
}

.menu-main .sub-menu-1 ul {
  padding: 0;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  margin: 10px !important;
  left: 0 !important;
  top: -19px !important;
  list-style: none;
  background: #ffffff;
  position: relative;
}

.menu-main .sub-menu-1 ul li .sub-menu-1-item {
  padding: 0.75em;
  top: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 238px;
}

.products-list-page > .row .categories-column .column .image {
  width: 30px;
  margin-right: 8px;
}

.home-page .categories-column .column .image,
.products-list-page .categories-column .column .image,
.news-list-page .categories-column .column .image {
  width: 35px !important;
  margin-right: 8px;
  border-radius: 4px;
  overflow: hidden;
}

.sub-menu-1-item .image img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 3px;
}

.menu-main .list-names {
  margin-left: 10px;
}

.menu-main:hover {
  box-shadow: 0 0 4px 0 #cecece;
}

.sub-menu-1-item:hover {
  box-shadow: 0px 0px 4px 0px #cecece;
}
.products-list-page .column {
  max-height: 100% !important;
}

.products-list-page .menu-main:hover .sub-menu-1 {
  display: inline-block;
  position: absolute;
  z-index: 5;
}

.products-list-page > .row .products-list .sort-option.row .custom-select {
  border-radius: 0.25em;
  background-color: white;
}

.custom-select .select-btn {
  display: flex;
  padding: 12px;
  align-items: center;
  justify-content: space-between;
  width: 14em;
  height: 5px;
  font-size: 16px;
  border: 1px solid #b4b4b4;
  border-radius: 0;
  cursor: pointer;
}

.news-list-page {
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  min-height: calc(100vh - 5.5em);
  justify-content: space-between;
}

.news-list-page > .row {
  width: 100%;
  justify-content: space-between;
}

@media only screen and (min-width: 500px) {
  .categories-columns {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .categories-columns {
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 250px;
  }
}

@media only screen and (min-width: 1200px) {
  .home-page .categories-columns,
  .products-list-page .categories-columns,
  .news-list-page .categories-columns {
    border-radius: 0.25em;
    overflow: hidden;
    width: 250px;
  }
}

.home-page .categories-columns .column > a,
.products-list-page .categories-columns .column > a,
.news-list-page .categories-columns .column > a {
  padding: 0.5em 0.75em;
  padding-left: 1em;
  display: flex;
  align-items: center;
}

.home-page .categories-columns .column > a div:last-of-type,
.products-list-page .categories-columns .column > a div:last-of-type,
.news-list-page .categories-columns .column > a div:last-of-type {
  width: calc(100% - 55px);
  max-height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-page .categories-columns .column .image,
.products-list-page .categories-columns .column .image,
.news-list-page .categories-columns .column .image {
  width: 35px !important;
  margin-right: 8px;
  border-radius: 4px;
  overflow: hidden;
}

.home-page .categories-columns .column .image .img-container,
.products-list-page .categories-columns .column .image .img-container,
.news-list-page .categories-columns .column .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.home-page .categories-columns .column > a div:last-of-type,
.products-list-page .categories-columns .column > a div:last-of-type,
.news-list-page .categories-columns .column > a div:last-of-type {
  width: calc(100% - 55px);
  max-height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-container {
  display: block;
  position: relative;
  margin: auto;
}

.img-container img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .categories-columns .column > a:hover,
.products-list-page .categories-columns .column > a:hover,
.news-list-page .categories-columns .column > a:hover {
  box-shadow: 0 0 4px 0 #cecece;
}

.mini-tabs.row,
.row.date-picker {
  flex-wrap: wrap;
}

.mini-tabs.row p {
  padding-bottom: 8px;
}

.breadcrumbs h4 {
  font-size: 14px;
}

.breadcrumbs h4 span:hover {
  cursor: pointer;
}

.collaborator-page .container .statistic-tab .receipt-tab {
  width: 80%;
}

.collaborator-page .row > * {
  width: auto;
}

.float-end {
  float: right !important;
}

.form-select {
  display: block;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 5px;
  height: 35px;
}

.statistic-tab .balance-tab {
  flex-wrap: wrap;
}

.statistic-tab .balance-tab p {
  padding-bottom: 8px;
}

.react-google-flight-datepicker .date-picker {
  padding-right: 0 !important;
}

.collaborator-page .container .statistic-tab .balance-tab .col {
  float: left;
}

.cart-page .modal .address-card.bonus-agency .img {
  width: 30%;
}

@media only screen and (min-width: 768px) {
  .cart-page .modal .address-card.bonus-agency .img {
    width: 17%;
  }
}

@media only screen and (max-width: 767px) {
  .cart-page .modal .address-card.bonus-agency label {
    top: unset;
    bottom: 5px;
  }
  .cart-page .modal .address-card.bonus-agency .description {
    margin-bottom: 18px;
  }
}

.mini-tabs.row label,
.balance-tab label {
  padding-right: 10px;
}

.mini-tabs.row select,
.balance-tab select {
  padding-top: 2px;
  padding-bottom: 2px;
}

button,
.news-page img {
  max-width: 100%;
}

.product-info-page .detail-info img {
  max-width: 100%;
}

.page-loading {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.page-loading img {
  width: 4em;
  height: 4em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.row {
  display: flex;
}

.cancel-btn {
  background: #f57224;
  color: white;
}

.confirm-btn {
  background: #189687;
  color: white;
}

.err-msg {
  font-size: 14px;
  color: #ff6e78;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}

.modal.active {
  display: block;
}

.center {
  display: flex ;
  justify-content: center;
  align-items: center;

  z-index: 9999999;
}

.visible_discount {
  visibility: hidden;
}

.mobile,
.mobile-paginate {
  display: none;
}

.dropdown {
  /* visibility: hidden; */
  display: none;
  height: full;
  transition: 0.2s;
  z-index: 7;
  background-color: white;
  border-radius: 0.25em;
  box-shadow: 0 0 8px 0 #e4e4e4;
}

.dropdown.active {
  /* visibility: visible; */
  display: block;
}

.custom-select .options > div {
  cursor: pointer;
  padding: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}

.custom-select .options > div:hover {
  background-color: whitesmoke;
}

.desktop-paginate {
  margin: auto;
  margin-top: 1em;
  width: fit-content;
}

.desktop-paginate button {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  margin-left: 0.25em;
  margin-right: 0.25em;
  cursor: pointer;
  font-size: 16px;
  background: white;
}

.desktop-paginate button.active {
  background: #189687;
  color: white;
}

.desktop-paginate .pre-btn,
.desktop-paginate .next-btn {
  color: #757575;
}

.desktop-paginate button.disable {
  opacity: 0.5;
}

.slick-prev,
.slick-next {
  background-color: rgba(0, 0, 0, 0.2) !important;
  padding: 0.5em;
  width: 30px;
  height: 40px;
  z-index: 3;
  border-radius: 4px;
}

.slick-next {
  right: 0px;
}

.slick-prev {
  left: 0px;
}

.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 600px) {
  .desktop-paginate {
    display: none;
  }
  .mobile-paginate {
    display: flex;
    align-items: center;
    margin: auto;
    margin-bottom: 1em;
    width: fit-content;
  }
  .mobile-paginate button {
    width: 2.5em;
    height: 2.5em;
    border-radius: 100%;
    cursor: pointer;
    font-size: 16px;
    background: white;
  }
  .mobile-paginate div {
    color: #757575;
    font-size: 20px;
    margin-left: 1em;
    margin-right: 1em;
  }
  .mobile-paginate div span {
    color: #189687;
  }
  .mobile-paginate button.disable {
    opacity: 0.5;
  }
  .mobile {
    display: flex;
  }
}

.dropdown-container:hover .dropdown-info,
.dropdown-container:focus .dropdown-info {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: fit-content;
}

.dropdown-container {
  width: 200px;
  z-index: 100;
  position: relative;
}

.dropdown-container .dropdown-title {
  font-size: 14px;
  color: #0f136d;
  font-weight: 500;
  margin-left: 1em;
  cursor: pointer;
  height: 2em;
  line-height: 2em;
}

.dropdown-container .dropdown-title a {
  color: #0f136d !important;
}

.dropdown-container .dropdown-info {
  position: absolute;
  background: white;
  width: 100%;
  box-shadow: 0 0 6px 0 #afafaf;
  height: 0;
  overflow: hidden;
  z-index: 5;
}

.dropdown-container .dropdown-info div {
  padding-left: 0.5em;
  font-size: 13px;
}

.dropdown-container .dropdown-info div a {
  height: 27px;
  line-height: 27px;
  display: block;
  color: #333;
  text-decoration: none;
}

.dropdown-container .dropdown-info div:hover {
  background: #f1f1f1;
}

.dropdown-container .dropdown-info div:hover a {
  color: #0f136d;
}

.product-card {
  background: white;
  cursor: pointer;
  border-radius: 0.25em;
  overflow: hidden;
}

.product-card .image {
  position: relative;
}

.product-card .image .discount-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  color: #f57224;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: #ffe600;
  padding-top: 2px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 90%, 0 100%);
}

.product-card .image .discount-tag span {
  font-size: 13px;
  color: white;
}

.product-card .image .top-sale-tag {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 2;
  padding: 4px;
  font-size: 10px;
  color: white;
  background-color: #333;
  opacity: 0.7;
  border-radius: 2px;
}

.product-card .image .new-tag {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 4px;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #f57224;
  color: white;
  font-weight: 500;
  border-radius: 2px;
}

.product-card .image .favorite-tag {
  position: absolute;
  z-index: 2;
  right: 2px;
  bottom: 22px;
  padding: 4px;
  font-size: 10px;
  color: white;
  background-color: #333;
  opacity: 0.7;
  border-radius: 2px;
}

.product-card .image label {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  padding: 4px 8px;
  background-color: #189687;
  color: white;
  opacity: 0.9;
}

.product-card .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.product-card .name {
  font-size: 14px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #212121;
  width: 100%;
  height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card .current-price {
  color: #f57224;
  font-size: 18px;
  font-weight: 500;
}

.product-card .row {
  margin-top: 4px;
  font-size: 12px;
  color: #212121;
  align-items: center;
  justify-content: space-between;
}

.product-card .row .past-price {
  color: #757575;
  text-decoration: line-through;
  margin-right: 0.75em;
}
.product-home-5 .product-item .product-img {
  padding-top: unset !important;
}
.product-home-5 .product-item .product-img img {
  height: 220px;
  width: 100%;
  object-fit: contain !important;
}
.product-home-5 .product-item {
  min-height: 300px;
}
.product-card .row .view-count {
  font-size: 11.8px;
  color: #757575;
}

.product-card .coll-price {
  margin-top: 4px;
  font-size: 14px;
}

.product-card .coll-price span {
  font-size: 12px;
  color: #757575;
}

.product-card .coll-price label {
  font-weight: 500;
  color: deeppink;
}

.product-card:hover {
  box-shadow: 0 0 6px 0 #afafaf;
}

.blog-card {
  width: 100%;
  position: relative;
  background: white;
  cursor: pointer;
}

.blog-card .image {
  width: 100%;
}

.blog-card .image .img-container {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  margin: auto;
  height: 300px;
}

.blog-card .image .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card .blog-title {
  margin-top: 8px;
  color: #212121;
  font-size: 22px;
  height: 52px;
  font-weight: 500;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .date {
  font-size: 0.8em;
  color: #757575;
  margin-top: 4px;
  font-family: "Merriweather", sans-serif !important;
}

.blog-card .line {
  width: 100%;
  max-width: 30px;
  height: 2px;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  background-color: #e4e4e4;
}

.blog-card .blog-quote {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 40px;
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.25em;
  height: 2.5em;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #646464;
}

.old-price {
  text-decoration: line-through;
  font-size: 13px;
  color: #999;
  font-weight: normal;
}

.blog-card .blog-quote p {
  font-family: "Merriweather", sans-serif !important;
}

.blog-card:hover {
  box-shadow: 0 0 6px 0 #afafaf;
}

.box-popup-content {
  padding: 38px 50px 50px 50px;
}


.phone-popup {
  background: white;
  margin: 2em;
  border-radius: 0.5em;
  position: relative;
}

.phone-popup h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.phone-popup input {
  width: 450px;
  margin-top: 20px;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
  font-size: 24px;
  display: block;
}

.phone-popup label {
  cursor: pointer;
  color: #0a90ce;
  font-size: 14px;
}

.phone-popup .next-btn {
  width: 100%;
  background: #ff424e;
  color: white;
  font-size: 20px;
  padding: 10px;
  margin-top: 20px;
  border-radius: 4px;
}

@media only screen and (max-width: 600px) {
  .hidden-mobile {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .phone-popup .next-btn {
    width: 70%;
  }
}

@media only screen and (max-width: 600px) {
  .custom-select .options {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .phone-popup input {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    font-size: 17px;
  }
}

.phone-popup .next-btn:hover {
  background: #ff6e78;
}

.phone-popup .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  border-radius: 100%;
  font-size: 20px;
  color: #757575;
}

.phone-popup p {
  color: #0f136d;
  display: block;
  margin: auto;
  width: fit-content;
  font-size: 14px;
  margin-top: 20px;
  cursor: pointer;
}

.login-popup {
  background: white;
  padding: 2em;
  border-radius: 0.5em;
  position: relative;
}

.login-popup h4 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.login-popup span {
  font-weight: 500;
}

.login-popup input {
  width: 450px;
  margin-top: 20px;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
  font-size: 16px;
  display: block;
}

.login-popup label {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
  cursor: pointer;
  width: fit-content;
}

.login-popup .next-btn {
  width: 100%;
  background: #ff424e;
  color: white;
  font-size: 20px;
  padding: 10px;
  margin-top: 8px;
  border-radius: 4px;
}

.login-popup .next-btn:hover {
  background: #ff6e78;
}

.login-popup .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  border-radius: 100%;
  font-size: 20px;
  color: #757575;
}

.login-popup .back-btn {
  position: absolute;
  left: 32px;
  top: 20px;
  font-size: 20px;
  color: #757575;
  padding-right: 1em;
}

.login-popup p {
  text-align: center;
  color: #ff6e78;
  font-size: 14px;
  margin-top: 8px;
}

.email-login-popup {
  background: white;
  padding: 2em;
  border-radius: 0.5em;
  position: relative;
}

.email-login-popup h4 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.email-login-popup span {
  font-weight: 500;
}

.email-login-popup input {
  width: 400px;
  margin-top: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 0.25em;
  padding: 10px 10px;
  font-size: 16px;
  display: block;
}

.email-login-popup label {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
  cursor: pointer;
  width: fit-content;
}

.email-login-popup .next-btn {
  width: 100%;
  background: #ff424e;
  color: white;
  font-size: 20px;
  padding: 10px;
  margin-top: 16px;
  border-radius: 4px;
}

.email-login-popup .next-btn:hover {
  background: #ff6e78;
}

.email-login-popup .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  border-radius: 100%;
  font-size: 20px;
  color: #757575;
}

.email-login-popup .back-btn {
  position: absolute;
  left: 32px;
  top: 20px;
  font-size: 20px;
  color: #757575;
  padding-right: 1em;
}

.email-login-popup p {
  text-align: center;
  color: #ff6e78;
  font-size: 14px;
  margin-top: 8px;
}

.forgot-pass-popup {
  background: white;
  padding: 2em;
  border-radius: 0.5em;
  position: relative;
}

.forgot-pass-popup h4 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.forgot-pass-popup span {
  font-weight: 500;
}

.forgot-pass-popup input {
  width: 450px;
  margin-top: 0.5em;
  border: 1px solid #e4e4e4;
  border-radius: 0.25em;
  padding: 10px 0;
  padding-left: 0.5em;
  font-size: 16px;
  display: block;
}

.forgot-pass-popup label {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
  cursor: pointer;
  width: fit-content;
}

.forgot-pass-popup .next-btn {
  width: 100%;
  background: #ff424e;
  color: white;
  font-size: 20px;
  padding: 10px;
  margin-top: 8px;
  border-radius: 4px;
}

.forgot-pass-popup .next-btn:hover {
  background: #ff6e78;
}

.forgot-pass-popup .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  border-radius: 100%;
  font-size: 20px;
  color: #757575;
}

.forgot-pass-popup .back-btn {
  position: absolute;
  left: 32px;
  top: 20px;
  font-size: 20px;
  color: #757575;
  padding-right: 1em;
}

.forgot-pass-popup p {
  text-align: center;
  color: #ff6e78;
  font-size: 14px;
  margin-top: 8px;
}

.regis-popup {
  background: white;
  padding: 2em;
  border-radius: 0.5em;
  position: relative;
}

.regis-popup h4 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.regis-popup span {
  font-weight: 500;
}

.regis-popup input[type="text"],
.regis-popup input[type="password"] {
  width: 400px;
  font-size: 15px;
  padding: 0.75em;
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}

.regis-popup input:disabled {
  background: #0000001a;
}

.regis-popup label {
  color: #757575;
}

.regis-popup .message {
  width: 400px;
  max-width: 100%;
  margin-bottom: 1em;
}

.regis-popup > .row label {
  width: 5em;
}

.regis-popup > .row .row {
  align-items: center;
  margin-bottom: 0.5em;
}

.regis-popup > .row .row label {
  width: 3em;
}

.regis-popup > .row .row input {
  width: fit-content !important;
}

.regis-popup .next-btn {
  width: 100%;
  background: #ff424e;
  color: white;
  font-size: 20px;
  padding: 10px;
  border-radius: 4px;
}

.regis-popup .next-btn:hover {
  /* background: #ff6e78 !important; */
  cursor: pointer;
}

.regis-popup .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  border-radius: 100%;
  font-size: 20px;
  color: #757575;
}

.regis-popup .back-btn {
  position: absolute;
  left: 32px;
  top: 20px;
  font-size: 20px;
  color: #757575;
  padding-right: 1em;
}

.regis-popup img {
  width: 1.5em;
  height: 1.5em;
  margin: auto;
  margin-bottom: 0.5em;
  display: block;
}

.profile-popup {
  background: white;
  padding: 2em;
  border-radius: 0.5em;
  position: relative;
}

.profile-popup .close-popup-btn {
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 24px;
  color: #757575;
}

.profile-popup .submit-btn {
  margin-top: 16px;
  display: block;
  color: white;
  background-color: #ff424e;
  font-size: 18px;
  padding: 6px 16px;
  border-radius: 0.25em;
}

.profile-popup h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

.profile-popup span {
  font-weight: 500;
}

.profile-popup input[type="text"],
.profile-popup input[type="password"] {
  width: 400px;
  font-size: 15px;
  padding: 0.75em;
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 0.25em;
  margin-bottom: 1em;
  color: #757575;
}

.profile-popup label {
  color: #757575;
}

.profile-popup .message {
  width: 400px;
  max-width: 100%;
  margin-bottom: 1em;
}

.profile-popup > .row label {
  width: 5em;
}

.profile-popup > .row .row {
  align-items: center;
  margin-bottom: 0.5em;
}

.profile-popup > .row .row label {
  width: 3em;
}

.profile-popup > .row .row input {
  width: fit-content !important;
}

.profile-popup .image {
  width: 80px;
}

.profile-popup .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.profile-popup .blur {
  color: #757575;
  margin-right: 1em;
}

.message-popup {
  width: 400px;
  max-width: 90%;
  padding: 2em;
  border-radius: 0.5em;
  background-color: white;
}

.message-popup .normal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #757575;
}

.message-popup .normal button {
  width: 4.5em;
  height: 2.25em;
  font-size: 16px;
  background-color: #ff424e;
  color: white;
  margin-top: 1em;
  border-radius: 0.25em;
}

.message-popup .loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #757575;
}

.message-popup .loading img {
  width: 4em;
  height: 4em;
  margin-bottom: 2em;
  margin-top: 2em;
}

.autohide-popup {
  padding: 1.5em;
  border-radius: 0.5em;
  background: #333;
  color: white;
  font-size: 14px;
}

.ratting-popup {
  background-color: white;
  width: 600px;
  max-width: 90%;
  position: relative;
  padding: 1em;
  border-radius: 0.5em;
}

.ratting-popup .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  border-radius: 100%;
  font-size: 20px;
  color: #757575;
}

.ratting-popup span {
  font-size: 14px;
  color: #757575;
}

.ratting-popup h4 {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-transform: unset;
}

.ratting-popup textarea {
  border: 1px solid #eeeeee;
  padding: 12px;
  border-radius: 4px;
  resize: none;
  width: 100%;
  outline: 0px;
  margin: 24px 0px 12px;
  line-height: 1.5;
  color: #757575;
  font-size: 14px;
}

.ratting-popup .row {
  justify-content: space-between;
}

.ratting-popup button {
  width: calc(50% - 1em);
  border-radius: 4px;
  display: block;
  height: 2.75em;
}

.ratting-popup .image-btn {
  color: #0b74e5;
  border: 1px solid #0b74e5;
}

.ratting-popup .submit-btn {
  background-color: #0b74e5;
  color: white;
}

.ratting-popup .stars {
  margin: auto;
  text-align: center;
  color: #e4d237;
  font-size: 32px;
  font-weight: lighter;
}

.ratting-popup .stars i {
  margin-left: 8px;
  margin-right: 8px;
}

.ratting-popup .preview-images {
  display: flex;
  margin: 1em -4px;
}

.ratting-popup .preview-images > div {
  width: calc(12.5% - 8px);
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 0.25em;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #e4e4e4;
}

.ratting-popup .preview-images > div .img-container {
  width: 100%;
  padding-top: 100%;
}

.ratting-popup .preview-images .show-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

.order-popup {
  padding: 2em;
  background-color: white;
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 500px;
  position: relative;
}

.order-popup .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  padding: 0;
  right: -10px;
  background: white;
  border-radius: 100%;
  font-size: 20px;
  color: #757575;
}

.order-popup h4 {
  font-size: 18px;
}

.order-popup p {
  display: block;
  margin: 0.5em 0;
}

.order-popup .row {
  width: fit-content;
}

.order-popup a {
  padding: 6px 10px;
  border: 1px solid #e4e4e4;
  margin: 0 0.25em;
  color: #757575;
  display: block;
}

.order-popup button {
  padding: 6px 40px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 0.5em;
}

.order-popup span {
  font-size: 14px;
  line-height: 30px;
}

.order-popup .custom-select {
  width: 320px;
}

.order-popup .custom-select .select-btn {
  width: 100%;
  font-size: 14px;
  height: 2.5em;
  font-weight: 500;
}

.order-popup .custom-select .select-btn > div {
  text-align: center;
  width: 100%;
}

.order-popup .custom-select .options > div {
  font-size: 14px;
}

.collaborator-regis-popup {
  padding: 2em;
  background-color: white;
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 500px;
  position: relative;
}

.collaborator-regis-popup h3 {
  color: #212121;
}

.collaborator-regis-popup h4 {
  margin-top: 8px;
  font-weight: 500;
  color: #757575;
}

.collaborator-regis-popup .regis {
  padding: 6px 10px;
  font-size: 15px;
  color: white;
  border-radius: 0.25em;
  margin-top: 8px;
}

.collaborator-regis-popup .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  padding: 0;
  right: -10px;
  background: white;
  border-radius: 100%;
  font-size: 20px;
  color: #757575;
}

.collaborator-regis-popup .policy {
  margin: 0.5em 0;
  border-radius: 0.25em;
  width: 100%;
  height: 200px;
  border: 1px solid #e4e4e4;
  text-align: justify;
  padding: 0.5em;
  overflow-y: scroll;
  font-size: 15px;
  line-height: 1.25;
}

.collaborator-regis-popup .policy span {
  font-weight: 500;
}

.collaborator-regis-popup .row {
  align-items: center;
}

.collaborator-regis-popup .row input {
  margin-right: 0.5em;
}

.phone-popup,
.message-popup,
.login-popup,
.autohide-popup,
.regis-popup,
.ratting-popup,
.profile-popup,
.order-popup,
.email-login-popup,
.collaborator-regis-popup {
  max-width: calc(100% - 1em);
}

.modal .err-msg {
  margin-top: 8px;
  font-size: 14px;
  color: #ff6e78;
}

.chat {
  position: fixed;
  bottom: 0;
  right: 1.5em;
  z-index: 4;
}

.chat > button {
  width: 50px;
  height: 50px;
  font-size: 16px;
  border-radius: 100%;
}

.chat > button i {
  font-size: 24px;
  color: white;
}

.chat .new-msg {
  position: fixed;
  bottom: 4em;
  right: 4em;
  background-color: red;
  color: white;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
}

/* .chat .messages-container {
  position: absolute;
  right: 0;
  bottom: 60px;
  height: 337px;
  width: 300px;
  background-color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 4px 0 #8a8a8a;
  overflow: hidden;
  transition: 0.5s;
  z-index: 4;
  right: -359px;
} */

.chat .messages-container .title {
  padding: 0.5em 1em;
  font-size: 18px;
  font-weight: 500;
  color: white;
  border-bottom: solid 1px #e4e4e4;
}

.chat .messages-container .messages {
  height: calc(100% - 83px);
  position: relative;
  overflow: hidden;
}

.chat .messages-container .messages .column {
  min-height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  width: 100%;
  position: absolute;
  padding: 0.5em 1em;
  bottom: 0;
  height: fit-content;
  display: flex;
  flex-direction: column-reverse;
}

.chat .messages-container .messages .message-container {
  width: 100%;
  display: flex;
}

.chat .messages-container .messages .message-container.user {
  justify-content: right;
}

.chat .messages-container .messages .message {
  padding: 4px 10px;
  border-radius: 0.5em;
  width: fit-content;
  border: 1px solid #e4e4e4;
  margin-top: 0.25em;
  max-width: 80%;
}

.chat .messages-container .messages .message span {
  width: 100%;
  display: block;
  font-size: 12px;
  text-align: right;
  font-weight: lighter;
}

.chat .messages-container .messages .message.user {
  display: block;
}

.chat .messages-container .messages .message.user span {
  text-align: left;
}

.chat .messages-container .message-input {
  display: flex;
  align-items: center;
  height: 42px;
  border-top: 1px solid #e4e4e4;
}

.chat .messages-container .message-input input {
  width: calc(100% - 70px);
  font-size: 14px;
  padding-left: 1em;
  color: #757575;
}

.chat .messages-container .message-input button {
  font-size: 16px;
  width: 30px;
  height: 30px;
}

.chat .messages-container .messages.with-image {
  height: calc(100% - 155px);
}

.chat .messages-container .message-images {
  display: flex;
  flex-wrap: wrap;
  padding-top: 4px;
  margin: 0 -2px;
  max-width: 210px;
}

.chat .messages-container .message-images .image {
  width: 60px;
  padding: 2px;
}

.chat .messages-container .message-images .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.chat .messages-container .images-upload {
  height: 70px;
  padding: 0 0.5em 0em 1em;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
}

.chat .messages-container .images-upload .previewed-image {
  margin-right: 0.5em;
  position: relative;
}

.chat .messages-container .images-upload .previewed-image button {
  position: absolute;
  font-size: 12px;
  width: 1.5em;
  height: 1.5em;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0em;
  right: 0em;
}

.chat .messages-container .images-upload .image {
  width: 50px;
}

.chat .messages-container .images-upload .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.chat .messages-container.active {
  right: 0;
}

@media only screen and (max-width: 600px) {
  .fa-headset {
    position: fixed;
    /* margin-bottom: 169px; */
    bottom: 169px;
    font-size: 35px;
    width: 45px;
    margin-right: 33px;
  }
  .chat .messages-container.active {
    right: 0;
  }
  .chat {
    bottom: 3em;
    right: 0;
  }
}

.breadcrumbs {
  width: 100%;
  padding: 15px 200px 15px 0;
  color: #6c6e79;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product-info-page {
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 0.25em;
}

.product-info-page h3 {
  color: #424242;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 16px;
}

.product-info-page .main-info {
  background: white;
  border-radius: 0.25em;
}

.product-info-page .main-info .product-images {
  border-right: 1px solid #e4e4e4;
  position: relative;
}

.product-info-page .main-info .product-images .image {
  padding: 1em;
}

.product-info-page .main-info .product-images .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.product-info-page .main-info .product-images .like-btn {
  position: absolute;
  font-size: 20px;
  width: 2em;
  height: 2em;
  background-color: #333;
  color: white;
  opacity: 0.8;
  z-index: 2;
  top: 16px;
  right: 16px;
}

.product-info-page .main-info .product-images .like-btn:hover {
  opacity: 1;
}

.product-info-page .main-info .product-order-info {
  width: 100%;
  padding: 1em;
}

.product-info-page .main-info .product-order-info .name {
  font-size: 24px;
  font-weight: 300;
  max-width: 90%;
}

.product-info-page .main-info .product-order-info .price-wraper {
  margin-top: 0.5em;
  background: whitesmoke;
  padding: 1em;
  border-radius: 0.25em;
  margin-bottom: 1em;
}

.product-info-page .main-info .product-order-info .distribute {
  margin-bottom: 0.5em;
}

.product-info-page
  .main-info
  .product-order-info
  .distribute
  .distribute-values {
  display: flex;
  flex-wrap: wrap;
}

.product-info-page
  .main-info
  .product-order-info
  .distribute
  .distribute-values
  button {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin-top: 4px;
  display: block;
  margin-right: 0.5em;
  padding: 6px 10px;
  background-color: whitesmoke;
}

.product-info-page .main-info .product-order-info .price {
  font-size: 32px;
  color: #f57224;
}

.product-info-page .main-info .product-order-info .past-price,
.product-info-page .main-info .product-order-info .discount {
  font-size: 13px;
  margin-top: 4px;
}

.product-info-page .main-info .product-order-info .past-price {
  text-decoration: line-through;
  margin-right: 1em;
}

.product-info-page .main-info .product-order-info .remain {
  margin-top: 0.5em;
  font-size: 16px;
  font-weight: 500;
}

.product-info-page .main-info .product-order-info .cart-action {
  border-top: 1px solid #e4e4e4;
  padding-top: 0.5em;
}

.product-info-page .main-info .product-order-info .cart-action .actions {
  margin-top: 10px;
}

.product-info-page
  .main-info
  .product-order-info
  .cart-action
  .actions
  .collaborator-action {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-info-page
  .main-info
  .product-order-info
  .cart-action
  .actions
  .share
  button {
  font-size: 16px;
  width: 2em;
  height: 2em;
  color: white;
  margin-right: 0.5em;
  border-radius: 0.25em;
  background-color: #0238ad;
}

.product-info-page .main-info .product-order-info .cart-action .actions span {
  font-size: 16px;
  font-weight: lighter;
  color: #757575;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.product-info-page
  .main-info
  .product-order-info
  .cart-action
  .actions
  #share-btn {
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  padding-left: 0em;
  border-radius: 0.25em;
  background-color: #0645cf;
}

.product-info-page
  .main-info
  .product-order-info
  .cart-action
  .actions
  #share-btn
  i {
  width: 2em;
  margin-right: 0.5em;
  border-right: 1px solid white;
}

.product-info-page
  .main-info
  .product-order-info
  .cart-action
  .actions
  #link-btn {
  color: white;
  font-size: 16px;
  padding: 0 20px;
  height: 2em;
  border-radius: 0.25em;
  background-color: #f57224;
}

.product-info-page
  .main-info
  .product-order-info
  .cart-action
  .actions
  #addcart-btn {
  padding: 10px 20px;
  max-width: 100%;
  font-size: 16px;
  background-color: #ff3945;
  color: white;
  border-radius: 0.25em;
  margin-right: 1em;
  margin-bottom: 1em;
}

.product-info-page
  .main-info
  .product-order-info
  .cart-action
  .actions
  #soldout-btn {
  width: 16em;
  height: 2.75em;
  font-size: 16px;
  background-color: #757575;
  color: white;
  border-radius: 0.25em;
  margin-top: 1.5em;
  cursor: not-allowed;
}

.product-info-page .main-info .product-order-info .cart-action .row {
  margin-top: 0.5em;
  border: 1px solid #e4e4e4;
  width: fit-content;
}

.product-info-page .main-info .product-order-info .cart-action .row button {
  font-size: 16px;
  background-color: whitesmoke;
  width: 2em;
  height: 2em;
}

.product-info-page .main-info .product-order-info .cart-action .row input {
  font-size: 16px;
  width: 4em;
  text-align: center;
}

.product-info-page
  .main-info
  .product-order-info
  .cart-action
  .row
  input::-webkit-outer-spin-button,
.product-info-page
  .main-info
  .product-order-info
  .cart-action
  .row
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-info-page
  .main-info
  .product-order-info
  .cart-action
  .row
  input[type="number"] {
  -moz-appearance: textfield;
}

.product-info-page .main-info .product-order-info .product-voucher {
  /* margin-top: 0.5em; */
  /* border-top: 1px solid #e4e4e4; */
  /* padding-top: 0.5em; */
}

.product-info-page .main-info .product-order-info .product-voucher .column {
  width: 100%;
  /* margin-top: 0.5em; */
  border-radius: 0.25em;
}
.border-item-bonus {
  border: 3px solid orange !important;
}
.popup-voucher {
  width: 450px !important;
  height: 595px !important;
  overflow: auto;
}
@media screen and (max-width: 400px){
  .popup-voucher{
    height: 90% !important;
  }
}
.popup-voucher .close-btn {
  top: 2px !important;
  right: 5px !important;
}
.popup-voucher::-webkit-scrollbar {
  display: none;
}
.products-popup-voucher {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
}
.popup-voucher label {
  font-weight: 500;
  font-size: 15px;
}
.popup-voucher p {
  color: black !important;
  text-align: left !important;
}
.popup-voucher .form-control {
  margin-top: 14px;
}
.product-info-page
  .main-info
  .product-order-info
  .product-voucher
  .column
  .voucher-card {
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0 0 2px 0 #cecece;
  cursor: pointer;
}

.product-info-page
  .main-info
  .product-order-info
  .product-voucher
  .column
  .voucher-card:hover {
  background-color: whitesmoke;
}

.product-info-page
  .main-info
  .product-order-info
  .product-voucher
  .column
  .voucher-image {
  padding: 1em;
  border-right: 1px solid;
  width: fit-content;
}

.product-info-page
  .main-info
  .product-order-info
  .product-voucher
  .column
  .voucher-image
  .image {
  width: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.product-info-page
  .main-info
  .product-order-info
  .product-voucher
  .column
  .voucher-image
  .image
  .img-container {
  width: 100%;
  padding-top: 100%;
}

.product-info-page
  .main-info
  .product-order-info
  .product-voucher
  .column
  .voucher-info {
  padding: 0.5em;
  /* width: calc(100% - 180px); */
  width: 100%;
}

.product-info-page
  .main-info
  .product-order-info
  .product-voucher
  .column
  .voucher-info
  h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 4px;
}

.product-info-page
  .main-info
  .product-order-info
  .product-voucher
  .column
  .voucher-info
  div {
  /* color: #757575; */
  font-size: 14px;
}

.product-info-page
  .main-info
  .product-order-info
  .product-voucher
  .column
  button {
  padding: 8px 24px;
  display: block;
  border-radius: 0.25em;
  height: fit-content;
  font-size: 16px;
  color: white;
}

.product-info-page .detail-info {
  width: 100%;
}

.product-info-page .detail-info .detail {
  padding: 1em;
  width: 100%;
  background: white;
  border-radius: 0.25em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.product-info-page .detail-info .detail .row {
  line-height: 3em;
  font-size: 13px;
}

.product-info-page .detail-info .detail .row .title {
  width: 15em;
  color: #4f4f4f;
  font-weight: 500;
  padding-left: 1em;
  background: #efefef;
}

.product-info-page .detail-info .detail .row .info {
  width: calc(100% - 15em);
  background: #fafafa;
  padding-left: 1em;
}

.product-info-page .detail-info .tabs {
  background: white;
  width: 100%;
  border-radius: 0.25em;
  padding: 1em;
}

.product-info-page .detail-info .tabs > .row {
  border-bottom: solid 1px #e4e4e4;
}

.product-info-page .detail-info .tabs h3 {
  cursor: pointer;
}

.product-info-page .detail-info .tabs h3.active {
  border-bottom: 2px solid #ff424e;
}

.product-info-page .detail-info .tabs h3:first-of-type {
  margin-right: 1em;
}

.product-info-page .detail-info .tabs h3:last-of-type {
  margin-left: 1em;
}

.product-info-page .detail-info .tabs .comment {
  padding-top: 16px;
}

.product-info-page .detail-info .tabs .comment i {
  color: #e4d237 !important;
  font-size: 12px;
  margin-right: 4px;
}

.product-info-page .detail-info .tabs .comment .total {
  width: fit-content;
}

.product-info-page .detail-info .tabs .comment .total > .row {
  align-items: center;
}

.product-info-page .detail-info .tabs .comment .total > .row .averaged-stars {
  font-size: 34px;
  margin-right: 16px;
}

.product-info-page .detail-info .tabs .comment .total > .row .star-info-detail {
  font-size: 14px;
  color: #757575;
}

.product-info-page
  .detail-info
  .tabs
  .comment
  .total
  > .row
  .star-info-detail
  i {
  font-size: 16px;
  margin-bottom: 4px;
}

.product-info-page .detail-info .tabs .comment .total > .row .number {
  line-height: 20px;
  font-size: 14px;
  color: #757575;
}

.product-info-page .detail-info .tabs .comment .comment-card {
  padding-top: 1em;
  padding-bottom: 1em;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}

.product-info-page .detail-info .tabs .comment .comment-card .user-info {
  display: flex;
}

.product-info-page .detail-info .tabs .comment .comment-card .user-info .name {
  font-weight: 500;
  color: #757575;
  margin-left: 1em;
}

.product-info-page .detail-info .tabs .comment .comment-card .user-info span {
  font-size: 12px;
  color: #757575;
  margin-left: 16px;
  opacity: 0.8;
}

.product-info-page .detail-info .tabs .comment .comment-card .user-info .avt {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  line-height: 3em;
  text-align: center;
  font-weight: 500;
  color: #757575;
  background-color: whitesmoke;
}

.product-info-page .detail-info .tabs .comment .comment-card .comment-display {
  width: calc(100% - 300px);
}

.product-info-page
  .detail-info
  .tabs
  .comment
  .comment-card
  .comment-display
  .row {
  font-weight: 500;
}

.product-info-page
  .detail-info
  .tabs
  .comment
  .comment-card
  .comment-display
  .row
  i {
  font-size: 16px;
}

.product-info-page
  .detail-info
  .tabs
  .comment
  .comment-card
  .comment-display
  .row
  i:last-of-type {
  margin-right: 10px;
}

.product-info-page
  .detail-info
  .tabs
  .comment
  .comment-card
  .comment-display
  .content {
  margin-top: 16px;
  font-size: 14px;
  color: #212121;
}

.product-info-page .detail-info .tabs .comment .comment-card .images {
  display: flex;
  margin: 1em -4px;
}

.product-info-page .detail-info .tabs .comment .comment-card .images > div {
  width: calc(16.666% - 8px);
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 0.25em;
  overflow: hidden;
  cursor: pointer;
}

.product-info-page
  .detail-info
  .tabs
  .comment
  .comment-card
  .images
  > div
  .img-container {
  width: 100%;
  padding-top: 100%;
}

.product-info-page
  .detail-info
  .tabs
  .comment
  .comment-card
  .images
  .show-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

.product-info-page .detail-info .tabs .comment .images-show {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}

.product-info-page .detail-info .tabs .comment .images-show .row {
  align-items: center;
  height: calc(100% - 150px);
}

.product-info-page .detail-info .tabs .comment .images-show .row img {
  max-width: calc(100% - 200px);
  max-height: 90%;
  margin: auto;
  display: block;
}

.product-info-page .detail-info .tabs .comment .images-show > button {
  position: absolute;
  top: 1em;
  right: 1em;
}

.product-info-page .detail-info .tabs .comment .images-show > button i {
  font-size: 32px;
  color: white !important;
}

.product-info-page .detail-info .tabs .comment .images-show button i {
  font-size: 32px;
  color: white !important;
  margin: 0;
}

.product-info-page .detail-info .tabs .comment .images-show .left-btn,
.product-info-page .detail-info .tabs .comment .images-show .right-btn {
  display: none;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid white;
}

.product-info-page .detail-info .tabs .comment .images-show .images-slider {
  width: 100%;
  overflow: hidden;
}

.product-info-page
  .detail-info
  .tabs
  .comment
  .images-show
  .images-slider
  .wraper {
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
}

.product-info-page
  .detail-info
  .tabs
  .comment
  .images-show
  .images-slider
  .slick-list {
  padding: 0;
  margin: 0 -8px;
}

.product-info-page
  .detail-info
  .tabs
  .comment
  .images-show
  .images-slider
  .img-container {
  width: 100%;
  padding-top: 100%;
  background-color: black;
  border-radius: 0.25em;
  overflow: hidden;
}

.product-info-page
  .detail-info
  .tabs
  .comment
  .images-show
  .images-slider
  .img-container
  img {
  opacity: 0.5;
}

.product-info-page
  .detail-info
  .tabs
  .comment
  .images-show
  .images-slider
  .img-container
  img.active {
  opacity: 1;
}

.product-info-page .detail-info .tabs .comment .images-show.active {
  display: block;
}

.product-info-page .detail-info .tabs .description {
  padding-top: 16px;
  color: #4f4f4f;
  font-size: 15px;
}

.product-info-page .similar-products {
  width: 100%;
  padding: 1em;
  background-color: white;
  border-radius: 0.25em;
  margin-top: 1em;
}

.product-info-page .similar-products h3 {
  padding-bottom: 14px;
}

.product-info-page .similar-products .slick-list {
  margin: 0 -8px;
}

.product-info-page .similar-products .card-container {
  margin-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

.product-info-page .modal .link-popup {
  padding: 1em;
  border-radius: 0.5em;
  background-color: white;
  max-width: 90%;
  overflow: hidden;
}

.popup-voucher .product-card .image .img-container {
  padding-top: 80% !important;
}

.product-info-page .modal .link-popup > div {
  width: 100%;
}

.product-info-page .modal .link-popup button {
  display: block;
  margin: auto;
  font-size: 14px;
  padding: 6px 8px;
  margin-top: 8px;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.products-list-page .filter {
  background: white;
  width: 200px;
  padding-top: 1em;
  padding-left: 2em;
}

.products-list-page .filter .filter-type {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e4e4e4;
}

.products-list-page .filter .title {
  line-height: 3em;
}

.products-list-page .filter .values .row {
  color: #757575;
  align-items: center;
  margin-bottom: 0.5em;
}

.products-list-page .filter .values .row input {
  margin-right: 1em;
  width: 1.25em;
  height: 1.25em;
}

.products-list-page .filter .values .row label {
  font-size: 14px;
}

.products-list-page .mobile-filter {
  background: white;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 0;
  transition: 0.3s;
}

.products-list-page .mobile-filter > div {
  overflow-y: scroll;
  height: calc(100% - 2em);
}

.products-list-page .mobile-filter > div .filter-type {
  border-bottom: 1px solid #e4e4e4;
  margin-top: 1em;
}

.products-list-page .mobile-filter > div .filter-type .title {
  font-size: 15px;
  color: #757575;
  margin-bottom: 1em;
}

.products-list-page .mobile-filter > div .filter-type .row {
  flex-wrap: wrap;
}

.products-list-page .mobile-filter > div .filter-type .row button {
  padding: 0.5em;
  font-size: 14px;
  background: whitesmoke;
  margin-right: 1em;
  margin-bottom: 1em;
}

.products-list-page .mobile-filter .action {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3em;
  width: 100%;
}

.products-list-page .mobile-filter .action button {
  font-size: 16px;
  width: 50%;
  height: 3em;
}

.products-list-page .mobile-filter.active {
  width: 80%;
  padding: 1em;
}

.products-list-page .mobile-tool .row {
  align-items: center;
}

.products-list-page .mobile-tool .row img {
  width: 20px;
  object-fit: contain;
}

.products-list-page .mobile-tool .row div {
  font-size: 15px;
  color: #757575;
}

.products-list-page > .row .products-list {
  border-radius: 0.25em;
  overflow: hidden;
  min-height: calc(100vh - 8.5em);
  width: calc(100% - 250px);
  padding-left: 6px;
}

.products-list-page > .row .products-list > .row {
  flex-wrap: wrap;
  margin: 0 -8px;
}

.products-list-page > .row .products-list > .row .product-card {
  width: calc(25% - 16px);
  margin: 8px;
}

.products-list-page > .row .products-list .sort-option.row {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5em;
  margin: 0;
}

.products-list-page > .row .products-list .sort-option.row span {
  font-size: 18px;
  color: #212121;
  font-weight: lighter;
}

.products-list-page
  > .row
  .products-list
  .sort-option.row
  .custom-select
  .select-btn {
  border-radius: 0.25em;
  border: 1px solid #e4e4e4;
}

.products-list-page
  > .row
  .products-list
  .sort-option.row
  .custom-select
  .options {
  border-radius: 0.25em;
}

.products-list-page > .row .categories-column .column .image {
  width: 30px;
  margin-right: 8px;
}

.products-list-page > .row .categories-column .column .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.products-list-page > .row .categories-column .column > a {
  padding: 0.75em;
  padding-left: 1em;
  display: flex;
  align-items: center;
}

.products-list-page > .row .categories-column .column > a:hover {
  box-shadow: 0 0 4px 0 #cecece;
}

.products-list-page > .row .categories-column .column::-webkit-scrollbar {
  display: none;
}

.products-list-page > .row .data-loading {
  border-radius: 0.25em;
  overflow: hidden;
  height: calc(100vh - 8.5em);
  width: calc(100% - 250px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.purchased-product-page {
  padding-top: 1em;
  margin-bottom: 1em;
}

.purchased-product-page .mobile-tool {
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  padding: 0.5em 0;
  margin-top: -1em;
}

.purchased-product-page .mobile-tool span {
  color: #757575;
  font-size: 18px;
  font-weight: lighter;
}

.purchased-product-page .mobile-tool .row {
  align-items: center;
}

.purchased-product-page .mobile-tool .row img {
  width: 20px;
  object-fit: contain;
}

.purchased-product-page .mobile-tool .row div {
  font-size: 15px;
  color: #757575;
}

.purchased-product-page .products-list {
  border-radius: 0.25em;
  overflow: hidden;
  min-height: calc(100vh - 8.5em);
  width: 100%;
}

.purchased-product-page .products-list span {
  font-size: 18px;
  font-weight: lighter;
}

.purchased-product-page .products-list > .row {
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 4px;
}

.purchased-product-page .products-list > .row .product-card {
  width: calc(20% - 16px);
  margin: 8px;
}

.cart-page {
  min-height: 100vh;
}

.cart-page .cart-items-list {
  padding: 0.5em;
  width: 70%;
}

.cart-page .cart-items-list .cart-item {
  background: white;
  padding: 0.5em;
  margin-bottom: 2px;
}

.cart-page .cart-items-list .cart-item .image {
  width: 100px;
}

.cart-page .cart-items-list .cart-item .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.cart-page .cart-items-list .cart-item .name{
  line-height: 18px;
  font-size: 14px;
  width: 100%;
  margin-left: 1em;
  margin-top: 16px;
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-page .cart-items-list .cart-item .price {
  margin-top: 1em;
  margin-left: 3em;
  width: 10em;
}

.cart-page .cart-items-list .cart-item .price .current-price {
  font-size: 20px;
  color: #f57224;
}

.cart-page .cart-items-list .cart-item .price .past-price {
  font-size: 13px;
  text-decoration: line-through;
  color: #757575;
}

.cart-page .cart-items-list .cart-item .item-info {
  display: flex;
  width: calc(100% - 100px);
}

.cart-page .cart-items-list .cart-item .item-info .delete-btn {
  height: 3em;
  font-size: 15px;
  color: #189687;
  margin-left: auto;
  margin-right: 1em;
  margin-top: 1em;
}

.cart-page .cart-items-list .cart-item .item-info .row {
  height: fit-content;
  width: fit-content;
  border: 1px solid #e4e4e4;
  border-radius: 0.125em;
  margin-top: 1em;
}

.cart-page .cart-items-list .cart-item .item-info .row button {
  font-size: 16px;
  width: 2em;
  height: 2em;
  background: whitesmoke;
}

.cart-page .cart-items-list .cart-item .item-info .row input {
  width: 3em;
  font-size: 16px;
  text-align: center;
}

.cart-page .cart-items-list .cart-item .distributes {
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
}

.cart-page .cart-items-list .cart-item .distributes button {
  display: block;
  margin-top: 4px;
}

.cart-page .cart-items-list .cart-item .distributes > div {
  color: white;
  opacity: 0.4;
  margin-top: 0.5em;
  font-size: 12px;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
}

.cart-page .cart-items-list .cart-item .distributes .distribute-select {
  padding: 1em;
  position: absolute;
  margin: 0;
  top: 3em;
  min-width: 200px;
  width: fit-content;
  height: fit-content;
  box-shadow: 0 0 4px 0 #333;
  background-color: white;
  opacity: 1;
  color: #333;
  z-index: 4;
  border-radius: 0.25em;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.cart-page .cart-items-list .cart-item .distributes .distribute-select label {
  font-size: 16px;
  width: 100%;
  display: block;
}

.cart-page .cart-items-list .cart-item .distributes .distribute-select button {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin-top: 4px;
  display: block;
  margin-right: 0.5em;
  padding: 6px 10px;
  background-color: whitesmoke;
}

.cart-page .cart-items-list .cart-item .distributes .distribute-select.active {
  opacity: 1;
  visibility: visible;
}

.cart-page .order-info {
  width: 30%;
  overflow: hidden;
  padding: 0.5em;
  padding-left: 0;
}

.cart-page .order-info #order-btn {
  width: 100%;
  background: #f57224;
  color: white;
  height: 38px;
  font-size: 16px;
  border-radius: 0.125em;
}

.cart-page .order-info .delivery-method,
.cart-page .order-info .personal-info,
.cart-page .order-info .voucher-input,
.cart-page .order-info .payment-method,
.cart-page .order-info .point-input {
  background: white;
  margin-bottom: 0.5em;
}

.cart-page .order-info .delivery-method h5,
.cart-page .order-info .personal-info h5,
.cart-page .order-info .voucher-input h5,
.cart-page .order-info .payment-method h5,
.cart-page .order-info .price-info h5,
.cart-page .order-info .point-input h5 {
  font-weight: 500;
}

.cart-page .order-info .delivery-method .show-modal-btn,
.cart-page .order-info .personal-info .show-modal-btn,
.cart-page .order-info .voucher-input .show-modal-btn,
.cart-page .order-info .payment-method .show-modal-btn,
.cart-page .order-info .price-info .show-modal-btn,
.cart-page .order-info .point-input .show-modal-btn {
  position: absolute;
  right: 16px;
  color: #189687;
  font-size: 12px;
}

.cart-page .order-info .personal-info {
  position: relative;
}

.cart-page .order-info .personal-info input {
  border: 1px solid #dadada;
  background: white;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #757575;
  padding-left: 0.5em;
  width: 100%;
  margin-top: 6px;
}

.cart-page .order-info .personal-info .row label {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #212121;
}

.cart-page .order-info .personal-info a {
  position: absolute;
  top: 12px;
  right: 16px;
  color: #189687;
  font-size: 12px;
  cursor: pointer;
}

.cart-page .order-info .personal-info label {
  font-size: 14px;
  color: #757575;
}

.cart-page .order-info .voucher-input .row {
  margin-top: 1em;
}

.cart-page .order-info .voucher-input .row button {
  width: 8em;
  font-size: 16px;
  height: 38px;
  background: #189687;
  color: white;
  margin-left: 6px;
}

.cart-page .order-info .voucher-input .row input {
  border: 1px solid #dadada;
  background: white;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #757575;
  padding-left: 0.5em;
  width: 100%;
}

.cart-page .order-info .price-info button {
  margin-top: 1em;
}

.cart-page .order-info .price-info .row {
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  color: #757575;
}

.cart-page .order-info .price-info .row span {
  color: #333;
}

.cart-page .order-info .price-info .total.row {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #e4e4e4;
}

.cart-page .order-info .price-info .total.row span {
  color: #f57224;
  font-size: 20px;
}

.cart-page .order-info .price-info .point-use .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.cart-page .order-info .price-info .point-use .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cart-page .order-info .price-info .point-use .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cart-page .order-info .price-info .point-use .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cart-page .order-info .price-info .point-use input:checked + .slider {
  background-color: #2196f3;
}

.cart-page .order-info .price-info .point-use input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.cart-page .order-info .price-info .point-use .slider.round {
  border-radius: 20px;
}

.cart-page .order-info .price-info .point-use .slider.round:before {
  border-radius: 50%;
}

.cart-page .order-info .price-info .point-use > .row {
  justify-content: space-between;
}

.point-use .row input {
  margin-left: 20px;
}

.cart-page .order-info .price-info .point-use .row {
  align-items: center;
}

.cart-page .order-info .price-info .point-use > div {
  font-size: 14px;
  color: #757575;
}

.cart-page .order-info .price-info .point-use > div label {
  display: block;
}

.cart-page .order-info .price-info .point-use > div span {
  color: #212121;
}

.cart-page .order-info .delivery-method .row {
  font-size: 14px;
  align-items: center;
  color: #757575;
}

.cart-page .order-info .delivery-method > .row {
  padding-top: 10px;
  justify-content: space-between;
}

.cart-page .order-info .delivery-method label {
  width: 120px;
  margin-left: 0.5em;
}

.cart-page .order-info .delivery-method span {
  color: #333;
}

.cart-page .order-info .payment-method .row {
  font-size: 14px;
  align-items: center;
  color: #757575;
  margin-top: 10px;
}

.cart-page .order-info .payment-method label {
  width: calc(100% - 2em);
  margin-left: 0.5em;
}

.cart-page .order-info .point-input .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.cart-page .order-info .point-input .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cart-page .order-info .point-input .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cart-page .order-info .point-input .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cart-page .order-info .point-input input:checked + .slider {
  background-color: #2196f3;
}

.cart-page .order-info .point-input input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.cart-page .order-info .point-input .slider.round {
  border-radius: 20px;
}

.cart-page .order-info .point-input .slider.round:before {
  border-radius: 50%;
}

.cart-page .order-info .point-input > .row {
  margin-top: 0.5em;
  justify-content: space-between;
}

.cart-page .order-info .point-input .row {
  align-items: center;
}

.cart-page .order-info .point-input > div {
  font-size: 14px;
  color: #757575;
}

.cart-page .order-info .point-input > div label {
  width: 5em;
  display: block;
}

.cart-page .order-info .point-input > div span {
  font-weight: 500;
  color: #212121;
}

.cart-page .modal .address-popup,
.cart-page .modal .voucher-popup {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 2em;
  width: 600px;
  max-width: 90%;
  max-height: 90%;
  overflow: scroll;
  position: relative;
  border-radius: 0.25em;
  background-color: white;
}

.cart-page .modal .address-popup > button,
.cart-page .modal .voucher-popup > button {
  position: absolute;
  top: 2em;
  right: 2em;
  font-size: 18px;
  color: #757575;
}

.cart-page .modal .address-popup > button:hover,
.cart-page .modal .voucher-popup > button:hover {
  color: #212121;
}

.cart-page .modal .address-popup h4,
.cart-page .modal .voucher-popup h4 {
  font-size: 18px;
  font-weight: 500;
}

.cart-page .modal .address-popup::-webkit-scrollbar,
.cart-page .modal .voucher-popup::-webkit-scrollbar {
  display: none;
}

.cart-page .modal .address-card {
  padding: 1em;
  max-width: 100%;
  margin-top: 1em;
  position: relative;
  border-radius: 0.25em;
}

.cart-page .modal .address-card div {
  color: #212121;
  font-weight: lighter;
  margin-top: 0.5em;
}

.cart-page .modal .address-card span {
  font-weight: 500;
  color: #212121;
}

.cart-page .modal .address-card label {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  font-weight: lighter;
}

.cart-page .modal .address-card button {
  color: white;
  padding: 0.5em 1em;
  margin-top: 0.5em;
  border-radius: 0.25em;
}

.cart-page .modal .voucher-card {
  margin-top: 1em;
  border-radius: 0.25em;
  background-color: white;
  border: dashed 2px #bc0412;
  position: relative;
}

.cart-page .modal .voucher-card .name {
  width: 120px;
  height: 120px;
  padding: 8px;
}

.cart-page .modal .voucher-card .name div {
  height: 100%;
  width: 100%;
  border-radius: 0.25em;
  background: #cc3c4c;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.cart-page .modal .voucher-card .info-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  color: white;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  opacity: 0.8;
  background-color: rgba(188, 4, 18, 0.5);
}

.cart-page .modal .voucher-card .info-btn:hover {
  opacity: 1;
}

.cart-page .modal .voucher-card .info {
  padding: 8px;
  width: calc(100% - 132px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-page .modal .voucher-card .info .value {
  font-size: 20px;
  font-weight: 500;
}

.cart-page .modal .voucher-card .info .end,
.cart-page .modal .voucher-card .info .apply,
.cart-page .modal .voucher-card .info .code {
  margin-top: 4px;
  color: #757575;
  font-size: 14px;
}

.news-list-page .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-list-page .title h3 {
  font-size: 20px;
  font-weight: lighter;
  color: #212121;
}

.news-list-page .title h4 {
  font-weight: 500;
  font-size: 16px;
}

.news-list-page .title h4 span {
  color: #757575;
  font-weight: lighter;
  cursor: pointer;
}

.news-list-page .news-category {
  width: 100%;
  margin-top: 1em;
  display: none;
}

.news-list-page .news-category .news-category-card {
  background-color: rgba(230, 46, 4, 0.15);
  padding: 0.5em 1em;
  border-radius: 0.25em;
  color: #e62e04;
  margin-right: 0.5em;
  transition: 0.3s;
  cursor: pointer;
}

.news-list-page .news-category .news-category-card:hover {
  background-color: #e62e04;
  color: white;
}

.news-list-page > .row {
  width: 100%;
  justify-content: space-between;
}

.news-list-page > .row .news-list {
  width: calc(100% - 250px);
}

.news-list-page > .row .news-list > .row {
  margin: 0 0px 0 -4px;
  width: calc(100% + 15px);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  flex-wrap: wrap;
}

.news-list-page > .row .news-list .card-container {
  width: 33.333%;
  padding-left: 4px;
  padding-right: 4px;
  min-height: 100%;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.news-list-page > .row .news-list .blog-card {
  width: 100%;
  min-height: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 0.25em;
  overflow: hidden;
  position: relative;
}

.news-list-page > .row .news-list .blog-card .content {
  padding: 10px;
}

.news-list-page > .row .news-list .blog-card .date {
  position: absolute;
  top: 1em;
  left: 0;
  padding: 3px 6px;
  background-color: #1e73be;
  color: white;
  text-align: center;
}

.news-list-page > .row .news-list .blog-card .date span {
  font-family: "Merriweather", sans-serif;
  font-size: 18px;
}

.news-list-page > .row .categories-column {
  /* background-color: white;
  */
  border-radius: 0.25em;
  overflow: hidden;
  width: 250px;
}

.news-list-page > .row .categories-column .column {
  /* min-height: calc(100% - 48px);
  */
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.news-list-page > .row .categories-column .column > a {
  height: 45px;
  padding-left: 1em;
  display: flex;
  align-items: center;
}

.news-list-page > .row .categories-column .column > a:hover {
  box-shadow: 0 0 4px 0 #cecece;
}

.news-list-page > .row .categories-column .column::-webkit-scrollbar {
  display: none;
}

.news-list-page > .row .categories-column .main-title {
  padding: 14px;
  border-bottom: 1px solid #e4e4e4;
}

.news-list-page > .row .categories-column .main-title h3 {
  font-weight: 400;
  font-size: 18px;
}

.news-list-page > .row .data-loading {
  border-radius: 0.25em;
  overflow: hidden;
  height: calc(100vh - 8.5em);
  width: calc(100% - 256px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-page {
  padding: 1em;
  width: 100%;
  min-height: calc(100vh - 5.5em);
}

.news-page .container {
  display: flex;
  justify-content: space-between;
}

.news-page .main-view {
  width: calc(100% - 300px);
}

.news-page .main-view .title span {
  font-weight: lighter;
  color: #757575;
  cursor: pointer;
}

.news-page .main-view h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.5em;
}

.news-page .main-view .news-category {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}

.news-page .main-view .news-category .news-category-card {
  background-color: rgba(230, 46, 4, 0.15);
  padding: 0.5em 1em;
  border-radius: 0.25em;
  color: #e62e04;
  transition: 0.3s;
  cursor: pointer;
  margin: 4px 0;
  margin-right: 0.5em;
}

.news-page .main-view .news-category .news-category-card:hover {
  background-color: #e62e04;
  color: white;
}

.news-page .main-view .news {
  margin-top: 1em;
  width: 100%;
  padding: 1em;
  border-radius: 0.25em;
  background: white;
}

h1 .news-page .main-view .news .title {
  margin-top: 0.5em;
  font-size: 20px;
  font-weight: lighter;
}

.news-page .main-view .news .date {
  color: #757575;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 1em;
}

.news-page .main-view .news .date img {
  width: 15px;
  margin-right: 0.5em;
}

.news-page .main-view .news .paragraph {
  font-size: 15px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.news-page .main-view .news .paragraph h4 {
  margin-bottom: 0.5em;
}

.news-page .main-view .news .paragraph div {
  line-height: 20px;
  color: #212121;
  margin-bottom: 0.5em;
  text-align: justify;
}

.news-page .latest-news {
  /* background-color: white;
  */
  width: 284px;
  height: fit-content;
  border-radius: 0.25em;
  overflow: hidden;
}

.news-page .latest-news h3 {
  font-weight: lighter;
  color: #212121;
  cursor: pointer;
  font-size: 20px;
  padding: 16px;
  border-bottom: 1px solid #e4e4e4;
}

.news-page .latest-news .news-card {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  border-bottom: 1px solid #e4e4e4;
}

.news-page .latest-news .news-card .image {
  width: 60px;
}

.news-page .latest-news .news-card .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.news-page .latest-news .news-card .content {
  width: calc(100% - 68px);
}

.news-page .latest-news .news-card .content .quote {
  margin-top: 4px;
  font-size: 13px;
  text-align: justify;
  line-height: 1.25em;
  height: 2.5em;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #757575;
}

.news-page .latest-news .news-card:last-of-type {
  border: none;
}

.categories-page {
  min-height: calc(100vh - 104px);
  background: white;
  padding: 0.5em;
}

@media only screen and (min-width: 600px) {
  .categories-page {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .categories-page {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 992px) {
  .categories-page {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 0;
  }
}

@media only screen and (min-width: 1400px) {
  .categories-page {
    max-width: 1400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.categories-page h3 {
  color: #424242;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

.categories-page .row {
  flex-wrap: wrap;
}

.categories-page .row .category-card {
  background: white;
  text-align: center;
  padding-top: 0.5em;
  width: calc(33.333% - 2px);
  margin: 1px;
}

.categories-page .row .category-card .image {
  display: block;
  margin: auto;
  width: calc(100% - 3em);
}

.categories-page .row .category-card .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.categories-page .row .category-card .title {
  margin-top: 0.5em;
  font-size: 15px;
  line-height: 18px;
  height: 40px;
  overflow: hidden;
}

.categories-page .row .category-card:hover {
  box-shadow: 0 0 2px 0 #8b8b8b;
  z-index: 2;
}

.address-page {
  padding: 1em;
  min-height: calc(100vh - 8em);
}

.address-page .address-card {
  padding: 0.75em;
  margin-bottom: 15px;
  border-radius: 0.25em;
  background-color: white;
  position: relative;
  width: 48%;
  max-width: 100%;
  height: fit-content;
  border: 1px dashed #189687;
  float: left;
  margin-left: 17px;
}

.add-address-wrapper {
  clear: both;
  width: 100%;
}

.address-page .address-card label {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  font-size: 12px;
  color: #189687;
}

.address-page .address-card span {
  display: block;
  font-weight: 500;
}

.address-page .address-card div {
  margin-top: 0.5em;
  font-size: 14px;
}

.address-page .address-card button {
  border-radius: 2px;
  padding: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 1em;
}

.address-page .address-card .set-default-btn {
  background-color: #189687;
  color: white;
  margin-right: 1em;
}

.address-page .address-card .edit-btn {
  background-color: whitesmoke;
}

.address-page .form-container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 6;
  display: none;
}

.address-page .form-container.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.address-page .address-form {
  width: 100%;
  max-width: 600px;
  border-radius: 0.25em;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  border: 1px solid #e4e4e4;
}

.address-page .address-form .custom-select {
  width: 600px;
  max-width: 100%;
}

.address-page .address-form .custom-select .select-btn {
  width: 100%;
  font-size: 15px;
  padding: 0.75em;
  border: 1px solid #e4e4e4;
  border-radius: 0.25em;
  margin-bottom: 1em;
  color: #757575;
}

.address-page .address-form .custom-select .options {
  box-shadow: 0 0 2px 0 #757575;
  transition: none;
}

.address-page .address-form .custom-select .options > div {
  cursor: pointer;
  padding: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 15px;
}

.address-page .address-form input {
  width: 600px;
  max-width: 100%;
  font-size: 15px;
  padding: 0.75em;
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 0.25em;
  margin-top: 1em;
  margin-bottom: 2px;
  color: #757575;
}

.address-page .address-form .save-btn,
.address-page .address-form .cancel-btn {
  padding: 0.5em 1em;
  font-size: 15px;
}

.address-page .address-form .save-btn {
  background-color: #189687;
  color: white;
}

.address-page .address-form .cancel-btn {
  background-color: whitesmoke;
  color: #757575;
  margin-left: 3em;
}

.address-page .address-form .err-msg {
  margin-bottom: 8px;
}

.orders-list-page {
  padding: 1em;
  min-height: 100vh;
}

.orders-list-page .search-bar-order input {
  font-size: 16px;
  border: 1px solid #e4e4e4;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
  height: 40px;
  padding-left: 0.5em;
}

.orders-list-page .search-bar-order button {
  font-size: 16px;
  width: 40px;
  height: 40px;
  color: #757575;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border: 1px solid #e4e4e4;
  border-left: none;
}
@media only screen and (max-width: 710px) {
  .orders-list-page .row {
    padding: 0px !important;
  }
  .orders-list-page .sort-option {
    display: block !important;
    margin-bottom: 10px !important;
    /* margin-bottom: 10px; */
  }
}

.orders-list-page .row {
  align-items: center;
  justify-content: space-between;
  background-color: white;
  margin-bottom: 2px;
  padding: 15px;
  border-radius: 0.25em;
}

.orders-list-page span {
  color: #757575;
}

.orders-list-page table {
  border-collapse: collapse;
  word-break: break-word;
  border-top: 2px solid whitesmoke;
  width: 100%;
  border-radius: 0.25em;
  overflow: hidden;
}

.orders-list-page table th,
.orders-list-page table td {
  font-weight: normal;
  min-width: 130px;
  text-align: left;
  padding: 20px 15px;
  background-color: white;
  line-height: 1.5;
  color: #212121;
}

.orders-list-page table th {
  color: #757575;
}

.orders-list-page table tbody tr {
  cursor: pointer;
  font-size: 15px;
  border-top: 2px solid whitesmoke;
}

.orders-list-page table span {
  font-size: 14px;
}

.orders-list-page .order-card {
  cursor: pointer;
  position: relative;
}

.orders-list-page .order-card .row {
  margin-bottom: 4px;
}

.orders-list-page .order-card .status {
  background-color: white;
  padding: 0.5em;
  padding-left: 16px;
  font-size: 14px;
  color: #757575;
}

.orders-list-page .order-card .image {
  width: 100px;
  padding-right: 0.5em;
}

.orders-list-page .order-card .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.orders-list-page .order-card .info {
  width: calc(100% - 100px);
}

.orders-list-page .order-card .info div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.orders-list-page .order-card .info span {
  padding-top: 8px;
  display: block;
}

.order-info-page {
  padding: 1em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.order-info-page > button {
  position: absolute;
  top: 16px;
  color: white;
  font-weight: 500;
  right: 0px;
  padding: 0.5em;
  border-radius: 0.5em;
  background-color: #189687;
}

.order-info-page .title {
  font-weight: 300;
  font-size: 19px;
}

.order-info-page .title span {
  font-weight: bolder;
}

.order-info-page .date {
  font-size: 14px;
  color: #757575;
  margin-top: 1em;
}

.order-info-page .row {
  justify-content: space-between;
  flex-wrap: wrap;
}

.order-info-page .user-info,
.order-info-page .shipment-info,
.order-info-page .payment-info {
  margin-top: 1em;
  width: 32%;
}

.order-info-page .user-info h4,
.order-info-page .shipment-info h4,
.order-info-page .payment-info h4 {
  font-weight: bold;
  font-size: 14px;
}

.order-info-page .user-info .title,
.order-info-page .shipment-info .title,
.order-info-page .payment-info .title {
  font-size: 15px;
  font-weight: normal;
}

.order-info-page .user-info .info,
.order-info-page .shipment-info .info,
.order-info-page .payment-info .info {
  background-color: white;
  border-radius: 0.5em;
  padding: 1em;
  margin-top: 0.5em;
  height: calc(100% - 26px);
}

.order-info-page .user-info .info div,
.order-info-page .shipment-info .info div,
.order-info-page .payment-info .info div {
  font-size: 14px;
  line-height: 1.5;
  color: #757575;
  margin-top: 4px;
}

.order-info-page h4 {
  text-transform: uppercase;
}

.order-info-page table {
  border-collapse: collapse;
  word-break: break-word;
  border-top: 2px solid whitesmoke;
  border-radius: 0.5em;
  overflow: hidden;
  margin-top: 1em;
  width: 100%;
}

.order-info-page table th,
.order-info-page table td {
  font-weight: normal;
  min-width: 130px;
  text-align: left;
  padding: 20px 15px;
  background-color: white;
  line-height: 1.5;
  color: #212121;
}

.order-info-page table th .row,
.order-info-page table td .row {
  justify-content: unset;
  align-items: center;
}

.order-info-page table th .row .action,
.order-info-page table td .row .action {
  width: calc(100% - 100px);
}

.order-info-page table th .row .name,
.order-info-page table td .row .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 22px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-info-page table th button,
.order-info-page table th span,
.order-info-page table td button,
.order-info-page table td span {
  color: #189687;
}

.order-info-page table th {
  color: #757575;
}

.order-info-page table tbody tr {
  font-size: 15px;
  border-top: 2px solid whitesmoke;
}

.order-info-page table .image {
  width: 100px;
  padding-right: 0.5em;
}

.order-info-page table .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.order-info-page .item-card {
  display: flex;
  padding: 0.5em;
  background-color: white;
  margin-bottom: 0.25em;
}

.order-info-page .item-card .image {
  width: 80px;
  padding-right: 0.5em;
}

.order-info-page .item-card .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.order-info-page .item-card .row {
  justify-content: unset;
  margin-top: 0.5em;
  color: #757575;
}

.order-info-page .item-card .info {
  width: calc(100% - 80px);
}

.order-info-page .ratting-popup {
  background-color: white;
  width: 600px;
  max-width: 90%;
  position: relative;
  padding: 1em;
  border-radius: 0.5em;
}

.order-info-page .ratting-popup .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  border-radius: 100%;
  font-size: 20px;
  color: #757575;
}

.order-info-page .ratting-popup span {
  font-size: 14px;
  color: #757575;
}

.order-info-page .ratting-popup h4 {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-transform: unset;
}

.order-info-page .ratting-popup textarea {
  border: 1px solid #eeeeee;
  padding: 12px;
  border-radius: 4px;
  resize: none;
  width: 100%;
  outline: 0px;
  margin: 24px 0px 12px;
  line-height: 1.5;
  color: #757575;
  font-size: 14px;
}

.order-info-page .ratting-popup .row {
  justify-content: space-between;
}

.order-info-page .ratting-popup button {
  width: calc(50% - 1em);
  border-radius: 4px;
  display: block;
  height: 2.75em;
}

.order-info-page .ratting-popup .image-btn {
  color: #0b74e5;
  border: 1px solid #0b74e5;
}

.order-info-page .ratting-popup .submit-btn {
  background-color: #0b74e5;
  color: white;
}

.order-info-page .ratting-popup .stars {
  margin: auto;
  text-align: center;
  color: #e4d237;
  font-size: 32px;
  font-weight: lighter;
}

.order-info-page .ratting-popup .stars i {
  margin-left: 8px;
  margin-right: 8px;
}

.order-info-page .ratting-popup .preview-images {
  display: flex;
  margin: 1em -4px;
}

.order-info-page .ratting-popup .preview-images > div {
  width: calc(12.5% - 8px);
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 0.25em;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #e4e4e4;
}

.order-info-page .ratting-popup .preview-images > div .img-container {
  width: 100%;
  padding-top: 100%;
}

.order-info-page .ratting-popup .preview-images .show-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

.review-page {
  padding: 1em;
  padding-left: 3em;
  padding-right: 3em;
}

.review-page h4 {
  font-size: 20px;
  font-weight: lighter;
  color: #757575;
  margin-bottom: 16px;
}

.review-page .review-card {
  width: 48%;
  background-color: white;
  margin-bottom: 20px;
  margin-left: 16px;
  padding-left: 20px;
  padding-top: 10px;
  border-radius: 0.25em;
  border: 1px #9b9b9b solid;
  float: left;
}

.review-page .review-card.reviewed {
  width: 100%;
  float: none;
  padding-bottom: 10px;
  margin-left: 0;
  padding-right: 10px;
}

.review-page .review-card .image {
  width: 100px;
}

.review-page .review-card .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.review-page .review-card .info {
  width: calc(50% - 100px);
  padding: 0.5em;
}

.review-page .review-card .info .name {
  width: 100%;
  line-height: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-page .review-card textarea {
  border: 1px solid #eeeeee;
  padding: 12px;
  border-radius: 4px;
  resize: none;
  width: 50%;
  outline: 0px;
  line-height: 1.5;
  color: #757575;
  font-size: 16px;
}

.review-page .review-card .stars {
  color: #e4d237;
  font-weight: lighter;
  font-size: 14px;
  margin-top: 8px;
}

.review-page .review-card .stars i {
  margin-left: 4px;
}

.review-page .review-card .stars span {
  color: #757575;
  font-weight: 500;
}

.review-page .review-card a {
  font-size: 14px;
  color: #189687;
}

.account-page {
  min-height: calc(100vh - 6.5em);
  margin: auto;
}

@media only screen and (min-width: 600px) {
  .account-page {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 652px) {
  .address-page .address-form {
    max-width: 350px !important;
    width: 350px !important;
  }
}

@media only screen and (min-width: 768px) {
  .account-page {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 992px) {
  .account-page {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 0;
  }
}

@media only screen and (min-width: 1400px) {
  .account-page {
    max-width: 1370px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.account-page .row {
  align-items: center;
}

.account-page .account-info {
  padding: 1em;
  margin-top: 4px;
  background-color: white;
}

.account-page .account-info .avt {
  width: 60px;
  height: 60px;
  background-color: #1ba8ff;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  font-size: 18px;
}

.account-page .account-info .phone {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}

.account-page .account-info .name {
  font-size: 14px;
  line-height: 22px;
}

.account-page .account-info .email {
  font-size: 12px;
  color: #757575;
}

.account-page .link {
  padding: 10px 16px;
  background-color: white;
  font-size: 14px;
  color: #757575;
  margin-top: 2px;
}

.account-page .link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.account-page .link i {
  width: 24px;
  font-size: 20px;
  color: #757575;
}

.account-page .link span {
  font-weight: 500;
  color: #212121;
}

.account-page button {
  color: #1ba8ff;
  border: 1px solid #1ba8ff;
  border-radius: 0.25em;
  width: 90%;
  display: block;
  margin: auto;
  height: 45px;
  background-color: white;
  font-size: 14px;
  font-weight: 500;
  margin-top: 1em;
}

.err-page {
  font-size: 48px;
  font-weight: 500;
  background-color: white;
  color: #d1d1d1;
  height: 100vh;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.voucher-page {
  padding: 1em;
  min-height: calc(100vh - 8.5em);
}

.voucher-page .container > .row {
  flex-wrap: wrap;
  justify-content: space-between;
}

.voucher-page .voucher-card {
  margin-bottom: 1em;
  border-radius: 0.5em;
  width: calc(50% - 8px);
  background-color: white;
  border: dashed 2px #bc0412;
  position: relative;
  height: fit-content;
}

.voucher-page .voucher-card .name {
  width: 132px;
  height: 132px;
  padding: 8px;
}

.voucher-page .voucher-card .name div {
  height: 100%;
  width: 100%;
  border-radius: 0.5em;
  background: #cc3c4c;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.voucher-page .voucher-card .info-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  color: white;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  opacity: 0.8;
  background-color: rgba(188, 4, 18, 0.5);
}

.voucher-page .voucher-card .info {
  padding: 8px;
  width: calc(100% - 132px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.voucher-page .voucher-card .info .value {
  font-size: 20px;
  font-weight: 500;
}

.voucher-page .voucher-card .info .end,
.voucher-page .voucher-card .info .apply,
.voucher-page .voucher-card .info .code {
  margin-top: 4px;
  color: #757575;
  font-size: 14px;
}

.voucher-page .voucher-card h4 {
  padding: 8px;
  padding-top: 0;
  font-weight: lighter;
}

.voucher-page .voucher-card .products {
  padding: 8px;
  padding-top: 0;
  position: relative;
}

.voucher-page .voucher-card .products .card-wraper {
  padding-left: 4px;
  padding-right: 4px;
}

.voucher-page .voucher-card .products .slick-list {
  margin: 0 -3px;
}

.voucher-page .voucher-card .products .discount-product-card {
  width: 100%;
  border: dashed 1px #bc0412;
  padding: 8px;
  border-radius: 0.5em;
}

.voucher-page .voucher-card .products .discount-product-card .image {
  width: 100%;
  border-radius: 0.5em;
  overflow: hidden;
}

.voucher-page
  .voucher-card
  .products
  .discount-product-card
  .image
  .img-container {
  width: 100%;
  padding-top: 100%;
}

.voucher-page .voucher-card .products .discount-product-card .price {
  margin-top: 0.5em;
  font-size: 16px;
  font-weight: 500;
  color: #f57224;
}

.voucher-page .voucher-card .products .discount-product-card .prev-price {
  font-size: 12px;
  color: #757575;
}

.voucher-page h3 {
  font-size: 20px;
  font-weight: lighter;
  color: #212121;
  margin-bottom: 1em;
}

.combo-page {
  padding: 1em;
  min-height: calc(100vh - 8.5em);
}

.combo-page .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.combo-page .combo-card {
  margin-top: 8px;
  margin-bottom: 8px;
  width: calc(50% - 8px);
  border: dashed 2px #bc0412;
  border-radius: 0.5em;
  background: white;
  position: relative;
}

.combo-page .combo-card .info-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  color: white;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  opacity: 0.8;
  background-color: rgba(188, 4, 18, 0.5);
}

.combo-page .combo-card .buy-now-btn {
  background-color: red;
  right: 75px;
}

.combo-page .combo-card .top {
  display: flex;
}

.combo-page .combo-card .top .name {
  width: 132px;
  height: 132px;
  padding: 8px;
}

.combo-page .combo-card .top .name div {
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: white;
  background: #cc3c4c;
}

.combo-page .combo-card .top .info {
  padding: 8px;
  width: calc(100% - 132px);
}

.combo-page .combo-card .top .info .value {
  font-size: 20px;
  font-weight: 500;
}

.combo-page .combo-card .top .info .date,
.combo-page .combo-card .top .info .note {
  margin-top: 0.5em;
  color: #757575;
  font-size: 14px;
}

.combo-page .products {
  padding: 8px;
  padding-top: 0;
  position: relative;
}

.combo-page .products .card-wraper {
  padding-left: 4px;
  padding-right: 4px;
}

.combo-page .products .slick-list {
  margin: 0 -3px;
}

.combo-page .products .discount-product-card {
  width: 100%;
  border: dashed 1px #bc0412;
  padding: 8px;
  border-radius: 0.5em;
}

.combo-page .products .discount-product-card .image {
  width: 100%;
  border-radius: 0.5em;
  overflow: hidden;
}

.combo-page .products .discount-product-card .image .img-container {
  width: 100%;
  padding-top: 100%;
}

.combo-page .products .discount-product-card .price {
  font-size: 16px;
  font-weight: 500;
  color: #f57224;
}

.combo-page .products .discount-product-card .prev-price {
  font-size: 12px;
  color: #757575;
}

.collaborator-page {
  min-height: calc(100vh - 8.5em);
  padding: 1em 0;
}

.collaborator-page .container {
  padding: 1em;
  background-color: white;
  border-radius: 0.25em;
}

.collaborator-page .container.row {
  flex-wrap: wrap;
}

.collaborator-page .container .tabs.row {
  margin-bottom: 1em;
}

.collaborator-page .container .tabs.row > div {
  padding-bottom: 0.75em;
  cursor: pointer;
}

.collaborator-page .container .tabs.row > div.active {
  border-bottom: 3px solid #212121;
}

.collaborator-page .container h4 {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 500;
}

.collaborator-page .container .info-tab {
  display: flex;
}

.collaborator-page .container .info-tab .column {
  margin-right: 1em;
}

.collaborator-page .container .info-tab .income-card {
  width: 400px;
  padding: 1em;
  border-radius: 0.25em;
  border: 2px dashed #189687;
}

.collaborator-page .container .info-tab .income-card .row {
  justify-content: space-between;
  font-size: 14px;
  color: #757575;
  margin-top: 0.5em;
}

.collaborator-page .container .info-tab .income-card span {
  font-weight: 400;
  font-size: 18px;
}

.collaborator-page .container .info-tab .income-card i,
.collaborator-page .container .info-tab .income-card img {
  color: #189687;
  margin-right: 0.5em;
  font-size: 20px;
  width: 30px;
  height: 30px;
}

.collaborator-page .container .info-tab .income-card:last-of-type {
  margin-top: 1em;
}

.collaborator-page .container .info-tab .table {
  border-radius: 0.25em;
  border: 1px solid #757575;
  overflow: hidden;
  width: calc(100% - 400px);
}

.collaborator-page .container .info-tab .table .top {
  font-size: 18px;
  padding: 0.75em;
  border-bottom: 1px solid #757575;
  display: flex;
  align-items: center;
}

.collaborator-page .container .info-tab .table .top span {
  font-weight: 500;
}

.collaborator-page .container .info-tab .table .top img {
  width: 24px;
  height: 24px;
  margin-right: 0.75em;
  object-fit: contain;
}

.collaborator-page .container .info-tab .table .content .data {
  padding: 0.75em;
  justify-content: space-between;
  border-bottom: 1px solid #757575;
  font-size: 18px;
}

.collaborator-page .container .info-tab .table .content .data img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 0.75em;
}

.collaborator-page .container .info-tab .table .content .data span {
  color: #f57224;
  font-weight: 500;
}

.collaborator-page .container .info-tab .table .content .data:last-of-type {
  border: none;
}

.collaborator-page .container .payment-tab {
  display: flex;
  justify-content: space-between;
}

.collaborator-page .container .payment-tab .top {
  font-size: 18px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  padding: 0.5em;
  align-items: center;
  position: relative;
}

.collaborator-page .container .payment-tab .top span {
  font-weight: 500;
}

.collaborator-page .container .payment-tab .top img {
  width: 24px;
  height: 24px;
  margin-right: 0.75em;
  object-fit: contain;
}

.collaborator-page .container .payment-tab .payment-info {
  border: 1px solid #e4e4e4;
  border-radius: 0.25em;
  overflow: hidden;
  width: 550px;
}

.collaborator-page .container .payment-tab .payment-info .content > .row {
  padding: 0.5em;
}

.collaborator-page .container .payment-tab .payment-info .content label {
  width: 7em;
  color: #757575;
}

.collaborator-page .container .payment-tab .payment-info .content span {
  font-weight: 500;
}

.collaborator-page .container .payment-tab .payment-info .content .image {
  margin-top: 0.5em;
  width: 200px;
}

.collaborator-page
  .container
  .payment-tab
  .payment-info
  .content
  .image
  .img-container {
  width: 100%;
  padding-top: 63%;
}

.collaborator-page .container .payment-tab .payment-info .content button {
  padding: 0.5em 1em;
  font-size: 16px;
  color: white;
  margin: auto;
  margin-bottom: 0.5em;
  border-radius: 0.25em;
  display: block;
}

.collaborator-page .container .payment-tab .payment-policy {
  width: calc(100% - 566px);
}

.collaborator-page .container .payment-tab .payment-policy label {
  color: #757575;
  font-size: 12px;
  width: 250px;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 0.5em;
}

.collaborator-page .container .payment-tab .payment-policy > div {
  border: 1px solid #e4e4e4;
  border-radius: 0.25em;
  overflow: hidden;
  height: fit-content;
}

.collaborator-page .container .payment-tab .payment-policy > div .content {
  padding: 0.5em;
}

.collaborator-page .container .payment-tab .payment-policy > div .content span {
  font-size: 14px;
  color: #757575;
}

.collaborator-page .container .payment-tab .payment-policy button {
  padding: 0.5em 1em;
  color: white;
  font-size: 16px;
  border-radius: 0.25em;
  display: block;
  margin: auto;
  margin-top: 1em;
}

.collaborator-page .container .payment-tab .info-popup {
  padding: 1em 2em;
  width: 600px;
  max-height: calc(100% - 2em);
  overflow-y: scroll;
  max-width: calc(100% - 1em);
  border-radius: 0.5em;
  background-color: white;
  justify-content: space-evenly;
  position: relative;
}

.collaborator-page .container .payment-tab .info-popup > .row {
  align-items: center;
  margin-bottom: 1em;
}

.collaborator-page .container .payment-tab .info-popup > .row:last-of-type {
  margin: 0;
}

.collaborator-page
  .container
  .payment-tab
  .info-popup
  > .row:last-of-type
  > div {
  width: calc(100% - 8em);
}

.collaborator-page .container .payment-tab .info-popup button {
  padding: 8px 20px;
  font-size: 16px;
  color: white;
  border-radius: 0.25em;
  margin-top: 1em;
  font-weight: 500;
}

.collaborator-page .container .payment-tab .info-popup button:last-of-type {
  color: #757575;
  background-color: #e4e4e4;
}

.collaborator-page .container .payment-tab .info-popup span {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.collaborator-page .container .payment-tab .info-popup .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 4;
  color: white;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.collaborator-page .container .payment-tab .info-popup input[type="text"] {
  width: calc(100% - 8em);
  font-size: 15px;
  padding: 0.75em;
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 0.25em;
}

.collaborator-page .container .payment-tab .info-popup label {
  width: 8em;
  color: #757575;
}

.collaborator-page .container .payment-tab .info-popup .idcard-img {
  width: calc(50% - 0.5em);
}

.collaborator-page .container .payment-tab .info-popup .image {
  margin-top: 0.5em;
  width: 100%;
  position: relative;
}

.collaborator-page .container .payment-tab .info-popup .image .img-container {
  width: 100%;
  padding-top: 63%;
}

.collaborator-page
  .container
  .payment-tab
  .info-popup
  .idcard-img:last-of-type {
  margin-left: 1em;
}

.collaborator-page .container .statistic-tab {
  display: flex;
  justify-content: space-between;
}

.collaborator-page .container .statistic-tab .report {
}

.collaborator-page .container .statistic-tab .mini-tabs {
  width: 240px;
  background-color: whitesmoke;
  border-radius: 0.25em;
  overflow: hidden;
}

.collaborator-page .container .statistic-tab .mini-tabs > div {
  width: 240px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.75em;
}

.collaborator-page .container .statistic-tab .mini-tabs > div img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  object-fit: contain;
}

.collaborator-page .container .statistic-tab .mini-tabs > div:hover {
  background-color: #e4e4e4;
}

.collaborator-page .container .statistic-tab .mini-tabs .active {
  background-color: #e4e4e4;
}

.collaborator-page .container .statistic-tab .receipt-tab {
  width: calc(100% - 256px);
}

.collaborator-page .container .statistic-tab .receipt-tab table {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 0.25em;
  overflow: hidden;
}

.collaborator-page .container .statistic-tab .receipt-tab table th,
.collaborator-page .container .statistic-tab .receipt-tab table td {
  padding: 0.75em;
  color: #212121;
}

.collaborator-page .container .statistic-tab .receipt-tab table th {
  text-align: left;
}

.collaborator-page .container .statistic-tab .receipt-tab table tr {
  height: 2em;
  cursor: pointer;
}

.collaborator-page .container .statistic-tab .receipt-tab table tr:hover {
  background-color: rgb(242, 243, 234);
}

.collaborator-page .container .statistic-tab .receipt-tab table tbody td {
  border-top: 1px solid #e4e4e4;
}

.collaborator-page .container .statistic-tab .balance-tab {
  width: calc(100% - 256px);
}

.collaborator-page .container .statistic-tab .balance-tab table {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 0.25em;
  overflow: hidden;
}

.collaborator-page .container .statistic-tab .balance-tab table .detail {
  width: 100%;
  height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.collaborator-page .container .statistic-tab .balance-tab table th,
.collaborator-page .container .statistic-tab .balance-tab table td {
  padding: 0.75em;
  color: #212121;
}

.collaborator-page .container .statistic-tab .balance-tab table th {
  text-align: left;
}

.collaborator-page .container .statistic-tab .balance-tab table tr {
  height: 2em;
}

.collaborator-page .container .statistic-tab .balance-tab table tbody td {
  border-top: 1px solid #e4e4e4;
}

.collaborator-page .stop-working {
  height: calc(100vh - 10em);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.collaborator-page .stop-working h3 {
  width: 100%;
  text-align: center;
  color: #757575;
  font-size: 22px;
}

@media only screen and (max-width: 600px) {
  .home-page .blog-section {
    padding: 0.5em;
  }
  .product-info-page {
    padding-left: 0;
    padding-right: 0;
    padding: 0.5em;
  }
  .product-info-page .breadcrumbs {
    padding: 0;
    margin: 8px 0;
  }
  .product-info-page .main-info.row {
    flex-direction: column;
  }
  .product-info-page .main-info.row .product-images {
    width: 100%;
  }
  .product-info-page .main-info.row .product-order-info {
    width: 100%;
    padding-top: 0;
  }
  .product-info-page .main-info.row .product-order-info .name {
    font-size: 16px;
  }
  .product-info-page .main-info.row .product-order-info .price-wraper {
    padding: 0;
    margin-top: 0.5em;
  }
  .product-info-page .main-info.row .product-order-info .price-wraper .price {
    font-size: 26px;
  }
  .product-info-page
    .main-info.row
    .product-order-info
    .product-voucher
    .column {
    width: 100%;
  }
  .product-info-page .main-info.row .product-order-info .cart-action .actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-info-page
    .main-info.row
    .product-order-info
    .cart-action
    .actions
    #addcart-btn {
    margin: 0;
    margin-top: 1em;
    padding: 10px;
  }
  .product-info-page
    .main-info.row
    .product-order-info
    .cart-action
    .actions
    .collaborator-action {
    width: 100%;
    margin-top: 1em;
  }
  .product-info-page
    .main-info.row
    .product-order-info
    .cart-action
    .actions
    .collaborator-action
    button {
    margin-right: 0.5em;
  }
  .product-info-page
    .main-info.row
    .product-order-info
    .cart-action
    .actions
    span {
    display: none;
  }
  .product-info-page .detail-info h3 {
    padding-left: 0.5em;
  }
  .product-info-page .detail-info .detail .row .title {
    width: 10em;
  }
  .product-info-page .detail-info .detail .row .info {
    width: calc(100% - 10em);
  }
  .product-info-page .detail-info .tabs .comment .comment-card {
    flex-direction: column;
  }
  .product-info-page
    .detail-info
    .tabs
    .comment
    .comment-card
    .comment-display {
    width: 100%;
  }
  .product-info-page
    .detail-info
    .tabs
    .comment
    .comment-card
    .comment-display
    .row {
    flex-direction: column;
    height: 50px;
    justify-content: space-around;
  }
  .product-info-page .detail-info .tabs .comment .images-show .row {
    height: calc(100% - 150px);
  }
  .product-info-page .detail-info .tabs .comment .images-show .row img {
    max-width: calc(100% - 50px);
  }
  .product-info-page .detail-info .tabs .comment .images-show > button {
    position: absolute;
    top: 1em;
    right: 1em;
  }
  .product-info-page .detail-info .tabs .comment .images-show > button i {
    font-size: 32px;
    color: white !important;
  }
  .product-info-page .detail-info .tabs .comment .images-show button i {
    font-size: 32px;
    color: white !important;
    margin: 0;
  }
  .product-info-page .detail-info .tabs .comment .images-show .left-btn,
  .product-info-page .detail-info .tabs .comment .images-show .right-btn {
    display: none;
  }
  .product-info-page .detail-info .tabs .comment .images-show .images-slider {
    width: 100%;
    overflow: hidden;
  }
  .product-info-page
    .detail-info
    .tabs
    .comment
    .images-show
    .images-slider
    .wraper {
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .product-info-page
    .detail-info
    .tabs
    .comment
    .images-show
    .images-slider
    .slick-list {
    padding: 0;
    margin: 0 -8px;
  }
  .product-info-page
    .detail-info
    .tabs
    .comment
    .images-show
    .images-slider
    .img-container {
    width: 100%;
    padding-top: 100%;
    background-color: black;
    border-radius: 0.25em;
    overflow: hidden;
  }
  .product-info-page
    .detail-info
    .tabs
    .comment
    .images-show
    .images-slider
    .img-container
    img {
    opacity: 0.5;
  }
  .product-info-page
    .detail-info
    .tabs
    .comment
    .images-show
    .images-slider
    .img-container
    img.active {
    opacity: 1;
  }
  .products-list-page .filter {
    display: none;
  }
  .products-list-page .mobile-tool {
    display: flex;
  }
  .products-list-page > .row .categories-column {
    display: none;
  }
  .products-list-page > .row .products-list {
    width: 100%;
  }
  .products-list-page > .row .products-list .row .product-card {
    width: calc(50% - 16px);
  }
  .products-list-page > .row .products-list .sort-option.row {
    display: none;
  }
  .cart-page .container {
    flex-direction: column;
    padding: 0;
  }
  .cart-page .cart-items-list {
    width: 100%;
  }
  .cart-page .cart-items-list .cart-item {
    position: relative;
  }
  .cart-page .cart-items-list .cart-item .item-info {
    width: 100%;
    flex-direction: column;
  }
  .cart-page .cart-items-list .cart-item .item-info .name {
    width: 100%;
    margin-top: 0;
    height: fit-content;
    max-height: 36px;
  }
  .cart-page .cart-items-list .cart-item .item-info .price {
    margin-left: 1em;
    margin-top: 0.5em;
    display: flex;
    width: fit-content;
    align-items: center;
  }
  .cart-page .cart-items-list .cart-item .item-info .price .current-price {
    font-size: 15px;
    font-weight: 500;
  }
  .cart-page .cart-items-list .cart-item .item-info .price .past-price {
    padding-left: 1em;
  }
  .cart-page .cart-items-list .cart-item .item-info .delete-btn {
    position: absolute;
    right: 1em;
    bottom: 1em;
    height: fit-content;
  }
  .cart-page .cart-items-list .cart-item .item-info .row {
    margin-top: 1em;
    margin-left: 1em;
  }
  .cart-page .cart-items-list .cart-item .item-info .row button {
    font-size: 16px;
    width: 1.75em;
    height: 1.75em;
    background: whitesmoke;
  }
  .cart-page .cart-items-list .cart-item .item-info .row input {
    width: 3em;
    font-size: 14px;
    text-align: center;
  }
  .cart-page .order-info {
    padding-left: 0.5em;
    padding-top: 0;
    width: 100%;
  }
  .cart-page .modal .address-popup {
    padding: 1em;
  }
  .cart-page .modal .address-popup > button {
    top: 1em;
    right: 1em;
  }
  .news-list-page {
    flex-direction: column;
  }
  .news-list-page .news-category {
    display: flex;
  }
  .news-list-page .categories-column {
    display: none;
  }
  .news-list-page .title h4 {
    display: none;
  }
  .news-list-page > .row .news-list {
    width: 100%;
  }
  .news-list-page > .row .news-list .card-container {
    width: 50%;
  }
  .news-page {
    padding: 0.5em;
  }
  .news-page .container {
    padding: 0;
  }
  .news-page .latest-news {
    display: none;
  }
  .news-page h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 2.5em;
  }
  .news-page .news {
    width: 100%;
  }
  .news-page .main-view {
    width: 100%;
  }
  .address-page {
    padding: 0.5em;
    min-height: calc(100vh - 6em);
  }
  .orders-list-page {
    padding: 0.5em;
    padding-left: 0em;
    padding-right: 0em;
    min-height: calc(100vh - 5em);
  }
  .orders-list-page table {
    display: none;
  }
  .orders-list-page .custom-select .select-btn {
    padding: 0.5em;
    width: 10em;
    height: 2em;
    font-size: 16px;
    border: 1px solid #b4b4b4;
    border-radius: 0;
  }
  .orders-list-page .custom-select .options > div {
    cursor: pointer;
    padding: 0.5em;
  }
  .order-info-page {
    padding-left: 1em;
    padding-right: 1em;
    padding: 0.5em;
  }
  .order-info-page > button {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 1em;
  }
  .order-info-page .shipment-info,
  .order-info-page .payment-info,
  .order-info-page .user-info {
    width: 100%;
    background-color: white;
    padding: 1em;
    margin-top: 0.25em;
  }
  .order-info-page .shipment-info .info,
  .order-info-page .payment-info .info,
  .order-info-page .user-info .info {
    padding: 0;
  }
  .order-info-page .prePrice,
  .order-info-page .discount {
    display: none;
  }
  .order-info-page table {
    display: none;
  }
  .voucher-page {
    padding: 0.5em;
    min-height: calc(100vh - 8.5em);
  }
  .voucher-page .container {
    padding: 0;
  }
  .voucher-page .title {
    line-height: 2em;
  }
  .voucher-page h3 {
    margin: 0;
    margin-top: 0.5em;
  }
  .voucher-page h3:first-of-type {
    margin-top: 0;
  }
  .voucher-page .voucher-card {
    width: 100%;
    margin: 0;
    margin-top: 0.5em;
  }
  .voucher-page .voucher-card .name {
    margin-right: 0.5em;
  }
  .review-page {
    padding-left: 1em;
    padding-right: 1em;
    padding: 0.5em;
    min-height: calc(100vh - 6.5em);
  }
  .review-page h4 {
    margin-bottom: 8px;
  }
  .review-page .review-card .image {
    width: 80px;
  }
  .review-page .review-card .info {
    width: calc(100% - 80px);
  }
  .review-page .review-card textarea {
    display: none;
  }
  .review-page .review-card textarea.mobile {
    display: block;
    width: 100%;
  }
  .combo-page {
    padding: 0;
    padding-top: 0.5em;
  }
  .combo-page .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .combo-page .combo-card {
    width: 100%;
    margin-top: 0;
  }
  .purchased-product-page {
    padding-top: 1em;
    margin-bottom: 1em;
  }
  .purchased-product-page .products-list {
    width: 100%;
  }
  .purchased-product-page .products-list span {
    display: none;
  }
  .purchased-product-page .products-list > .row {
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 4px;
  }
  .purchased-product-page .products-list > .row .product-card {
    width: calc(50% - 16px);
    margin: 8px;
  }
  .collaborator-page .container .info-tab {
    flex-wrap: wrap;
  }
  .collaborator-page .container .info-tab .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .collaborator-page .container .info-tab .column .income-card {
    width: 100%;
    margin: 0;
  }
  .collaborator-page .container .info-tab .column .income-card:last-of-type {
    margin-top: 1em;
  }
  .collaborator-page .container .info-tab .table {
    width: 100%;
    margin-top: 1em;
  }
  .collaborator-page .container .payment-tab {
    flex-direction: column;
  }
  .collaborator-page .container .payment-tab .payment-info {
    width: 100%;
  }
  .collaborator-page .container .payment-tab .payment-info .idcard-img {
    flex-direction: column;
  }
  .collaborator-page .container .payment-tab .payment-info .content .image {
    width: 180px;
  }
  .collaborator-page .container .payment-tab .payment-policy {
    margin-top: 1em;
    width: 100%;
  }
  .collaborator-page .container .statistic-tab {
    flex-direction: column;
  }
  .collaborator-page .container .statistic-tab .mini-tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .collaborator-page .container .statistic-tab .mini-tabs > div {
    width: 100%;
  }
  .collaborator-page .container .statistic-tab .receipt-tab {
    width: 100%;
    margin-top: 1em;
  }
  .collaborator-page .container .statistic-tab .receipt-tab table .value,
  .collaborator-page .container .statistic-tab .receipt-tab table .date {
    display: none;
  }
  .collaborator-page .container .statistic-tab .receipt-tab table button {
    padding: 4px 8px;
    color: white;
    font-weight: 500;
    border-radius: 0.25em;
  }
  .collaborator-page .container .statistic-tab .balance-tab {
    width: 100%;
    margin-top: 1em;
  }
  .collaborator-page .container .statistic-tab .balance-tab table button {
    padding: 4px 8px;
    color: white;
    font-weight: 500;
    border-radius: 0.25em;
  }
  .collaborator-page .container .statistic-tab .balance-tab table .detail {
    display: none;
  }
  .collaborator-page .container .statistic-tab .balance-tab table .balance {
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .home-page .home-banner .middle {
    width: 100%;
  }
  .product-info-page {
    padding-left: 0;
    padding-right: 0;
  }
  .product-info-page .main-info.row .product-images {
    width: 50%;
  }
  .product-info-page .main-info.row .product-order-info {
    width: 50%;
  }
  .product-info-page .main-info.row .product-order-info .name {
    font-size: 20px;
  }
  .product-info-page .main-info.row .product-order-info .price-wraper {
    padding: 0;
    margin-top: 0.5em;
  }
  .product-info-page .main-info.row .product-order-info .price-wraper .price {
    font-size: 24px;
  }
  .product-info-page
    .main-info.row
    .product-order-info
    .cart-action
    .actions
    .collaborator-action {
    width: 100%;
    flex-direction: column-reverse;
  }
  .product-info-page
    .main-info.row
    .product-order-info
    .cart-action
    .actions
    .share {
    margin-top: 0.5em;
  }
  .product-info-page
    .main-info.row
    .product-order-info
    .cart-action
    .actions
    #addcart-btn,
  .product-info-page
    .main-info.row
    .product-order-info
    .cart-action
    .actions
    #link-btn {
    width: 100%;
    margin: 0;
    margin-top: 0.5em;
  }
  .product-info-page .main-info.row .product-voucher {
    display: none;
  }
  .product-info-page .detail-info .detail .row .title {
    width: 10em;
  }
  .product-info-page .detail-info .detail .row .info {
    width: calc(100% - 10em);
  }
  .product-info-page .detail-info .tabs .comment .comment-card {
    flex-direction: column;
  }
  .product-info-page
    .detail-info
    .tabs
    .comment
    .comment-card
    .comment-display {
    width: 100%;
  }
  .product-info-page
    .detail-info
    .tabs
    .comment
    .comment-card
    .comment-display
    .row {
    flex-direction: column;
    height: 50px;
    justify-content: space-around;
  }
  .product-info-page .similar-products .row .product-card {
    width: calc(25% - 16px);
    margin: 8px;
  }
  .products-list-page > .row .categories-column {
    display: none;
  }
  .products-list-page > .row .products-list {
    width: 100%;
  }
  .products-list-page > .row .products-list .row .product-card {
    width: calc(33.333% - 16px);
  }
  .products-list-page > .row .products-list .sort-option.row .select-btn {
    width: 11em;
    height: 2.5em;
  }
  .cart-page .container {
    flex-direction: column;
  }
  .cart-page .cart-items-list {
    width: 100%;
  }
  .cart-page .order-info {
    padding-left: 0.5em;
    padding-top: 0;
    width: 100%;
  }
  .news-list-page {
    flex-direction: column;
  }
  .news-list-page .news-category {
    display: flex;
  }
  .news-list-page .categories-column {
    display: none;
  }
  .news-list-page > .row .news-list {
    width: 100%;
  }
  .news-list-page > .row .news-list .card-container {
    width: 50%;
  }
  .news-page {
    padding: 1em;
    min-height: calc(100vh - 8em);
  }
  .news-page .news {
    width: 100%;
  }
  .news-page .latest-news {
    display: none;
  }
  .news-page .main-view {
    width: 100%;
  }
  .orders-list-page {
    padding-left: 1em;
    padding-right: 1em;
  }
  .orders-list-page .order-id {
    display: none;
  }
  .orders-list-page .total {
    display: none;
  }
  .order-info-page {
    padding-left: 1em;
    padding-right: 1em;
  }
  .order-info-page .user-info {
    width: 100%;
  }
  .order-info-page .shipment-info {
    width: 49%;
  }
  .order-info-page .payment-info {
    width: 49%;
  }
  .order-info-page .prePrice,
  .order-info-page .discount {
    display: none;
  }
  .order-info-page table .image {
    width: 80px;
  }
  .review-page {
    padding-left: 1em;
    padding-right: 1em;
  }
  .voucher-page .voucher-card {
    width: 100%;
  }
  .combo-page {
    padding: 1em;
    min-height: calc(100vh - 8.5em);
  }
  .combo-page .combo-card {
    width: 100%;
  }
  .purchased-product-page {
    padding-top: 1em;
    margin-bottom: 1em;
  }
  .purchased-product-page .products-list {
    width: 100%;
  }
  .purchased-product-page .products-list > .row {
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 4px;
  }
  .purchased-product-page .products-list > .row .product-card {
    width: calc(33.333% - 16px);
    margin: 8px;
  }
  .collaborator-page .container .info-tab {
    flex-wrap: wrap;
  }
  .collaborator-page .container .info-tab .column {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .collaborator-page .container .info-tab .column .income-card {
    width: calc(50% - 8px);
    margin: 0;
  }
  .collaborator-page .container .info-tab .table {
    width: 100%;
    margin-top: 1em;
  }
  .collaborator-page .container .payment-tab {
    flex-direction: column;
  }
  .collaborator-page .container .payment-tab .payment-info {
    width: 100%;
  }
  .collaborator-page .container .payment-tab .payment-info .content .image {
    width: 180px;
  }
  .collaborator-page .container .payment-tab .payment-policy {
    margin-top: 1em;
    width: 100%;
  }
  .collaborator-page .container .statistic-tab {
    flex-direction: column;
  }
  .collaborator-page .container .statistic-tab .mini-tabs {
    display: flex;
    width: 100%;
  }
  .collaborator-page .container .statistic-tab .mini-tabs > div {
    width: 50%;
  }
  .collaborator-page .container .statistic-tab .receipt-tab {
    width: 100%;
    margin-top: 1em;
  }
  .collaborator-page .container .statistic-tab .balance-tab {
    width: 100%;
    margin-top: 1em;
  }
  .collaborator-page .container .statistic-tab .balance-tab table .date {
    width: 110px;
  }
  .collaborator-page .container .statistic-tab .balance-tab table .balance {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .product-info-page .main-info.row .product-images {
    width: 50%;
  }
  .product-info-page .main-info.row .product-order-info {
    width: 50%;
  }
  .product-info-page .main-info.row .product-order-info .name {
    font-size: 20px;
  }
  .product-info-page .main-info.row .product-order-info .price-wraper {
    padding: 0;
    margin-top: 0.5em;
  }
  .product-info-page .main-info.row .product-order-info .price-wraper .price {
    font-size: 24px;
  }
  .product-info-page .main-info.row .product-voucher {
    display: none;
  }
  .product-info-page .detail-info .detail .row .title {
    width: 10em;
  }
  .product-info-page .detail-info .detail .row .info {
    width: calc(100% - 10em);
  }
  .product-info-page .detail-info .tabs .comment .comment-card {
    flex-direction: column;
  }
  .product-info-page
    .detail-info
    .tabs
    .comment
    .comment-card
    .comment-display {
    width: 100%;
  }
  .product-info-page
    .detail-info
    .tabs
    .comment
    .comment-card
    .comment-display
    .row {
    flex-direction: column;
    height: 50px;
    justify-content: space-around;
  }
  .products-list-page > .row .products-list > .row {
    margin: 0 -4px;
  }
  .products-list-page > .row .products-list > .row .product-card {
    width: calc(33.333% - 8px);
    margin: 4px;
  }
  .cart-page .container {
    flex-direction: column;
  }
  .cart-page .cart-items-list {
    width: 100%;
  }
  .cart-page .order-info {
    padding-left: 0.5em;
    padding-top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cart-page .order-info > div {
    width: calc(50% - 4px);
  }
  .news-list-page .latest-news {
    display: none;
  }
  .news-list-page > .row .news-list .card-container {
    width: 50%;
  }
  .news-page .news-category {
    width: 100%;
  }
  .news-page .news {
    margin-top: 1em;
    width: calc(100% - 100px);
    padding: 1em;
    border-radius: 0.25em;
    background: white;
  }
  .orders-list-page {
    padding-left: 1em;
    padding-right: 1em;
  }
  .orders-list-page .order-id {
    display: none;
  }
  .order-info-page .price {
    display: none;
  }
  .order-info-page table .image {
    width: 80px;
  }
  .review-page {
    padding-left: 1em;
    padding-right: 1em;
  }
  .combo-page {
    padding: 1em;
    min-height: calc(100vh - 8.5em);
  }
  .combo-page .combo-card {
    width: 100%;
  }
  .voucher-page {
    padding: 1em;
    min-height: calc(100vh - 8.5em);
  }
  .voucher-page .voucher-card {
    width: 100%;
  }
  .purchased-product-page {
    padding-top: 1em;
    margin-bottom: 1em;
  }
  .purchased-product-page .products-list {
    width: 100%;
  }
  .purchased-product-page .products-list > .row {
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 4px;
  }
  .purchased-product-page .products-list > .row .product-card {
    width: calc(25% - 16px);
    margin: 8px;
  }
  .collaborator-page .container .info-tab {
    flex-wrap: wrap;
  }
  .collaborator-page .container .info-tab .column {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .collaborator-page .container .info-tab .column .income-card {
    width: calc(50% - 8px);
    margin: 0;
  }
  .collaborator-page .container .info-tab .table {
    width: 100%;
    margin-top: 1em;
  }
  .collaborator-page .container .payment-tab {
    flex-direction: column;
  }
  .collaborator-page .container .payment-tab .payment-info {
    width: 100%;
  }
  .collaborator-page .container .payment-tab .payment-policy {
    margin-top: 1em;
    width: 100%;
  }
  .collaborator-page .container .statistic-tab {
    flex-direction: column;
  }
  .collaborator-page .container .statistic-tab .mini-tabs {
    display: flex;
    width: 100%;
  }
  .collaborator-page .container .statistic-tab .mini-tabs > div {
    width: 50%;
  }
  .collaborator-page .container .statistic-tab .receipt-tab {
    width: 100%;
    margin-top: 1em;
  }
  .collaborator-page .container .statistic-tab .balance-tab {
    width: 100%;
    margin-top: 1em;
  }
}

@media only screen and (max-width: 600px) {
  .chat .messages-container.active {
    left: 0;
  }

  .chat .messages-container.active {
    left: 0;
  }

  @media only screen and (max-width: 600px) {
    .chat .messages-container {
      position: absolute;
      right: 0;
      bottom: 60px;
      height: 282px;
      width: 240px;
      background-color: white;
      border-radius: 0.5em;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      box-shadow: 0 0 4px 0 #8a8a8a;
      overflow: hidden;
      transition: 0.5s;
      z-index: 4;
      right: -359px;
    }
  }
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.error_input {
  font-size: 13px;
  color: red;
  margin-top: 2px;
  margin-left: 2px;
}

input:disabled {
  background: #0000001a;
}

.breadcrumbs {
  width: 100%;
  padding: 15px 200px 15px 0;
  color: #6c6e79;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

._1g-4gk {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 12.5rem;
  height: 11.1875rem;
  background-image: url(https://polytronofficial.com/assets/images/empty-cart.png);
}

._2tKeYb {
  height: 21rem;
}

._1fP0AH {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 37.5rem;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._35zxc9 {
  text-decoration: none;
  color: white;
  display: block;
  margin-top: 1.0625rem;
  border-radius: 0.25em;
}

._2tKeYb .h9wsC4 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 1.125rem;
}

._35zxc9 > .shopee-button-solid {
  padding: 0.625rem 2.625rem;
}

._3SCpTT {
  font-size: 1rem;
  text-transform: capitalize;
  color: white;
}

.sk-spinner {
  transform: scale(2.5);
}

/* */

option[disabled] {
  display: none;
}

select {
  border: 1px solid #dddddd;
  padding: 10px;
}

Select {
  width: 100%;
  top: 0;
}

.select-list {
  top: 0;
  width: 100%;
}

/* cart */

.cart-items-list .list-order {
  padding: 10px;
  border-radius: 5px 5px 0 0;
  background: #dde0e5b8;
}

.cart-items-list .box-cart h5 {
  margin: 0;
}

.cart-items-list .box-cart {
  border-radius: 5px;
  border: 1px solid #dddddd;
}

.personal-info {
  border-radius: 5px;
  border: 1px solid #dddddd;
}

.personal-info .address-cart h5 {
  margin: 0;
}

.personal-info .address-cart {
  background-color: #dde0e5b8;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
}

.address-cart .fas {
  margin-top: 1px;
  margin-right: 5px;
  font-size: 15px;
}

.content-address-cart {
  margin: 15px;
}

.voucher-input .box-voucher-cart h5 {
  margin: 0;
}

.voucher-input .box-voucher-cart {
  background-color: #dde0e5b8;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
}

.voucher-wrapper {
  margin: 10px;
  padding-bottom: 15px;
}

.box-voucher-cart .fas {
  margin-top: 1px;
  margin-right: 5px;
  font-size: 15px;
}

.voucher-input {
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.voucher-input .box-note-cart h5 {
  margin: 0;
}

.voucher-input .box-note-cart {
  background-color: #dde0e5b8;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
}

.box-note-cart .fas {
  margin-top: 1px;
  margin-right: 5px;
  font-size: 15px;
}

.voucher-input .note-input-cart {
  margin: 10px;
  padding-bottom: 12px;
}

.payment-method .box-payment-cart h5 {
  margin: 0;
}

.payment-method .box-payment-cart {
  background-color: #dde0e5b8;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
}

.box-payment-cart .fas {
  margin-top: 1px;
  margin-right: 5px;
  font-size: 15px;
}

.payment-method .content-payment-cart {
  margin: 10px;
  padding-bottom: 12px;
}

.payment-method {
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.delivery-method .box-delivery-cart h5 {
  margin: 0;
}

.delivery-method .box-delivery-cart {
  background-color: #dde0e5b8;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
}

.box-delivery-cart .fas {
  margin-top: 1px;
  margin-right: 5px;
  font-size: 15px;
}

.delivery-method .content-delivery-cart {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 12px;
}

.delivery-method {
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.price-info .box-price {
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.price-info .box-price-info-cart {
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px;
}

.voucher-input .address-cart {
  background-color: #dde0e5b8;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
}

.voucher-input .address-cart h5 {
  margin: 0;
}

.address-cart .fas {
  margin-top: 1px;
  margin-right: 5px;
  font-size: 15px;
}

.voucher-input .box-delivery-cart {
  background-color: #dde0e5b8;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
}

.voucher-input .box-delivery-cart h5 {
  margin: 0;
}
.icon-footer a img {
  height: 30px !important;
}
.voucher-input .content-delivery-cart {
  margin-top: 12px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 12px;
}

.icon-footer img {
  margin-right: 0.3em;
  margin-top: 1em;
  width: 30px;
  border-radius: 4px !important;
}

/* chat */

.chat {
  position: fixed;
  width: 60px;
  padding-bottom: 20px;
}

/* waller-price */

.header-title-price {
  margin-top: 10px;
}

.box-often {
  padding: 5px;
  border: 1px solid #dddddd;
  background: #dde0e5b8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.box-often .fa-dropbox {
  margin-top: 9px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 17px;
}

.box-often h5 {
  margin-top: 5px;
}

.news-card .content {
  cursor: pointer;
}

.show-modal-btn {
  font-size: 12px;
  color: #189687;
  margin-left: auto;
  margin-right: 10px;
}

.bonus-agency {
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.box-gift-title {
  margin-left: 16px;
  padding-top: 11px;
}

.box-gift {
  gap: 20px;
  padding-bottom: 10px;
}

.box-gift-color {
  color: black;
  font-size: 11px;
}

.box-gift-title img {
  margin-left: 110px;
}

.box-gift-img {
  padding-top: 14px;
  margin-left: 16px;
}

.box-gift-img img {
  border-radius: 6px;
}

.box-gifts {
  margin-bottom: 10px;
}

.box-coin {
  margin-left: 50px;
  margin-right: 50px;
  padding: 10px;
}

.box-coin img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.table {
  padding-top: 10px;
  background: white;
  padding-bottom: 30px;
}

.box-coin h4 {
  margin-left: 10px;
  font-size: 15px;
  margin-top: 5px;
}

.coin {
  border: 1px solid goldenrod;
  padding: 7px;
  padding-left: 100px;
  padding-right: 100px;
  font-weight: bold;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  color: goldenrod;
}

.history-coin {
  cursor: pointer;
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
  color: goldenrod;
}

.content-table {
  margin-left: 50px;
  padding-right: 50px;
}

.box .fa-bitcoin {
  font-size: 30px;
  color: #e4d237;
}

.box h4 {
  font-size: 15px;
  margin-top: 7px;
}

.box-button-coin {
  border: 1px solid goldenrod;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  color: goldenrod;
}

.box-Compensation h6 {
  font-size: 12px;
  color: gray;
}

.Compensation {
  padding-top: 15px;
}

.box-Compensation h5 {
  font-size: 15px;
  padding: 0;
  margin: 0;
}

.box-Compensation {
  margin-left: 5px;
}

.box-Compensation .fa-file-contract {
  font-size: 30px;
  margin-top: 10px;
  color: gold;
}

.box-Compensations .fa-registered {
  font-size: 30px;
  margin-top: 5px;
  color: gold;
}

.box-Compensations .fa-users {
  border: 2px solid gold;
  padding: 7px;
  font-size: 12px;
  color: gold;
  width: 31px;
  border-radius: 100%;
}

.points-history {
  margin-left: auto;
  margin-top: 5px;
  color: green;
}

.box-points-history {
  margin-left: 50px;
  padding: 15px;
  margin-right: 50px;
}

.time-points-history {
  color: #9ab8ae;
}

.points-history .points-rigth {
  text-align: right;
  margin-top: 3px;
}

.content-points-history h5 {
  margin-top: 3px;
  font-size: 15px;
}

.box-coins {
  margin: 20px 20px 50px 20px;
  border: 1px solid goldenrod;
}

.Compensationt {
  margin-top: 17px;
}

/* */

.box-to-app {
  padding: 50px;
  width: 100%;
}

.box-app {
  margin: auto;
  gap: 20px;
}

.scant-box {
  gap: 20px;
}

.box-scan {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin: auto;
}

.box-scan img {
  margin-bottom: 15px;
  width: 100px;
  margin-top: 20px;
}

.box-to-app h5 {
  text-align: center;
}

.box-to-app .QRCode {
  margin-top: 20px;
}

.text-error-app h4 {
  padding: 50px;
  color: gray;
  text-align: center;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}

@media only screen and (min-width: 500px) {
  .chat {
    position: fixed;
    width: 74px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .fa-headset {
    position: fixed;
    bottom: 169px;
    font-size: 35px;
    width: 45px;
    margin-right: 33px;
  }
}

@media only screen and (min-width: 500px) {
  .fa-headset {
    position: fixed;
    bottom: 174px;
    font-size: 35px;
    max-width: 43px;
    margin-right: 32px;
  }
}

@media only screen and (max-width: 600px) {
  .chat .messages-container {
    position: absolute;
    right: 0;
    bottom: 60px;
    height: 282px;
    width: 240px;
    background-color: white;
    border-radius: 0.5em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 4px 0 #8a8a8a;
    overflow: hidden;
    transition: 0.5s;
    z-index: 4;
    right: -359px;
  }
}

@media only screen and (max-width: 600px) {
  .review-page .review-card {
    width: 100%;
  }
}

@media only screen and (min-width: 720px) {
  .chat {
    /* right: auto; */
    left: 0;

    position: fixed;
  }
  .active-parent-chat {
    right: -30px !important;
    left: unset !important;
  }
}

@media only screen and (min-width: 720px) {
  .chat .messages-container.active {
    right: 20px;
  }
}

@media only screen and (min-width: 720px) {
  .chat .messages-container {
    position: absolute;
    right: 0;
    bottom: 60px;
    height: 337px;
    width: 300px;
    background-color: white;
    border-radius: 0.5em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 4px 0 #8a8a8a;
    overflow: hidden;
    transition: 0.5s;
    z-index: 4;
    left: -359px;
  }
}

@media only screen and (min-width: 600px) {
  .fa-headset {
    position: fixed;
    bottom: 210px;
    font-size: 35px;
    max-width: 43px;
    margin-right: 14px;
  }
}

@media only screen and (min-width: 720px) {
  .fa-headset {
    position: fixed;
    width: 47px;
    margin-left: 30px;
    font-size: 35px;
    bottom: 215px;
  }
}

.address-form .select-list {
  margin: 10px;
  border: 2px solid whitesmoke;
  border-radius: 3px;
}

.address-form .from-list {
  margin: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}

.categories-column .main-title {
  background: white;
}
.categories-column .column {
  background: white;
}
@media only screen and (max-width: 600px) {
  .regis-popup {
    background: white;
    padding: 1em;
    border-radius: 0.5em;
    position: relative;
    max-width: 90%;
  }

  .regis-popup input {
    width: 400px;
    max-width: 100%;
  }

  .regis-popup .close-btn {
    top: 10px;
    right: 16px;
  }

  .regis-popup .back-btn {
    left: 16px;
    top: 10px;
    padding-right: 1em;
  }
}
.section_blog .item_blog_base .toparticle {
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  color: #9a9a9a;
}
.section_blog .item_blog_base h3 .a-title {
  display: block;
  margin: 0;
  color: #323c42;
  font-weight: bold;
  line-height: 1.3;
  font-size: 20px;
}
.img-list img {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  object-fit: cover;
}
.address-form .address {
  margin-top: 7px;
}
.address-form .email {
  margin: 0;
  padding: 0;
}
.address-form .select-list {
  margin: 10px;
  border: 2px solid whitesmoke;
  border-radius: 3px;
}
.Compensations {
  margin-top: 20px;
}
.box {
  margin-bottom: 10px;
  margin-left: 10px;
}
.box .fa-bitcoin {
  margin-right: 20px;
}
.Compensation {
  margin-top: 20px;
}
.fa-file-contract {
  margin-right: 10px;
}
.fa-registered {
  margin-right: 10px;
}
.fa-users {
  margin-right: 10px;
}
.image-popup {
  background: linear-gradient(
    136deg,
    rgb(240, 248, 255) -1%,
    rgb(219, 238, 255) 85%
  );
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 50px 40px 60px 40px;
}
.image-popup img {
  width: 200px;
  width: 100%;
  height: 154px;
  border-radius: 10px;
  object-fit: contain;
}
.image-popup .content {
  color: rgb(11, 116, 233);
  text-align: center;
  margin-top: 10px;
}
.image-popup .content h5 {
  margin-bottom: 0;
  font-size: 17px;
}
.image-popup .content p {
  padding: 0;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.user .dropdown {
  visibility: hidden;
  height: 0px;
  z-index: 7;
  background-color: white;
  border-radius: 0.25em;
  box-shadow: 0 0 8px 0 #e4e4e4;
}
.user .nav-list-user {
  position: absolute;
  width: 240px;
  z-index: 999999;
  margin-top: 0px;
  background: white;
  padding-top: 6px;
  box-shadow: 0 0 8px 0 #949292;
  padding-bottom: 15px;
  border-radius: 4px;
  right: 10px;
}
.user .nav-list-user li {
  padding: 6px 8px 6px 17px;
  text-align: left;
}
.user.dropdown.active {
  visibility: visible;
}
.user .icon-user {
  width: 30px;
}
.input-pass {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.input-pass .show-pass {
  position: absolute;
  right: 30px;
  top: 13px;
  z-index: 2;
  color: rgb(13, 92, 182);
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}
.bvIJNZ .form-control {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px 0px 34px;
}
.bvIJNZ select {
  width: 100px;
  border: 1px solid rgb(204, 204, 204);
  height: 34px;
  padding: 6px 12px;
  line-height: 34px;
  outline: none;
  border-radius: 4px;
  margin: 0px 12px 0px 0px;
  background: 0px center;
  box-shadow: none;
}

@media only screen and (max-width: 600px) {
  .chat {
    bottom: 3em;
    right: 0;
  }
  .active-parent-chat {
    bottom: 3em;

    left: 0 !important ;
  }
}
