html.student .basket,
html.student .user-profile,
html.student .user-courses-link,
body.student .basket,
body.student .user-profile,
body.student .user-courses-link {
  display: none !important;
}
html.all-user .student-message,
html.all-user .student-exams,
html.all-user .user-send-message,
body.all-user .student-message,
body.all-user .student-exams,
body.all-user .user-send-message {
  display: none !important;
}
html a, html a:hover,
body a,
body a:hover {
  text-decoration: none;
  /*color: unset;*/
}
html ul,
body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
html button,
html button :hover,
html button :active,
html button :focus,
html input,
html input :hover,
html input :active,
html input :focus,
body button,
body button :hover,
body button :active,
body button :focus,
body input,
body input :hover,
body input :active,
body input :focus {
  outline: none !important;
}
html .form-control:focus,
body .form-control:focus {
  box-shadow: unset;
  border-color: #ced4da;
}
html .background-popup,
body .background-popup {
  display: none;
}
@media screen and (max-width: 768px) {
  html .background-popup,
  body .background-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 16;
  }
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}
html .mobile-search,
body .mobile-search {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 12px;
  background-color: white;
  overflow: hidden;
  transition: height 0.5s ease-in 0s;
  z-index: 18;
}
html .mobile-search::before,
body .mobile-search::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.36);
}
html .mobile-search.show,
body .mobile-search.show {
  height: calc(100% + 65px);
}
html .mobile-search .wrapper-search,
body .mobile-search .wrapper-search {
  padding: 10px 10px;
}
html .mobile-search .wrapper-search .lone-top,
body .mobile-search .wrapper-search .lone-top {
  margin: 20px 0;
}
html .mobile-search .wrapper-search .lone-top hr,
body .mobile-search .wrapper-search .lone-top hr {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.14);
}

.red {
  color: red;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.vir-base-btn {
  width: 130px;
  height: 31px;
  font-family: "ir-medium";
  font-size: 14px;
  background: #7940A7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  border: 0;
  color: #fff;
}

.top-header section button, .mobile-search section button {
  border: 0;
  background: none;
}
.top-header section .basket-btn, .mobile-search section .basket-btn {
  position: relative;
}
.top-header section .basket-btn .badge-basket-count, .mobile-search section .basket-btn .badge-basket-count {
  display: inline-block;
  font-size: 8px !important;
  background: red;
  border-radius: 55px;
  height: 13px;
  width: 13px;
  position: absolute;
  top: -1px;
  right: 0;
  padding: 2px;
  color: #fff;
  font-weight: 600;
}

.top-header {
  padding: 10px 0;
  background-color: #F4F4F4;
}
.top-header section > div {
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .top-header .logo-sec {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .top-header .logo-sec {
    height: 40px;
  }
}
.top-header .image-logo {
  width: max-content;
  height: 40px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .top-header .image-logo {
    height: 30px;
  }
}
.top-header .image-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top-header .image-logo {
    width: 55px;
  }
}
@media screen and (min-width: 424px) and (max-width: 500px) {
  .top-header .image-logo {
    margin-bottom: -10px;
  }
}
.top-header .details-co {
  color: #5B5B5B;
  vertical-align: top;
  margin: 7px 0;
  font-size: 13px;
  line-height: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1273px) {
  .top-header .details-co {
    line-height: 9px;
    width: max-content;
  }
}
@media screen and (max-width: 769px) {
  .top-header .details-co {
    line-height: 0;
    width: max-content;
    font-size: 10px;
    vertical-align: text-top;
  }
}
@media screen and (max-width: 767px) {
  .top-header .details-co {
    margin: 1px 0;
    font-size: 7px;
    font-weight: bold;
  }
}
@media screen and (min-width: 424px) and (max-width: 767px) {
  .top-header .details-co {
    margin: 11px 0;
  }
}
@media screen and (max-width: 320px) {
  .top-header .details-co {
    font-size: 6px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .top-header .search-box {
    display: none;
    position: absolute;
    top: -7px;
    width: 350px;
    z-index: 18;
    transition: display 0.3s ease-in 0s;
  }
}
.top-header .search-mobile-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-header .search-mobile-btn {
    display: block;
  }
}
.top-header .left-menu-items {
  text-align: center;
}
.top-header .left-menu-items > div {
  margin: 5px 11px 0 11px;
  vertical-align: sub;
}
@media screen and (max-width: 1024px) {
  .top-header .left-menu-items > div {
    margin: 5px 3px 0 3px;
  }
}
@media screen and (max-width: 768px) {
  .top-header .left-menu-items > div {
    margin: 5px 0 0 7px;
  }
}
@media screen and (max-width: 768px) {
  .top-header .left-menu-items {
    display: none;
  }
}
.top-header .left-menu-items .user {
  position: relative;
}
.top-header .left-menu-items .user .user-btn span {
  display: inline-block;
}
.top-header .left-menu-items .user .user-btn span:first-child {
  width: 26px;
  height: 26px;
  border: 1px solid #D1D1D1;
  border-radius: 20px;
  padding-top: 3px;
}
.top-header .left-menu-items .user .user-btn span:nth-child(2) {
  width: 35px;
  color: #404B62;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  vertical-align: middle;
  text-align: right;
}
@media screen and (min-width: 426px) and (max-width: 769px) {
  .top-header .left-menu-items .user .user-btn span:nth-child(2) {
    display: none;
  }
}
.top-header .left-menu-items .user .user-profile-links {
  display: none;
  position: absolute;
  width: 322px;
  left: 0;
  top: 28px;
  background: #FFFFFF;
  box-shadow: 0 2px 5px rgba(73, 73, 73, 0.14);
  border-radius: 5px 20px 20px 20px;
  z-index: 100;
}
.top-header .left-menu-items .user .user-profile-links ul {
  padding: 18px 0 0 0;
}
.top-header .left-menu-items .user .user-profile-links ul .avatar {
  width: 44px;
  height: 44px;
  background: #404B62;
  vertical-align: middle;
  border-radius: 50px;
  overflow: hidden;
  margin-left: 25px;
}
.top-header .left-menu-items .user .user-profile-links ul li {
  border-bottom: 1px solid #D1D1D1;
}
.top-header .left-menu-items .user .user-profile-links ul li:first-child {
  padding: 0 28px 17px 28px;
}
.top-header .left-menu-items .user .user-profile-links ul li:last-child {
  border-bottom: 0;
}
.top-header .left-menu-items .user .user-profile-links ul li:last-child a {
  padding: 11px 28px 13px 28px;
  font-weight: bold;
  font-size: 14px;
}
.top-header .left-menu-items .user .user-profile-links ul li a {
  display: block;
  margin-right: 10px;
  padding: 23px 28px;
  font-size: 12px;
}
.top-header .left-menu-items .user .user-profile-links ul li a span {
  display: inline-block;
}
.top-header .left-menu-items .user .user-profile-links ul li a span:first-child {
  width: 20px;
  height: 19.6px;
  text-align: center;
  margin-left: 5px;
  vertical-align: text-bottom;
}
.top-header .left-menu-items .user .user-profile-links ul li a span.report-icon {
  width: 15px;
  margin-left: 10px;
}
.top-header .left-menu-items .user.show .user-profile-links {
  display: block;
  text-align: right;
}
.top-header .left-menu-items-mobile {
  display: none;
}
.top-header .left-menu-items-mobile .mobile-menu {
  position: relative;
  z-index: 17;
}
.top-header .left-menu-items-mobile .mobile-menu .tools-in-mobile-view {
  display: none;
  position: absolute;
  background-color: #000000;
  width: 180px;
  height: 180px;
  border-radius: 9px;
  overflow: hidden;
  top: 20px;
  left: 5px;
  z-index: 17;
}
.top-header .left-menu-items-mobile .mobile-menu .tools-in-mobile-view .tools-wrapper {
  margin: 19px 0;
  text-align: center;
}
.top-header .left-menu-items-mobile .mobile-menu .tools-in-mobile-view .tools-wrapper button {
  width: 33px;
  display: block;
  margin: auto;
}
.top-header .left-menu-items-mobile .mobile-menu .tools-in-mobile-view .tools-wrapper button.home-btn {
  margin: 3px auto;
}
.top-header .left-menu-items-mobile .mobile-menu .tools-in-mobile-view .tools-wrapper span {
  font-size: 13px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .top-header .left-menu-items-mobile {
    display: block;
  }
}

.search-box,
.search-box-mobile {
  position: relative;
}
.search-box .search-loading,
.search-box .cancel-btn,
.search-box .search-btn,
.search-box-mobile .search-loading,
.search-box-mobile .cancel-btn,
.search-box-mobile .search-btn {
  position: absolute;
  top: 8px;
}
.search-box .search-loading,
.search-box .cancel-btn,
.search-box-mobile .search-loading,
.search-box-mobile .cancel-btn {
  width: 22px;
  display: none;
}
.search-box .search-btn,
.search-box-mobile .search-btn {
  right: 23px;
}
.search-box .cancel-btn,
.search-box-mobile .cancel-btn {
  left: 20px;
  top: 8px;
}
.search-box .search-loading,
.search-box-mobile .search-loading {
  left: 45px;
}
.search-box .search-loading img,
.search-box-mobile .search-loading img {
  animation: spinner 1.2s linear infinite;
}
.search-box input,
.search-box-mobile input {
  border-radius: 25px;
  padding-right: 55px;
  padding-left: 70px;
}
.search-box input.show-result,
.search-box-mobile input.show-result {
  border-radius: 25px 25px 0 0;
  border: 1px solid #ced4da;
  border-bottom: 1px solid #fff;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.07);
}
.search-box .result-search,
.search-box-mobile .result-search {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  width: 100%;
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
  text-align: right;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  border: 1px solid #ced4da;
  border-top: 1px solid #ffffff;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.07);
  z-index: 10;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.search-box .result-search::-webkit-scrollbar,
.search-box-mobile .result-search::-webkit-scrollbar {
  display: none;
}
.search-box .result-search > label,
.search-box-mobile .result-search > label {
  margin: 5px 25px;
  border-bottom: 1px solid #d6d6d6;
  display: block;
  padding: 6px;
  font-size: 12px;
}
.search-box .result-search ul li a,
.search-box-mobile .result-search ul li a {
  display: block;
  padding: 10px 55px;
}
.search-box .result-search ul li:hover,
.search-box-mobile .result-search ul li:hover {
  background-color: #F2F2F2;
}

.shadow {
  -webkit-box-shadow: 0 0 5px 0 #fcfcfc !important;
  -moz-box-shadow: 0 0 5px 0 #fcfcfc !important;
  box-shadow: 0 0 5px 0 #fcfcfc !important;
}

.btn-loading {
  position: relative;
}
.btn-loading span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8c8c8cd9;
  border-radius: 18px;
  display: flex;
}
.btn-loading i {
  animation: spinner 1.2s linear infinite;
  margin: auto;
  font-size: 13px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .title1 {
  font-family: "ir-bold";
  font-size: 28px;
}
@media (max-width: 991px) {
  body .title1 {
    font-size: 23px;
  }
}
body .title2 {
  font-family: "ir-bold";
  font-size: 14px;
}
body .title3 {
  font-family: "ir-bold";
  font-size: 18px;
}
body .title4 {
  font-size: 12px;
  font-family: "ir-bold";
  color: #404B62;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
}
body .title5 {
  font-size: 10px;
  color: #404B62;
  font-family: "ir-medium";
  line-height: 17px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
}
body .desc1 {
  font-size: 13px;
  margin-top: 20px;
  text-align: justify;
  line-height: 24px;
}
body .desc2 {
  color: #5B5B5B;
  font-size: 13px;
}
body .btn1 {
  width: 130px;
  height: 31px;
  font-family: "ir-medium";
  font-size: 14px;
  background: #7940A7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  border: 0;
  margin-top: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  body .btn1 {
    font-size: 12px;
    margin-top: 10px;
  }
}
body .btn2 {
  background-color: transparent;
  border: none;
  color: #3793FF;
  font-family: "ir-bold";
  font-size: 12px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
}
body .product-detail1, body main .cart .suggestions .carousel .item .detail, main .cart .suggestions .carousel .item body .detail {
  color: #5B5B5B;
  text-align: center;
}
body .product-detail1 .name, body main .cart .suggestions .carousel .item .detail .name, main .cart .suggestions .carousel .item body .detail .name {
  display: block;
  font-family: "ir-medium";
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
body .product-detail1 .rate, body main .cart .suggestions .carousel .item .detail .rate, main .cart .suggestions .carousel .item body .detail .rate {
  font-size: 11px;
  margin-top: 8px;
}
body .product-detail1 .rate .rate-star, body main .cart .suggestions .carousel .item .detail .rate .rate-star, main .cart .suggestions .carousel .item body .detail .rate .rate-star {
  width: 77px;
  height: 11px;
  margin-right: 5px;
}
body .product-detail1 .price, body main .cart .suggestions .carousel .item .detail .price, main .cart .suggestions .carousel .item body .detail .price {
  font-size: 14px;
  margin-top: 8px;
}
body .product-detail1 .price .old-price, body main .cart .suggestions .carousel .item .detail .price .old-price, main .cart .suggestions .carousel .item body .detail .price .old-price {
  margin-left: 5px;
  text-decoration: line-through 1px solid #5B5B5B;
}
body .product-detail1 .price .new-price, body main .cart .suggestions .carousel .item .detail .price .new-price, main .cart .suggestions .carousel .item body .detail .price .new-price {
  font-family: "ir-bold";
  color: #000;
}
body .rate-star {
  position: relative;
  display: inline-block;
  background: url("../images/st1.png") no-repeat right top;
  background-size: cover;
  vertical-align: sub;
}
body .rate-star .rate-stars-filled,
body .rate-star .rate-stars-filled-black {
  position: absolute;
  height: 11px;
  background-size: cover;
  top: 0;
  right: 1px;
  overflow: hidden;
  display: inline-block;
}
body .rate-star .rate-stars-filled > img,
body .rate-star .rate-stars-filled-black > img {
  position: absolute;
  height: 100%;
  right: 0;
}
body .pagination {
  display: inherit;
  margin: auto;
}
body .pagination .page-item.active .page-link {
  color: #000000;
  background-color: unset;
  border-color: unset;
}
body .pagination .page-item.disabled .page-link {
  color: #5d5d5d5d;
}
body .pagination .page-item a {
  padding: 10px;
  margin-left: 1px;
}
body .pagination .page-item:first-child .page-link > i {
  margin-right: -2px;
}
body .pagination .page-item:last-child .page-link > i {
  margin-left: -2px;
}
body .pagination .page-item:first-child .page-link, body .pagination .page-item:last-child .page-link {
  border: 1px solid #bebebe;
  border-radius: 50px;
  font-size: 12px;
}
body .pagination .page-item:first-child .page-link:hover, body .pagination .page-item:last-child .page-link:hover {
  border-color: #000000;
}
body .pagination .page-link {
  border: 0;
  color: #5B5B5B;
  padding: 0;
  width: 33px;
  height: 33px;
}
body .pagination .page-link:hover {
  color: #000000;
  background-color: unset;
  border-color: unset;
}
body .pagination .page-link:focus {
  box-shadow: unset;
}

.backtop {
  background-color: #6a004a;
  color: #fff;
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 55px;
  z-index: 2;
  bottom: 40px;
  right: 40px;
}

main .cart .title {
  text-align: center;
  color: #404B62;
  font-size: 18px;
  font-family: "ir-medium";
}
main .cart .list {
  margin-top: 30px;
}
main .cart .list .item {
  border: 0.5px solid #D1D1D1;
  border-radius: 5px;
  margin-top: 20px;
  display: flex;
  padding: 14px;
}
@media screen and (max-width: 426px) {
  main .cart .list .item {
    flex-direction: column;
  }
}
main .cart .list .item > img {
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 426px) {
  main .cart .list .item > img {
    margin: auto;
  }
}
main .cart .list .item .info {
  margin-right: 45px;
  width: calc(100% - 128px);
}
@media screen and (max-width: 426px) {
  main .cart .list .item .info {
    margin-right: 0;
    width: unset;
  }
}
main .cart .list .item .info .d-flex-spb {
  display: flex;
  justify-content: space-between;
  line-height: 31px;
}
main .cart .list .item .info .d-flex-spb .name {
  max-width: 375px;
  font-size: 13px;
  font-family: "ir-medium";
  font-weight: bold;
  color: #5B5B5B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 426px) {
  main .cart .list .item .info .d-flex-spb .name {
    flex: 10;
    font-size: 10px;
  }
}
main .cart .list .item .info .d-flex-spb .remove {
  background-color: transparent;
  padding: 0;
  border: unset;
}
main .cart .list .item .info .d-flex-spb .remove > img {
  width: 20px;
}
@media screen and (max-width: 426px) {
  main .cart .list .item .info .d-flex-spb .remove > img {
    width: 16px;
  }
}
@media screen and (max-width: 426px) {
  main .cart .list .item .info .d-flex-spb .remove {
    position: absolute;
    top: 35px;
    left: 27px;
  }
}
main .cart .list .item .info .color {
  display: none;
  margin-top: 8px;
}
main .cart .list .item .info .color .code {
  width: 13px;
  height: 13px;
  background: red;
  background: linear-gradient(45deg, red 0%, #ab52ac 51%, #000eff 100%);
  border-radius: 50%;
  border: 1px solid #000;
}
main .cart .list .item .info .color .color-name {
  color: #000;
  font-size: 10px;
  margin-right: 5px;
}
main .cart .list .item .info .size {
  display: flex;
  margin-top: 4px;
}
main .cart .list .item .info .size .size-name {
  color: #000;
  font-size: 10px;
  margin-right: 5px;
}
main .cart .list .item .info .price {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  font-size: 10px;
  line-height: 17px;
  color: #000;
}
main .cart .list .item .info .price .right {
  display: flex;
  justify-content: space-between;
}
main .cart .list .item .info .price .right .old {
  color: #5B5B5B;
  text-decoration: line-through;
}
main .cart .list .item .info .price .right .new {
  margin-right: 13px;
}
main .cart .list .item .info .price .right .dis {
  color: #DA0847;
  margin-right: 26px;
}
main .cart .list .item .info .price .left .sum {
  font-family: "ir-bold";
}
main .cart .list .item .info .counts {
  display: flex;
  justify-content: space-between;
  line-height: 32px;
  margin-top: 19px;
}
main .cart .list .item .info .counts select {
  width: 129px;
  height: 32px;
  background-color: transparent;
  border: 0.5px solid #CDCDCD;
  border-radius: 20px;
  padding: 0 32px;
  appearance: none;
  position: relative;
  background-image: url("../images/icons/font/bot-s-1.png");
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 32px 5px;
}
main .cart .list .item .info .counts a {
  font-size: 10px;
  color: #000;
}
main .cart .list .empty {
  border-radius: 5px;
  border: 0.5px solid #D1D1D1;
  color: #A6A6A6;
  font-size: 14px;
  line-height: 178px;
  text-align: center;
}
main .cart .accordions {
  margin-top: 63px;
}
main .cart .accordions .accordion {
  padding: 20px 65px 20px 0;
  position: relative;
  border-top: 0.5px solid #D1D1D1;
}
@media screen and (max-width: 769px) {
  main .cart .accordions .accordion {
    padding: 20px 30px 20px 0;
  }
}
main .cart .accordions .accordion > button {
  width: 100%;
  text-align: right;
  background-color: transparent !important;
  border: none;
  box-shadow: none !important;
  font-size: 18px;
  font-family: "ir-medium";
  color: #5B5B5B;
  line-height: 30px;
  padding: 0;
}
main .cart .accordions .accordion > button img {
  position: absolute;
  right: -30px;
  top: 5px;
}
main .cart .accordions .accordion > button img.hide {
  opacity: 0;
}
main .cart .accordions .accordion .gift-usage,
main .cart .accordions .accordion .rules {
  margin-top: 28px;
}
main .cart .accordions .accordion .gift-usage p,
main .cart .accordions .accordion .rules p {
  font-size: 12px;
  color: #000;
  line-height: 25px;
  text-align: justify;
}
main .cart .accordions .accordion .gift-usage p > a,
main .cart .accordions .accordion .rules p > a {
  color: #7940A7;
}
main .cart .accordions .accordion.lined {
  border-bottom: 0.5px solid #D1D1D1;
}
main .cart .accordions .accordion.first {
  margin-top: 50px;
}
main .cart .suggestions {
  margin-top: 40px;
  padding: 0 62px;
}
main .cart .suggestions .title {
  font-size: 18px;
  color: #3D3D3D;
}
main .cart .suggestions .carousel .item {
  text-align: center;
}
main .cart .suggestions .carousel .item > img {
  width: 125px;
  height: 148px;
  object-fit: contain;
  margin: auto;
}
main .cart .suggestions .carousel .item .detail {
  margin-top: 33px;
}
main .cart .suggestions .carousel .item .detail .price * {
  font-size: 12px;
  float: unset !important;
}
main .cart .suggestions .carousel .slick-arrow {
  width: 62px;
  height: 62px;
  right: -62px;
}
main .cart .suggestions .carousel .slick-arrow.slick-prev {
  right: unset;
  left: -62px;
}
main .cart .suggestions .carousel .slick-arrow.slick-disabled {
  opacity: 0.5;
}
main .cart .bill {
  background-color: #F4F4F4;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
}
main .cart .bill .top {
  background-color: #FF2E6D;
  color: #fff;
  padding: 14px 0;
  font-size: 14px;
  font-family: "ir-medium";
  width: 100%;
  border: none;
  display: none;
}
main .cart .bill .top img {
  margin-left: 11px;
  width: 29px;
  height: 29px;
}
main .cart .bill .bill-in {
  padding: 0 40px 28px;
}
main .cart .bill .bill-in .title {
  color: #404B62;
  font-size: 14px;
  font-family: "ir-bold";
  text-align: right;
  margin-top: 31px;
  margin-bottom: 20px;
}
main .cart .bill .bill-in .item {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 10px;
  font-family: "ir-medium";
  color: #404B62;
  line-height: 17px;
}
main .cart .bill .bill-in .item.bold {
  font-family: "ir-bold";
  margin-top: 15px;
}
main .cart .bill .bill-in .item.dis {
  color: #DA0847;
}
main .cart .bill .bill-in .line {
  border-top: 0.5px solid #D1D1D1;
  margin-top: 15px;
}
main .cart .bill .bill-in .discount {
  margin-top: 35px;
}
main .cart .bill .bill-in .discount .open-dis {
  border: 0.5px solid #CDCDCD;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  line-height: 53px;
  font-size: 10px;
  font-family: "ir-medium";
  color: #404B62;
  display: none;
}
main .cart .bill .bill-in .discount .open-dis.show {
  display: block;
}
main .cart .bill .bill-in .discount .insert-dis {
  display: none;
  justify-content: space-between;
}
main .cart .bill .bill-in .discount .insert-dis.show {
  display: flex;
}
main .cart .bill .bill-in .discount .insert-dis input {
  width: calc(100% - 100px);
  line-height: 53px;
  border: 0.5px solid #CDCDCD;
  background-color: #fff;
  border-radius: 20px;
  font-size: 10px;
  font-family: "ir-medium";
  color: #404B62;
  text-align: center;
}
main .cart .bill .bill-in .discount .insert-dis .add-dis,
main .cart .bill .bill-in .discount .insert-dis .del-dis {
  width: 91px;
  line-height: 53px;
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  border: none;
  font-size: 14px;
  font-family: "ir-bold";
}
main .cart .bill .bill-in .discount .insert-dis .add-dis.del-dis,
main .cart .bill .bill-in .discount .insert-dis .del-dis.del-dis {
  background-color: #CDCDCD;
  color: #404B62;
}
main .cart .pay {
  width: 100%;
  line-height: 35px;
  background-color: #fbb545;
  border-radius: 7px;
  color: #fff;
  font-size: 17px;
  font-family: "ir-bold";
  border: none;
  margin-top: 20px;
}
main .cart .shipping {
  border: 0.5px solid #CDCDCD;
  border-radius: 20px;
  margin-top: 20px;
  overflow: hidden;
}
main .cart .shipping > .top {
  display: flex;
}
main .cart .shipping > .top button {
  display: inline;
  width: 50%;
  border: none;
  line-height: 53px;
  color: #A6A6A6;
  font-size: 11px;
  font-family: "ir-medium";
}
main .cart .shipping > .top button.active {
  background-color: #AE48FF;
  color: #fff;
}
main .cart .shipping .shipping-in {
  padding: 0 40px 40px;
}
main .cart .shipping .shipping-in .receiver-info {
  display: none;
}
main .cart .shipping .shipping-in .receiver-info .note {
  font-size: 11px;
  font-family: "ir-medium";
  color: #A6A6A6;
  margin-top: 24px;
  margin-right: 22px;
}
main .cart .shipping .shipping-in .receiver-info input {
  margin-top: 20px;
  border: 0.5px solid #CDCDCD;
  border-radius: 20px;
  width: 100%;
  line-height: 53px;
  padding: 0 22px;
  font-size: 11px;
  color: #5B5B5B;
}
main .cart .shipping .select-time,
main .cart .shipping .select-address {
  border: 0.5px solid #CDCDCD;
  border-radius: 20px;
  background-color: #F4F4F4;
  color: #404B62;
  margin-top: 25px;
}
main .cart .shipping .select-time .top,
main .cart .shipping .select-address .top {
  width: 100%;
  line-height: 53px;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 12px;
  color: #404B62;
}
main .cart .shipping .select-time .top img,
main .cart .shipping .select-address .top img {
  width: 19px;
  height: 19px;
  margin-right: 32px;
}
main .cart .shipping .select-time ul,
main .cart .shipping .select-address ul {
  border-top: 0.5px solid #D1D1D1;
  padding: 15px 22px 38px 22px;
  display: none;
}
main .cart .shipping .select-time ul li,
main .cart .shipping .select-address ul li {
  font-size: 14px;
  line-height: 36px;
  color: #404B62;
}
main .cart .shipping .select-time ul li label,
main .cart .shipping .select-address ul li label {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin: 0;
  font-size: 10px;
  font-family: "ir-medium";
  color: #404B62;
  padding-right: 27px;
}
main .cart .shipping .select-time ul li label input,
main .cart .shipping .select-address ul li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
main .cart .shipping .select-time ul li label .checkmark,
main .cart .shipping .select-address ul li label .checkmark {
  position: absolute;
  top: 10px;
  right: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #403845;
}
main .cart .shipping .select-time ul li label .checkmark:after,
main .cart .shipping .select-address ul li label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 1px;
  top: 1px;
  width: 11px;
  height: 11px;
  background-color: #000;
  border-radius: 50%;
  margin: auto;
}
main .cart .shipping .select-time ul li label:hover input ~ .checkmark,
main .cart .shipping .select-address ul li label:hover input ~ .checkmark {
  background-color: #ccc;
}
main .cart .shipping .select-time ul li label input:checked ~ .checkmark:after,
main .cart .shipping .select-address ul li label input:checked ~ .checkmark:after {
  display: block;
}
main .cart .shipping .select-time ul li.deactive,
main .cart .shipping .select-address ul li.deactive {
  opacity: 0.3;
}
main .cart .shipping .select-time ul li.deactive label,
main .cart .shipping .select-address ul li.deactive label {
  cursor: not-allowed !important;
}
main .cart .shipping .select-time.open ul,
main .cart .shipping .select-address.open ul {
  display: block;
}
main .cart .shipping .select-time.open .top img,
main .cart .shipping .select-address.open .top img {
  transform: rotate(180deg);
}
main .cart .shipping .select-address ul > button {
  color: #3793FF;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 12px;
  margin-right: 25px;
  font-family: "ir-bold";
}
main .cart .shipping .select-address ul li {
  line-height: 25px;
  padding-top: 15px;
  border-top: 0.5px solid #D1D1D1;
  margin-top: 15px;
}
main .cart .shipping .select-address ul li label .checkmark {
  top: 5px;
}
main .cart .bill,
main .cart .pay,
main .cart .shipping {
  position: relative;
}
main .cart .bill.not-login::before,
main .cart .pay.not-login::before,
main .cart .shipping.not-login::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff73;
  z-index: 2;
  cursor: no-drop;
}

#add-personal-data .modal-header .modal-title {
  color: #5B5B5B;
  font-size: 14px;
  font-family: "ir-medium";
}
#add-personal-data .modal-header .confirm {
  color: #3793FF;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-family: "ir-medium";
}
#add-personal-data .modal-body {
  padding-top: 40px;
  padding-bottom: 65px;
}
#add-personal-data .modal-body .item {
  display: flex;
  line-height: 47px;
  font-size: 11px;
  color: #5B5B5B;
  justify-content: center;
  text-align: center;
}
#add-personal-data .modal-body .item .title {
  width: 65px;
  text-align: right;
}
#add-personal-data .modal-body .item input,
#add-personal-data .modal-body .item select {
  width: 247px;
  color: #000;
  border: none;
  border-bottom: 0.3px solid rgba(0, 0, 0, 0.3);
  margin-right: 22px;
  text-align: center;
  background-color: transparent;
}
#add-personal-data .modal-body .item input::placeholder,
#add-personal-data .modal-body .item select::placeholder {
  color: #c0c0c0;
}
#add-personal-data .modal-body .item input:disabled,
#add-personal-data .modal-body .item select:disabled {
  cursor: not-allowed;
}
#add-personal-data .modal-body .item select {
  border-radius: 0;
}

header .user-not-login {
  background-color: #4443DC;
  text-align: center;
  display: none;
}
header .user-not-login button {
  width: 100%;
  border: none;
  background: no-repeat;
  color: white;
  padding: 10px;
}
header .user-not-login button > img {
  margin-left: 10px;
}

.container-fluid {
  max-width: inherit;
  position: inherit;
  direction: inherit;
}

.header-in-profile.bg-header {
  height: 200px;
}
.header-in-profile .top-bar {
  padding: 10px 0;
}
.header-in-profile .page-title-blog {
  display: none;
}

.profile-top-header .search-box .search-btn {
  top: 5px;
}
.profile-top-header .left-menu-items .user .user-btn span:first-child {
  padding-top: 0;
}

.profile {
  padding-top: 46px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .profile {
    margin-top: 5px;
  }
}
.profile .sidebar {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .profile .sidebar {
    position: fixed;
    width: 100vw !important;
    height: calc(100vh - 94px);
    top: 102px;
    transform: translateX(100%);
    background-color: #fff;
    overflow-y: scroll;
    -webkit-transition: transform 2s;
    transition: transform 0.7s;
    z-index: 2;
  }
}
.profile .sidebar.show {
  transform: translateX(0%);
}
.profile .sidebar > div {
  position: sticky;
  top: 46px;
  min-height: 500px;
  padding: 15px 15px 0 0;
  color: #707070;
  margin-right: auto;
  border-left: 1px solid #D1D1D1;
}
@media screen and (max-width: 768px) {
  .profile .sidebar > div {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .profile .sidebar > div {
    border-left: 0;
  }
}
.profile .sidebar .avatar {
  position: relative;
  display: inline-block;
}
.profile .sidebar .avatar label {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.28);
  border-radius: 50%;
  overflow: hidden;
  background-color: #e9e9e9;
  width: 100px;
  height: 100px;
}
.profile .sidebar .avatar label img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 50%;
  margin: 7.5px;
}
.profile .sidebar .avatar label i {
  position: absolute;
  bottom: 10px;
  right: 5px;
  background-color: white;
  padding: 5px;
  color: #f0616f;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.28);
  cursor: pointer;
}
.profile .sidebar .avatar .delete-uploaded-file {
  opacity: 0;
  text-align: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: white;
  transition: 0.5s;
  position: absolute;
  bottom: 10px;
  left: 5px;
  padding: 5px;
  right: unset;
}
.profile .sidebar .avatar:hover .delete-uploaded-file {
  opacity: 1;
}
.profile .sidebar .user-name username,
.profile .sidebar .user-name phone {
  display: block;
}
.profile .sidebar .user-name username {
  font-size: 16px;
  font-weight: 600;
  color: #5f5f60;
}
.profile .sidebar .user-name phone {
  font-size: 12px;
  color: #7e7e7e;
}
.profile .sidebar .user-rate i,
.profile .sidebar .user-rate i {
  font-size: 12px;
  color: #7e7e7e;
}
.profile .sidebar .credit span {
  font-size: 12px;
}
.profile .sidebar .credit .digit {
  font-size: 13px;
  color: #000;
}
.profile .sidebar .charge-wallet {
  background-color: #f5714f;
  padding: 8px 50px;
  color: white;
  margin-top: 8px;
}
.profile .sidebar ul li {
  position: relative;
  text-align: right;
  padding: 10px;
  color: #404B62;
}
.profile .sidebar ul li i {
  color: rgba(47, 47, 47, 0.38);
  margin-left: 10px;
  font-size: 1.3em;
  vertical-align: middle;
}
.profile .sidebar ul li i.fa-user-plus {
  font-size: 1em;
}
.profile .sidebar ul li i.fa-map-marker-alt, .profile .sidebar ul li i.fa-clipboard-list, .profile .sidebar ul li i.fa-portrait {
  margin: 0 5px 0 10px;
}
.profile .sidebar ul li i.fa-heart, .profile .sidebar ul li i.fa-wallet, .profile .sidebar ul li i.fa-exchange-alt, .profile .sidebar ul li i.fa-sign-out-alt {
  font-size: 1.2em;
}
.profile .sidebar ul li i.fa-heart {
  margin: 0 3px 0 3px;
}
.profile .sidebar ul li i.fa-wallet {
  margin: 0 3px 0 9px;
}
.profile .sidebar ul li i.fa-comment-dots {
  margin: 0 4px 0 9px;
}
.profile .sidebar ul li i.fa-exchange-alt, .profile .sidebar ul li i.fa-sign-out-alt {
  margin: 0 5px 0 9px;
}
.profile .sidebar ul li:hover, .profile .sidebar ul li.active {
  color: #050505;
  cursor: pointer;
  transition: all 0.5ms;
  font-weight: bold;
}
.profile .sidebar ul li .unread-message {
  top: 10px;
  color: #fff;
}
.profile .sidebar > i {
  position: absolute;
  left: 20px;
  top: 13px;
  color: #fbb545;
  z-index: 2;
}

.base-btn {
  border-radius: 4px;
  border: 1px solid #f0616f;
  background-color: #f0616f;
  color: #fff;
  padding: 7px 15px;
}

.main {
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 0 15px;
  }
}
.main h6 {
  padding-bottom: 10px;
  color: #000;
}
.main .item-profile {
  display: none;
  min-height: 500px;
}
.main .item-profile .profile-title h6 {
  margin: 0;
  padding-top: 13px;
}
.main .item-profile .input-wrapper {
  position: relative;
  width: 75%;
  margin: auto;
}
.main .item-profile .pin-tabs .nav-tabs {
  border-bottom: 1px solid #f0616f;
  margin-bottom: 60px;
}
.main .item-profile .pin-tabs .nav-tabs .nav-link,
.main .item-profile .pin-tabs .nav-tabs .nav-link:hover {
  color: #666;
  border: none;
}
.main .item-profile .pin-tabs .nav-tabs .nav-item.show .nav-link,
.main .item-profile .pin-tabs .nav-tabs .nav-link.active {
  color: #f0616f;
  background-color: transparent;
  border-bottom: 3px solid #f0616f;
}
.main .item-profile .pin-tabs .tab-content #pin-tab-info table {
  color: #666;
}
.main .item-profile .pin-tabs .tab-content #pin-tab-comments .add-box,
.main .item-profile .pin-tabs .tab-content #pin-tab-qa .add-box {
  background-color: #ccc;
  padding: 10px 15px;
  text-align: center;
}
.main .item-profile .pin-tabs .tab-content #pin-tab-comments .add-box button,
.main .item-profile .pin-tabs .tab-content #pin-tab-qa .add-box button {
  background-color: #f0616f;
  color: #fff;
  border: none;
  height: 30px;
  font-size: 13px;
  border-radius: 5px;
  padding: 0 10px 3px;
  margin: 0 10px;
}
.main .item-profile .pin-tabs .tab-content #pin-tab-comments .cm-list .cm,
.main .item-profile .pin-tabs .tab-content #pin-tab-qa .cm-list .cm {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.main .item-profile .pin-tabs .tab-content #pin-tab-comments .cm-list .cm:first-child,
.main .item-profile .pin-tabs .tab-content #pin-tab-qa .cm-list .cm:first-child {
  border-top: unset;
  padding-top: 0;
}
.main .item-profile .pin-tabs .tab-content #pin-tab-comments .cm-list .cm .name,
.main .item-profile .pin-tabs .tab-content #pin-tab-qa .cm-list .cm .name {
  font-size: 17px;
}
.main .item-profile .pin-tabs .tab-content #pin-tab-comments .cm-list .cm .name .buyer,
.main .item-profile .pin-tabs .tab-content #pin-tab-qa .cm-list .cm .name .buyer {
  color: #f0616f;
  font-size: 13px;
  margin-right: 5px;
}
.main .item-profile .pin-tabs .tab-content #pin-tab-comments .cm-list .cm .tag,
.main .item-profile .pin-tabs .tab-content #pin-tab-qa .cm-list .cm .tag {
  background-color: #aaa;
  color: #fff;
  font-size: 13px;
  padding: 0 5px;
  border-radius: 2px;
  margin-top: 5px;
  display: inline-block;
}
.main .item-profile .pin-tabs .tab-content #pin-tab-comments .cm-list .cm .tag.rec,
.main .item-profile .pin-tabs .tab-content #pin-tab-qa .cm-list .cm .tag.rec {
  background-color: #0c0;
}
.main .item-profile .pin-tabs .tab-content #pin-tab-comments .cm-list .cm .tag.not-rec,
.main .item-profile .pin-tabs .tab-content #pin-tab-qa .cm-list .cm .tag.not-rec {
  background-color: #c00;
}
.main .item-profile .pin-tabs .tab-content #pin-tab-comments .cm-list .cm .desc,
.main .item-profile .pin-tabs .tab-content #pin-tab-qa .cm-list .cm .desc {
  margin-top: 5px;
  color: #555;
  line-height: 30px;
  text-align: justify;
}
.main .item-profile .pin-tabs .tab-content #pin-tab-comments .cm-list .cm .answers,
.main .item-profile .pin-tabs .tab-content #pin-tab-qa .cm-list .cm .answers {
  border: 1px solid #aaa;
  padding: 0 15px;
  margin: 10px 50px 0;
}
.main .item-profile .pin-tabs .tab-content #pin-tab-comments .cm-list .cm button.a-this-q,
.main .item-profile .pin-tabs .tab-content #pin-tab-qa .cm-list .cm button.a-this-q {
  background-color: #f0616f;
  color: #fff;
  border: none;
  height: 25px;
  font-size: 13px;
  border-radius: 3px;
  padding: 0 5px 3px;
  margin: 10px 50px 0 0;
}
@media screen and (max-width: 767px) {
  .main .item-profile .content-profile {
    padding: 25px 10px;
  }
}
.main .item-profile .content-profile .address-not-exist,
.main .item-profile .content-profile .orders-not-exist,
.main .item-profile .content-profile .messages-not-exist,
.main .item-profile .content-profile .tickets-not-exist,
.main .item-profile .content-profile .comments-not-exist,
.main .item-profile .content-profile .transaction-not-exist,
.main .item-profile .content-profile .reject-tr-not-exist,
.main .item-profile .content-profile .favorite-not-exist {
  width: 50%;
  margin: 3% auto;
  display: none;
  text-align: center;
}
.main .item-profile .content-profile .row-paginate {
  margin: 40px auto 20px auto;
}
.main .item-profile.invite .fa-user-plus {
  font-size: 85px;
  color: #f0616f;
  margin-top: 45px;
}
.main .item-profile.invite .input-wrapper input {
  height: 50px;
  padding-left: 75px;
  border-color: #f0616f;
  background-color: transparent;
  text-align: left;
  direction: ltr;
}
.main .item-profile.invite .input-wrapper input::placeholder {
  text-align: right;
}
.main .item-profile.invite .input-wrapper button {
  position: absolute;
  top: 1px;
  left: 1px;
  border: 0;
  padding: 10px 16px;
  font-size: 18px;
  color: #f0616f;
  background-color: transparent;
}
.main .item-profile.invite .input-wrapper button:after {
  content: "";
  background: #ababb7;
  position: absolute;
  bottom: 5px;
  right: 0;
  height: 35px;
  width: 1.5px;
}
@media screen and (max-width: 767px) {
  .main .item-profile.invite .input-wrapper {
    width: 100%;
  }
}
.main .item-profile.address label, .main .item-profile.information label {
  color: #5B5B5B;
  width: 95px;
  margin: 0 24px 0 0;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .main .item-profile.address label, .main .item-profile.information label {
    margin: 0 10px 0 0;
  }
}
.main .item-profile.address input,
.main .item-profile.address select, .main .item-profile.information input,
.main .item-profile.information select {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #747475;
  display: inline-block !important;
  height: 37px;
}
.main .item-profile.address select, .main .item-profile.information select {
  cursor: pointer;
}
.main .item-profile.address select:disabled, .main .item-profile.information select:disabled {
  cursor: unset;
}
.main .item-profile.information .title-information {
  border-bottom: 1px solid #5B5B5B;
  padding-bottom: 21px;
  margin-bottom: 30px;
}
.main .item-profile.information .title-information h5 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #3a3a3a;
}
.main .item-profile.information .title-information > div {
  display: inline-block;
}
.main .item-profile.information .title-information > div > button {
  background: #ffffff;
  border: 0;
  border-radius: 20px;
  font-size: 14px;
  padding: 4px 10px;
}
.main .item-profile.information .title-information > div > button.edit-btn {
  color: #3793FF;
}
.main .item-profile.information .title-information > div > button.save-btn {
  display: none;
  color: #000000;
}
.main .item-profile.information .title-information > div > button.cancel-edit {
  display: none;
  color: #FE0404;
}
.main .item-profile.information .wrapper-information-input {
  position: relative;
  display: inline-block;
  width: 85%;
  padding-bottom: 16px;
  border-bottom: 0.3px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .main .item-profile.information .wrapper-information-input {
    width: 100%;
  }
}
.main .item-profile.information .wrapper-information-input.wrapper-gender {
  border-bottom: 0;
  margin-bottom: 0;
}
.main .item-profile.information input[name=birth_date] {
  letter-spacing: 1px;
}
.main .item-profile.information input[name=national_code], .main .item-profile.information input[name=email], .main .item-profile.information input[name=phone_number], .main .item-profile.information input[name=phone] {
  direction: ltr;
}
.main .item-profile.information input[name=phone_number] {
  cursor: not-allowed;
}
.main .item-profile.information .title-address {
  border-top: 1px solid #5b5b5b;
  padding-top: 21px;
  margin-top: 9px;
}
.main .item-profile.information .title-address > span {
  margin-left: 2px;
}
.main .item-profile.information .title-address button {
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  color: #3793FF;
}
.main .item-profile.information .exist-address section {
  margin-bottom: 20px;
}
.main .item-profile.information .exist-address section:last-child {
  margin-bottom: 50px;
}
.main .item-profile.information .exist-address .top-address-box h6 {
  font-weight: bold;
  padding: 7px 0;
}
.main .item-profile.information .exist-address .top-address-box button {
  border: 0;
  margin-left: 23px;
  background: transparent;
}
.main .item-profile.information .exist-address .main-address-box .full-address,
.main .item-profile.information .exist-address .main-address-box .postal-code {
  display: block;
  max-width: 100%;
  font-size: 13px;
  color: #000000;
  line-height: 2;
}
.main .item-profile.address input[name=postal_code] {
  direction: ltr;
  text-align: left;
}
.main .item-profile.charge-wallet .fa-wallet {
  font-size: 85px;
  color: #f0616f;
  margin-top: 45px;
}
.main .item-profile.charge-wallet .title-charge-wallet {
  font-size: 20px;
  margin-top: 10px;
  color: #aaa;
}
.main .item-profile.charge-wallet section span {
  font-size: 17px;
  font-weight: 600;
  margin-left: 3px;
}
.main .item-profile.charge-wallet section span:last-child {
  font-size: 12px;
  font-weight: normal;
}
.main .item-profile.charge-wallet .input-wrapper input {
  direction: ltr;
  width: calc(100% - 110px);
  height: 38px;
  border-radius: 0 4px 4px 0;
  border-color: #fff;
}
.main .item-profile.charge-wallet .input-wrapper input::placeholder {
  text-align: center;
  color: #A6A6A6;
}
.main .item-profile.charge-wallet .input-wrapper .charge-btn {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0 0 4px;
}
.main .item-profile.charge-wallet .exist-transaction table {
  color: #5B5B5B;
}
.main .item-profile.exams-list .table td,
.main .item-profile.exams-list .table th {
  padding: 4px;
  font-size: 14px;
  vertical-align: middle;
}
.main .item-profile.exams-list .table td:not(:first-child),
.main .item-profile.exams-list .table th:not(:first-child) {
  min-width: 100px;
}
.main .item-profile.exams-list .table .button {
  padding: 3px 8px;
  min-width: 102px;
}
.main .item-profile.exams-list .table .button:disabled {
  background-color: gray;
  border-color: gray;
}
.main .item-profile.exams-list .exist-exam table {
  color: #5B5B5B;
}
.main .item-profile.exams-list .last-exam-message {
  display: none;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #cfd0d2;
  border-radius: 7px;
}
.main .item-profile.exams-list .last-exam-message h4 {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.main .item-profile.exams-list .last-exam-message p {
  font-size: 14px;
}
.main .item-profile.exams-list .one-exam-details {
  display: none;
  color: #8a8a8a;
  padding: 0 20px 0 85px;
}
@media screen and (max-width: 768px) {
  .main .item-profile.exams-list .one-exam-details {
    padding-left: 0;
    padding-right: 0;
  }
}
.main .item-profile.exams-list .one-exam-details .back-to-exist-exam {
  text-align: left;
}
.main .item-profile.exams-list .one-exam-details .back-to-exist-exam > label {
  direction: ltr;
  cursor: pointer;
}
.main .item-profile.exams-list .one-exam-details .back-to-exist-exam > label i {
  font-size: 10px;
  margin-right: 4px;
}
.main .item-profile.exams-list .one-exam-details .back-to-exist-exam > label:hover {
  color: #5B5B5B;
}
.main .item-profile.exams-list .one-exam-details > section {
  margin-bottom: 55px;
}
.main .item-profile.exams-list .one-exam-details > section h5 {
  color: #5B5B5B;
}
.main .item-profile.exams-list .one-exam-details > section .reject-tr-text {
  margin-bottom: 35px;
}
.main .item-profile.exams-list .one-exam-details .warning-sec {
  color: #c87a05;
}
.main .item-profile.exams-list .one-exam-details .warning-sec p {
  margin-bottom: 5px;
}
.main .item-profile.exams-list .one-exam-details .warning-sec p i {
  margin-left: 5px;
}
.main .item-profile.exams-list .one-exam-details .user-info-reject > * {
  margin-bottom: 6px;
}
.main .item-profile.exams-list .one-exam-details .product-list-reject > section {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}
.main .item-profile.exams-list .one-exam-details .exam-header {
  margin-bottom: 10px;
}
.main .item-profile.exams-list .one-exam-details .exam-header section {
  padding: 5px 10px !important;
}
.main .item-profile.exams-list .one-exam-details .exam-header h4,
.main .item-profile.exams-list .one-exam-details .exam-header .label,
.main .item-profile.exams-list .one-exam-details .exam-header .dont-writing {
  color: #000;
}
.main .item-profile.exams-list .one-exam-details .exam-header .label,
.main .item-profile.exams-list .one-exam-details .exam-header .dont-writing {
  font-size: 12px;
  font-weight: 600;
}
.main .item-profile.exams-list .one-exam-details .exam-header .dont-writing {
  height: 100%;
  flex-direction: column;
}
.main .item-profile.exams-list .one-exam-details .answer-wrapper,
.main .item-profile.exams-list .one-exam-details .exam-header section {
  border: 1px solid #ff4900eb;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}
.main .item-profile.exams-list .one-exam-details .body-answer-sheet {
  direction: ltr;
}
.main .item-profile.exams-list .one-exam-details .body-answer-sheet > div {
  margin-bottom: 20px;
}
.main .item-profile.exams-list .one-exam-details .body-answer-sheet .answer-wrapper .answer-row span .answer-label {
  position: relative;
  cursor: pointer;
}
.main .item-profile.exams-list .one-exam-details .body-answer-sheet .answer-wrapper .answer-row span .answer-label:before {
  content: "";
  position: absolute;
  width: 15px;
  font-size: 12px;
  top: 6px;
  border: 1px solid #ff4900eb;
  height: 15px;
  line-height: 16px;
  border-radius: 9px;
}
.main .item-profile.exams-list .one-exam-details .body-answer-sheet .answer-wrapper .answer-row span .answer-label input {
  visibility: hidden;
}
.main .item-profile.exams-list .one-exam-details .body-answer-sheet .answer-wrapper .answer-row span .answer-label.checked:before {
  content: "" !important;
  background: #0d0d0dcc;
}
.main .item-profile.exams-list .one-exam-details .body-answer-sheet .answer-wrapper .answer-row span:nth-child(1) {
  font-size: 12px;
  width: 19.2px;
  display: inline-block;
}
.main .item-profile.exams-list .one-exam-details .body-answer-sheet .answer-wrapper .answer-row span:nth-child(2) .answer-label:before {
  content: "1";
}
.main .item-profile.exams-list .one-exam-details .body-answer-sheet .answer-wrapper .answer-row span:nth-child(3) .answer-label:before {
  content: "2";
}
.main .item-profile.exams-list .one-exam-details .body-answer-sheet .answer-wrapper .answer-row span:nth-child(4) .answer-label:before {
  content: "3";
}
.main .item-profile.exams-list .one-exam-details .body-answer-sheet .answer-wrapper .answer-row span:nth-child(5) .answer-label:before {
  content: "4";
}
.main .item-profile.report-problem {
  text-align: center;
}
.main .item-profile.report-problem .title-report-problem {
  padding-top: 34px;
}
.main .item-profile.report-problem .title-report-problem img {
  margin-bottom: 12px;
}
.main .item-profile.report-problem .title-report-problem h6 {
  font-weight: bold;
  color: #000;
}
.main .item-profile.report-problem .body-report-problem p {
  font-size: 13px;
  color: #000000;
}
.main .item-profile.report-problem .body-report-problem textarea {
  width: 42%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  height: 106px;
  margin-top: 25px;
  padding: 16px 24px;
  font-size: 13px;
  resize: none;
}
@media screen and (max-width: 768px) {
  .main .item-profile.report-problem .body-report-problem textarea {
    width: 100%;
  }
}
.main .item-profile.report-problem .body-report-problem textarea::placeholder {
  font-size: 13px;
}
.main .item-profile.report-problem .button-div {
  width: 395px;
  margin: 21px auto;
  height: 53px;
}
@media screen and (max-width: 768px) {
  .main .item-profile.report-problem .button-div {
    width: auto;
  }
}
.main .item-profile.report-problem .button-div button {
  width: 100%;
  height: 100%;
  background: #000000;
  color: #ffffff;
  border: 0;
  border-radius: 20px;
}
.main .item-profile.orders .exist-orders {
  min-height: 450px;
}
.main .item-profile.orders .exist-orders .accordion .card {
  border-radius: 0;
  border: 0;
  border-bottom: 0.3px solid rgba(91, 91, 91, 0.8);
}
.main .item-profile.orders .exist-orders .accordion .card .card-header {
  border: 0;
  border-radius: 0;
  background-color: #fff;
}
.main .item-profile.orders .exist-orders .accordion .card .card-header > a > .d-flex > div {
  font-size: 12px;
  font-weight: bold;
}
.main .item-profile.orders .exist-orders .accordion .card .card-header > a > .d-flex .fa-angle-down {
  color: #5b555f;
  transition: transform 0.3s ease-in 0s;
  height: min-content;
}
.main .item-profile.orders .exist-orders .accordion .card .card-header > a > .d-flex .fa-angle-down:before {
  vertical-align: sub;
}
.main .item-profile.orders .exist-orders .accordion .card .card-header > a > .d-flex .rotate-icon {
  transform: rotate(180deg);
}
.main .item-profile.orders .exist-orders .accordion .card .card-header .basket-title-span {
  margin: 0 11.5px;
  display: inline-block;
}
.main .item-profile.orders .exist-orders .accordion .card .card-header .basket-title-span.basket-date {
  margin-right: 48px;
  color: #AE48FF;
}
@media screen and (max-width: 376px) and (min-width: 321px) {
  .main .item-profile.orders .exist-orders .accordion .card .card-header .basket-title-span.basket-date {
    margin-right: 13px;
  }
}
.main .item-profile.orders .exist-orders .accordion .card .card-header .order-information {
  padding-right: 133px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #5B5B5B;
  line-height: 22px;
}
@media screen and (max-width: 376px) {
  .main .item-profile.orders .exist-orders .accordion .card .card-header .order-information {
    padding-right: 100px;
  }
}
@media screen and (max-width: 321px) {
  .main .item-profile.orders .exist-orders .accordion .card .card-header .order-information {
    padding-right: 47px;
  }
}
.main .item-profile.orders .exist-orders .accordion .card .card-header .image-orders {
  padding-right: 3px;
  margin-top: 17px;
}
.main .item-profile.orders .exist-orders .accordion .card .card-header .image-orders .img-wrapper {
  display: inline-block;
  width: 38px;
  height: 35px;
  background-color: #fff;
  overflow: hidden;
  padding: 3px;
  margin-left: 10px;
  border: 0.3px solid #D7D7D7;
  border-radius: 10px;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body {
  padding: 0;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper {
  padding-right: 84px;
  padding-bottom: 21px;
  border-bottom: 0.3px solid rgba(91, 91, 91, 0.5);
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper {
    padding-right: 22px;
  }
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper:first-child {
  margin-top: 26px;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper:last-child {
  border: 0;
  padding-right: 0;
  padding-bottom: 41px;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .details-label,
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .details-value {
  display: inline-block;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .details-label {
  vertical-align: top;
  width: 85px;
  font-weight: bold;
  font-size: 11px;
  line-height: 17px;
  color: #000000;
  align-items: center;
  margin-left: 27px;
}
@media screen and (max-width: 768px) {
  .main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .details-label {
    margin-left: 14px;
  }
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .details-value {
  font-size: 11px;
  line-height: 17px;
  align-items: center;
  text-align: right;
  color: #5B5B5B;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .details-value.date-delivered {
  vertical-align: super;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .details-value h6 {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  padding-top: 4px;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .details-value .product-number {
  display: inline-block;
  min-width: 13px;
  text-align: center;
  margin-left: 4px;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .details-value > div.product-in-order {
  margin-bottom: 5px;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .details-value > div > span:first-child {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  border-radius: 50px;
  vertical-align: middle;
  cursor: help;
  border: 1px solid #00000059;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .details-value > div > span:first-child.hidden {
  cursor: unset;
  background-color: transparent;
  border: unset;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .details-value > div > span:nth-child(3) {
  margin-right: 7px;
}
@media screen and (max-width: 376px) {
  .main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .details-value > div > span:nth-child(3) {
    max-width: 186px;
    display: inline-block;
    vertical-align: text-top;
  }
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .order-old-cost,
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .order-base-cost {
  font-weight: bold;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .order-old-cost:first-child,
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .order-base-cost:first-child {
  margin-bottom: 10px;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .order-old-cost .details-value,
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .order-base-cost .details-value {
  vertical-align: top;
}
.main .item-profile.orders .exist-orders .accordion .card .card-body .orders-details-wrapper .order-old-cost .details-value {
  color: #FE0404;
  text-decoration: line-through 1px solid #5B5B5B;
}
.main .item-profile.favorite .p-favorite {
  display: none;
}
.main .item-profile.favorite .item > img {
  width: 100%;
  object-fit: cover;
  height: 230px;
}
.main .item-profile.inbox-message .normal-avatar {
  width: 100px;
  height: 100px;
  margin: auto;
  border: 1px solid #cfd0d2;
  border-radius: 50px;
  overflow: hidden;
}
.main .item-profile .product-list .item {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.main .item-profile .product-list .item .product-toolbar {
  padding: 10px;
}
.main .item-profile .product-list .item .detail {
  text-align: center;
}
.main .item-profile .item {
  text-align: center;
}

.show-order-tb-sec > div {
  display: inline-block;
}
.show-order-tb-sec > div:last-child {
  vertical-align: middle;
  text-align: right;
  margin-right: 5px;
}
.show-order-tb-sec .image-order-tb {
  width: 75px;
  height: 75px;
  border-radius: 15px 15px 0 15px;
  background-color: #EBEBF0;
}
.show-order-tb-sec .title-order-tb {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#addressModal .modal-header > div {
  padding: 0 55px;
}
@media screen and (max-width: 768px) {
  #addressModal .modal-header > div {
    padding: 0;
  }
}
#addressModal .modal-header > div .modal-title {
  display: inline-block;
  margin-right: 22px;
  font-size: 15px;
  font-weight: bold;
}
#addressModal .modal-header > div .add-address-btn {
  border: 0;
  padding: 0;
  background: transparent;
  margin-top: 3px;
  font-size: 14px;
  color: #3793FF;
}
#addressModal .modal-header > div .add-address-btn img {
  margin-left: 5px;
}
#addressModal .modal-body .address-body {
  width: 570px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #addressModal .modal-body .address-body {
    width: auto;
  }
}
#addressModal .modal-body .address-body > input,
#addressModal .modal-body .address-body > select {
  height: 47px;
  margin-bottom: 9px;
  font-size: 12px;
}
#addressModal .modal-body .address-body > input {
  border-radius: 20px;
  padding-right: 53px;
  padding-left: 53px;
}
@media screen and (max-width: 768px) {
  #addressModal .modal-body .address-body > input {
    padding-right: 22px;
    padding-left: 22px;
  }
}
#addressModal .modal-body .address-body > select {
  position: relative;
  width: 49.5%;
  padding: 0 118px 0 32px;
  border: 0.5px solid #CDCDCD;
  border-radius: 20px;
  color: #5B5B5B;
  cursor: pointer;
  appearance: none;
  background-color: transparent;
  background-image: url(../images/icons/font/bot-s-1.png);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 18px 13px;
  background-origin: content-box;
  outline: 0;
}
@media screen and (max-width: 768px) {
  #addressModal .modal-body .address-body > select {
    width: 100%;
  }
}
#addressModal .modal-body .address-body > textarea {
  border-radius: 20px;
  overflow: hidden;
  height: 71px;
  padding: 16px 53px;
  margin-bottom: 9px;
  font-size: 13px;
  resize: none;
}
@media screen and (max-width: 768px) {
  #addressModal .modal-body .address-body > textarea {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 12px;
  }
}
#addressModal .modal-body .address-body .map-set-address {
  position: relative;
  margin-top: 12px;
}
#addressModal .modal-body .address-body .map-set-address h6 {
  font-size: 11px;
  display: inline-block;
  font-weight: bold;
  margin-right: 25px;
  margin-bottom: 9px;
}
#addressModal .modal-body .address-body .map-set-address #map {
  overflow: hidden;
  margin: auto;
  height: 0;
  outline: none;
  border: 0.5px solid #D1D1D1;
  border-radius: 20px;
}
#addressModal .modal-body .address-body .map-set-address #map .leaflet-marker-icon {
  width: 28px !important;
  height: 34px !important;
}

.modals #cancelOrder .close,
.modals #rejectOrder .close {
  border: 1px solid #000;
  padding: 0 4px 3px 4px;
  border-radius: 5px;
  font-size: 15px;
  margin-top: -10px;
}
.modals #cancelOrder .modal-header,
.modals #rejectOrder .modal-header {
  border: 0;
}
.modals #cancelOrder .modal-content .modal-body,
.modals #rejectOrder .modal-content .modal-body {
  padding: 6px 1rem;
}
.modals #cancelOrder .modal-content .modal-body > div:first-child,
.modals #rejectOrder .modal-content .modal-body > div:first-child {
  border-bottom: 1px solid #ababab4a;
  padding-bottom: 15px;
}
.modals #cancelOrder .modal-content .modal-body h6,
.modals #rejectOrder .modal-content .modal-body h6 {
  color: #5B5B5B;
}
.modals #cancelOrder .modal-content {
  background-color: #fff;
}
.modals #cancelOrder .modal-content .modal-body .show-order-tb-sec {
  display: inline-block;
  margin-left: 7px;
  margin-top: 10px;
}
.modals #cancelOrder .modal-content .modal-body .show-order-tb-sec .image-order-tb {
  width: 45px;
  height: auto;
}
.modals #cancelOrder .modal-content .modal-body .show-order-tb-sec > div:last-child {
  font-size: 13px;
  margin-right: 3px;
}
.modals #cancelOrder .modal-content .modal-body .show-order-tb-sec .title-order-tb {
  width: 56px;
}
.modals #cancelOrder .modal-content .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
  outline: none;
  box-shadow: 0 0 5px 0 #ccccc0;
}
.modals #rejectOrder .modal-body .pretty.all {
  margin: 10px 5px 10px 0;
}
.modals #rejectOrder .modal-body .pretty.all .state .icon {
  top: 0%;
  right: -0.5px;
  font-size: 1em;
}
.modals #rejectOrder .modal-body .pretty.all .state label {
  font-size: 15px;
}
.modals #rejectOrder .modal-body .pretty.show-order-tb-sec .state .icon {
  top: 83%;
  right: -0.5px;
  font-size: 0.9em;
}
.modals #rejectOrder .modal-body .pretty.show-order-tb-sec .state label:before, .modals #rejectOrder .modal-body .pretty.show-order-tb-sec .state label:after {
  top: 84%;
}
.modals #rejectOrder .modal-body .show-order-tb-sec {
  width: 45%;
}
.modals #rejectOrder .modal-body textarea::placeholder {
  color: #ced4da;
}
.modals #rejectOrder .modal-body .upload-wrapper > section {
  width: 50%;
  margin: auto;
  background-color: #e4e4e4;
  padding: 5px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
.modals #rejectOrder .modal-body .upload-wrapper > section > input {
  opacity: 0;
  top: 0;
  right: 0;
  width: 35%;
  padding: 2px;
}
.modals #rejectOrder .modal-body .upload-wrapper > section label {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 35%;
  cursor: pointer;
}
.modals #rejectOrder .modal-body .upload-wrapper > section label span {
  position: absolute;
  top: 0;
  right: -1px;
  padding: 6px;
  color: #fff;
  background-color: #f0616f;
  border: 0;
  border-radius: 0 3px 3px 0;
}
.modals #rejectOrder .modal-body .upload-wrapper > section > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modals #cancelOrder .modal-footer,
.modals #rejectOrder .modal-footer {
  border-top: 0;
  padding: 1.75rem 1.75rem 2rem 1.75rem;
}
.modals #cancelOrder .modal-footer .base-btn,
.modals #rejectOrder .modal-footer .base-btn {
  margin: auto;
  padding: 7px 42px;
}

.percent-badge {
  background-color: #f0616f;
  font-size: 12px !important;
  padding: 0 3px;
  overflow: hidden;
  border-radius: 6px;
  color: #ffffff !important;
}

.modal-backdrop.fade {
  opacity: 0.5;
}

.nav-icon-1 {
  width: 20px;
  height: 20px;
  position: relative;
  transition: 0.1s;
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: unset;
  padding: 0;
}
.nav-icon-1 span {
  width: 4px;
  height: 4px;
  background-color: #fbb545;
  display: block;
  border-radius: 50%;
  position: absolute;
}
.nav-icon-1 span:nth-child(1) {
  left: 0;
  top: 0;
}
.nav-icon-1 span:nth-child(2) {
  left: 8px;
  top: 0;
}
.nav-icon-1 span:nth-child(3) {
  right: 0;
  top: 0;
}
.nav-icon-1 span:nth-child(4) {
  left: 0;
  top: 8px;
}
.nav-icon-1 span:nth-child(5) {
  position: absolute;
  left: 8px;
  top: 8px;
}
.nav-icon-1 span:nth-child(6) {
  right: 0px;
  top: 8px;
}
.nav-icon-1 span:nth-child(7) {
  left: 0px;
  bottom: 0px;
}
.nav-icon-1 span:nth-child(8) {
  position: absolute;
  left: 8px;
  bottom: 0px;
}
.nav-icon-1 span:nth-child(9) {
  right: 0px;
  bottom: 0px;
}
.nav-icon-1:hover span {
  transform: scale(1.2);
  transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1.open {
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1.open span {
  border-radius: 50%;
  transition-delay: 200ms;
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1.open span:nth-child(2) {
  left: 4px;
  top: 4px;
}
.nav-icon-1.open span:nth-child(4) {
  left: 4px;
  top: 12px;
}
.nav-icon-1.open span:nth-child(6) {
  right: 4px;
  top: 4px;
}
.nav-icon-1.open span:nth-child(8) {
  left: 12px;
  bottom: 4px;
}

/*# sourceMappingURL=main.css.map */

#swal2-html-container{
  color: white !important;
}