:root {
  --primary-color: #0a387c;
  /* رنگ اصلی */
  --secondary-color: #ffcc26;
  /* رنگ ثانویه */


  --color-warning: #ffbc34;
  --color-danger: #f62d51;
  --color-success: #09e5ab;
  --color-info: #009efb;
}


* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: Yekan Bakh FaNum, Yekan Bakh !important;
  /* font-family: "Plus Jakarta Sans", sans-serif; */
  color: #000000;
  overflow-x: hidden;
  scrollbar-width: thin;
  padding-right: 0 !important;
  background: #ededed;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  /* font-family: Yekan Bakh FaNum ExtraCondensed !important;
      font-family: Yekan Bakh FaNum ExtraExpanded !important; */
  /* font-family: Yekan Bakh FaNum Expanded !important; */
  /* font-family: Yekan Bakh FaNum SemiExpanded !important; */
  /* font-family: Yekan Bakh FaNum !important; */
  /* font-family: Yekan Bakh ExtraCondensed !important; */
  /* font-family: Yekan Bakh Condensed !important; */
  /* font-family: Yekan Bakh SemiCondensed !important; */
  font-family: Yekan Bakh FaNum, Yekan Bakh !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #020310;
  font-weight: 700;
}

p {
  color: #747794;
  font-size: 0.875rem;
}

a,
a:hover {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #625AFA;
  font-weight: 700;
}

ul {
  margin: 0;
}

ul li {
  list-style: none;
  text-decoration: none;
  font-size: 0.875rem;
}

ul li:hover {
  list-style: none;
  text-decoration: none;
}

ol {
  margin: 0;
}

ol li {
  font-size: 0.875rem;
}

img {
  max-width: 100%;
  height: auto;
}

.section-padding-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.section-padding-0-30 {
  padding-top: 0;
  padding-bottom: 1.875rem;
}

.section-padding-30-0 {
  padding-top: 1.875rem;
  padding-bottom: 0;
}

.section-padding-30-14 {
  padding-top: 1.875rem;
  padding-bottom: 0.875rem;
}

#scrollUp {
  bottom: 1.875rem;
  font-size: 1rem;
  right: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 0.5rem;
  background-color: #020310;
}

#scrollUp:hover {
  background-color: #625AFA;
}

input:required,
textarea:required {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.no-boxshadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media only screen and (min-width:1200px) {
  .container {
    max-width: 650px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .container {
    max-width: 600px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .container {
    max-width: 500px;
  }
}

@media only screen and (max-width:767px) {
  .container {
    max-width: 380px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .container {
    max-width: 400px;
  }
}

.nice-select {
  border-radius: 0.5rem;
  width: 100% !important;
  text-align: right !important;
}

.nice-select:after {
  left: 12px !important;
  right: unset;
}

.nice-select .option {
  text-align: right !important;
}

/* Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #fef8ff;
  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;
  overflow: hidden;
}

/* Shortcodes CSS */
.fz-14 {
  font-size: 0.875rem;
}

.h-100vh {
  height: 100vh !important;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::after {
  position: absolute;
  content: "";
  background: #625AFA;
  background: -webkit-gradient(linear, right top, left top, from(#625AFA), to(#083afb));
  background: linear-gradient(to left, #625AFA, #083afb);
  opacity: 0.25;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-gray {
  background-color: #fef8ff;
}

.btn,
.btn:hover,
.btn:focus {
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.btn {
  font-size: 14px;
}

.btn-group-lg>.btn,
.btn-lg {
  font-size: 1rem;
}

.btn-group-sm>.btn,
.btn-sm {
  font-size: 12px;
}

.btn-warning {
  color: #020310;
  background-color: #ffcc26;
  border-color: #ffcc26;
}

.btn-danger {
  color: #ffffff;
  background-color: #ea4c62;
  border-color: #ea4c62;
}

.btn-primary {
  color: #ffffff;
  background-color: #625AFA;
  border-color: #625AFA;
}

.btn-success {
  color: #ffffff;
  background-color: #00b894;
  border-color: #00b894;
}

.btn-info {
  color: #ffffff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled {
  color: #fff;
  pointer-events: none;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  opacity: 0.8 !important;
}

.btn-light {
  background-color: #ffffff;
  border-color: #ffffff;
}

.bg-primary,
.badge-primary {
  background-color: #625AFA !important;
}

.bg-white,
.badge-white {
  background-color: #ffffff !important;
}

.bg-danger,
.badge-danger {
  background-color: #ea4c62 !important;
}

.bg-warning,
.badge-warning {
  background-color: #ffaf00 !important;
  color: #020310;
}

.bg-info,
.badge-info {
  background-color: #21d6f1 !important;
}

.bg-success,
.badge-success {
  background-color: #00b894 !important;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.badge {
  font-weight: 500;
}

.text-dark {
  color: #020310 !important;
}

.section-heading {
  margin-bottom: 1rem;
  line-height: 1;
}

.section-heading h6 {
  margin-bottom: 0 !important;
  color: #020310;
  line-height: 1;
}

.section-heading p {
  margin-bottom: 0;
}

.card {
  border: 0 !important;
  border-radius: 0.5rem;
}

.card .card-body {
  padding: 1rem;
}

.card-img-top {
  border-top-left-radius: 0.687rem;
  border-top-right-radius: 0.687rem;
}

.border,
.border-start,
.border-right,
.border-bottom,
.border-top,
.list-group-item {
  border-color: #f1f1f2 !important;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1100px;
}

.internet-connection-status {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 1.625rem;
  z-index: 99999;
  text-align: center;
  color: #ffffff;
  bottom: 58px !important;
  left: 0;
  right: 0;
  line-height: 1.625rem;
  font-weight: 700;
  font-size: 0.75rem;
}

.dark-mode-wrapper {
  position: relative;
  z-index: 1;
  background-color: #020310;
  overflow: hidden;
  border-radius: 0.5rem;
}

.dark-mode-wrapper::after {
  content: "";
  border-radius: 0.5rem;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/bg-img/dark-bg.jpg");
  background-position: center center;
  top: 0;
  opacity: 0.3;
  background-size: cover;
  left: 0;
  z-index: -100;
  -webkit-animation: darkModeBGMove 16s linear 0s infinite;
  animation: darkModeBGMove 16s linear 0s infinite;
}

.dark-mode-wrapper .form-check-label {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

@-webkit-keyframes darkModeBGMove {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes darkModeBGMove {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.nice-select.small::after {
  height: 6px;
  width: 6px;
}

/* Animation CSS */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes flashing {

  0%,
  90% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }
}

@keyframes flashing {

  0%,
  90% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }
}

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
    opacity: 0;
  }
}

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
    opacity: 0;
  }
}

@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
    opacity: 0;
  }
}

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
    opacity: 0;
  }
}

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
    opacity: 0;
  }
}

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
    opacity: 0;
  }
}

@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
    opacity: 0;
  }
}

@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
    opacity: 0;
  }
}

@-webkit-keyframes tada {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }
}

@keyframes tada {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
}

.lni-spin-effect,
.lni-spin-effect-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.lni-tada-effect,
.lni-tada-effect-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.lni-flashing-effect,
.lni-flashing-effect-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.lni-burst-effect,
.lni-burst-effect-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.lni-fade-up-effect,
.lni-fade-up-effect-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.lni-fade-down-effect,
.lni-fade-down-effect-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.lni-fade-left-effect,
.lni-fade-left-effect-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.lni-fade-right-effect,
.lni-fade-right-effect-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

/* Demo CSS */
.preview-iframe-wrapper {
  background-color: #f0f0f5;
}

.preview-iframe-wrapper>.header-area {
  height: 4.5rem;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width:1200px) {
  .preview-iframe-wrapper .demo-container {
    max-width: 1120px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .preview-iframe-wrapper .demo-container {
    max-width: 850px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .preview-iframe-wrapper .demo-container {
    max-width: 450px;
  }
}

@media only screen and (max-width:767px) {
  .preview-iframe-wrapper .demo-container {
    max-width: 340px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .preview-iframe-wrapper .demo-container {
    max-width: 380px;
  }
}

.preview-iframe-wrapper .preview-hero-area {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f0f0f5;
}

@media only screen and (max-width:767px) {
  .preview-iframe-wrapper .preview-hero-area {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.preview-iframe-wrapper .preview-hero-area::after {
  position: absolute;
  content: "";
  background-image: url(img/core-img/curve.png);
  bottom: 0;
  width: 142px;
  height: 121px;
  background-repeat: no-repeat;
  right: 0;
  z-index: auto;
}

.preview-iframe-wrapper .preview-hero-area iframe {
  position: relative;
  z-index: 1;
  width: 360px;
  height: 640px;
  border: 0.25rem solid #020310;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(14, 14, 14, 0.175);
  box-shadow: 0 0.5rem 1rem 0 rgba(14, 14, 14, 0.175);
}

@media only screen and (max-width:767px) {
  .preview-iframe-wrapper .preview-hero-area iframe {
    display: none;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .preview-iframe-wrapper .preview-hero-area iframe {
    display: none;
  }
}

.preview-iframe-wrapper .preview-hero-area .badge {
  font-size: 1rem;
}

.preview-iframe-wrapper .preview-hero-area .alert {
  margin-bottom: 80px;
}

@media only screen and (max-width:767px) {
  .preview-iframe-wrapper .preview-hero-area .alert {
    margin-bottom: 2rem;
  }
}

.preview-iframe-wrapper .preview-hero-area .live-preview-btn {
  margin-bottom: 2rem;
}

.preview-iframe-wrapper .preview-content-wrapper .demo-title {
  margin-bottom: 1rem;
  letter-spacing: -0.063rem;
  font-weight: 700;
  line-height: 1.3;
}

.preview-iframe-wrapper .preview-content-wrapper .demo-title span {
  color: #625AFA;
}

.preview-iframe-wrapper .preview-content-wrapper .demo-desc {
  font-size: 1rem;
}

.preview-iframe-wrapper .qr-code-wrapper {
  background-color: #ffffff;
  text-align: center;
  max-width: 100%;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.preview-iframe-wrapper .qr-code-wrapper h6 {
  font-size: 0.75rem;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .preview-iframe-wrapper .qr-code-wrapper {
    max-width: 280px;
  }
}

@media only screen and (max-width:767px) {
  .preview-iframe-wrapper .qr-code-wrapper {
    max-width: 240px;
    padding: 1rem;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .preview-iframe-wrapper .qr-code-wrapper {
    max-width: 280px;
  }
}

.preview-iframe-wrapper .features-area {
  padding: 80px 0;
  border-radius: 6rem 0 0 0;
}

@media only screen and (max-width:767px) {
  .preview-iframe-wrapper .features-area {
    padding: 2rem 0;
  }
}

.preview-iframe-wrapper .features-area ul li {
  position: relative;
  z-index: 1;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.preview-iframe-wrapper .features-area ul li::before {
  position: absolute;
  content: "\ea5e";
  top: -0.25rem;
  left: 0;
  font-family: "tabler-icons";
  font-size: 1.25rem;
  color: #747794;
  z-index: 1;
}

.preview-iframe-wrapper .features-area ul li.active {
  color: #020310;
  font-weight: 600;
}

.preview-iframe-wrapper .features-area ul li.active::before {
  color: #020310;
}

.border-top.margin-100,
.tablet-wrap {
  margin-top: 80px;
}

.ipad-frame-wrap {
  text-align: center;
}

.ipad-frame-wrap iframe {
  width: 768px;
  height: 1024px;
  border: 0.625rem solid #d7def4;
  border-radius: 1rem;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .ipad-frame-wrap iframe {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .ipad-frame-wrap iframe {
    display: none;
  }
}

.preview-footer-area {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
}

@media only screen and (max-width:767px) {
  .preview-footer-area {
    height: 70px;
  }
}

.preview-footer-area .footer-nav a {
  margin-left: 1rem;
  font-size: 0.875rem;
  color: #747794;
  font-weight: 600;
}

.preview-footer-area .footer-nav a:hover {
  color: #625AFA;
}

.preview-footer-area .footer-logo img {
  max-height: 3.125rem;
}

/* Miscellaneous CSS */
.page-content-wrapper {
  margin-top: 3.125rem;
  margin-bottom: 5rem;
}

.pwa-install-alert {
  position: fixed;
  z-index: 999;
  border-radius: 0.5rem;
  max-width: 18rem;
  top: 62px;
  right: 0.75rem;
  border: 0;
}

.pwa-install-alert .toast-body {
  padding: 1.25rem;
}

.pwa-install-alert .toast-body .content img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.875rem;
  flex: 0 0 1.875rem;
  width: 1.875rem;
  max-width: 1.875rem;
  margin-right: 0.5rem;
}

.pwa-install-alert .toast-body span {
  font-size: 0.813rem;
}

.pwa-install-alert .close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  z-index: 10;
}

.pwa-install-alert .close span {
  font-size: 1.125rem;
  color: #ffffff;
}

.page-nav {
  position: relative;
  z-index: 1;
}

.page-nav li a {
  color: #020310;
  display: block;
  padding: 0.625rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.25rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  font-size: 0.875rem;
}

.page-nav li a i {
  margin-left: auto;
  color: #747794;
  font-size: 1.125rem;
}

.page-nav li a:hover {
  color: #625AFA;
  background-color: #fef8ff;
}

.page-nav li:last-child a {
  margin-bottom: 0;
}

.page-nav li.nav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 1rem 0;
  font-size: 0.875rem;
  padding-left: 0.25rem;
  line-height: 1;
}

.widget .widget-title {
  display: block;
}

.widget .form-check-label {
  font-size: 0.875rem;
}

.select-product-catagory select {
  padding: 0;
  border: 0 !important;
  padding-right: 0.875rem !important;
  font-size: 0.875rem;
  background-color: transparent;
  color: #747794;
  background-position: right 0rem center;
}

.select-product-catagory select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.layout-options a {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  color: #747794;
}

.layout-options a i {
  line-height: 1.875rem;
}

.layout-options a.active,
.layout-options a:hover {
  color: #ffffff;
  background-color: #ea4c62;
}

.collection-card {
  position: relative;
  z-index: 1;
}

.collection-card img {
  border-radius: 0.5rem;
}

.collection-card .collection-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  color: #ffffff;
  height: 2rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 0.75rem;
  padding: 0 0.5rem;
}

.nice-select.small .option {
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  font-weight: 600;
}

.nice-select .list {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}

/* Header CSS */
.header-area {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffffff;
  width: 100%;
  height: 3.6rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 0.25rem 0px rgba(15, 15, 15, 0.1);
  box-shadow: 0px 0px 0.25rem 0px rgba(15, 15, 15, 0.1);
}

.rounded-100 {
  border-radius: 100%;
}

.cart-icon-wrap a {
  display: block;
  position: relative;
  z-index: 1;
  color: #020310;
  font-size: 1.375rem;
  line-height: 1;
  margin-right: 0.25rem;
}

.cart-icon-wrap a i {
  color: #747794;
  font-size: 1.875rem;
}

.cart-icon-wrap a img {
  max-width: 1.625rem;
  line-height: 1;
}

.cart-icon-wrap a span {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 0.625rem;
  background-color: #090909;
  top: 0.75rem;
  right: -0.375rem;
  line-height: 1rem;
}

.user-profile-icon {
  width: 2rem;
  height: 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  max-width: 2rem;
}

.user-profile-icon 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;
  width: 2rem;
  height: 2rem;
  border: 0.125rem solid #f1f1f2;
  border-radius: 50%;
}

.user-profile-icon a img {
  max-width: 24px;
  border-radius: 50%;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-form form {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 3.125rem);
  flex: 0 0 calc(100% - 3.125rem);
  max-width: calc(100% - 3.125rem);
  width: calc(100% - 3.125rem);
}

.search-form form .form-control {
  width: 100%;
  background-color: #ffffff;
  height: 2.5rem;
  font-size: 0.875rem;
  padding: 0.625rem 0.938rem;
  padding-left: 2.625rem;
  border: 0 !important;
  color: #747794;
  border-radius: 0.5rem;
}

.search-form form button {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 1rem;
  width: 1.125rem;
  height: 2.5rem;
  border: 0;
  z-index: 100;
  color: #747794;
}

.search-form form button:focus {
  outline: none;
}

.search-form .alternative-search-options {
  margin-left: auto;
}

.search-form .alternative-search-options .dropdown-toggle {
  border-radius: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  line-height: 2.5rem;
  font-size: 1.125rem;
}

.search-form .alternative-search-options .dropdown-toggle::after {
  display: none;
}

.search-form .alternative-search-options .dropdown-menu {
  border: 0;
  min-width: 8rem;
}

.search-form .alternative-search-options .dropdown-menu .dropdown-item {
  color: #747794;
  font-size: 0.875rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-form .alternative-search-options .dropdown-menu .dropdown-item i {
  margin-right: 0.25rem;
  min-width: 1.25rem;
  font-size: 1.25rem;
  display: inline-block;
}

.search-form .alternative-search-options .dropdown-menu .dropdown-item:hover {
  font-weight: 500;
  background-color: transparent;
  color: #020310;
}

.suha-navbar-toggler {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
  width: 3.4rem;
  height: 3.4rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  border-radius: 50%;
  cursor: pointer;
  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;
}

.suha-navbar-toggler div {
  position: relative;
  z-index: 1;
}

/* .suha-navbar-toggler span {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    width: 1rem;
    height: 0.125rem;
    background-color: #747794;
    margin-bottom: 0.188rem;
    display: block;
  } */
/* .suha-navbar-toggler span:nth-child(2) {
    width: 0.5rem;
  }
  .suha-navbar-toggler span:last-child {
    margin-bottom: 0;
    width: 0.75rem;
  } */
/* .suha-navbar-toggler:hover span {
    width: 1rem;
  } */

.header-area .header-badge,
.menuBadge {
  position: absolute;
  background: red;
  color: white;
  font-size: 10px;
  text-align: center;
  border-radius: 100px;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  padding-top: 2px;
}

.menuBadge {
  right: 23px;
}

.header-area .my-scores {
  background: #eee;
  margin-left: 15px;
  margin-top: 10px;
  width: 100px;
  padding: 2px 6px;
  border-radius: 6px;
}

.header-area .my-scores p {
  font-size: 9px;
  margin: 0 0 1px;
}

.header-area .my-scores div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.header-area .my-scores div img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.header-area .my-scores div span {
  font-size: 10px;
  margin-top: 2px;
}

.filter-option {
  cursor: pointer;
  text-align: right;
  font-size: 1.375rem;
}

.back-button a {
  display: block;
  color: #747794;
  font-size: 1.5rem;
}

.back-button a:hover {
  color: #625AFA;
}

.logo-wrapper {
  width: 80px;
}

.logo-wrapper a {
  display: block;
}

/* Footer CSS */
.footer-nav-area {
  position: fixed;
  z-index: 1000;
  width: 96%;
  left: 2%;
  bottom: 6px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0.5rem 0px rgba(15, 15, 15, 0.15);
  box-shadow: 0px 0px 0.5rem 0px rgba(15, 15, 15, 0.15);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.suha-footer-nav {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 3.125rem;
}

@media only screen and (min-width:1200px) {
  .suha-footer-nav {
    width: 650px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .suha-footer-nav {
    width: 600px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .suha-footer-nav {
    width: 500px;
  }
}

@media only screen and (max-width:767px) {
  .suha-footer-nav {
    width: 380px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .suha-footer-nav {
    width: 400px;
  }
}

.suha-footer-nav ul {
  width: 100%;
}

.suha-footer-nav ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative;
  z-index: 1;
}

.suha-footer-nav ul li a {
  position: relative;
  display: block;
  font-size: 9.2px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: #262626;
  z-index: 1;
}

.suha-footer-nav ul li a i {
  display: block;
  font-size: 27px;
  margin-bottom: 5px;
  color: #0a1a65;
}

.suha-footer-nav ul li.center {
  position: relative;
  top: -19px;
  background: #0a387c;
  width: 40px;
  max-width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  display: block;
  border-radius: 100px;
  padding: 6px;
}

.suha-footer-nav ul li.center a {}

.suha-footer-nav ul li.center a i {
  color: #fff;
}

.suha-footer-nav ul li a:hover {
  color: #625AFA;
}

.suha-footer-nav ul li a img {
  max-height: 1.5rem;
  margin: 0 auto 0.25rem;
  display: block;
}

/* Register CSS */
.login-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #625AFA;
  background: -webkit-gradient(linear, right top, left top, from(#625AFA), to(#0d5cd1));
  background: linear-gradient(to left, #625AFA, #0d5cd1);
  z-index: 10;
  overflow-y: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow-x: hidden;
}

.login-wrapper .success-check {
  color: #ffffff;
  margin: 0 auto;
}

.login-wrapper .success-check i {
  font-size: 3rem;
}

.register-form {
  position: relative;
  z-index: 1;
}

.register-form .form-group {
  position: relative;
  z-index: 1;
}



input[type="text"],
input[type="password"] {
  background: #fff;
  border-radius: 7px;
  height: 45px;
  color: #000;
  border: 0;
  font-size: 0.813rem;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.15);
}

.register-form .form-control::-webkit-input-placeholder {
  color: #141414;
  opacity: 0.5;
}

.register-form .form-control::-moz-placeholder {
  color: #141414;
  opacity: 0.5;
}

.register-form .form-control:-ms-input-placeholder {
  color: #141414;
  opacity: 0.5;
}

.register-form .form-control::-ms-input-placeholder {
  color: #141414;
  opacity: 0.5;
}

.register-form .form-control::placeholder {
  color: #141414;
  opacity: 0.5;
}

.register-form a {
  text-align: right;
  font-size: 12px;
  color: var(--primary-color);
  margin-top: 12px;
  font-weight: 500;
}

.register-form .progress {
  width: 100%;
  height: 0.313rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 0.25rem;
}

.register-form .password-score {
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.register-form .password-score span {
  font-size: 1.125rem;
  margin-left: 1rem;
}

.register-form .password-recommendation ul {
  padding-left: 0;
  color: #ffffff;
}

.register-form .password-recommendation ul li {
  font-size: 0.75rem;
}

.register-form #password-recommendation-heading {
  font-weight: 600;
  color: #ffffff;
  font-size: 1rem;
}

.view-as-guest .btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #ffffff;
  opacity: 0.75;
}

.view-as-guest .btn:hover {
  opacity: 1;
}

.login-meta-data a {
  color: #ffffff;
  font-size: 0.875rem;
}

.login-meta-data a:hover {
  color: #ffaf00;
}

.login-meta-data p {
  color: rgba(255, 255, 255, 0.7);
}

.login-meta-data p a {
  color: #ffffff;
}

.login-meta-data p a:hover {
  color: #ffaf00;
}

.go-back-btn {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  position: fixed;
  top: 1.875rem;
  right: 1.875rem;
  background-color: #ea4c62;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  line-height: 2.625rem;
  z-index: 10;
  cursor: pointer;
}

.go-back-btn:hover {
  background-color: #625AFA;
  color: #ffffff;
}

.otp-form {
  position: relative;
  z-index: 1;
}

.otp-form .form-control {
  padding: 0.25rem 0.75rem;
  height: 3.125rem;
  border: 0;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.25);
  font-weight: 500;
  color: #ffffff;
  border-radius: 0.5rem;
}

.otp-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-form .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-form .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-form .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-form .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-form .nice-select {
  height: 3.125rem;
  border: 0;
  background-color: rgba(255, 255, 255, 0.25);
  font-weight: 600;
  color: #ffffff;
  border-radius: 0.5rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  line-height: 3.125rem;
}

.otp-form .nice-select .list {
  background-color: #625AFA;
}

.otp-form .nice-select .list .option:hover,
.otp-form .nice-select .list .option.focus,
.otp-form .nice-select .list .option.selected.focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.otp-form .nice-select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.otp-form .nice-select::after {
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
}

.otp-form input.form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.otp-verify-form {
  position: relative;
  z-index: 1;
}

.otp-verify-form .form-control {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.125rem;
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
  width: 3.125rem;
  padding: 0.375rem;
  border: 0;
  text-align: center;
  font-size: 1.25rem;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-weight: 500;
}

.otp-verify-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-verify-form .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-verify-form .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-verify-form .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-verify-form .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-verify-form .form-control:focus {
  background-color: #ffaf00;
  color: #020310;
}

/* Sidenav CSS */
.suha-offcanvas-wrap {
  width: 160px !important;
  border-right: 0 !important;
  background: #fff;
  top: 67px !important;
  left: 12px !important;
  border-radius: 10px;
  height: 335px;
  box-shadow: 1px 2px 1px #999999;
}

/* .suha-offcanvas-wrap .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 100; */
/* } */
.suha-offcanvas-wrap .offcanvas-body {
  scrollbar-width: thin;
}

.suha-filter-offcanvas-wrap .offcanvas-body {
  scrollbar-width: thin;
}

.mainMenuBox {}

.mainMenuBox .offcanvas-head {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.mainMenuBox .offcanvas-head img {
  width: 110px;
}

.mainMenuBox .offcanvas-body .info {}

.mainMenuBox .offcanvas-body .info p.name {
  margin: 5px;
  font-size: 15px;
  font-weight: 600;
}

.mainMenuBox .offcanvas-body .info div {
  display: flex;
  justify-content: space-between;
  padding: 0 6px 5px;
  border-bottom: 1px solid #eee;
}

.mainMenuBox .offcanvas-body .info div p {
  margin: 0;
}

.mainMenuBox .offcanvas-body .info div img {
  width: 17px;
  height: 17px;
}

.mainMenuBox .offcanvas-body .info div span {
  font-size: 14px;
  margin-right: auto;
  margin-left: 5px;
}

.mainMenuBox .offcanvas-body {
  padding: 0;
}

.offcanvas-backdrop {
  background-color: #bdbdbd;
}

.sidenav-profile {
  position: relative;
  z-index: 1;
}

.sidenav-profile .user-profile {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 2rem auto 1.5rem;
}

.sidenav-profile .user-profile::before {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -0.938rem;
  left: -0.938rem;
  background-image: url(img/core-img/dot.png);
  content: "";
  z-index: -10;
  opacity: 0.2;
  border-radius: 50%;
}

.sidenav-profile .user-profile img {
  border-radius: 50%;
}

.sidenav-profile .user-profile .user-designation {
  position: absolute;
  z-index: 1;
  height: 2.875rem;
  width: 2.875rem;
  font-size: 0.75rem;
  border: 0.188rem solid #ffffff;
  background-color: #625AFA;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  line-height: 2.5rem;
  text-align: center;
  font-weight: 700;
  top: 0;
  right: 0;
}

.sidenav-profile .user-info {
  position: relative;
  z-index: 1;
  text-align: center;
}

.sidenav-profile .user-info .available-balance {
  margin-bottom: 0;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 2rem;
  margin-top: 4px;
}

.sidenav-profile .user-info .available-balance span {
  font-weight: 600;
}

.sidenav-nav {
  position: relative;
  z-index: 1;
}

.sidenav-nav li a,
.sidenav-nav li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  padding-top: 7px;
  padding-bottom: 4px;
  padding-right: 10px;
  padding-left: 5px;
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: 500;
}

.sidenav-nav li button {
  background-color: transparent;
  border: none;
  width: 100%;
  position: relative;
}

.sidenav-nav li a i,
.sidenav-nav li button i {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  display: inline-block;
  font-size: 20px;
  color: #002078;
  margin-left: 7px
}

.sidenav-nav li a:hover,
.sidenav-nav li button:hover {
  background-color: #0a387c40;
}

.sidenav-nav li:last-child button {
  margin-bottom: 0;
  text-align: center;
  display: block;
  color: #9e0d0d;
  font-size: 11px;
  width: 100%;
}

li.suha-dropdown-menu {
  position: relative;
  z-index: 1;
}

li.suha-dropdown-menu ul {
  display: none;
  padding-left: 1rem;
}

li.suha-dropdown-menu ul li a {
  font-size: 0.813rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

li.suha-dropdown-menu .dropdown-trigger-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 2.563rem;
  line-height: 2.563rem;
  color: #ffffff;
  font-size: 0.75rem;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: right;
  padding-right: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

li.suha-dropdown-menu .dropdown-trigger-btn i {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

li.suha-dropdown-menu .dropdown-trigger-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

li.suha-dropdown-menu .dropdown-trigger-btn.active {
  background-color: rgba(255, 255, 255, 0.15);
}

li.suha-dropdown-menu .dropdown-trigger-btn.active i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.suha-filter-offcanvas-wrap {
  width: 240px !important;
  border-right: 0;
  background-color: #ffffff;
}

/* .suha-filter-offcanvas-wrap .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 100;
  } */

/* Welcome CSS */
.intro-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #625AFA;
  background: -webkit-gradient(linear, right top, left top, from(#625AFA), to(#0d5cd1));
  background: linear-gradient(to left, #625AFA, #0d5cd1);
  z-index: 1;
}

.get-started-btn {
  position: fixed;
  z-index: 100;
  bottom: 2.5rem;
  width: 280px;
  left: 50%;
  margin-left: -140px;
}

/* Hero CSS */
.hero-slides {
  position: relative;
  z-index: 1;
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.11);
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  line-height: 1.875rem;
  left: 0;
  margin-top: -0.938rem;
  color: #ffffff;
  display: none;
}

.hero-slides .owl-next {
  left: auto;
  right: 0;
}

.hero-slides .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0.938rem;
  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;
}

.hero-slides .owl-dots .owl-dot {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  margin: 0 0.313rem;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.5rem;
  flex: 0 0 0.5rem;
  max-width: 0.5rem;
  background-color: #f1f1f2;
  border-radius: 50%;
}

.hero-slides .owl-dots .owl-dot.active {
  background-color: #625AFA;
}

.hero-slides .owl-dots .owl-dot.active::after {
  position: absolute;
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.5rem);
  z-index: 1;
  content: "";
  border: 0.125rem solid #625AFA;
  left: -0.25rem;
  top: -0.25rem;
  border-radius: 50%;
}

.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 160px;
  background-position: center center;
  background-size: cover;
  border-radius: 0.5rem;
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .single-hero-slide {
    height: 170px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .single-hero-slide {
    height: 170px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .single-hero-slide {
    height: 200px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-hero-slide {
    height: 210px;
  }
}

@media only screen and (min-width:1200px) {
  .single-hero-slide {
    height: 230px;
  }
}

.single-hero-slide .slide-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.single-hero-slide .slide-content .slide-text {
  padding-left: 2rem;
  padding-right: 1rem;
}

.single-hero-slide .slide-content h4 {
  font-weight: 600;
  margin-bottom: 0.25rem !important;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .single-hero-slide .slide-content h4 {
    font-size: 2rem;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-hero-slide .slide-content h4 {
    font-size: 2rem;
  }
}

@media only screen and (min-width:1200px) {
  .single-hero-slide .slide-content h4 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .single-hero-slide .slide-content p {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-hero-slide .slide-content p {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width:1200px) {
  .single-hero-slide .slide-content p {
    font-size: 1.25rem;
  }
}

/* Chat CSS */
.live-chat-intro {
  position: relative;
  z-index: 1;
  background-color: #625AFA;
  padding: 2rem 0;
  text-align: center;
  border-radius: 0 0 3rem 3rem;
}

.live-chat-intro p {
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.live-chat-intro img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  margin: 0 auto 0.5rem;
  display: block;
}

.live-chat-intro .status {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 0.875rem;
  display: inline-block;
}

.live-chat-intro .status.online {
  padding-left: 0.938rem;
}

.live-chat-intro .status.online::after {
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #00b894;
  border-radius: 50%;
  content: "";
  margin-top: -0.313rem;
  top: 50%;
  left: 0;
  z-index: 10;
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.agent-message-content {
  position: relative;
  z-index: 1;
  margin-bottom: 0.5rem;
}

.agent-message-content .agent-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.875rem;
  flex: 0 0 1.875rem;
  max-width: 1.875rem;
  width: 1.875rem;
}

.agent-message-content .agent-thumbnail img {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  padding: 0.125rem;
}

.agent-message-content .agent-message-text {
  position: relative;
  z-index: 1;
}

.agent-message-content .agent-message-text p {
  display: inline-block;
  background-color: #ffffff;
  padding: 0.625rem 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 0.375rem;
}

.agent-message-content .agent-message-text .writing-mode {
  display: inline-block;
  background-color: #ffffff;
  padding: 0.625rem 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 0.375rem;
}

.agent-message-content .agent-message-text .writing-mode .dot {
  position: relative;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f1f1f2;
  -webkit-animation: writingdot 1000ms linear 0s infinite;
  animation: writingdot 1000ms linear 0s infinite;
}

.agent-message-content .agent-message-text .writing-mode .dot:first-child {
  margin-left: 0;
}

.agent-message-content .agent-message-text .writing-mode .dot:nth-child(2) {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

.agent-message-content .agent-message-text .writing-mode .dot:nth-child(3) {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.agent-message-content .agent-message-text span {
  display: block;
  font-size: 0.75rem;
  color: #747794;
  margin-left: 0.5rem;
  font-weight: 700;
  line-height: 1;
}

@-webkit-keyframes writingdot {
  0% {
    top: 0;
  }

  50% {
    top: -0.375rem;
  }

  100% {
    top: 0;
  }
}

@keyframes writingdot {
  0% {
    top: 0;
  }

  50% {
    top: -0.375rem;
  }

  100% {
    top: 0;
  }
}

.user-message-content {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 0.5rem;
}

.user-message-content .user-message-text {
  padding-left: 3rem;
}

.user-message-content .user-message-text p {
  display: inline-block;
  margin-bottom: 0.375rem;
  background-color: #625AFA;
  color: #ffffff;
  padding: 0.625rem 0.75rem;
  border-radius: 0.5rem;
}

.user-message-content .user-message-text span {
  font-size: 0.75rem;
  display: block;
  color: #747794;
  margin-right: 0.5rem;
  font-weight: 700;
  line-height: 1;
}

.type-text-form {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 99999;
}

.type-text-form .file-upload {
  position: absolute;
  width: 1.625rem;
  height: 1.625rem;
  top: 50%;
  left: 0.5rem;
  z-index: 20;
  border: 0.125rem solid #f1f1f2;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.type-text-form .file-upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
}

.type-text-form .file-upload i {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  z-index: 50;
  text-align: center;
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 1.313rem;
}

.type-text-form .form-control {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  height: 55px;
  border-color: transparent;
  color: #747794;
  font-size: 0.813rem;
  padding-top: 1.063rem;
  padding-bottom: 1.063rem;
  padding-left: 2.5rem;
}

.type-text-form .form-control:focus {
  border-color: transparent;
}

.type-text-form button[type=submit] {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  right: 0.5rem;
  z-index: 30;
  border: 0;
  background-color: #ffffff;
  color: #020310;
  outline: none !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
}

/* Setting CSS */
.settings-card {
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}

.settings-card .card-body {
  padding: 0.75rem 1rem;
}

.settings-card:last-child {
  margin-bottom: 0;
}

.single-settings .title {
  font-size: 0.875rem;
}

.single-settings .title i {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-color: #625AFA;
  text-align: center;
  color: #ffffff;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  font-size: 0.875rem;
}

.single-settings .title span {
  font-weight: 500;
}

.single-settings .title span span {
  font-size: 0.625rem;
  margin-left: 0.5rem;
}

.single-settings .data-content {
  font-size: 0.875rem;
  font-weight: 700;
}

.single-settings .data-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #747794;
  font-size: 0.75rem;
}

.single-settings .data-content i {
  margin-left: 0.25rem;
}

.single-settings .toggle-button-cover {
  position: relative;
  z-index: 1;
}

.single-settings .knobs,
.single-settings .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.single-settings .button.r {
  position: relative;
  width: 2.813rem;
  height: 1.313rem;
  overflow: hidden;
  border: 0.063rem solid #f1f1f2;
}

.single-settings .button.r,
.single-settings .button.r .layer {
  border-radius: 100px;
}

.single-settings .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.single-settings .knobs {
  z-index: 2;
}

.single-settings .layer {
  width: 100%;
  background-color: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}

.single-settings .knobs:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.938rem;
  height: 0.938rem;
  background-color: #ea4c62;
  border-radius: 50%;
  -webkit-transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

.single-settings .checkbox:active+.knobs:before {
  width: 2.813rem;
  border-radius: 100px;
}

.single-settings .checkbox:checked:active+.knobs:before {
  margin-left: -1.625rem;
}

.single-settings .checkbox:checked+.knobs:before {
  content: "";
  left: 1.5rem;
  background-color: #625AFA;
}

.single-settings .checkbox:checked~.layer {
  background-color: #fef8ff;
}

/* Catagory CSS */
.catagory-card {
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.catagory-card a {
  display: block;
}

.catagory-card i {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  display: block;
  color: #020310;
}

.catagory-card img {
  margin: 0 auto 0.5rem;
  display: block;
  max-height: 2.25rem;
}

.catagory-card span {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #747794;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catagory-card.active,
.catagory-card:hover {
  background-color: #c2d4f8;
}

.catagory-card.active span,
.catagory-card:hover span {
  color: #020310;
}

.catagory-single-img {
  width: 100%;
  height: 130px;
  background-position: center center;
  background-size: cover;
  border-radius: 0.5rem;
}

/* Flash Sale CSS */
.flash-sale-card {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flash-sale-card .card-body {
  padding: 0.75rem;
}

.flash-sale-card img {
  margin-bottom: 0.75rem;
}

.flash-sale-card .product-title {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #020310;
  font-size: 0.875rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.25rem;
}

.flash-sale-card .sale-price {
  font-size: 0.875rem;
  color: #020310;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.flash-sale-card .real-price {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.875rem;
  text-decoration: line-through;
  color: #747794;
}

.flash-sale-card .progress {
  height: 0.25rem;
}

.flash-sale-card .progress-title {
  color: #747794;
  font-size: 0.75rem;
  display: block;
  font-weight: 400;
}

/* Product CSS */
.product-card {
  position: relative;
  z-index: 1;
}

.product-card .badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}

.product-card .wishlist-btn {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  z-index: 10;
  color: #ea4c62;
  font-size: 1.25rem;
  line-height: 1;
  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;
}

.product-card .wishlist-btn:hover {
  -webkit-transform: scale(1.125);
  transform: scale(1.125);
  background-color: #f1f1f2;
}

.product-card .product-thumbnail {
  position: relative;
  z-index: 1;
  text-align: center;
}

.product-card .product-thumbnail img {
  width: 100%;
}

.product-card .product-thumbnail .offer-countdown-timer {
  background-color: #ffaf00;
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem 0.188rem !important;
}

.product-card .product-thumbnail .offer-countdown-timer li {
  font-size: 0.75rem;
  line-height: 1;
  margin-right: 0.25rem;
  color: #020310;
  font-weight: 400;
}

.product-card .product-thumbnail .offer-countdown-timer li:last-child {
  margin-right: 0;
}

.product-card .product-thumbnail .offer-countdown-timer li span {
  font-weight: 500;
}

.product-card .delete-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  color: #747794;
  font-size: 1.25rem;
  line-height: 1;
}

.product-card .product-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #020310;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card .product-title:hover {
  color: #625AFA;
}

.product-card .sale-price {
  font-weight: 700;
  margin-bottom: 0.125rem;
  color: #020310;
  font-size: 1.25rem;
  line-height: 1;
}

.product-card .sale-price span {
  color: #747794;
  margin-left: 0.25rem;
  text-decoration: line-through;
  font-size: 0.875rem;
}

.product-card .product-rating {
  color: #ffaf00;
}

.product-card .product-rating i {
  font-size: 0.625rem;
  margin: 0 0.063rem;
}

.product-card .btn {
  position: absolute;
  padding: 0;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  font-size: 1rem;
  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;
}

/* Weekly Product CSS */
.horizontal-product-card .product-thumbnail-side {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  width: 120px;
  max-width: 120px;
}

.horizontal-product-card .product-thumbnail-side .product-thumbnail {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-right: 1rem;
  padding: 0.313rem;
  border-radius: 0.5rem;
}

.horizontal-product-card .product-thumbnail-side .product-thumbnail img {
  max-height: 110px;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.horizontal-product-card .product-thumbnail-side .product-thumbnail .offer-countdown-timer {
  background-color: #ffaf00;
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem 0.188rem !important;
}

.horizontal-product-card .product-thumbnail-side .product-thumbnail .offer-countdown-timer li {
  font-size: 0.688rem;
  line-height: 1;
  margin-right: 0.25rem;
  color: #020310;
  font-weight: 500;
}

.horizontal-product-card .product-thumbnail-side .product-thumbnail .offer-countdown-timer li:last-child {
  margin-right: 0;
}

.horizontal-product-card .product-thumbnail-side .product-thumbnail .offer-countdown-timer li span {
  font-weight: 700;
}

.horizontal-product-card .product-thumbnail-side .wishlist-btn {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: #ea4c62;
  z-index: 11;
  font-size: 1rem;
  background-color: #f1f1f2;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  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;
  -webkit-box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
}

.horizontal-product-card .product-thumbnail-side .delete-btn {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: #ea4c62;
  z-index: 11;
  font-size: 1.125rem;
  background-color: #f1f1f2;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  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;
  -webkit-box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
}

.horizontal-product-card .product-description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  width: calc(100% - 120px);
  max-width: calc(100% - 120px);
}

.horizontal-product-card .product-description .product-title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #020310;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.horizontal-product-card .product-description .delete-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #747794;
  z-index: 11;
  font-size: 0.75rem;
  background-color: #ffffff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  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;
}

.horizontal-product-card .product-description .sale-price {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  color: #020310;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.horizontal-product-card .product-description .sale-price i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  max-width: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 50%;
  color: #ffffff;
  background-color: #332858;
  font-size: 0.625rem;
  text-align: center;
  margin-right: 0.25rem;
}

.horizontal-product-card .product-description .sale-price span {
  text-decoration: line-through;
  color: #ea4c62;
  margin-left: 0.25rem;
}

.horizontal-product-card .product-description .product-rating {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.horizontal-product-card .product-description .product-rating i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  max-width: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 50%;
  color: #ffffff;
  background-color: #ffaf00;
  font-size: 0.625rem;
  text-align: center;
  margin-right: 0.25rem;
}

/* Featured Product CSS */
.featured-product-card {
  overflow: hidden;
}

.featured-product-card .custom-badge {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 100;
  height: 1.375rem;
  width: 1.375rem;
  border-radius: 50%;
  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;
  color: #ffffff;
}

.featured-product-card .product-thumbnail-side {
  position: relative;
  z-index: 1;
  margin-bottom: 0.5rem;
}

.featured-product-card .product-thumbnail-side .product-thumbnail {
  position: relative;
  z-index: 1;
  text-align: center;
}

.featured-product-card .product-thumbnail-side .product-thumbnail img {
  max-height: 150px;
}

.featured-product-card .product-description .product-title {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #747794;
}

.featured-product-card .product-description .product-title:hover {
  color: #625AFA;
}

.featured-product-card .product-description .sale-price {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #020310;
  font-weight: 700;
}

/* Product Details CSS */
.product-slide-wrapper {
  position: relative;
  z-index: 1;
}

.product-slide-wrapper .video-btn {
  position: absolute;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  background-color: #ea4c62;
  border-radius: 50%;
  color: #ffffff;
  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;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0;
  text-align: center;
  padding-right: 0;
  width: 100%;
  top: -1.875rem !important;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ea4c62;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
}

.mfp-image-holder .mfp-close {
  top: 0 !important;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
}

.mfp-bg {
  background: #020310;
  opacity: 0.5;
}

.mfp-figure::after {
  background: #ffffff;
  -webkit-box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
  border-radius: 0.5rem;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.04);
  background: #020310;
}

.product-slides {
  position: relative;
  z-index: 1;
  margin-bottom: -2.5rem;
}

.product-slides .owl-prev,
.product-slides .owl-next {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #ffffff !important;
  z-index: 10;
  top: 50%;
  margin-top: -0.938rem;
  left: 0.938rem;
  font-size: 1.25rem;
  color: #625AFA;
  border-radius: 50%;
  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;
}

.product-slides .owl-prev.disabled,
.product-slides .owl-next.disabled {
  opacity: 0;
  visibility: hidden;
}

.product-slides .owl-next {
  left: auto;
  right: 0.938rem;
}

.product-title-meta-data {
  border-top-left-radius: 2rem;
  padding-top: 1.5rem !important;
}

.product-title-meta-data::after {
  position: absolute;
  content: "";
  background-image: url(img/core-img/curve.png);
  top: -120px;
  width: 142px;
  height: 121px;
  background-repeat: no-repeat;
  right: 0;
  z-index: auto;
}

.product-title-meta-data .p-wishlist-share {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  width: 80px;
  max-width: 80px;
  text-align: right;
}

.product-description {
  position: relative;
  z-index: 1;
}

.product-description .sale-price {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ea4c62;
}

.product-description .sale-price span {
  margin-left: 0.25rem;
  color: #747794;
  text-decoration: line-through;
  font-size: 0.875rem;
}

.product-description .ratings i {
  color: #ffaf00;
  font-size: 0.75rem;
}

.product-description .ratings span {
  font-size: 0.75rem;
  color: #747794;
}

.product-description .total-result-of-ratings span:first-child {
  line-height: 1;
  background-color: #ea4c62;
  padding: 0.188rem 0.375rem;
  color: #ffffff;
  display: inline-block;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  margin-right: 0.25rem;
  font-weight: 500;
}

.product-description .total-result-of-ratings span:last-child {
  color: #00b894;
  font-size: 0.75rem;
  font-weight: 600;
}

.cart-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-form .form-control {
  max-width: 3.125rem;
  height: 2.188rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  text-align: center;
  font-weight: 500;
  padding: 0.375rem 0.5rem;
}

.cart-form .quantity-button-handler {
  width: 2.188rem;
  height: 2.188rem;
  background-color: #fef8ff;
  border: 0.063rem solid #f1f1f2;
  color: #020310;
  line-height: 1.6rem;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.cart-form .quantity-button-handler:hover {
  color: #625AFA;
}

.p-wishlist-share a {
  display: inline-block;
  color: #ea4c62;
  font-size: 1.5rem;
}

.choose-color-radio .form-check-input {
  border: 0;
  background-color: #fef8ff;
}

.choose-color-radio .form-check-input.blue {
  background-color: #625AFA;
}

.choose-color-radio .form-check-input.yellow {
  background-color: #ffaf00;
}

.choose-color-radio .form-check-input.green {
  background-color: #00b894;
}

.choose-color-radio .form-check-input.purple {
  background-color: #ea4c62;
}

.choose-color-radio .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.choose-size-radio {
  position: relative;
  z-index: 1;
  text-align: right;
}

.choose-size-radio .form-check-input {
  background-color: #fef8ff;
  border-radius: 0.5rem;
}

.choose-size-radio .form-check-input:checked {
  background-color: #ea4c62;
  border-color: #ea4c62;
  background-image: none;
}

.choose-size-radio .form-check-label {
  font-size: 0.75rem;
  font-weight: 700;
}

.single-user-review {
  border-bottom: 0.125rem dashed #f1f1f2;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.single-user-review:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-user-review .user-thumbnail {
  margin-top: 0.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.5rem;
  flex: 0 0 2.5rem;
  width: 2.5rem;
  max-width: 2.5rem;
  margin-right: 0.5rem;
}

.single-user-review .user-thumbnail img {
  border-radius: 50%;
}

.single-user-review .rating-comment .rating {
  font-size: 0.75rem;
  color: #ffaf00;
}

.single-user-review .rating-comment .rating i {
  margin-right: 0.063rem;
}

.single-user-review .rating-comment .name-date {
  display: block;
  font-size: 0.75rem;
}

.single-user-review .rating-comment .review-image {
  display: inline-block;
  margin-right: 0.5rem;
}

.single-user-review .rating-comment .review-image img {
  max-width: 3.125rem;
}

.ratings-submit-form {
  position: relative;
  z-index: 1;
}

.ratings-submit-form textarea.form-control {
  height: 80px;
  font-size: 0.875rem;
  border: 2px solid #f1f1f2;
}

.ratings-submit-form .stars {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 0;
  width: 150px;
}

.ratings-submit-form .stars:before,
.ratings-submit-form .stars:after {
  display: table;
  content: "";
}

.ratings-submit-form .stars:after {
  clear: both;
}

.ratings-submit-form .stars input[type=radio] {
  position: absolute;
  opacity: 0;
}

.ratings-submit-form .stars input[type=radio].star-5:checked~span {
  width: 100%;
}

.ratings-submit-form .stars input[type=radio].star-4:checked~span {
  width: 80%;
}

.ratings-submit-form .stars input[type=radio].star-3:checked~span {
  width: 60%;
}

.ratings-submit-form .stars input[type=radio].star-2:checked~span {
  width: 40%;
}

.ratings-submit-form .stars input[type=radio].star-1:checked~span {
  width: 20%;
}

.ratings-submit-form .stars label {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -99999rem;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent !important;
  cursor: pointer;
}

.ratings-submit-form .stars label:hover~span {
  background-position: 0 -1.875rem;
}

.ratings-submit-form .stars label.star-5:hover~span {
  width: 100% !important;
}

.ratings-submit-form .stars label.star-4:hover~span {
  width: 80% !important;
}

.ratings-submit-form .stars label.star-3:hover~span {
  width: 60% !important;
}

.ratings-submit-form .stars label.star-2:hover~span {
  width: 40% !important;
}

.ratings-submit-form .stars label.star-2:hover~span {
  width: 20% !important;
}

.ratings-submit-form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 1.875rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 -60px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.offline-area-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 108px);
}

.offline-area-wrapper i {
  font-size: 3rem;
  display: block;
  margin-bottom: 1rem;
}

.sales-offer-content .sales-end {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  width: 60%;
}

.sales-offer-content .sales-volume {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
}

.sales-offer-content .sales-volume .progress {
  border-radius: 100px;
}

.sales-end-timer li {
  line-height: 1;
  margin-left: 0.5rem;
  color: #747794;
  font-weight: 700;
  font-size: 14px;
}

.sales-end-timer li:first-child {
  margin-left: 0;
}

.product-catagories a {
  padding: 0.425rem 0.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  color: #020310;
  font-size: 0.75rem;
  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;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-catagories a img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  max-width: 1.25rem;
  margin-right: 0.25rem;
}

.product-catagories a:hover {
  color: #ea4c62;
}

.single-product-slide,
.blog-details-post-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 380px;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width:480px) and (max-width:767px) {

  .single-product-slide,
  .blog-details-post-thumbnail {
    height: 450px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {

  .single-product-slide,
  .blog-details-post-thumbnail {
    height: 500px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {

  .single-product-slide,
  .blog-details-post-thumbnail {
    height: 520px;
  }
}

@media only screen and (min-width:1200px) {

  .single-product-slide,
  .blog-details-post-thumbnail {
    height: 600px;
  }
}

.choose-color-wrapper .form-check-input {
  width: 1.125rem;
  height: 1.125rem;
}

.single-related-product-slide {
  border-radius: 0.5rem;
  border: 0.063rem solid #f1f1f2;
}

/* Cart CSS */
.cart-table {
  position: relative;
  z-index: 1;
}

.cart-table table {
  max-width: 100%;
}

.cart-table table tbody tr {
  background-color: #ffffff;
  border-bottom: 0.125rem dashed #f1f1f2;
}

.cart-table table tbody tr:last-child {
  border-bottom: 0;
}

.cart-table table a {
  color: #020310;
}

.cart-table table a.remove-product {
  color: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ea4c62;
  display: inline-block;
  text-align: center;
  line-height: 1.563rem;
  border-radius: 50%;
  font-size: 0.75rem;
}

.cart-table table a.remove-product:hover {
  color: #ffffff;
  background-color: #020310;
}

.cart-table table a.product-title {
  font-size: 0.75rem;
  line-height: 1.2rem;
  margin-bottom: 0;
  display: block;
}

.cart-table table a span {
  display: block;
  color: #747794;
}

.cart-table table a:hover {
  color: #625AFA;
}

.cart-table .table td,
.cart-table .table th {
  vertical-align: middle;
  color: #747794;
  font-size: 0.875rem;
  padding: 1rem 0.5rem;
  border: 0;
}

.cart-table img {
  max-width: 2.5rem;
  border: 0.063rem solid #f1f1f2;
}

.cart-table .qty-text {
  width: 3.5rem;
  text-align: center;
  height: 2rem;
  border-radius: 0.5rem;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  border: 0 !important;
  background-color: #c2d4f8;
  padding: 0 0.4rem;
  font-weight: 600;
}

.cart-table .qty-text:focus {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.coupon-card .card-body {
  padding: 1.25rem;
}

.cart-amount-area .card-body {
  padding: 0.75rem 1.25rem;
}

.apply-coupon {
  position: relative;
  z-index: 1;
}

.apply-coupon p {
  font-size: 0.75rem;
}

.coupon-form {
  position: relative;
  z-index: 1;
}

.coupon-form .form-control {
  height: 2.188rem;
  padding: 0.313rem 0.938rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
}

.coupon-form button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 2.188rem;
}

/* Order CSS */
.my-order-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 62px;
}

.my-order-wrapper .card {
  border-radius: 0.5rem;
}

.my-order-wrapper .card::after {
  width: 0.125rem;
  height: calc(100% - 3rem);
  border-right: 0.125rem dashed #f1f1f2;
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 2.188rem;
}

.single-order-status {
  position: relative;
  z-index: 1;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.single-order-status:last-child {
  margin-bottom: 0;
}

.single-order-status .order-icon {
  margin-right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f1f1f2;
  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: 50%;
  color: #747794;
  font-size: 1.25rem;
}

.single-order-status .order-text h6 {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  line-height: 1;
  color: #747794;
}

.single-order-status .order-text span {
  font-size: 0.75rem;
  display: block;
}

.single-order-status .order-status {
  margin-left: auto !important;
  background-color: #ffffff;
  border-radius: 50%;
}

.single-order-status .order-status i {
  color: #c2d4f8;
  font-size: 1.5rem;
}

.single-order-status.active .order-icon {
  color: #ffffff;
  background-color: #625AFA;
}

.single-order-status.active .order-text h6 {
  color: #020310;
}

.single-order-status.active .order-status i {
  color: #00b894;
}

.order-success-wrapper {
  position: relative;
  width: 100%;
  background: #625AFA;
  background: -webkit-gradient(linear, right top, left top, from(#625AFA), to(#0d5cd1));
  background: linear-gradient(to left, #625AFA, #0d5cd1);
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  text-align: center;
  padding: 1rem 3rem;
}

.billing-information-card {
  position: relative;
  z-index: 1;
}

.shipping-method-choose-title-card,
.billing-information-title-card {
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #ffffff;
  color: #020310;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid #f1f1f2 !important;
}

.shipping-method-choose-card {
  border-radius: 0 0 0.5rem 0.5rem;
}

.single-payment-method a {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
}

.single-payment-method a::after {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  content: "\ea5e";
  font-family: "tabler-icons";
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #625AFA;
  color: #ffffff;
  line-height: 1.75rem;
  opacity: 0;
}

.single-payment-method a i {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 3rem;
  margin-bottom: 0.5rem;
  display: block;
  color: #625AFA;
}

.single-payment-method a h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 0;
  color: #747794;
  font-size: 0.75rem;
}

.single-payment-method a.active::after,
.single-payment-method a:hover::after {
  opacity: 1;
}

.single-payment-method a.active h6,
.single-payment-method a:hover h6 {
  color: #020310;
}

.credit-card-info-wrapper img {
  margin: 0 auto;
  max-width: 300px;
}

.pay-credit-card-form {
  position: relative;
  z-index: 1;
}

.pay-credit-card-form label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 0.25rem;
  text-transform: capitalize;
}

.pay-credit-card-form small {
  font-size: 0.75rem;
}

.pay-credit-card-form .form-control {
  height: 2.75rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
}

.bank-ac-info .list-group-item {
  font-size: 0.875rem;
}

.language-area-wrapper,
.shipping-method-choose {
  position: relative;
}

.language-area-wrapper ul,
.shipping-method-choose ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.language-area-wrapper ul li,
.shipping-method-choose ul li {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}

.language-area-wrapper ul li input[type=radio],
.shipping-method-choose ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.language-area-wrapper ul li label,
.shipping-method-choose ul li label {
  display: block;
  position: relative;
  padding: 0.625rem 0.625rem 0.625rem 2.813rem;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-bottom: 0;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.language-area-wrapper ul li label span,
.shipping-method-choose ul li label span {
  font-size: 0.688rem;
  margin-left: 0.5rem;
}

.language-area-wrapper ul li .check,
.shipping-method-choose ul li .check {
  display: block;
  position: absolute;
  border: 0.2rem solid #00b894;
  border-radius: 100%;
  height: 1.25rem;
  width: 1.25rem;
  top: 50%;
  margin-top: -0.625rem;
  left: 0.938rem;
  z-index: 5;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.language-area-wrapper ul li .check::before,
.shipping-method-choose ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 0.5rem;
  width: 0.5rem;
  top: 50%;
  left: 50%;
  margin: -0.25rem;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}

.language-area-wrapper input[type=radio]:checked~.check,
.shipping-method-choose input[type=radio]:checked~.check {
  border-color: #625AFA;
}

.language-area-wrapper input[type=radio]:checked~.check::before,
.shipping-method-choose input[type=radio]:checked~.check::before {
  background: #625AFA;
}

.language-area-wrapper input[type=radio]:checked~label,
.shipping-method-choose input[type=radio]:checked~label {
  color: #625AFA;
  background-color: rgba(16, 13, 209, 0.103);
}

/* Accordion CSS */
.accordian-card {
  position: relative;
  z-index: 1;
}

.accordian-card .card-body {
  padding: 1.25rem;
}

.accordian-card p {
  padding-left: 2.35rem;
}

.accordian-card p:last-child {
  margin-bottom: 0;
}

.accordian-card .accordian-header.collapse {
  display: block;
}

.accordian-card .accordian-header button {
  color: #625AFA;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
}

.accordian-card .accordian-header button span i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #625AFA;
  display: inline-block;
  text-align: center;
  line-height: 1.875rem;
  color: #ffffff;
  margin-right: 0.5rem;
  font-size: 1rem;
}

.accordian-card .accordian-header button>i {
  color: #747794;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordian-card .accordian-header button:hover {
  color: #625AFA;
}

.accordian-card .accordian-header button.collapsed>span {
  color: #020310;
}

.accordian-card .accordian-header button.collapsed>i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.accordian-card.seller-card .accordian-header button span i {
  background-color: #ea4c62;
}

.accordian-card.others-card .accordian-header button span i {
  background-color: #00b894;
}

/* FAQ CSS */
.faq-search-form {
  position: relative;
  z-index: 1;
  margin-left: 1rem;
  margin-right: 1rem;
}

.faq-search-form input {
  border-radius: 60px;
  padding-left: 2.5rem;
  font-weight: 500;
  height: auto !important;
}

.faq-search-form input:focus {
  border-color: #625AFA;
}

.faq-search-form button {
  position: absolute;
  width: 3.125rem;
  height: 2.375rem;
  border: 0;
  background-color: transparent;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 10;
  outline: none !important;
}

.support-wrapper .faq-heading {
  background: #625AFA;
  background: -webkit-gradient(linear, left top, right top, from(#625AFA), to(#00b894));
  background: linear-gradient(to right, #625AFA, #00b894);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.5;
}

/* Blog CSS */
.post-bookmark-wrap {
  position: relative;
  z-index: 1;
}

.blog-card {
  position: relative;
  z-index: 1;
  border: 0;
}

.blog-card .post-img {
  position: relative;
  z-index: 1;
  border-radius: 0.5rem;
}

.blog-card .post-img img {
  border-radius: 0.5rem;
}

.blog-card .post-img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: #020310;
  opacity: 0.3;
  z-index: 1;
  border-radius: 0.5rem;
}

.blog-card .post-bookmark {
  position: absolute;
  z-index: 100;
  color: #ffffff;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  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;
}

.blog-card .post-bookmark:hover {
  background-color: #ffffff;
  color: #ea4c62;
}

.blog-card .post-content {
  position: absolute !important;
  width: calc(100% - 1rem);
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 100;
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 0.75rem;
  overflow: hidden;
}

.blog-card .post-content .bg-shapes .circle1 {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  border-radius: 50%;
  top: -0.938rem;
  right: -0.938rem;
  background-color: transparent;
  border: 0.063rem solid #f1f1f2;
  z-index: -1;
}

.blog-card .post-content .bg-shapes .circle2 {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  border-radius: 50%;
  top: -1.563rem;
  right: -1.563rem;
  background-color: transparent;
  border: 0.063rem solid #f1f1f2;
  z-index: -1;
}

.blog-card .post-content .bg-shapes .circle3 {
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 50%;
  top: -2.188rem;
  right: -2.188rem;
  background-color: transparent;
  border: 0.063rem solid #f1f1f2;
  z-index: -1;
}

.blog-card .post-content .bg-shapes .circle4 {
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  top: -2.813rem;
  right: -2.813rem;
  background-color: transparent;
  border: 0.063rem solid #f1f1f2;
  z-index: -1;
}

.blog-card .post-content .post-catagory {
  font-size: 0.75rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #ea4c62;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.blog-card .post-content .post-title {
  font-size: 1rem;
  color: #020310;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .post-content .post-title:hover {
  color: #625AFA;
}

.blog-card .post-content .post-meta a {
  font-size: 0.75rem;
  color: #747794;
}

.blog-card .post-content .post-meta a:hover {
  color: #625AFA;
}

.blog-card .post-content .post-meta a i {
  margin-right: 0.25rem;
}

.blog-card .post-content .post-meta span {
  font-size: 0.75rem;
  color: #747794;
}

.blog-card .post-content .post-meta span i {
  margin-right: 0.25rem;
}

.blog-card.list-card .post-content {
  width: calc(50% - 1rem);
  bottom: 0.75rem;
  left: 0.75rem;
}

.blog-card.list-card .post-bookmark {
  top: 0.75rem;
  right: 0.75rem;
}

.blog-card.list-card .read-more-btn {
  position: absolute;
  min-width: 100px;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 99;
}

.blog-catagory-card a {
  display: block;
}

.blog-catagory-card a i {
  color: #020310;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}

.blog-catagory-card a span {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #747794;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
}

.blog-catagory-card a:hover span {
  color: #625AFA;
}

.blog-details-post-thumbnail {
  position: relative;
  z-index: 1;
  margin-bottom: -2.5rem;
}

.blog-details-post-thumbnail .post-bookmark {
  width: 2.188rem;
  height: 2.188rem;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 100;
  color: #ea4c62;
}

.blog-details-post-thumbnail .post-bookmark i {
  line-height: 2.188rem;
}

.blog-details-post-thumbnail .post-bookmark:hover {
  background-color: #ea4c62;
  color: #ffffff;
}

.product-title-meta-data {
  position: relative;
  z-index: 1;
}

.product-title-meta-data .post-catagory {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0 0.313rem;
  color: #ea4c62;
  font-weight: 500;
}

.post-meta-data a {
  color: #747794;
  font-size: 0.75rem;
}

.post-meta-data a img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 0.25rem;
}

.post-meta-data a span {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0.188rem 0.5rem;
  border: 0.063rem solid #ffaf00;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
  color: #020310;
  background-color: #ffaf00;
}

.post-meta-data span {
  color: #747794;
  font-size: 0.75rem;
}

.post-meta-data span i {
  margin-right: 0.25rem;
}

.post-content p:last-child {
  margin-bottom: 0;
}

/* Contact CSS */
.form-control {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-color: #f1f1f2;
  height: 3.125rem;
  padding: 0.375rem 1rem;
  font-size: 0.875rem;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: hidden;
  background-color: #e7eaf5;
}

.contact-form {
  position: relative;
  z-index: 1;
}

.contact-form .form-group {
  position: relative;
  z-index: 1;
}

.contact-form form>.form-group>label {
  position: absolute;
  text-align: center;
  z-index: 100;
  border-radius: 50%;
  left: 0.625rem;
  font-size: 1rem;
  margin-bottom: 0;
  color: #747794;
  top: 0.688rem;
}

.contact-form .form-control {
  border-radius: 0.5rem;
  border: 0;
  color: #747794;
  font-size: 0.875rem;
  background-color: #ffffff;
  height: 2.625rem;
  padding: 0.25rem 1rem;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #747794;
  opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
  color: #747794;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #747794;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #747794;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #747794;
  opacity: 1;
}

.contact-form .nice-select ul.list {
  width: 100%;
}

.contact-form textarea.form-control {
  height: 120px;
}

.google-maps-wrap {
  position: relative;
  z-index: 1;
}

.google-maps-wrap iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

/* CTA CSS */
.cta-text {
  position: relative;
  z-index: 1;
  background: #e52d27;
  background: -webkit-gradient(linear, left top, right top, from(#b31217), to(#ea4c62));
  background: linear-gradient(to right, #b31217, #ea4c62);
  overflow: hidden;
  border-radius: 0.5rem;
}

.cta-text img {
  position: absolute;
  max-height: 120px;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.video-cta-content {
  position: relative;
  z-index: 1;
  height: 170px;
}

.video-cta-content a {
  padding: 0 !important;
  width: 3rem;
  height: 3rem;
}

.video-cta-content a i {
  font-size: 1.125rem;
  line-height: 2.875rem;
}

.discount-coupon-card {
  border-radius: 0.5rem;
  background: #625AFA;
  background: -webkit-gradient(linear, right top, left top, from(#625AFA), to(#0d5cd1));
  background: linear-gradient(to left, #625AFA, #0d5cd1);
}

.discount-coupon-card .discountIcon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4rem;
  flex: 0 0 4rem;
  max-width: 4rem;
  width: 4rem;
  margin-right: 1rem;
}

/* Profile CSS */
.single-profile-data {
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
}

.single-profile-data:last-child {
  margin-bottom: 0;
}

.single-profile-data .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  font-size: 0.75rem;
  color: #020310;
}

.single-profile-data .title i {
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  background-color: #8A4821;
  text-align: center;
  color: #ffffff;
  line-height: 1.438rem;
  border-radius: 0.5rem;
  margin-right: 0.4rem;
  font-size: 0.75rem;
}

.single-profile-data .title span {
  line-height: 1;
}

.single-profile-data .data-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  font-size: 0.813rem;
  text-align: right;
  color: #747794;
}

.user-data-card {
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.user-data-card .card-body {
  padding: 1.25rem;
}

.user-data-card .title {
  font-size: 0.875rem;
  color: #020310;
  font-weight: 500;
  margin-bottom: 0;
}

.user-data-card .title i {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-color: #625AFA;
  text-align: center;
  color: #ffffff;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  margin-right: 0.4rem;
  font-size: 0.875rem;
}

.user-data-card .form-control {
  height: 2.25rem;
  padding: 0 0.938rem;
  color: #747794;
  font-size: 0.813rem;
}

.user-data-card textarea.form-control {
  height: auto;
  padding: 0.938rem;
}

.user-data-card .progress {
  width: 100%;
  height: 0.313rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 0.25rem;
}

.user-data-card .password-score {
  font-size: 0.75rem;
  font-weight: 500;
  color: #020310;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-data-card .password-score span {
  font-size: 1.125rem;
  margin-left: 1rem;
}

.user-data-card .password-recommendation ul {
  padding-left: 0;
}

.user-data-card .password-recommendation ul li {
  font-size: 0.75rem !important;
}

.user-data-card #password-recommendation-heading {
  font-weight: 600;
  color: #00b894;
  font-size: 1rem;
}

.change-user-thumb {
  position: absolute;
  z-index: 1;
  width: 1.875rem;
  height: 1.875rem;
  bottom: 0;
  right: 0;
}

.change-user-thumb input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
}

.change-user-thumb button {
  width: 100%;
  height: 100%;
  background-color: #fef8ff;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
  z-index: 1;
  border: 0.063rem solid #f1f1f2;
}

.user-info-card {
  position: relative;
  z-index: 1;
  background-color: #625AFA;
  border-color: #625AFA;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.user-info-card .user-profile {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.user-info-card .user-profile img {
  border-radius: 50%;
}

/* Notification CSS */
.notification-area {
  position: relative;
  z-index: 1;
}

.notification-area .list-group-item {
  border-color: #f1f1f2;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}

.notification-area .list-group-item .noti-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.875rem;
  flex: 0 0 1.875rem;
  max-width: 1.875rem;
  background: #625AFA;
  background: -webkit-gradient(linear, right top, left top, from(#625AFA), to(#0d5cd1));
  background: linear-gradient(to left, #625AFA, #0d5cd1);
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  margin-right: 0.75rem;
  border-radius: 50%;
}

.notification-area .list-group-item .noti-icon i {
  line-height: 1.875rem;
}

.notification-area .list-group-item .noti-icon::before {
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ffaf00;
  content: "";
  top: -0.125rem;
  right: -0.125rem;
  border-radius: 50%;
  z-index: 1;
}

.notification-area .list-group-item p {
  margin-bottom: 0.5rem;
}

.notification-area .list-group-item span {
  font-size: 0.75rem;
  display: block;
  color: #747794;
}

.notification-area .list-group-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.notification-area .list-group-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.notification-area .list-group-item.readed {
  background-color: #fef8ff;
}

.notification-area .list-group-item.readed .noti-icon {
  background: #00b894;
}

.notification-area .list-group-item.readed .noti-icon::before {
  display: none;
}

.notification-area .list-group-item.readed h6 {
  color: #747794;
}

.notification-area .unread-notifications {
  position: relative;
  z-index: 1;
}

.notification-clear-all {
  font-size: 0.875rem;
}

/* Vendor CSS */
.single-vendor-wrap {
  position: relative;
  z-index: 1;
  border-radius: 0.5rem;
}

.single-vendor-wrap.single-vendor-wrap::after {
  border-radius: 0.5rem;
  opacity: 0.6;
}

.single-vendor-wrap .vendor-info p {
  font-size: 0.75rem;
}

.single-vendor-wrap .vendor-info .ratings>i {
  color: #ffaf00;
  margin-right: 0.125rem;
  font-size: 0.625rem;
}

.single-vendor-wrap .vendor-info span {
  font-size: 0.75rem;
  margin-left: 0.25rem;
}

.single-vendor-wrap .vendor-profile {
  padding: 0.5rem;
  position: absolute;
  width: 4rem;
  height: 4rem;
  bottom: 1.5rem;
  right: 1.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  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;
  z-index: 100;
}

.single-vendor-wrap .vendor-profile img {
  max-width: 2.5rem;
}

.vendor-details-wrap {
  position: relative;
  z-index: 1;
}

.vendor-details-wrap.bg-overlay::after {
  background: #020310;
}

.vendor-details-wrap .vendor-profile {
  padding: 0.5rem;
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  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;
  z-index: 100;
}

.vendor-details-wrap .vendor-profile img {
  max-width: 2.5rem;
}

.vendor-details-wrap .vendor-info p {
  font-size: 0.75rem;
}

.vendor-details-wrap .vendor-info .ratings>i {
  color: #ffaf00;
  margin-right: 0;
  font-size: 0.75rem;
}

.vendor-details-wrap .vendor-info span {
  font-size: 0.75rem;
  margin-left: 0.25rem;
}

.vendor-details-wrap .single-basic-info {
  color: #ffffff;
  margin-right: 1rem;
}

.vendor-details-wrap .single-basic-info:last-child {
  margin-right: 0;
}

.vendor-details-wrap .single-basic-info .icon {
  line-height: 1;
  margin-right: 0.25rem;
  color: #ffaf00;
  font-size: 1.25rem;
}

.vendor-details-wrap .single-basic-info span {
  font-size: 0.75rem;
  font-weight: 500;
}

.vendor-tabs {
  background-color: #ffffff;
}

.vendor-tabs .nav-tabs {
  border-bottom: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.vendor-tabs .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.vendor-tabs .nav-link {
  width: 100%;
  margin-bottom: 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #747794;
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.vendor-tabs .nav-item.show .nav-link,
.vendor-tabs .nav-link.active {
  color: #625AFA;
}

/* Night Mode CSS */
[theme-color=dark] {
  background-color: #0C153B;
}

[theme-color=dark] body,
[theme-color=dark] #preloader {
  background-color: #0C153B;
}

[theme-color=dark] body,
[theme-color=dark] .card-body {
  color: #747794;
}

[theme-color=dark] a,
[theme-color=dark] a:hover,
[theme-color=dark] a:focus,
[theme-color=dark] h1,
[theme-color=dark] h2,
[theme-color=dark] h3,
[theme-color=dark] h4,
[theme-color=dark] h5,
[theme-color=dark] h6 {
  color: #ffffff;
}

[theme-color=dark] .header-area,
[theme-color=dark] .footer-nav-area {
  background-color: #332858;
}

[theme-color=dark] .card {
  border-color: #242644;
  background-color: #242644;
}

[theme-color=dark] .border,
[theme-color=dark] .border-start,
[theme-color=dark] .border-right,
[theme-color=dark] .border-bottom,
[theme-color=dark] .border-top,
[theme-color=dark] .list-group-item {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

[theme-color=dark] .user-profile-icon a,
[theme-color=dark] .suha-navbar-toggler {
  border-color: rgba(255, 255, 255, 0.2);
}

[theme-color=dark] .cart-icon-wrap a span {
  background-color: #625AFA;
}

[theme-color=dark] .dropdown-menu {
  background-color: #332858;
}

[theme-color=dark] .dropdown-menu .dropdown-item:hover,
[theme-color=dark] .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}

[theme-color=dark] .bg-white {
  background-color: #332858 !important;
}

[theme-color=dark] .btn-warning,
[theme-color=dark] .btn-info {
  color: #020310;
}

[theme-color=dark] .btn-warning:hover,
[theme-color=dark] .btn-info:hover {
  color: #020310;
}

[theme-color=dark] .btn-close {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}

[theme-color=dark] .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

[theme-color=dark] .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

[theme-color=dark] .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

[theme-color=dark] .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

[theme-color=dark] .form-control::placeholder {
  color: #fff;
  opacity: 0.6;
}

[theme-color=dark] .widget .form-check-label {
  color: #fff;
}

[theme-color=dark] .search-form .form-control {
  background-color: #332858;
  color: #fff;
}

[theme-color=dark] .search-form .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

[theme-color=dark] .search-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

[theme-color=dark] .search-form .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

[theme-color=dark] .search-form .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

[theme-color=dark] .search-form .form-control::placeholder {
  color: #fff;
  opacity: 0.5;
}

[theme-color=dark] .btn-light {
  background-color: #242644;
}

[theme-color=dark] .btn-light:hover {
  background-color: #332858;
}

[theme-color=dark] .catagory-card.active,
[theme-color=dark] .catagory-card:hover {
  background-color: #332858;
}

[theme-color=dark] .catagory-card.active span,
[theme-color=dark] .catagory-card:hover span {
  color: #ffaf00;
}

[theme-color=dark] .suha-footer-nav ul li a {
  color: #ffffff;
}

[theme-color=dark] .flash-sale-card .product-title {
  color: #ffffff;
}

[theme-color=dark] .flash-sale-card .sale-price {
  color: #ffffff;
}

[theme-color=dark] .product-card .product-title {
  color: #ffffff;
}

[theme-color=dark] .product-card .product-title:hover {
  color: #ffaf00;
}

[theme-color=dark] .product-card .sale-price {
  color: #ffffff;
}

[theme-color=dark] .horizontal-product-card .product-thumbnail-side .product-thumbnail {
  background-color: #332858;
}

[theme-color=dark] .horizontal-product-card .product-thumbnail-side .wishlist-btn {
  color: #ea4c62;
  background-color: #242644;
  border-color: #242644;
}

[theme-color=dark] .horizontal-product-card .product-thumbnail-side .delete-btn {
  color: #ea4c62;
  background-color: #242644;
  border-color: #242644;
}

[theme-color=dark] .horizontal-product-card .product-description .product-title {
  color: #ffffff;
}

[theme-color=dark] .horizontal-product-card .product-description .product-rating {
  color: #ffffff;
}

[theme-color=dark] .horizontal-product-card .product-description .delete-btn {
  background-color: rgba(255, 255, 255, 0.1);
}

[theme-color=dark] .horizontal-product-card .product-description .sale-price {
  color: #ffffff;
}

[theme-color=dark] .featured-product-card .product-description .product-title {
  color: #ffffff;
}

[theme-color=dark] .featured-product-card .product-description .product-title:hover {
  color: #ffaf00;
}

[theme-color=dark] .featured-product-card .product-description .sale-price {
  color: #ffffff;
}

[theme-color=dark] .page-nav li a {
  background-color: #332858;
  color: #ffffff;
}

[theme-color=dark] .page-nav li a:hover {
  color: #ffaf00;
}

[theme-color=dark] .back-button a {
  color: #ffffff;
}

[theme-color=dark] .back-button a:hover {
  color: #ffaf00;
}

[theme-color=dark] .suha-filter-offcanvas-wrap {
  background-color: #332858;
}

[theme-color=dark] .form-check-input {
  background-color: #0C153B;
  border: 0.063rem solid rgba(0, 0, 0, 0.25);
}

[theme-color=dark] .form-control {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #242644;
  color: #ffffff;
}

[theme-color=dark] .product-catagories a {
  background-color: #332858;
  color: #ffffff;
}

[theme-color=dark] .single-order-status .order-text span {
  color: #747794;
}

[theme-color=dark] .nice-select {
  background-color: #332858;
  border-color: rgba(255, 255, 255, 0.1);
}

[theme-color=dark] .nice-select .list {
  background-color: #332858;
}

[theme-color=dark] .nice-select .list .option:hover,
[theme-color=dark] .nice-select .list .option.focus,
[theme-color=dark] .nice-select .list .option.selected.focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

[theme-color=dark] .product-title-meta-data {
  background-color: #242644 !important;
}

[theme-color=dark] .product-title-meta-data::after {
  background-image: url(img/core-img/curve2.png);
}

[theme-color=dark] .p-wishlist-share a {
  color: #ea4c62;
}

[theme-color=dark] .progress {
  background-color: rgba(255, 255, 255, 0.15);
}

[theme-color=dark] .cart-form .quantity-button-handler {
  background-color: #242644;
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

[theme-color=dark] .product-slide-wrapper .video-btn {
  background-color: #0C153B;
  color: #ea4c62;
}

[theme-color=dark] .product-slides .owl-prev,
[theme-color=dark] .product-slides .owl-next {
  background-color: #0C153B !important;
  color: #ffffff;
}

[theme-color=dark] .single-user-review {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

[theme-color=dark] .layout-options a {
  background-color: #332858;
}

[theme-color=dark] .layout-options a.active,
[theme-color=dark] .layout-options a:hover {
  color: #ffffff;
  background-color: #ea4c62;
}

[theme-color=dark] .single-order-status.active .order-text h6 {
  color: #ffffff;
}

[theme-color=dark] .single-order-status .order-status {
  background-color: #242644;
}

[theme-color=dark] .single-order-status .order-status i {
  color: rgba(255, 255, 255, 0.21);
}

[theme-color=dark] .single-order-status.active .order-status i {
  color: #00b894;
}

[theme-color=dark] .my-order-wrapper .card::after {
  border-right-color: rgba(255, 255, 255, 0.1);
}

[theme-color=dark] .vendor-tabs {
  background-color: #332858;
}

[theme-color=dark] .vendor-tabs .nav-item.show .nav-link,
[theme-color=dark] .vendor-tabs .nav-link.active {
  color: #ffaf00;
  background-color: transparent;
}

[theme-color=dark] .register-form .form-control {
  background-color: transparent;
}

[theme-color=dark] .cart-table table tbody tr {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

[theme-color=dark] .cart-table table a {
  color: #ffffff;
}

[theme-color=dark] .cart-table table a:hover {
  color: #ffaf00;
}

[theme-color=dark] .cart-table img {
  border-color: rgba(255, 255, 255, 0.1);
}

[theme-color=dark] .language-area-wrapper input[type=radio]:checked~label,
[theme-color=dark] .language-area-wrapper input[type=radio]:checked~label,
[theme-color=dark] .shipping-method-choose input[type=radio]:checked~label,
[theme-color=dark] .shipping-method-choose input[type=radio]:checked~label {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.103);
}

[theme-color=dark] .language-area-wrapper input[type=radio]:checked~.check,
[theme-color=dark] .language-area-wrapper input[type=radio]:checked~.check,
[theme-color=dark] .shipping-method-choose input[type=radio]:checked~.check,
[theme-color=dark] .shipping-method-choose input[type=radio]:checked~.check {
  border-color: #ffaf00;
}

[theme-color=dark] .language-area-wrapper input[type=radio]:checked~.check::before,
[theme-color=dark] .language-area-wrapper input[type=radio]:checked~.check::before,
[theme-color=dark] .shipping-method-choose input[type=radio]:checked~.check::before,
[theme-color=dark] .shipping-method-choose input[type=radio]:checked~.check::before {
  background: #ffaf00;
}

[theme-color=dark] .single-payment-method a {
  background-color: #332858;
}

[theme-color=dark] .single-payment-method a.active h6,
[theme-color=dark] .single-payment-method a:hover h6 {
  color: #625AFA;
}

[theme-color=dark] .list-group-item {
  background-color: #242644;
  color: #ffffff;
}

[theme-color=dark] .pay-credit-card-form .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

[theme-color=dark] .otp-form input.form-control {
  background-color: rgba(255, 255, 255, 0.25);
}

[theme-color=dark] .otp-form .nice-select {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

[theme-color=dark] .otp-verify-form .form-control {
  background-color: rgba(255, 255, 255, 0.25);
}

[theme-color=dark] .user-info-card {
  background-color: #625AFA;
  border-color: #625AFA;
}

[theme-color=dark] .user-info-card h5 {
  color: #ffffff;
}

[theme-color=dark] .user-data-card .title {
  color: #ffffff;
}

[theme-color=dark] .user-data-card .password-score {
  color: #ffffff;
}

[theme-color=dark] .table> :not(caption)>*>* {
  background-color: transparent;
}

[theme-color=dark] .blog-card .post-content {
  background-color: #332858;
}

[theme-color=dark] .blog-card .post-content .post-title {
  color: #ffffff;
}

[theme-color=dark] .blog-card .post-content .post-title:hover {
  color: #ffaf00;
}

[theme-color=dark] .blog-card .post-content .post-meta a {
  color: #747794;
}

[theme-color=dark] .blog-card .post-content .post-meta a:hover {
  color: #ffaf00;
}

[theme-color=dark] .blog-card .post-content .bg-shapes .circle1,
[theme-color=dark] .blog-card .post-content .bg-shapes .circle2,
[theme-color=dark] .blog-card .post-content .bg-shapes .circle3,
[theme-color=dark] .blog-card .post-content .bg-shapes .circle4,
[theme-color=dark] .blog-card .post-content .bg-shapes .circle5 {
  border-color: rgba(255, 255, 255, 0.1);
}

[theme-color=dark] .blog-catagory-card a i {
  color: #ffffff;
}

[theme-color=dark] .blog-catagory-card a span {
  color: #747794;
}

[theme-color=dark] .blog-catagory-card a span:hover {
  color: #ffaf00;
}

[theme-color=dark] .blog-details-post-thumbnail .post-bookmark {
  background-color: #242644;
  color: #ffffff;
}

[theme-color=dark] .blog-details-post-thumbnail .post-bookmark:hover {
  background-color: #ea4c62;
  color: #ffffff;
}

[theme-color=dark] .agent-message-content .agent-message-text p {
  background-color: rgba(255, 255, 255, 0.1);
}

[theme-color=dark] .agent-message-content .agent-message-text .writing-mode {
  background-color: rgba(255, 255, 255, 0.1);
}

[theme-color=dark] .type-text-form .form-control {
  border: 0 !important;
  border-radius: 0;
}

[theme-color=dark] .type-text-form .file-upload {
  border-color: rgba(255, 255, 255, 0.1);
}

[theme-color=dark] .type-text-form .file-upload i {
  background-color: #332858;
  color: #ffffff;
}

[theme-color=dark] .type-text-form button[type=submit] {
  background-color: transparent;
  color: #ffaf00;
}

[theme-color=dark] .notification-area .list-group-item.readed {
  background-color: #332858;
}

[theme-color=dark] .faq-search-form button {
  color: #ffaf00;
}

[theme-color=dark] .accordian-card .accordian-header button {
  color: #ffaf00;
}

[theme-color=dark] .accordian-card .accordian-header button.collapsed>span {
  color: #ffffff;
}

[theme-color=dark] .preview-iframe-wrapper .preview-hero-area {
  background-image: none;
  background-color: #0C153B;
}

[theme-color=dark] .preview-iframe-wrapper .preview-hero-area::after {
  background-image: url(img/core-img/curve2.png);
}

[theme-color=dark] .preview-iframe-wrapper .preview-content-wrapper .demo-title span {
  color: #ffaf00;
}

[theme-color=dark] .preview-iframe-wrapper .qr-code-wrapper {
  background-color: #242644;
}

[theme-color=dark] .preview-iframe-wrapper .features-area {
  background-color: #242644 !important;
}

[theme-color=dark] .preview-iframe-wrapper .features-area ul li.active {
  color: #ffffff;
}

[theme-color=dark] .preview-iframe-wrapper .features-area ul li.active::before {
  color: #ffaf00;
}

[theme-color=dark] .preview-footer-area .footer-nav a:hover {
  color: #ffaf00;
}

[theme-color=dark] .form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
  background-color: #090909;
}

[theme-color=dark] .form-floating>.form-control:not(:-ms-input-placeholder)~label::after {
  background-color: #090909;
}

[theme-color=dark] .form-floating>.form-control-plaintext~label::after,
[theme-color=dark] .form-floating>.form-control:focus~label::after,
[theme-color=dark] .form-floating>.form-control:not(:placeholder-shown)~label::after,
[theme-color=dark] .form-floating>.form-select~label::after {
  background-color: #090909;
}

[theme-color=dark] .form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  color: #ffffff;
}

[theme-color=dark] .form-floating>.form-control:not(:-ms-input-placeholder)~label {
  color: #ffffff;
}

[theme-color=dark] .form-floating>.form-control-plaintext~label,
[theme-color=dark] .form-floating>.form-control:focus~label,
[theme-color=dark] .form-floating>.form-control:not(:placeholder-shown)~label,
[theme-color=dark] .form-floating>.form-select~label {
  color: #ffffff;
}

[theme-color=dark] .ratings-submit-form textarea.form-control {
  border-color: rgba(255, 255, 255, 0.1);
}

[theme-color=dark] .single-order-status .order-icon {
  background-color: rgba(255, 255, 255, 0.1);
}

[theme-color=dark] .single-order-status.active .order-icon {
  color: #ffffff;
  background-color: #625AFA;
}

[theme-color=dark] .shipping-method-choose-title-card,
[theme-color=dark] .billing-information-title-card {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

[theme-color=dark] .preview-iframe-wrapper {
  background-color: #0C153B;
}

[theme-color=dark] .preview-iframe-wrapper>.header-area {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

[theme-color=dark] .preview-footer-area {
  background-color: #242644;
}

/* RTL CSS */
[view-mode=rtl] {
  /* Demo */
}

[view-mode=rtl] .rtl-flex-d-row-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

[view-mode=rtl] .dir-rtl {
  direction: rtl;
}

[view-mode=rtl] .rtl-text-right {
  text-align: right !important;
}

[view-mode=rtl] .me-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}

[view-mode=rtl] .ms-1 {
  margin-left: 0 !important;
  margin-right: 0.25rem !important;
}

[view-mode=rtl] .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

[view-mode=rtl] .ms-2 {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}

[view-mode=rtl] .me-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}

[view-mode=rtl] .ms-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}

[view-mode=rtl] .pe-1 {
  padding-right: 0 !important;
  padding-left: 0.25rem !important;
}

[view-mode=rtl] .ps-1 {
  padding-left: 0 !important;
  padding-right: 0.25rem !important;
}

[view-mode=rtl] .pe-2 {
  padding-right: 0 !important;
  padding-left: 0.5rem !important;
}

[view-mode=rtl] .ps-2 {
  padding-left: 0 !important;
  padding-right: 0.5rem !important;
}

[view-mode=rtl] .pe-3 {
  padding-right: 0 !important;
  padding-left: 1rem !important;
}

[view-mode=rtl] .ps-3 {
  padding-left: 0 !important;
  padding-right: 1rem !important;
}

[view-mode=rtl] .ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}

[view-mode=rtl] .btn {
  direction: rtl;
}

[view-mode=rtl] .pwa-install-alert {
  right: auto;
  left: 0.75rem;
}

[view-mode=rtl] .pwa-install-alert .toast-body {
  direction: rtl;
}

[view-mode=rtl] .pwa-install-alert .toast-body .content img {
  margin-right: 0;
  margin-left: 0.5rem;
}

[view-mode=rtl] .cart-quantity-input {
  text-align: center;
}

[view-mode=rtl] .back-button a {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

[view-mode=rtl] .select-product-catagory .nice-select {
  padding-left: 1.875rem;
  padding-right: 1.125rem;
}

[view-mode=rtl] .select-product-catagory .nice-select.right {
  float: left;
}

[view-mode=rtl] .select-product-catagory .nice-select::after {
  right: auto;
  left: 0.75rem;
}

[view-mode=rtl] .select-product-catagory .nice-select .option {
  padding-left: 1.813rem;
  padding-right: 1.125rem;
  text-align: right;
}

[view-mode=rtl] .search-form .alternative-search-options {
  margin-left: 0;
  margin-right: auto;
}

[view-mode=rtl] .search-form .alternative-search-options .dropdown-menu {
  left: 0 !important;
}

[view-mode=rtl] .search-form .alternative-search-options .dropdown-menu .dropdown-item {
  direction: rtl;
  text-align: right;
  margin-right: 0;
  margin-left: 0.25rem;
}

[view-mode=rtl] .search-form form .form-control {
  padding-left: 0.938rem;
  padding-right: 2.625rem;
  text-align: right;
}

[view-mode=rtl] .search-form form button {
  left: auto;
  right: 1rem;
}

[view-mode=rtl] .cart-icon-wrap {
  margin-right: 0.5rem;
}

[view-mode=rtl] .single-hero-slide .slide-content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[view-mode=rtl] .single-hero-slide .slide-content .slide-text {
  text-align: right;
  padding-right: 2rem;
  padding-left: 1rem;
}

[view-mode=rtl] .sales-end-timer li {
  margin-left: 0;
  margin-right: 0.5rem;
}

[view-mode=rtl] .sales-end-timer li:first-child {
  margin-left: 0;
}

[view-mode=rtl] .flash-sale-card {
  direction: rtl;
}

[view-mode=rtl] .flash-sale-card .real-price {
  margin-left: 0;
  margin-right: 0.25rem;
}

[view-mode=rtl] .dark-mode-wrapper {
  direction: rtl;
}

[view-mode=rtl] .form-check {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

[view-mode=rtl] .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

[view-mode=rtl] .form-check.form-switch {
  padding-right: 2.5em;
  padding-left: 0;
  text-align: right;
}

[view-mode=rtl] .form-check.form-switch .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
  float: right;
}

[view-mode=rtl] .product-card {
  direction: rtl;
}

[view-mode=rtl] .product-card .btn {
  right: auto;
  left: 1rem;
}

[view-mode=rtl] .product-card .badge {
  left: auto;
  right: 1rem;
}

[view-mode=rtl] .product-card .wishlist-btn {
  right: auto;
  left: 1rem;
}

[view-mode=rtl] .product-card .product-thumbnail .offer-countdown-timer li:first-child {
  margin-right: 0;
}

[view-mode=rtl] .product-card .product-thumbnail .offer-countdown-timer li:last-child {
  margin-right: 0.25rem;
}

[view-mode=rtl] .product-card .delete-btn {
  right: auto;
  left: 1rem;
}

[view-mode=rtl] .cta-text img {
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0;
}

[view-mode=rtl] .horizontal-product-card {
  direction: rtl;
}

[view-mode=rtl] .horizontal-product-card .product-thumbnail-side .product-thumbnail {
  margin-right: 0;
  margin-left: 1rem;
}

[view-mode=rtl] .horizontal-product-card .product-thumbnail-side .delete-btn {
  left: auto;
  right: 0.5rem;
}

[view-mode=rtl] .horizontal-product-card .product-description {
  padding-right: 0;
  padding-left: 1.5rem;
}

[view-mode=rtl] .horizontal-product-card .product-description .sale-price i {
  margin-right: 0;
  margin-left: 0.25rem;
}

[view-mode=rtl] .horizontal-product-card .product-description .sale-price span {
  margin-left: 0;
  margin-right: 0.25rem;
}

[view-mode=rtl] .horizontal-product-card .product-description .product-rating i {
  margin-right: 0;
  margin-left: 0.25rem;
}

[view-mode=rtl] .horizontal-product-card .wishlist-btn {
  right: 0.5rem;
  left: 0;
}

[view-mode=rtl] .discount-coupon-card .discountIcon {
  margin-right: 0;
  margin-left: 1rem;
}

[view-mode=rtl] .featured-product-card {
  direction: rtl;
}

[view-mode=rtl] .featured-product-card .custom-badge {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

[view-mode=rtl] .collection-card .collection-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

[view-mode=rtl] .sidenav-nav {
  margin: 2rem 0;
  text-align: right;
}

[view-mode=rtl] .sidenav-nav li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

[view-mode=rtl] .page-nav li.nav-title {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[view-mode=rtl] li.suha-dropdown-menu .dropdown-trigger-btn {
  right: auto;
  left: 0;
  text-align: left;
  padding-right: 0;
  padding-left: 1rem;
}

[view-mode=rtl] .suha-offcanvas-wrap .btn-close {
  right: auto;
  left: 1rem;
}

[view-mode=rtl] .section-heading a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

[view-mode=rtl] .product-slide-wrapper .video-btn {
  left: auto;
  right: 1rem;
}

[view-mode=rtl] .product-title-meta-data .p-wishlist-share {
  text-align: left;
}

[view-mode=rtl] .product-title-meta-data .p-title-price {
  text-align: right;
}

[view-mode=rtl] .product-description .total-result-of-ratings {
  direction: rtl;
}

[view-mode=rtl] .product-description .total-result-of-ratings span:first-child {
  margin-right: 0;
  margin-left: 0.25rem;
}

[view-mode=rtl] .product-ratings .ratings {
  direction: rtl;
}

[view-mode=rtl] .sales-offer-content {
  direction: rtl;
}

[view-mode=rtl] .widget .widget-title {
  text-align: right;
}

[view-mode=rtl] .suha-filter-offcanvas-wrap .btn-close {
  right: auto;
  left: 1rem;
}

[view-mode=rtl] .selection-panel {
  text-align: right;
}

[view-mode=rtl] .cart-form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

[view-mode=rtl] .p-specification {
  direction: rtl;
}

[view-mode=rtl] .p-specification li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[view-mode=rtl] .single-user-review .user-thumbnail {
  margin-right: 0;
  margin-left: 0.5rem;
}

[view-mode=rtl] .single-user-review .rating-comment .review-image {
  margin-right: 0;
  margin-left: 0.5rem;
}

[view-mode=rtl] .ratings-submit-form .stars label {
  float: right;
}

[view-mode=rtl] .layout-options a {
  margin-left: 0;
  margin-right: 0.5rem;
}

[view-mode=rtl] .single-order-status {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

[view-mode=rtl] .single-order-status .order-status {
  margin-left: 0 !important;
  margin-right: auto !important;
}

[view-mode=rtl] .single-order-status .order-icon {
  margin-right: 0;
  margin-left: 0.5rem;
}

[view-mode=rtl] .my-order-wrapper .card::after {
  right: auto;
  left: 2.188rem;
}

[view-mode=rtl] .single-vendor-wrap {
  direction: rtl;
}

[view-mode=rtl] .single-vendor-wrap .vendor-profile {
  right: auto;
  left: 1.5rem;
}

[view-mode=rtl] .single-vendor-wrap .vendor-info span {
  margin-left: 0;
  margin-right: 0.25rem;
}

[view-mode=rtl] .vendor-details-wrap {
  direction: rtl;
}

[view-mode=rtl] .vendor-details-wrap .single-basic-info .icon {
  margin-right: 0;
  margin-left: 0.25rem;
}

[view-mode=rtl] .vendor-basic-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

[view-mode=rtl] .cart-table {
  direction: rtl;
}

[view-mode=rtl] .apply-coupon {
  direction: rtl;
}

[view-mode=rtl] .coupon-form button {
  right: auto;
  left: 0;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[view-mode=rtl] .cart-amount-area {
  direction: rtl;
}

[view-mode=rtl] .user-data-card {
  direction: rtl;
}

[view-mode=rtl] .user-data-card .title i {
  margin-right: 0;
  margin-left: 0.4rem;
}

[view-mode=rtl] .single-profile-data .data-content {
  text-align: left;
}

[view-mode=rtl] .language-area-wrapper ul li label,
[view-mode=rtl] .language-area-wrapper ul li label,
[view-mode=rtl] .shipping-method-choose ul li label,
[view-mode=rtl] .shipping-method-choose ul li label {
  padding: 0.625rem 2.813rem 0.625rem 0.625rem;
  text-align: right;
}

[view-mode=rtl] .language-area-wrapper ul li .check,
[view-mode=rtl] .language-area-wrapper ul li .check,
[view-mode=rtl] .shipping-method-choose ul li .check,
[view-mode=rtl] .shipping-method-choose ul li .check {
  left: auto;
  right: 0.938rem;
}

[view-mode=rtl] .credit-card-info-wrapper {
  direction: rtl;
}

[view-mode=rtl] .form-control {
  text-align: right;
}

[view-mode=rtl] .page-nav li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

[view-mode=rtl] .page-nav li a i {
  margin-left: 0;
  margin-right: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

[view-mode=rtl] .register-form .form-control {
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}

[view-mode=rtl] .register-form form>.form-group>label {
  left: auto;
  right: 0;
}

[view-mode=rtl] .register-form span {
  text-align: right;
}

[view-mode=rtl] .register-form .progress {
  direction: rtl;
}

[view-mode=rtl] .register-form .password-score {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[view-mode=rtl] #password-recommendation-heading {
  text-align: right !important;
}

[view-mode=rtl] .password-recommendation {
  text-align: right;
}

[view-mode=rtl] .otp-form input.form-control {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[view-mode=rtl] .otp-form .nice-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

[view-mode=rtl] .otp-verify-form .form-control {
  text-align: center !important;
}

[view-mode=rtl] .user-info-card {
  direction: rtl;
}

[view-mode=rtl] .blog-card .post-content {
  direction: rtl;
}

[view-mode=rtl] .blog-card .post-content .post-meta a i,
[view-mode=rtl] .blog-card .post-content .post-meta span i {
  margin-right: 0;
  margin-left: 0.25rem;
}

[view-mode=rtl] .blog-card .post-bookmark {
  right: 0;
  left: 0.5rem;
}

[view-mode=rtl] .blog-card.list-card .read-more-btn {
  right: auto;
  left: 0.75rem;
}

[view-mode=rtl] .blog-card.list-card .post-content {
  left: auto;
  right: 0.75rem;
}

[view-mode=rtl] .blog-catagory-card {
  text-align: right;
}

[view-mode=rtl] .blog-details-post-thumbnail .post-bookmark {
  left: auto;
  right: 0;
}

[view-mode=rtl] .post-meta-data a img {
  margin-right: 0;
  margin-left: 0.25rem;
}

[view-mode=rtl] .post-meta-data a span {
  margin-left: 0;
  margin-right: 0.5rem;
}

[view-mode=rtl] .agent-message-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

[view-mode=rtl] .agent-message-content .agent-message-text {
  text-align: right;
}

[view-mode=rtl] .user-message-content {
  text-align: left;
}

[view-mode=rtl] .user-message-content .user-message-text {
  padding-left: 0;
  padding-right: 3rem;
}

[view-mode=rtl] .type-text-form button[type=submit] {
  right: auto;
  left: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

[view-mode=rtl] .type-text-form .file-upload {
  left: auto;
  right: 0.5rem;
}

[view-mode=rtl] .type-text-form .form-control {
  padding-left: 0.5rem;
  padding-right: 2.5rem;
}

[view-mode=rtl] .notification-area .list-group-item {
  direction: rtl;
}

[view-mode=rtl] .notification-area .list-group-item .noti-icon {
  margin-right: 0;
  margin-left: 0.75rem;
}

[view-mode=rtl] .contact-form .nice-select {
  text-align: right !important;
}

[view-mode=rtl] .contact-form .nice-select .option {
  text-align: right;
}

[view-mode=rtl] .offline-text {
  direction: rtl;
}

[view-mode=rtl] .privacy-policy-wrapper {
  direction: rtl;
}

[view-mode=rtl] .single-settings {
  direction: rtl;
}

[view-mode=rtl] .single-settings .title i {
  margin-right: 0;
  margin-left: 0.5rem;
}

[view-mode=rtl] .single-settings .data-content i {
  margin-left: 0;
  margin-right: 0.25rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

[view-mode=rtl] .accordian-title {
  text-align: right;
}

[view-mode=rtl] .accordian-card .accordian-header button span i {
  margin-right: 0;
  margin-left: 0.5rem;
}

[view-mode=rtl] .accordian-card p {
  padding-left: 0;
  padding-right: 2.188rem;
  text-align: right;
}

[view-mode=rtl] .preview-iframe-wrapper .features-area ul li {
  padding-left: 0;
  padding-right: 1.5rem;
  direction: rtl;
  text-align: right;
}

[view-mode=rtl] .preview-iframe-wrapper .features-area ul li::before {
  left: auto;
  right: 0;
}

[view-mode=rtl] .preview-iframe-wrapper .preview-hero-area .alert {
  direction: rtl;
}

[view-mode=rtl] .preview-iframe-wrapper .preview-hero-area .live-preview-btn {
  text-align: right;
}

[view-mode=rtl] .preview-iframe-wrapper .qr-code-wrapper {
  margin-left: auto;
}

[view-mode=rtl] .preview-content-wrapper {
  direction: rtl;
}

[view-mode=rtl] .preview-footer-area {
  direction: rtl;
}

[view-mode=rtl] .preview-footer-area .footer-nav a {
  margin-left: 0;
  margin-right: 1rem;
}

.boxItem {
  margin: 35px 0;
}

.boxItem .head {}

.boxItem .head h1,
.pageTitle {
  font-size: 13px;
}

.boxItem .head h1 span {}

.boxItem .head h1 i,
.pageTitle i {
  font-size: 10px;
  color: #09097d;
  margin-left: 5px;
}

.boxItem .body>div {
  text-align: center;
  padding: 5px;
}

.boxItem .body>div a {
  background: #f0f0f5;
  display: block;
  border-radius: 10px;
  padding-top: 4px;
  text-align: center;
}

.boxItem .body>div a i {
  font-size: 35px;
  color: #0a387c;
}


.boxItem .body1>div a p {
  margin: 0;
  background: #ffcc26;
  color: #000;
  border-radius: 0 0 10px 10px;
  padding: 4px;
  font-weight: 500;
}


.boxItem .body2>div a {
  padding-top: 12px;
  height: 54px;
}

.boxItem .body2>div a+p {
  margin: 0;
  color: #000;
  padding: 4px 0;
  font-weight: 400;
  font-size: 9px;
}

.milisterial_index.boxItem {}

.milisterial_index.boxItem .body>div a {
  height: 70px;
}

.milisterial_index.boxItem .body>div a i {
  font-size: 50px;
}

.milisterial_index.boxItem .body>div a+p {
  font-size: 12px;
}


.pointsBalance {
  justify-content: space-between;
}

.pointsBalance p {
  font-weight: 700;
}

.pointsBalance span {
  font-size: 22px;
  margin-right: auto;
  margin-left: 5px;
  font-weight: 800;
  margin-top: -6px;
  margin-bottom: -6px;
}

.userAvatarUnder {
  position: absolute;
  bottom: 1px;
}

.pointsBalance img {
  margin-top: -10px;
  margin-bottom: -10px;
}

.GiftItem {
  margin-bottom: 10px;
}

.GiftItem:nth-child(odd) {
  padding-left: 5px;
}

.GiftItem:nth-child(even) {
  padding-right: 5px;
}

.GiftItem .content {
  border-radius: 7px !important;
}

.GiftItem .content p {
  font-size: 10px;
  margin: 20px 5px;
  text-align: center;
}

.GiftItem .content img.img {
  border-radius: 7px 7px 0 0;
}

.GiftItem .content .coin {
  border-top: dotted 1px #aaa;
  padding: 6px;
  position: relative;
}

.GiftItem .content .coin::after,
.GiftItem .content .coin::before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #ededed;
  border-radius: 100%;
  position: absolute;
  bottom: 32px;
}

.GiftItem .content .coin::after {
  left: -7px;
}

.GiftItem .content .coin::before {
  right: -7px;
}

.GiftItem .content .coin span {
  font-weight: 800;
  font-size: 18px;
}

.NewsItem,
.raceItem,
.RegulationItem {
  margin-bottom: 10px;
}

.NewsItem p,
.raceItem p,
.formItem p,
.RegulationItem p {
  font-size: 10px;
  margin: 20px 5px 0;
  text-align: justify;
  height: 40px;
}

.formItem p,
.RegulationItem p {
  margin: 5px;
  height: auto;
}


.NewsItem img,
.raceItem img {
  border-radius: 7px 7px 0 0;
  width: 100%;
  height: 120px;
}

.NewsItem span,
.raceItem span.date,
.RegulationItem span {
  font-size: 10px;
  text-align: left;
  display: block;
  margin: 6px;
  color: #e3bf42;
}

.raceItem .expireSec {
  position: absolute;
  margin: 0 2px;
}

.raceItem i {
  font-size: 18px;
}

.raceItem .dontComplex {
  color: blue;
}

.raceItem .allow {
  color: green;
}

.raceItem .expired {
  color: red;
}

.rmdp-input {
  border: 1px solid #c0c4d6 !important;
  text-align: left;
}

.round_10 {
  border-radius: 10px !important;
}


.round_10_0 {
  border-radius: 10px 0 !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.PointItem {
  margin: 20px 0;
  border-radius: 8px !important;
}

.PointItem .coin {
  margin-top: -10px;
  border-radius: 8px 8px 8px 0;
  padding: 12px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}

.PointItem .coin img {
  width: 36px;
  display: block;
  margin: auto;
}

.PointItem .coin span {
  font-size: 17px;
  font-weight: 700;
}

.PointItem.status__1 .coin span {
  color: #2fbf27;
}

.PointItem.status__0 .coin span {
  color: #ff0000;
}


.PointItem .description {
  padding: 0;
  border-radius: 8px;
}

.PointItem .description p {
  margin: 0;
}

.PointItem .description p.des {
  font-size: 9px;
  margin: 8px 5px;
  color: #000;
}

.PointItem .description p.date {
  font-size: 9px;
  margin: 3px 5px;
}

.PointItem .description p.icon {
  text-align: end;
  color: #fff;
  padding: 3px 3px 0;
  border-radius: 0 0 0 8px;
  height: 20px;
}

.PointItem.status__1 .coin,
.PointItem.status__1 .description p.icon {
  background: #c0e4be;
}

.PointItem.status__0 .coin,
.PointItem.status__0 .description p.icon {
  background: #ffb5b5;
}

.btn__1 {
  border-radius: 100px;
  font-size: 12px;
  color: #000;
  height: 45px;
  color: #fff;
}

.FinanceItem {
  display: flex;
  justify-content: space-between;
  padding: 8px 5px;
  margin-bottom: 10px;
}

.FinanceItem .title,
.title___element {
  font-size: 10px;
}

.FinanceItem .date,
.date___element {
  font-size: 8px;
  color: #bbb;
  margin-top: 3px;
}


.FinanceItem .date span,
.date___element span {}

.FinanceItem p,
.item_status__element {
  font-size: 9px;
  margin: 0;
  padding: 2px;
  border-radius: 5px;
}

.FinanceItem p i,
.item_status__element i {
  font-size: 11px;
  position: relative;
  top: 2px;
}

.FinanceItem.status__0 p,
.item_status__0 {
  background-color: #fefdb4;
  color: #dfb42e;
}

.FinanceItem.status__1 p,
.item_status__1 {
  background-color: #c0e4be;
  color: #00836a;
}

.FinanceItem.status__2 p,
.item_status__2 {
  background-color: #ffb5b5;
  color: #ff0000;
}

.item_status__element {
  display: block;
  width: auto;
  padding: 0 5px;
  position: absolute;
  left: -1px;
  top: -12px;
}

.item_status__0 {}

.item_status__1 {}

.item_status__2 {}

.ul_list_element {}

.ul_list_element li {
  display: flex;
  padding: 8px 0;
}

.ul_list_element li b {
  font-size: 9px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.ul_list_element li span {}

a {
  text-decoration: none !important;
}

.date___element {
  font-size: 10px;
}


.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  justify-content: center;
}

.pagination li {
  margin: 0 2px;
}

.pagination .active {
  font-weight: bold;
  color: blue;
}

.pagination a {
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 30px;
  display: block;
}

.pagination a:hover {
  background-color: #f0f0f0;
}

.pagination .active a {
  border-color: #ddb93c;
  color: #c39f22;
}

.notfound {
  text-align: center;
  margin: 30px 0;
  color: red;
}


.form-floating>label {
  left: unset;
  right: 0;
}

.custom-offcanvas {
  height: calc(100vh - 100px) !important;
  max-height: calc(100vh - 100px) !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow-y: auto;
}

#bookImpressionModal {
  height: 28vh !important;
}

.offcanvas .offcanvas-header {
  padding: 13px;
  background: #f9f9f9;
  box-shadow: 0 2px 9px #e1e1e1;
}

.offcanvas .offcanvas-header h5 {
  font-size: 15px;
}

.offcanvas .offcanvas-header button {
  font-size: 10px;
}

.offcanvas .offcanvas-body {}

.offcanvas-bottom {
  width: 100vw;
  left: 0;
  right: 0;
}

.deleteModal {
  background: #ffeaea;
}

.deleteModal .offcanvas-header {
  background: #ff8888;
}

.verifyModal .offcanvas-body {}

.deleteModal .offcanvas-body {}

.verifyModal .offcanvas-body h1,
.deleteModal .offcanvas-body h1 {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
  padding: 0;
}

.verifyModal .offcanvas-body p,
.deleteModal .offcanvas-body p {
  font-size: 12px;
  text-align: center;
}

.verifyModal .offcanvas-footer,
.deleteModal .offcanvas-footer {
  display: flex;
  flex-direction: row-reverse;
  height: 70px;
  text-align: left;
  padding: 15px;
}

.verifyModal {
  background: #b6f4ff;
}

.verifyModal .offcanvas-header {
  background: #00d7fb;
  background: #00d7fb;
  box-shadow: 0 2px 9px #0497b1;
}

.form-label {
  font-size: 12px;
}

.radioBoxElement {
  display: flex;
  flex-direction: row;
  padding: 0;
}

.offcanvas input {
  border: 1px solid #ebebeb !important;
  width: 100%;
  height: 35px;
}

input[type="checkbox"],
input[type="radio"] {
  width: 22px !important;
  height: 22px !important;
}

.offcanvas input.textbox,
.offcanvas .nice-select {
  height: 35px;
  border-radius: 5px !important;
  padding: 5px;
}

.offcanvas .nice-select .current {
  position: relative;
  top: -7px;
}

.offcanvas textarea {
  height: 100px;
}

.offcanvas p {
  font-size: 10px;
  text-align: justify;
}

.radioBoxElement label {
  padding-right: 30px;
  font-size: 10px;
  margin-top: 6px;
}

.checkBoxElement input {
  float: right !important;
}

.checkBoxElement label {
  padding-right: 30px;
  font-size: 10px;
}

.correlationItem {
  margin-bottom: 15px;
}

.correlationItem .content {
  padding: 10px;
}

.correlationItem .content div {
  display: flex;
  justify-content: space-between;
}

.correlationItem .content div span {
  font-size: 12px;
  display: block;
  direction: ltr;
}

.correlationItem .content div b {
  font-size: 12px;
}

.correlationItem .content p {
  margin: 0 !important;
  font-size: 12px;
}

.raceQuestionHandler {
  padding: 10px;
}

.raceQuestionHandler p {
  font-size: 12px;
  text-align: justify;
}

.raceQuestionHandler p b {}

.raceQuestionHandler p span {
  color: red;
  font-size: 15px;
}

.raceQuestionHandler div {}

.raceQuestionHandler div label {
  font-size: 10px;
}

.raceQuestionHandler div label span {
  position: relative;
  top: -5px;
  right: 3px;
}

.raceQuestionHandler div label input {}

.dontAllow {
  font-size: 12px;
  text-align: center;
  color: red;
}

.formQuestionsElement {}

.formQuestionsElement .card {
  padding: 10px;
}

.multipleChoiceElement {}

.multipleChoiceElement p,
.shortTextElement p,
.imageInputElement p,
.dateAnswerElement label {
  margin: 30px 10px 10px;
  font-size: 12px;
  color: #0a387c;
}

.multipleChoiceElement p b {}

.multipleChoiceElement p span,
.shortTextElement p span,
.imageInputElement p span,
.dateAnswerElement label span {
  font-size: 15px;
  color: red;
}

.multipleChoiceElement label {
  width: 100%;
  font-size: 10px;
}

.multipleChoiceElement label input {}

.multipleChoiceElement label b {
  position: relative;
  top: -5px;
  right: 4px;
}

.shortTextElement input,
.imageInputElement input,
.dateAnswerElement .rmdp-container input {
  border: 1px solid #ddd;
  padding: 10px;
  height: 35px;
  width: 100%;
}

.shortTextElement textarea {
  height: 200px;
}

.imageInputElement input {
  padding: 6px;
}

.imageInputElement div {}

.imageInputElement div image {}

.dateAnswerElement .rmdp-container {
  display: block;
  width: 100%;
}

.dateAnswerElement .rmdp-container input {}

/* ####################################################################### */
/* ####################################################################### */
/* ####################################################################### */
/* ####################################################################### */
.w__10 {
  width: 10px !important;
}

.w__20 {
  width: 20px !important;
}

.w__25 {
  width: 25px !important;
}

.w__30 {
  width: 30px !important;
}

.w__40 {
  width: 40px !important;
}

.w__50 {
  width: 50px !important;
}

.w__60 {
  width: 60px !important;
}

.w__70 {
  width: 70px !important;
}

.w__80 {
  width: 80px !important;
}

.w__90 {
  width: 90px !important;
}

.w__100 {
  width: 100px !important;
}

.w__110 {
  width: 110px !important;
}

.w__120 {
  width: 120px !important;
}

.w__130 {
  width: 130px !important;
}

.w__140 {
  width: 140px !important;
}

.w__150 {
  width: 150px !important;
}

.w__170 {
  width: 170px !important;
}

.w__200 {
  width: 200px !important;
}

.h__10 {
  height: 10px !important;
}

.h__20 {
  height: 20px !important;
}

.h__25 {
  height: 25px !important;
}

.h__30 {
  height: 30px !important;
}

.h__40 {
  height: 40px !important;
}

.h__50 {
  height: 50px !important;
}

.h__60 {
  height: 60px !important;
}

.h__70 {
  height: 70px !important;
}

.h__80 {
  height: 80px !important;
}

.h__90 {
  height: 90px !important;
}

.h__100 {
  height: 100px !important;
}

.h__110 {
  height: 110px !important;
}

.h__120 {
  height: 120px !important;
}

.h__130 {
  height: 130px !important;
}

.h__140 {
  height: 140px !important;
}

.h__150 {
  height: 150px !important;
}

.h__170 {
  height: 170px !important;
}

.h__200 {
  height: 200px !important;
}

.h__250 {
  height: 250px !important;
}

.h__300 {
  height: 300px !important;
}

.h__350 {
  height: 350px !important;
}

.h__370 {
  height: 370px !important;
}

.h__400 {
  height: 400px !important;
}

.btn___add {
  font-size: 10px;
  background: #0a387c;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
}



._btn {
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  text-align: center;
  border-radius: 4px;
  border: 2px solid;
  padding: 7px 10px;
  font-size: 15px;
  display: block;
}

._btn:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.btn___success {
  background: #fff;
  border-color: var(--color-success);
  box-shadow: inset 0 0 0 0 var(--color-success);
  color: var(--color-success);
  font-weight: 500;
}

.btn___success:hover {
  background-color: var(--color-success);
  border-color: var(--color-success);
  color: #fff;
  box-shadow: inset 0 50px 0 0 var(--color-success);
}

.btn___info {
  background: #fff;
  border-color: var(--color-info);
  box-shadow: inset 0 0 0 0 var(--color-info);
  color: var(--color-info);
  font-weight: 500;
}

.btn___info:hover {
  background-color: var(--color-info);
  border-color: var(--color-info);
  color: #fff;
  box-shadow: inset 0 50px 0 0 var(--color-info);
}

.btn___danger {
  background: #fff;
  border-color: var(--color-danger);
  box-shadow: inset 0 0 0 0 var(--color-danger);
  color: var(--color-danger);
  font-weight: 500;
}

.btn___danger:hover {
  background-color: var(--color-danger);
  border-color: var(--color-danger);
  color: #fff;
  box-shadow: inset 0 50px 0 0 var(--color-danger);
}

.btn___warning {
  background: #fff;
  border-color: var(--color-warning);
  box-shadow: inset 0 0 0 0 var(--color-warning);
  color: var(--color-warning);
  font-weight: 500;
}

.btn___warning:hover {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  color: #fff;
  box-shadow: inset 0 50px 0 0 var(--color-warning);
}

.custom-offcanvas .rmdp-container {
  height: 35px !important;
  width: 100%;
}

.videoPlayElement {}

.videoPlayElement>div {
  width: 100% !important;
  height: 200px !important;
}

.videoPlayElement>div video {
  border-radius: 5px;
}

.userProfileSection {}

.userProfileSection img {}

.userProfileSection ul {
  padding-left: 0;
}

.userProfileSection ul li {
  background: #fff;
  padding: 6px;
  border-radius: 5px;
  margin-bottom: 2px;
  display: flex;
}

.userProfileSection ul li b {}

.userProfileSection ul li span {
  margin-right: auto;
  font-size: 11px;
  color: #113e80;
}

#medicalCertificateModal {
  height: calc(82vh - 100px) !important;
}

.medicalCertificateItem {}

.medicalCertificateItem div {
  padding: 0 !important;
}

.medicalCertificateItem img {
  border-radius: 6px 6px 0 0;
  height: 180px;
  width: 100%;
}

.medicalCertificateItem h5 {
  font-size: 12px;
  margin: 10px;
}

.medicalCertificateItem p {
  font-size: 11px !important;
  padding: 0 10px 5px;
}

.medicalCertificateItem span {
  font-size: 8px;
  display: flex;
  padding: 6px;
  direction: ltr;
}

.performancesPage {
  margin-top: 100px;
}

.performancesPage .item {}

.performancesPage a {
  display: flex;
  justify-content: space-between;
  color: #0a387c;
  font-size: 15px;
  font-weight: 500;
  height: 30px;
  padding: 7px;
}

.performancesPage a .item b {}

.performancesPage a .item i {}

.mt__100 {
  margin-top: 100px !important;
}

.usersListInPerformance {}

.usersListInPerformance b {
  display: block;
}

.usersListInPerformance label {
  font-size: 11px;
  margin-left: 10px;
}

.usersListInPerformance label span {
  position: relative;
  top: -4px;
  margin-right: 4px;
}

.usersListInPerformance label input {
  width: 15px !important;
  height: 15px !important;
}

#loanModal {
  height: calc(68vh - 100px) !important;
  max-height: calc(68vh - 100px) !important;
}

#assistanceModal {
  height: calc(50vh - 100px) !important;
  max-height: calc(50vh - 100px) !important;
}

#loanModal h4,
#assistanceModal h4 {
  font-size: 18px;
  margin: 30px 10px;
  width: 88%;
}

#loanModal ul {
  padding-right: 60px;
}

#loanModal ul li {
  color: red;
  list-style: decimal;
}

#loanModal p {
  font-size: 14px;
}

.overtimeBox {}

.overtimeBox .content {}

.overtimeBox .content b {
  margin: auto;
  display: block;
  text-align: center;
  opacity: 0.8;
}

.overtimeBox .content div {}

.overtimeBox .content div span {
  font-size: 12px;
  margin: auto;
}

.missionBox {
  margin-top: 5px;
}

.missionBox ul {}

.missionBox ul li {}

.missionBox ul li b {}

.missionBox ul li span {
  font-size: 12px;
  color: #525252;
}


.missionBox .status {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 10px;
}

.removeItem_element,
.correlationItem .remove {
  position: absolute;
  left: 10px;
  top: -15px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 16px;
  padding: 4px;
  font-size: 13px;
  color: red;
  cursor: pointer;
}

.statusElement {
  font-size: 10px;
  position: absolute;
  left: 10px;
  top: 15px;
}

.bg-lightred {
  background-color: #ffe1e1;
}


.multiselectElement {}

.multiselectElement>div {
  /* border: 1px solid #ddd; */
  /* border-radius: 5px; */
}


.multiselectElement .css-hlgwow {}

.multiselectElement .css-1jqq78o-placeholder {
  font-size: 11px;
}


.multiselectElement .option {}

.multiselectElement .option>div {
  display: flex;
  align-items: center;
  gap: 8px
}

.multiselectElement .option input[type=checkbox] {
  width: 15px !important;
  height: 15px !important;
}

.multiselectElement .option label,
.multiselectElement .react-select__value-container {
  font-size: 11px !important;
}


.multiselectElement input.react-select__input,
.multiselectElement .react-select__input-container {
  height: 30px !important;
  border: none !important;
}




.selectedPersonals {}

.selectedPersonals div {}

.selectedPersonals div b {
  font-size: 12px;
}

.selectedPersonals div span {
  font-size: 10px;
}

.my-custom-select.fs-10 ul li {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
}

.bookItem {}

.bookItem .icons {
  position: absolute;
  left: 7px;
  margin-top: -20px;
  color: #ff4444;
}

.bookItem .audio,
.bookItem .pdf,
.bookItem .book {}

.bookItem .pdf {
  border: 1px solid;
  font-size: 7.5px;
  font-style: normal;
  padding: 1px 2px 1px;
  border-radius: 4px;
  position: relative;
  top: -5px;
}

.bookItem .book {}

.otpElement {}

.otpElement>div {
  justify-content: space-evenly !important;
  flex-direction: row-reverse !important;
}

.otpElement input {
  border-radius: 5px !important;
  border: 1px solid !important;
  font-size: 20px !important;
}

.resendOtpElement {
  display: block;
  text-align: justify;
  font-size: 12px;
  color: #e1b716;
}

.userAvatarEl {
  width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
}

.resendOtpElement b {
  width: 23px;
  display: block;
  position: relative;
  top: 2px;
}

.resendOtpElement button {
  border: 1px solid #0a387c;
  padding: 1px 1px;
  border-radius: 5px;
  position: relative;
  top: -4px;
  right: 5px;
}

.resendOtpElement button span {
  padding: 0 5px;
}