@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --whites: #fff;
  --blacks: #111111;
  --grays: #bbbbbb;
  --grays2: #f1f1f1;
  --grays3: #acacac;
  --grays4: #3e3e3e;
  --main: #00b900; /* color changed here */
  --main2: #0c168e;
  --red: #ff0000;
  --blue: #56cdf3;
  --promotion: hsl(37, 97%, 51%);
  --limit: #cc99ff;
  --stock: #00ccff;
  --adjust: #ffc000;
  --selling: #00cc00;
  --out: #ff5050;
  --aqa: #17a2b8;
}

#content .box-styleproduct .box-detail-product .title-product-name span, #content #modalproduct .box-product-modal .box-detail-product .title-product-name span, #modalproduct #content .box-product-modal .box-detail-product .title-product-name span, #content .box-product .box-detail-product .title-product-name span {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

#content-cart .box-itemtable-responsive .item .btn-edit:hover, #content-cart .box-itemtable-responsive .item .btn-edit, #content-cart .box-itemtable-responsive .item .btn-remove:hover, #content-cart .box-itemtable-responsive .item .btn-remove, #content-cart .table-cart .btn-edit:hover, #content-cart .table-cart .btn-edit, #content-cart .table-cart .btn-remove:hover, #content-cart .table-cart .btn-remove, #content-cart .box-checktransport .btn-buy:hover, #content-cart .box-checktransport .btn-buy, #content-profile .box-changepassword .box-button-save .btn-save:hover, #content-profile .box-changepassword .box-button-save .btn-save, #content-profile .box-changepassword .box-group .inputWithIcon .form-control:focus + svg, #content-profile .box-profile .box-inside .box-button-save .btn-save:hover, #content-profile .box-profile .box-inside .box-button-save .btn-save, .bg-main .inputWithIcon #autocompleteDatalist:focus + svg, .bg-main .inputWithIcon #autocompleteDatalist:focus, #content-login .form-login .btn-login:hover, #content-login .form-login .btn-login, #content-login .form-login .inputWithIcon .form-control:focus + svg, #content-login .form-login .inputWithIcon .form-control:focus, #modalproduct .box-choice .item-choice .order .num-in span, .box-button-product .btn-add-cart:hover, .box-button-product .btn-add-cart, .box-button-product .btn-follow:hover, .box-button-product .btn-follow, #content .box-styleproduct:hover, #content .box-product:hover, #content .box-styleproduct, #content #modalproduct .box-product-modal, #modalproduct #content .box-product-modal, #content .box-product {
  transition: all 0.3s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif, "Prompt", sans-serif !important;
  position: relative;
  overflow-x: hidden !important;
  font-size: 0.98rem !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.form-control {
  border-radius: 5px !important;
  font-weight: 300 !important;
  height: calc(1.5em + 0.95rem + 2px) !important;
  box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.8);
  border: 1px solid var(--grays2) !important;
  font-size: 0.9rem !important;
}
.form-control:hover {
  transition: 0.3s ease-in-out;
}
.form-control::-moz-placeholder {
  font-size: 0.9rem;
  font-weight: 300 !important;
  color: var(--grays) !important;
}
.form-control::placeholder {
  font-size: 0.9rem;
  font-weight: 300 !important;
  color: var(--grays) !important;
}
.form-control:focus {
  box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.8) !important;
  border-color: var(--border) !important;
}

.form-check-input:checked {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
}

a {
  font-weight: 300 !important;
  text-decoration: none !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dropdown-toggle::after {
  display: none !important;
}

.bg-main-success {
  background-color: var(--main) !important;
}

.bg-white, #content-footer {
  /* box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.8); */
  border-bottom: 1px solid #ccc;
}

.margin-content, #content-cart, #content-history, #content-profile, #content-noti, #content-forgotpassword, #content-login {
  margin-top: 14rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 769px) {
  .margin-content, #content-cart, #content-history, #content-profile, #content-noti, #content-forgotpassword, #content-login {
    margin-top: 8rem;
    margin-bottom: 6rem;
  }
}

.mr-5 {
  margin-right: 5px;
}

#content {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #content {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
#content .box-styleproduct, #content #modalproduct .box-product-modal, #modalproduct #content .box-product-modal, #content .box-product {
  border: 1px solid var(--grays);
  border-radius: 10px;
  /*border-top-left-radius: 10px;*/
  /*border-bottom-right-radius: 10px;*/
  border: 1px solid var(--grays2) !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#content .box-styleproduct:hover, #content #modalproduct .box-product-modal:hover, #modalproduct #content .box-product-modal:hover, #content .box-product:hover {
  box-shadow: 0px 5px 24px -20px rgba(0, 0, 0, 0.8);
}
#content .box-styleproduct .box-image, #content #modalproduct .box-product-modal .box-image, #modalproduct #content .box-product-modal .box-image, #content .box-product .box-image {
  position: relative;
  z-index: 1;
}
#content .box-styleproduct .box-image img, #content #modalproduct .box-product-modal .box-image img, #modalproduct #content .box-product-modal .box-image img, #content .box-product .box-image img {
  margin-top: 2rem;
  padding: 10px;
}
#content .box-styleproduct .box-image .box-sale, #content #modalproduct .box-product-modal .box-image .box-sale, #modalproduct #content .box-product-modal .box-image .box-sale, #content .box-product .box-image .box-sale {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--out);
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 500;
  color: var(--whites);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#content .box-styleproduct .box-image .box-tag-icon, #content #modalproduct .box-product-modal .box-image .box-tag-icon, #modalproduct #content .box-product-modal .box-image .box-tag-icon, #content .box-product .box-image .box-tag-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--blacks);
}
#content .box-styleproduct .box-image .box-tag-icon svg, #content #modalproduct .box-product-modal .box-image .box-tag-icon svg, #modalproduct #content .box-product-modal .box-image .box-tag-icon svg, #content .box-product .box-image .box-tag-icon svg {
  font-size: 1.5rem;
}
#content .box-styleproduct .box-image .box-product-out, #content #modalproduct .box-product-modal .box-image .box-product-out, #modalproduct #content .box-product-modal .box-image .box-product-out, #content .box-product .box-image .box-product-out {
  position: absolute;
  top: 40%;
  left: 0;
  text-align: center;
  background-color: var(--out);
  padding: 10px 0;
  width: 100%;
  font-weight: 500;
  color: var(--whites);
  font-size: 1.25rem;
}
#content .box-styleproduct .box-detail-product, #content #modalproduct .box-product-modal .box-detail-product, #modalproduct #content .box-product-modal .box-detail-product, #content .box-product .box-detail-product {
  padding: 20px;
}
#content .box-styleproduct .box-detail-product .title-product-code, #content #modalproduct .box-product-modal .box-detail-product .title-product-code, #modalproduct #content .box-product-modal .box-detail-product .title-product-code, #content .box-product .box-detail-product .title-product-code {
  color: var(--grays);
  margin-bottom: 5px !important;
  font-weight: 400;
}
#content .box-styleproduct .box-detail-product .title-product-name, #content #modalproduct .box-product-modal .box-detail-product .title-product-name, #modalproduct #content .box-product-modal .box-detail-product .title-product-name, #content .box-product .box-detail-product .title-product-name {
  margin-bottom: 5px !important;
  font-weight: 600;
}
#content .box-styleproduct .box-detail-product .title-product-type, #content #modalproduct .box-product-modal .box-detail-product .title-product-type, #modalproduct #content .box-product-modal .box-detail-product .title-product-type, #content .box-product .box-detail-product .title-product-type {
  margin-bottom: 5px !important;
}
#content .box-styleproduct .box-detail-product .title-product-price, #content #modalproduct .box-product-modal .box-detail-product .title-product-price, #modalproduct #content .box-product-modal .box-detail-product .title-product-price, #content .box-product .box-detail-product .title-product-price {
  margin-bottom: 5px !important;
}
#content .box-styleproduct .box-detail-product .title-product-price .price-bold, #content #modalproduct .box-product-modal .box-detail-product .title-product-price .price-bold, #modalproduct #content .box-product-modal .box-detail-product .title-product-price .price-bold, #content .box-product .box-detail-product .title-product-price .price-bold {
  font-weight: 600;
}
#content .box-styleproduct .box-detail-product .title-product-price .text-discount, #content #modalproduct .box-product-modal .box-detail-product .title-product-price .text-discount, #modalproduct #content .box-product-modal .box-detail-product .title-product-price .text-discount, #content .box-product .box-detail-product .title-product-price .text-discount {
  color: var(--red);
  font-weight: 600;
}
#content .box-styleproduct .box-detail-product .title-product-date, #content #modalproduct .box-product-modal .box-detail-product .title-product-date, #modalproduct #content .box-product-modal .box-detail-product .title-product-date, #content .box-product .box-detail-product .title-product-date {
  margin-bottom: 5px !important;
}
#content .box-styleproduct .box-detail-product .title-product-note, #content #modalproduct .box-product-modal .box-detail-product .title-product-note, #modalproduct #content .box-product-modal .box-detail-product .title-product-note, #content .box-product .box-detail-product .title-product-note {
  margin-bottom: 5px !important;
}

.box-button-product {
  text-align: right;
  margin-bottom: 1.5rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.box-button-product .btn-follow {
  background-color: var(--adjust);
  border: 1px solid var(--adjust) !important;
  font-weight: 400 !important;
  font-size: 0.8rem;
  padding: 5px;
}
.box-button-product .btn-follow:hover {
  background-color: transparent;
  color: var(--adjust);
}
@media screen and (max-width: 576px) {
  .box-button-product .btn-follow {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
.box-button-product .btn-add-cart {
  background-color: var(--stock);
  border: 1px solid var(--stock) !important;
  font-weight: 400 !important;
  font-size: 0.8rem;
  padding: 5px;
  color: var(--whites);
}
.box-button-product .btn-add-cart:hover {
  background-color: transparent;
  color: var(--stock);
}
@media screen and (max-width: 576px) {
  .box-button-product .btn-add-cart {
    width: 100%;
    font-size: 1rem;
  }
}

.modal .box-button-product .btn-follow {
  padding: 7px 15px;
  font-size: 0.9rem;
}
.modal .box-button-product .btn-add-cart {
  padding: 7px 15px;
  font-size: 0.9rem;
}

.box-product {
  box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.8);
}

#modalproduct .modal-header {
  border-bottom: none;
}
#modalproduct .box-product-modal {
  margin-top: 0 !important;
}
#modalproduct .box-product-modal .box-image {
  position: relative;
  z-index: 1;
}
#modalproduct .box-detail {
  margin-top: 0.5rem;
}
#modalproduct .box-detail .item-detail p {
  display: inline-block;
  width: 30%;
}
#modalproduct .box-detail .item-detail .text-price {
  margin-left: 1rem;
  text-align: left;
}
#modalproduct .box-choice {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  #modalproduct .box-choice {
    padding-left: 0;
  }
}
#modalproduct .box-choice .item-choice {
  margin-top: 1.5rem;
}
#modalproduct .box-choice .item-choice p {
  font-weight: 500;
}
#modalproduct .box-choice .item-choice .num-block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
#modalproduct .box-choice .item-choice .order .num-in {
  width: 100%;
  border: 1px solid var(--grays);
  box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.63);
  border-radius: 4px;
  padding: 2px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 320px) {
  #modalproduct .box-choice .item-choice .order .num-in {
    height: 45px;
  }
}
#modalproduct .box-choice .item-choice .order input.in-num {
  font-size: 1rem !important;
  height: 38px;
  width: 50px;
  border-left: 1px solid #a4a4a3;
  border-right: 1px solid #a4a4a3;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 320px) {
  #modalproduct .box-choice .item-choice .order input.in-num {
    width: 40px;
    height: 41px;
  }
}
#modalproduct .box-choice .item-choice .order .num-in span {
  font-size: 1.1rem !important;
  text-align: center;
  display: block;
  width: 30px;
  float: left;
  height: 30px;
  background-color: #f4f4f6;
  cursor: pointer;
  color: #000;
  border-radius: 50px;
  line-height: 32px;
  margin: 3px 4px;
}
#modalproduct .box-choice .item-choice .order .num-in span:hover {
  background-color: #d7d7d8;
}
#modalproduct .box-choice .item-choice .order .num-in input {
  border: none;
  float: left;
  width: 80px;
  line-height: 34px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #modalproduct .box-choice .item-choice .order .num-in input {
    width: 136px;
  }
}
@media screen and (max-width: 576px) {
  #modalproduct .box-choice .item-choice .order .num-in input {
    width: 90px;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  #modalproduct .box-choice .item-choice .order .num-in input {
    width: 60px;
  }
}
@media screen and (max-width: 320px) {
  #modalproduct .box-choice .item-choice .order .num-in input {
    width: 35px;
  }
}

.box-tag {
  display: flex;
  margin-top: 0.7rem;
}
.box-tag .tag-style {
  color: var(--whites);
  font-size: 0.8rem;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  padding: 5px 5px;
  border-top-right-radius: 10px;
  position: relative;
}
.box-tag .tag-style:first-child::after {
  display: none !important;
}
.box-tag .tag-promotion {
  background-color: var(--promotion);
}
.box-tag .tag-promotion:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: var(--promotion);
  z-index: -1;
}
.box-tag .tag-limit {
  background-color: var(--limit);
}
.box-tag .tag-limit:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: var(--limit);
  z-index: -1;
}
.box-tag .tag-flash-sell {
  background-color: var(--red);
}
.box-tag .tag-flash-sell:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  z-index: -1;
}
.box-tag .tag-top-sell {
  background-color: var(--selling);
}
.box-tag .tag-top-sell:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: var(--selling);
  z-index: -1;
}
.box-tag .tag-top-sell svg {
  color: var(--whites);
}
.box-tag .tag-top-stock {
  background-color: var(--stock);
}
.box-tag .tag-top-stock:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: var(--stock);
  z-index: -1;
}
.box-tag .tag-top-adjust-price {
  background-color: var(--adjust);
}
.box-tag .tag-top-adjust-price:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: var(--adjust);
  z-index: -1;
}

.popover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.popover-body {
  color: var(--whites) !important;
}

p {
  font-weight: 500;
  margin-bottom: 10px !important;
}

#content-login .title-login {
  margin-bottom: 1rem;
}
#content-login .form-login .inputWithIcon {
  position: relative;
}
#content-login .form-login .inputWithIcon .form-control {
  padding-left: 2.25rem;
  border: 1px solid var(--grays);
  color: var(--blacks);
  margin-bottom: 1rem;
}
#content-login .form-login .inputWithIcon .form-control::-moz-placeholder {
  color: var(--grays);
}
#content-login .form-login .inputWithIcon .form-control::placeholder {
  color: var(--grays);
}
#content-login .form-login .inputWithIcon .form-control:focus {
  color: var(--blacks);
  border-color: var(--main) !important;
}
#content-login .form-login .inputWithIcon .form-control:focus + svg {
  color: var(--main);
}
#content-login .form-login .inputWithIcon svg {
  font-size: 14px;
}
#content-login .form-login .inputWithIcon .fa-unlock-keyhole,
#content-login .form-login .inputWithIcon .fa-circle-user {
  position: absolute;
  left: 10px;
  top: 13px;
  color: var(--main2);
}
#content-login .form-login .inputWithIcon .fa-eye,
#content-login .form-login .inputWithIcon .fa-eye-slash {
  position: absolute;
  right: 10px;
  top: 13px;
  color: var(--main2);
}
#content-login .form-login .btn-login {
  width: 100%;
  border-radius: 4px;
  background-color: var(--main);
  color: var(--whites);
  border: 1px solid var(--main) !important;
}
#content-login .form-login .btn-login:hover {
  color: var(--main);
  background-color: transparent;
}
#content-login .form-login .form-check .form-check-label {
  font-weight: 300 !important;
  font-size: 0.85rem;
}
#content-login .form-login .box-btn-forgotpassword {
  text-align: right;
  font-size: 0.85rem;
  margin-top: 2px;
}
#content-login .form-login .box-btn-forgotpassword a {
  color: var(--main);
}
#content-login .form-login .box-btn-register {
  margin-top: 1rem;
  text-align: center;
}
#content-login .form-login .box-btn-register a {
  color: var(--main);
}

#content-forgotpassword .box-qrline {
  text-align: center;
}
#content-forgotpassword .box-qrline .logo-line {
  text-align: left;
  color: var(--main);
  font-weight: 700;
}
#content-forgotpassword .box-qrline .topic-addfriends {
  margin-top: 1.5rem;
}
#content-forgotpassword .box-qrline .detail-addfriends {
  color: var(--grays);
  font-weight: 300;
}
#content-forgotpassword .box-qrline img {
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.bg-main {    /* menu color changed here */
 /* background-color: var(--main) !important; */
 background-color: #00b900 !important; 
  height: 60px;
}
.bg-main .navbar-brand {
  text-decoration: none;
  color: var(--whites);
}
.bg-main .navbar-brand:hover {
  color: var(--whites);
}
.bg-main .inputWithIcon {
  position: relative;
}
@media screen and (max-width: 576px) {
  .bg-main .inputWithIcon {
    display: none;
  }
}
.bg-main .inputWithIcon #autocompleteDatalist {
  width: 600px;
  padding-left: 2.25rem;
  border: 1px solid var(--grays);
  color: var(--blacks);
}
.bg-main .inputWithIcon #autocompleteDatalist::-moz-placeholder {
  color: var(--grays);
}
.bg-main .inputWithIcon #autocompleteDatalist::placeholder {
  color: var(--grays);
}
.bg-main .inputWithIcon #autocompleteDatalist:focus {
  color: var(--blacks);
  border-color: var(--main) !important;
}
.bg-main .inputWithIcon #autocompleteDatalist:focus + svg {
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .bg-main .inputWithIcon #autocompleteDatalist {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .bg-main .inputWithIcon #autocompleteDatalist {
    width: 300px;
  }
}
.bg-main .inputWithIcon .autocomplete-menu {
  width: 100%;
  top: 90%;
  border-radius: 5px;
  max-width: 100% !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bg-main .inputWithIcon .autocomplete-menu li {
  font-size: 15px;
}
.bg-main .inputWithIcon .autocomplete-menu li a {
  padding: 5px 10px;
  font-weight: 400 !important;
}
.bg-main .inputWithIcon .autocomplete-menu .dropdown-item:active,
.bg-main .inputWithIcon .autocomplete-menu .dropdown-item:hover,
.bg-main .inputWithIcon .autocomplete-menu .dropdown-item:focus {
  background-color: var(--main) !important;
}
.bg-main .inputWithIcon .fa-magnifying-glass {
  position: absolute;
  left: 10px;
  top: 11px;
  color: var(--grays);
}
.bg-main .navbar-nav .username-login {
  color: var(--whites);
  font-weight: 400;
}
.bg-main .navbar-nav .username-login .user-icon {
  color: var(--whites);
}
.bg-main .navbar-nav .personal-user-button {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.bg-main .navbar-nav .dropdown .dropdown-menu {
  border: none;
  width: 100%;
  border-radius: 3px;
  border: 1px solid var(--grays2);
}
.bg-main .navbar-nav .dropdown .nav-link {
  font-weight: 400 !important;
}
.bg-main .icon-notification, .bg-main .icon-cart {
  position: relative;
  right: 25px;
  top: 3px;
  margin-left: 10px;
}
.bg-main .icon-notification svg, .bg-main .icon-cart svg {
  color: var(--whites);
  font-size: 1.2rem;
}
.bg-main .icon-notification .box-number, .bg-main .icon-cart .box-number {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  right: 0;
  background-color: var(--red);
  font-size: 0.7rem;
  border: 1px solid var(--red);
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.8);
}
.bg-main .icon-notification .box-number span, .bg-main .icon-cart .box-number span {
  color: var(--whites);
  font-weight: 400;
}
.bg-main .icon-logout {
  margin-left: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--grays4);
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.bg-main .icon-logout svg {
  color: var(--whites);
}

.navbar2 {
  width: 100%;
  top: 60px;
  position: absolute;
  height: 50px;
  display: flex;
  align-items: center;
}
.navbar2 .nav-link {
  font-weight: 400 !important;
  margin-right: 30px !important;
}
@media screen and (max-width: 768px) {
  .navbar2 {
    display: none;
  }
}

.mobile-cart {
  display: flex;
  position: relative;
}
.mobile-cart .icon-notification, .mobile-cart .bg-main .icon-cart, .bg-main .mobile-cart .icon-cart {
  margin-right: 10px;
  margin-top: 13px;
  right: 10px;
}
.mobile-cart .icon-notification .box-number, .mobile-cart .bg-main .icon-cart .box-number, .bg-main .mobile-cart .icon-cart .box-number {
  top: -15px;
  right: -5px;
}
.mobile-cart .dropdown-menu[data-bs-popper] {
  left: -60px !important;
}
.mobile-cart .dropdown {
  list-style: none;
  margin-left: 5px;
  margin-right: 30px;
  margin-top: 12px;
}
@media screen and (max-width: 576px) {
  .mobile-cart .dropdown {
    margin-right: 15px;
    margin-left: 0;
  }
}
.mobile-cart .dropdown .nav-item {
  margin-left: 10px;
}
.mobile-cart .dropdown a .username-login svg {
  color: var(--whites);
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .mobile-cart {
    display: none;
  }
}
.mobile-cart .icon-search {
  position: absolute;
  left: -33px;
  top: 10px;
  font-size: 17px;
  display: none;
  color: var(--whites);
}
@media screen and (max-width: 576px) {
  .mobile-cart .icon-search {
    display: block;
  }
}

@media screen and (max-width: 769px) {
  .navbar-desktop {
    display: none !important;
  }
}

.navbar-mobile {
  background-color: var(--main);
  width: 100%;
  height: 350px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: absolute;
  left: 0;
}
.navbar-mobile li {
  margin-top: 0.5rem;
  margin-left: 1.8rem;
}
.navbar-mobile li a {
  color: var(--whites);
}
@media screen and (min-width: 769px) {
  .navbar-mobile {
    display: none !important;
  }
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 99;
}
#search .autocomplete-menu {
  max-width: 100% !important;
  width: 94% !important;
}
@media screen and (max-width: 320px) {
  #search .autocomplete-menu {
    width: 93% !important;
  }
}
#search .searchinput {
  position: relative;
  width: 100%;
  background: var(--whites);
  font-weight: 300;
  text-align: center;
  border: 0px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  height: 40px !important;
  margin-top: 5rem;
}
#search .btn-search {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: var(--main);
  border: var(--blacks);
  color: var(--whites);
  font-weight: 400;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 5px;
  color: var(--whites);
  opacity: 1;
  padding: 10px 17px;
  font-size: 1.85rem;
  background-color: transparent;
  border: none;
}
#search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

.search-box {
  position: relative;
}
.search-box .result-box, .search-box .result-box-mobile {
  position: absolute;
  content: "";
  top: 40px;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 250px;
  max-height: 350px;
  z-index: 5;
  background-color: var(--whites);
  overflow-y: scroll;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 0.5rem;
}
.search-box .result-box ul, .search-box .result-box-mobile ul {
  padding-left: 0;
  list-style: none;
}
.search-box .result-box ul .text-catagory, .search-box .result-box-mobile ul .text-catagory {
  padding-bottom: 0 !important;
  padding-left: 10px;
}
.search-box .result-box ul .text-catagory a, .search-box .result-box-mobile ul .text-catagory a {
  font-weight: 500 !important;
  font-size: 13px !important;
  color: var(--grays4);
}
.search-box .result-box ul .text-catagory a span, .search-box .result-box-mobile ul .text-catagory a span {
  color: var(--main2) !important;
}
.search-box .result-box ul li, .search-box .result-box-mobile ul li {
  padding: 15px 1.5rem;
  font-size: 15px !important;
}
.search-box .result-box ul li a, .search-box .result-box-mobile ul li a {
  color: var(--blacks);
  cursor: pointer;
}
.search-box .result-box ul .hr-menu, .search-box .result-box-mobile ul .hr-menu {
  margin-bottom: 0 !important;
  opacity: 0.15 !important;
}
#content-footer {
  padding: 1rem 15px;
}
#content-footer .footer-border {
  border-right: 1px solid var(--grays2);
}
#content-footer .footer-border:last-child {
  border-right: none !important;
}
#content-footer .footer-border .box-footer-group1 {
  margin-top: 1rem;
}
#content-footer .footer-border .box-footer-group1 .title-box-footer {
  color: var(--blacks);
  margin-bottom: 1rem;
}
#content-footer .footer-border .box-footer-group1 .detail-box-footer {
  color: var(--blacks);
  font-weight: 400;
}
#content-footer .footer-border .box-footer-group1 .detail-box-footer .fa-location-dot {
  margin-right: 5px;
  color: var(--red) !important;
}
#content-footer .footer-border .box-footer-group1 .detail-box-footer .fa-clock {
  color: orange;
  margin-right: 5px;
}
#content-footer .footer-border .box-footer-group1 .box-phone {
  width: 25px;
  height: 25px;
  background-color: purple;
  border-radius: 50px;
  text-align: center;
  padding: 2px;
  display: inline-block;
}
#content-footer .footer-border .box-footer-group1 .box-phone svg {
  width: 12px;
  color: var(--whites);
}
#content-footer .footer-border .box-footer-group1 .fa-line {
  font-size: 20px;
  margin-right: 5px;
}
#content-footer .footer-border .box-footer-group1 .icon-line {
  width: 25px;
  margin-right: 5px;
}
#content-footer .footer-border .box-footer-group1 a {
  color: var(--blacks) !important;
  font-weight: 400 !important;
}
#content-footer .footer-border .box-footer-group3 {
  margin-top: 0.8rem;
}
#content-footer .footer-border .box-footer-group3 .title-box-footer3 {
  color: var(--blacks);
  margin-bottom: 1rem;
}
#content-footer .footer-border .box-footer-group3 .icon-social {
  width: 40px;
}

#content-noti .box-noti {
  background-color: var(--grays2);
  padding: 20px;
}
#content-noti .box-noti .box-inside {
  background-color: var(--whites);
  padding: 25px;
}
#content-noti .box-noti .box-inside .box-item-noti {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  #content-noti .box-noti .box-inside .box-item-noti {
    margin-top: 1.5rem;
  }
}
#content-noti .box-noti .box-inside .box-item-noti .box-icon {
  background-color: var(--blue);
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 0.7rem;
}
#content-noti .box-noti .box-inside .box-item-noti .box-icon svg {
  color: var(--whites);
  font-size: 25px;
  margin-top: 0.2rem;
}
@media screen and (max-width: 576px) {
  #content-noti .box-noti .box-inside .box-item-noti .box-icon {
    margin-bottom: 1.5rem;
  }
}
#content-noti .box-noti .box-inside .box-item-noti .title-noti {
  text-align: left;
  margin-bottom: 5px;
  color: var(--blacks);
}
#content-noti .box-noti .box-inside .box-item-noti .detail-noti {
  color: var(--grays);
  font-weight: 400;
  margin-bottom: 0 !important;
  font-size: 0.95rem;
  text-align: left;
}
#content-noti .box-noti .box-inside .box-item-noti .detail-noti .tracking {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
  color: var(--main2);
}
#content-noti .box-noti .box-inside .box-item-noti .detail-noti span {
  margin-left: 10px;
}

#content-profile .box-profile {
  background-color: var(--grays2);
  padding: 15px;
  border-radius: 6px;
}
#content-profile .box-profile .box-inside {
  padding: 20px;
  border-radius: 6px;
  background-color: var(--whites);
}
#content-profile .box-profile .box-inside .nav-tabs {
  border-bottom: 0;
  margin-bottom: 1.5rem;
}
#content-profile .box-profile .box-inside .nav-link {
  font-weight: 500;
  color: var(--blacks);
}
#content-profile .box-profile .box-inside .nav-link.active {
  border-bottom: 3px solid var(--main) !important;
}
#content-profile .box-profile .box-inside .nav-tabs .nav-link {
  border-top: none;
  border-left: none;
  border-right: none;
}
#content-profile .box-profile .box-inside .box-group {
  border: 1px solid var(--grays2);
  padding: 15px;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}
#content-profile .box-profile .box-inside .box-group label {
  margin-bottom: 0.5rem;
  color: goldenrod;
}
#content-profile .box-profile .box-inside .box-group label .require {
  color: var(--red);
}
#content-profile .box-profile .box-inside .box-group textarea {
  height: 150px !important;
}
#content-profile .box-profile .box-inside .box-group .form-control {
  margin-left: 1rem;
  margin-bottom: 1rem;
  width: 97%;
  box-shadow: none;
  border: none !important;
}
#content-profile .box-profile .box-inside .box-group .form-control:focus {
  box-shadow: none !important;
}
#content-profile .box-profile .box-inside .box-button-save {
  text-align: center;
}
#content-profile .box-profile .box-inside .box-button-save .text-alert {
  margin-top: 3rem;
  color: var(--red);
}
#content-profile .box-profile .box-inside .box-button-save .btn-save {
  background-color: var(--main2);
  border: 1px solid var(--main2) !important;
  font-weight: 400 !important;
  color: var(--whites);
  width: 20%;
}
#content-profile .box-profile .box-inside .box-button-save .btn-save:hover {
  background-color: transparent;
  color: var(--main2);
}
@media screen and (max-width: 576px) {
  #content-profile .box-profile .box-inside .box-button-save .btn-save {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#content-profile .box-changepassword .box-group {
  border: 1px solid var(--grays);
  border-radius: 5px;
}
#content-profile .box-changepassword .box-group .inputWithIcon {
  position: relative;
}
#content-profile .box-changepassword .box-group .inputWithIcon label {
  color: var(--grays);
}
#content-profile .box-changepassword .box-group .inputWithIcon .form-control {
  border: 1px solid var(--grays);
  color: var(--blacks);
  box-shadow: none !important;
  border-radius: 5px;
}
#content-profile .box-changepassword .box-group .inputWithIcon .form-control::-moz-placeholder {
  color: var(--grays);
}
#content-profile .box-changepassword .box-group .inputWithIcon .form-control::placeholder {
  color: var(--grays);
}
#content-profile .box-changepassword .box-group .inputWithIcon .form-control:focus {
  border: none !important;
}
#content-profile .box-changepassword .box-group .inputWithIcon .form-control:focus + svg {
  color: var(--main);
}
#content-profile .box-changepassword .box-group .inputWithIcon svg {
  font-size: 14px;
}
#content-profile .box-changepassword .box-group .inputWithIcon .fa-unlock-keyhole,
#content-profile .box-changepassword .box-group .inputWithIcon .fa-circle-user {
  position: absolute;
  left: 10px;
  top: 13px;
  color: var(--main2);
}
#content-profile .box-changepassword .box-group .inputWithIcon .fa-eye,
#content-profile .box-changepassword .box-group .inputWithIcon .fa-eye-slash {
  position: absolute;
  right: 10px;
  top: 45px;
  color: var(--main2);
}
#content-profile .box-changepassword .box-button-save {
  text-align: center;
}
#content-profile .box-changepassword .box-button-save .btn-save {
  background-color: var(--main2);
  border: 1px solid var(--main2) !important;
  font-weight: 400 !important;
  color: var(--whites);
  width: 20%;
}
#content-profile .box-changepassword .box-button-save .btn-save:hover {
  background-color: transparent;
  color: var(--main2);
}
@media screen and (max-width: 576px) {
  #content-profile .box-changepassword .box-button-save .btn-save {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.form-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-files-container {
  background-color: var(--whites);
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px dashed var(--main);
  border-radius: 5px;
  margin: 10px 0 15px;
  padding: 30px 50px;
  width: 100%;
  text-align: center;
}

.drag-file-area svg {
  font-size: 50px;
}

.drag-file-area h3 {
  font-size: 26px;
  margin: 15px 0;
}

.drag-file-area {
  text-align: center;
}

.drag-file-area label {
  font-size: 19px;
}

.drag-file-area label .browse-files-text {
  color: var(--main2);
  font-weight: bolder;
  cursor: pointer;
}

.browse-files span {
  position: relative;
}

.default-file-input {
  opacity: 0;
  display: none;
}

.cannot-upload-message {
  background-color: #ffc6c4;
  font-size: 17px;
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  color: #bb0000;
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cannot-upload-message span,
.upload-button-icon {
  padding-right: 10px;
}

.cannot-upload-message span:last-child {
  padding-left: 20px;
  cursor: pointer;
}

.file-block {
  color: #f7fff7;
  background-color: var(--main);
  transition: all 1s;
  width: 390px;
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 15px;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
}

.file-info {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.file-icon {
  margin-right: 10px;
}

.file-name,
.file-size {
  padding: 0 3px;
}

.remove-file-icon {
  cursor: pointer;
}

.progress-bar {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 4.5%;
  width: 0;
  height: 5px;
  border-radius: 25px;
  background-color: var(--main);
}

.upload-button {
  background-color: var(--main);
  color: #f7fff7;
  display: flex;
  align-items: center;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  margin: 10px;
  padding: 7.5px 50px;
  cursor: pointer;
}

#content-history .badge {
  font-size: 0.8rem;
  font-weight: 400 !important;
  padding: 10px 15px !important;
}
#content-history #filter-history .btn-info svg {
  color: var(--whites);
}
#content-history .table-history {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #content-history .table-history {
    display: none;
  }
}
#content-history .table-history thead td {
  font-weight: 500 !important;
}
#content-history .table-history .btn-print {
  background-color: var(--aqa);
  color: var(--whites);
}
#content-history .box-itemtable-responsive {
  display: none;
  margin-top: 2rem;
}
#content-history .box-itemtable-responsive .item {
  font-weight: 500;
  margin-bottom: 2rem;
}
#content-history .box-itemtable-responsive .item .txt-detail {
  margin-bottom: 1rem;
}
#content-history .box-itemtable-responsive .item .txt-detail span {
  float: right;
  font-weight: 400;
}
#content-history .box-itemtable-responsive .item .btn-print {
  background-color: var(--aqa);
  color: var(--whites);
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #content-history .box-itemtable-responsive {
    display: block;
  }
}

#content-cart .text-alert-title {
  text-align: center;
  color: var(--red);
  font-size: 1.25rem;
}
#content-cart .box-checktransport {
  float: right;
}
#content-cart .box-checktransport .form-check {
  margin-bottom: 0 !important;
  margin-top: 0.3rem;
}
#content-cart .box-checktransport .form-check .form-check-label {
  color: var(--main2);
  font-weight: 500;
}
#content-cart .box-checktransport .btn-buy {
  font-weight: 400 !important;
  font-size: 1rem;
  width: 100%;
  margin-top: 0.5rem;
  color: var(--whites);
  background-color: var(--main);
  border: 1px solid var(--main);
}
#content-cart .box-checktransport .btn-buy:hover {
  background-color: transparent;
  color: var(--main);
}
#content-cart .table-cart {
  font-weight: 500 !important;
}
@media screen and (max-width: 576px) {
  #content-cart .table-cart {
    display: none;
  }
}
#content-cart .table-cart .img-product {
  width: 120px;
}
#content-cart .table-cart .btn-remove {
  font-weight: 400 !important;
  font-size: 0.9rem;
  width: 70%;
  color: var(--whites);
  background-color: var(--red);
  border: 1px solid var(--red);
}
#content-cart .table-cart .btn-remove:hover {
  background-color: transparent;
  color: var(--red);
}
@media screen and (max-width: 1024px) {
  #content-cart .table-cart .btn-remove {
    width: 100%;
  }
}
#content-cart .table-cart .btn-edit {
  font-weight: 400 !important;
  font-size: 0.9rem;
  width: 70%;
  color: var(--whites);
  background-color: var(--adjust);
  border: 1px solid var(--adjust);
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #content-cart .table-cart .btn-edit {
    width: 100%;
  }
}
#content-cart .table-cart .btn-edit:hover {
  background-color: transparent;
  color: var(--adjust);
}
#content-cart .box-note {
  /* background-color: var(--grays2); */
  /* padding: 15px; */
  border-radius: 6px;
}
#content-cart .box-note .box-inside {
  background-color: var(--whites);
  /* padding: 20px; */
  border-radius: 6px;
}
#content-cart .box-note .box-inside #form-note label {
  margin-bottom: 0.5rem;
}
#content-cart .box-note .box-inside #form-note .note-customer {
  height: 150px !important;
}
#content-cart .short-note {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: var(--main2);
}
#content-cart .box-result {
  /* box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.8); */
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  padding: 20px;
}
#content-cart .box-result .title-result {
  color: var(--grays3);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
#content-cart .box-result .box-content-result {
  margin-bottom: 1.2rem;
}
#content-cart .box-result .box-content-result .text-start {
  text-align: left;
  font-weight: 500;
  color: var(--grays3);
}
#content-cart .box-result .box-content-result .text-end {
  font-weight: 500;
  float: right;
}
#content-cart .box-result .transport-type {
  font-size: 1.1rem;
}
#content-cart .box-itemtable-responsive {
  display: none;
  margin-top: 2rem;
}
#content-cart .box-itemtable-responsive .item {
  font-weight: 500;
  margin-bottom: 2rem;
}
#content-cart .box-itemtable-responsive .item .txt-detail {
  margin-bottom: 1rem;
}
#content-cart .box-itemtable-responsive .item .txt-detail span {
  float: right;
  font-weight: 400;
}
#content-cart .box-itemtable-responsive .item .btn-remove {
  font-weight: 400 !important;
  font-size: 1rem;
  width: 100%;
  color: var(--whites);
  background-color: var(--red);
  border: 1px solid var(--red);
}
#content-cart .box-itemtable-responsive .item .btn-remove:hover {
  background-color: transparent;
  color: var(--red);
}
#content-cart .box-itemtable-responsive .item .btn-edit {
  font-weight: 400 !important;
  font-size: 1rem;
  width: 100%;
  color: var(--whites);
  background-color: var(--adjust);
  border: 1px solid var(--adjust);
  margin-top: 0.5rem;
}
#content-cart .box-itemtable-responsive .item .btn-edit:hover {
  background-color: transparent;
  color: var(--adjust);
}
@media screen and (max-width: 576px) {
  #content-cart .box-itemtable-responsive {
    display: block;
  }
}
#content-cart .box-itemtable-responsive .box-resultitem .txt-detail {
  margin-bottom: 1rem;
  font-weight: 600;
}
#content-cart .box-itemtable-responsive .box-resultitem .txt-detail span {
  float: right;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */