.theme-dark .navbar a,
.theme-dark .product-title,
.theme-dark .product-option-text,
.theme-dark .yourtotal {
  color: #fff;
}

.theme-dark .navbar .logout {
  color: #1c1c1d;
  background: #f9a825;
}

.theme-dark .profile-tabber-parent .tab-link {
  color: #ffffff;
  font-weight: 500;
}

.theme-dark .button.popup-close {
  color: #ffffff;
}

.theme-dark .profile-tabber-parent .tab-link.tab-link-active {
  color: #ffffff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
}



.theme-dark .input-b input,
.input-b select,
.input-b textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: solid 2px #000;
  margin-top: 7px;
  background: #1c1c1d;
  border-radius: 6px;
  color: #fff;
}



.theme-dark .tabs-home {
  background: #1c1c1d;
}

.theme-dark .message-important {
  color: #ff2626;
}

.theme-dark .bg-grey,
.theme-dark .product-option {
  /* background: #4a4a4a; */
}

.theme-dark .product-option {
  border-color: #000;
  color: #fff;
}

.product-content {
  background: var(--background-dynamic-color);
}

.theme-dark .col-card,
.theme-dark .product-extra-comments {
  background-color: var(--background-dynamic-color);
}

.theme-dark .custom-select-bw:checked+.product-option,
.theme-dark .custom-select-bw:checked+div+.product-option {
  background: #008c00;
}

.theme-dark .placed-details-order {
  margin-top: 0;
}

.theme-dark h2.heading {
  /* color: #ffba00; */
}

.dark-mode-pop {}

.dark-mode-pop .block {
  text-align: center;
  margin-top: 50%;
  /* transform: translate(0px, -50%); */
}

.theme-dark,
.theme-dark .product-content {
  color: #fff;
}

.dark-mode-switch {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  cursor: pointer;
  margin: auto;
  margin-bottom: 50px;
}

.dark-mode-switch:hover .circle {
  margin-left: 15px;
  margin-top: -95px;
}

.dark-mode-switch .inner {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.dark-mode-switch:before {
  content: '';
  width: 90px;
  height: 50px;
  background: url(../assets/tapme.png);
  display: block;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -60px;
  right: -60px;
}

.dark-mode-switch .bg {
  width: 80px;
  height: 80px;
  background-color: #202020;
  border: 1px solid #f0f0f0;
  border-radius: 40px;
  transition: all 0.5s;
}

.dark-mode-switch .circle {
  margin-left: 20px;
  margin-top: -100px;
  width: 80px;
  height: 80px;
  background-color: #f0f0f0;
  border: 2px solid transparent;
  border-radius: 40px;
  transition: all 0.6s;
}

.dark-mode-switch .rays {
  position: absolute;
  left: 0;
  top: 0;
}

.dark-mode-switch .rays .ray {
  position: absolute;
  left: 38px;
  top: 40px;
  width: 4px;
  height: 8px;
  background-color: #fbc02d;
  transform-origin: 2px 0;
  opacity: 0;
}

.dark-mode-switch .rays .ray:nth-child(1) {
  transform: rotate(-180deg) translateY(40px);
  transition: all 0.6s;
}

.dark-mode-switch .rays .ray:nth-child(2) {
  transform: rotate(-225deg) translateY(40px);
  transition: all 0.6s;
}

.dark-mode-switch .rays .ray:nth-child(3) {
  transform: rotate(-270deg) translateY(40px);
  transition: all 0.6s;
}

.dark-mode-switch .rays .ray:nth-child(4) {
  transform: rotate(-315deg) translateY(40px);
  transition: all 0.6s;
}

.dark-mode-switch .rays .ray:nth-child(5) {
  transform: rotate(-360deg) translateY(40px);
  transition: all 0.6s;
}

.dark-mode-switch .rays .ray:nth-child(6) {
  transform: rotate(-405deg) translateY(40px);
  transition: all 0.6s;
}

.dark-mode-switch .rays .ray:nth-child(7) {
  transform: rotate(-450deg) translateY(40px);
  transition: all 0.6s;
}

.dark-mode-switch .rays .ray:nth-child(8) {
  transform: rotate(-495deg) translateY(40px);
  transition: all 0.6s;
}

.dark-mode-switch.dark:hover .rays .ray:nth-child(1) {
  transform: rotate(-180deg) translateY(52px);
}

.dark-mode-switch.dark:hover .rays .ray:nth-child(2) {
  transform: rotate(-225deg) translateY(52px);
}

.dark-mode-switch.dark:hover .rays .ray:nth-child(3) {
  transform: rotate(-270deg) translateY(52px);
}

.dark-mode-switch.dark:hover .rays .ray:nth-child(4) {
  transform: rotate(-315deg) translateY(52px);
}

.dark-mode-switch.dark:hover .rays .ray:nth-child(5) {
  transform: rotate(-360deg) translateY(52px);
}

.dark-mode-switch.dark:hover .rays .ray:nth-child(6) {
  transform: rotate(-405deg) translateY(52px);
}

.dark-mode-switch.dark:hover .rays .ray:nth-child(7) {
  transform: rotate(-450deg) translateY(52px);
}

.dark-mode-switch.dark:hover .rays .ray:nth-child(8) {
  transform: rotate(-495deg) translateY(52px);
}

.dark-mode-switch.dark .circle {
  margin-left: 0;
  margin-top: -80px;
  background-color: #fbc02d;
  border-color: #f9a825;
}

.dark-mode-switch.dark .rays .ray {
  opacity: 1;
}

.dark-mode-switch.dark .rays .ray:nth-child(1) {
  transform: rotate(-180deg) translateY(48px);
  transition: all 0.4s;
}

.dark-mode-switch.dark .rays .ray:nth-child(2) {
  transform: rotate(-225deg) translateY(48px);
  transition: all 0.6s;
}

.dark-mode-switch.dark .rays .ray:nth-child(3) {
  transform: rotate(-270deg) translateY(48px);
  transition: all 0.8s;
}

.dark-mode-switch.dark .rays .ray:nth-child(4) {
  transform: rotate(-315deg) translateY(48px);
  transition: all 1s;
}

.dark-mode-switch.dark .rays .ray:nth-child(5) {
  transform: rotate(-360deg) translateY(48px);
  transition: all 1.2s;
}

.dark-mode-switch.dark .rays .ray:nth-child(6) {
  transform: rotate(-405deg) translateY(48px);
  transition: all 1.4s;
}

.dark-mode-switch.dark .rays .ray:nth-child(7) {
  transform: rotate(-450deg) translateY(48px);
  transition: all 1.6s;
}

.dark-mode-switch.dark .rays .ray:nth-child(8) {
  transform: rotate(-495deg) translateY(48px);
  transition: all 1.8s;
}

@media screen and (max-width:769px) {

  .theme-dark .popup.popup_prodouct {
    background: var(--background-dynamic-color);
  }

}