@-webkit-keyframes shine {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes shine {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.txt-green {
  color: #0ABB75 !important;
}

.txt-orange {
  color: #FF5235 !important;
}

.txt-secondary {
  color: #85858C !important;
}

hr {
  border-color: #707070;
  opacity: 0.12;
}

@media screen and (min-width: 1400px) {
  .wrapper-content .col-xxl-3 {
    width: 20%;
  }

  .wrapper-content .col-xxl-9 {
    width: 80%;
  }
}

.btn-primary:focus {
  background-color: #191919;
  border-color: #191919;
}

.white-background.mypanel-sidebar-main {
  position: sticky;
  top: 10px;
  padding: unset;
}

.white-background.mypanel-sidebar-main .profile-info {
  background-color: #191919;
  border-radius: 15px 15px 0 0;
  padding: 25px;
}

.white-background.mypanel-sidebar-main .profile-info .profile-img {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.white-background.mypanel-sidebar-main .profile-info .profile-img img {
  border-radius: 100px;
}

.white-background.mypanel-sidebar-main .profile-info p {
  color: #fff;
}

.white-background.mypanel-sidebar-main .white-wrapper {
  padding: 15px 18px 15px 18px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  max-height: 83svh;
  overflow-y: auto;
}

.white-background.mypanel-sidebar-main .mypanelsidebar-ul .badge {
  line-height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  min-width: 25px;
  height: 25px;
  padding: unset;
}

.white-background.mypanel-sidebar-main .mypanelsidebar-ul i {
  font-size: 15px;
}

.white-background.mypanel-sidebar-main .mypanelsidebar-ul li {
  margin-bottom: 10px;
}

.white-background.mypanel-sidebar-main .mypanelsidebar-ul li a {
  background-color: #fff;
  padding: 12px;
  border-radius: 5px;
  display: block;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.white-background.mypanel-sidebar-main .mypanelsidebar-ul li a:hover {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background-color: #FF5235;
  padding: 12px;
  border-radius: 5px;
}

.white-background.mypanel-sidebar-main .mypanelsidebar-ul li a:hover i,
.white-background.mypanel-sidebar-main .mypanelsidebar-ul li a:hover p {
  color: #fff;
}

.white-background.mypanel-sidebar-main .mypanelsidebar-ul li:last-child {
  margin-bottom: unset;
}

.white-background.mypanel-sidebar-main .mypanelsidebar-ul li.active a {
  background-color: #FF5235;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .table-mypanel.inner-page-mypanel .table thead.table-dark th.footable-last-visible {
    border-radius: 0 15px 0 0 !important;
  }
}

.table-mypanel.inner-page-mypanel .table thead tr th {
  border: unset;
  font-weight: 600;
}

.table-mypanel.inner-page-mypanel .table thead tr th:first-child {
  border-radius: 12px 0 0 0;
  padding: 10px 0px 10px 15px;
}

.table-mypanel.inner-page-mypanel .table thead tr th:last-child {
  border-radius: 0 12px 0 0;
}

@media screen and (max-width: 1250px) {
  .table-mypanel.inner-page-mypanel .table thead tr th {
    white-space: nowrap;
    padding: 7px !important;
  }
}

.table-mypanel.inner-page-mypanel .table tbody tr td {
  vertical-align: middle;
  padding: 10px 0;
}

.table-mypanel.inner-page-mypanel .table tbody tr td:first-child {
  padding: 10px 0px 10px 15px;
}

@media screen and (max-width: 1250px) {
  .table-mypanel.inner-page-mypanel .table tbody tr td {
    white-space: nowrap;
    padding: 15px !important;
  }
}

.table-mypanel.inner-page-mypanel .table thead.table-dark th {
  background-color: #191919;
  padding: 7px 0;
}

.table-mypanel:not(.table-mypanel.inner-page-mypanel) .table thead tr th {
  border: unset;
  font-weight: 600;
}

.table-mypanel:not(.table-mypanel.inner-page-mypanel) .table thead tr th:first-child {
  border-radius: 12px 0 0 0;
  padding: 10px 0px 10px 15px;
}

.table-mypanel:not(.table-mypanel.inner-page-mypanel) .table thead tr th:last-child {
  border-radius: 0 12px 0 0;
}

@media screen and (max-width: 1250px) {
  .table-mypanel:not(.table-mypanel.inner-page-mypanel) .table thead tr th {
    white-space: nowrap;
    padding: 15px !important;
  }
}

.table-mypanel:not(.table-mypanel.inner-page-mypanel) .table tbody tr td {
  vertical-align: middle;
  padding: 25px 0;
}

.table-mypanel:not(.table-mypanel.inner-page-mypanel) .table tbody tr td:first-child {
  padding: 25px 0px 25px 15px;
}

@media screen and (max-width: 1250px) {
  .table-mypanel:not(.table-mypanel.inner-page-mypanel) .table tbody tr td {
    white-space: nowrap;
    padding: 30px !important;
  }
}

.table-mypanel:not(.table-mypanel.inner-page-mypanel) .table thead.table-dark th {
  background-color: #191919;
  padding: 10px 0;
}

.product-img {
  width: 70px;
  height: 55px;
  min-width: 70px;
}

.product-img img {
  border-radius: 5px;
}

.purchase-prod-title {
  width: 8vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1250px) {
  .purchase-prod-title {
    width: auto;
  }
}

.status-badge {
  color: #fff;
  font-weight: 600;
  padding: 10px 10px;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 90px;
  text-align: center;
  font-size: 12px;
}

.badge-pink {
  background-color: #FF4E4E;
}

.badge-green {
  background-color: #14C800;
}

.badge-warning {
  background-color: #ffc009;
}

.options-icons a {
  display: block;
}

.options-icons i {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
}

.options-icons .close-icon-i {
  background-color: #dc38481a;
  color: #dc3545;
}

.options-icons .eye-icon-i {
  background-color: #E0F5FD;
  color: #79D5F6;
}

.options-icons .download-icon-i {
  background-color: #FFF6E0;
  color: #FFCE40;
}

.options-icons .plus-icon-i {
  background-color: #DEFFE4;
  color: #00C127;
}

.options-icons .delete-icon-i {
  background-color: #FFF5F5;
  color: #FF3333;
}

.wishlist-main .product-name {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wishlist-main .product-name:hover {
  color: #FF5235;
}

.wishlist-main a:hover {
  color: #FF5235;
}

.wishlist-main .deal-product-box {
  opacity: 1 !important;
}

.wishlist-main .deal-product-box .deal-img {
  height: 200px;
  display: block;
}

@media screen and (max-width: 576px) {
  .wishlist-main .deal-product-box .deal-img {
    height: 270px;
  }
}

.wishlist-main .cta-icons {
  -webkit-box-shadow: 0px 2px 4px #00000014;
          box-shadow: 0px 2px 4px #00000014;
}

.wishlist-main .wishlist-trash i {
  color: #FF3333;
  top: 0px !important;
  font-size: 16px !important;
}

.wishlist-main .wishlist-product {
  max-width: 315px;
}

@media screen and (max-width: 1300px) {
  .wishlist-main .wishlist-product {
    min-width: 315px;
  }
}

@media screen and (max-width: 768px) {
  .wishlist-main .wishlist-product {
    max-width: none;
    min-width: auto;
  }
}

.wishlist-star i {
  color: #DAE8E4;
  font-size: 16px;
}

.wishlist-star i.active {
  color: #FF9900;
}

@media screen and (max-width: 576px) {
  .profile-img-col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.profile-img-manage {
  width: 80px;
  height: 80px;
  position: relative;
  right: 40px;
  min-width: 80px;
}

@media screen and (max-width: 576px) {
  .profile-img-manage {
    right: unset;
  }
}

.profile-img-manage img {
  border-radius: 100px;
}

.profile-img-manage .upload-img {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.profile-img-manage .upload-img img {
  width: 20px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile-img-manage .upload-img input {
  position: absolute;
  width: 45px;
  bottom: 0px;
  right: 0px;
  min-height: 80px;
  border-radius: 75px;
  cursor: pointer;
}

.verify-btn-main .form-control {
  padding-right: 95px;
}

.verify-btn-main .search-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 20px;
  height: 35px;
}

.compare-main .compare-prod-img {
  width: clamp(200px, 13vw, 280px);
  height: clamp(190px, 13vw, 270px);
  min-width: 200px;
  margin: auto;
}

.compare-main .compare-prod-img img {
  border-radius: 15px;
}

.compare-main .compare-ratings i {
  font-size: 1rem;
  /* 16px / 16 = 1rem */
}

.compare-main .table thead tr th {
  white-space: nowrap;
  vertical-align: middle;
  border: unset;
}

.compare-main .table tbody tr td {
  white-space: nowrap;
  vertical-align: middle;
}

.compare-main .table tbody tr td:not(:first-child) {
  text-align: center;
}

.delivery-info .card {
  border-radius: 15px !important;
  -webkit-box-shadow: 0px 3px 9px #b8b8b817 !important;
          box-shadow: 0px 3px 9px #b8b8b817 !important;
}

.delivery-info .card-body .row h6 {
  white-space: nowrap;
}

.delivery-info .payment-main.delivery-info-checked .address-box {
  height: 65px !important;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery-info .btn-sm.btn-icon.del-cart-sym {
  width: 30px;
  height: 30px;
  font-size: 1.375rem;
  /* 12px / 16 = 1.375remrem */
  color: #191919;
  background-color: #EEEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
}

.delivery-info .btn-sm.btn-icon.del-cart-sym:hover,
.delivery-info .btn-sm.btn-icon.del-cart-sym:active {
  border: unset !important;
}

.delivery-info .btn-sm.btn-icon.del-cart-sym i {
  font-size: 24px !important;
}

.info-box {
  border: 1px solid #7070701f;
  border-radius: 10px;
  padding: 18px;
}

.gallery-img-main .gallery-img {
  width: 85px;
  height: 85px;
  min-width: 85px;
  position: relative;
}

.gallery-img-main .gallery-img img {
  border-radius: 10px;
}

.gallery-img-main .gallery-img .delete-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #302F2F99;
  color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.gallery-img-main .gallery-img:hover .delete-icon {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}

.gallery-img-main .gallery-img-sm {
  width: 65px;
  height: 65px;
  min-width: 65px;
  position: relative;
}

.gallery-img-main .add-photo {
  width: 95px;
  height: 95px;
  min-width: 95px;
  border-radius: 10px;
  border: 2px dashed #70707033;
  overflow: hidden;
  position: relative;
}

.gallery-img-main .add-photo i {
  color: #FF5235;
  font-size: 1.375rem;
  /* 12px / 16 = 1.375remrem */
}

.gallery-img-main .add-photo p {
  font-size: 0.875rem;
  /* 14px / 16 = 0.875rem */
}

.gallery-img-main .add-photo input {
  width: 100%;
  height: 115px;
  opacity: 1;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  top: -30px;
}

.gallery-img-main .add-photo .add-photo-abs {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  bottom: 0;
  cursor: pointer;
}

.gallery-img-main .add-photo-sm {
  width: 80px;
  height: 65px;
  min-width: 65px;
}

.remv-padd {
  padding: unset;
}

.padding-wrapper {
  padding: 18px;
}

.products-table .table thead tr th {
  text-align: center;
  padding: 15px 10px 15px 10px;
}

.products-table .table thead tr th:first-child {
  border-left: unset;
}

.products-table .table thead tr th:last-child {
  border-right: unset;
}

.products-table .table tbody tr td {
  text-align: center;
  padding: 18px 10px 18px 10px;
}

.products-table .table tbody tr td:first-child {
  border-left: unset;
}

.products-table .table tbody tr td:last-child {
  border-right: unset;
}

.products-table .form-control {
  height: 35px !important;
}

.options-icons.products-icons i {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
}

.subscription-main .subs-list li {
  font-size: clamp(1rem, 1vw, 1.2rem) !important;
  font-weight: 600;
  margin-bottom: 10px;
  background: url(../images/star.png?5e64de3512dff1f4495c9481fdf8098d) no-repeat left center;
  padding: 5px 10px 5px 30px;
  list-style: none;
  vertical-align: middle;
  background-size: 20px 20px;
}

.subscription-main .subs-list li:last-child {
  margin-bottom: unset;
}

.subscription-main .subscription-box {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.subscription-main .subs-free {
  border: 2px solid #00CF30;
  border-radius: 27px;
  background-color: #fff;
}

.subscription-main .subs-free .plan-title {
  color: #00CF30;
}

.subscription-main .subs-free .dot-blur {
  background-color: #00CF30;
  width: 18px;
  height: 18px;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  border-radius: 50px;
  position: relative;
  top: 5px;
}

.subscription-main .subs-free .btn-subs {
  background-color: #00CF30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscription-main .subs-free .btn-subs:hover {
  background-color: #009c24;
}

.subscription-main .subs-contact {
  border: 2px solid #CFB300;
  border-radius: 27px;
  background-color: #fff;
}

.subscription-main .subs-contact .plan-title {
  color: #CFB300;
}

.subscription-main .subs-contact .dot-blur {
  background-color: #CFB300;
  width: 18px;
  height: 18px;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  border-radius: 50px;
  position: relative;
  top: 5px;
}

.subscription-main .subs-contact .btn-subs {
  background-color: #CFB300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscription-main .subs-contact .btn-subs:hover {
  background-color: #9c8700;
}

.subscription-main .subs-premium {
  border: 2px solid #A100CF;
  border-radius: 27px;
  background-color: #fff;
}

.subscription-main .subs-premium .plan-title {
  color: #A100CF;
}

.subscription-main .subs-premium .dot-blur {
  background-color: #A100CF;
  width: 18px;
  height: 18px;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  border-radius: 50px;
  position: relative;
  top: 5px;
}

.subscription-main .subs-premium .btn-subs {
  background-color: #A100CF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscription-main .subs-premium .btn-subs:hover {
  background-color: #79009c;
}

@media screen and (min-width: 1800px) {
  .subscription-main .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}

.btn-subs {
  height: 50px;
  color: #fff;
}

.btn-subs:hover {
  color: #fff;
}

.dashboard-main .dashboard-main-box {
  background: #fff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 9px #B8B8B817;
          box-shadow: 0px 3px 9px #B8B8B817;
  border-radius: 16px;
  overflow: hidden;
}

.dashboard-main .padd-dash {
  padding: 20px;
}

.dashboard-main .dashboard-order-table thead th {
  border: unset;
  padding: 20px !important;
}

.dashboard-main .dashboard-order-table tbody td {
  border: unset;
  padding: 20px !important;
  font-weight: 500;
}

.dashboard-main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1300px) {
  .dashboard-main .white-background {
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  .dashboard-main .verified-badge {
    height: 300px;
  }
}

.conversation-main .product-img {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
}

.conversation-main .product-img img {
  border-radius: 100px;
}

.conversation-main .msg-short {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.conversation-main .purchase-prod-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.conversations-para {
  max-width: clamp(180px, 55vw, 500px);
  -webkit-box-shadow: #9c9c9cb8 0px 1px 2px 0px;
          box-shadow: #9c9c9cb8 0px 1px 2px 0px;
}

.conversation-message .conversation-send {
  position: absolute;
  right: 20px;
  top: 8px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.conversation-message .form-control::-webkit-input-placeholder {
  font-weight: 500;
  color: #707070;
}

.conversation-message .form-control::-moz-placeholder {
  font-weight: 500;
  color: #707070;
}

.conversation-message .form-control::-ms-input-placeholder {
  font-weight: 500;
  color: #707070;
}

.conversation-message .form-control::placeholder {
  font-weight: 500;
  color: #707070;
}

.fs-10x {
  font-size: 10px;
}

.bg-active {
  background-color: #FF5235;
}

.list-group-flush .media .conversation-avatar-img {
  height: 40px;
  width: 40px;
}

.list-inline.social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

